/*body*/
.bg {
    background-color: #ebebeb;
}
body {
    font-family: "Microsoft YaHei", SimSun, SimHei;
    width: 100%;
    min-width: 1160px;
}
.centent {
    background-color: #FFF;
    width: 1110px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
	min-height:320px;
}

/*son-nav*/
.son-nav {
    background-position: left top;
    width: 100%;
    background:#137841;
    height: 45px;
}

.son-nav .sonw {
    line-height: 45px;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.son-nav .sonw .toptype {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #dcf3dd;
    text-align: center;
    height: 45px;
    width: 200px;
    float: left;
    line-height: 45px;
}

.son-nav .sonw ul {
	margin:0 auto;
    padding-left: 45px;
    line-height: 32px;
    width: 915px;
	text-align:center;
	
}

.son-nav .sonw ul li {
    font-size: 14px;
    line-height: 45px;
	margin-right:5px;
    height: 45px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
	display:inline-block;
}

.son-nav .sonw ul li a {
    color: #FFF;
}

.son-nav .sonw ul .on, .son-nav .sonw ul li:hover {
    background-color: #dcf3dd ;
	font-weight:bold;

}
.son-nav .sonw ul .on a, .son-nav .sonw ul li:hover a 

{color:#000;
}


/*list_product*/
.ncanye .mcul li {
    height: 320px;
    position: relative;
}

.ncanye .mcul li img {
    height: 320px;
}

.ncanye .mcul li:hover {
    background-color: #a6d5b3;
    border-top-color: #a6d5b3;
    border-right-color: #a6d5b3;
    border-bottom-color: #a6d5b3;
    border-left-color: #a6d5b3;
}

.ncanye .mcul li .zhezao {
    height: 320px;
    width: 320px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: none;
    background-image: url(../images/list/lantou.png);
}

.ncanye .mcul li:hover .zhezao {
    display: block;
}

.ncanye .mcul li .zhezao .biaoti {
    font-size: 25px;
    text-align: center;
    height: 30px;
    width: 100%;
    padding-top: 120px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp

}
.ncanye .mcul li .zhezao .biaoti a{color:#000;}

.ncanye .mcul li .zhezao .chakan {
    font-size: 18px;
    line-height: 35px;
    background-color: #137841;
    height: 35px;
    width: 180px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-weight: bold;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
		color:#000;

}

.ncanye ul li {
    padding: 14px;
    float: left;
    height: 220px;
    width: 320px;
    border: 1px solid #dcdcdc;
    position: relative;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.ncanye ul li img {
    height: 220px;
    width: 320px;
}

.ncanye ul li a {
    color: #FFF;
}

.ncanye ul li .titname {
    background-image: url(../images/list/tit_name_bg.png);
    height: 36px;
    width: 320px;
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-size: 18px;
    line-height: 36px;
}

.ncanye ul li .zhezhao {
    position: absolute;
    z-index: 999;
    height: 197px;
    width: 120px;
    left: 14px;
    top: 14px;
    padding-top: 23px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    background-image: url(../images/list/lantou.png);
    background-repeat: repeat;
}

.ncanye ul li .zhezhao img {
    width: 110px;
    margin-right: auto;
    margin-left: auto;
    height: 90px;
}

.ncanye ul li .zhezhao .titna {
    font-size: 20px;
    line-height: 30px;
    height: 35px;
}

.ncanye ul li .zhezhao .ymore {
    line-height: 23px;
    height: 23px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 17px;
    border: 1px solid #FFF;
    margin-top: 10px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.centent .ncanye ul .none .zhezhao {
    display: none;
}

.ncanye ul li:hover .zhezhao {
    display: block;
}

.ncanye ul li:hover .zhezhao {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*list page*/
.page{ width:100%;margin:10px auto; line-height:30px; text-align:right;}
.page span{ display:inline-block; padding:0 10px 0 0;}
.page a.num.select{ padding:3px 10px; color:#fff; background:#137841}
.page a.num{ background:#fff; padding:0 10px;}
.page a.num:hover{ padding:3px 10px; color:#fff; background:#137841}

/*content-product*/
.zhuanti {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.zhuanti .huandeng {
    height: 550px;
    width: 1080px;
    padding-top: 10px;
}

.focusBox {
    position: relative;
    width: 1080px;
    height: 550px;
    overflow: hidden;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
}

.focusBox .pic img {
    width: 1080px;
    height: 550px;
    display: block;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    /*background: url(images/dot.png) no-repeat 0 -16px;*/
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    /*_background: url(images/dot8.png) no-repeat 0 -16px;*/
}

.focusBox .hd .on {
    background-position: 0 0;
}

.focusBox .prev {
    width: 27px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
    background-image: url(../images/content/zt_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    left: 20px;
}

.focusBox .next {
    width: 27px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
    right: 20px;
    background-image: url(../images/content/zt_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.focusBox .prev:hover {
    background-image: url(../images/content/zt_left_on.png);
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}

.focusBox .next:hover {
    background-image: url(../images/content/zt_right_on.png);
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}

.picScroll-pro {
    overflow: hidden;
    position: relative;
    margin-top: 16px;
}

.picScroll-pro .bd {
}

.picScroll-pro .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-pro .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 238px;
    margin-top: 0;
    margin-right: 38px;
    margin-bottom: 0;
    border: 1px solid #dedede;
    height: 298px;
}

.picScroll-pro .bd ul li .pic {
    text-align: center;
}

.picScroll-pro .bd ul li .pic img {
    width: 238px;
    height: 247px;
    display: block;
}

.picScroll-pro .bd ul li .pic a:hover img {
}

.picScroll-pro .bd ul li .title {
    line-height: 50px;
    font-size: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dedede;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.picScroll-pro .bd .picList li:hover .title {
    background-color: #5BB8FD;
}

.picScroll-pro .bd .picList li:hover .title a {
    font-weight: bold;
    color: #FFF;
}
.picScroll-pro .bd .picList li {
    padding: 11px;
    margin-right: 10px;
    background-color: #f0f0f0;
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
    border-left-color: #f0f0f0;
}

.picScroll-pro .bd .picList li:hover {
    background-color: #B4DEFE;
    border-top-color: #82C9FD;
    border-right-color: #82C9FD;
    border-bottom-color: #82C9FD;
    border-left-color: #82C9FD;
}

.picScroll-pro .bd .picList .yingshili .pic img {
    height: 300px;
}

.picScroll-pro .bd .picList .yingshili {
    height: 351px;
}
.pro_ul h1, .pro_anli h1, .pro_cont h1, .lingyu h1 {
    font-size: 24px;
    line-height: 76px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}
.pro_cont #pro_content h3 strong, .ck3D strong {
    border-radius: 4px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-size: 16px;
    color: #FFF;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
    background-color: #2B97E5;
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: #000 -2px 2px 2px;
}

.pro_cont #pro_content h3 strong:hover, .ck3D strong:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse
}
.ck3D {
    position: absolute;
    top: 37px;
    right: 0px;
}
.lingyu h1, .pro_ul h1 {
    position: relative;
}


/*list-honer*/

.img_list ul li {
    float: left;
    height: 240px;
    width: 320px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
}

.img_list ul li img {
    height: 200px;
    width: 320px;
    text-align: center;
}

.img_list ul {
    margin-right: -25px;
}

.img_list ul li:hover {
    background-color: #0b5d41;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.img_list ul li:hover a {
    color: #FFF;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.centent .pro_list ul li img {
    height: 240px;
    width: 323px;
}

.centent .pro_list ul li {
    padding: 10px;
    height: 280px;
    width: 327px;
    margin-right: 24px;
    margin-bottom: 24px;
}





/*全屏案例  */
/*list-honer*/
.img_list1 ul {
	overflow:hidden;
	width:100%;
	margin-top:25px;
	
}
.img_list1 ul li {
    float: left;
    width: 25%;
    padding: 15px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
	overflow: hidden;
	padding: 6px;
	box-sizing: border-box;
	position: relative;

}

.img_list1 ul li img {
	height:400px;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 0.4s;

}
.img_list1 ul li a{
	display:block;
	overflow:hidden;
}
.img_list1 ul li:hover img
{
	transform: scale(1.1);
	
}
.img_list1 ul li a.img_t{
	display:block;
	line-height:100px;
	background:url(../images/wu.png) no-repeat center center ;
	color:#fff;
}

.img_list1 ul li:hover a.img_t {
    background-color: #0b5d41;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.img_list1 ul li:hover a {
    color: #FFF;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}


/*content-honer*/

.centent .about {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    clear: both;
    min-height: 380px;
    float: none;
}
.centent .about span img{width:800px;}
.centent .quanping img{width:800px;}
.centent .about .title {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    color: rgb(9,120,65,1);
    margin-bottom: 20px;
}

/*content-case*/

.pro-content {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.pro-content .pro-title {
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-bottom: 40px;
}

.pro-content .pro_img {
    float: left;
    width: 500px;
    text-align: center;
}

.picslide {
    position: relative;
    overflow: hidden;
    width: 502px;
    height: 602px;
}

.picslide .bigImg {
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 500px;
    border: 1px solid #CCC;
}

.picslide .bigImg li img {
    vertical-align: middle;
    height: 496px;
    margin-right: auto;
    margin-left: auto;
    padding: 2px;
}
.pro_canshu .jieguo {
    width: 495px;
}

.dinggou {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pro-content .pro_canshu {
    float: right;
    width: 495px;
}
/*news-list*/

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d2d2d2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.picScroll-left .hd ul li.on {
    background-color: #0b5d41 ;
}

.picScroll-left .bd {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
    padding: 14px;
    height: 300px;
    width: 320px;
    margin-top: 0;
    margin-right: 29px;
    margin-bottom: 0;
    margin-left: 0px;
    border: 1px solid #dcdcdc;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 320px;
    height: 180px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
}

.picScroll-left .bd ul li .title {
    line-height: 35px;
    padding-top: 7px;
}

.picScroll-left .hd .tf20 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #666666;
    line-height: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.picScroll-left .bd .picList li .title a {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

.picScroll-left .bd .picList li p {
    font-size: 12px;
    line-height: 19px;
}

.picScroll-left .bd .picList li .liaojie {
    font-size: 13px;
    line-height: 30px;
    color: #0b5d41 ;
    padding-top: 8px;
}

.picScroll-left .bd .picList li:hover .title a {
    color: #0b5d41 ;
}

.newslist ul li {
    padding: 20px;
    border: 1px solid #dcdcdc;
    height: 110px;
    margin-top: 20px;
}

.qixialist ul li {
    height: 45px;
    line-height: 45px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #BFBFBF;
    font-size: 18px;
}

.newslist ul li .date {
    float: left;
    height: 110px;
    width: 113px;
    margin-right: 40px;
    color: #FFF;
    background-color: #C5C5C5;
    font-family: Arial;
    text-align: center;
}

.newslist ul li .date .dater {
    font-size: 50px;
    line-height: 66px;
    color: #ffffff;
    height: 66px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
}

.download ul li .date

{
    height:50px;
    line-height: 50px;
    width:190px;
    margin-top:25px;
    float:right;
    margin-right:0;
    
}
.download ul li .date .dater {
    background: #137841;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}
.download ul li .news_rt{
    width:811px !important;
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.newslist ul li .date .datey {
    font-size: 16px;
    line-height: 43px;
    height: 43px;
    
}

.newslist ul li:hover .date {
    background-color: #137841;
}

.newslist ul li:hover .date .dater {
    border-bottom-color: #0b5d41 ;
}

.newslist ul li .news_rt {
    float: left;
    height: 130px;
    width: 900px;
}

.newslist ul li .news_rt .news_title {
    font-size: 18px;
    line-height: 45px;
    color: #333333;
}

.newslist ul li .news_rt .news_title a {
    color: #282828;
}

.newslist ul li .news_rt .infos {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-top: 0px;
}

.newslist ul li:hover .news_rt .news_title a {
    font-weight: bold;
    color: #0b5d41 ;
}

.newslist ul li .news_rt .infos a {
    color: #666666;
}
/*search*/
.search_title{font-size: 16px;color: #333;line-height: 40px;font-weight: bold;padding: 0 10px;}
.search_info{float: left;font-size: 16px;line-height: 30px;}
.search_list{font-size: 14px;color: #333}
.search_list li{line-height: 40px;border-bottom: 1px dashed #ccc;padding: 0 10px;}
.search_list li:last-child{border-bottom: none;}
.search_list li  span{float: right;}
.search_cnt{overflow: hidden;margin: 10px 0}
.search_cnt form{display: block;position: relative;overflow: hidden;float: right;height:28px;}
.search_cnt input.txt{width:120px;height:26px; line-height:26px;color: #a1a1a1; padding:0 30px 0 5px;border:1px solid #ccc; background:none;}
.search_cnt input.btn{position: absolute;top:6px;right:6px;z-index: 9999;background: url(../images/public/btnbg.png) no-repeat 0 0;width: 20px;height: 22px;border:none;display: block;outline: none;cursor: pointer;}
.top{height:34px; line-height:34px; margin-bottom:0; color:#04891d;background:url(../images/public/topbg.jpg) repeat-x;}
.search_x{ border:1px solid #d1d1d1; margin-bottom:20px;}
.search_x .top{padding: 0 20px;}
.search_x .xbox{padding: 0 20px;}
.search_x .guestbook_top{ text-indent:25px}

.news_page{ margin:20px auto;overflow: hidden;}
.news_page li{ width:504px;float:left; height:20px; line-height:20px; overflow:hidden;padding:0 10px 0 30px;background:#f5f5f5;}
.news_page .pagepre{background:#f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;}
.news_page .pagenext{text-align: right;padding-right: 30px; background:#f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center;}
.news_page .pagepre:hover{ background:#d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;}
.news_page .pagenext:hover{background:#d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;}

/*page_show*/
.list_page{ font-size:16px;}
.page_show{ padding-top:10px;}
.page_show p{text-indent:2em;}


/*志成家人*/
.news_list dl{
    width: 94%;margin-left: 3%;
    padding: 20px;
    border: 1px solid #DCDCDC;
    margin-bottom: 20px;
}
.news_list dl dt{
    width: 30%;
}
.news_list dl dt img{
    width: 313px;
    height: 208px;
}
.news_list dl dd{
    width: 65%;

}
.news_list dl dd h2{
    font-size: 24px;
    margin-top: 15px;
}
.news_list dl dd p{
    line-height: 30px;
    margin-top: 10px;
}
.news_list dl:hover dd h2 a{
    color: #0b5d41;
}


.download_list dl{ width:33.3%; float:left;margin-top: 20px;}
.download_list dl dt{ text-align:center;}
.download_list dl dt img{width:80%;height: 240px; margin:0 auto;}
.download_list dl dd{ text-align:center;}
.download_list dl dd h2{line-height: 40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.download_list {margin-top:45px;}
.download_list li{width:50%; padding:0 9px; box-sizing:border-box; float:left; transition: all ease-in-out 0.3s; margin-bottom:15px; }
.download_list li:hover  {box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);transform:translateY(-20px); transition:all ease-in-out 0.3s}
.download_list li:hover a{cursor:pointer;}
.download_list li a{ display:block; padding:30px 20px; overflow:hidden;background: #fff;}
.download_list li .text{width: 70%; float:left;}
.download_list li .text h2 { font-size: 16px;color: #0e050a; height:35px; line-height:35px; overflow:hidden;}
.download_list li .text p {color: #999;font-size: 14px;}
.download_list li .more {width:20%; float:right;}
.download_list li .more span{
    transition: all ease-in-out 0.3;
    width: 100%;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background: #e9e9e9;
    color: #444;
    font-size: 14px;
    padding-right: 0;

}
.download_list li:hover .more span{background:rgb(9,120,65,1); color:#fff;}

