/* CSS Document */

body, html {
    background: #fff; }

.search-frame {
    margin: 10px; }
.search-frame div {
    margin-bottom: 15px;
    position: relative; }
.search-frame div label {
    display: inline-block;
    width: 46%;
    float: left; }
.search-frame div span {
    float: left;
    width: 8%;
    height: 38px;
    line-height: 38px;
    text-align: center; }
.search-frame input, .search-frame select {
    display: block;
    width: 100%;
    height: 38px;
    border: solid 1px #e3e3e3;
    padding-left: 4px;
    outline: none;
    -webkit-appearance: none;
    background: transparent;
    border-radius:0px;}
.search-frame input[type='button'] {
    background: #ff8a00;
    height: 40px;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
    display: block;
    outline: none;
    border: none;
    -webkit-appearance: none; }

.mt25 {
    margin: 20px 0; }

hgroup h1 {
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 12px 0; }
hgroup h2 {
    font-size: 12px;
    color: #ff8a00;
    padding-bottom: 12px;
    text-align: center; }

.area-select {
    position: relative; }
.area-select::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    border-width: 6px;
    font-size: 0;
    position: absolute;
    top: 16px;
    right: 12px; }

.search-frame select#User_Town{display:none !important;}
/*20150824 by neil*/
.zxlc-nav-hd {
    box-sizing: border-box;
    margin-bottom:20px;
    background: #fff;
}
.zxlc-nav-hd li.active {
    color: #01af63;
    border-bottom: 2px solid #01af63;
}
.zxlc-nav-hd li.active a{
    color:#01af63
}
.zxlc-nav-hd li {
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #ececec;
    float: left;
}
/*20150824 by neil end*/


/*留言*/
.liuyan { overflow:hidden; margin-top: 20px; width:100%; height:340px; box-sizing: border-box; }
.liuyan h3{ font-weight:normal; font-size:16px; color:#004987; padding-left:10px; border-left:3px solid #004987; margin-bottom:20px;}
.liuyan .input{ display:block; margin-bottom:10px; width:100%; height:46px; line-height:46px; font-size:13px; color:#666; padding-left:55px; border:1px solid #626262; border-radius:5px; outline:none; background-color:#fff;}
.liuyan .name{ background:url(../images/ly01.png) no-repeat left center;}
.liuyan .phone{ background:url(../images/ly02.png) no-repeat left center;}
.liuyan .wchat{ background:url(../images/ly03.png) no-repeat left center;}
.liuyan textarea{ display:block; margin-bottom:10px; width:100%; height:95px; font-size:13px; color:#666; padding:10px; padding-left:55px; border:1px solid #626262; border-radius:5px; background:url(../images/ly04.png) no-repeat left top; outline:none; resize:none; background-color:#fff;}
.liuyan .btns{border: none; display:block; width:141px; height:43px; line-height:43px; text-align:center; cursor:pointer; font-size:16px; color:#fff; background-color:#004987; border-radius:5px;}