/*公共样式*/
.textOverflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.transiton3s{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.trans{
    -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
body .blockA{
	display: block;
	width: 100%;
	height: 100%;
}
.grayBody{
	background-color: #f9f9f9;
}
.bodyGray{
	background-color: #fcfcfc;
}
/*头部导航*/
.mxhead{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.mxtop{
	height: 151px;
	width: 100%;
	padding-top: 28px;
	background-image: url(../img/navbg_01.jpg);
	background-repeat: repeat;
}
.mxnav{
	width: 100%;	
	background-color: #03cc5b;
	height: 53px;
}
.mxcontainer{
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.mxLogoBox{
	float: left;
}
.mxLogo{
	display: block;
	float: left;
	height: 81px;
	margin-right: 20px;
}
.logoText{
	float: left;
	
}
.logoTextL{
	float: left;
	width: 385px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}
.logoTextBto{
	margin-top: -8px;
	width: 294px;
	padding-left: 20px;
	float: left;
	line-height: 1.5;
	word-break: break-all;
}
.logoTextTop{
	padding-top: 12px;
	font-size: 30px;
	color: #333;
	line-height: 1;
	margin-bottom: 10px;
}
.logoTextMid{
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin-bottom: 10px;
	word-break: break-all;
}
.logoTextBto{
	font-size: 14px;
	color: #333;
}
.mxtop-right{
	float: right;
}
.navIcon{
	display: block;
	height: 19px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
}
.navTel{
}
.navPhone{
}
.telName{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.xiala{
	display: none;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color:#fff;
	position: absolute;
	top: 25px;
	right: 8%;
	}
.navr-text{
	font-size: 20px;
	line-height: 1;
	color: #333;
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}
.mxnavlist li{
	float: left;
	width: 14%;
	text-align: center;
	line-height:53px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.mxnavlist li a{
	display: block;
	width: 100%;
	height: 100%;
}
.mxnavlist li:hover{
	background-color: #ffa200;
}
.mxnavlist .active{
	background-color: #ffa200;
}
.nav-two{
	display: none;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 53px;
	z-index: 50;
	padding-top: 20px;
}
.nav-two:before{
	content: '';
	border: 10px solid transparent;
	border-bottom-color: #009c44;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
}
.nav-two li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color: #03cc5b;
}
.nav-two .active{
	background-color: #009c44;
}
.nav-two li:hover{
	background-color: #009c44;
}
/*手机菜单按钮*/
.menu {
	display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    z-index: 1100;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.menu-handler {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    float: right;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    background-color: #03CC5B;
}
.menu-handler .burger {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 14px;
    left: 50%;
    margin: 0px 0px 0px -10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}
.menu-handler .burger-2 {
    top: 21px;
}
.menu-handler .burger-3 {
    top: 28px;
}
.menu-handler.active .burger-1 {
    top: 21px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
    top: 21px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

/*首页*/
.banner{
	width: 100%;
}
.bannerBox{
	width: 100%;
}
.bannerPic{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.indexProduct{
	background-color: #fff;
	padding: 60px 0;
}
.moduleTitBox{
	width: 100%;
	margin-bottom: 60px;
	overflow:hidden;
}
.moduleTit{
	font-size: 48px;
	color: #03cc5b;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}
.moduleTitEn{
	font-size: 20px;
	color: #999;
	font-weight: 200;
	text-align: center;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
}
.moduleTitEn:before{
	content: '';
	width: 125px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-230px;
	background-color: #d4d4d4;
}
.moduleTitEn:after{
	content: '';
	width: 125px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right:-230px;
	background-color: #d4d4d4;
}
.proList{
	width: 100%;
}
.proList li{
	border: 1px solid #ddd;
	height: 196px;
	margin-left: -1px;
	margin-top: -1px;
	padding: 0;
}
.proListTit{
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #ddd;
	padding: 11px;
}
.proListLogo{
	display: block;
	float: left;
	height: 25px;
	margin-right: 10px;
}
.proListName{
	font-size: 20px;
	line-height: 25px;
	color: #03cc5b;
	float: left;
}
.proListMore{
	float: right;
	font-size: 16px;
	color: #999;
}
.proListMore:hover{
	color: #03cc5b;
}
.proListCon{
	width: 100%;
	height: 148px;
	padding: 10px 20px;
}
.proListPic{
	display: block;
	float: left;
	width: 39%;
	height: 100%;
	object-fit: cover;
}
.proListText{
	width: 61%;
	float: left;
	padding-left: 15px;
}
.proListPro{
	font-size: 16px;
	line-height: 1.5;
	color: #03cc5b;
	margin-bottom: 10px;
}
.proListDetail{
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	overflow: hidden;
	height: 84px;
}
.proListDetail:hover{
	color: #03cc5b;
}


.caseShow{
	background-color: #f2f2f2;
	padding:60px 0;
}
.caseshowList{
	width: 100%;
}
.caseshowList li{
	padding-right: 2%;
	margin-bottom:2%;
}
.caseshowList li:nth-of-type(4n){
	padding-right: 0;
}
.caseshowListPicBox{
	width: 100%;
	height: 234px;
	overflow: hidden;
	margin-bottom: 10px;
}
.caseshowListPic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseshowListText{
	width: 100%;
	padding: 10px 10px;
}
.caseshowListTit{
	width: 100%;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
.caseshowListPro{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	text-align: center;
}
.caseshowListTit:hover{
	color: #03cc5b;
}
.caseshowListPro:hover{
	color: #03cc5b;
}
.caseshowList>li:hover .caseshowListPic{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.fanye{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.fanye li{
	display: inline-block;
	height: 25px;
	border: 1px solid #ddd;
	margin: 0 5px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}
.fanye li a{
	display: block;
	width: 100%;
	height: 100%;	
	padding: 0 8px;
}
.fanye li:hover{
	color: #fff;
	background-color: #03cc5b;
	border-color: #03cc5b;
}
.fanye .c{
	color: #fff;
	background-color: #03cc5b;
	border-color: #03cc5b;
}


.indexNews{
	padding: 60px 0;
}
.indexNewsTab{
	width: 100%;
	height: 50px;
}
.indexNewsTab li{
	width: 33.3%;
	height: 100%;
	float: left;
	border: 1px solid #ddd;
	margin-left: -1px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	font-size: 16px;
}
.indexNewsTab .active{
	background-color: #009c44;
	color: #fff;
	border-color: #009c44;
}
.indexNewsTab li:hover{
	background-color: #009c44;
	color: #fff;
	border-color: #009c44;
}
.indexNewsCon{
	width: 100%;
	margin-top: 50px;
}
.indexNewsTabCon{
	width: 100%;
	display: none;
}
.indexNewsCon .active{
	display: block;
}
.indexNewsTabConR{
	float: left;
	width: 53%;
	margin-right: 10%;
}
.indexNewsTabConR li{
	width: 100%;
	margin-bottom: 24px;
}
.indexNewsTabConRTit{
	width: 60%;
	float: left;
	line-height: 1;
	font-size: 14px;
	color: #333;
}
.indexNewsTabConRTime{
	display: block;
	width: 40%;
	float: right;
	text-align: right;
	line-height: 1;
	color: #999;
	font-size: 14px;
}
.indexNewsTabConR li:hover .indexNewsTabConRTit{
	color: #009c44;
}
.indexNewsTabConR li:hover .indexNewsTabConRTit>a{
	text-decoration:underline;
}
.indexNewsTabConL{
	float: left;
	width: 37%;
	position: relative;
	overflow: hidden;
	height: 238px;
}
.indexNewsTabConLPic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexNewsTabConLText{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	padding: 0 20px;
}
.indexNewsTabConL:hover .indexNewsTabConLPic{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.indexNewsTabConL:hover .indexNewsTabConLText{
	color: #009c44;
}




.aboutUs{
	width: 100%;
	background-color: #f2f2f2;
	padding: 60px 0;
}
.auBox{
	width: 100%;
}
.abL{
	width:49%;
	height: 306px;
	float: left;
}
.abL img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abR{
	width: 51%;
	float: left;
	padding: 10px 5%;
	padding-right: 0;
}
.abName{
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 30px;
}
.abPro{
	font-size: 15px;
	color: #999;
	line-height: 2;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.abMore{
	width: 100%;
	text-align: right;
}
.abMore a{
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	padding:  7px 20px;
	background-color: #009c44;
}
.abMore a:hover{
	opacity: 0.8;
}


.partner{
	width: 100%;
	padding: 60px 0;
}
.partner .moduleTitEn:before{
	margin-left: -300px;
}
.partner .moduleTitEn:after{
	margin-right: -300px;
}
.partnerList{
	width: 100%;
}
.partnerList li{
	width: 22%;
	margin-right:4%;
	float: left;
	height: 112px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 4%;
}
.partnerList li:nth-of-type(4n){
	margin-right: 0;
}
.partnerList li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.partnerList li:hover{
	border-color:#03cc5b;
}
.partnerList li:hover .partnerPic{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*footer*/
.mxFooter{
	width: 100%;
	background-color: #03cc5b;
	padding: 30px 0;
	padding-top: 50px;
}
.footerTop{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
	padding-bottom: 30px;
}
.footProduct{
	width: 32%;
	float: left;
}
.footerTit{
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.footerList{
	float: left;
	padding-right: 4%;
	margin-bottom: 30px;
}
.footerList li{
	font-size: 16px;
	color: #fff;
}
.footerList li:hover{
	opacity: 0.6;
}
.btNav{
	width: 15%;
	float: left;
}
.footerContact{
	width: 51%;
	float: left;
}
.footerContactList{
	width: 100%;
	position: relative;
}
.footerContactList li{
	width: 50%;
	float: left;
	/*margin-bottom: 20px;*/
}
.footerContactList:before{
	content: '';
	position: absolute;
	bottom: 9px;
	left: 36%;
	width: 1px;
	height: 36px;
	background-color: #e9e9e9;
}
.footerContactIcon{
	display: block;
	float: left;
	margin-right: 7px;
	margin-top: 8px;
}
.footerContactList .footerContactText{
	display: block;
	float: left;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
}
.footerContactList li:hover{
	opacity: 0.8;
}
.footewm{
	width:19%;
	float: left;
}
.btphone{
	width: 100%;
	padding-left: 24px;	
}
.footEwmPic{
	width: 170px;
	display: block;
	margin: 0 auto;
	max-width:100%;
}
.footEwmText{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
#backTopBtn{
	background-image: url(../img/topBtn.png);
	width: 58px;
	height: 53px;
	background-size: 100% 100%;
	cursor: pointer;
	position: fixed;
	right: 15px;
    bottom: 60px;
	z-index: 100;
	border: 1px solid #ddd;
}
#backTopBtn:hover{
	opacity: 0.8;
}
.footerBtm{
	width: 100%;
	padding-top: 30px;
}
.copyRight,.support{
	width: 100%;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}

/*公司简介*/
.inbanner{
	width: 100%;
}
.inbannerPic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inNav{
	width: 100%;
	background-color: #fff;
	height: 96px;
}
.inNavItem{
	width: 197px;
	float: left;
	border: 1px solid #ddd;
	margin-left: -1px;
	color: #333;
	font-size: 16px;
	line-height: 94px;
	text-align: center;
}
.inNav .active{
	color: #009c44;
	border-bottom: 2px solid #03cc5b;
}
.inNavItem:hover{
	color: #009c44;
	border-bottom: 2px solid #03cc5b;
}
#abCompanyPro{
	width: 100%;
	padding-top: 60px;
}
.companyProContent{
	width: 100%;
}
.companyProContent p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	text-indent: 2em;
}
.companyProContent img{
	display: block;
	margin: 30px auto;
	max-width: 100%;
}


#abCulture{
	padding-top: 120px;
}
#abCulture .moduleTitEn:before{
	margin-left: -280px;
}
#abCulture .moduleTitEn:after{
	margin-right: -280px;
}
.cultureTop{
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.cultureTit{
	width: 100%;
	color: #333;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.cultureDetail{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 30px;
}
.cultureBottom{
	width: 100%;
	padding-top: 20px;
}
.cultureList{
	width: 100%;
}
.cultureList li{
	width: 24.25%;
	margin-right: 1%;
	height: 286px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}
.cultureList li:last-of-type{
	margin-right: 0;
}
.textBlackBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.CUtextBox{
	width: 100%;
	margin-top: 80px;
}
.cuIcon{
	display: block;
	height: 40px;
	margin: 0 auto;
}
.cuTitEn{
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}
.cuTit{
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	width: 100%;
	text-align: center;
}
.textGreenBg{
	width: 100%;
	height: 100%;
	padding: 15% 10%;
	background-color: rgba(3,204,91,0.7);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.culDeatil{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	line-height: 2;
}
.cultureList li:hover .textGreenBg{
	opacity: 1;
}
.cultureList li:hover .textBlackBg{
	opacity: 0;
}

.caseContent img{
	max-width: 100%;
}
#abStucture{
	padding-top: 120px;
}
.stucturePicBox{
	width: 100%;
	/*background-color: #fff;*/
	padding: 50px 0;
}
.stucturePic{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.stucturePicBox img{
	max-width: 100%;
	height: auto;
}

#abShebei{
	width: 100%;
	padding-top: 120px;
}
.shebeiSwi{
	width: 100%;
}
.pc-slide{
	width: 100%;
}
.view{
	width: 100%;
	padding: 0 31.5%;
	position: relative;
}
.shebeiSwi .swiper-container,.shebeiSwi .swiper-wrapper{
	width: 100%;
}
.shebeiPic{
	width: 100%;
	height: 368px;
	object-fit: cover;
}
.preview{
	width: 100%;
	height: 120px;
	margin-top: 50px;
}
.preview .swiper-slide{
	width: 16.67%;
	height: 120px;
	margin: 0 15px;
}
.shebeiPicsm{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.preview .active-nav .shebeiPicsm{
	padding: 0;
	border: 4px solid #009c44;
}
.view .arrow-left{
	width: 64px;
	height: 64px;
	background-image: url(../img/al.png);
	background-size: 100% 100%;
	position: absolute;
	left: 16%;
	top: 50%;
	margin-top: -32px;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center center;
}
.view .arrow-right{
	width: 64px;
	height: 64px;
	background-image: url(../img/ar.png);
	background-size: 100% 100%;
	position: absolute;
	right: 16%;
	top: 50%;
	margin-top: -32px;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center center; 
}



#abHonor{
	padding-top: 180px;
	width: 100%;
	margin-bottom: 120px;
}
.honorSwi{
	width: 100%;
	padding: 0 60px;
	position: relative;
}
.honorSwiPic{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.honorSwiLeft,.honorSwiRight{
	width: 45px;
	height: 67px;
	background-image: url(../img/all.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -33px;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center center;
}
.honorSwiRight{
	background-image: url(../img/arr.png);
	left: auto;
	right: 0;
}
.honorSwiRight.swiper-button-disabled{
	opacity: 0.3;
}
.honorSwiLeft.swiper-button-disabled{
	opacity: 0.3;
}
.honorSwi .swiper-slide{
	width: 25%;
	padding: 0 20px;
}


/*产品中心*/
.choose{
	width: 100%;
	padding-top: 50px;
}
.categray{
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.chooseTit{
	float: left;
	width: 80px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	margin-right:10px ;
}
.fenleispan{
	float: left;
	width: 80%;
}
.fenleispan span{
	display: inline-block;
	font-size: 14px;
	color: #333;	
	line-height: 50px;
	padding-right: 20px;
	cursor: pointer;
}
.fenleispan .active{
	color: #03CC5B;
}
.fenleispan span:hover{
	color: #03CC5B;
}
.categrayMore{
	border: 1px solid #03CC5B;
	height: 24px;
	margin-top: 13px;
	float: right;
	font-size: 12px;
	color: #03CC5B;
	line-height: 22px;
	text-align: center;
	width: 62px;
	cursor: pointer;
}
.categrayMore:hover{
	background-color: #03CC5B;
	color: #fff;
}
.rightBox{
	float: left;
	height: 50px;
}
.price{
	width: 100%;
	padding-bottom: 40px;
	border-bottom:1px solid #ddd;
}
.priceInput{
	border: 1px solid #ddd;
	width: 56px;
	height: 24px;
	line-height: 16px;
	font-size: 16px;
	color: #666;
	margin-top:13px;
	float: left;
	padding: 3px;
}
.fenge{
	width: 14px;
	height: 1px;
	background-color: #333;
	margin: 25px 10px 0;
	float: left;
}
.paixuInput{
	position: relative;
	opacity: 0;
}
.paixuInput:checked+span:before{
	border-color: #03CC5B;
	background-image: url(../img/choose.png);
}
.paixuInput:checked+span{
	color: #03CC5B;
}
.paixuInput+span{
	display: inline-block;
	padding-left: 4px;
	position: relative;	
    line-height: 20px;
}
.paixuInput+span:before{
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	left: -17px;
	top: 2px;
	border: 1px solid #ddd;
	background-position: center center; 
}
.paixuLabel{
	font-size: 14px;
	color: #666;
	line-height: 50px;
	font-weight: normal;
	cursor: pointer;
	margin-right: 28px;
	width: 55px;
}
.paixuLabel:hover{
	color: #03CC5B;
}



.product{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
}
.productList{
	width: 100%;
}
.productList li{
	width: 22%;
	margin-right:4% ;
	margin-bottom: 4%;
	float: left;
}
.productList li:nth-of-type(4n){
	margin-right:0;
}
.productPicBox{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.productList .proListPic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productText{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	padding: 0 10px;
}
.productList li:hover .proListPic{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.productList li:hover .productText{
	color: #03CC5B;
}


.contactUs{
	width: 100%;
	background-color: #f7f7f7;
	padding: 30px 0 50px;
}
.contactUsTit{
	font-size: 28px;
	color: #03CC5B;
	line-height: 1.5;
	padding-left: 10px;
	position: relative;
}
.contactUsTit:before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	height: 28px;
	background-color: #03CC5B;
	width: 6px;
}
.contactUsBox{
	width: 100%;
}
.contactUsRight{
	width: 50%;
	padding-top: 100px;
	float: left;
}
.contactUsRItem{
	width: 100%;
	margin-bottom: 50px;
}
.CURtit{
	width: 100%;
	margin-bottom: 20px;
}
.CURIcon{
	display: block;
	float: left;
	margin-right: 8px;
}
.CURtit span{
	display: block;
	float: left;
	font-size: 22px;
	color: #333;
	line-height: 28px;
}
.CURdetail{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	width: 100%;
}
.contactUsRItem .contactUsA{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	width: 100%;
	position: relative;
	padding-left: 20px;
	word-break: break-all;
}
.contactUsRItem .contactUsA:before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #999;
}
.contactUsRItem .contactUsA:hover{
	opacity: 0.8;
}
.contactUsLeft{
	width: 50%;
	float: left;
}
.contactUsForm{
	display: block;
	width: 100%;
}
.CUFormInput{
	width: 100%;
	height: 55px;
	border: 1px solid #ddd;
	color: #999;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	margin-bottom: 30px;
	background-color: transparent;
}
.CUFormTextArea{
	width: 100%;
	height: 218px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: transparent;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	color: #999;
}
.CUFormSubBtn{
	display: block;
	width: 238px;
	height: 66px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 66px;
	background-color: #03CC5B;
}
.CUFormSubBtn:hover{
	opacity: 0.8;
}


/*产品详情*/
.proDetai{
	padding-top: 30px;
	width: 100%;
}
.proName{
	width: 100%;
	font-size: 26px;
	color: #666;
	line-height: 100px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 80px;
}
.proTitle{
	width: 100%;
	font-size: 26px;
	line-height: 90px;
	border-bottom: 1px solid #ddd;
	position: relative;
	color: #555;
	margin-top: 80px;
}
.proTitle:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #03CC5B;
	width: 110px;
	height: 1px;
}
.proDetailContent{
	width: 100%;
	padding: 50px 0 100px;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.proDetailContent img{
	max-width: 100%;
}

/*案例详情*/
.caseDetailTit{
	line-height:50px;
	padding-top: 53px;
}
.caseDetailTit .container{
	border-bottom: 1px solid #ddd;
	padding-bottom: 53px;
}
.caseName{
	font-size: 26px;
	color: #666;
	line-height: 50px;
	float: left;
}
.share{
	float: right;
}
.share span{
	float: left;
	margin-right:10px;
	color: #999;
	font-size: 14px;
}
.social_group{
	float: left;
}
.social_group a{
	float: left;
	margin-right: 10px;
}
.social_group a:hover{
	opacity: 0.8;
}
.caseDetailContent{
	width: 100%;
	padding-top: 66px;
	padding-bottom: 100px;
}
.contentLeft{
	float: left;
	width: 50%;
	padding-right: 5%;
}
.contentLeftTop{
	width: 100%;
}
.contentLTitem{
	float: left;
	width: 33.3%;
}
.contentLTitemTit{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 8px;
}
.contentLTitemDe{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
}
.contentLeftBottom{
	width: 100%;
	margin-top: 60px;
}
.contentRight{
	width: 50%;
	float: left;
	height: 436px;
}
.contentRight img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contentBottom{
	width: 100%;
	padding-top: 100px;
	float: left;
}
.caseContent{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.nextPrevArt{
	width: 100%;
	margin-top: 20px;
}
.nextPrevArt .prevArt,.nextPrevArt .nextArt{
	display: block;
	font-size: 14px;
	color: #333;
	width: 48%;
	float: left;
	line-height: 60px;
}
.nextPrevArt .nextArt{
	float: right;
	text-align: right;
}
.nextPrevArt .prevArt:hover,.nextPrevArt .nextArt:hover{
	color: #03CC5B;
}


/*售后服务*/
.service{
	width: 100%;
	padding: 80px 0;
}
.service img{
	max-width: 100%;
}
.servicePro{
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 60px;
}
.serviceList{
	width: 100%;
}
.serviceList li{
	width: 28%;
	margin-right: 8%;
	float: left;
}
.serviceList li:last-of-type{
	margin-right:0;
}
.serviceNum{
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.serviceName{
	width: 100%;
	font-size: 24px;
	color: #333;
	line-height: 3;
	text-align: center;
	position: relative;
}
.serviceName:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	height: 1px;
	background-color: #333;
}
.serviceDetail{
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	margin-top: 30px;
}

.netWork{
	padding: 60px 0;
}
.netWorkPicBox{
	width: 100%;
}
.netWorkPic{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*行业新闻*/
.news{
	width: 100%;
	padding: 50px 0;
}
.newsList{
	width: 100%;
}
.newsList li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	background-color: #fff;
}
.newsList li:nth-of-type(3n){
	margin-right: 0;
}
.newsPicBox{
	width: 100%;
	height: 238px;
	overflow: hidden;
}
.newsPic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsText{
	width: 100%;
	padding: 20px;
}
.newsTit{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	height: 54px;
	width: 100%;
}
.newsTime{
	margin-top: 30px;
	width: 100%;
	color: #999;
	font-size: 14px;
}
.newsList li:hover .newsPic{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.newsList li:hover .newsTit{
	color: #03CC5B;
}

.HYhotNews{
	width: 100%;
	padding: 60px 0;
}
.hotNewsTit{
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
.HYhotNewsList{
	width: 100%;
}
.HYhotNewsList li{
	width: 48%;
	height: 184px;
	margin-right: 4%;
	margin-bottom: 4%;
	background-color: #fff;
	padding: 20px;
	float: left;
}
.HYhotNewsList li:nth-of-type(2n){
	margin-right: 0;
}
.HYhotNewsListPic{
	width: 25%;
	height: 100%;
	object-fit: cover;
	margin-right:4% ;
	float: left;
}
.HYhotNewsListText{
	width: 71%;
	float: left;
}
.HYhotNewsListTit{
	width: 100%;
	font-size: 18px;
	color: #333;
	height: 54px;
	overflow: hidden;
	line-height: 1.5;
}
.HYhotNewsListTime{
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 60px;
}
.HYhotNewsList li:hover .HYhotNewsListTit{
	color: #03CC5B;
}


/*美鑫新闻*/
.MXhotNews{
	width: 100%;
	padding: 60px 0;
}
.MXhotNews{
	width: 100%;
}
.MXhotNews li{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
	height: 150px;
}
.MXhotNewsListTime{
	float: left;
	height: 100%;
	width: 86px;
	margin-right:2%;
	background-color: #d0d0d0;
	padding-top: 10px;
}
.MXhotNewsListMD{
	width: 100%;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.MXhotNewsListY{
	font-size: 14px;
	color: #8d8d8d;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}
.MXhotNewsListText{
	width: 80%;
	float: left;
}
.MXhotNewsListText .MXhotNewsListTit{
	display: block;
	width: 100%;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 12px;
}
.MXhotNewsListText .MXhotNewsListPro{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 1;
}
.MXhotNewsList li:hover .MXhotNewsListTit{
	color: #03CC5B;
}

/*QA*/
.QA{
	width: 100%;
	padding: 50px 0;
}
.QAList{
	width: 100%;
}
.QAList li{
	width: 100%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 20px;
}
.QTit{
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 0 40px 16px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
}
.QTit:before{
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	top:0;
	left: 0;
	background-image: url(../img/q.png);
	background-size: 100% 100%;
}
.QPro{
	width: 100%;
	padding: 10px 40px;	
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	max-height: 124px;
	overflow: hidden;
	position: relative;
}
.QPro:before{
	content: '';
	background-image: url(../img/a.png);
	width: 28px;
	height: 28px;
	background-size: 100% 100%;
	position: absolute;
	top:10px;
	left: 0;
}
.QAList li:hover .QTit{
	color: #03CC5B;
}
.QAhotNews{
	width: 100%;
	padding: 60px 0;
}
.QAhotNewsListR,.QAhotNewsListL{
	width: 48%;
	float: left;
	margin-right:4%;
}
.QAhotNewsListR li,.QAhotNewsListL li{
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 77px;
	position: relative;
	padding: 28px 36px;
}
.QAhotNewsListR li:before,.QAhotNewsListL li:before{
	position: absolute;
	content: '';
	background-image: url(../img/qa.png);
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	left: 0;
	top:28px;
}
.QAhotNewsListR .QAhotNewsListTit,.QAhotNewsListL .QAhotNewsListTit{
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	color: #333;
}
.QAhotNewsListR li:hover .QAhotNewsListTit,.QAhotNewsListL li:hover .QAhotNewsListTit{
	color: #03CC5B;
}
.QAhotNewsListL{
	margin-right:0;
}


/*新闻详情*/
.newsDetail{
	width: 100%;
}
.newsDetailHead{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 60px 0;
}
.newsDetailTitle{
	width: 100%;
	line-height: 1.5;
	color: #333;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.newsDetailData{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height:16px;		
}
.newsDetailTime,.newsDetailWatch{
	position: relative;
	padding-left: 28px;
	padding-right: 40px;
}
.newsDetailTime:before{
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/rili.png);
	background-size: 100% 100%;
}
.newsDetailWatch:before{
	width: 21px;
	height: 16px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/see.png);
	background-size: 100% 100%;
}
.newsDetailContent{
	width: 100%;
	padding: 60px 0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.newsDetailContent img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.newsDetailShare{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 42px;
}
.newsDetailShare span{
	float: left;
	font-size: 14px;
	color: #666;
	line-height:54px;
	margin-right:10px ;
}
.newsDetailShare .social_group{
	float: left;
}
.newsDetailShare #socialShare{
	float: left;
}
.newsDetailShare .socialShare .msb_main{
	width: 54px;
	height: 54px;
}
.newsDetailShare .socialShare .msb_network_button{
	width: 43px;
	height: 43px;
	margin-right:0;
}


.relativeArt{
	padding: 60px 0;
}
.relativeArtSwi{
	width: 100%;
	position: relative;
}
.relativeArtSwi .swiper-slide{
	width: 33.3%;
	padding: 0 15px;
}
.relativeArtItem{
	width: 100%;
	background-color: #fff;
}
.relativeArtPicBox{
	width: 100%;
	height: 238px;
	overflow: hidden;
}
.relativeArtPic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.relativeArtTit{
	width: 100%;
	padding: 10px 16px;
	line-height:58px;
	font-size: 18px;
	color: #333;
}
.relativeArtItem:hover .relativeArtPic{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.relativeArtItem:hover .relativeArtTit{
	color: #03CC5B;
}

/*联系我们*/
.contactUs2{
	width: 100%;
	padding: 80px 0;
}
.contactUs2 .contactUsRight{
	padding-top: 0;
}
.contactUs2 .contactUsBox{
	padding-top: 30px;
}
.map{
	width: 100%;
	padding-bottom: 60px;
}
.mapBox{
	width: 100%;
	position: relative;
	height: 470px;
}
.whiteBox{
	width: 100%;
	background-color: #fff;
	height: 47px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
}

/*招聘*/
.recruitment{
	width: 100%;
	padding: 80px 0;
}
.shoufengqing{
	width: 100%;
}
.recruTitle{
	width: 100%;
	height: 64px;
	background-color: #03CC5B;
	color: #fff;
	font-size: 18px;
	line-height: 64px;
	padding:  0 30px;
}
.zw{
	float: left;
	width: 55%;
}
.fx{
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #999;
	margin-right:8px;
	position: relative;
    top: -2px;
}
.fbTime{
	width:35%;
	float: left;
	color: #666;
	font-size: 14px;
}
.recruTitle .fbTime{
	color: #fff;
	font-size: 18px;
}
.closeOpen{
	float: left;
	width:10%;
	position: relative;
}
.closeOpen2{
	width: 24px;
	height: 24px;
}
.menu_list{
	width: 100%;
	background-color: #fff;
}
.menu_head{
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 23px;
	padding:33px 30px;
	border-bottom: 1px solid #ddd;
}
.menu_list .current{
	background-color: #03CC5B;
}
.menu_list .current .fx{
	background-color: #fff;
}
.current .zw,.current .fbTime{
	color: #fff;
}
.menu_body{
	display: none;
	width: 100%;
	padding: 30px;
}
.qaContent{
	font-size: 16px;
	color: #999;
	line-height: 1.8;
}
.closeBtn1,.closeBtn2{
	width: 24px;
	height: 4px;
	background-color: #dcdcdc;
	position: absolute;
	top: 10px;
	left: 0;
	transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}
.closeBtn2{
	height: 24px;
	width: 4px;
	top: 0;
	left: 10px;
	margin-top: 0;
}
.menu_list .current .closeBtn1{
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu_list .current .closeBtn2{
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.phoneBttom{
	display: none;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	border-top:1px solid #eee ;
	-webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;    
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.phoneBttom a{
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	color: #fff;
	font-size: 15px;
	background-color: #ffa200;
	text-align: center;
	line-height: 50px;
}
.phoneBttom a:last-of-type{
	background-color: #03cc5b;
}
.moNavBox{
	margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 90;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: -999;
}
.mobileNavBox{
	background: #2b2b2b;
    position: fixed;
    height: 100%;
    width: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate(100px,0);
    -ms-transform: translate(100px,0);
    -moz-transform: translate(100px,0);
    -o-transform: translate(100px,0);
    transform: translate(100px,0);
    display: block;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    right: 0;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}
.mobileNavBox.open{
	visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.moNavbarList{
	margin-top: 110px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 20px;
}
.moNavItem {
    opacity: 0;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    margin-bottom: 15px;
}
.moNavItem a{
	color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    font-weight: lighter;
    border-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.moNavIcon{
	display: block;
	height: 30px;
	margin: 0 auto 10px;
}
.moNavText{
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.open .moNavItem {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.open .moNavItem:nth-child(1) {
    transition-delay: 160ms;
}
.open .moNavItem:nth-child(2) {
    transition-delay: 240ms;
}
.open .moNavItem:nth-child(3) {
    transition-delay: 320ms;
}
.open .moNavItem:nth-child(4) {
    transition-delay: 400ms;
}
.open .moNavItem:nth-child(5) {
    transition-delay: 480ms;
}
.open .moNavItem:nth-child(6) {
    transition-delay: 560ms;
}
.open .moNavItem:nth-child(7) {
    transition-delay: 640ms;
}
.open .moNavItem:nth-child(8) {
    transition-delay: 720ms;
}
.conBOX{
	-webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;    
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 204px;
}
.moveRight {   
    -webkit-transform: translate3d(-100px,0,0);
    -ms-transform: translate3d(-100px,0,0);
    -moz-transform: translate3d(-100px,0,0);
    -o-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
}
.row{
	margin: 0;
}
.caseshowList li{
	padding-left: 0;
}
.newsDetailShare .shareBox{
	float: left;
}
.newsDetailShare .share{
	float: none;
}



.partner{
	background-image: url(../img/partBg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.partnerLink{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
.partnerLink a{
	padding: 0 10px;
}
.partnerLink a:hover{
	opacity: 0.6;
}
.footProductBox{
	width: 100%;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
.footProductBox a{
	padding: 0 10px;
}
.partner .moduleTit{
	color: #fff;
}
.partner .moduleTitEn{
	color: #fff;
}
.xcy{
	padding-top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #03cc5b;
}
.address{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	width: 100%;
	padding-top: 10px;
	float: left;
}
