/* 网站背景 */
.bg-color{background-color: #fff;}
/* 顶部样式 */
.head{height: 170px;background-image: url(../images/headbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.head .logo{float: left;display: flex;}
.head .logo .icon,
.head .logo .img{height: 170px;line-height: 170px;font-size: 0;overflow: hidden;}
.head .logo .icon{width: 210px;text-align: left;position: relative;}
.head .logo .icon::before{content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 3px;height: 104px;background-image: url(../images/head-line.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.head .logo .img{width: 470px;text-align: right;}
.head .logo img{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;}
.head .list{float: left;margin-left: 22px;display: flex;height: 170px;align-items: center;}
.head .list li{margin-left: 15px;width: 40px;height: 40px;color: #fff;text-align: center;line-height: 20px;font-size: 16px;border-radius: 5px;padding: 10px;background: #226543;background: -moz-linear-gradient(45deg, #226543 0%, #4e8469 100%);background: -webkit-linear-gradient(45deg, #226543 0%,#4e8469 100%);background: linear-gradient(45deg, #226543 0%,#4e8469 100%);}
.head .tel{float: right;height: 170px;padding-right: 70px;line-height: 1;text-align: right;background-image: url(../images/nav-tel.png);background-position: right center;background-repeat: no-repeat;display: flex;justify-content: center;flex-direction: column;}
.head .tel p{color: #666;font-size: 16px;margin-bottom: 5px;}
.head .tel span{display: block;font-size: 26px;font-weight: 700;color: #286a48;}
/* 导航 */
.nav-bar{background: #256746;background: -moz-linear-gradient(45deg, #256746 0%, #4b8266 100%);background: -webkit-linear-gradient(45deg, #256746 0%,#4b8266 100%);background: linear-gradient(45deg, #256746 0%,#4b8266 100%);}
.nav-bar ul{display: flex;justify-content: center;align-items: center;}
.nav-bar ul li a{display: block;height: 75px;color: #fff;font-size: 18px;padding: 0 68px;line-height: 1;text-align: center;display: flex;justify-content: center;flex-direction: column;transition: all 0.5s ease-in-out;}
.nav-bar ul li a span{color: #4c9b7b;font-size: 14px;margin-top: 6px;transition: all 0.5s ease-in-out;}
.nav-bar ul li a:hover,
.nav-bar ul li.active a,
.nav-bar ul li a:hover span,
.nav-bar ul li.active a span{color: #ffaa36;}
/* banner大图 */
.banner{width: 100%;margin: 0 auto;position: relative;overflow: hidden;z-index: 1;text-align: center;}
.banner a{display: block;height: 100%;}
.banner img{width: 100%;height: 100%;object-fit: cover;}
.banner .swiper-slide{height: 650px;}
.banner .swiper-pagination{bottom: 20px;display: flex;justify-content: center;align-items: center;}
.banner .swiper-pagination-bullet{width: 16px;height: 16px;background: #fff;margin: 0 5px;border-radius: 50%;opacity: 0.5;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{width: 40px;border-radius: 20px;opacity: 1;}
#main{overflow: hidden;}
/* 公共头部 */
#main .common{text-align: center;margin-bottom: 50px;line-height: 1;}
#main .common .topicon{display: flex;justify-content: center;align-items: center;margin-bottom: 18px;}
#main .common .name{color: #333;font-size: 40px;font-family: "SourceHanSerifSCbold";}
#main .common .name span{color: #256746;font-family: "SourceHanSerifSCbold";padding-left: 10px;}
#main .common .txt{color: #999;font-size: 18px;margin-top: 10px;}
#main .common .icon{display: flex;justify-content: center;align-items: center;margin-top: 16px;}
#main .common .icon i{width: 6px;height: 6px;background-color: #ccc;border-radius: 50%;margin: 0 3px;}
#main .common .icon i:nth-child(4){width: 11px;height: 11px;margin: 0 10px;}
/* 产品中心 */
#main .product-main{padding: 80px 0;background-image: url(../images/probg.jpg);background-position: center;background-repeat: repeat;}
#main .product-main .list{margin: -10px;}
#main .product-main .list li{float: left;width: 420px;margin: 10px;}
#main .product-main .list li a{display: block;padding: 25px;height: 340px;position: relative;background-image: url(../images/proli2.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .product-main .list li a .box{margin-top: 20px;line-height: 1;}
#main .product-main .list li a .box .name{color: #276848;font-size: 30px;}
#main .product-main .list li a .box .tags{color: #444;font-size: 16px;margin-top: 14px;}
#main .product-main .list li a .box .data{display: flex;margin-top: 36px;}
#main .product-main .list li a .box .data span{margin-right: 18px;width: 54px;height: 54px;color: #fff;text-align: center;line-height: 27px;font-size: 20px;border-radius: 5px;padding: 10px;background: #363636;background: -moz-linear-gradient(45deg, #363636 0%, #707070 100%);background: -webkit-linear-gradient(45deg, #363636 0%,#707070 100%);background: linear-gradient(45deg, #363636 0%,#707070 100%);}
#main .product-main .list li a .img{width: 280px;height: 280px;line-height: 280px;text-align: center;font-size: 0;overflow: hidden;margin: 0 auto -20px;}
#main .product-main .list li a .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
#main .product-main .list li.first{width: 860px;}
#main .product-main .list li.first a{background-image: url(../images/proli1.jpg);}
#main .product-main .list li.first a .box{width: 400px;}
#main .product-main .list li.first a .img{position: absolute;top: 0;right: 30px;width: 390px;height: 390px;line-height: 390px;margin: 0;}
#main .product-main .list li a:hover{box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);-webkit-transform: translate3d(0,-10px,0);-moz-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);}
/* 产品特性 */
#main .youshi-main{padding: 90px 0;background-image: url(../images/youshibg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .youshi-main .list{position: relative;min-height: 530px;display: flex;justify-content: space-between;align-items: center;}
#main .youshi-main .list .img{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 620px;height: 530px;line-height: 530px;text-align: center;font-size: 0;}
#main .youshi-main .list .img img{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;}
#main .youshi-main .list .right{text-align: right;}
#main .youshi-main .list ul{width: 324px;}
#main .youshi-main .list ul li{margin-bottom: 30px;padding: 18px;background-color: #f0f0f0;border-radius: 10px;line-height: 1;cursor: pointer;}
#main .youshi-main .list ul li .key{color: #000;font-size: 36px;font-weight: 700;}
#main .youshi-main .list ul li .tit{color: #000;font-size: 18px;font-weight: 700;margin: 10px 0;}
#main .youshi-main .list ul li .con{color: #666;font-size: 16px;line-height: 24px;}
#main .youshi-main .list ul li:hover{background-color: #256746;background: -moz-linear-gradient(45deg, #256746 0%, #4b8266 100%);background: -webkit-linear-gradient(45deg, #256746 0%,#4b8266 100%);    background: linear-gradient(45deg, #256746 0%,#4b8266 100%);}
#main .youshi-main .list ul li:hover .key,
#main .youshi-main .list ul li:hover .tit,
#main .youshi-main .list ul li:hover .con{color: #fff;}
/* 用实力说话 */
#main .shili-main{background-color: #fff;}
#main .shili-main .list{position: relative;}
#main .shili-main .list .swiper-slide{opacity: 0;height: 690px;background-image: url(../images/shilibg.jpg);background-position: center;background-repeat: repeat;}
#main .shili-main .list .swiper-slide.swiper-slide-active{opacity: 1;}
#main .shili-main .list .swiper-slide .img{position: absolute;top: 0;left: 0;width: 50%;height: 100%;overflow: hidden;}
#main .shili-main .list .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;}
#main .shili-main .list .swiper-slide .warpper{display: flex;justify-content: flex-end;}
#main .shili-main .list .swiper-slide .box{margin-top: 100px;width: 480px;text-align: right;line-height: 1;color: #fff;}
#main .shili-main .list .swiper-slide .box .key{color: #ffaa28;font-size: 72px;font-weight: 700;}
#main .shili-main .list .swiper-slide .box .name{font-size: 44px;font-weight: 700;line-height: 60px;padding: 20px 0;position: relative;}
#main .shili-main .list .swiper-slide .box .name::before{content: '';position: absolute;bottom: 0;right: 0;width: 70px;height: 2px;background-color: #71ab93;}
#main .shili-main .list .swiper-slide .box .con{font-size: 18px;line-height: 30px;margin-top: 30px;}
#main .shili-main .list .btn{position: absolute;bottom: 30px;width: 650px;left: 50%;display: flex;justify-content: center;align-items: center;height: 40px;}
#main .shili-main .list .btn .shili-prev,
#main .shili-main .list .btn .shili-next,
#main .shili-main .list .btn .shili-pagin{position: initial;top: auto;bottom: auto;left: auto;right: auto;margin-top: 0;}
#main .shili-main .list .btn .shili-prev,
#main .shili-main .list .btn .shili-next{width: 40px;height: 40px;border-radius: 50%;background-position: center;background-repeat: no-repeat;background-size: 18px 14px;}
#main .shili-main .list .btn .shili-prev{background-image: url(../images/shili-left.png);}
#main .shili-main .list .btn .shili-next{background-image: url(../images/shili-right.png);}
#main .shili-main .list .btn .shili-prev:hover,
#main .shili-main .list .btn .shili-next:hover{background-color: #ff8b0e;}
#main .shili-main .list .btn .shili-pagin{width: auto;margin: 0 20px;display: flex;justify-content: center;align-items: center;}
#main .shili-main .list .btn .shili-pagin span{margin: 0 10px;width: 14px;height: 14px;border-radius: 50%;border: 3px solid #fff;background-color: transparent;opacity: 1;transition: all 0.5s ease-in-out;}
#main .shili-main .list .btn .shili-pagin span.swiper-pagination-bullet-active{background-color: #ff8b0e;border-color: #ff8b0e;}
/* 应用领域 */
#main .appli-main{padding: 80px 0;background-color: #fff;}
#main .appli-main .list{margin: -10px;}
#main .appli-main .list li{float: left;width: 420px;margin: 10px;}
#main .appli-main .list li a{display: block;}
#main .appli-main .list li a .img{width: 100%;height: 315px;position: relative;overflow: hidden;}
#main .appli-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .appli-main .list li a .img .icon{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);background-image: url(../images/appli-iconH.png);background-position: center;background-repeat: no-repeat;background-size: 52px 52px;opacity: 0;}
#main .appli-main .list li a .box{margin-top: 4px;height: 58px;display: flex;justify-content: space-between;align-items: center;position: relative;}
#main .appli-main .list li a .box::before,
#main .appli-main .list li a .box::after{content: '';position: absolute;bottom: 0;left: 0;height: 1px;}
#main .appli-main .list li a .box::before{width: 100%;background-color: #dcdcdc;z-index: 1;}
#main .appli-main .list li a .box::after{width: 0;background-color: #256745;z-index: 2;transition: all 0.5s ease-in-out;}
#main .appli-main .list li a .box .tit{width: calc(100% - 44px);color: #666;font-size: 18px;}
#main .appli-main .list li a .box .icon{width: 44px;height: 100%;background-image: url(../images/appli-icon.png);background-position: center;background-repeat: no-repeat;background-size: 26px 26px;}
#main .appli-main .list li a:hover .img .icon{opacity: 1;}
#main .appli-main .list li a:hover .box::after{width: 100%;}
/* 公司简介 */
#main .company-main{padding: 100px 0;background-image: url(../images/gsjjbg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .company-main .txt{line-height: 1;margin-bottom: 65px;color: #fff;}
#main .company-main .txt h3{font-size: 24px;}
#main .company-main .txt h4{font-size: 40px;font-family: "SourceHanSerifSCbold";margin: 24px 0 18px 0;}
#main .company-main .txt p{font-size: 14px;opacity: 0.5;}
#main .company-main .data{margin-bottom: 90px;display: flex;}
#main .company-main .data li{color: #fff;line-height: 1;margin-right: 54px;display: flex;justify-content: center;align-items: center;}
#main .company-main .data li .name{width: 16px;height: 40px;text-align:center;padding: 5px;font-size: 14px;line-height: 20px;background: #1a5334;background: -moz-linear-gradient(45deg, #1a5334 0%, #337756 100%);background: -webkit-linear-gradient(45deg, #1a5334 0%,#337756 100%);background: linear-gradient(45deg, #1a5334 0%,#337756 100%);}
#main .company-main .data li .num{margin: 0 10px;font-size: 72px;}
#main .company-main .data li .num i{font-family: "bahnschrift";letter-spacing: -6px;}
#main .company-main .data li .info{font-size: 16px;}
#main .company-main .data li .info span{display: block;margin-bottom: 10px;}
#main .company-main .img{float: left;width: 50%;height: 410px;overflow: hidden;position: relative;}
#main .company-main .img img{width: 100%;height: 100%;object-fit: cover;}
#main .company-main .img .company-btn{position: absolute;top: 50%;left: 50%;cursor: pointer;transform: translate(-50%,-50%);width: 112px;height: 112px;background-color: rgba(29,88,57,0.6);text-align: center;font-size: 0;border-radius: 50%;}
#main .company-main .img .company-btn::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 69px;height: 69px;background-image: url(../images/gsjj-video.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .company-main .img .company-btn::before{content: '';display: block;width: 100%;height: 100%;background: rgba(29,88,57,0.5);position: absolute;left: 0;top: 0;border-radius: 50%;z-index: -1;animation: consult linear 2s infinite;}
@keyframes consult{0%,100%{transform:scale(1.1);}50%{transform:scale(1.3);}}
#main .company-main .img .video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
#main .company-main .img .video_box.cur{opacity:1;z-index:999999;transition:600ms ease;}
#main .company-main .img .video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
#main .company-main .img .video_box.cur .video,
#main .company-main .img .video_box.cur .video_x{top:50%;transition:600ms ease;}
#main .company-main .img .video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:30px;font-weight: lighter;cursor: pointer;transition:600ms ease;}
#main .company-main .img .video_x:hover{background-color: #066e3e;color: #fff;}
#main .company-main .box{padding: 0 50px;width: 50%;float: right;height: 410px;display: flex;justify-content: center;flex-direction: column;box-sizing: border-box;background-color: #fff;}
#main .company-main .box .name{color: #000;font-size: 32px;line-height: 1;margin-bottom: 30px;}
#main .company-main .box .name span{color: #066e3e;font-weight: 700;}
#main .company-main .box .con{line-height: 30px;color: #666;font-size: 16px;}
#main .company-main .box .more{margin-top: 60px;display: flex;justify-content: flex-end;}
/* 首页MORE */
#main .indexmore{padding: 15px 25px;border: 1px solid #066e3e;border-radius: 30px;display: flex;justify-content: center;align-items: center;color: #066e3e;font-size: 16px;}
#main .indexmore i{width: 22px;height: 22px;border: 1px solid #066e3e;border-radius: 50%;position: relative;margin-left: 60px;}
#main .indexmore i::before,
#main .indexmore i::after{content: '';position: absolute;top: 50%;background-color: #066e3e;transition: all 0.5s ease-in-out;}
#main .indexmore i::before{width: 5px;height: 5px;border-radius: 50%;left: 50%;transform: translate(-50%,-50%);}
#main .indexmore i::after{width: 45px;height: 1px;opacity: 0.5;right: 50%;transform: translateY(-50%);}
#main .indexmore:hover{background-color: #066e3e;color: #fff;}
#main .indexmore:hover i{border-color: #fff;}
#main .indexmore:hover i::before,
#main .indexmore:hover i::after{background-color: #fff;}
#main .indexmore:hover i::after{opacity: 1;width: 30px;}
/* 新闻资讯 */
#main .news-main{background-color: #fff;padding: 70px 0;}
#main .news-main .show{float: left;width: 410px;}
#main .news-main .show .txt{height: 200px;text-align: center;color: #fff;line-height: 1;position: relative;display: flex;justify-content: center;flex-direction: column;background: #226543;background: -moz-linear-gradient(45deg, #226543 0%, #4e8469 100%);background: -webkit-linear-gradient(45deg, #226543 0%,#4e8469 100%);background: linear-gradient(45deg, #226543 0%,#4e8469 100%);}
#main .news-main .show .txt::before{content: '';position: absolute;bottom: -20px;left: 0;width: 100%;height: 20px;background-image: url(../images/news-li.png);background-position: center;background-repeat: no-repeat;}
#main .news-main .show .txt .name{font-size: 48px;font-weight: 700;margin-bottom: 14px;}
#main .news-main .show .txt .en{font-size: 20px;}
#main .news-main .show .img{height: 238px;overflow: hidden;}
#main .news-main .show .img img{width: 100%;height: 100%;object-fit: cover;}
#main .news-main .newslist{float: right;width: 826px;}
#main .news-main .newslist .type{border-bottom:1px solid #dcdcdc;display: flex;justify-content: space-between;align-items: center;padding-bottom: 50px;}
#main .news-main .newslist .type .left a{float: left;font-size: 22px;font-weight: 700;color: #fff;line-height: 45px;height: 45px;margin-right: 20px;background-color:#ffaa28;width:125px;text-align:center;}
#main .news-main .newslist .type .left a.cur{background: #226543;background: -moz-linear-gradient(45deg, #226543 0%, #4e8469 100%);background: -webkit-linear-gradient(45deg, #226543 0%,#4e8469 100%);background: linear-gradient(45deg, #226543 0%,#4e8469 100%);}
#main .news-main .newslist .type .right a{padding: 0;border: none;}
#main .news-main .newslist .type .right a:hover{padding: 9px 20px;}
#main .news-main .newslist .new_con li{float: left;width: 340px;height: 116px;padding:54px 50px 0 23px;border-bottom:1px solid #eee;}
#main .news-main .newslist li i{float: left;width: 70px;height: 70px;border-right:1px solid #eee;font-size: 14px;color: #b7b7b7;line-height: 14px;}
#main .news-main .newslist li i em{display:block;font-size: 56px;line-height: 42px;font-weight: normal;margin-bottom: 14px;font-family: Arial;}
#main .news-main .newslist li p{float: left;width: 230px;margin-left: 22px;}
#main .news-main .newslist li p a{display:block;font-size: 18px;color: #000;line-height: 1;margin-bottom:10px;}
#main .news-main .newslist li p span{font-size: 14px;color: #666;line-height: 1.6;}
#main .news-main .newslist li:hover{background: #226543;background: -moz-linear-gradient(45deg, #226543 0%, #4e8469 100%);background: -webkit-linear-gradient(45deg, #226543 0%,#4e8469 100%);background: linear-gradient(45deg, #226543 0%,#4e8469 100%);}
#main .news-main .newslist li:hover p a{color: #fff;}
#main .news-main .newslist li:hover p span{color: #fff;}
#main .news-main .newslist li:hover i{color: #fff;}
/* 友情链接 */
.footlink{padding: 28px 0;background: #256746;background: -moz-linear-gradient(45deg, #256746 0%, #4b8266 100%);background: -webkit-linear-gradient(45deg, #256746 0%,#4b8266 100%);background: linear-gradient(45deg, #256746 0%,#4b8266 100%);}
.footlink .name{float: left;width: 140px;padding-left: 42px;color: #fff;font-size: 36px;font-weight: 700;line-height: 1;background-image: url(../images/link.png);background-position: left center;background-repeat: no-repeat;}
.footlink .box{float: right;width: 1100px;}
.footlink .box .tit{float: left;width: 110px; line-height: 36px;color: #fff;font-size: 20px;}
.footlink .box .list{float: left;width: calc(100% - 110px);}
.footlink .box .list li{float: left;margin-right: 34px;}
.footlink .box .list li a{display: block;line-height: 36px;color: #fff;font-size: 16px;}
.footlink .box .list li a:hover{color: #ffaa28;text-decoration: underline;}
/* 网站底部 */
.footer{background-color: #f3f3f3;position: relative;}
.footer::before{content: '';position: absolute;top: 154px;left: 0;width: calc(50% - 650px);height: 1px;background-color: #dcdcdc;}
.footer .box{float: left;width: 810px;border-right: 1px solid #dcdcdc;padding-bottom: 50px;}
.footer .box .logo{display: flex;height: 154px;border-bottom: 1px solid #dcdcdc;}
.footer .box .logo .icon,
.footer .box .logo .img{height: 100%;line-height: 154px;font-size: 0;overflow: hidden;}
.footer .box .logo .icon{width: 210px;text-align: left;position: relative;}
.footer .box .logo .icon::before{content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 3px;height: 104px;background-image: url(../images/head-line.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.footer .box .logo .img{width: 470px;text-align: right;}
.footer .box .logo img{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;}
.footer .box .list{margin-top: 70px;display: flex;}
.footer .box .list li{width: 25%;}
.footer .box .list li .tit{color: #333;font-size: 18px;line-height: 1;margin-bottom: 20px;padding-bottom: 30px;position: relative;}
.footer .box .list li .tit::before{content: '';position: absolute;bottom: 0;left: 0;width: 22px;height: 3px;background-color: #136e38;}
.footer .box .list li a{display: block;color: rgba(51,51,51,0.65);font-size: 16px;line-height: 36px;transition: all 0.5s ease-in-out;}
.footer .box .list li a:hover{color: #136e38;text-decoration: underline;}
.footer .box .list li .wechat{width: 128px;height: 128px;line-height: 128px;text-align: left;font-size: 0;}
.footer .box .list li .wechat img{max-width: 100%;max-height: 100%;vertical-align: middle;display: inline-block;}
.footer .contact{float: right;width: 450px;}
.footer .contact .hotline{color: #333;height: 153px;line-height: 1;border-bottom: 2px solid #2b6b4b;display: flex;justify-content: center;flex-direction: column;}
.footer .contact .hotline p{font-size: 16px;margin-bottom: 16px;}
.footer .contact .hotline h4{font-size: 30px;font-weight: 700;color: #2b6b4b;}
.footer .contact .hotline h4 span{padding: 0 12px;}
.footer .contact .list{margin-top: 30px;}
.footer .contact .list li{line-height: 36px;color: #333;font-size: 16px;padding-left: 28px;background-position: left center;background-repeat: no-repeat;}
.footer .contact .list li.add{background-image: url(../images/footer-add.png);}
.footer .contact .list li.tel{background-image: url(../images/footer-tel.png);}
.footer .contact .list li.fax{background-image: url(../images/footer-fax.png);}
.footer .contact .wechat{width: 140px;margin-top: 30px;}
.footer .contact .wechat .img{width: 136px;height: 136px;line-height: 136px;padding: 2px;background-color: #fff;text-align: center;font-size: 0;}
.footer .contact .wechat .img img{max-height: 100%;max-width: 100%;display: inline-block;vertical-align: middle;}
.footer .contact .wechat p{color: rgba(255,255,255,0.5);font-size: 16px;line-height: 1;margin-top: 10px;text-align: center;}
.footer2{background-color: #ebebeb;padding: 25px 0;text-align: center;color: #666;font-size: 16px;line-height: 2;}
.footer2 a{color: #666;transition: all 0.5s ease-in-out;}
.footer2 a:hover{color: #136e38;}
.footer2 a img{display: inline-block;}



.pro-sider{

	float: left;

	width: 260px;

}

.pro-sider .in-title{
	background: #256746;
	background: -moz-linear-gradient(45deg, #256746 0%, #4b8266 100%);
	background: -webkit-linear-gradient(45deg, #256746 0%,#4b8266 100%);
	background: linear-gradient(45deg, #256746 0%,#4b8266 100%);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 2px;
}

.pro-sider .pro-sider-ul{

    margin-bottom: 25px;

}

.pro-sider .pro-sider-ul .ul-li a{

    display: block;

    box-sizing: border-box;

    padding: 0px 20px;

    line-height: 55px;

    margin-bottom: 2px;

    background: #ececeb;

	position: relative;

	-webkit-transition: all 0.55s;

	-moz-transition: all 0.55s;

	-ms-transition: all 0.55s;

	-o-transition: all 0.55s;

	transition: all 0.55s;

}

.pro-sider .pro-sider-ul .ul-li a::before,

.pro-sider .pro-sider-ul .ul-li a::after{

	content: '';

	display: block;

	background: #fff;

	top: 0;

	bottom: 0;

	margin: auto;

	position: absolute;

}

.pro-sider .pro-sider-ul .ul-li a::before{

	width: 2px;

	height: 12px;

	right: 29px;

	-webkit-transition: all 0.55s;

	-moz-transition: all 0.55s;

	-ms-transition: all 0.55s;

	-o-transition: all 0.55s;

	transition: all 0.55s;

}

.pro-sider .pro-sider-ul .ul-li a::after{

	width: 12px;

	height: 2px;

	right: 24px;

}

.pro-sider .pro-sider-ul .ul-li a h2{

	width: 200px;

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li:hover a,

.pro-sider .pro-sider-ul .ul-li a.active{

	background-color: #286a48;

}

.pro-sider .pro-sider-ul .ul-li:hover a::before,

.pro-sider .pro-sider-ul .ul-li a.active::before{

	opacity: 0;

}

.pro-sider .pro-sider-ul .ul-li:hover a h2,

.pro-sider .pro-sider-ul .ul-li a.active h2{

	color: #fff;

}

.pro-sider .pro-sider-ul .ul-li .erji{

	display: none;

	overflow: hidden;

}

.pro-sider .pro-sider-ul .ul-li .erji a{

	display: block;

	height: 54px;

	border-bottom:1px solid #ececeb;

	border-left: 1px solid #ececeb;

	border-right: 1px solid #ececeb;

	box-sizing: border-box;

	padding:0px 25px 0px 40px;

	color: #666;

	line-height: 54px;

	background-color: #fff;

	margin-bottom: 0;

}

.pro-sider .pro-sider-ul .ul-li .erji a::before,

.pro-sider .pro-sider-ul .ul-li .erji a::after{

	display: none;

}

.pro-sider .pro-sider-ul .ul-li .erji a p{

	float: left;

	font-size: 14px;

	width: 158px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li .erji a span{

	float: right;

	width: 15px;

	font-size: 20px;

	text-align: right;

}

.pro-sider .pro-sider-ul .ul-li .erji a:hover,

.pro-sider .pro-sider-ul .ul-li .erji a.active{

	color: #286a48;

}

.pro-sider .contact-box{

	border: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 6px;

}

.pro-sider .contact-box img{

	margin-bottom: 10px;

	width: 100%;

}

.pro-sider .contact-box p{

	color: #333;

	font-size: 14px;

	line-height: 26px;

	padding: 5px 0;

}

.pro-sider .contact-box p span{

	display: block;

	font-size: 22px;

	line-height: 36px;

	color: #286a48;

	font-weight: bold;

}























.m-column-t{







	position: relative;







	text-align: center;







	font-size: 0;







}







.m-column-t .center{







	display: inline-block;







	font-size: 0;







}







.m-column-t .center h3{







	color: #333;







	font-size: 30px;







}







.m-column-t .center p{







	color: #d2d2d2;







	font-size: 30px;







}







.m-column-t span{







	position: absolute;







	width: 415px;







	top: 50%;







	margin-top: -5px;







	height: 5px;







	border-bottom: 1px solid #d2d2d2;







	z-index: 1;







}







.m-column-t span.mcl{







	left: 0;







}







.m-column-t span.mcl em{







	float: right;







}







.m-column-t span.mcr{







	right: 0;







}







.m-column-t span em{







	display: block;







	height: 11px;







	border-left: 1px solid #d2d2d2;







}







.textLine{







	overflow: hidden;







	text-overflow: ellipsis;







	display: -webkit-box;







	-webkit-line-clamp: 2;







	-webkit-box-orient: vertical;







}







.textLine3{







	overflow: hidden;







	text-overflow: ellipsis;







	display: -webkit-box;







	-webkit-line-clamp: 3;







	-webkit-box-orient: vertical;







}







.textHidden{







	overflow: hidden;







	text-overflow: ellipsis;







	white-space: nowrap;







}







.domHidden{







	overflow: hidden;







}







.about-main{







	padding: 20px 0 70px;







	min-height: 170px;







}







.about-main .ab-content{







	float: right;







	width: 925px;







}







.about-main .ab-content .title{







	line-height: 50px;







}







.about-main .ab-content .title a{







	color: #333;







	padding: 0 5px;







}







.about-main .ab-content .title span.icon-home{







	color: #535353;







}







.about-main .ab-content .title em{







	color: #999;







}







.about-main .ab-content .ab-conBox{







	overflow: hidden;







	background: #fff;







	min-height: 55px;







	padding: 30px 45px 40px;







}







.about-main .ab-content .ab-conBox .de-title{







	text-align: center;







	font-size: 20px;







	color: #333;







	line-height: 25px;







	margin-bottom: 8px;







}







.about-main .ab-content .ab-conBox .sub-co{







	font-size: 14px;







	color: #999;







	text-align: center;







	line-height: 18px;







}







.about-main .ab-content .ab-conBox .ab-detail{







	overflow: hidden;







	margin-top: 30px;







	font-size: 14px;







	color: #777373;







	line-height: 25px;







}







.ab-sild{







	float: left;







	width: 260px;







}







.ab-sild .title{







	position: relative;







	height: 50px;







	text-align: center;







	background: #f3c04b;







	font-size: 16px;







	line-height: 50px;







	color: #fff;







	border-bottom: 1px solid #fff;







}







.ab-sild .title span{







	position: absolute;







	height: 3px;







	width: 30px;







	top: 50%;







	margin-top: -3px;







	border-bottom: 1px solid #fff;







}







.ab-sild .title span em{







	display: block;







	height: 7px;







	border-left: 1px solid #fff;







}







.ab-sild .title span.stl{







	left: 35px;







}







.ab-sild .title span.stl em{







	float: right;







}







.ab-sild .title span.str{







	right: 35px;







}







.ab-sild .sild-cate{







	background: #fff;







	margin-bottom: 20px;







}







.ab-sild .sild-cate .list{







	overflow: hidden;







}







.ab-sild .sild-cate .list li{







	position: relative;







	border-bottom: 1px solid #eee;







	height: 60px;







	line-height: 60px;







}







.ab-sild .sild-cate .list li a{







	display: block;







	padding-right: 35px;







	font-size: 14px;







	color: #333;







	padding-left: 20px;







}







.ab-sild .sild-cate .list li:last-child{







	border-bottom: none;







}







.ab-sild .sild-cate .list li:hover{







	border-color: #f3c04b;







	background: #f3c04b;







}







.ab-sild .sild-cate .list li:hover a{







	color: #fff;







}







.ab-sild .sild-cate .list li:hover:after{







	color: #fff;







}







.ab-sild .sild-cate .list li:after{







	font-weight: bold;







	right: 20px;







	top: 0;







	color: #999;







	position: absolute;







	content: "\e904";







	font-family: 'icomoon' !important;







}







.ab-sild .sild-cont{







	background: #fff;







}







.ab-sild .sild-cont .cont-list{







	padding: 20px;







}







.ab-sild .sild-cont .cont-list ul li{







	color: #333;







	padding: 5px 0;







	padding-left: 60px;







	font-size: 14px;







}







.ab-sild .sild-cont .cont-list ul li span{







	width: 60px;







	margin-left: -60px;







	display: block;







	height: 20px;







	line-height: 20px;







	float: left;







	color: #666;







}







.pro-center{







	background: #fff;







	padding-bottom: 25px;







}







.pro-center .pro-list{







	overflow: hidden;







	padding: 25px 18px 10px;







}







.pro-center .pro-list ul li{







	float: left;







	width: 200px;







	margin: 0 10px 20px;







	border: 1px solid #fff;







}







.pro-center .pro-list ul li:hover{







	border-color: #f3c04b;







}







.pro-center .pro-list ul li .img{







	overflow: hidden;







	width: 200px;







	height: 200px;







	line-height: 200px;







	text-align: center;







	font-size: 0;







	background: #eee;







}







.pro-center .pro-list ul li .img img{







	display: inline-block;







	vertical-align: middle;







	max-width: 100%;







	max-height: 100%;







}







.pro-center .pro-list ul li .title{







	background: #f7f8fc;







	height: 40px;







	line-height: 40px;







	padding: 0 5px;







	text-align: center;







	font-size: 14px;







	font-weight: bold;







	color: #333;







}







.pro-center .pro-list ul li .title:hover{







	color: #f3c04b;







}







.page{







	font-size: 0;







	text-align: center;







}







.page .center{







	display: inline-block;







	overflow: hidden;







}







.page .center .page-span{







	float: left;







	font-size: 14px;







	color: #c3c3c3;







	line-height: 32px;







	margin-right: 30px;







}







.page .center .page-list{







	float: left;







	overflow: hidden;







}







.page .center .page-list ul li{







	float: left;







	width: auto;







	min-width: 30px;







	height: 32px;







	text-align: center;







	line-height: 30px;







	font-size: 14px;







	margin: 0 4px;







	padding: 0;







	border: none;







	background: transparent;







}







.page .center .page-list ul li a{







	min-width: 20px;







	padding: 0 5px;







	border: 1px solid #eee;







	display: block;







	color: #333;







	border-radius: 4px;







	-webkit-border-radius: 4px;







	overflow: hidden;







	background: #fff;







}







.page .center .page-list ul li:hover a{







	color: #f3c04b;







}







.page .center .page-list ul li.active a{







	background: #f3c04b;







	color: #fff;







}







.news-center{







	background: #fff;







	padding-bottom: 25px;







}







.news-center .new-list{







	padding: 45px 45px 0px;







}







.news-center .new-list ul li{







	margin-bottom: 35px;







	border-bottom: 1px solid #eee;







}







.news-center .new-list ul li a{







	overflow: hidden;







	display: block;







	height: 90px;







	padding-bottom: 30px;







}







.news-center .new-list ul li a .img{







	float: left;







	width: 130px;







	height: 90px;







	background: #eee;







	line-height: 90px;







	font-size: 0;







	text-align: center;







}







.news-center .new-list ul li a .img img{







	display: inline-block;







	vertical-align: middle;







	max-width: 100%;







	max-height: 100%;







}







.news-center .new-list ul li a .info{







	float: right;







	width: 690px;







}







.news-center .new-list ul li a .info h3{







	font-size: 14px;







	font-weight: bold;







	line-height: 24px;







	color: #333;







}







.news-center .new-list ul li a .info em{







	display: block;







	font-size: 12px;







	color: #999;







	line-height: 16px;







	margin-bottom: 10px;







}







.news-center .new-list ul li a .info p{







	font-size: 14px;







	line-height: 22px;







	color: #999;







	max-height: 44px;







	overflow: hidden;







}







.news-center .new-list ul li a:hover h3{







	color: #f3c04b;







}







.message-c{







	background: #fff;







	padding: 40px 50px;







	overflow: hidden;







}







.message-c .p{







	font-size: 16px;







	line-height: 30px;







	color: #666;







	margin-bottom: 35px;







}







.message-c .from input{







	display: block;







	height: 38px;







	line-height: 38px;







	padding: 0 5px;







	border: 1px solid #d2d2d2;







	margin-bottom: 10px;







	font-size: 14px;







	color: #333;







}







.message-c .from input[name=user],







.message-c .from input[name=phone]{







	width: 348px;







}







.message-c .from textarea{







	font-size: 14px;







	color: #333;







	line-height: 20px;







	display: block;







	width: 728px;







	height: 130px;







	border: 1px solid #d2d2d2;







	padding: 5px;







	margin-bottom: 10px;







}







.message-c .from .code{







	overflow: hidden;







}







.message-c .from .code input[name=code]{







	width: 258px;







	float: left;







}







.message-c .from .code a{







	display: block;







	float: left;







	width: 80px;







	height: 38px;







	padding: 1px 0;







	margin-left: 10px;







}







.message-c .from .code a img{







	width: 80px;







	height: 38px;







}







.message-c .from .btn{







	padding-top: 25px;







}







.message-c .from .btn a{







	display: block;







	width: 362px;







	height: 40px;







	text-align: center;







	line-height: 40px;







	color: #fff;







	font-size: 16px;







	background: #8fa4de;







}







.message-c .from .btn a:hover{







	background: #8397d0;







}







.contact-o{







	background: #fff;







	overflow: hidden;







	padding: 40px 0;







	text-align: center;







}







.contact-o iframe{







	width: 830px;







	height: 500px;







	margin: 0 auto;







}