@charset "utf-8";
.wrapper{width:1360px; margin: 0px auto;}
/*1480*/
@media (max-width:1480px){
  .wrapper{width: 1300px;}
}
/*1366*/
@media (max-width:1439px){
  .wrapper{width: 1280px;}
}
/*1280*/
@media (max-width:1365px){
  .wrapper{width: 1200px;}
}
/*MP*/
@media (max-width:1279px){
  .wrapper{width: 100%;}
}

.header {height: 95px;background: rgb(255, 255, 255,1); width: 100%;}
.header .logo {margin:15px 0 0; display:block;float:left; background:url(../images/logo.png) no-repeat;width:120px; height:60px; background-size: 100%;-webkit-transition: all .5s ease;transition: all .5s ease;}
.header .middlefont{ line-height:1.5; float:left; margin-left:20px; border-left:2px solid #ccc; padding-left:22px; margin-top:15px; font-size:15px}
.header .middlefont h1{font-weight:bold; color:#333; font-size: 24px;}
.telephone{float:right; margin-top:20px; background:url(../images/tel.png) no-repeat left center; background-size: 50px; color:#058053; padding-left: 70px; font-family:'Montserrat'; font-size:22px; font-weight:bold; line-height:1.4}
.telephone em{font-size: 15px; color:#666; font-weight:normal; display:block;}

.navmenu {float: none;height: 60px;line-height: 60px; position: relative; z-index: 99;background: linear-gradient(to right, #05a045, #058053)!important;}
.navmenu ul{display:flex;display:-webkit-flex; justify-content:space-between;}
.navmenu li {/* float: left; */display: inline-block;text-align: center;}
.navmenu li>a:hover {background:#058053; color: #fff !important;}
.navmenu li:hover a{background:#058053; color: #fff !important;}
.nav-left {vertical-align: middle;position: relative;}
.navmenu li>a {color: #fff; display: block; padding: 0 25px; font-size: 16px; -webkit-transition: all 0.3s ease;transition: all 0.3s ease; text-transform:uppercase;}
.nav-sub {width: 240px;background: #fff;position: absolute;top: 60px;left: 0px;height: auto;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.nav-sub.active {-webkit-transform: scaleY(1);	-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.nav-sub.active .se-nav-sub { opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .3s ease;transition: all .3s ease;}
.nav-sub .se-nav-sub {opacity: 0;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .3s ease;transition: all .3s ease;}
.nav-sub a {height: auto;line-height:25px;display: block;padding: 5px 0 5px 22px;text-align: left;color: #222;font-size: 14px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.nav-sub a:hover {background: #05a045; color: #fff;}
.navmenu li:hover .nav-sub a {background:#fff; color: #555 !important;}
.navmenu li:hover .nav-sub a:hover{background: #05a045; color: #fff !important;}

/*广告位*/
.PC_ban{display: block;}
.Mob_ban,.Fast-nav{display: none;}
.banner{width: 100%;position: relative; background: #000000;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 44px;height: 44px; border-radius:50%; border:1px solid #fff; right:0px;}
.banner .swiper-button-next i,.banner .swiper-button-prev i { position: absolute; left:12px; top:7px; font-size: 30px; line-height: 1; color:#fff}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-next {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide {overflow: hidden;text-align: center;}
.banner .swiper-slide img{width:100%}
.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 4px;width:15px;border-radius: 2px;margin: 0 3px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width:35px !important;background: #ffff00 !important;opacity: 1 !important;}
.banner .swiper-button-next{right: 40px!important;left: auto!important;}
.banner .swiper-button-prev{left: 40px!important;}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
.pd60{padding:80px 0}
.pd40{padding:40px 0}
.maintit{text-align: center; font-size:16px; line-height: 1.6; color: #666;}
.maintit h3{ position: relative; margin-bottom:5px}
.maintit span{color: #333; font-weight: bold; font-size: 32px; display: inline-block; padding:0 25px}
.maintit em {display: inline-block; width: 15%; height: 2px; background-color: #ddd; position: relative; top: -10px;}
.maintit i{color:#05a045}
.maintit em:after {content: ''; display: block; width: 30px; height: 4px; background: #05a045; position: absolute; top: -1px; z-index: 2; border-radius:2px;}
.maintit em.left:after { right: 0;}
.maintit em.right:after { left: 0;}
.sortmenu{text-align: left; margin-top:50px; border:1px solid #ddd; background:#eee;}
.sortmenu ul{/* overflow: hidden; */ display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row; padding-right:0px;}
.sortmenu li{display: block; margin:0; line-height:65px; font-size:16px;}
.sortmenu li:first-child{background:#05a045; margin:0; color:#fff; padding:0 30px;}
.sortmenu li a{display: block; padding:0 15px;}
.sortmenu li a:hover,.sortmenu li .active{color:#fff; background:#05a045; font-weight:bold;}
.abtimg{padding:60px 0 0}
.abtimg .wrapper{display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;}
.abtimg .wrapper .item{width: 25%; text-align: center; box-sizing: border-box;}
.abtimg .tit{color: #333; padding:30px 0}
.abtimg .num{font-size: 42px; font-family: 'Montserrat'; font-weight:bold;}
.abtimg .plus{font-size: 22px; font-weight: bold;}
.abtimg .desc{ max-width: 250px; margin:0px auto; line-height: 1.8; font-size:16px;}
.bggray{background:#eee}
.productlist{padding:20px 0 0;}
.productlist ul{overflow: hidden; margin-left: -25px;}
.productlist li{float:left; width:calc(25% - 25px); margin-left: 25px; margin-top: 25px;}
.productlist li:nth-child(4n+1){clear: both;}
.productlist h2{font-size: 16px; background: #fff; text-align: center; padding:18px 0; border:1px solid #ddd; border-top:0;}
.productlist .proimg{overflow: hidden; border:1px solid #ddd}
.productlist .proimg img{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.productlist li:hover .proimg img{transform: scale(1.1);}
.productlist li a{display: block;}

/* .tabpanela .maintit{color: #fff;}
.tabpanela .maintit h3{ position: relative; margin-bottom:5px}
.tabpanela .maintit span{color: #fff;}
.tabpanela .maintit em {background-color: #407db1;}
.tabpanela .maintit em:after {background: #ff3300;} */

.tabpanel {}
.tabpanela {/* background:url(../images/ysbg.jpg) no-repeat center/cover #e5e5e5; */}
.tabpanel .wrapper,.tabpanela .wrapper{position: relative;}
.tabpanel .tableft,.tabpanela .tableft{ width:100%; padding:50px 0 0}
.tabpanel .tableft ul,.tabpanela .tableft ul{display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row;}
.tabpanela .tableft ul li{width: 20%; float:left; line-height:80px; height:80px; background: #ddd; border-right:2px solid #fff; overflow: hidden; display:block; text-align:center; color:#333; font-size: 20px; cursor:pointer; box-sizing: border-box; -webkit-box-sizing: border-box;}

.tabpanel .tableft ul li{width: 25%; float:left; height:80px; line-height:26px; background: #ddd; border-right:2px solid #fff; overflow: hidden; display:block; text-align:center; color:#fff; font-size: 16px; cursor:pointer; box-sizing: border-box; -webkit-box-sizing: border-box;}
.tabpanel .tableft ul li strong{font-size: 20px; padding-top:15px; display:block}

.tabpanel .tableft ul li:last-child{border-right:0;}
.tabpanela .tableft ul li a{color:#333;}
.tabpanel .tableft ul li a{color:#333;}
.tabpanel .tableft ul li .iconfont,.tabpanela .tableft ul li .iconfont{margin-right: 15px; font-size: 30px; font-weight: normal;}
.tabpanela .tableft ul li.hit,.tabpanela ul li.hit a{background:#05a045; color:#fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; display:block;}
.tabpanel .tableft ul li.hit,.tabpanel ul li.hit a{background:#05a045; height:80px; line-height:26px; color:#fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; display:block;}
.panes,.panesa {width:100%; margin-top: 5px;}
.panes .pane,.panesa .pane {display:none;}
.yousifonttit{font-size: 45px; color:#05a045; line-height: 1.5; font-family:'Montserrat';}
.yousifonttit span{display: block; font-weight:bold; font-size: 24px; margin-top:5px; color:#333;}
.yousifonttop{font-size: 16px; line-height: 2; padding:30px 0}
.panes .pane .yousimage{float:left; width:50%; overflow: hidden;}
.panes .pane .yousimage img{display: block;}
.panes .pane .yousifont{float:right; width:50%; padding:30px 50px 0; box-sizing: border-box; -webkit-box-sizing: border-box;}
.panes .pane .ysbtn{ font-size:16px;}
.panes .pane .ysbtn strong{font-family:'Montserrat'; color:#058053; font-size:24px;}

.wrapper-right .tabpanel .tableft ul li{font-size: 14px;}
.wrapper-right .tabpanel .tableft ul li strong{font-size: 18px; padding-top:15px;}
.wrapper-right .yousifonttit{font-size: 32px;}
.wrapper-right .yousifonttit span{font-size: 18px; margin-top:0px;}
.wrapper-right .yousifonttop{font-size: 14px; line-height: 1.8; padding:20px 0}
.wrapper-right .panes .pane .yousifont{padding:20px 30px 0;}
.wrapper-right .panes .pane .ysbtn{ font-size:14px;}
.wrapper-right .panes .pane .ysbtn strong{font-size:18px;}
.wrapper-right .maintit{font-size: 14px; padding-top:50px;}
.wrapper-right .maintit span{font-size: 24px; padding:0 15px}
.wrapper-right .maintit em {width: 15%; top: -8px;}
.wrapper-right .tabpanel .tableft{padding:35px 0 0}

.caseitem{position: relative;}
.caseitem img{width:100%}
.caseitem .casefont{position:absolute; left:0; top:0; width:300px; height:100%; background:rgba(0, 0, 0, 0.45); color:#fff; padding:0 40px; font-size:16px; line-height:2;}
.caseitem .casefont h2{font-size: 22px; font-weight:bold; margin-bottom:20px; margin-top:50px}
.caseitem .casefont a{border:1px solid #fff; display:block; width:120px; text-align:center; line-height:42px; color:#fff; margin-top:30px; border-radius:5px; font-size:14px;}

.adv2{ width: 100%; height:444px; background: url(../images/sebg.jpg) center no-repeat; text-align: center; line-height:1.5}
.adv2 p:nth-child(1){ font-size: 30px; color: #fff; padding-top:60px}
.adv2 p:nth-child(2){ font-size: 42px; color: #fff; padding:10px 0 15px;}
.adv2 p:nth-child(3){ font-size: 16px; color: #fff;}
.adv2 p:nth-child(4){ font-size: 14px; color: #fff; background:rgba(255, 255, 255, 0.3); border-radius:40px; line-height:45px; display:inline-block; margin-top:25px; padding:0 30px}
.adv2 p:nth-child(4) strong{ font-size: 24px; font-weight:normal; color: #ff0;font-family:'Montserrat';}

.homeaboutwrap{ background:url(../images/homeabout.jpg) no-repeat center top; padding-top:60px; margin-top:80px}
.home-about{ background: #fff; margin-top:40px; display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row; border: 1px solid #ddd; box-shadow:0 5px 10px rgba(0, 0, 0, 0.06)}
.homeaboutwrap .maintit{color: #fff;}
.homeaboutwrap .maintit span{color: #fff;}
.leftbox{width:50%; padding:50px 60px 0; box-sizing:border-box; -webkit-box-sizing:border-box}
.leftbox .tit{color: #05a045; font-size:22px;font-weight:bold;}
.leftbox .con{font-size: 16px; margin-top: 25px; line-height:2;}
.leftbox .con p{ margin-top: 20px;}
.leftbox .more{display: block; width: 120px; height: 40px; background: #05a045; color: #fff; text-align: center; line-height: 40px; margin-top: 30px; border-radius: 30px; transition: background-color .35s;}
.leftbox .more:hover{background: #046a45;}
.rightbox{width:50%}
.zslist{ /* height:300px; */ display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row;}
.zsitem{margin-top:1.6%; width:24%; height: 100%; border:2px solid #eee; display: flex; box-sizing: border-box; align-items: center; justify-content:center;}
.img-responsive{ max-height:auto; max-width:92%; padding:4% 0}
@media(max-width:1480px){
	.leftbox .con{font-size: 14px;}
}
.newswrap{background:none}
.newslist{padding:40px 0 0}
.nopad{padding:10px 0 0}
.newslist li{float:left; width:30%; margin-right:5%; padding:30px 0;/* border-bottom:1px solid #ddd; */}
.newslist li:nth-child(3n){margin-right:0}
.newslist h2,.newslist h2 a{font-size: 20px; color:#333;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top:25px}
.newslist .newsdesc{margin:20px 0; font-size:13px; line-height:1.8; color:#999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.btnmore{text-align: center; padding: 50px 0 0;}
.btnmore a{font-size: 14px; position: relative; line-height: 1.5;}
.btnmore a:after{content: ''; width:54px; height: 1px; background:#aaa; display: block; margin-left: -27px; position: absolute; left:50%; bottom:-10px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.btnmore a:hover{color:#05a045;}
.btnmore a:hover:after{width:90px; margin-left: -45px;}
/*底部*/
.footer{background: #292929; padding:50px 0 30px; color:#aaa; font-family:'Montserrat';}
.footer .footmenu{display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.footer h2{font-size: 16px; padding:10px 0 15px; color: #fff;}
.footer dl:nth-of-type(4){display: none;}
.footer dd{line-height: 28px;}
.footer dd img{width:135px; margin-bottom:5px}
.footer dt{margin-top:10px}
.footer a{color: #aaa;}
.footer a:hover{color: #fff;}
.friendlink{margin-top: 40px; border-top:1px solid rgba(255,255,255,.2); padding-top:20px}
.friendlink a{margin-left:15px}
/*右侧客服*/
.toolbar {position: fixed; z-index: 999; right: 5px;bottom: 100px; width: 65px;}
@media (max-width:1024px) {
.toolbar {display: none}
}
.toolbar .toolitem {position: relative; width: 65px; padding: 12px 0; background: #05a045; margin-top: 2px; text-align: center; color: #fff;}
.toolbar .toolitem p{line-height: 20px; font-size: 12px;}
.toolbar .toolitem:hover {background:#058053}
.toolbar .toolitem:hover .toolbox {opacity: 1;display: block;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease}
.toolbar .toolbox {display: none;position: absolute;text-align: center;right: 65px;top: 20px;width: 140px;height: auto; padding: 20px 15px; opacity: 0; background: #fff;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;border:1px solid #e2e2e2;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.toolbar .toolitem .iconfont{font-size: 22px;}
.toolbar .tooltit {font-size: 14px; color: #444; line-height: 24px; text-align: left;}
.toolbar .toolfont {text-align: left; margin: 10px 0; font-size: 18px;font-weight: bold;color: #058053;font-family: 'Montserrat';}
.toolbar .tooltext {font-size: 12px;color: #888;text-align: left;}
.toolbar .tce{text-align: center;}
.toolbar a {display: block; color: #fff;}

/* 当前位置 */
.aboutcontent{padding:40px 0 55px; line-height: 2; font-size: 16px;}

@media(max-width:1024px){
	.banner .swiper-pagination{}
	.PC_ban{display: none;}
	.Mob_ban{display: block;}
	.banner .swiper-button-next{width:25px;height:25px;right:0; background-size:80%;}
	.banner .swiper-button-next{right: 10px!important;left: auto!important;}
	.banner .swiper-button-prev{left: 10px!important;}
	.header .navmenu{display: none;}
	.wrapper{width:auto; margin: 0px auto; padding: 0 3%;}
	.header {height: 55px;top: 0; z-index:99; position: fixed; left:0; width:100%; background:#fff;}
	.topblank{height: 55px;}
	.header .logo {margin:7px 0 0; width:80px; height:40px; background-size:100%;}
	.pd60{padding:20px 0;}
	.navmenu,.middlefont,.telephone{display: none;}
	
	.footer{padding:15px 0; font-size:13px;}
	.footer .footmenu{display:initial}
	.footer .footmenu dl:not(:last-child){display:none;}
	.footer h2{font-size: 14px; padding:10px 0 5px; text-align:center;}
	.footer dd{line-height: 18px; margin-top:5px; text-align:center;}
	.footer dt{margin-top:15px; text-align:center;line-height: 22px;}
	.friendlink{margin-top: 10px; display:block; text-align:center; padding-top:10px}
	.friendlink a{display:block;}
}

.wrapper-left{float:left; width:300px;}
.wrapper-left.fixed{position:fixed;z-index:10}
.catalog{}
.catalog .title{font-size: 22px; color: #fff; background: #05a045 url(../images/leftmenu-tu.png) no-repeat right; background-size:30px; padding: 25px 20px; background-position-x: 95%; margin-bottom: 4px;}
/* .catalog .title::after{position: absolute; content: ""; display: block; width: 8px; height: 8px; top: 50%; right: 18px; margin-top: -8px; border-left: 2px solid #fff; border-top: 2px solid #fff; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg);-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.catalog .title.active::after{transform: rotate(135deg);margin-top: -4px;} */
.catalog .catlist{/* border: 1px solid #e2e2e2; padding: 5px; */}
.catalog ul>li{ position: relative;}
.catalog ul>li.active>a{z-index: 1; position: relative;}
.catalog ul>li.active>a::before{position: absolute; width: 4px; height: 34px; background: #05a045; content: ''; left: -1px; top: 0; display: none;}
.catalog ul>li li>a::before{display: none;}
.catalog ul>li>a{display: block; padding: 0 20px; color: #333; font-size:16px; line-height: 52px; background:#e9e9e9; margin-top:2px}
.catalog ul>li>a:hover{color: #05a045; font-weight:bold;}
.catalog ul>li ul{display: block;}
.catalog ul>li>ul>li>a{color: #666; line-height: 42px; font-weight: normal; font-size:15px; border-bottom: 1px dashed #aaa; padding-left: 35px; background:#fff;}
.catalog ul>li>ul>li:last-child>a{border-bottom: 0px solid #eee;}
.catalog ul li ul li:before{position: absolute; width: 6px; height: 6px; border-radius: 5px; background:none; border: 1px solid #444; content: ''; left: 20px; top:18px;}
.catalog ul li ul li .active:before{border: 1px solid #05a045; background:none; content: ''; left:10px; top:16px;}
.catalog ul>li.active>a{color: #05a045; font-weight: bold;}
.catalog ul>li.active>ul{display: block;}
.catalog ul li ul li .active{color: #05a045; font-weight: bold;}
.catalog ul>li i:after{position: absolute; content: ""; display: block; width: 8px; height: 8px; top: 22px; right: 22px; border-left: 2px solid #666; border-top: 2px solid #666; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.catalog ul>li.active i:after{border-left: 2px solid #05a045;border-top: 2px solid #05a045;-webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}

.wrapper-right{float:right; width:calc(100% - 355px);}
.protitle{border-bottom: 1px solid #ccc;}
.protitle span{position: relative; display:inline-block; font-size: 20px; font-weight:bold; line-height: 60px;}
.protitle span:after{content:''; width:100%; height: 2px; background: #05a045; position: absolute; left: 0; bottom:0;}
.productlist{display: flex; flex-wrap: wrap; padding:20px 0 0;}
.productlist>.item{width: 32%; border: 1px solid #ddd; display: block; background: #fff; margin-right:2%; margin-top: 2%; box-sizing: border-box;}
.productlist>.item:nth-of-type(3n){margin-right:0px;}
.productlist>.item .img{margin:0; position: relative;}
.productlist>.item .img>img{transition: transform .35s;}
.productlist>.item:hover .img>img{transform: scale(.94);}
.productlist>.item .pname{font-size:16px; text-align: center; height:50px; line-height:50px; display: block; position: relative; background:#f5f5f5;}
.productlist>.item .img:before { content:''; width:0%; height:0%; background-color:rgba(0 ,0,0,0.3); position:absolute; z-index:2; top:0; display:block; transition: all 0.3s;}
.productlist>.item span { width:48px; height:48px; display: none; position:absolute; z-index:3; left:50%; margin-left:-24px; top:50%; margin-top:-25px; border: solid 1px #fff; border-radius:60px; font-size:24px; color:#fff; line-height:48px; text-align:center; box-sizing:border-box;}
.productlist>.item:hover .img:before { width:100%; height:100%;}
.productlist>.item:hover span { display:block;}
.productlist>.item .pname:after { width:0%; height:100%; z-index: 0; content:""; display: block; position:absolute; left:0; bottom:0; background:#05a045; transition: all 0.3s;}
.productlist>.item:hover .pname em{ width:100%; height:100%; z-index: 1; display: block; position:absolute; left:0; bottom:0; color:#fff;}
.productlist>.item:hover .pname:after { width:100%;}

.lx{display: flex; display:-webkit-flex; justify-content:space-between;flex-direction: row; flex-wrap:wrap}
.lxtop{font-size:14px; display: flex; display:-webkit-flex; align-items: center; justify-content:space-between;flex-direction: row; flex-wrap:wrap; background: #f9f9f9; box-sizing:border-box; -webkit-sizing:border-box; padding:20px 30px; width:calc(100% - 370px)}
.lx_img{ width:120px; overflow: hidden; border-radius:50%; border:3px solid #fff;}
.lx_font{color: #666; width:calc(100% - 160px); font-size:15px; line-height:2;}
.lx_er{ text-align: center; width:160px; background: #f9f9f9; padding:15px; box-sizing:border-box; -webkit-sizing:border-box;}
.lx_right{width:335px;display: flex; display:-webkit-flex; align-items: center; justify-content:space-between;flex-direction: row; flex-wrap:wrap;}
.dianh{ width:110px; height: 110px; line-height:110px; text-align:center; border-radius: 50%; background: #f4f4f4; margin: 0 auto;}
.dianh .iconfont{font-size: 42px;color:#05a045;}
.wenz{ text-align: center; font-size: 16px; line-height: 34px; margin-top: 30px;}
.haotop{padding:70px 0}

.prosmfont{text-align:center; padding:20px 0 0}
.prosmfont h1{font-size: 22px; line-height:2; text-align:center;}
.prosmfont img{ margin-top:10px; margin-bottom:10px}
.viewcontent{line-height:2;font-size: 15px; padding:20px 0}
.viewcontent img{display: block; margin:0px auto; text-align: center;}
.caselist{ width:100%;}
.caselist li{float:left; margin-top:3%; width:48.5%; margin-left:3%; position: relative;}
.caselist li:nth-child(2n+1){ margin-left:0px;}
.caselist li:nth-child(2n+1){clear: both}
.caselist li h4{ text-align:left; padding:3% 4%; font-size:16px; position: absolute; width:92%; left:0; bottom:0; color:#fff; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));}
.caselist li .mask{ width:100%; height:100%;  position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.5s;}
.caselist li:hover .mask { opacity: 1; background-color: rgba(0, 0, 0, .3);}
.caselist li .mask .icon{width:47px; height:47px; position:absolute; left:50%; top:50%; margin:-24px 0 0 -24px;z-index:4;background:url(../images/big.png) no-repeat center; background-size:100% 100%; -webkit-transform:scale(0);transform:scale(0); transition:.3s ease;}
.caselist li:hover .mask .icon{-webkit-transform:scale(1); transform:scale(1);}
.caselist li:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.caselist li:hover h4{ background-image:none;}
.caselist li .pic{overflow: hidden;}
.caselist li .pic img{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}