@charset "utf-8";
/* CSS Document */


.logobar{
    height:120px;
}
.logo{
    padding:10px 0 0 0;
}
.navbar{
    height:60px;
    background: #10a86f;
}
.nav li{float:left; width:133px; position:relative;}
.nav li a{display:block; font-size:16px;line-height:60px; text-align:center; color:#fff;}
.nav li a:hover{
    background: #00794c;
}
.nav li.on a{
    background: #00794c;
}





/*=====下拉菜单====*/
.nav li ul{position:absolute; left:0px; top:30px; width:150px;background:#fff;display:none; overflow:hidden; box-shadow:1px 1px 3px #666;}
.nav li ul li{ width:100%; height:36px; background:none; border-bottom:1px solid #fff;}
.nav li ul li a{ font-size:14px;color:#666; line-height:36px;display:block; white-space: nowrap;text-align:center;}
.nav li ul li a:hover{ background:#10a86f; color:#fff; border:none;}
.nav li.on ul li a{ background:#fff; color:#666; border:none;}
.nav li.on ul li a:hover{ background:#10a86f; color:#fff; border:none;}


.tit-box{

}
.tit-box p{
    font-size: 22px;
    color: #949494;
    font-family: Arial;
    text-transform: uppercase;
    line-height:1;
}
.tit-box h4{
    font-size: 30px;
    color: #4c4c4c;
    background: url("../image/tit-bg.png") no-repeat center;
}
.index-menu{
    height:250px;
    overflow: hidden;
}
.index-menu li{
    float: left;
    width:180px;
    height:250px;
    background: #10a86f;
    margin:0 10px;
    position: relative;
}
.index-menu li img{
    width:180px;
    height:188px;
    display: block;
}
.index-menu li .con{
    height:52px;
    color: #fff;
    text-align: center;
    padding:5px 0;
}
.index-menu li .con h4{
    height:28px;
    overflow: hidden;
    line-height:28px;
}
.index-menu li .con p{
    font-family: Arial;
}
.index-menu li:nth-child(2n) img{
    position: absolute;
    top:0;
    left:0;
}
.index-menu li:nth-child(2n) .con{
    position: absolute;
    top:188px;
    left:0;
    width:100%;
}
.product-menu{
    width:270px;
}

.product-menu .tit{
    background: #10a86f;
    height:74px;
    text-align: center;
    color: #fff;
}
.product-menu .tit h4{
    font-size: 30px;
}
.product-menu .tit p{
    font-family: Arial;
    text-transform: uppercase;
    line-height:1;
}
.product-menu .con{
    border: 1px solid #10a86f;
    padding:20px 20px 0;
}
.product-menu .con li{
    height:30px;
    margin:0 0 15px 0;
}
.product-menu .con li a{
    display: block;
    border: 1px solid #10a86f;
    height:28px;
    line-height:28px;
    padding:0 0 0 20px;
    font-family: 宋体;
    color: #333;
    background: url("../image/ico-1.png") no-repeat 200px;
}
.product-menu .con li a:hover{
    background: url("../image/ico-1h.png") no-repeat 200px #10a86f;
    border: 1px solid #10a86f;
    color: #fff;
}
.product-con{
    width:900px;
}
.product-con li{
    float: left;
    width:270px;
    margin:0 45px 40px 0;
}
.product-con li:nth-child(3n){
    margin:0 0 30px 0;
}
.product-con li img{
    width:264px;
    height:191px;
    padding:2px;
    border: 1px solid #bdbdbd;
}
.product-con li p{
    height:32px;
    line-height:32px;
    background: #bdbdbd;
    text-align: center;
    color: #333;
    font-family: 宋体;
}
.product-con li:hover p{
    background: #10a86f;
    color: #fff;
}
.about{
    background: url("../image/about-bg.jpg") no-repeat center;
    height:390px;
}
.about-con{
    width:630px;
    padding:0 20px 0 0;
}
.about-con .tit{
    font-size: 18px;
    color: #10a86f;
    font-weight: bold;
    height:18px;
    line-height:18px;
    border-left: 3px solid #10a86f;
    padding:0 0 0 10px;
    margin:10px 0 0 0;
}
.about-con .con{
    padding:40px 0 0 0;
    font-size: 14px;
    color: #fff;
    font-family: 宋体;
    height:250px;
    overflow: hidden;
}
.about-con .con a{
    color: #fff;
}
.about-con .more a{
    display: block;
    text-align: right;
    color: #fff;
    font-family: 宋体;
    margin:30px 0 0 0;
}
.house{
    height:230px;
}
.house .bd{
    width: 1100px;
    margin:0 auto;
}
.house .bd li{
    float: left;
    width:250px;
    height:180px;
    margin:0 12px;
}
.house .bd li img{
    width:246px;
    height:176px;
    border: 2px solid #ebeaeb;
}
.house .bd li:hover img{
    border: 2px solid #10a86f;
}
.house .hd{
    position: relative;
}
.house .hd a{
    display: block;
    font-size: 40px;
    font-family: 宋体;
    position: absolute;
    top:60px;
    cursor: pointer;
}
.house .hd a.prev{
    left:0;
}
.house .hd a.next{
    right:0;
}
.case-wrap{
    background: #f4f4f4;
}

.case-con .hd{
    text-align: center;
}
.case-con .hd a{
    display: inline-block;
    width:27px;
    height:27px;
    cursor: pointer;
    margin:0 10px;
}
.case-con .hd a.prev{
    background-image: url("../image/prev.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.case-con .hd a.prev:hover{
    background-position: -27px 0;
}
.case-con .hd a.next{
    background-image: url("../image/next.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.case-con .hd a.next:hover{
    background-position: -27px 0;
}
.case-con .bd li{
    float: left;
    width:380px;
    height:250px;
    margin:0 10px;
    position: relative;
}
.case-con .bd li img{
    width:380px;
    height:250px;
}
.case-con .bd li p{
    position: absolute;
    height:50px;
    line-height:50px;
    text-align: center;
    background: rgba(0,0,0,.55);
    left:0;
    bottom: 0;
    width:100%;
    color: #fff;
    font-size: 14px;
    font-family: 宋体;
}
.case-con .bd li:hover p{
    background: rgba(16,168,66,.55);
}

.question {
    width:410px;
}
.news{
    width:740px;
}
.news-tit li{
    font-size: 18px;
    color: #1b1b1b;
    font-weight: bold;
    display: inline-block;
}
.news-tit li:first-child{

}
.news-tit li em{
    font-size: 18px;
    font-weight: normal;
    color: #999;
    padding:0 7px;
}
.news-tit li span{
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: #686868;
    text-transform: uppercase;
}
.news-tit li.on{
    color: #009d46;
}
.question-con{
    padding:20px 0 0 0;
}
.question-con li{
    padding:0 0 20px 0;
}
.question-con li h4 a{
    display: block;
    font-size: 14px;
    font-family: 宋体;
    color: #10a86f;
    font-weight: bold;
    background: url("../image/q.jpg") no-repeat left;
    padding:0 0 0 40px;
}
.question-con li p{
    font-family: 宋体;
    color: #444;
    background: url("../image/a.jpg") no-repeat left top;
    padding:0 0 0 40px;
    margin:10px 0 0 0;
}

.news-con .con dl dd img{
    width:354px;
    height:150px;
    display: block;
}
.news-con .con dl dt{
    width:360px;
}
.news-con .con dl dt h4 a{
    display: block;
    color: #10a86f;
    font-family: 宋体;
    font-weight: bold;
    padding:5px 0;
}
.news-con .con dl dt p{
    font-family: 宋体;
    color: #444;
}
.news-con .con ul li{
    float: left;
    width:355px;
    height:30px;
}
.news-con .con ul li a{
    display: block;
    color: #444;
    font-family: 宋体;
    height:30px;
    line-height:30px;
    background: url("../image/ico-2.png") no-repeat left;
    padding:0 0 0 10px;
}
.news-con .con ul li a:hover{
    color: #10a86f;
    text-decoration: underline;
}
.news-con .con ul li:nth-child(2n){
    padding:0 0 0 30px;
}


.friend-link .tit{
    font-weight: bold;
    color: #1b1b1b;
    font-size: 18px;
    padding:0 0 5px 0;
}
.friend-link .tit em{
    color: #999;
    padding:0 7px;
    font-weight: normal;
}
.friend-link .tit span{
    color: #686868;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.friend-link .line{
    height:1px;
    width:100%;
    background: #d2d2d2;
}
.friend-link .con{
    padding:0 0 10px 0;
}
.friend-link .con a{
    display: inline-block;
    color: #666;
    padding:0 20px 0 0;
    height:30px;
    line-height:30px;
}


.f-nav{
    background: #10a86f;
    height:60px;
    color: #fff;
    text-align: center;
    line-height:60px;
    font-size: 14px;
}
.f-nav a{
    display: inline-block;
    padding:0 20px;
    font-size: 16px;
    color: #fff;
}

.f-con-wrap{
    background: #353535;
    color: #fff;
}
.f-con-wrap a{
    color: #fff;
}
.f-bottom{
    background: #292929;
    height:48px;
    line-height:48px;
    text-align: center;
    color: #fff;
}



.inner{
    padding:40px 0;
}

.inner-left{width:260px;}
.i_menutit{
    background: #10a86f url('../image/ico-3.png') no-repeat 20px center;
    height: 75px;
    color: #fff;
    padding-left: 70px;
    padding-top: 30px;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    font-weight:bold;
    line-height:1.4;
}
.i_menutit span{
    display: block;
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
}

.i_menucon {
    background: #f4f4f4;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.i_menucon ul li{
    border-bottom: 1px solid #cacaca;
    margin-bottom: 3px;
    font-size: 14px;
}
.i_menucon ul li a{
    display: block;
    color: #333;
    padding-left: 35px;
    background: url('../image/ico-4.png') no-repeat 10px center;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

.left-product .tit{
    background: #10a86f;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    border-left: 5px solid #00794c;
}
.left-product .bd{
    height: 400px;
    overflow: hidden;
    padding: 9px;
    border: 1px solid #bcbcbc;
    background: #fff;
    border-top: none;
}
.left-product .bd li{
    width: 230px;
    overflow: hidden;
    margin-bottom: 10px;
}
.left-product .bd li img{
    width: 224px;
    height: 154px;
    border: 1px solid #ddd;
    padding: 2px;
}
.left-product .bd li p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left-product .bd li img:hover{
    border: 1px solid #10a86f;
}

.right-con{
    width:900px;
}
.inner-tit .tit{
    color: #333;
    font-size: 34px;
    font-weight: normal;
}
.inner-tit .siteadd{
    background: url('../image/ico-5.png') no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
    margin:20px 0 0 0 ;
}

.inner-img li{
    float: left;
    width: 280px;
    border: 1px solid #ddd;
    padding: 4px;
    background: #eee;
    transition: all 0.3s;
    margin: 0 15px 22px 0;
}
.inner-img li:nth-child(3n){
    margin:0 0 22px 0;
}
.inner-img li .img{
    width: 280px;
    height: 200px;
}
.inner-img li p{
    height:30px;
    line-height:30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.inner-img li:hover{
    border: 1px solid #10a86f;
}
.inner-page{
    font-size: 14px;
    line-height:2;
}

.inner-page-menu{
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.inner-page-menu a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #acacac;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
    margin:60px 0 60px 15px;
}
.inner-page-menu a:hover{
    background: #29a7e1;
    color: #fff;
    border: 1px solid #0681ba;
}
.inner-page-tit{
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: url('../image/ico-6.jpg') no-repeat center bottom;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    line-height: 30px;
}
.inner-page-tit p{
    font-size: 12px;
    font-family: Arial;
    opacity: .6;
}


/************
	可以复制
**************************/

.img-con-deta{overflow:hidden;}
.go_top{ position:fixed; bottom:20px; right:20px;}

.inner_page{background:url(../image/inner_pageimg.png) no-repeat 250px bottom; line-height:26px;margin:15px 0 0 0;}


.inner_news{}
.inner_news li{width:100%; overflow:hidden;padding:10px 0;}
.inner_news li .imgb {border:1px solid #ddd; padding:4px;text-align:center;width:160px; height:100px; background-color:#f7f7f7;}
.inner_news li .imgb .img{overflow:hidden; height:100%;}
.inner_news li img{ height:100%; width:auto;}
.inner_news li .con{width:705px;}
.inner_news li .con h4{border-bottom:1px dotted #ddd; line-height:40px;}
.inner_news li .con h4 a{font-size:16px;display:block; color:#333;}
.inner_news li .con h4 span{ font-size:12px; color:#999;}
.inner_news li .con p{line-height:24px; padding:10px 0 0 0;}



.inner-image-date{padding-top:20px;}


.ind-tit{font-size:16px; text-align:center; font-weight:bold; color:#900;}
.ind-time{text-align:center; border-bottom:1px dashed #ccc; padding:5px 0;}
.ind-con{ padding-top:10px; font-size:14px; color:#515D6B;}

.img-deta{ text-align:center;}
.img-deta img{ max-width:850px;}
.img-tit-deta{ text-align:center; padding:10px 0; font-weight:bold; color:#333; font-size:18px;}

/*============== inner-grestbook ==========*/

.grestbook_list{  margin: 12px 0;line-height: 26px;background: #fff;}
#pages{text-align: center;font: 12px '宋体';}
.post_box{border: 1px solid #eee;background: #fff; padding-bottom:20px;}
.post_box h5{line-height: 35px;text-align: center;font-size: 14px;border-bottom: 1px solid #eee;height: 35px;background: #f5f5f5;}
.table_form{  margin: 10px;width: 95%;}
.table_form tbody td{border-bottom: 1px solid #eee;}
.table_form td{  padding: 8px 0 5px 8px;line-height: 22px}
.button{background: #ddd;height: 22px;border-top: 0;border-left: 0;border-bottom: 1px solid #666;border-right: 1px solid #666;padding: 3px 6px;margin-right: 5px;}
#content {margin:0;line-height:22px;}

/*====== inner-product-date ======*/
.inner-meta-img-big img{width:302px; height:302px;border: 1px solid #ccc;}
.w12{float:left;}
#zoom_list{width: 302px;height: 60px;background: #efefef;}
#zoom_list .next {float: right;width: 14px;height: 54px;margin-top: 2px;text-align: center;overflow: hidden;background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;}
#zoom_list .pre{float: left;width: 14px;height: 54px;margin-top: 2px;text-align: center;overflow: hidden;background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;}
#zoom_list #zoom_list_box{  float: left;width: 232px;overflow: hidden;height: 56px;position: relative;}
#thumblist li{float: left;width: 58px;overflow: hidden;text-align: center;margin: 2px 0;padding:10px 0 0px 12px;}
#thumblist li span{height: 52px;width: 220px;line-height: 30px;}
#thumblist li span a{width: 50px;height: 50px;font-size: 42px;border: 1px solid #FFF;}
#thumblist li span img{  max-height: 50px;max-width: 50px;}
.w14{padding:20px 0 0 20px; float:left; width:550px;}
.p_tabs li{padding:10px 0 0 0;}
.bdsharebuttonbox-1{padding:15px 0 0 0;}
.linkproduct-con{padding:10px 0 0 0;}
.linkproduct-con ul{padding-top:20px;}

.p_tit{ border-bottom:1px dotted #ccc; padding:0 0 10px 0; font-size:16px; color:#e22c07;}
.p_tabs{font-size:14px;}


.pagenav{overflow:hidden;width:100%; padding:0 10px;}
.big_small{width:302px; height:302px;}
.mate-title{ height: 32px;line-height:32px;border-bottom:1px dotted #ccc;font-size: 14px;}
.mate-title b{}
.linkproduct{padding:10px 0 0 0; float:left; width:100%;}
.linkproduct img{
    max-width: 900px;
}
.mate-product{ padding:10px 0 0 0;}
.mate-product li{float: left;padding:0 4px;}
.mate-product li img{width:170px; height:130px; border:solid 1px #CCC;}
.mate-product li span a{ display:block;text-align:center; line-height:30px; height:30px; overflow:hidden; width:150px; margin:0 auto;}

.inner_product_show{padding:0 0 0 20px;}



/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

/*======= flip =====*/
.flip{overflow:hidden; font-family:"微软雅黑"; padding:10px 0; font-size:14px;}


/*====== 上一页-下一页 =====*/
.page{text-align:center; padding:20px 0; clear:both;}
.page a{font-size:14px; margin:3px; padding: 5px 10px;border:1px solid #ccc;}
.page a:hover{background-color:#666; border:1px solid #666; color:#fff;}
.page span{background-color:#666; border:1px solid #666; color:#fff; padding:5px 10px; margin:3px; font-size:14px;}

/*=========
	图片详细
=========*/
.picture-date-txt{font-size:14px; text-align: center; display:block; padding-top:10px;}
.inner-picture-date-con{ font-family:"微软雅黑"; font-size:14px; padding:0 10px;}
.picture-date{text-align:center; padding:10px 0 0 0;}
.picture-date img{ max-width:650px;}


/*文章分享*/
.bshare-custom{padding-top:10px;}