@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
/*    vertical-align: baseline;*/
    background: transparent
}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
table{border-collapse:collapse;border-spacing:0}
input,select{vertical-align:middle}
li{list-style:none}
body{
    font-family: 'Microsoft YaHei';
    font-size: 16px;
}
img{
    width: 100%;
    border: 0;
}

/*布局*/


/*父元素*/
.tl-flex,
.tl-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell\9;
}
.tl-menu{
    padding:20px 0;
}

.tl-flex li,.tl-menu li, .tl-menu-v li {
    display: -webkit-box;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: table-cell\9;
}

/* 子元素对齐方式 */
.tl-flex-pack-start{ /* 水平居左 */
    -webkit-box-pack:start;
}
.tl-flex-pack-center{ /* 水平居中 */
    -webkit-box-pack:center;
}
.tl-flex-pack-end{ /* 水平居右 */
    -webkit-box-pack:end;
}
.tl-flex-align-start{ /* 垂直居上 */
    -webkit-box-align:start;
}
.tl-flex-align-center{ /* 垂直居中 */
    -webkit-box-align:center;
}
.tl-flex-align-end{ /* 垂直居下 */
    -webkit-box-align:end;
}
/* 子元素 */
.tl-flex-1{
    -webkit-box-flex: 1;
    -moz-box-flex:1; /* Firefox */
    box-flex:1;
}
.tl-flex-2{
    -webkit-box-flex: 2;
    -moz-box-flex:2; /* Firefox */
    box-flex:2;
}
.tl-flex-3{
    -webkit-box-flex: 3;
    -moz-box-flex:3; /* Firefox */
    box-flex:3;
}
.tl-flex-4{
    -webkit-box-flex: 4;
    -moz-box-flex:4; /* Firefox */
    box-flex:4;
}
.tl-flex-5{
    -webkit-box-flex: 5;
    -moz-box-flex:5; /* Firefox */
    box-flex:5;
}

/*grid*/
.tl-grid{
    overflow: hidden;
}
.tl-grid-1-3,
.tl-grid-2-3,
.tl-grid-1-2,
.tl-grid-1-4{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
.tl-grid-1-3{
    width: 33.33%;

}
.tl-grid-2-3{
    width: 66.66%;
}
.tl-grid-1-2{
    width: 50%;
}
.tl-grid-1-4{
    width: 25%;
}


/*首页*/



.had_icon{
   display: block;
    position: relative;

}
.had_icon li{
    float: left;
    display: block;
    height: 110px;
    width: 110px;
}
.had_icon li+li{
    margin-left: 15px;
}
.had_icon li img{
    width: 100%;
}
.img_box{
    margin-top: 10px;
}
.fl_right{
    float: right;
}
.clear{
    clear: both;
}
.land_box{
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: table;
    text-align: right;
    padding-right: 55px;
}
.land_box a{
    color: #333333;
    padding-left: 15px;
}
.land_box a:hover{
    text-decoration: none;
}
.sear_box{
    text-align: right;
    height: 60px;
    margin-top: 10px;
    margin-right: 55px;
    display: inline-block;
}
.search_text{
    width: 300px;
    border: 2px solid #666666;
    height: 30px;
}
.search_btn{
    background: #666666;
    color: white;
    height: 30px;
    width: 100px;
    padding-right: 10px;
    margin-left: -8px;
    margin-top: 1px;
    border: 1px solid #666666;
    top: 1px;
    position: relative;
}
@-moz-document url-prefix(){
    .search_btn,.car_btn{
        position: relative;
        top: 1.5px;
    }
}

.car_btn{
    background: #C40001;
    color: white;
    width: 110px;
    height: 30px;
    border: 0;
    top: 1px;
    position: relative;
}
.nav_menu{
    display: -webkit-box;
    display: block\9;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 550px;
    margin-top: 30px;
    font-size: 18px;
}
.nav_menu .on{
    color: #FE1415;
}
.nav_menu a{
    color:#333333;
}


.banner_box{
    margin-top: 20px;
}
.banner_main li img{
    width: 100%;

}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 23%;
    top: 50%;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 23%;
    background-position: 8px 5px;
}
.project .col-lg-3{
    margin-bottom: 10px;
    padding-right: 0;
}
.pad_right0{
    padding-right: 0;
}
.project_box{
    padding-top: 20px;
}
/*end首页*/

/*代理商首页*/
.new_project{
    border: 1px solid #cccccc;
    border-top: 0;
    margin-top: -1px;
}
.bargain_project{
    border: 1px solid #cccccc;
    border-bottom: 0;
}
.exchange_main{
    background: url(../img/exchange_bg.png)center center no-repeat;
    background-image:url(../img/exchange_bg.png)\9 ;
    background-size: 100%;
    background-size: cover\9;
}
.exchange_box{
    width: 50%;
    margin: 0 auto;
}
.exchange_btn{
    width: 120px;
    height: 120px;
    border: 0;
    background: url(../img/exchange_btn.png) center center no-repeat;
    background-size: 100%;
    margin-left: -90px;
    background: transparent\9;
    background-image:url(../img/exchange_btn.png)\9 ;
    background-repeat: no-repeat\9;
    background-position: center center\9;
    margin-left: -20px\9;
    background-color: transparent\9;
}
.exchange_p{
    padding-top: 30px;
    text-align: left\9;
}
.exchange_p1{
    padding-top: 10px;
    text-align: left\9;
}
.exchange_p input,.exchange_p1 input{
    width: 250px;
    height: 30px;
}
.exchange_p font,.exchange_p1 font{
    padding-right: 15px;
    font-size: 20px;
}
.exchange_title p{
    color: white;
    text-align: left;
    padding-left: 38px;
}
.exchange_title p+p{
    padding-top: 2px;
}
.exchange_title p font{
    padding-right: 15px;
}
.exchange_title{
    padding-bottom: 25px;
}
.exchange_main .tl-menu{
    padding: 20px 0 0;
}

.flow {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flow li p {
    border: 2px solid #cccccc;
    width: 100%;
}
.flow_li {
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-box;
    margin-top: -20px;
}
.groom_box{
    margin-top: 38px;
}
.groom_icon{
    width: 25px;
    height: 25px;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.agent_project{
    margin-top: 30px;
}
.iebox{
    display: block\9;
    width: 500px\9;
    margin: 0 auto\0;

}
.iediv{
    width: 380px\9;
    float: left\9;
}
.ieli{
    width: 40%\9;
    position: relative;
    top: 2px;
}
.ieli1{
    width: 40%\9;
    float: right\9;
    position: relative\9;
    top: -8px\9;
}
.project_main{
    padding: 10px;
    text-align: left;
}
.project_title{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 30px;
    height: 33px\9;
    display: block\9;
}
.project_title a{
    color: #333333;
}
.project_title a:hover{
    text-decoration: none;
}
.project_price font{
    margin-right: 5px;
}
.project_price{
    padding-top: 10px;
    color: #FE1415;
}
.notice-board{
    border: 1px solid #cccccc;
    height: 556px;
}

.notice-board li{
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.notice-board li p{
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    border-bottom: 1px solid #cccccc;
    /*-webkit-border-image:url(../img/border.png) 0 0 round; /!* Safari 5 *!/*/
    /*-o-border-image:url(../img/border.png) 0 0 round; /!* Opera *!/*/
    /*border-image:url(../img/border.png) 0 0 round;*/

}
.notice-board li p a{
    color: #333333;
}
.col-lg-3 a img{
    max-height: 280px;
}
/*end代理商首页*/
/*菜单栏*/
/* hc_lnav */
.hc_lnav {
    /*z-index: 9999;*/
    /*position: relative;*/
    /*width: 190px;*/
    /*margin: 40px 0 0 120px;*/
}

.hc_lnav .allbtn {
    z-index: 99999;
    position: relative
}

.hc_lnav .allbtn h2 {
    font-size: 14px;
    /*box-shadow: 2px 0px 6px -3px #428000;*/
    /*-webkit-box-shadow: 2px 0px 6px -3px #428000;*/
    /*-moz-box-shadow: 2px 0px 6px -3px #428000*/
}

.hc_lnav .allbtn h2 a {
    /*line-height: 36px;*/
    background-color: transparent;
    padding-left: 10px;
    /*width: 180px;*/
    display: block;
    font-family: 微软雅黑, 黑体;
    height: 36px;
    color: #333333;
    font-size: 18px;
    font-weight: normal
}

.hc_lnav .allbtn h2 a:hover {
    color: #FE1415;
    text-decoration: none
}

.hc_lnav .allbtn h2 i {
}

.hc_lnav .allbtn h2 strong {
}

.hc_lnav .allbtn ul {
    z-index: 99999;
    position: absolute;
    background-color: #60a411;
    width: 190px;
    display: none;
    /*height: 486px;*/
    top: 36px;
    left: 0px
}

body.hc_home .hc_lnav .allbtn ul {
    display: block
}

body.hc_list .hc_lnav .allbtn ul {
    display: block
}

.hc_lnav .allbtn ul li {
    padding-bottom: 7px;
    zoom: 1;
    clear: both;
    cursor: default;
    text-align: center;
   
}

.hc_lnav .allbtn ul li .tx {
    /*background-image: url(../images/header/header_bg1.png);*/
    line-height: 35px;
    background-color: #559b0d;
    /*padding-left: 10px;*/
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    _background-image: none
}

.hc_lnav .allbtn ul li .tx a {
    font-family: 微软雅黑, 黑体;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: color 0.1s ease-out 0s;
    -moz-transition: color 0.1s ease-out 0s;
    -ms-transition: color 0.1s ease-out 0s;
    -o-transition: color 0.1s ease-out 0s;
    transition: color 0.1s ease-out 0s
}

.hc_lnav .allbtn ul li .tx a i {
    line-height: 25px;
    margin-top: 5px;
    width: 25px;
    background-position: 0px 0px;
    float: left;
    height: 25px;
    margin-right: 10px;
    text-decoration: none
}

/*.hc_lnav .allbtn ul li.a1 .tx a i {*/
    /*background-image: url(../images/header_ico1.png)*/
/*}*/

/*.hc_lnav .allbtn ul li.a2 .tx a i {*/
    /*background-image: url(../images/header_ico2.png)*/
/*}*/

/*.hc_lnav .allbtn ul li.a3 .tx a i {*/
    /*background-image: url(../images/header_ico3.png)*/
/*}*/

/*.hc_lnav .allbtn ul li.a4 .tx a i {*/
    /*background-image: url(../images/header_ico4.png)*/
/*}*/

.hc_lnav .allbtn ul li dl {
    zoom: 1;
    color: #ffffff;
    clear: both;
    overflow: auto;
    padding-top: 4px
}

.hc_lnav .allbtn ul li dl a {
    line-height: 22px;
    white-space: nowrap;
    float: left;
    color: #d9e7ce;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: color 0.1s ease-out 0s;
    -moz-transition: color 0.1s ease-out 0s;
    -ms-transition: color 0.1s ease-out 0s;
    -o-transition: color 0.1s ease-out 0s;
    transition: color 0.1s ease-out 0s
}

.hc_lnav .allbtn ul li dt {
    padding-left: 10px;
    width: 30px;
    float: left;
    padding-top: 1px
}

.hc_lnav .allbtn ul li dd {
    line-height: 22px;
    width: 150px;
    float: left;
    padding-top: 2px
}

.hc_lnav .allbtn ul li .pop {
    border-bottom: #599900 2px solid;
    position: absolute;
    border-left: medium none;
    padding-bottom: 10px;
    background-color: #fcfcfc;
    min-height: 466px;
    padding-left: 30px;
    width: 640px;
    padding-right: 30px;
    display: none;
    /*height: 464px;*/
    border-top: medium none;
    top: 0px;
    border-right: #599900 2px solid;
    padding-top: 10px;
    left: 190px;
    box-shadow: 4px 4px 5px -1px #999999;
    -webkit-box-shadow: 4px 4px 5px -1px #999999;
    -moz-box-shadow: 4px 4px 5px -1px #999999
}

.hc_lnav .allbtn ul li .pop h3 {
    display: none;
    font-size: 14px
}

.hc_lnav .allbtn ul li .pop dl {
    padding-bottom: 6px;
    color: #666666;
    padding-top: 6px
}

.hc_lnav .allbtn ul li .pop dl:hover {
    background-color: #f3f3f3
}

.hc_lnav .allbtn ul li .pop dl a {
    color: #666666;
    margin-left: 12px;
    margin-right: 12px;
    font-size:16px;
}

.hc_lnav .allbtn ul li .pop dl a.un {
    color: #a5a5a5
}

.hc_lnav .allbtn ul li .pop dt {
    padding-left: 0px;
    width: auto;
}

.hc_lnav .allbtn ul li .pop dd {
    width: 565px;
    margin-left: -12px
}

.hc_lnav .allbtn ul li .pop .act {
    width: 640px;
    height: 80px;
    overflow: hidden;
    padding-top: 10px
}

.hc_lnav .allbtn:hover ul {
    display: block
}

.hc_lnav .allbtn ul li:hover {
    background-color: #fcfcfc
}

.hc_lnav .allbtn ul li:hover .tx {
    background-color: #f5f5f5
}

.hc_lnav .allbtn ul li:hover .tx a {
    color: #333333
}

.hc_lnav .allbtn ul li:hover .tx a i {
    background-position: 0px -25px
}

.hc_lnav .allbtn ul li:hover .pop {
    display: block;
    top: 0px;
    left: 150px
}

.hc_lnav .allbtn ul li:hover .pop dl a.un {
    color: #a5a5a5;
    text-decoration: none
}

.hc_lnav .allbtn ul li:hover dl {
    color: #6e6e6e
}

.hc_lnav .allbtn ul li:hover a {
    color: #666666
}

.hc_lnav .allbtn ul li:hover a:hover {
    color: #cd0606
}
.box li dt{
    color: #FE1415;
}