/*header start*/
.header{position: relative;width:100%;left:0;top:0;z-index:99;background:#FFFFFF;}
.header-box .logo{padding:9px 0;position:absolute;left:14.5%;top:0;z-index:3;}
.header-box .logo a{display: inline-block;}
.header-box .logo a img{max-width:109px;height:auto;}
.header-box .tool-nav{float:right;}
.header-box .tool-nav .tool-box{padding:28.5px 0;position: relative;width:710px;float:right;}
.header-box .tool-nav .tool-box .link-box{float:left;}
.header-box .tool-nav .tool-box .link-box a{
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	padding:5px 0 5px 40px;
	position: relative;
}
.header-box .tool-nav .tool-box .link-box a:hover{
	color:#278C33;
}
.header-box .tool-nav .tool-box .link-box a.tel{background:url(../images/h-icon-01.png) no-repeat left center;margin-right:35px;padding-right:35px;}
.header-box .tool-nav .tool-box .link-box a.tel::after{
	content: '';
	width: 1px;
	height: 18px;
	background: #CBCBCB;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-9px;
}
.header-box .tool-nav .tool-box .link-box a.mail{background:url(../images/h-icon-02.png) no-repeat left center;}
.header-box .tool-nav .tool-box .share-box{
	float:right;
	margin-left:80px;
}
.header-box .tool-nav .tool-box .share-box a{display: inline-block;margin-left:20px;width:19px;height:19px;vertical-align: middle;transition: all 0.6s;opacity:1;}
.header-box .tool-nav .tool-box .share-box a:hover{opacity:0.7;}
.header-box .tool-nav .nav-box{background:#278C33;position: relative;width:1050px;float:right;}
.header-box .tool-nav .nav-box::before{background:url(../images/h-t-02.png) no-repeat center;width:51px;height:58px;position: absolute;left:-50px;top:0;content: '';}
.header-box .tool-nav .nav-box #menuWap{display: none;}
.header-box .tool-nav .nav-box #menuPc > ul{display: flex;flex-wrap:wrap;}
.header-box .tool-nav .nav-box #menuPc > ul > li{text-align: center;flex:1;position: relative;}
.header-box .tool-nav .nav-box #menuPc > ul > li > a{
	font-size: 20px;
	color: #FFFFFF;
	padding:14px 0;
	display: block;
	font-weight:700;
	position: relative;
}
.header-box .tool-nav .nav-box #menuPc > ul > li > a > span{display: inline-block;position: relative;}
.header-box .tool-nav .nav-box #menuPc > ul > li > a > span::after{
	content: '';
	width: 18px;
	height: 14px;
	background:url(../images/nav-bg.png) no-repeat center;
	position: absolute;
	left:-25px;
	top:50%;
	margin-top:-7px;
	transition: all 0.6s;
	opacity:0;
}
.header-box .tool-nav .nav-box #menuPc > ul > li > a:hover > span::after ,.header-box .tool-nav .nav-box #menuPc > ul > li.act > a > span::after{
	opacity:1;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second{
	display: none;
	position: absolute;
	left:50%;
	width: 290px;
	background: rgba(252, 253, 254, 0.95);
	box-shadow: 0px 7px 24px 0px rgba(4, 0, 0, 0.15);
	margin-left:-145px;
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
	transform: translateY(-10%);
}
.header-box .tool-nav .nav-box #menuPc > ul > li:hover .second{
	opacity:1;
	visibility: visible;
	transform: translateY(0);
	display: block;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second::after{
	content: '';
	background:url(../images/second-s-02.png) no-repeat center;
	width:14px;
	height:7px;
	position: absolute;
	left:50%;
	margin-left:-7px;
	top:-7px;
	display: none;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li{border-top:1px solid #E4E4E4;position: relative;}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li:first-child{border-top:none;}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li > a{
	padding:15px 40px;
	display: block;
	font-size: 18px;
	color: #323333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.6s;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li > a:hover{
	background:#278C33;
	color:#FFFFFF;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li .third{
	position: absolute;
	left:100%;
	top:0;
	width: 290px;
	background: rgba(252, 253, 254, 0.95);
	box-shadow: 0px 7px 24px 0px rgba(4, 0, 0, 0.15);
	transition: all 0.6s;
	opacity:0;
	visibility:hidden;
	transform:translate(-10%,0);
	display: none;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li:hover .third{
	opacity:1;
	visibility: visible;
	transform:translate(0,0);
	display: block;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li .third::after{
	content: '';
	background:url(../images/second-s-01.png) no-repeat center;
	width:7px;
	height:14px;
	position: absolute;
	left:-7px;
	margin-top:-7px;
	top:50%;
	display: none;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li .third li{
	border-top:1px solid #E4E4E4;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li .third li:first-child{
	border-top:none;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li .third li a{
	padding:15px 40px;
	display: block;
	font-size: 18px;
	color: #323333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.6s;
}
.header-box .tool-nav .nav-box #menuPc > ul > li .second > li .third li a:hover{
	color:#278C33;
}
/*header end*/

/*footer start*/
.footer{
	background:url(../images/footer-bg.jpg) no-repeat center;
	background-size:cover;
}
.footer-top{
	padding:50px 0;
}
.footer-top .fixed dl{
	float:left;
	width:25%;
}
.footer-top .fixed dl:nth-child(1){width:27%;padding-right:3%;}
.footer-top .fixed dl dt{padding-bottom:20px;position: relative;margin-bottom:30px;}
.footer-top .fixed dl dt::after{
	content: '';
	width: 54px;
	height: 1px;
	background: #373F4C;
	position: absolute;
	left:0;
	bottom:0;
}
.footer-top .fixed dl dt a{
	font-size: 20px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height:1;
}
.footer-top .fixed dl .contact-us li{
	font-size: 16px;
	font-weight: 400;
	color: #7F848C;
	padding-left:35px;
	margin-bottom:15px;
}
.footer-top .fixed dl .contact-us li.add{background:url(../images/f-icon-01.png) no-repeat left 5px;}
.footer-top .fixed dl .contact-us li.tel{background:url(../images/f-icon-02.png) no-repeat left 3px;}
.footer-top .fixed dl .contact-us li.email{background:url(../images/f-icon-03.png) no-repeat left 4px;}
.footer-top .fixed dl dd a{display:block;margin-bottom:15px;
	font-size: 16px;
	font-weight: 400;
	color: #7F848C;
	transition: all 0.6s;
}
.footer-top .fixed dl dd a:hover{color:#278C33;}
.footer-top .fixed dl:nth-child(2){width:20%;padding-left:5%;}
.footer-top .fixed dl:nth-child(3){width:20%;padding-left:2.5%;}
.footer-top .fixed dl:nth-child(4){width:20%;padding-left:2.5%;}
.footer-copy{padding:20px 0;border-top:1px solid #373F4C;}
.footer-copy .copy-box{width:70%;float:left;
	font-size: 16px;
	font-weight: 400;
	color: #7F848C;
}
.footer-copy .share-box{
	width:30%;
	float:right;
	text-align: right;
}
.footer-copy .share-box a{display: inline-block;margin-left:5px;transition: all 0.6s;}
.footer-copy .share-box a:hover{opacity:0.7;}
/*footer end*/

/*轮播图start*/
.banner{max-width:100%;margin:0 auto 0;width:100%;background:#FFFFFF;}
.banner .swiper-slide{position: relative;overflow: hidden;height:100%;}
.banner .swiper-slide .video-box{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;}
.banner .swiper-slide .video-box video{position: absolute;left:0;top:0;right:0;bottom:0;}
.banner .bg-box{position: relative;z-index:1;}
.banner .bg-box img{width:100%;height:auto;}
.banner .wap-box{display:none;}
.banner .wap-box img{width:100%;height:auto;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;}
.banner .swiper-pagination-bullet{width:10px;height:10px;background:rgba(255, 255, 255, 0.65);opacity:1;border-radius: inherit;border-radius:5px;transition:all 0.6s;}
.banner .swiper-pagination-bullet-active{opacity:1;width:35px;background:#FFFFFF;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{bottom:20px;}
.swiper-slide .banner-content{
	transform:translateY(-200px);
	opacity:0;
	transition:all .6s;
}
.ani-slide .banner-content{
	transform:translateY(0);
	opacity:1;
}

/*轮播图end*/
.inner-banner{position: relative;max-width:100%;margin:0 auto;position: relative;}
.inner-banner .img-box img{width:100%;height:auto;}
.crumbs-box .cb-box{padding-left:25px;background:url(../images/home-icon.png) no-repeat left 2px;}
.crumbs-box{padding:12px 0;position: absolute;bottom:0;width:1280px;margin-left:-640px;z-index:2;left:50%;}
.crumbs-box a{color:#FFFFFF;display: inline-block;transition: all 0.4s;text-transform: capitalize;}
.crumbs-box a:hover{color:#BE9871;}
.crumbs-box i{display: inline-block;padding:0 5px;color:#FFFFFF;font-family: simsun;font-weight:700;}
.crumbs-box span{color:#FFFFFF;text-transform:capitalize;}
/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.m-width-1280{max-width:1280px;margin:0 auto;}
.ipd-20{}
/*置顶按钮 start*/
#toTop{width:40px;height:40px;left:20px;bottom:20px;position: fixed;z-index:999;background:#278C33;}
/*置顶按钮 end*/

/*分页 start*/
.page-box{padding:50px 0;text-align: center;}
.page-box .page-inner{display:flex;justify-content: center;}
.page-box .page-inner a{display:inline-flex;font-size:14px;color:#696969;width:45px;height:45px;line-height:45px;justify-content: center;background:transparent;border:1px solid #D4D4D4;margin:0 3px;}
.page-box .page-inner .current{display:inline-flex;font-size:14px;color:#696969;width:45px;height:45px;line-height:45px;justify-content: center;background:transparent;border:1px solid #D4D4D4;margin:0 3px;}
.page-box .page-inner .page-list{display: flex;}
.page-box .page-inner .page-list a.act ,.page-box .page-inner .page-list a:hover ,.page-box .page-inner .page-list .current {color:#FFFFFF;transition: all 0.4s;background:#278C33;}
.page-box .page-inner a.prev{background:url(../images/page-left.png) no-repeat center;}
.page-box .page-inner a.next{background:url(../images/page-right.png) no-repeat center;}
.page-box .page-inner a.prev.no-drop ,.page-box .page-inner a.next.no-drop{cursor: no-drop;opacity:0.5;}

.page-box .page-inner .page-list .current.act ,.page-box .page-inner .page-list .current:hover{color:#FFFFFF;transition: all 0.4s;background:#278C33;}
.page-box .page-inner .current.prev{background:url(../images/page-left.png) no-repeat center;}
.page-box .page-inner .current.next{background:url(../images/page-right.png) no-repeat center;}
.page-box .page-inner .current.prev.no-drop ,.page-box .page-inner .current.next.no-drop{cursor: no-drop;opacity:0.5;}
/*分页 end*/

/*公共样式定义 end*/
.index-service{
    /*background:url(../images/index-s-bg.jpg) no-repeat center;*/
background-size:cover;
	padding:80px 0;
}
.index-tit{text-align: center;}
.index-tit h6{
	font-size: 38px;
	font-weight: 900;
	color: #292D33;
	line-height:1;
}
.index-tit .icon{
	margin-top:10px;
	display:inline-block;
	padding:0 70px;
	position: relative;
}
.index-tit .icon::after{
	content: '';
	width: 60px;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	left:0;
	top:50%;
}
.index-tit .icon::before{
	content: '';
	width: 60px;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	right:0;
	top:50%;
}
.index-service-list{margin-top:60px;}
.index-service-list ul li{
	width:26%;
	float:left;
	position: relative;
	padding-left:5.5%;
	margin-left:5.5%;
}
.index-service-list ul li:first-child{margin-left:0;padding-left:0;}
.index-service-list ul li .t{
	margin-top:30px;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}
.index-service-list ul li .d{
	height: 78px;
	overflow: hidden;
	margin-top:15px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
}
.index-service-list ul li .m{
	display: inline-block;
	margin-top:35px;
	padding:10px 0 10px 45px;
	background:url(../images/index-s-icon-04.png) no-repeat left center;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	transition: all 0.6s;
}
.index-service-list ul li .m:hover{
	background:url(../images/index-s-icon-05.png) no-repeat left center;
}
.index-service-list ul li:nth-child(2)::after{
	width: 1px;
	height: 173px;
	background: #E3E3E3;
	content: '';
	position: absolute;
	left:0;
	top:25px;
}
.index-service-list ul li:nth-child(3)::after{
	width: 1px;
	height: 173px;
	background: #E3E3E3;
	content: '';
	position: absolute;
	left:0;
	top:25px;
}

.index-product{
	padding:80px 0;
	max-width:1920px;
	margin:0 auto;
}
.index-product-slider{margin-top:60px;padding:0 55px;position: relative;}
.index-product-slider .swiper-button-prev ,.index-product-slider .swiper-button-next{
	width:42px;
	height:42px;
	margin-top:-20.5px;
	border:2px solid #278C33;
	border-radius:50%;
	background:#278C33;
	text-align: center;
	line-height:41px;
}
.index-product-slider .swiper-button-prev i,.index-product-slider .swiper-button-next i{font-size:18px;color:#FFFFFF;}
.index-product-slider .swiper-button-prev{left:0;}
.index-product-slider .swiper-button-next{right:0;}
.index-product-slider .swiper-button-prev.swiper-button-disabled i,.index-product-slider .swiper-button-next.swiper-button-disabled i{color:#278C33;}
.index-product-slider .swiper-button-prev.swiper-button-disabled,.index-product-slider .swiper-button-next.swiper-button-disabled{background:#FFFFFF;opacity:1;cursor: no-drop;pointer-events: auto;}
.index-product-slider .swiper-slide .img-box{position: relative;display: block;}
.index-product-slider .swiper-slide .img-box img{width:100%;height:auto;}
.index-product-slider .swiper-slide .ss-inner{position: relative;}
.index-product-slider .swiper-slide .ss-inner .img-pop{
	opacity:0;
	transform: scale(0.8);
	background: rgba(39, 140, 51, 0.62);
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	display: flex;
	align-items: center;
	text-align: center;
	padding:20px 40px;
	box-sizing: border-box;
	transition: all 0.6s; 
}
.index-product-slider .swiper-slide:hover .ss-inner .img-pop{opacity:1;transform: scale(1);}
.index-product-slider .swiper-slide .ss-inner .img-pop .d{
	display: block;
	overflow: hidden;
	height: 81px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
}
.index-product-slider .swiper-slide .ss-inner .img-pop .m{
	display: inline-block;
	margin-top:25px;
}
.index-product-slider .swiper-slide .t{
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #292D33;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:20px;
	text-align: center;
	transition: all 0.6s;
}
.index-product-slider .swiper-slide .t:hover{
	color:#278C33;
}
.index-case{padding:0 0 100px;overflow: hidden;}
.index-case-inenr{
	background:url(../images/index-case-bg.jpg) no-repeat center;
	background-size:cover;
	padding:80px 0;
}
.index-case .index-tit h6{
	color:#FFFFFF;
}
.index-case .index-case-list-warp{
	background: #FFFFFF;
	box-shadow: 5px 2px 8px 0 rgba(0, 0, 0, 0.03);
	max-width:1280px;
	margin:50px auto -165px;
	padding:80px 80px 80px 80px;
	position: relative;
}
.index-case .index-case-list-warp::after{
	content:'';
	height: 100%;
	position: absolute;
	left:100%;
	top:0;
	background: #FFFFFF;
	box-shadow: 5px 2px 8px 0 rgba(0, 0, 0, 0.03);
	width:40%;
}
.index-case .icl-box ul li{
	width:31%;
	float:left;
	margin-left:3.5%;
}
.index-case .icl-box ul li:first-child{margin-left:0;}
.index-case .icl-box ul li .img-box{display: block;}
.index-case .icl-box ul li .img-box img{width:100%;height:auto;}
.index-case .icl-box ul li .text{
	padding:0 10px;
}
.index-case .icl-box ul li .text .t{
	display: block;
	padding:20px 0;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s;
}
.index-case .icl-box ul li .text .t:hover{
	color:#278C33;
}
.index-case .icl-box ul li .text .t::after{
	content: '';
	width: 57px;
	height: 2px;
	background: #278C33;
	position: absolute;
	left:0;
	bottom:0;
}
.index-case .icl-box ul li .text .d{
	margin:25px 0;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
	overflow: hidden;
}
.index-case .icl-box ul li .text .m{
	padding:10px 0 10px 40px;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	background:url(../images/index-s-icon-04.png) no-repeat left center;
	transition: all 0.6s;
}
.index-case .icl-box ul li .text .m:hover{
	background:url(../images/index-s-icon-05.png) no-repeat left center;
	color:#278C33;
}
.index-about{
	padding:100px 0 80px;
}
.index-about .iab-text{
	width:55%;
	float:left;
}
.index-about .iab-text .iab-tit h6{
	font-size: 38px;
	font-weight: 900;
	color: #292D33;
	line-height:1.4;
}
.iab-text .iab-tit .icon{
	margin-top:20px;
	display:inline-block;
	padding:0 70px;
	position: relative;
}
.iab-text .iab-tit .icon::after{
	content: '';
	width: 60px;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	left:0;
	top:50%;
}
.iab-text .iab-tit .icon::before{
	content: '';
	width: 60px;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	right:0;
	top:50%;
}
.iab-text .iab-dis{
	margin:35px 0;
	height: 182px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	overflow: hidden;
}
.iab-text .m{
	width: 200px;
	height: 54px;
	border: 1px solid #278C33;
	text-align: center;
	line-height:54px;
	font-size: 18px;
	font-weight: 700;
	color: #278C33;
	display: block;
	transition: all 0.6s;
}
.iab-text .m:hover{
	color:#FFFFFF;
	background:#278C33;
}
.index-about .iab-pic{
	width:32.265625%;
	float:right;
}
.index-about .iab-pic img{width:100%;height:auto;}

.index-contact{
	padding:0 0 80px;
}
.index-contact .ic-left{width:50%;float:left;}
.index-contact .ic-left .img-box img{width:100%;height:auto;}
.index-contact .ic-right{width:50%;float:right;position: relative;}
.index-contact .ic-right .bg-box img{width:100%;height:auto;}
.index-contact .ic-right .ic-inner{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	display: flex;
	padding:0 60px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
}
.index-contact .ic-right .ic-inner .t{
	font-size: 38px;
	font-weight: 900;
	color: #FFFFFF;
}
.index-contact .ic-right .ic-inner .add{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin:20px 0 40px;
}
.index-contact .ic-right .ic-inner .email label{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.index-contact .ic-right .ic-inner .email a{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	transition: all 0.6s;
}
.index-contact .ic-right .ic-inner .email a:hover{color:#CCCCCC;}
.index-contact .ic-right .ic-inner .tel{padding-left:45px;background:url(../images/phone-1.png) no-repeat left center;margin-top:20px;}
.index-contact .ic-right .ic-inner .tel a{
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
	transition: all 0.6s;
}
.index-contact .ic-right .ic-inner .tel a:hover{color:#CCCCCC;}


.product-box{
	padding:80px 0;
}
.product-box .fixed-left{
	width:22.1875%;
	float:left;
}
.product-box .fixed-left .item-box{
	margin-bottom:40px;
}
.product-box .fixed-left .item-tit{
	background:#278C33;
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	padding:17px 20px;
	
}
.product-box .fixed-left .item-tit h6{
	padding-left:30px;
	font-size: 20px;
	font-weight: 900;
	color: #FFFFFF;
	background:url(../images/left-pro-icon.png) no-repeat left center;
}
.product-box .fixed-left .item-list > ul > li > .li-inner{
	padding:10px;
	border-top:1px dashed #DADADA;
	background:#F8F8F8;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a{
	display: block;
	padding:10px 40px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	position: relative;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a:hover , .product-box .fixed-left .item-list > ul > li.act > .li-inner > a{
	background: #EAF2EB;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a::after{
	content: '';
	width: 4px;
	height: 4px;
	background: #BFBFBF;
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-2px;
	z-index:99;
	border-radius:50%;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a:hover::after ,.product-box .fixed-left .item-list > ul > li.act > .li-inner > a::after{
	background:#278C33;
}
.product-box .fixed-left .item-list > ul > li > dl{display: none;}
.product-box .fixed-left .item-list > ul > li.act > dl{display: block;}
.product-box .fixed-left .item-list > ul > li > dl dd{
	padding:10px 50px;
}
.product-box .fixed-left .item-list > ul > li > dl dd a{
	color:#666666;
	transition: all 0.6s;
}
.product-box .fixed-left .item-list > ul > li > dl dd a:hover{
	color:#024587;
}
.product-box .fixed-left .l-contact{
	background:url(../images/left-con-bg.jpg) no-repeat center;
	background-size:cover;
	padding:40px;
}
.product-box .fixed-left .l-contact .lc-inner{
	text-align: center;
}
.product-box .fixed-left .l-contact .lc-inner .tips{
	padding:20px 0;
	font-size:22px;
	font-weight:700;
	color:#FFFFFF;
}
.product-box .fixed-left .l-contact .lc-inner .a-box a{color:#FFFFFF;transition: all 0.6s;}
.product-box .fixed-left .l-contact .lc-inner .a-box a.tel{display: block;font-weight:600;font-size:18px;}
.product-box .fixed-left .l-contact .lc-inner .a-box a.mail{font-size:14px;}
.product-box .fixed-left .l-contact .lc-inner .a-box a:hover{color:#CCCCCC;}
.product-box .fixed-right{
	width:75.5%;
	float:right;
}
.product-box .fixed-right .product-list ul li{
	width:32%;
	float:left;
	margin-left:2%;
	margin-bottom:35px;
}
.product-box .fixed-right .product-list ul li:nth-child(3n+1){margin-left:0;}
.product-box .fixed-right .product-list ul li .img-box{display:block;}
.product-box .fixed-right .product-list ul li .img-box img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.product-box .fixed-right .product-list ul li .text-box{
	padding:0 5px;
}
.fixed-right .product-list ul li .text-box .tit{
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:20px 0 10px;
	transition: all 0.6s;
}
.fixed-right .product-list ul li .text-box .tit:hover{color:#024587;}
.fixed-right .product-list ul li .text-box .d{
	height: 36px;
	color: #888888;
	line-height: 18px;
	overflow: hidden;
}


.prodis-box{
	padding:80px 0;
}
.prodis-box .prodis-photo .photo-slider{
	width:40.625%;
	float:left;
}
.prodis-box .prodis-photo .photo-slider .img-box img{width:100%;height:auto;}
.prodis-box .prodis-photo .photo-slider .small-box{position: relative;margin-top:20px;}
.prodis-box .prodis-photo .photo-slider .small-box .img-box{border:1px solid #FFFFFF;}
.prodis-box .prodis-photo .photo-slider .small-box .swiper-slide-thumb-active .img-box{border:1px solid #278C33;}
.prodis-photo .swiper-button-prev ,.prodis-photo .swiper-button-next{
	width:38px;
	height:66px;
	margin-top:-33px;
}
.prodis-photo .swiper-button-prev{left:0;background:url(../images/pd-left.png) no-repeat center;}
.prodis-photo .swiper-button-next{right:0;background:url(../images/pd-right.png) no-repeat center;}

.prodis-box .prodis-photo .photo-text{
	width:55%;
	float:right;
}
.prodis-box .prodis-photo .photo-text .ttit{
	font-size: 28px;
	font-weight: 900;
	color: #333333;
}
.prodis-box .prodis-photo .photo-text .table-small{
	margin-top:30px;
}
.prodis-box .prodis-photo .photo-text .table-small table{width:100%;}
.prodis-box .prodis-photo .photo-text .table-small table td{padding:5px 0;
	font-size: 18px;
	font-weight: 400;
	color: #888888;
}
.prodis-box .prodis-photo .photo-text .share-box{
	margin:25px 0 0;
}
.prodis-box .prodis-photo .photo-text .share-box a{display: inline-block;margin-right:15px;}
.prodis-box .prodis-photo .photo-text .text{
	margin-top:30px;
}
.prodis-box .prodis-photo .photo-text .text .t{
	font-size: 20px;
	font-weight: 900;
	color: #333333;
}
.prodis-box .prodis-photo .photo-text .text .d{
	margin-top:20px;
	font-size: 18px;
	color: #888888;
	line-height:2.1;
}
.prodis-box .prodis-photo .photo-text .text .link{margin-top:40px;}
.prodis-box .prodis-photo .photo-text .text .link a{
	width:32%;
	float:left;
	display: block;
	padding:10px 0;
	margin-left:2%;
	border: 2px solid #278C33;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.6s;
}
.prodis-box .prodis-photo .photo-text .text .link a:hover{background:#278C33;}
.prodis-box .prodis-photo .photo-text .text .link a:first-child{margin-left:0;}
.prodis-box .prodis-photo .photo-text .text .link a span{
	font-size: 16px;
	font-weight: 600;
	color: #278C33;
	padding-left:25px;
}
.prodis-box .prodis-photo .photo-text .text .link a:hover span{color:#FFFFFF;}
.prodis-box .prodis-photo .photo-text .text .link a.om span{background:url(../images/prodis-icon-01.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.gaq span{background:url(../images/prodis-icon-02.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.down span{background:url(../images/prodis-icon-03.png) no-repeat left center;}

.prodis-box .prodis-photo .photo-text .text .link a.om:hover span{background:url(../images/prodis-icon-01-h.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.gaq:hover span{background:url(../images/prodis-icon-02-h.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.down:hover span{background:url(../images/prodis-icon-03-h.png) no-repeat left center;}

.prodis-box .prodis-tit{
	padding:50px 0 30px;
}
.prodis-box .prodis-tit h6{
	padding-left:25px;
	position: relative;
	font-size: 26px;
	font-weight: 900;
	color: #333333;
}
.prodis-box .prodis-tit h6::after{
	content: '';
	width: 8px;
	height: 26px;
	background: #278C33;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-13px;
}
.prodis-box .prodis-text{
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	line-height: 1.8;

}
.prodis-box .prodis-text img{max-width:100%;height:auto;}
.prodis-box .param-table img{max-width:100%;height:auto;}
.param-table table{width:100%;}
.param-table table th{
	padding:15px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #666666;
	border: 1px solid #D4DAE3;
}
.param-table table td{
	padding:10px 15px;
	text-align: center;
	border: 1px solid #D4DAE3;
	font-size: 16px;
	color: #666666;
}
.param-table table tr:nth-child(odd){
	background: #F6F6F6;
}
.prodis-param{padding:0 0 50px;}

.recom-pro{
	padding:80px 0;
}
.recom-tit{
	padding:0 0 50px;
	text-align: center;
}
.recom-tit h6{
	line-height:1;
	font-size: 35px;
	font-weight: 700;
	color: #333333;
}
.recom-pro-list ul li{
	width:23%;
	float:left;
	margin-left:2.66666%;
}
.recom-pro-list ul li:first-child{margin-left:0;}
.recom-pro-list ul li .img-box{display: block;}
.recom-pro-list ul li .img-box img{width:100%;height:auto;}
.recom-pro-list ul li .text-box{
	padding:0 5px;
}
.recom-pro-list ul li .text-box .tit{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:20px 0 5px;
	font-size: 18px;
	font-weight: 700;
	color: #292D33;
	color: #333333;
	transition:all 0.6s;
	text-align: center;
}
.recom-pro-list ul li .text-box .tit:hover{
	color:#278C33;
}
.recom-pro-list ul li .text-box .d{
	height: 36px;
	font-size: 14px;
	color: #888888;
	line-height: 18px;
	overflow: hidden;
}
.recom-case{
	padding:80px 0 80px;
	background:#F9FAFB;
}
.recom-case-list ul li{
	width:31%;
	float:left;
	margin-left:3.5%;
}
.recom-case-list ul li:first-child{
	margin-left:0;
}
.recom-case-list ul li .img-box{display: block;}
.recom-case-list ul li .img-box img{width:100%;height:auto;}
.recom-case-list ul li .text-box{
	padding:0 0 20px;
}
.recom-case-list ul li .text-box .t{
	display: block;
	font-size: 22px;
	font-weight: 900;
	color: #333333;
	transition: all 0.6;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s;
}
.recom-case-list ul li:hover .text-box .t{color:#278C33;}
.recom-case-list ul li .text-box .d{
	height: 52px;
	font-size: 18px;
	font-weight: 400;
	color: #7B7B8A;
	line-height: 26px;
	overflow: hidden;
	margin-top:10px;
}
.recom-case-list ul li .text-box .num{
	display: block;
	font-size: 36px;
	font-weight: 900;
	color: #C1C1C1;
	margin-bottom:30px;
	transition: all 0.6s;
}
.recom-case-list ul li:hover .text-box .num{
	color:#278C33;
}
.prodis-msg .m-width-1280{
	background:url(../images/msg-box.jpg) no-repeat center;
	background-size:cover;
	padding:60px;
}
.prodis-msg .index-msg-box{padding-top:0;padding-bottom:0;}
.index-msg-box .msg-tit{text-align: center;padding:0 0 40px;}
.index-msg-box .msg-tit h6{
	font-size: 38px;
	font-weight: 900;
	color: #2B2B2B;
	text-transform: uppercase;
}
.index-msg-box .msg-tit p{
	font-size: 16px;
	font-weight: 400;
	color: #7C7B82;
}
.index-msg-box .usedComp{width:24%;margin-left:1.33333%;}
.index-msg-box .usedComp:first-child{margin-left:0;}
.index-msg-box .usedComp:nth-child(even){float:left;}
.index-msg-box .usedComp:nth-child(5){width:100%;margin-left:0;}
.index-msg-box #xhlFormSubmit{
	width: 136px;
	height: 46px;
	background: #278C33;
	text-align: center;
	line-height:46px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius:0;
}
.index-msg-box #xhlFormSubmit:hover{background:#CCCCCC;}

.mt-slider .swiper-slide a{
	display: block;
	padding:40px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #FFFFFF;
}
.mt-slider .swiper-slide{
	border-right:1px solid rgba(255, 255, 255, 0.33);
	box-sizing: border-box;
}
.mt-slider .swiper-slide.swiper-slide-active{border-left:none;}
.mt-slider .swiper-slide.act a{
	background:rgba(255, 255, 255, 0.23);
}
.main-tab{
	background: #278C33;
}
.mt-slider{position: relative;padding:0 35px;}
.mt-slider .swiper-button-prev ,.mt-slider .swiper-button-next{
	width:10px;
	height:18px;
	margin-top:-9px;
}
.mt-slider .swiper-button-prev{left:0;background:url(../images/indu-left.png) no-repeat center;}
.mt-slider .swiper-button-next{right:0;background:url(../images/indu-right.png) no-repeat center;}
.mt-slider .swiper-button-prev.swiper-button-disabled ,.mt-slider .swiper-button-next.swiper-button-disabled{
	cursor: no-drop;
	pointer-events: auto;
}

.case-box{
	padding:80px 0;
}
.case-list-box ul li{
	width:32%;
	float:left;
	margin-left:2%;
	margin-bottom:50px;
}
.case-list-box ul li:nth-child(3n+1){margin-left:0;}
.case-list-box ul li .num{
	font-size: 36px;
	font-weight: 900;
	color: #C1C1C1;
	transition:all 0.6s;
}
.case-list-box ul li:hover .num{
	color:#278C33;
}
.case-list-box ul li .t{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	font-weight: 900;
	color: #333333;
	transition: all 0.6s;
}
.case-list-box ul li:hover .t{
	color:#278C33;
}
.case-list-box ul li .d{
	height: 52px;
	font-size: 18px;
	font-weight: 400;
	color: #7B7B8A;
	line-height: 26px;
	overflow: hidden;
	margin:20px 0 30px;
}
.case-list-box ul li .img-box{display: block;}
.case-list-box ul li .img-box img{width:100%;height:auto;}
.case-list-box .page-box{padding:0;}



.page-dis-box{
	padding:80px 0;
}
.page-dis-box .page-dis-left{
	width:72%;
	float:left;
}
.case-text .t h6{
	font-size: 34px;
	font-weight: 900;
	color: #333333;
	line-height:1;
}
.case-text .by{
	margin-top:10px;
}
.case-text .by span{
	font-size: 16px;
	font-weight: 700;
	color: #888888;
	display: inline-block;
}
.case-text .by i{
	display: inline-block;
	margin:0 20px;
	font-size: 16px;
	font-weight: 500;
}
.case-text .text-con{
	margin-top:35px;
	padding-top:35px;
	border-top:1px solid #EAEAEA;
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	line-height: 1.8;
}
.case-text .text-con img{max-width:100%;height:auto;}
.page-dis-box .page-dis-right{
	width:24%;
	float:right;
}
.page-dis-right .pdr-item{
	margin-bottom:50px;
}
.page-dis-right .pdr-item .tit{
	padding-bottom:15px;
	margin-bottom:40px;
	position: relative;
	font-size: 22px;
	font-weight: 900;
	color: #333333;
	line-height: 27px;
	text-transform: uppercase;
}
.page-dis-right .pdr-item .tit::after{
	content: '';
	width: 66px;
	height: 2px;
	background: #278C33;
	position: absolute;
	left:0;
	bottom:0;
}
.page-dis-right .pdr-item .pdr-share a{
	width:32%;
	float:left;
	display: block;
	margin-left:2%;
	text-align: center;
	padding:15px 5px;
	box-sizing: border-box;
}
.page-dis-right .pdr-item .pdr-share a .icon{display: inline-block;}
.page-dis-right .pdr-item .pdr-share a span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top:15px;
}
.page-dis-right .pdr-item .pdr-share a:first-child{margin-left:0;}
.page-dis-right .pdr-item .pdr-share a.face{background:#3C59A1;}
.page-dis-right .pdr-item .pdr-share a.twitter{background:#46B0E4;}
.page-dis-right .pdr-item .pdr-share a.link{background:#DD4C39;}
.page-dis-right .pdr-item .pdr-case ul li{padding-top:20px;margin-top:20px;border-top:1px solid #EFEFEF;}
.page-dis-right .pdr-item .pdr-case ul li:first-child{margin-top:0;padding-top:0;border-top:none;}
.page-dis-right .pdr-item .pdr-case ul li .img-box{display: block;width:30%;float:left;}
.page-dis-right .pdr-item .pdr-case ul li .img-box img{width:100%;height:auto;}
.page-dis-right .pdr-item .pdr-case ul li .t{
	display: block;
	width:65%;
	float:right;
	height: 57px;
	overflow: hidden;
	margin-top:8px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}
.page-dis-right .pdr-item .pdr-pro ul li{
	margin-bottom:15px;
}
.page-dis-right .pdr-item .pdr-pro ul li .img-box{width:30%;float:left;}
.page-dis-right .pdr-item .pdr-pro ul li .img-box img{width:100%;height:auto;}
.page-dis-right .pdr-item .pdr-pro ul li .text{width:65%;float:right;}
.page-dis-right .pdr-item .pdr-pro ul li .text .t{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	transition:all 0.6s;
	margin-top:8px;
}
.page-dis-right .pdr-item .pdr-pro ul li .text .t:hover{
	color:#024587;
}
.page-dis-right .pdr-item .pdr-pro ul li .text .d{
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #888888;
	margin-top:5px;
	line-height: 18px;
}
.solution-box{padding:80px 0;}
.solution-list ul li{
	margin-bottom:50px;
}
.solution-list ul li .pic-box{
	width:42%;
	padding-left:40px;
	float:left;
	position: relative;
}
.solution-list ul li .pic-box .num{
	width: 66px;
	height: 58px;
	background: #278C33;
	text-align: center;
	line-height:58px;
	font-size: 34px;
	font-weight: 900;
	color: #FFFFFF;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-29px;
	z-index:3;
}
.solution-list ul li .pic-box .img-box{
	display: block;
}
.solution-list ul li .pic-box .img-box img{width:100%;height:auto;}
.solution-list ul li .text-box{
	width:48%;
	float:right;
}
.solution-list ul li .text-box .t{
	padding:25px 0;
	position: relative;
}
.solution-list ul li .text-box .t::after{
	content: '';
	width: 72px;
	height: 2px;
	background: #278C33;
	position: absolute;
	left:0;
	bottom:0;
}
.solution-list ul li .text-box .t a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:1;
	font-size: 32px;
	font-weight: 700;
	color: #333333;
	transition:all 0.6s;
}
.solution-list ul li .text-box .t a:hover{
	color:#278C33;
}
.solution-list ul li .text-box .d{
	margin:30px 0 40px;
	height: 108px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #898989;
	line-height: 27px;
}
.solution-list ul li .text-box .l a{
	width: 212px;
	height: 46px;
	border: 1px solid #278C33;
	text-align: center;
	line-height:46px;
	font-size: 18px;
	font-weight: 500;
	display: block;
	color: #278C33;
	transition:all 0.6s;
	float: left;
}
.solution-list ul li .text-box .l a:hover{background:#278C33;color:#FFFFFF;}
.solution-list ul li .text-box .l a span{
	padding-left:30px;
}
.solution-list ul li .text-box .l a.om span{background:url(../images/solu-icon-01.png) no-repeat left center;}
.solution-list ul li .text-box .l a.us span{background:url(../images/solu-icon-02.png) no-repeat left center;}
.solution-list ul li .text-box .l a.us{margin-left:20px;}
.solution-list ul li .text-box .l a.om:hover span{background:url(../images/solu-icon-01-h.png) no-repeat left center;}
.solution-list ul li .text-box .l a.us:hover span{background:url(../images/solu-icon-02-h.png) no-repeat left center;}
.solution-list ul li:nth-child(even) .pic-box{float:right;padding-left:0;padding-right:40px;}
.solution-list ul li:nth-child(even) .pic-box .num{left: auto; right:0;}
.solution-list ul li:nth-child(even) .text-box{float:left;}
.solution-list .page-box{padding:0;}

.service-box{
	padding:80px 0;
}
.service-box .service-tab ul li{width:32%;float: left;margin-left:2%;
	border: 1px dashed #C4C4C4;
	box-sizing: border-box;
	padding:25px;
	text-align: center;
	transition: all 0.6s;
}
.service-box .service-tab ul li:first-child{margin-left:0;}
.service-box .service-tab ul li.act ,.service-box .service-tab ul li:hover{
	background: #FBFDF8;
	border: 1px dashed #278C33;
}
.service-box .service-tab ul li a{display: block;}
.service-box .service-tab ul li a span{
	display: block;
	margin-top:20px;
	font-size: 24px;
	font-weight: 900;
	color: #333333;
}
.service-box .service-con{
	margin-top:50px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height:2.1;
}
.service-box .service-con h4{
	font-size: 24px;
	font-weight: 900;
	color: #333333;
}
.service-box .service-con h6{
	font-weight:700;
	font-size:16px;
}
.service-box .service-con table{max-width:100%;}
.service-box .service-con img{max-width:100%;height:auto;}

.imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.about-his {
  background-color: #FBFBFB;
  padding: 1px 0 70px;
  max-width:1920px;
  margin:90px auto 0;
}

.about-his .his-top {
  position: relative;
}

.about-his .his-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 51px;
  height: 1px;
  width: 100%;
  background-color: #E2E2E2;
}

.about-his .about-tit {
  text-align: center;
}

.about-his .swiper-slide {
  text-align: center;
  transition: all 0.3s;
}

.about-his .swiper-slide .imgshow {
  transform: scale(0.8);
  height: 300px;
  display: flex;
  align-items: flex-end;
  opacity: 0.5;
  overflow: initial;
  transform-origin: bottom;
}

.about-his .swiper-slide.swiper-slide-active .imgshow {
  transform: scale(1.1);
  opacity: 1;
}

.about-his .swiper-slide.swiper-slide-active .year {
  color: #278C33;
}

.about-his .swiper-slide.swiper-slide-active .dot {
  background-color: rgba(39, 140, 51, 0.36);
}

.about-his .swiper-slide.swiper-slide-active .dot:after {
  background-color: #278C33;
}

.about-his .year {
  color: #BFBFBF;
  font-weight: bold;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.about-his .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  display: inline-block;
  margin: 10px 0 50px;
}

.about-his .dot:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CDCDCD;
}

.about-hisbtn {
  position: relative;
  height: 54px;
  width: 130px;
  margin: 0 auto;
}

.his-bot {
  max-width: 915px;
  width: 100%;
  margin: 40px auto;
}

.his-bot p {
  height: 78px;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 26px;
  overflow: hidden;
}

.about-honor .ab-inner {
  padding-left: 355px;
  box-sizing: border-box;
  position: relative;
}

.about-honor .honor-tit {
  position: absolute;
  left: 0;
  top: 20px;
  width: 276px;
  background-color: #278C33;
  color: #FFF;
  padding: 60px 25px;
}

.about-honor .honor-tit h2 {
 font-size: 42px;
 font-weight: 900;
 color: #FFFFFF;
  line-height: 1.1;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.about-honor .swiper-container {
  padding: 20px;
}

.about-honor .swiper-slide {
  text-align: center;
}

.about-honor .swiper-slide:hover img {
  transform: scale(1.03);
}

.about-honor .swiper-slide img {
  box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 100%;
  transition: all 0.3s;
}

.honor-pages {
  position: relative;
  height: 46px;
  width: 105px;
  margin-top: 35px;
}

.honor-pages .theme.swiper-button-next,
.honor-pages .theme.swiper-button-prev {
  height: 46px;
  width: 46px;
  line-height: 42px;
  border-color: #FFF;
  border-width: 1px;
}

.honor-pages .theme.swiper-button-next:hover,
.honor-pages .theme.swiper-button-prev:hover {
  background-color: #FFF;
}

.honor-pages .theme.swiper-button-next:hover .iconfont,
.honor-pages .theme.swiper-button-prev:hover .iconfont {
  color: #278C33;
}

.honor-pages .theme.swiper-button-next .iconfont,
.honor-pages .theme.swiper-button-prev .iconfont {
  color: #FFF;
}
.about-fac{padding:0 0 80px;}
.about-fac .af-inner {
  position: relative;
  margin-top:40px;
}

.about-fac .imgshow {
  float: right;
  padding: 20px;
  border: 1px solid #C7E1CA;
  width: 61%;
  position: relative;
  cursor:pointer;
}

.about-fac .imgshow:hover .icon {
  transform: scale(1.03);
}

.about-fac .imgshow .icon {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background:url(../images/fac-play.png) no-repeat center;
}

.about-fac .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  background-color: #FFF;
  padding: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  line-height: 28px;
  box-shadow: 0px 2px 14px 0px rgba(116, 116, 116, 0.16);
}

.about-fac .see-more{
	display: block;
	margin-top: 20px;
	font-size:22x;
	font-weight:600;
	color:#278C33;
}
.about-fac .see-more span{
	display: inline-block;
	padding-right:32px;
	background:url(../images/fac-more.png) no-repeat 95% center;
	transition: all 0.6s;
}
.about-fac .see-more:hover span{background:url(../images/fac-more.png) no-repeat right center;}
.about-fac .about-tit{
  text-align: center;
}

.about-tit{
	text-align: center;
}
.about-tit h6{
	font-size: 42px;
	font-weight: 900;
	color: #333333;
	line-height:1;
}
.about-text{
	padding:80px 0;
}
.about-text .about-con{
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 2;
	margin-bottom:50px;
}
.about-text .about-pic img{
	width:100%;
	height:auto;
}

.about-history{
	background:#FBFBFB;
	padding:50px 0 0;
}

.theme.swiper-button-next {
  right: 0;
}

.theme.swiper-button-prev {
  left: 0;
}

.theme.swiper-button-next, .theme.swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-image: none;
  box-sizing: border-box;
  border: 2px solid #278C33;
  text-align: center;
  color: #278C33;
  line-height: 50px;
}

.theme.swiper-button-next:hover, .theme.swiper-button-prev:hover {
  background-color: #278C33;
  color: #fff;
}

.theme.swiper-button-next .iconfont, .theme.swiper-button-prev .iconfont {
  font-size: 26px;
}

.about-honor{padding:80px 0;background:#FFFFFF;}
.about-cul{
	background:url(../images/cul-bg.jpg) no-repeat center;
	background-size:cover;
	padding:80px 0;
	margin-bottom:80px;
}
.about-tab-con{
	margin-top:40px;
}
.about-tab-list ul li{
	width:32%;
	float:left;
	margin-left:2%;
}
.about-tab-list ul li:first-child{
	margin-left:0;
}
.about-tab-list ul li .img-box{display: block;}
.about-tab-list ul li .img-box img{width:100%;height:auto;}
.about-tab-list ul li .img-tit{
	display: block;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	padding:15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
.about-tab-list ul li.act .img-tit{color:#278C33;}
.about-con-box{
	margin-top:50px;
	background:#FFFFFF;
	padding:50px 80px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 1.8;
	box-shadow: 0px 2px 8px 6px rgba(0, 0, 0, 0.04);
}
.about-con-box .con{display: none;}
.about-con-box .con.act{display: block;}

.news-box{
	padding:80px 0;
}
.news-box .news-list .page-box{
	padding:0 0 0;
}
.news-box .news-list ul li{
	position: relative;
	margin-bottom:50px;
}
.news-box .news-list ul li::after{
	content: '';
	width: 62%;
	height: 2px;
	background: #EFEFEF;
	position: absolute;
	left:0;
	transition:all 0.6s;
	bottom:0;
}
.news-box .news-list ul li:hover::after{background:#278C33;}
.news-box .news-list ul li .text-box{
	width:62%;
	float:left;
}
.news-list ul li .text-box .time font{
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #278C33;
	line-height:1;
}
.news-list ul li .text-box .time b{
	display: block;
	font-size: 38px;
	font-weight: 900;
	color: #278C33;
	line-height: 1;
	margin-top:10px;
}
.news-list ul li .text-box .tit{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:30px 0 50px;
	font-size: 26px;
	font-weight: 900;
	color: #333333;
}
.news-list ul li .text-box .dis{
	height: 56px;
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	line-height: 28px;
	overflow: hidden;
}
.news-box .news-list ul li .img-box{
	width:34.375%;
	float:right;
}
.news-box .news-list ul li .img-box a{display: block;}
.news-box .news-list ul li .img-box a img{width:100%;height:auto;}
.news-detail-box{
	padding:80px 0;
}
.news-detail-box .tit{
	padding-bottom:50px;
	border-bottom:2px solid #EFEFEF;
	text-align: center;
}
.news-detail-box .tit h6{
	font-size: 34px;
	font-weight: 900;
	color: #333333;
	line-height: 1.8;
}
.news-detail-box .tit .by span{
	font-size: 16px;
	font-weight: 700;
	color: #888888;
}
.news-detail-box .tit .by span:first-child{
	margin-right:20px;
}
.news-detail-box .context{
	padding:50px 0;
	font-size: 18px;
	font-weight: 400;
	color: #888888;
	line-height: 30px;
}
.news-detail-box .context img{max-width:100%;height:auto;}
.news-detail-box .n-share{text-align: center;}
.news-detail-box .n-share a{
	display: inline-block;
	width: 175px;
	height: 46px;
	background: #3B5999;
	text-align: center;
	line-height:46px;
	margin-left:15px;
	opacity:1;
	transition: all 0.6s;
}
.news-detail-box .n-share a:hover{
	opacity:0.7;
}
.news-detail-box .n-share a:first-child{
	margin-left:0;
}
.news-detail-box .n-share a span{
	padding-left:35px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.news-detail-box .n-share a.f span{
	background:url(../images/news-s-01.png) no-repeat left center;
}
.news-detail-box .n-share a.t{
	background:#1DA1F3;
}
.news-detail-box .n-share a.t span{
	background:url(../images/news-s-02.png) no-repeat left center;
}
.news-detail-box .n-share a.i{
	background:#007BB6;
}
.news-detail-box .n-share a.i span{
	background:url(../images/news-s-03.png) no-repeat left center;
}
.contact-box{padding:80px 0 0;}
.contact-box .contact-left{
	width:47%;
	float:left;
}
.contact-left .tit{
	padding-bottom:32px;
	position: relative;
}
.contact-left .tit::after{
	content:'';
	width: 124px;
	height: 2px;
	background: #DBDBDB;
	position: absolute;
	bottom:10px;
	left:0;
}
.contact-left .tit::before{
	content:'';
	width: 62px;
	height: 2px;
	background: #DBDBDB;
	position: absolute;
	bottom:0;
	left:0;
}
.contact-left .tit h6{
	font-size: 38px;
	font-weight: 900;
	color: #2B2B2B;
	line-height:1;
}
.contact-box .contact-right{
	width:48%;
	float:right;
}
.contact-left .list{
	margin-top:70px;
}
.contact-left .list ul li{
	margin-bottom:45px;
	padding:10px 0 10px 110px;
}
.contact-left .list ul li.tel{background:url(../images/contact-icon-01.png) no-repeat left 5px;}
.contact-left .list ul li.mail{background:url(../images/contact-icon-02.png) no-repeat left 5px;}
.contact-left .list ul li.add{background:url(../images/contact-icon-03.png) no-repeat left 5px;}
.contact-left .list ul li b{
	display: block;
	font-size: 24px;
	font-weight: 900;
	color: #2B2B2B;
	line-height: 29px;
}
.contact-left .list ul li .li-con{
	margin-top:10px;
	font-size: 18px;
	font-weight: 700;
	color: #666666;
}
.contact-left .list ul li .li-con a{
	display: inline-block;
	margin-right:20px;
}
.contact-right .map-box{position: relative;padding:20px 0 0 30px;}
.contact-right .map-box::after{
	content: '';
	background: rgba(39, 140, 51, 0.1);
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	width:80%;
	height:80%;
}
.contact-right .map-box img{width:100%;height:auto;}
.contact-right .map-box iframe{width:100%;}

.error-box{
  text-align: center;
  padding:80px 0;
}
.error-box .error-img img{max-width:100%;height:auto;}
.error-box h2 {
  font-size: 40px;
  color: #525252;
  font-weight: 700;
  margin: 20px 0;
}

.error-box p {
  font-size: 18px;
  color: #999999;
}

.error-box .see-more {
  background-color:#278C33;
  color: #FFF;
  width: 188px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  border-radius: 26px;
}
.cb-box {
  white-space: nowrap; /* 不允许换行 */
  overflow: hidden;    /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分用省略号表示 */
  color: #FFF;
}
@media (max-width:1280px) and (min-width:1001px){
    .crumbs-box {
    margin-left: 30px;
    left: 0;
    }
}



@media only screen and (max-width: 1359px) {
	.ipd-20{padding:0 20px;}
	.m-width-1280{max-width:1000px;}
	.header-box .tool-nav .nav-box{width:800px;}
	.index-case .index-case-list-warp{max-width:900px;}
	.index-contact .ic-right .ic-inner{padding:0 30px;}
	.index-contact .ic-right .ic-inner .add{margin:20px 0;}
	.index-contact .ic-right .ic-inner .t{line-height:1;}
	.mt-slider .swiper-slide a{padding:20px 10px;}
}

@media (max-width:425px){
    .solution-list ul li .text-box .l a{
        font-size: 16px;
    }
    .solution-list ul li .text-box .l a span{
        padding-left: 20px;
    }
}






@media only screen and (max-width: 1000px) {
	#menuPc{display: none;}
	#page{background:#FFFFFF;}
	.btn-nav{position: relative;background: transparent;border: none;padding:20px 20px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;z-index: 99999;display: block;width:30px;float:right;}
	.icon-bar {display: block;margin: 6px 0;width: 30px;height: 3px;background-color:#278C33;box-shadow:0 1px 1px #000000;  -webkit-transition: all .7s ease;-moz-transition: all .7s ease;-ms-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;z-index: 999999;}
	.mm-opening .top {-webkit-transform: translateY(8px) rotateZ(45deg);-moz-transform: translateY(8px) rotateZ(45deg);-ms-transform: translateY(8px) rotateZ(45deg);-o-transform: translateY(8px) rotateZ(45deg);transform: translateY(8px) rotateZ(45deg);}
	.mm-opening .bottom {-webkit-transform: translateY(-10px) rotateZ(-45deg);-moz-transform: translateY(-10px) rotateZ(-45deg);-ms-transform: translateY(-10px) rotateZ(-45deg);-o-transform: translateY(-10px) rotateZ(-45deg);transform: translateY(-10px) rotateZ(-45deg);}
	.mm-opening .middle {width: 0;}
	.banner .bg-box{display: none;}
	.banner-content{display: none;}
	.banner .wap-box{display: block;}
	.header-box .tool-nav .tool-box{display: none;}
	.header-box .tool-nav .nav-box{display: none;}
	.header-box .logo a img{max-width:50px;}
	.header-box .logo{left:20px !important;}
	.index-service{padding:40px 0;}
	.index-tit h6{font-size:28px;}
	.index-service-list{margin-top:30px;}
	.index-service-list ul li{width:100%;float:none;margin-left:0;margin-top:40px;text-align: center;padding-left:0;border-bottom:1px solid #CCCCCC;padding-bottom:30px;}
	.index-service-list ul li:first-child{margin-top:0;}
	.index-service-list ul li:nth-child(2)::after{display: none;}
	.index-service-list ul li:nth-child(3)::after{display: none;}
	.index-service-list ul li:nth-child(3){border-bottom:none;padding-bottom:0;}
	.index-product{padding:40px 0;}
	.index-case-inenr{padding:40px 0;}
	.index-case .index-case-list-warp{padding:20px 0;}
	.index-case .icl-box ul li{width:100%;float:none;margin-left:0;margin-bottom:30px;}
	.index-about{padding:40px 0;}
	.index-about .iab-text .iab-tit h6{font-size:28px;}
	.index-about .iab-text{width:100%;float:none;}
	.index-about .iab-pic{width:100%;float:none;margin-top:40px;}
	.index-contact{padding:0 0 40px;}
	.index-contact .ic-left{width:100%;float:none;}
	.index-contact .ic-right{width:100%;float:none;position: relative;padding:20px 0;background:url(../images/index-about-r.jpg) no-repeat center;background-size:cover;}
	.index-contact .ic-right .ic-inner .t{font-size:28px;}
	.index-contact .ic-right .ic-inner .tel a{font-size:20px;}
	.index-contact .ic-right .ic-inner{padding:0 20px;position: relative;}
	.index-contact .ic-right .bg-box img{display: none;}
	.footer-top .fixed dl:nth-child(2){display: none;}
	.footer-top .fixed dl:nth-child(3){display: none;}
	.footer-top .fixed dl:nth-child(4){display: none;}
	.footer-top .fixed dl:nth-child(1){width:100%;float:none;}
	.footer-copy .copy-box{width:100%;float:none;text-align: center;}
	.footer-copy .share-box{display: none;}
	#toTop{display: none !important;}
	.error-box{padding:40px 0;}
	.crumbs-box{padding:12px 20px;width:100%;margin-left:0;left:0;box-sizing: border-box;}
	.inner-banner{height:46px;background-color: #278C33;}
	.inner-banner .img-box{display: none;}
	.about-text{padding:40px 0;}
	.about-tit h6{font-size:28px;}
	.about-text .about-con{margin-top:20px;}
	.about-his{margin-top:20px;}
	.his-bot p{padding:0 20px;}
	.about-honor .ab-inner{padding-left:0;}
	.about-honor .honor-tit{position: relative;width:100%;box-sizing: border-box;top:0;}
	.about-honor{padding:20px 0;}
	.about-honor .swiper-container{padding:0;margin-top:20px;}
	.about-cul{padding:40px 0;margin-bottom:40px;}
	.about-tab-list ul li{width:100%;float:none;margin-left:0;margin-top:20px;}
	.about-tab-list ul li:first-child{margin-top:0;}
	.about-con-box{padding:20px;margin-top:20px;}
	.about-fac .text{position: relative;width:100%;top:0;padding:20px;box-sizing: border-box;transform: translateY(0);}
	.about-fac .imgshow{width:100%;float:none;box-sizing: border-box;margin-bottom:20px;}
	.about-fac{padding:0 0 40px;}
	.main-tab{margin-top:20px;}
	.case-box{padding:40px 0;}
	.case-list-box ul li{width:100%;float:none;margin-left:0;}
	.page-dis-box{padding:40px 0;}
	.page-dis-box .page-dis-left{width:100%;float:none;}
	.case-text .t h6{font-size:28px;}
	.page-dis-box .page-dis-right{display: none;}
	.contact-box .contact-left{width:100%;float:none;}
	.contact-box .contact-right{width:100%;float:none;}
	.contact-right .map-box{padding:0;}
	.prodis-box{padding:40px 0;}
	.prodis-msg .m-width-1280{padding:20px 0 40px;}
	.index-msg-box .usedComp{width:100%;margin-left:0;}
	.news-box{padding:40px 0;}
	.news-box .news-list ul li .li-inner{display: flex;flex-direction:column-reverse;}
	.news-box .news-list ul li .text-box{width:100%;float:none;}
	.news-box .news-list ul li .img-box{width:100%;float:none;margin-bottom:20px;}
	.news-list ul li .text-box .tit{margin:20px 0;}
	.news-box .news-list ul li::after{display: none;}
	.news-box .news-list ul li{margin-bottom:20px;}
	.news-box .news-list .page-box{padding:30px 0 0;}
	.news-detail-box{padding:40px 0;}
	.news-detail-box .tit h6{font-size:28px;}
	.news-detail-box .tit{padding-bottom:20px;}
	.news-detail-box .context{padding:20px 0;}
	.news-detail-box .n-share{display: none;}
	.prodis-box .prodis-photo .photo-slider{width:100%;float:none;}
	.prodis-box .prodis-photo .photo-text{width:100%;float:none;margin-top:20px;}
	.prodis-box .prodis-photo .photo-text .text .link a{width:100%;float:none;margin-bottom:20px;margin-left:0;}
	.wrap-table{overflow-x: scroll;}
	.recom-case{padding:40px 0;}
	.recom-case-list ul li{width:100%;float:none;margin-left:0;}
	.recom-case-list ul li .text-box .num{margin-bottom:10px;}
	.recom-pro{padding:40px 0;}
	.recom-pro-list ul li{width:48%;margin-left:0;margin-bottom:20px;}
	.recom-pro-list ul li:nth-child(even){float:right;}
	.product-box{padding:40px 0;}
	.product-box .fixed-left{display: none;}
	.product-box .fixed-right{width:100%;float:none;}
	.product-box .fixed-right .product-list ul li{width:48%;margin-left:0;}
	.product-box .fixed-right .product-list ul li:nth-child(even){float:right;}
	.service-box{padding:40px 0;}
	.service-box .service-tab ul li{padding:10px;}
	.service-box .service-tab ul li a span{font-size:14px;}
	.solution-box{padding:40px 0;}
	.solution-list ul li .pic-box{width:100%;float:none;padding-left:0;}
	.solution-list ul li .text-box{width:100%;float:none;}
	.solution-list ul li .text-box .l a{width:48%;float:left;}
	.solution-list ul li .text-box .l a.us{float:right;margin-left:0;}
	.solution-list ul li:nth-child(even) .pic-box{float:none;padding-right:0;}
	
}	

