﻿@charset "utf-8";

/*common s*/
.SubPage{position: relative;background: #fff;z-index: 1;height: auto !important;height: 100px;min-height: 100px;padding:0.9rem 0 0.9rem 0;clear: both;overflow: hidden;}

.SubBan{position: relative;overflow: hidden;transition: all 0.3s;color: #fff;}
.SubBan .w1440{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;}
.SubBan h1{font-size: 0.44rem;font-weight: normal;line-height: 1.09;margin-bottom: 0.21rem;}

.ColName{display: none;line-height: 32px;background-color:#004898;border-radius: 0 0 5px 5px;font-size:16px;color: #fff;padding:0 18px;position: relative;margin-bottom: 5px;}
.ColName i{position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}

.SubMenu{background: #f9f9f9;position: relative;z-index: 10;}
.SubMenu .w1440{min-height: 0.7rem;}
.SubMenu li{position: relative;line-height: 0.7rem;min-width: 1.4rem;text-align: center;font-size: 0.16rem;}
.SubMenu li a{ display:block; position: relative;z-index: 1;padding: 0 0.1rem;}
.SubMenu li:after{content: '';	position: absolute;	left: 0;	bottom: 0;	background: #b1702b;height: 0;width:100%;transition: all 0.3s;}
.SubMenu li span a:hover,.SubMenu li.onli span a{color: #fff;}
.SubMenu li:hover:after,.SubMenu li.onli:after{height: 100%;}

.Place{color: #999999;position: absolute;right: 0;top: -0.4rem;}
.Place:before{width:14px;height: 15px;background: url(../images/ico_home.svg) no-repeat center center/contain;content: "";display: inline-block;vertical-align: middle;margin:-4px 0.08rem 0 0;}
.Place a{color: #999999;margin-right: 0.3rem;position: relative;display: inline-block;}
.Place span{display: inline-block;}
.Place a:After{position: absolute;text-align: center;width: 5px;height:8px;right: -0.15rem;background:url(../images/arr_gray.svg) no-repeat center center/contain;content: "";top: 50%;transform: translateY(-50%);}
.Place i{vertical-align: middle;font-size: 20px;margin: -4px 9px 0 0;}
.Place a:hover{color: #b1702b;}

.SubTit{padding-bottom: 0.42rem;position: relative;text-align: center;}
.SubTit h2{font-size: 0.44rem;line-height: 1.2;}
.SubTit .desc{margin: 0.32rem auto 0;max-width: 11.9rem;}
.SubTit .desc span{color: #b1702b;font-weight: normal;}
.SubTit .mores{margin-top: 0.55rem;}
.SubTit.num h2:before{display: inline-block;vertical-align: top;text-align: center;color: #fff;width: 28px;line-height: 26px;content: "";background: url(../images/numbg.png);margin:0 0.1rem 0 0;font-size: 16px;}
.SubTit .bg{width: 54.11vw;height: 16.66vw;left: 25%;bottom: -0.5rem;position: absolute;background: url(../images/fabg.png) no-repeat center bottom/contain;z-index: -1;}
.SubTit.flexbw .desc{text-align: left;max-width: 6.83rem;margin: 0;}
.SubTit.flexbw .desc p{padding-left: 0.24rem;position: relative;}
.SubTit.flexbw .desc p:before{position: absolute;left: 0;top: 0.14rem;content: "";width: 4px;height: 4px;border-radius: 50%;background: #b1702b;}
.SubTit.flexbw .bg{width: 34.53vw;height: 9.11vw;left: 0;}
.SubTit.white{color: #fff;}

/* .SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify;} */
.SinglePage table{border-bottom: 1px solid #dcdcdc !important;border-right:1px solid #dcdcdc !important;margin: 0.2rem 0;}
.SinglePage table td,.SinglePage table th{padding: 0.2rem 0.15rem !important;border-top: 1px solid #dcdcdc !important;border-left: 1px solid #dcdcdc !important;background-color: #f4f5f7 !important;text-align: center;line-height: 24px;}
.SinglePage table th{background-color: #004898 !important;color:#fff !important;font-size:0.18rem !important;font-weight: normal;}
.SinglePage table p{margin-left: 8px;margin-right: 8px;}
.SinglePage table p:not(:last-child){margin-bottom: 8px;}

.SinglePage table tr{transition: all 0.3s;}
.SinglePage table tr:hover td{background: #f5eee9;}
.SinglePage table tr:hover{box-shadow: 0 15px 38px rgba(0,0,0,0.1);position: relative;z-index: 1;}

@media(max-width:1024px){
	.SubPage{padding-bottom: 0.65rem;}
	.SubTit h2{font-size: 0.3rem;}
	/* .SubTit .desc br{display: contents;} */
	.SubTit .desc{max-width: 100%;}
	.SinglePage table{width: 100% !important;}
}
@media(max-width:768px){
	.SubBan h1{font-size: 0.4rem;margin-bottom: 0.1rem;}
	.SubPage{padding-top: 0.4rem;}
	.SubPage.frist{padding-top: 0.35rem;}
	.SinglePage{line-height: 24px !important;}
	.SinglePage img{width: auto !important;height: auto !important;}

	.ColName{display: block;}
	.Place{margin: 10px 6% 0 0;text-align: right;position: static;}
	.SubMenu{height: auto;line-height: 0.5rem;margin-bottom: 0;padding:10px 0;}
	.SubMenu .w1440{display: block;width: 100%;}
	.SubMenu ul{float: none;clear: both;line-height: 30px;flex-wrap: wrap;justify-content: flex-start;}
	.SubMenu li a{color: var(--blue-color);}
	.SubMenu li{float: none;min-width: 33.333%;text-align: center;}
	.SubMenu li:not(:last-child){margin-right: 0;}
	.SubMenu li a:after{display: none;}
}
@media(max-width:640px){
	.Place{font-size: 12px;}	
	.SinglePage table td{font-size: 12px;}
	.SinglePage table td, .SinglePage table th{padding:5px;}
	.SinglePage table th{font-size: 14px !important;}
	.SubTit h2{font-size: 20px;}
	.SubMenu li{font-size: 14px;}
	.Place a:After{top: 55%;}
}
/*common end*/


/* 新闻中心 */
.photoNews{margin-left: -0.3rem;}
.photoNews .item{width: 33.333%;padding: 0 0 0.3rem 0.3rem;}
.photoNews .imgbox{padding-top: 63.47%;}
.photoNews .info{background: #f8f8f8;padding: 0.32rem;min-height: 2.5rem;}
.photoNews .ti{min-height: 0.64rem;}
.photoNews .desc{min-height: 0.52rem;margin: 0.19rem 0 0.22rem;}
.photoNews .date{position: relative;}
.photoNews .date:after{position: absolute;background: url(../images/arr_more2.png) no-repeat center center/contain;content: "";width: 13px;height: 13px;right: 0;top: 50%;transform: translateY(-50%);transition: all 0.5s;}
.photoNews .item:hover .date:after{background: url(../images/arr_more3.png) no-repeat center center/contain;transform: translateY(-50%) rotate(45deg);}

.videoList{margin-left: -0.4rem;}
.videoList .item{padding: 0 0 0.4rem 0.4rem;width: 33.333%;}
.videoList .item.top{width: 66.666%;}
.videoList .item.top .imgbox,.videoList .item.top2 .imgbox{padding-top: 27.7vw;}
.videoList .item a{position: relative;}
.videoList .item .imgbox{padding-top: 56.41%;}
.videoList .item .imgbox:after{z-index: 2;left: 0;bottom: 0;width: 100%;height: 30%;content: "";position: absolute;background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.57));}
.videoList .item .play{width: 0.56rem;height: 0.32rem;text-align: center;color: #fff;border: 1px solid rgba(255,255,255,0.8); background: rgba(0,0,0,0.8);border-radius: 0.15rem;position: absolute;left: 0.3rem;bottom: 0.26rem;z-index: 3;transition: all 0.5s;display: flex;align-items: center;justify-content: center;}
.videoList .item .play i{font-size: 18px;}
.videoList .item .ti{min-height: 0.9rem;padding: 0.15rem 0.3rem;background: #f8f8f8;}
.videoList .item:hover .play{transform: scale(1.2);border: 1px solid #b1702b;background: #b1702b;}

.noticeList{padding-bottom: 0.25rem;}
.noticeList .top{background: #f8f8f8;position: relative;padding: 0.31rem 1.37rem 0.28rem 1.54rem;}
.noticeList .top .titHead{left: 0.3rem;top: 0;text-align: center;background: url(../images/titbg.gif) no-repeat center bottom/cover;width: 0.8rem;height: 0.75rem;color: #fff;font-style: italic;line-height: 21px;padding-bottom: 0.1rem;position: absolute;}
.noticeList .top .ti{line-height: 1.33;}
.noticeList .top .desc{margin: 0.17rem 0;}
.noticeList .top:after{position: absolute;background: url(../images/arr_more2.png) no-repeat center center/contain;content: "";width: 13px;height: 13px;right: 0.52rem;bottom: 0.35rem;transition: all 0.5s;}
.noticeList .top:hover:after{background: url(../images/arr_more3.png) no-repeat center center/contain;transform: rotate(45deg);}
.noticeList .item{min-height: 0.99rem;border-bottom: 1px solid #ededed;position: relative;display: flex;align-items: center;padding: 0.1rem 0;}
.noticeList .item a{width: 100%;}
.noticeList .item:after,.noticeList .item:before{position: absolute;width: 0;left: 50%;content: "";height: 1px;background: #b1702b;bottom: -1px;z-index: 1;transition: all 0.5s;opacity: 0.25;}
.noticeList .item .date{width: 1.62rem;padding-left:0.3rem;color: #999999;}
.noticeList .item aside{position: relative;padding-left: 0.24rem;width: calc(100% - 1.62rem);}
.noticeList .item aside:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 4px;height: 4px;content: "";border-radius: 50%;background: #b1702b;}
.noticeList .item:hover .date{color: #333333;}
.noticeList .item:hover:After{width: 50%;left: 0;}
.noticeList .item:hover:before{width: 50%;}

.rightRec{width: 2.8rem;}
.rightRec .tithead{line-height: 1;margin-bottom: 0.2rem;}
.rightRec .imgbox{padding-top: 63.57%;margin-bottom: 0.12rem;transition: all 0.5s;}
.rightRec li:not(:last-child){padding-bottom: 0.25rem;}
.rightRec li .ti{margin-top: 0.02rem;}

.NewsInfo{width: 70.83%;}
.NewsInfo .SinglePage p{text-indent: 2em;}
.NewsInfo .SinglePage img{display: block;margin: 0px auto;}

.TitleInfo{padding-bottom: 0.3rem;margin: -0.15rem 0 0.53rem;border-bottom: 1px solid #d2d2d2;}
.TitleInfo .title{font-size: 0.36rem;line-height: 1.4;margin-bottom: 0.25rem;font-weight: normal;}
.TitleInfo .other > span{margin-left: 0.65rem;}

.PrevNextInfo{padding: 0.38rem 2.2rem 0 0;margin-top: 0.7rem;border-top: 1px solid #d2d2d2;position: relative;width: 100%;}
.PrevNextInfo dl{position: relative;padding-left: 123px;min-height: 36px;line-height: 36px;}
.PrevNextInfo dl dt{position: absolute;left: 0;top: 0;color:#999999;}
.PrevNextInfo dl .tit{-webkit-line-clamp: 2;}
.PrevNextInfo .back{position: absolute;right: 0;top: 0.48rem;line-height: 0.42rem;text-align: center;border: 1px solid #060b20;transition: all 0.3s;color: #060b20;padding: 0 0.2rem 0 0.1rem;}
.PrevNextInfo .back i{font-size: 20px;vertical-align: middle;margin: -1px 6px 0 0;color: #b87c3d;transition: all 0.5s;}
.PrevNextInfo .back:hover{background-color: #b87c3d;color: #ffffff;border-color: #b87c3d;}
.PrevNextInfo .back:hover i{color:#fff;margin-right: 10px;}

.JobPop{width: 1025px;z-index: 1000;background:#fff;box-shadow: 0px 5px 20px rgba(0,0,0,0.12);margin:0px auto;position: relative;max-height: 50%;overflow-y: auto;}
.JobPop.auto{max-width: 14.4rem;width: 88%;}
.JobPop *{
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */ /*设置的区域宽度用百分比固定为父元素的宽度对应的百分百，不会收到padding或是border把盒子撑大*/
 }
 .JobPop *:before,.JobPop *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
.JobPop .Content{padding:0.5rem;overflow: hidden;}
.JobPop .Content video{display: block;width: 100%;}
.JobPop .toptit{text-align: center;padding-bottom: 0.4rem;}
.JobPop .toptit h1{text-align: center;line-height: 1.73;font-size: 0.3rem;color:#b87c3d;}
.JobPop .toptit time i{color:#b87c3d;margin-right: 10px;}
.JobPop .mfp-close{width: 0.52rem;height: 0.52rem;line-height: 0.52rem;text-align: center;background:#b87c3d;color:#fff !important;opacity: 1;font-size: 0.5rem;}
.JobPop.fix{position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);max-height: 90%;z-index: 1001;display: none;}
.JobPop.fix .singlePage{position: relative;max-height: 80vh;}
.JobPop .close{position: absolute;width: 0.5rem;height: 0.5rem;text-align: center;line-height: 0.5rem;right: 0;top: 0;background-color: #ddd;cursor: pointer;}
.JobPop .close:hover{background-color: #b87c3d;color: #fff;}
.popClosebg{content: "";left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: fixed;z-index: 1000;display: none;}

@media(min-width:1025px){
.NewsInfo{min-height: 7.5rem;}
.rightRec.fix{position: fixed;right: 12.3vw;top: 0.8rem;z-index: 100;}
.rightRec.fix .imgbox{padding-top: 30%;}
.rightRec.out{position: relative;right: auto;top: auto;}
}
@media(max-width:1440px){
	.rightRec.fix{right: 6%;}
}
@media(max-width:1024px){
	.NewsInfo .SinglePage img{max-width: 100%;}
	.NewsInfo{width: 100%;}
	.rightRec{width: 100%;padding-top: 0.5rem;}
	.rightRec ul{display: flex;justify-content: space-between;}
	.rightRec li{width: 48%;}
	.rightRec li:nth-child(3){display: none;}
	.JobPop{width: 95%;}
	.JobPop.fix{max-height: 70%;}
}
@media(max-width:768px){
	.photoNews .item{width: 100%;}

	.videoList{margin-left: -0.3rem;}
	.videoList .item{width: 50% !important;padding: 0 0 0.3rem 0.3rem;}
	.videoList .item .imgbox{padding-top: 64% !important;}
	.videoList .item .play{width: 40px;height: 23px;}

	.noticeList .top{padding:0.65rem 0.35rem 0.35rem;margin-bottom: 0.2rem;}
	.noticeList .top .titHead{top: -0.25rem;}
	.noticeList .top:after{right: 0.35rem;}
	.noticeList .item aside{width: 100%;}
	.noticeList .item .date{width: 100%;}

	.TitleInfo{padding-bottom: 0.35rem;margin:0 0 0.35rem;}
	.TitleInfo p span{margin: 0 0.2rem;}
	.TitleInfo .title{font-size: 18px;}
	.NewsInfo .SinglePage *{font-size: 14px !important;}
	.PrevNextInfo{padding-right: 0;margin-top: 50px;padding-top: 10px;}
	.PrevNextInfo dl{min-height: 30px;line-height: 30px;padding-left: 95px;}
	.PrevNextInfo .back{top: -0.58rem;}

	.JobPop .toptit h1{font-size: 18px;}
	.JobPop .Content{padding: 0.6rem 0.35rem 0.35rem;}
}
@media(max-width:480px){
	.noticeList .top .titHead{width: 1rem;height: 0.94rem;line-height: 18px;font-size: 14px;}
}

.serviceMessage{background: #f8f8f8;padding: 4.79vw 0;}
.serviceMessage ul{width: 9.75rem;margin: 0px auto;}
.serviceMessage .item{width: 48%;margin-bottom: 2.62vw;}
.serviceMessage .item.last{margin-bottom: 0;}
.serviceMessage .ti{position: relative;}
.serviceMessage .ti i{display: inline-block;margin-left: 0.1rem;}
.serviceMessage .ipt_txt{width: 100%;height: 0.4rem;line-height: 0.39rem;border-bottom: 1px solid #dcdcdc;}
.serviceMessage .ipt_txt::-webkit-input-placeholder{color: #777777;}
.serviceMessage .select{width: 100%;height: 0.7rem;line-height: 0.69rem;border:0;border-bottom: 1px solid #dcdcdc;background-color: transparent;padding-left: 0;color: #777777;}
.serviceMessage .item.auto{width: 100%;}
.serviceMessage .textarea textarea{width: 100%;;}
.serviceMessage .textarea textarea::-webkit-input-placeholder{color: #777777;}
.serviceMessage .sendtBtn{width: 3rem;height: 0.56rem;color: #fff;background: #b1702b;}
.serviceMessage .sendtBtn:hover{background: #cb8132;}
.serviceMessage .item:not(.last):after,.serviceMessage .item:not(.last):before{position: absolute;width: 0;left: 50%;content: "";height: 1px;background: #b1702b;bottom: -1px;z-index: 1;transition: all 0.5s;opacity: 0.25;}
.serviceMessage .item:not(.last):hover:After{width: 50%;left: 0;}
.serviceMessage .item:not(.last):hover:before{width: 50%;}

.checkbox input{opacity: 0;}
.checkbox .label {position: relative;}
.checkbox .label:before {display:inline-block;vertical-align:middle;margin:-2px 10px 0 0;	width: 16px;	height: 16px;line-height:14px;text-align:center;	border: 1px solid #7b7b7b;	content: '';}
.checkbox input[type='checkbox']:checked + .label:before {	background: #b1702b url(../images/gou.png) center center no-repeat;border:1px solid #e50012;content: "";color:#fff;}
.checkbox input[type='radio']:checked + .label:before {	background: #b1702b;content: "";color:#fff;}
/*.checkbox .radio:before{border-radius: 50%;}*/
.selectbox {position: relative;width: 100%;}
.selectbox input {width: 100%;box-sizing: border-box;background: url(../images/xiala.png) no-repeat 95% center;}
.selectbox dl {display: none;position: absolute;top: 100%;left: 0;width: 100%;background-color: white;border: 1px solid #ccc;max-height: 150px;overflow-y: auto;z-index: 1;}
.selectbox dl dd {padding: 8px;cursor: pointer;}
.selectbox dl dd:hover {background-color: #f0f0f0;}

@media(max-width:1024px){
	.serviceMessage{padding: 0.4rem;}
	.serviceMessage ul{width: 100%;}
}
@media(max-width:480px){
	.serviceMessage .item{width: 100%;}
	.serviceMessage .sendtBtn{width: 2.5rem;height: 0.6rem;}
}

/* 人才 */
.hrInfo .info{width: 42.63%;}
.hrInfo .imgbox{width: 50%;}

.hrProcess{background: #f8f8f8;}
.hrProcess .hrbg{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;content: "";background: url(../images/hrbg.jpg) no-repeat center bottom/cover;}
.hrProcess .SubTit h2:before{content: "01";}
.hrProcess .indicator {pointer-events: none;position: absolute;-webkit-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;width: 10px;height: 10px;background: #000;}
.hrProcess ul{margin: 0 -0.12rem 0 -0.11rem;position: relative;}
.hrProcess .item{flex: 1;padding: 0 0.12rem 0.2rem 0.11rem;text-align: center;position: relative;}
.hrProcess .item:After{bottom: 0.58rem;border-bottom: 1px dashed #dcdcdc;width: 100%;content: "";right: 0;position: absolute;}
.hrProcess .item a{display: block;position: relative;z-index: 10;}
.hrProcess .item .inner{background: #fff;border-radius: 0.1rem;padding: 0.5rem 0.3rem 0.19rem;}
.hrProcess .item .ti{min-height: 0.7rem;}
.hrProcess .item .ti span{display: block;color: #666666;}
.hrProcess .item .ico{width: 0.9rem;height: 0.9rem;margin: 0px auto 0.34rem;border-radius: 50%;background: #f8f8f8;}
.hrProcess .item .ico:After{left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;content: "";width: 0;height: 0;background: #b1702b;transition: all 0.5s;border-radius: 50%;}
.hrProcess .item .num{color: #999;}
.hrProcess .item .dot{height: 0.45rem;position: relative;z-index: 2;}
.hrProcess .item .dot span{display: block;margin: 0.12rem auto 0;width: 13px;height: 13px;border-radius: 50%;border: 3px solid #b1702b;background: #f8f8f8;position: relative;}
.hrProcess .item .dot span:after{border: 1px solid #b1702b;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;position: absolute;content: "";width: 0;height: 0;transition: all 0.5s;background: #f1f1f1;z-index: -1;}
.hrProcess .item:hover .dot span,.hrProcess .item.on .dot span{border: 2px solid #f2f2f2;background: #b1702b;}
.hrProcess .item:hover .dot span:after,.hrProcess .item.on .dot span:after{width: 21px;height: 21px;}
.hrProcess .item:hover .ico:After,.hrProcess .item.on .ico:After{width: 100%;height: 100%;}
.hrProcess .car{position: absolute; height: 20px; bottom: 0;width: 2.4rem;}
.hrProcess .car:After{position: absolute; background: url(../images/ico_car.png) no-repeat center center/contain;left: 50%;transform: translateX(-50%);width: 0.66rem;height: 100%;content: "";}

.hrProcess2 .SubTit h2:before{content: "02";}
.hrProcess2 .item{width: 20%;text-align: center;position: relative;}
.hrProcess2 .item:after,.hrProcess2 .item:before{content: "";top: 0.71rem;position: absolute;width: 50%;border-top: 1px dashed #b1702b;z-index: -1;}
.hrProcess2 .item:after{left: 0;}
.hrProcess2 .item:before{right: 0;}
.hrProcess2 .item:first-child:after{display: none;}
.hrProcess2 .item:last-child:before{display: none;}
.hrProcess2 .item .ico{width: 1.4rem;height: 1.4rem;margin: 0px auto 0.43rem;border-radius: 50%;border: 1px dashed #b1702b;background: #fff;}
.hrProcess2 .item .ico span{width: 1.06rem;height: 1.06rem;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;position: absolute;transition: all 0.5s;}
.hrProcess2 .item .ico:After{left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;content: "";width: calc(100% - 0.34rem);height:calc(100% - 0.34rem);background: #b1702b;transition: all 0.5s;border-radius: 50%;}
.hrProcess2 .item .num{color: #b1702b;padding-bottom: 0.02rem;}
.hrProcess2 .item:hover .ico:after{background: #fbeee0;}
.hrProcess2 .item:hover .ico span,.hrProcess2 .item:hover .ico:After{transform: translate(-50%,-50%) scale(1.3);}

.photoList .item{width: 48.61%;margin-bottom: 0.4rem;position: relative;}
.photoList .imgbox{padding-top: 56.28%;}
.photoList .imgbox:after{z-index: 2;left: 0;bottom: 0;width: 100%;height: 30%;content: "";position: absolute;background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.6));}
.photoList .ti{position: absolute;left: 0.3rem;bottom: 0.23rem;width: calc(100% - 0.6rem);color: #fff;z-index: 4;}

@media(max-width:1024px){
	.hrProcess .item{width: 33.333%;flex: none;}
	.hrProcess2 .item{width: 25%;}
}
@media(max-width:640px){
	.hrInfo .info{width: 100%;padding-bottom: 0.35rem;}
	.hrInfo .imgbox{width: 100%;}
	.photoList .imgbox{padding-top: 68%;}
	.hrProcess .item{width: 50%;}
}
@media(max-width:480px){
	.hrProcess .car:After{width: 45px;}
	.hrProcess2 ul{justify-content: end;}
	.hrProcess2 .item{width: 50%;padding-bottom: 0.25rem;}
	.hrProcess2 .item:nth-child(4){order: 6;}
	.hrProcess2 .item:nth-child(5){order: 5;}
	.hrProcess2 .item:nth-child(6){order: 4;}
	.hrProcess2 .item:last-child:before{display: block;}
	.hrProcess2 .item:last-child:after{display: none;}

	.photoList .ti{font-size: 14px;line-height: 20px;}
	.photoList .imgbox:after{height: 65%;}
}

/* 招聘岗位 */
.HrList{padding-bottom: 0.3rem;}
.HrList .thead{background:#b1702b;}
.HrList .thead .cell{height: 0.7rem;color:#fff;}
.HrList .cell{padding-left: 0.3rem;text-align: center;}
.HrList .w1{text-align: left;padding-left: 0.5rem;}
.HrList .w2{width: 19%;}
.HrList .w3{width: 19%;}
.HrList .w4{width: 19%;}
.HrList .w5{width: 25%;padding-right: 0.5rem;}
.HrList .item{background:#f9f9f9;margin-top: 0.2rem;}
.HrList .item .info{cursor: pointer;position: relative;}
.HrList .item .info .iconsjt{position: absolute;right: 0.35rem;top: 0.27rem;color: #999999;transition: all 0.5s;}
.HrList .item.on{color:#b1702b;}
.HrList .item.on .iconsjt{transform: rotate(180deg);color:#b1702b;}
.HrList .item.on .detail{box-shadow: 0 8px 10px rgba(0,0,0,0.08);}
.HrList .item .cell{height: 0.8rem;}
.HrList .detail{position: relative;display: none;}
.HrList .detail .innertext{background: #f9f9f9;border-top: 1px solid #e8e9ee;padding: 2.1vw 4.89vw;}
.HrList .detail .innertext span img{display: inline-block;margin-right: 0.09rem;vertical-align: middle;height: 19px;}
.HrList .detail .innertext span:not(:last-child){margin-right: 0.63rem;}
.HrList .detail .content{background-color: #fff;padding:0.35rem 6.28rem 0.45rem 4.89vw;}
.HrList .detail .sitem{display: none;}
.HrList .detail .sti{color:#333;padding-top: 0.4rem;}
.HrList .detail .sti:nth-child(2){padding-top: 0;}
.HrList .other{position:absolute;right: 0.6rem;bottom: 0.8rem;}
.HrList .other span{display: inline-block;vertical-align: middle;margin-left: 10px;border: 1px solid #efe2d5;background: #f7f1ea;line-height: 0.48rem;border-radius: 0.5rem;padding: 0 0.33rem;}
.HrList .applybtn{width: 1.5rem;text-align: center;line-height: 0.5rem;color:#fff;border-radius: 0.5rem;background:#b1702b;display: inline-block;}
.HrList .applybtn:hover{background:rgba(177,112,43,0.9);}

.JobForm{  margin:0px 0px 0px -2%;}
.JobForm dl{ width:48%; float:left; margin-left:2%; line-height:0.5rem; margin-bottom:0.4rem; position: relative;}
.JobForm dl dt{position: absolute;left:0;top:5px; text-align:right;width:90px;}
.JobForm dl dd{margin-left:100px;}
.JobForm dl.auto{ width:100%; float:none;}
.JobForm dl.btn dd{margin-left: 0;}
.JobForm .input {background:#f8f8f9;width:100%; height:0.56rem; line-height:0.56rem;padding: 0 0.18rem;border-radius: 0.1rem;}
.JobForm .upbtn {position: relative;cursor: pointer;}
.JobForm .upbtn .up{position: absolute;right: 0.2rem;top: 50%;transform: translateY(-50%);}
.JobForm .upbtn .hidefile{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.sendbtn{ cursor:pointer; color:#fff; min-width:2.4rem;padding:0 0.2rem; height:0.6rem; background:#b1702b;border-radius: 0.6rem;}

@media(max-width:1024px){
	.HrList .detail{padding: 0.5rem;}
 .HrList .detail .sti{font-size: 16px;}
 .HrList .applybtn{position:static;display: inline-block;font-size: 14px;margin-top: 15px;width: 120px;line-height: 35px;}
	.HrList .detail .content{padding: 0.35rem;}
	.HrList .other{position: static;padding-top: 0.2rem;}
}
@media(max-width:768px){
	.HrList .thead .cell{font-size: 15px;padding:10px;}
	.HrList .w2,.HrList .w3,.HrList .w4{display: none;}
	.HrList .item .w1{padding:10px;font-size: 15px;}
	.HrList .w5{width: 35%;}
	.HrList .detail .sti{padding-top: 0.4rem;}
	.HrList .detail .sitem{display: block;}
	.HrList .detail .sitem span{display: block;}
	.HrList .other{text-align: center;}
	.HrList .other span{margin: 10px auto 0;}

	.JobForm dl{width: auto;float: none;}
	.JobForm .input{height: 30px;line-height: 28px;}
	.JobForm .btn dd{margin-left: 0;text-align: center;}
	.JobForm dl dt{position: static;width: auto;text-align: left;}
	.JobForm dl dd{margin-left: 0;}
	.JobForm .textarea{height: 80px;}
}


/* 关于 */
.aboutVideo{overflow: hidden;position: relative;}
.aboutVideo .imgbox{padding-top: 33.333vw;}
.aboutVideo .imgbox:after{content: "";left: 0;top: 0;width: 100%;position: absolute;height: 100%;background: rgba(0,0,0,0.2);transition: all 0.5s;z-index: 2;}
.aboutVideo .play{width: 1rem;height: 1rem;background: rgba(173,115,54,0.4);border-radius: 50%;z-index: 3;text-align: center;transition: all 0.5s;display: block;margin: 0.15rem auto 0;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.aboutVideo .play em{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width: 0.8rem;height: 0.8rem;line-height:0.8rem;background: #b3783a;border-radius: 50%;z-index: 2;color: #fff;}
.aboutVideo .play em i{font-size: 0.25rem;}
.aboutVideo .play::before,
.aboutVideo .play::after {width: 100%;height: 100%;border: 1px solid rgba(173,115,54,1);position: absolute;left: 50%;top: 50%;content: '';border-radius: 50%;-webkit-animation: scaleAnimate 2s linear infinite;opacity: 0;margin: -50% 0 0 -50%;}
.aboutVideo .play::after {-webkit-animation-delay: .5s;}
.aboutVideo .play:hover{transform: translate(-50%,-50%) scale(1.2);}
.aboutVideo .imgbox:hover:after{background: rgba(0,0,0,0);}

.aboutCol ul{margin: 0 0 0 -0.3rem;}
.aboutCol .item{padding: 5.2vw 0 0 0.3rem;width: 33.333%;}
.aboutCol .item a{display: block;position: relative;color: #fff;}
.aboutCol .ti{position: absolute;z-index: 10;line-height: 1.42;left: 0.3rem;bottom: 0.32rem;width: calc(100% - 0.6rem);}
.aboutCol .ti:after{width: 17px;height: 17px;content: "";display: inline-block;background: url(../images/arr_white.png) no-repeat center center/contain;margin-left: 0.19rem;transition: all 0.5s;}
.aboutCol .imgbox{padding-top: 24.375vw;}
.aboutCol .imgbox:after{z-index: 2;left: 0;bottom: 0;width: 100%;height: 50%;content: "";position: absolute;background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.57));transition: all 0.5s;}
.aboutCol .item:hover .ti:after{transform: rotate(45deg);margin-left: 0.25rem;}
.aboutCol .item:hover .imgbox:after{height: 100%;}
.aboutCol .item:nth-child(1),
.aboutCol .item:nth-child(4){width: 66.666%;}

.numList{margin-top: 0.55rem;align-items: baseline;}
.numList li{position: relative;text-align: center;font-weight: lighter;color: #333;}
.numList li:not(:last-child):After{content: "";width: 1px;top: 0.13rem;height: calc(100% - 0.26rem);position: absolute;background: #f7f0e9;right: -6.2vw;}
.numList li p{width: 80%;margin: 0px auto;}
.numList .num{height: 0.72rem;line-height: 0.72rem;}
.numList .num span{font-size: 0.6rem;color: #b1702b;}
.numList li p{width: 2.5rem;margin: 0px auto;}

.grayBg{background: #f8f8f8;}

.companyList .item{background: #fff;padding: 0.48rem;}
.companyList .item:not(:last-child){margin-bottom: 0.4rem;}
.companyList .imgbox{width: 2.4rem;}
.companyList .info{width: calc(100% - 2.4rem);padding-left: 0.5rem;}
.companyList .ti{line-height: 1;padding-bottom: 0.22rem;margin-bottom: 0.22rem;border-bottom: 1px solid #f7f0e9;color: #252525;}
.companyList .item:nth-child(even){flex-direction: row-reverse;}
.companyList .item:nth-child(even) .info{padding-left: 0;padding-right: 0.5rem;}

.enterpriseList .item:nth-child(odd){background: #f8f8f8;}
.enterpriseList .imgbox{width: 48.61%;transition: all 0.5s;}
.enterpriseList .info{width: 51.38%;padding-top:0.26rem;padding-left: 7%;}
.enterpriseList .ti{line-height: 1.4;margin-bottom: 0.26rem;}
.enterpriseList .desc{min-height: 0.96rem;margin-bottom: 0.6rem;}
.enterpriseList .item:nth-child(odd) .w1440{flex-direction: row-reverse;}
.enterpriseList .item:nth-child(odd) .info{padding-right: 7%;padding-left: 0;}
.enterpriseList .item:hover .imgbox{transform: scale(1.05);}

.historyBox .bg{width: 68vw;height: 20vw;right: 0;bottom: 0;position: absolute;background: url(../images/fabg.png) no-repeat center bottom/contain;z-index: -1;}
.historyBox .outSlider .TabCon{width: 170%;margin: 0 -35%;}
.historyBox .inSlider.inon .item{width: 42.5vw;}
.historyBox .inSlider .item{padding: 0 2.08vw;}
.historyBox .inSlider .imgbox{padding-top: 20.52vw;}
.historyBox .inSlider .imgbox em{color: #fff;width: 0.78rem;line-height: 0.36rem;text-align: center;z-index: 2;background: #b1702b;border-radius: 0 0 0.18rem 0;position: absolute;left: 0;top: 0;}
.historyBox .inSlider {position: relative;overflow: hidden;}
.historyBox .inSlider .slick-arrow{top: 35%;background: #b1702b;color: #fff;}
.historyBox .inSlider .slick-prev{left:15%;}
.historyBox .inSlider .slick-next{right:15%;}
.historyBox .inSlider .item{opacity: 0.2;}
.historyBox .inSlider .item.slick-current{opacity: 1;}
.historyBox .inSlider .info{padding: 0.28rem 0 0;min-height: 2.09rem;}
.historyBox .inSlider .ti{margin-bottom: 0.12rem;}
.historyBox .inSlider .desc{padding-bottom: 0.25rem;position: relative;}
.historyBox .inSlider .desc:after{left: 50%;transform: translateY(0);background: #b1702b;height: 1px;content: "";position: absolute;width: 0;transition: all 0.5s 0.5s;bottom: 0;}
.historyBox .inSlider .slick-current .desc:after{width: 100%;left: 0;}

.historyBox .TabNav{position: relative;}
.historyBox .TabNav:after{position: absolute;left: 0;top: 0.84rem;width: 100%;content: "";border-bottom: 1px dashed #b3b3b3;}
.historyBox .TabNav .slick-prev{left: -0.8rem;}
.historyBox .TabNav .slick-next{right: -0.8rem;}
.historyBox .TabNav .outItem{height: 1.52rem;text-align: center;cursor: pointer;position: relative;}
.historyBox .TabNav .num{line-height: 0.86rem;font-size: 0.24rem;position: relative;transition: all 0.5s;}
.historyBox .TabNav .dot{height: 0.45rem;position: absolute;z-index: 2;left: 50%;transform: translateX(-50%);bottom: -0.24rem;}
.historyBox .TabNav .dot i{display: block;margin: 0.12rem auto 0;width: 13px;height: 13px;border-radius: 50%;border: 3px solid #b1702b;background: #fff;position: relative;}
.historyBox .TabNav .dot i:after{border: 1px solid #b1702b;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;position: absolute;content: "";width: 0;height: 0;transition: all 0.5s;background: #fff;z-index: -1;}
.historyBox .TabNav .dot i:before{content: "";left: 50%;transform: translateX(-50%);width: 1px;height: 0;top: 15px;position: absolute;background: #cccccc;transition: all 0.5s;}
.historyBox .TabNav .on .dot i:before{height: 0.24rem;}
.historyBox .TabNav .on .dot i{border: 2px solid #f2f2f2;background: #b1702b;}
.historyBox .TabNav .on .dot i:after{width: 21px;height: 21px;}
.historyBox .TabNav .on .ico:After{width: 100%;height: 100%;}
.historyBox .TabNav .on .num{font-size: 0.3rem;color: #b1702b;}
.historyBox .car{position: absolute; background: url(../images/ico_car.png) no-repeat center center/contain;left: 50%;transform: translateX(-50%);width: 0;height: 20px;bottom: 0;opacity: 0;transition: all 0.5s;}
.historyBox .TabNav .on .car{opacity: 1;width: 0.66rem;}

@media(max-width:1024px){
	.historyBox .TabNav .slick-prev{left: -30px;}
 .historyBox .TabNav .slick-next{right: -30px;}
	.historyBox .inSlider .imgbox{padding-top: 64%;}
	.historyBox .inSlider .slick-prev{left: 5%;}
	.historyBox .inSlider .slick-next{right: 5%;}
	.numList li{width: 50%;padding: 0 0.2rem 0.25rem;}
	.numList li:nth-child(2n+2):after{display: none;}
	.numList li:not(:last-child):After{right: 0;}
}
@media(max-width:768px){
	.aboutVideo .imgbox{padding-top: 45%;}
	.aboutCol .item{width: 50% !important;}
	.aboutCol .item:last-child{width: 100% !important;}
	.aboutCol .item:last-child .imgbox{padding-top: 45%;}

	.SubTit.flexbw .desc{margin-top: 0.25rem;}
	.companyList .imgbox{width: 100%;text-align: center;}
	.companyList .imgbox img{width: 100%;}
	.companyList .info{width: 100%;padding: 0.3rem 0 0 0 !important;}

	.enterpriseList .imgbox{width: 100%;}
 .enterpriseList .info{width: 100%;padding: 0.25rem 0 0 !important;}
	.enterpriseList .desc{margin-bottom: 0.3rem;}

	.historyBox .inSlider{overflow: visible;}
	.historyBox	.inSlider .slick-list{width: 110%;padding: 0 5% !important;margin: 0 -5%;}
	.historyBox .outSlider .TabCon{width: 100%;margin: 0;margin-bottom: 0.25rem;}
	.historyBox .TabNav .slick-prev{left: -21px;}
 .historyBox .TabNav .slick-next{right: -21px;}
	.historyBox .TabNav .num{font-size: 16px;}
	.historyBox .TabNav .on .num{font-size: 18px;}
	.historyBox .inSlider .imgbox em{width: 1rem;line-height: 0.4rem;}
}

/* 企业文化 */
.cultureInfo{line-height: 1.58;padding: 0 1.38rem 0.7rem 1.02rem;margin-bottom: 0.7rem;border-bottom: 1px solid #e5e5e5;position: relative;}
.cultureInfo:before,.cultureInfo:after{content: "";position: absolute;width: 0.25rem;height: 0.22rem;background: url(../images/kh1.png) no-repeat center center/contain;}
.cultureInfo:before{left: 0.35rem;top: -0.12rem;}
.cultureInfo:after{background: url(../images/kh2.png) no-repeat center center/contain;right: 0.62rem;bottom: 0.8rem;}

.cultureItem .item{background-color: #f8f8f8;}
.cultureItem .item:not(:last-child){margin-bottom: 0.6rem;}
.cultureItem .item .imgbox{width: 48.61%;}
.cultureItem .item .imgbox img{height: auto;}
.cultureItem .item .info{flex: 1;padding: 0.6rem;}
.cultureItem .item .tithead{padding-bottom: 0.39rem;margin-bottom: 0.36rem;border-bottom: 1px solid #e5e5e5;}
.cultureItem .item .tithead .en{line-height: 0.83;font-size: 0.48rem;color: #ededed;margin-bottom: 0.26rem;text-transform: uppercase;}
.cultureItem .item .tithead aside{line-height: 1.1;font-size: 0.36rem;color: #b1702b;}
.cultureItem .item:nth-child(even){flex-direction: row-reverse;}
@media(max-width:1024px){
	.cultureItem .item .imgbox{width: 100%;}
}

/* 资质荣誉 */
.hornorBox{background: url(../images/hornorbg.jpg) no-repeat center bottom/cover;}
.hornorBox .slider{margin: 0.3rem 0;}
.hornorBox .slider .slick-list{padding: 0 18.5% !important;}
.hornorBox .slider .height{min-height: 4.07rem;display: flex;align-items: flex-end;width: 100%;position: relative;}
.hornorBox .slider .imgbox{padding-top: 2.9rem;width: 2.24rem;margin: 0px auto;background: #f7f5f2;}
.hornorBox .slider .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;max-width: none;object-fit: fill;}
.hornorBox .slider .imgbox span{top: 0.14rem;left: 0.14rem;width: calc(100% - 0.28rem);height: calc(100% - 0.28rem);}
.hornorBox .slider .ti{line-height: 0.32rem;font-weight: lighter;font-size: 0.18rem;padding: 0.06rem 0.2rem 0;text-align: center;}
.hornorBox .slider .slick-current .imgbox{width: 3.15rem;height: 4.07rem;}
.hornorBox .slider .slick-current .ti{font-weight: normal;font-size: 0.2rem;}
.hornorBox .slick-arrow{top: 55%;}
.hornorBox .slick-prev{left: -0.8rem;}
.hornorBox .slick-next{right: -0.8rem;}
@media(max-width:1024px){
	.hornorBox .slider .slick-list{padding: 0 0 !important;}
	.hornorBox .slick-prev{left: -20px;}
	.hornorBox .slick-next{right: -20px;}
}
@media(max-width:640px){
	.hornorBox .slider .slick-list{padding: 0 20% !important;}
	.hornorBox .slider .ti{font-size: 16px !important;line-height: 24px;padding-top: 0.2rem;}
	.hornorBox .slider .item{opacity: 0.2;}
	.hornorBox .slider .slick-current{opacity: 1;}
}

/* 合作伙伴 */
.partnerMain{margin-left: -0.6rem;}
.partnerMain .item{width: 33.333%;padding: 0 0 0.4rem 0.6rem;}
.partnerMain .item a{display: block;padding: 2.6vw 0.2rem 0.22rem;background: #f7f7f7;text-align: center;}
.partnerMain .imgbox{padding-top: 1.2rem;}
.partnerMain .ti{min-height: 0.64rem;margin-top: 0.24rem;}

.parenterList .mores{display: block;margin: 0.4rem auto 0;width: 1.8rem;}
.parenterList:nth-child(even){background: #f8f8f8;}
.parenterList:nth-child(odd) .item .imgbox{box-shadow: 4px 0 20px rgba(0,0,0,0.06);}
.parenterList ul{margin-left: -0.24rem;}
.parenterList .item{width: 16.666%;padding: 0 0 0.2rem 0.24rem;}
.parenterList .item .imgbox{background: #fff;padding-top: 36.36%;}

@media(max-width:768px){
	.partnerMain{margin-left: -0.3rem;}
	.partnerMain .item{padding: 0 0 0.3rem 0.3rem;}
	.parenterList .mores{width: 120px;}
	.parenterList .item{width: 33.333%;}
}

/* 全球领锐 */
.globalInfo .bg{background: #fafafa url(../images/logobg2.png) no-repeat 0px bottom;padding: 1rem 0;}
.globalInfo .SubTit{width: 100%;}
.globalInfo .info{width: 43.61%;}
.globalInfo .ti{margin-bottom: 0.11rem;padding-left: 0.35rem;position: relative;}
.globalInfo .ti:before{position: absolute;left: 0;top: 8px;width: 0.13rem;height: 0.13rem;border-radius: 50%;border: 0.03rem solid #b1702b;content: "";}
.globalInfo .ti:not(:first-child){margin-top: 0.7rem;}
.globalInfo .desc{padding-left: 0.35rem;}
.globalInfo .imgbox{width: 48.61%;}

.globalMap .item{background-color: #f8f8f8;}
.globalMap .item .info{padding: 0.36rem 0.5rem;}
.globalMap .item .info .ti{text-align: center;color: #fff;background: url(../images/titbg2.png) no-repeat center center/contain;padding-bottom: 0.12rem;width: 1rem;height: 0.75rem;display: flex;align-items: center;justify-content: center;}
.globalMap .item .info .text{flex: 1;padding-left: 1.62rem;}
.globalMap .item:not(:last-child){margin-bottom: 0.6rem;}

.globalSlider .slider{margin: 0 -0.3rem;}
.globalSlider .item{padding: 0 0.3rem;}
.globalSlider .item .imgbox{padding-top: 56.13%;}
.globalSlider .item .ti{min-height: 0.9rem;padding: 0.15rem 0.2rem;display: flex;align-items: center;justify-content: center;background: #f8f8f8;}
.globalSlider .slick-prev{left: -0.6rem;}
.globalSlider .slick-next{right: -0.6rem;}

@media(max-width:1024px){
	.globalInfo .info{width: 100%;padding-bottom: 0.35rem;}
	.globalInfo .imgbox{width: 100%;text-align: center;}
	.globalSlider .slider{margin: 0 -0.1rem;}
	.globalSlider .item{padding: 0 0.1rem;}
	.globalSlider .slick-prev{left: -15px;}
	.globalSlider .slick-next{right: -15px;}

	.globalInfo .bg{padding: 0.6rem 0;}

	.globalMap .item .info .text{padding-left: 0.3rem;}
}

/* 联系我们 */
.contactUs{padding-bottom: 9.58vw;}
.contactUs .content{position: relative;float:right;padding: 0.36rem;background-image: linear-gradient(to right, #fff , #faf5f1);width: 35.76%;min-height: 5.96rem;z-index: 1000000;margin-right: 10vw;}
.contactUs .content:after{position: absolute;left: -25px;top: 0;content: "";width: 25px;height: 100%;background: url(../images/pointbg.gif) 0 top repeat-y;}
.contactUs .content .line{border-top: 1px dashed #cccccc;height: 0.37rem;margin-top: -0.1rem;}
.contactUs .content .title{padding-bottom: 0.51rem;position: relative;}
.contactUs .content .title:after{position: absolute;left: 0;bottom: 0.11rem;width: 1px;content: "";height: 0.24rem;background: #ebebeb;}
.contactUs .content dl dd{margin-bottom: 0.15rem;padding-left: 26px;position: relative;min-height: 0.3rem;}
.contactUs .content dl dd img{position: absolute;left: 0;top: 8px;width: 13px;}
.contactUs #allmap{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.contactUs #allmap img{ max-width: none;}
.contactUs .infobox{width: 4.7rem;font-size: 0.16rem;color: #666666;}
.contactUs .infobox aside{font-size: 0.18rem;color: #333333;margin-bottom: 0.15rem;}
.contactUs .infobox p{margin: 5px 0;}

@media(max-width:1024px){
	.contactUs #allmap{height: 50vw;position: relative;left: auto;top: auto;}
	.contactUs .content{float: none;width: auto;margin-right: 0;min-height: auto;}
}

/* 服务 */
.servicePage1 .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.servicePage1 .bg:After{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: rgba(0,0,0,0.5);transition: all 0.5s;}
.servicePage1 .numList2{position: relative;overflow: hidden;}
.servicePage1 .numList2 ul{margin-left: -0.25rem;min-height: 33.33vw;padding: 0.5rem 0;}
.servicePage1 .numList2 li{position: relative;text-align: center;font-weight: lighter;color: #333;flex: 1;margin-left: 0.25rem;height: 2.5rem;color: #fff;border: 1px solid rgba(255,255,255,0.2);padding: 0.1rem;}
.servicePage1 .numList2 li:After{left: 50%;top: 50%;transform: translate(-50%,-50%);content: "";position: absolute;transition: all 0.5s;background: rgba(177,112,43,0.9) url(../images/service_bg1.png) right bottom no-repeat;width: 0;height: 0;}
.servicePage1 .numList2 .num{height: 0.72rem;line-height: 0.72rem;position: relative;z-index: 2;}
.servicePage1 .numList2 p{position: relative;z-index: 2;}
.servicePage1 .numList2 .num span{font-size: 0.6rem;}
.servicePage1 .numList2 li:hover:after{width: 110%;height: 110%;}
.servicePage1:hover .bg:After{background: rgba(0,0,0,0.3);}

.servicePage2 ul{margin-left: -3.125vw;}
.servicePage2 .item{margin-left: 3.125vw;flex: 1;background: #f8f8f8;min-height: 3.6rem;position: relative;}
.servicePage2 .item:After{left: 50%;top: 50%;transform: translate(-50%,-50%);content: "";position: absolute;transition: all 0.5s;background: #faf6f2;width: 0;height: 0;}
.servicePage2 .inner{position: relative;z-index: 2;padding: 0.24rem 0.6rem;}
.servicePage2 .num{text-align: right;line-height: 0.86rem;font-size: 0.48rem;color: rgba(0,0,0,0.07);font-weight: bold;}
.servicePage2 .ti{min-height: 0.72rem;margin-bottom: 0.25rem;color: #111111;position: relative;}
.servicePage2 .ti:After{position: absolute;left: 5px;top: -0.58rem;width: 0.93rem;height: 1.61rem;background: url(../images/ico_wh.svg) no-repeat center center/contain;content: "";z-index: -1;transition: all 0.5s;}
.servicePage2 .item:hover:After{width: 110%;height: 110%;}
.servicePage2 .item:hover .ti:after{transform: rotate(15deg);}
.servicePage2 .item:hover .ti,.servicePage2 .item:hover .num{color: #b1702b;}

.servicePage3{background: #f8f8f8;}
.servicePage3 .content{text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
.servicePage3 .content img:nth-child(1){width: 30%;}
.servicePage3 .content img:nth-child(2){width: 67.5%;}

.servicePage4{background: #905d4e;}
.servicePage4 .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.servicePage4 ul{margin-left: -1.38%;}
.servicePage4 .item{flex: 1;margin-left: 1.38%;background: rgba(255,255,255,0.9);border-radius: 0 0.2rem 0 0;padding: 0.5rem 0.3rem 0.3rem;min-height: 4.2rem;transition: all 0.5s;}
.servicePage4 .icon{height: 0.4rem;margin-bottom: 0.4rem;}
.servicePage4 .desc{margin-top: 0.18rem;}
.servicePage4 .item:hover{background: #fff;border-radius: 0 0 0 0.2rem;}

.servicePage5 #allMap{height: 39.58vw;width: 100%;}
.servicePage5 #allMap img { max-width:none;max-height:none; border:none; border:0;display: block;}
.servicePage5 .info{width: 5.6rem;background: #fff;padding: 0.4rem;position: absolute;right: 8vw;top: 0.3rem;z-index: 1000000;}
.servicePage5 .mapSelect{margin-bottom: 0.38rem;}
.servicePage5 .mapSelect select{width: 100%;height: 0.56rem;background-position: right 0.2rem center;}
.servicePage5 .info ul{max-height: 26.04vw;overflow-y: auto;}
.servicePage5 .info ul::-webkit-scrollbar{width: 2px; background-color: #eaeaea;}
.servicePage5 .info ul::-webkit-scrollbar-thumb{background-color: #b1702b;}
.servicePage5 .info li{border-bottom: 1px dashed #cccccc;padding: 0 86px 0.21rem 0;position: relative;cursor: pointer;}
.servicePage5 .info li span{text-align: center;font-size: 14px;width: 110px;background: #b1702b;color: #fff;position: absolute;right: 0;top: 0;opacity: 0;}
.servicePage5 .info li:not(:first-child){margin-top: 0.28rem;}
.servicePage5 .info aside{margin-bottom: 0.07rem;}
.servicePage5 .info dd{padding-left: 26px;position: relative;min-height: 0.3rem;}
.servicePage5 .info dd img{position: absolute;left: 0;top: 8px;width: 13px;}
.servicePage5 .info li.on span{opacity: 1;}
.servicePage5 .info li.on aside{color: #b1702b;}

.servicePage6{background: #f8f8f8;}
.servicePage6 .imgbox{width: 31.25%;float: left;}
.servicePage6 .info{width: 65.97%;float: right;}

.faqList .item{margin-bottom: 10px;background: #fff;padding: 0.15rem 0.3rem;}
.faqList .item:last-child{margin-bottom: 0;}
.faqList .item .ti{position: relative;padding: 0 86px 0 51px;line-height: 30px;cursor: pointer;}
.faqList .item .ti span{position: absolute;top: 0;right: 0;color: #999999;}
.faqList .item .ti span i{font-size: 16px;margin-left: 5px;transition: all 0.5s;}
.faqList .item .ti .hide{display: none;}
.faqList .item .ti:before{position: absolute;left: 0;top: 0;content: "问";width: 30px;line-height: 30px;background: url(../images/wenbg.png) no-repeat;color: #fff;text-align: center;font-size: 14px;transition: all 0.5s;}
.faqList .item .desc{direction: rtl;height: 2.62rem;overflow-y: auto;margin: 0.22rem 0 0.15rem;padding-left: 0.34rem;display: none;}
.faqList .item .desc::-webkit-scrollbar{width: 2px; background-color: #eaeaea;}
.faqList .item .desc::-webkit-scrollbar-thumb{background-color: #b1702b;}
.faqList .item .txt{direction: ltr;}
.faqList .item.on .ti{color: #b1702b;font-weight: normal;}
.faqList .item.on .ti span i{transform: rotate(-180deg);}
.faqList .item.on .ti span .hide{display: inline-block;}
.faqList .item.on .ti span .show{display: none;}
.faqList .item:hover .ti:before{transform: scale(1.15);}
.faqList .item:hover .ti{color: #b1702b;}

.servicePage7 .TabNav li{line-height: 1.66;color: #111111;cursor: pointer;text-align: center;height: 0.97rem;position: relative;padding: 0 0.2rem;}
.servicePage7 .TabNav li:After{position: absolute;bottom: 0.2rem;left: 50%;transform: translateX(-50%);width: 4px;background: #b1702b;content: "";height: 0;transition: all 0.5s;}
.servicePage7 .TabNav li.on{color: #b1702b;}
.servicePage7 .TabNav li.on:After{height: 0.3rem;}
.servicePage7 .content{background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.servicePage7 .TabCon .w1440{min-height: 39.58vw;}
.servicePage7 .list1{margin-left: -1.38%;}
.servicePage7 .list1 .item{min-height: 4rem;background: rgba(255,255,255,0.9);border-radius: 0 0.2rem 0 0;margin-left: 1.38%;padding: 1.1rem 0.2rem 0.3rem;position: relative;flex: 1;}
.servicePage7 .list1 .num{width: 0.8rem;text-align: center;border: 1px solid #b1702b;border-left: 0;border-radius: 0 0.3rem 0.3rem 0;color: #b1702b;position: absolute;left: 0;top: 0.3rem;font-size: 14px;transition: all 0.5s;}
.servicePage7 .list1 .ti{font-weight: normal;}
.servicePage7 .list1 .icon{height: 0.4rem;margin-bottom: 0.4rem;}
.servicePage7 .list1 .desc{margin-top: 0.18rem;}
.servicePage7 .list1 .item:hover{background: #fff;border-radius: 0;}
.servicePage7 .list1 .item:hover .num{background: #b1702b;color: #fff;}
.servicePage7 .list1 .car{position: absolute;width: 100%;bottom: 0.12rem;border-bottom: 1px dashed #dcdcdc;width: 0;transform: all 0.5s;opacity: 0;left: 0;}
.servicePage7 .list1 .car:after{position: absolute; background: url(../images/ico_car.png) no-repeat center center/contain;left: 0;width: 0.66rem;height: 20px;content: "";transition: all 1.5s;bottom: 1px;opacity: 0;}
.servicePage7 .list1 .item:hover .car{width: 100%;opacity: 1;}
.servicePage7 .list1 .item:hover .car:after{left: 70%;opacity: 1;}

.servicePage7 .list2{margin-left: -2.4%;}
.servicePage7 .list2 .item{min-height: 4rem;background: rgba(255,255,255,0.9);border-radius: 1.3rem;margin-left: 2.4%;padding: 1.29rem 0.3rem 0.3rem;position: relative;flex: 1;text-align: center;}
.servicePage7 .list2 .num{width: 100%;text-align: center;color: #b1702b;position: absolute;left: 0;top: 0;transition: all 0.5s;line-height: 0.8rem;background: url(../images/linebg.png) no-repeat center bottom/contain;}
.servicePage7 .list2 .ti{font-weight: normal;}
.servicePage7 .list2 .icon{height: 0.4rem;margin-bottom: 0.4rem;}
.servicePage7 .list2 .desc{margin-top: 0.18rem;}
.servicePage7 .list2 .item:hover .num{background: url(../images/linebg2.png) no-repeat center bottom/contain;color: #fff;}
.servicePage7 .list2 .item:hover .car{width: 100%;opacity: 1;}
.servicePage7 .list2 .item:hover .car:after{left: 70%;opacity: 1;}


@media(max-width:1024px){
	.servicePage1 .numList2 ul{justify-content:flex-start;margin-left: 0;}
	.servicePage1 .numList2 li{width: 33.333%;flex: none;margin: 0;margin: -1px 0 0 -1px;}

	.servicePage4 ul{justify-content:flex-start;}
	.servicePage4 .item{width: 31.95%;flex:none;margin-bottom: 1.38%;}

	.servicePage5 #allMap {height: 50vw;}

	.servicePage7 .content{background-attachment: inherit;padding: 0.5rem 0;}
	.servicePage7 .TabCon ul{justify-content:flex-start;}
	.servicePage7 .list1 .item,.servicePage7 .list2 .item{width: 31.95%;flex:none;margin: 0 0 1.38% 1.38%;}
	.servicePage7 .list2 {margin-left: -1.38%;}
}
@media(max-width:640px){
	.servicePage1 .numList2 li{width: 50%;font-size: 14px;}

	.servicePage2 .item{flex: none;width: 100%;}
	.servicePage2 .item:not(:last-child){margin-bottom: 0.25rem;}
	.servicePage2 .inner{padding: 0.35rem;}

	.servicePage3 .content img:nth-child(1){width: 100%;}
 .servicePage3 .content img:nth-child(2){width: 100%;}

	.servicePage4 .item{width: 100%;min-height: auto;}

	.servicePage5 .info{position: static;width: 100%;}
	.servicePage5 .info ul{max-height: 5rem;}
	.servicePage5 .mapSelect select{height: 0.65rem;}

	.servicePage6 .imgbox{width: 100%;float: none;}
	.servicePage6 .info{width: 100%;float: none;padding-top: 0.35rem;}

	.servicePage7 .item{width: 100% !important;min-height: auto;}
	.servicePage7 .list1 .num{width: 1.2rem;}
	.servicePage7 .TabNav li{width: 50%;height: auto;padding-bottom: 15px;}
	.servicePage7 .TabNav li.on:After{height: 8px;bottom: 0;}
}

/* 整车技术 */
.technologyList .SubTit{width: 100%;}
.technologyList .slider{width: 38.88%;overflow: hidden;}
.technologyList .slider .imgbox{padding-top: 119.6%;}
.technologyList .slider .slick-dots{bottom: auto;top: 78%;text-align: left;padding: 0 0.3rem;}
.technologyList .slider .slick-dots li{width: 0.16rem;height: 3px;margin: 0 0.1rem 0 0;}
.technologyList .slider .slick-dots li:last-child{margin-right: 0;}
.technologyList .slider .slick-dots li button{background-color: rgba(255,255,255,0.5);}
.technologyList .slider .slick-dots li.slick-active button{background-color: #b1702b;}
.technologyList .slider .slick-prev{left: -100px;}
.technologyList .slider .slick-next{right: -100px;}
.technologyList .slider:hover .slick-prev{left: 15px;}
.technologyList .slider:hover .slick-next{right: 15px;}

.technologyList .list{width: 59.02%;}
.technologyList .list .item{width: 48.23%;}
.technologyList .list .imgbox{padding-top: 66.34%;}
.technologyList .info{padding: 0.23rem 0 0.2rem 0;min-height: 1.27rem;}
.technologyList .info .desc{margin-top: 0.05rem;}

.technologyFour{background-color: #f8f8f8;}
.technologyFour .list{background-color: #f8f8f8;margin-left: -5px;}
.technologyFour .list .item{flex: 1;margin-left: 5px;transition: all 0.5s;}
.technologyFour .list .item a{display: block;position: relative;}
.technologyFour .list .imgbox{padding-top: 28.125vw;transition: all 0.5s;}
.technologyFour .list .imgbox:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;z-index: 2;content: "";background-color: rgba(24,24,24,0.7);transition: all 0.5s;}
.technologyFour .list .imgbox:before{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;z-index: 2;content: "";background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.5));transition: all 0.5s;}
.technologyFour .list .info{position: absolute;z-index: 10;left: 50%;bottom: 43%;transform: translate(-50%,-50%);color: #fff;padding: 0 0.3rem;transition: all 0.5s;width: 100%;text-align: center;}
.technologyFour .list .info:after{width: 0.5rem;height: 0.5rem;border-radius: 50%;background: #b1702b url(../images/arr_white.png) center center no-repeat;right: 0;bottom: 0.3rem;content: "";position: absolute;opacity: 0;transition: all 0.5s;}
.technologyFour .list .info .desc{display: none;}
.technologyFour .list .desc{margin-top: 0.07rem;}
.technologyFour .list .item:hover .imgbox:after{opacity: 0;}
.technologyFour .list .item:hover .imgbox:before{height: 50%;}
.technologyFour .list .item:hover .info{bottom: 0.23rem;transform: translate(0);left: 0;text-align: left;padding-right: 1.4rem;}
.technologyFour .list .item:hover .info:after{opacity: 1;right: 0.3rem;}
.technologyFour .list .item:hover .info .desc{display: block;}
.technologyFour .list .item:hover{flex: 3;}
@media(max-width:1366px){
	.technologyList .slider .imgbox{padding-top: 120.3%;}
}
@media(max-width:1024px){
	.technologyList .slider{width: 100%;}
	.technologyList .list{width: 100%;}
}
@media(max-width:640px){
	.technologyFour .list .imgbox{padding-top: 50vw;}
	.technologyFour .list .info{bottom: 37%;padding: 0 0.1rem;}
	.technologyFour .list .info:after{background-size: 40%;}
	.technologyFour .list .item:hover .info{padding-right: 0.8rem;}
	.technologyFour .list .item:hover .info:after{right: 0.1rem;}
}


/* 零部件技术 */
.motorTechnology .item{position: relative;padding: 0.78rem 0 1rem;}
.motorTechnology .content{clear: both;}
.motorTechnology .item:after{position: absolute;width: 50%;height: 100%;content: "";left: 0;top: 0;background-color: #f8f8f8;z-index: -1;}
.motorTechnology .title{color: #000000;font-size: 0.32rem;padding: 0 0 0.3rem 0.5rem;}
.motorTechnology .info{width: 50%;background-color: #fff;padding: 0.5rem;}
.motorTechnology .info .title{padding: 0 0 0.32rem;margin-bottom: 0.5rem;border-bottom: 1px solid #eaeaea;line-height: 1.56;}

.motorTechnology .desc{padding-bottom: 0.33rem;margin-bottom: 0.24rem;border-bottom: 1px solid #eaeaea;}
.motorTechnology h3{color: #000000;margin-bottom: 6px;}
.motorTechnology .txt p{position: relative;padding-left: 15px;}
.motorTechnology .txt p:after{position: absolute;left: 0;top: 0.15rem;content: "";border-radius: 50%;width: 4px;height: 4px;background-color: #b1702b;}
.motorTechnology .imgbox{width: 50%;}
.motorTechnology .imgbox img{height: auto;}
.motorTechnology .item:nth-child(even):After{left: auto;right: 0;}
.motorTechnology .item:nth-child(even) .title{width: 50%;float: right;}
.motorTechnology .item:nth-child(even) .info .title{width: auto;float: none;}
.motorTechnology .item:nth-child(even) .content{flex-direction: row-reverse;}

.controlTechnology .item{background-color: #f8f8f8;padding: 0.8rem 0;}
.controlTechnology .item:nth-child(even){background-color: #fff;}
.controlTechnology .item:nth-child(even) .w1440{flex-direction: row-reverse;}
.controlTechnology .info{width:46.52%;}
.controlTechnology .imgbox{width:46.52%;}
.controlTechnology .title{font-size: 0.32rem;color: #000000;line-height: 1.71;padding-bottom: 0.32rem;}
.controlTechnology .title span{display: inline-block;}
.controlTechnology .title span:after{display: block;margin: 0px auto;width: 3px;height: 0.24rem;margin: 0px auto;content: "";background-color: #b1702b;}
.controlTechnology .imglist .item{width: 50%;min-height: 29.16vw;padding: 5.2vw 5.2vw 2vw;text-align: center;}
.controlTechnology .imglist .imgbox{padding-top: 15.625vw;margin-bottom: 0.28rem;width: 100%;}
.controlTechnology .imglist .item:nth-child(1),.controlTechnology .imglist .item:nth-child(4){background-color: #f2f2f2;}
.controlTechnology .imglist .item:nth-child(2),.controlTechnology .imglist .item:nth-child(3){background-color: #f8f8f8;}

@media(max-width:768px){
	.motorTechnology .info,.controlTechnology .info{width: 100%;}
	.motorTechnology .imgbox,.controlTechnology .imgbox{width: 100%;}
	.controlTechnology .info{padding-bottom: 0.25rem;}
}

/* 技术-系统参数 */
.technologyNav .item{padding: 0 0.1rem 0.62rem;position: relative;text-align:center;}
.technologyNav .item:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0.2rem;background: #b1702b;height: 0;transition: all 0.5s;content: "";width: 5px;}
.technologyNav .icon{display: inline-block;vertical-align: middle;margin: 0px auto 0.16rem;position: relative;transform-style: preserve-3d;}
.technologyNav .icon img{transition: all 0.5s;vertical-align: top;height: 0.55rem;}
.technologyNav .icon .i2{position: absolute;left: 0;top: 0;transform: rotateY(180deg);opacity: 0;}
.technologyNav .item:hover .icon .i1,.technologyNav .item.on .icon .i1{transform: rotateY(180deg);opacity: 0;}
.technologyNav .item:hover .icon .i2,.technologyNav .item.on .icon .i2{transform: rotateY(0);opacity: 1;}
.technologyNav .desc{opacity: 0;margin-top: 0.04rem;transition: all 0.5s;}
.technologyNav .item:hover:after,.technologyNav .item.on:after{height: 0.29rem;}
.technologyNav .item:hover .desc,.technologyNav .item.on .desc{opacity: 1;}
.technologyNav .slick-arrow{width: 27px;height: 27px;top: 0.42rem;background-color: #060b20;border: 1px solid #060b20;}
.technologyNav .slick-arrow i {font-size: 17px;margin-top: -5px;}

.technologyCar{background-color: #f8f8f8;}
.technologyCar:after{position: absolute;left: 0;bottom: -0.64rem;width: 100%;height: 3.58rem;content: "";background: url(../images/logobg3.png) no-repeat center bottom/contain;}
.technologyCar .TabNav{width: 25%;margin-right: 2.7%;background-color: #fff;padding: 0.3rem;text-align: center;}
.technologyCar .TabNav .title{line-height: 1;font-size: 0.44rem;color: #111111;margin-bottom: 0.28rem;}
.technologyCar .TabNav li{line-height: 0.6rem;background-color: #f8f8f8;transition: all 0.3s;cursor: pointer;position: relative;margin-bottom: 0.1rem;}
.technologyCar .TabNav li i{position: absolute;left: 00;top: 0;opacity: 0;transition: all 0.5s;color: #fff;}
.technologyCar .TabNav li:last-child{margin-bottom: 0;}
.technologyCar .TabNav li.on{background-color: #b1702b;color: #fff;font-weight: normal;font-size: 0.2rem;}
.technologyCar .TabNav li.on i{left: 0.18rem;opacity: 1;}
.technologyCar .TabCon{width: 62.08%;}
.technologyCar .TabCon .imgbox{overflow: visible;margin-bottom: -0.42rem;}
.technologyCar .TabCon .imgbox img{height: auto;}

.tecTab{margin-top: 0.3rem;}
.tecTab .item{cursor: pointer;min-width: 1.8rem;line-height: 0.52rem;padding: 0 0.2rem;background-color: #f8f8f8;transition: all 0.5s;color: #333;}
.tecTab .item:not(:last-child){margin-right: 0.4rem;}
.tecTab .item.on{color: #fff;background-color: #b1702b;}
.tecTab .item .ico{width: 23px;margin-right: 0.16rem;height: 20px;}

.technologySystem{background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.technologySystem .SubTit{padding-bottom: 0.6rem;}
.technologySystem .slick-dots{margin-top: 0.4rem;position: static;}
.technologySystem .slick-dots li{width: 0.4rem;height: 0.05rem;}
.technologySystem .slick-dots li.slick-active{width: 0.4rem;height: 0.05rem;}
.technologySystem .slick-list{margin: 0 -0.2rem;}
.technologySystem .item{padding: 0 0.2rem;}
.technologySystem .inner{display: block;position: relative;}
.technologySystem .imgbox{padding-top: 66.57%;}
.technologySystem .info{position:absolute;right: 0;bottom: 0;z-index: 2;width: 2.9rem;padding: 0.35rem 0.2rem 0.35rem;background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.51) 83%, rgba(255,255,255,0) 100%);transition: all 0.5s;}
.technologySystem .item:hover .info{background: linear-gradient(180deg, #b37431 0%, #c29465 83%, #c29465 100%);color: #fff;}
.technologySystem .slick-arrow{opacity: 0;}
.technologySystem .slick-prev{left: -0.8rem;}
.technologySystem .slick-next{right: -0.8rem;}
.technologySystem:hover .slick-arrow{opacity: 1;}

.technologyTw .SubTit{width: 100%;}
.technologyTw .info{width: 50%;background-color: #f8f8f8;padding: 5.2vw;}
.technologyTw .info .ti{line-height: 1.66;margin-bottom: 0.32rem;}
.technologyTw .info .text p{padding-left: 17px;position: relative;}
.technologyTw .info .text p:after{position: absolute;left: 0;top: 0.15rem;border-radius: 50%;content: "";width: 4px;height: 4px;background-color: #b1702b;}
.technologyTw .imgbox{width: 50%;background-color: #f8f8f8;}
.technologyTw .imgbox img{height: auto;}

.technologyTw2{background-color: #f1f3f3;}
.technologyTw2 .SubTit{width: 100%;}
.technologyTw2 .info{width: 65.27%;}
.technologyTw2 .info ul{margin-left: -2%;}
.technologyTw2 .info .item{width: 48%;margin: 0 0 2% 2%;background-color: #fff;padding: 0.3rem;min-height: 2.6rem;}
.technologyTw2 .info .item .ti{margin-bottom: 0.13rem;}
.technologyTw2 .info .item .icon{margin-bottom: 0.3rem;}
.technologyTw2 .info .item .icon img{height: 0.42rem;}
.technologyTw2 .imgbox{width: 33.33%;}
.technologyTw2 .info .item:nth-last-child(1){margin-bottom: 0;}
.technologyTw2 .info .item:nth-last-child(2){margin-bottom: 0;}

@media(min-width:1025px){
	.technologyCar .w1440{flex-direction: row-reverse;}
}
@media(max-width:1024px){
	.technologyCar .TabNav{width: 100%;}
	.technologyCar .TabNav ul{display: flex;flex-wrap: wrap;}
	.technologyCar .TabNav ul li{width: 50%;}
	.technologyCar .TabCon{width: 100%;}

	.technologySystem .slick-list{padding: 0 0.1rem;}
	.technologySystem .item{padding: 0 0.1rem;}

	.technologyNav .slick-prev{left: -20px;}
	.technologyNav .slick-next{right: -20px;}

	.technologySystem .slick-prev{left: 0;}
	.technologySystem .slick-next{right: 0;}
}
@media(max-width:768px){
	.technologyCar .TabNav li.on{font-size: 15px;}
	.tecTab .item{padding: 0 0.2rem;line-height: 30px;}

	.technologyTw .info,.technologyTw2 .info{width: 100%;}
	.technologyTw .imgbox,.technologyTw2 .imgbox{width: 100%;}
	.technologyTw2 .info .item:nth-last-child(1){margin-bottom: 2%;}
.technologyTw2 .info .item:nth-last-child(2){margin-bottom: 2%;}
}

/* 技术-四大技术 */
.technologyPage1 ul{margin-left: -4%;}
.technologyPage1 .item{flex: 1;margin-left: 4%;background: #fbfbfb;padding: 0.56rem;min-height: 3.5rem;text-align: center;position: relative;}
.technologyPage1 .item:After{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 0;content: "";height: 3px;background: #b1702b;transition: all 0.5s;}
.technologyPage1 .num{width: 0.8rem;text-align: center;border: 1px solid #b1702b;border-left: 0;border-radius: 0 0.3rem 0.3rem 0;color: #b1702b;position: absolute;left: 0;top: 0.3rem;font-size: 14px;transition: all 0.5s;}
.technologyPage1 .ti{font-weight: normal;color: #111111;}
.technologyPage1 .icon{height: 0.68rem;margin-bottom: 0.34rem;}
.technologyPage1 .icon img{height: 100%;}
.technologyPage1 .desc{margin-top: 0.18rem;}
.technologyPage1 .item:hover{background: #fff;border-radius: 0;}
.technologyPage1 .item:hover:After{width: 100%;}

.technologyPage2{background: #f8f8f8;}
.technologyPage2 .content{width: 4.22rem;height: 4.22rem;margin: 0px auto;color: #111111;position: relative;}
.technologyPage2 .content .crile{width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.technologyPage2 .content .crile:after{width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";background: url(../images/crile2.png) no-repeat center center/contain;}
.technologyPage2 .content li {padding-right:1.22rem;height: 1.02rem;display: flex;align-items: center;position: absolute;width: 2.54rem;justify-content: flex-end;}
.technologyPage2 .content li span{width: 1.02rem;height: 1.02rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 0.08rem solid #d1c0a5;font-weight: bold;color: #d1c0a5;position: absolute;top: 0;right: 0;transition: all 0.5s;}
.technologyPage2 .content li span:After{content: "";right: -0.12rem;width: 0.1rem;height: 0.1rem;position: absolute;background: #d1c0a5;}
.technologyPage2 .content li span:before{content: "";right: -0.12rem;width: 0.1rem;height: 0.1rem;position: absolute;background: #fff;border-radius: 50%;}
.technologyPage2 .content li:nth-child(1) {left: -1.92rem;}
.technologyPage2 .content li:nth-child(1) span:after{transform: rotate(55deg) translate(0.1rem,0.1rem);}
.technologyPage2 .content li:nth-child(1) span:before{transform:translate(0.77rem,0.33rem);}
.technologyPage2 .content li:nth-child(2) {left: -2.4rem;top: 1.6rem;}
.technologyPage2 .content li:nth-child(2) span:after{transform: rotate(48deg) translate(0,0);}
.technologyPage2 .content li:nth-child(2) span:before{transform:translate(0.52rem,0);}
.technologyPage2 .content li:nth-child(3) {left: -1.92rem;bottom: 0;}
.technologyPage2 .content li:nth-child(3) span:after{transform: rotate(23deg) translate(-0.1rem,-0.15rem);}
.technologyPage2 .content li:nth-child(3) span:before{transform:translate(0.77rem,-0.33rem);}
.technologyPage2 .content li:nth-child(4) {right: -1.92rem;bottom: 0;padding-right: 0;padding-left: 1.22rem;justify-content: flex-start;}
.technologyPage2 .content li:nth-child(4) span{right: auto;left: 0;}
.technologyPage2 .content li:nth-child(4) span:after{transform: rotate(58deg) translate(-0.1rem,-0.08rem);right: auto;left: -0.12rem;}
.technologyPage2 .content li:nth-child(4) span:before{transform:translate(-1.8rem,-0.33rem);}
.technologyPage2 .content li:nth-child(5) {right: -2.4rem;top: 1.6rem;padding-right: 0;padding-left: 1.22rem;justify-content: flex-start;}
.technologyPage2 .content li:nth-child(5) span{right: auto;left: 0;}
.technologyPage2 .content li:nth-child(5) span:after{transform: rotate(50deg) translate(0,0);right: auto;left: -0.12rem;}
.technologyPage2 .content li:nth-child(5) span:before{transform:translate(-1.54rem,0);}
.technologyPage2 .content li:nth-child(6) {right: -1.92rem;top: 0;padding-right: 0;padding-left: 1.22rem;justify-content: flex-start;}
.technologyPage2 .content li:nth-child(6) span{right: auto;left: 0;}
.technologyPage2 .content li:nth-child(6) span:after{transform: rotate(33deg) translate(0.1rem,0.11rem);right: auto;left: -0.12rem;}
.technologyPage2 .content li:nth-child(6) span:before{transform:translate(-1.8rem,0.33rem);}
.technologyPage2 .content li:nth-child(even) span{color: #b1702b;border: 0.08rem solid #b1702b;}
.technologyPage2 .content li:nth-child(even) span:After{background: #b1702b;}
.technologyPage2 .content li:hover span{transform: scale(1.2);}

.technologyPage3 .TabNav li{flex: 1;cursor: pointer;min-height: 1.54rem;position: relative;overflow: hidden;text-align: center;color: #111111;padding-bottom: 0.35rem;}
.technologyPage3 .TabNav li:after{left: 50%;transform: translateX(-50%);bottom: 0.21rem;width: 3px;content: "";position: absolute;background: #b1702b;height: 0;transition: all 0.5s;}
.technologyPage3 .TabNav .icon{height: 0.43rem;margin-bottom:0.14rem;}
.technologyPage3 .TabNav .icon img{height: 100%;}
.technologyPage3 .TabNav .ti{position: relative;}
.technologyPage3 .TabNav .ti:before,.technologyPage3 .TabNav .ti:after{position: absolute;top: 50%;height: 1px;width: 50%;content:"";background: #eaeaea;left: 0;}
.technologyPage3 .TabNav .ti:after{left: auto;right: 0;}
.technologyPage3 .TabNav .ti span{display: inline-block;background: #fff;padding: 0 0.2rem;position: relative;z-index: 2;}
.technologyPage3 .TabNav li.on:after{height: 0.3rem;}
.technologyPage3 .content{background: #f8f8f8;padding: 0.77rem 0 0.15rem;}
.technologyPage3 .content .item{min-height: 1.66rem;padding-bottom: 0.2rem;width: 46.18%;}
.technologyPage3 .content .ti{position: relative;padding-left: 15px;}
.technologyPage3 .content .ti:before{position: absolute;left: 0;top: 12px;width: 4px;height: 4px;border-radius: 50%;background: #b1702b;content: "";}
.technologyPage3 .content .desc{margin-top: 0.21rem;}

.technologyPage4 .content{width: 58.59vw;margin: 0px auto;position: relative;}
.technologyPage4 .content .line{position:absolute;left:0;top:0;width:100%;height:100%;background: url(../images/line.gif) no-repeat center top;}
.technologyPage4 .content li{margin-top: 0.49rem;min-height: 1.2rem;padding-bottom:0.2rem;width: 14.285%;color: #111111;text-align: center;position: relative;z-index: 10;}
.technologyPage4 .content span{display: block;margin: 0px auto 5px;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;background: #b1702b;color: #fff;transition: all 0.5s;}
.technologyPage4 .content li:hover span{transform: scale(1.3);}

.technologyPage5{background: #c2b9c4;}
.technologyPage5 .bg{left: 0;top: 0;width: 100%;height: 100%;background-position: center center;background-size:cover;background-repeat: no-repeat;position: absolute;}
.technologyPage5 ul{margin-left: -4.16%;}
.technologyPage5 .item{flex: 1;margin-left: 4.16%;padding: 0.4rem;background: #fff;min-height: 3.45rem;position: relative;transition: all 0.5s;}
.technologyPage5 .ti{line-height: 1.75;padding-bottom: 0.22rem;border-bottom: 1px solid #e6ecf0;position: relative;color: #1a1a1a;margin-bottom: 0.23rem;}
.technologyPage5 .ti:after{position: absolute;left: 0;bottom: -1px;width: 0.4rem;height: 2px;content: "";background: #b1702b;}
.technologyPage5 .item:after{position: absolute;right: 0.3rem;bottom: 0.3rem;font-size: 0.48rem;color: #b1702b;font-weight: bold;content: "";opacity: 0.3;}
.technologyPage5 .item:before{position: absolute;left: 0.3rem;bottom: 0.3rem;content: "";width: 0;height: 0;transition: all 0.8s;background: url(../images/logobg.png) no-repeat center center/contain;}
.technologyPage5 .item:nth-child(1):after{content: "01";}
.technologyPage5 .item:nth-child(2):after{content: "02";}
.technologyPage5 .item:nth-child(3):after{content: "03";}
.technologyPage5 .item:nth-child(4):after{content: "04";}
.technologyPage5 .item:nth-child(5):after{content: "05";}
.technologyPage5 .item:hover{background: #b1702b;}
.technologyPage5 .item:hover .ti{color: #fff;border-bottom: 1px solid rgba(255,255,255,0.3);}
.technologyPage5 .item:hover .ti:after{background: #fff;}
.technologyPage5 .item:hover .desc{color: rgba(255,255,255,0.5);}
.technologyPage5 .item:hover:after{color: rgba(255,255,255,0.3);}
.technologyPage5 .item:hover:before{width: 1.6rem;height: 1.3rem;}

.technologyPage6 .item:not(:last-child){margin-bottom: 0.39rem;}
.technologyPage6 .item .tihead{width: 27.77%;min-height: 1.9rem;background: #faf6f2;padding: 0.3rem 0.5rem;position: relative;border-left: 0.03rem solid #b1702b;overflow: hidden;}
.technologyPage6 .item .tihead h2{font-size: 0.4rem;color: #b1702b;line-height: 1;margin-bottom: 0.18rem;font-weight: normal;position: relative;z-index: 1;}
.technologyPage6 .item .tihead .desc{position: relative;z-index: 1;}
.technologyPage6 .item .tihead .icon{position: absolute;right: 0.38rem;bottom: -0.5rem;width: 1.42rem;transition: all 0.5s;}
.technologyPage6 .item .info{width: calc(100% - 27.77%);padding: 0.5rem;border: 1px solid #f4efea;}
.technologyPage6 .item h3{margin-bottom: 0.17rem;color: #111111;font-weight: normal;}
.technologyPage6 .item h3:not(:first-child){margin-top: 0.3rem;}
.technologyPage6 .item:hover .tihead .icon{bottom: 0;}

.technologyPage7{background: #f8f8f8;}
.technologyPage7 .item{min-height: 3.5rem;background: #fff;padding: 0.65rem 0.58rem 0.3rem;width: 47.91%;margin-bottom: 0.6rem;}
.technologyPage7 .icon{height: 0.61rem;margin-bottom: 0.32rem;}
.technologyPage7 .ti{margin-bottom: 0.21rem;color: #111111;}

@media(min-width:641px){
	.technologyPage4 .content li:nth-child(8){order: 14;}
	.technologyPage4 .content li:nth-child(9){order: 13;}
	.technologyPage4 .content li:nth-child(10){order: 12;}
	.technologyPage4 .content li:nth-child(11){order: 11;}
	.technologyPage4 .content li:nth-child(12){order: 10}
	.technologyPage4 .content li:nth-child(13){order: 9;}
	.technologyPage4 .content li:nth-child(14){order: 8;}
	.technologyPage4 .content li:nth-child(15){order: 15;}
	.technologyPage4 .content li:nth-child(16){order: 16;}
	.technologyPage4 .content li:nth-child(17){order: 17;}
	.technologyPage4 .content li:nth-child(18){order: 18;}
	.technologyPage4 .content li:nth-child(19){order: 19;}

	.technologyPage7 .item:nth-last-of-type(1),.technologyPage7 .item:nth-last-of-type(2){margin-bottom: 0;}
}
@media(max-width:1024px){
	.technologyPage4 .content{width: auto;}
	.technologyPage1 .item{padding: 0.25rem;}
	.technologyPage2 .content{zoom: 0.9;}
}
@media(max-width:640px){
	.technologyPage2 .content{zoom: 0.8;}
	.technologyPage4 .content li{width: 25%;margin-top: 0;}
	.technologyPage4 .content .line{display: none;}
	.technologyPage1 .item,.technologyPage5 .item{width: 96%;flex: none;min-height: auto;margin-bottom: 0.25rem;}
	.technologyPage1 .item:last-child,.technologyPage5 .item:last-child{margin-bottom: 0;}
	.technologyPage3 .content .item{width: 100%;}
	.technologyPage4 .content span{width: 26px;height: 26px;line-height: 26px;font-size: 12px;}

	.technologyPage6 .item .tihead,
	.technologyPage6 .item .info,
	.technologyPage7 .item{width: 100%;}
	.technologyPage7 .item:not(:last-child){margin-bottom: 0.25rem;}
}

/* 产品 */
.proCategory{padding: 0.18rem 0;background-color: #fff;margin-bottom: 0.6rem;border: 1px solid #e5e5e5;}
.proCategory .item{border-bottom: 1px solid #e5e5e5;padding: 0.21rem 0.39rem 0.21rem 0;}
.proCategory .item .ti{min-width: 1.32rem;text-align: right;color: #121212;padding: 0 0.25rem;}
.proCategory .item .nav{flex: 1;position: relative;}
.proCategory .item a{display: inline-block;margin: 0 0.1rem 0 0;padding: 0 0.12rem;cursor: pointer;}
.proCategory .item a.all{border: 1px solid #b1702b;color: #b1702b;border-radius: 4px;height: 0.3rem;cursor: pointer;}
.proCategory .item .on .all{color: #fff;background-color: #b1702b;}
.proCategory .item .on a{color: #b1702b;}
.proCategory .item .icon{display: inline-block;vertical-align: middle;margin-right: 10px;position: relative;transform-style: preserve-3d;}
.proCategory .item .icon img{transition: all 0.5s;vertical-align: top;height: 0.29rem;}
.proCategory .item .icon .i2{position: absolute;left: 0;top: 0;transform: rotateY(180deg);opacity: 0;}
.proCategory .item a:hover .icon .i1,.proCategory .item .on .icon .i1{transform: rotateY(180deg);opacity: 0;}
.proCategory .item a:hover .icon .i2,.proCategory .item .on .icon .i2{transform: rotateY(0);opacity: 1;}
.proCategory .selecton{border-bottom: 0;}
.proCategory .selecton .nav{padding-left: 0;}
.proCategory .selecton label{border: 1px solid #b1702b;border-radius: 4px;padding: 0 10px;color: #666666;margin-left: 0.16rem;}
.proCategory .selecton label span{color: #b1702b;}
.proCategory .selecton .icongb{color: #fff;border-radius: 2px;width: 14px;height: 14px;background-color: #b1702b;cursor: pointer;font-size: 12px;line-height: 14px;text-align: center;margin-left: 8px;transition: all 0.5s;}
.proCategory .selecton .icongb:hover{transform: scale(1.3);}
.proCategory .selecton .set a{color: #666666;}
.proCategory .selecton .set a:hover{color: #b1702b;}
.proCategory .more i{color: #b5b5b5;font-size: 0.24rem;cursor: pointer;transition: all 0.5s;}
.proCategory .more:hover i{color: #b1702b;transform: scale(1.2);}
.proCategory .more.active i{color: #b1702b;transform: rotate(180deg);}
.proCategory .moreshow{display: none;text-align: center;font-weight: bold;padding-top: 0.15rem;color: #b1702b;}
.proCategory .moreshow i{margin: -2px 0 0 5px;}
.proCategory .slider{padding-right: 1rem;overflow: hidden;}
.proCategory .slick-arrow{width: 24px !important;height: 24px !important;line-height:24px !important;background-color: transparent;color: #666;border: 0 !important;}
.proCategory .slick-prev{left: auto;right: 30px;}
.proCategory .slick-next{right: 0;}

.proList{margin-left: -0.3rem;}
.proList .item{margin: 0 0 0.8rem 0.3rem;width: calc(100% / 3 - 0.3rem);}
.proList .item a{display: block;position: relative;text-align: center;color: #fff;overflow: hidden;}
.proList .item .bg{position: absolute;width: 100%;height: calc(100% - 1.4rem);left: 0;top: 0;background-color: #044779;background-position: 0px center;background-repeat: no-repeat;background-size: cover;z-index: -1;opacity: 0.06;transition: all 0.5s;}
.proList .item .bg:After{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";transition: all 0.5s;opacity: 0;background-color: rgba(0,0,0,0.4);}
.proList .item .info{padding: 0.56rem 0.3rem 0.3rem;min-height: 1.28rem;position: relative;z-index: 1;color: #121212;}
.proList .item .model{line-height: 1.15;margin-bottom: 0.15rem;}
.proList .imgbox{padding-top: 2.6rem;margin-bottom: 3px;}
.proList .item:hover .bg{opacity: 1;}
.proList .item:hover .bg:After{opacity: 1;}
.proList .item:hover .info{color: #fff;}

@media(max-width:1280px){
	.proCategory .item a{padding: 0 0.08rem;}
}
@media(max-width:1024px){
	.proList .item{width: 100%;}
}
@media(max-width:640px){
	.proCategory .item{padding: 0.2rem;}
	.proCategory .item .ti{width: 100%;text-align: left;padding:0 0 0.15rem;}
	.proCategory .item .nav li:nth-child(1){left: 90px;top: -30px;}
	.proCategory .item a.all{height: 24px;}
	.proCategory .item .nav .icon img{vertical-align: middle;}
	.proCategory .item .nav{padding-left: 0;}
	.proCategory .selecton label{margin-bottom: 5px;}
	.proCategory .more{display: none;}
	.proCategory .pcshow{display: none;}
	.proCategory .pcshow.on{display: block;}
	.proCategory .moreshow{display: block;}
}

/* 产品详情 */
.whiteMenu .SubMenu{border-bottom: 1px solid #e5e5e5;background-color: #fff;}
.whiteMenu .SubMenu li.onli a,.whiteMenu .SubMenu li:hover a{color: #b1702b;}
.whiteMenu .SubMenu li:after{height: 3px;width: 0;bottom: -2px; border-radius: 3px;}
.whiteMenu .SubMenu li:hover:after,.whiteMenu .SubMenu li.onli:after{width: 100%;}

.proInfo{text-align: center;background-color: #f8f8f8;}
.proInfo .title{line-height: 1;font-size: 0.5rem;font-weight: normal;}
.proInfo .title:after{display: block;margin: 0px auto;width: 20px;height: 5px;background-color: #b1702b;margin: 13px auto 0.47rem;content: "";}
.proInfo .item{padding: 0 0.78rem;position: relative;text-align: left;}
.proInfo .item:not(:last-child):After{width: 1px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);content: "";background-color: #e8e8e8;height: 0.7rem;}
.proInfo .item .ti{line-height: 1.55;font-size: 0.36rem;}

.proTit{text-align: center;position: relative;line-height: 1;margin-bottom: 0.57rem;}
.proTit:After{width: 100%;left: 0;height: 1px;background-color: #eaeaea;content: "";position: absolute;top: 50%;z-index: 1;}
.proTit span{font-size: 0.44rem;color: #111111;display: inline-block;padding: 0 0.17rem;background-color: #fff;position: relative;z-index: 3;}

.proDetail .TabNav{margin-bottom: 0.5rem;}
.proDetail .TabNav li{margin: 0 0.1rem;text-align: center;width: 1.4rem;line-height: 0.48rem;cursor: pointer;background-color: #f8f8f8;border-radius: 0.48rem;}
.proDetail .TabNav li.on{color: #fff;background-color: #b1702b;}

.proDetail .topti{margin-bottom: 0.35rem;}

.proDetail .bigImg{max-width: 9.8rem;margin: 0px auto;}
.proDetail .bigImg .imgbox{padding-top: 63.26%;}
.proDetail .smallImg{max-width: 9.8rem;margin: 0.2rem auto 0;}
.proDetail .smallImg .slick-list{margin: 0 -0.1rem;}
.proDetail .smallImg .item{padding: 0 0.1rem;cursor: pointer;}
.proDetail .smallImg .imgbox{padding-top: 63.3%;}
.proDetail .smallImg .imgbox:after{position: absolute;left: 0;top: 0;z-index: 2;content: "";z-index: 2;background-color: rgba(0,0,0,0.4);transition: all 0.5s;width: 100%;height: 100%;}
.proDetail .smallImg .slick-current .imgbox:after{opacity: 0;}
.proDetail .slick-prev{left: -11.97vw;}
.proDetail .slick-next{right: -11.97vw;}

.proDetail .singlePage table{background-color: #f8f8f8;}
.proDetail .singlePage table td{border-top: 2px solid #fff;border-right: 2px solid #fff;padding: 0.2rem;line-height: 1.6;}
.proDetail .singlePage table tr:hover{background-color: #fff;}
.proDetail .singlePage table td.w1{width: 2.5rem;}

.proDetail .formbox{margin-left: -0.4rem;}
.proDetail .formbox .item{width: 50%;padding: 0 0 0.3rem 0.4rem;}
.proDetail .formbox .item.auto{width: 100%;}
.proDetail .formbox .iptbox{position: relative;line-height: 0.6rem;border-radius: 0.1rem;background-color: #f8f8f8;}
.proDetail .formbox .iptbox .tip{position: absolute;left: 0.13rem;top: 0;color: #fe4040;}
.proDetail .formbox .ipt{width: 100%;height: 0.6rem;line-height: 0.6rem;border-radius: 0.1rem;padding: 0 0.31rem;}
.proDetail .formbox textarea{width: 100%;border-radius: 0.1rem;padding: 0.31rem;height: 2.78rem;}
.proDetail .formbox .sendbtn{height:0.56rem;border-radius: 0.56rem;background-color: #b1702b;color: #fff;padding:0 0.25rem;}
.proDetail .formbox .sendbtn:hover{background-color: rgba(177,112,43,0.9);}
.proDetail .formbox .btn{padding-top: 0.15rem;}

.proDetail.servicePage7 .list1{min-height: auto;}
.proDetail.servicePage7 .list1 .item{background-color: #f5f5f5;}

.caseSlider{margin: 0 -0.15rem;}
.caseSlider .item{padding: 0 0.15rem;}
.caseSlider .item .imgbox{padding-top: 63.47%;}
.caseSlider .item .ti{min-height: 0.9rem;padding: 0.15rem 0.2rem;display: flex;align-items: center;justify-content: center;background: #f8f8f8;}
.caseSlider .slick-prev{left: -0.6rem;}
.caseSlider .slick-next{right: -0.6rem;}

.carSlider{margin: 0 -0.15rem;}
.carSlider .item{padding: 0 0.15rem;}
.carSlider .item a{display: block;background-color: #f7f4f1;min-height: 4.55rem;padding: 0.7rem 0 0.12rem;}
.carSlider .item .imgbox{padding-top: 2.6rem;margin-bottom: 0.1rem;}
.carSlider .item .info{padding: 0 0.34rem;}
.carSlider .item .ti{margin-bottom: 0.21rem;}
.carSlider .item .more{color: #b1702b;}
.carSlider .item .more:after{display: inline-block;width: 13px;height: 13px;vertical-align: middle;margin-left: 11px;content: "";background: url(../images/arr_more3.png) no-repeat;transition: all 0.5s;}
.carSlider .item:hover .more:after{transform: rotate(45deg);margin-left: 15px;}

.serSlider{margin: 0 0 0 -0.39rem;}
.serSlider .item{padding: 0 0 0.39rem 0.39rem;width: 50%;}
.serSlider .item a{display: block;position: relative;color: #fff;}
.serSlider .ti{position: absolute;z-index: 10;line-height: 1.42;left: 0.3rem;bottom: 0.32rem;width: calc(100% - 0.6rem);text-align: right;}
.serSlider .ti:after{width: 17px;height: 17px;content: "";display: inline-block;background: url(../images/arr_white.png) no-repeat center center/contain;margin-left: 0.19rem;transition: all 0.5s;}
.serSlider .imgbox{padding-top: 68.57%;}
.serSlider .imgbox:after{z-index: 2;left: 0;bottom: 0;width: 100%;height: 100%;content: "";position: absolute;background-color:rgba(54,46,43,0.2);transition: all 0.5s;}
.serSlider .item:hover .ti:after{transform: rotate(45deg);margin-left: 0.25rem;}
.serSlider .item:hover .imgbox:after{background-color:rgba(54,46,43,0.35);}

@media(max-width:1024px){
	.proInfo .item{padding: 0 0.35rem;}
	.caseSlider .slick-prev,.carSlider .slick-prev,.proDetail .slick-prev{left: 0;}
	.caseSlider .slick-next,.carSlider .slick-next,.proDetail .slick-next{right: 0;}
	.proDetail .singlePage table td.w1{width: 1.8rem;}
}
@media(max-width:640px){
	.carSlider .item a{padding: 0.25rem 0;}
	.proInfo .item{width: 100%;text-align: center;padding: 0.2rem 0;}
	.proInfo .item:not(:last-child):After{width: 100%;height: 1px;top: auto;transform: translateY(0);bottom: 0;}

	.proDetail .singlePage td{font-size: 14px !important;word-break: break-all;}
	.proTit span{font-size: 20px;}
}

/* 电动化平台 */
.SubTit2{padding-bottom: 0.42rem;position: relative;text-align: center;}
.SubTit2 h2{font-size: 0.36rem;line-height: 1.2;color: #111111;}
.SubTit2 h2 span{color: #b1702b;}
.SubTit2 .desc{margin: 0.25rem auto 0;max-width: 11.9rem;}

.electricPage1{background-color: #f8f8f8;z-index: 0;}
.electricPage1 .list{margin-left: -0.32rem;}
.electricPage1 .list .item{width: 33.333%;padding: 0 0 0.32rem 0.32rem;}
.electricPage1 .list .item a{display: block;position: relative;}
.electricPage1 .list .item .ti{position: absolute;bottom: 0.35rem;z-index: 2;width: 100%;padding: 0 0.38rem;text-align: right;}
.electricPage1 .list .item .imgbox{padding-top: 3.7rem;}
.electricPage1 .list .item:nth-child(5n+4){width: 66.666%;}

.TabFixNav{text-align: center;margin-bottom: 4.583vw;}
.TabFixNav li{min-width: 10.417vw;cursor: pointer;line-height: 0.48rem;border: 1px solid #060b20;transition: all 0.5s;color: #060b20;margin: 0 0.521vw 0.2rem;padding: 0 0.1rem;}
.TabFixNav li a{display: block;padding: 0 0.2rem;}
.TabFixNav li.active,.TabFixNav li:hover{background-color: #b1702b;border: 1px solid #b1702b;color: #fff;}
.electricPage2 .picSlider2{margin-top: 0.7rem;}
.electricPage2 .w1440{width: 77%;}
.threeParts{position: relative;padding: 5.885vw 0 6.094vw;font-size: 1.25vw;}
.threeParts li{position: absolute;z-index: 10;}
.threeParts li span{position: absolute;z-index: 10;}
.threeParts li span:after{position: absolute;width: 0.469vw;height: 0.469vw;border-radius: 50%;background-color: #b1702b;content: "";transition: all 0.5s;}
.threeParts li span i{position: absolute;width: 0.625vw;height: 0.625vw;border-radius: 50%;background-color: #b1702b;transition: all 0.5s;}
.threeParts li span i::before,
.threeParts li span i::after {width: 120%;height: 120%;position: absolute;left: -10%;top: -10%;content: '';border-radius: 50%;-webkit-animation: scaleAnimate 2s linear infinite;opacity: 0;background-color: #b1702b;opacity: 0.5;}
.threeParts li span i::after {-webkit-animation-delay: .5s;opacity: 0.8;}
.threeParts li img{display: inline-block;vertical-align: middle;max-height: 6.51vw;margin-left: 1.302vw;}
.threeParts li:nth-child(1){left: 4.167vw;top: 0;}
.threeParts li:nth-child(1) span{width: 23.021vw;height: 21.927vw;background: url(../images/line1.png) no-repeat 0px top/contain;top: 4.61vw;left: 3vw;}
.threeParts li:nth-child(1) span:after{left:0;top: -0.208vw;}
.threeParts li:nth-child(1) span i{right:0;bottom: -0.313vw;}
.threeParts li:nth-child(2){left: 4.167vw;bottom: 0;}
.threeParts li:nth-child(2) span{width: 16vw;height: 7.813vw;background: url(../images/line2.png) no-repeat 0px top/contain;bottom: 4.7vw;left: 1.2vw;}
.threeParts li:nth-child(2) span:after{left:-0.208vw;bottom: 1px;}
.threeParts li:nth-child(2) span i{right:-0.313vw;top: -0.313vw;}
.threeParts li:nth-child(3){right: 8.75vw;top: 0;}
.threeParts li:nth-child(3) span{width: 5.55vw;height: 14.115vw;background: url(../images/line3.png) no-repeat 0px top/contain;top: 4.427vw;right: 3.125vw;}
.threeParts li:nth-child(3) span:after{left:-0.208vw;top: -0.208vw;}
.threeParts li:nth-child(3) span i{right:-0.313vw;bottom: -0.313vw;}
.threeParts li:nth-child(4){right: 1.771vw;bottom: 0;width: 13vw;}
.threeParts li:nth-child(4) img{margin-left: 0;}
.threeParts li:nth-child(4) span{width: 3.229vw;height: 11.198vw;background: url(../images/line4.png) no-repeat 0px top/contain;bottom: 4.7vw;left: 0.469vw;}
.threeParts li:nth-child(4) span:after{right:-4px;bottom: 1px;}
.threeParts li:nth-child(4) span i{left:-0.313vw;top: -0.313vw;}
.threeParts li:nth-child(5){right: 18vw;bottom: 0;}
.threeParts li:nth-child(5) span{width: 7.396vw;height: 10.521vw;background: url(../images/line5.png) no-repeat 0px top/contain;bottom: 4.7vw;left: 1.354vw;}
.threeParts li:nth-child(5) span:after{left:-0.208vw;bottom: 1px;}
.threeParts li:nth-child(5) span i{right:-0.313vw;top: -0.313vw;}
.threeParts li:hover span:after,.threeParts li:hover span i{transform: scale(2);}

.electricPage3{background-color: #ba9c88;background-position: center center;background-repeat: no-repeat;background-size: cover;z-index: 0;}
.electricPage3 .list{margin-left: -0.2rem;}
.electricPage3 .list .item{flex: 1;margin-left: 0.2rem;min-height: 4.4rem;padding:2.083vw;background-color: rgba(255,255,255,0.5);position: relative;border-radius: 0 0.25rem 0 0;transition: all 0.5s;}
.electricPage3 .list .item:After{left: 50%;transform: translateX(-50%);content: "";bottom: 0;background-color: #b1702b;position: absolute;width: 0;transition: all 0.5s;height: 3px;}
.electricPage3 .list .icon img{height: 0.68rem;}
.electricPage3 .list .ti{margin: 0.33rem 0 0.19rem;}
.electricPage3 .list .desc p{position: relative;padding-left: 14px;margin-bottom: 0.15rem;}
.electricPage3 .list .desc p:last-child{margin-bottom: 0;}
.electricPage3 .list .desc p:before{position: absolute;left: 0;content: "";border-radius: 50%;width: 4px;height: 4px;background-color: #b1702b;top: 8px;}
.electricPage3 .list .item:hover{background-color: #fff;}
.electricPage3 .list .item:hover:After{width: 100%;}

.electricPage4{z-index: 0;}
.electricPage4 .TabNav{margin-bottom: 0.6rem;}
.electricPage4 .TabNav li{cursor: pointer;text-align: center;margin: 0 0.521vw;position: relative;min-width: 11.615vw;color: #666666;line-height: 0.54rem;border-radius: 0.56rem;border: 1px solid #dcdcdc;overflow: hidden;padding: 0 0.2rem;}
.electricPage4 .TabNav li:after{content: "";height: 0;width: 100%;position: absolute;left: 0;bottom: 0;background-color: #b1702b;transition: all 0.5s;}
.electricPage4 .TabNav li span{position: relative;z-index: 1;}
.electricPage4 .TabNav li.on{color: #fff;}
.electricPage4 .TabNav li.on:After{height: 100%;}

.electricPage5{background: url(../images/electricPage5bg.jpg) no-repeat center center/cover;text-align: center;z-index: 0;}
.electricPage5 .info .item{background-color: #fff;border-radius: 0.3rem;width: 2.5rem;box-shadow: 0 3px 10px rgba(177,112,43,0.06);margin-bottom: 0.2rem;transition: all 0.5s;padding: 0.15rem 0.2rem;}
.electricPage5 .info .item:hover{box-shadow: 0 10px 18px rgba(177,112,43,0.2);transform: translateY(-1.5px);}
.electricPage5 .info .item aside{color: #b1702b;}
.electricPage5 .info .item p{display: inline-block;padding-left: 12px;position: relative;line-height: 16px;vertical-align: top;}
.electricPage5 .info .item p:before{position: absolute;left: 0;top: 8px;border-radius: 50%;width: 4px;height: 4px;content: "";background-color: #333333;margin-bottom: 10px;}
.electricPage5 .info .item span{font-weight: lighter;color: #666;display: block;line-height: 16px;padding-bottom: 10px;}

.electricPage5 .info .item2{width: 2.75rem;height: 2.75rem;border-radius: 50%;background-color: #b1702b;display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;color: #fff;line-height: 1;margin: 0 0.2rem;}
.electricPage5 .info .item2 p{width: 90%;margin: 0px auto;}
.electricPage5 .info .item2 figure{margin-bottom: 0.23rem;}
.electricPage5 .info .item2 img{width: 0.56rem;}
.electricPage5 .info .item2:after{position: absolute;top: 0.16rem;left: 0.16rem;width: calc(100% - 0.32rem);height: calc(100% - 0.32rem);content: "";border: 1px dashed #fff;border-radius: 50%;transition: all 0.5s;}
.electricPage5 .info .item2:hover:After{width: 100%;height: 100%;left: 0;top: 0;}

.picSlider4{padding: 0 0.79rem;}
.picSlider4 .slick-list{margin: 0 -1.042vw;}
.picSlider4 .item{padding: 0 1.042vw;text-align: center;}
.picSlider4 .imgbox{padding-top: 68.57%;margin-bottom: 0.24rem;}
.TabCon.fadeIn .picSlider4 .ti{animation:fadeInUpSmall 0.6s .6s ease both;-webkit-animation:fadeInUpSmall 0.6s .6s ease both;-moz-animation:fadeInUpSmall 0.6s .6s ease both;}

.picSlider2{margin: 0 -0.2rem;}
.picSlider2 .item{padding: 0 0.2rem;}
.picSlider2 .item2{padding: 0 0.2rem;width: 50%;}
.picSlider2 .ti{position: absolute;z-index: 10;left: 0.46rem;top: 0.4rem;color: #fff;}
.picSlider2 .imgbox{padding-top: 68.57%;}
.picSlider2 .slick-prev{left: -0.8rem;}
.picSlider2 .slick-next{right: -0.8rem;}

.picSlider3{margin: 0 -0.15rem 0.6rem;}
.picSlider3 .item{padding: 0 0.15rem;}
.picSlider3 .item2{padding: 0 0.15rem 0.3rem;width: 33.333%;}
.picSlider3 .imgbox{padding-top: 63.47%;background-color: #ebe6e1;}
.picSlider3 .ti{background-color: #f8f8f8;padding: 0.3rem 0.4rem;text-align: center;min-height: 1.4rem;}
.picSlider3 .slick-prev{left: -0.8rem;}
.picSlider3 .slick-next{right: -0.8rem;}
.picSlider3.sub{margin-bottom: 0;}

.tuWenInfo{margin-bottom: 5.208vw;}
.tuWenInfo .imgbox{width: 50%;padding-top: 4.57rem;background: url(../images/zjbg.jpg) no-repeat center center/cover;margin: 0;}
.tuWenInfo .info{width: 41.66%;}
.tuWenInfo .desc{margin: 2.604vw 0;}

.electricParameter{background-color: #f8f8f8;}
.electricParameter .SinglePage table{border-bottom: 2px solid #f8f8f8 !important;border-right: 2px solid #f8f8f8 !important;}
.electricParameter .SinglePage table td,
.electricParameter .SinglePage table th{border-top: 2px solid #f8f8f8 !important;	border-left: 2px solid #f8f8f8 !important;background-color: #fff !important;}
.electricParameter .TabNav{text-align: center;margin-bottom: 0.2rem;}
.electricParameter .TabNav li{min-width: 10.417vw;cursor: pointer;padding: 0 0.2rem;line-height: 0.48rem;border: 1px solid #060b20;transition: all 0.5s;color: #060b20;margin: 0 0.1rem 0.2rem;}
.electricParameter .TabNav li.on{color: #fff;background-color: #b1702b;border: 1px solid #b1702b;}

.electricAdvantage .list{margin-left: -4%;}
.electricAdvantage .ti{color: #111111;padding: 0.23rem 0.64rem 0.39rem 0;margin-bottom: 0.31rem;position: relative;background: url(../images/linebg3.gif) 0px bottom no-repeat;}
.electricAdvantage .ti:After{content: "";position: absolute;left: 0;bottom: 0;background-color: #b1702b;height: 3px;width: 0;transition: all 0.5s;}
.electricAdvantage .ti img{position: absolute;height: 0.53rem;right: 0;top: 0;}
.electricAdvantage .item{margin-left: 2%;flex: 1;background-color: #f8f8f8;min-height: 3.5rem;padding: 2.083vw;}
.electricAdvantage .item:hover .ti:after{width: 100%;}

@media(min-width:1025px){
	.TabFixNav.fix{width: 100%;position: fixed;left: 50%;top: 0.8rem;z-index: 1000;transform: translateX(-50%);background-color: #fff;padding-top: 0.1rem;box-shadow:0 10px 10px rgba(0,0,0,0.1);}
}
@media(max-width:1366px){
	.threeParts li img{max-height: 4vw;}
}
@media(max-width:1024px){
	.electricAdvantage .item{width: 48%;flex: none;margin-bottom: 2%;}
	/* .TabFixNav.fix{top: 46px;} */
	.electricPage1 .list .item{width: 50%;}
	.electricPage1 .list .item:nth-child(5n+4){width: 100%;order: 5;}
	.picSlider2 .slick-prev,.picSlider3 .slick-prev{left: 0;}
	.picSlider2 .slick-next,.picSlider3 .slick-next{right: 0;}

 .electricPage5 .info{width: 100%;display: flex;flex-wrap: wrap;padding: 0 0 0.25rem;}
	.electricPage5 .info .item{margin-right: 0.2rem;}

	.tuWenInfo .imgbox{width: 100%;padding-top: 64%;}
	.tuWenInfo .info{width: 100%;padding-top: 0.25rem;}
}
@media(max-width:640px){
	.electricPage1 .list .item .imgbox{padding-top: 3rem;}
	.electricPage3 .list .item{width: 96%;flex: none;margin-bottom: 0.15rem;padding: 0.25rem;}
	.electricPage3 .list .item:last-child{margin-bottom: 0;}
	.electricPage5 .info{font-size: 15px;}
	.electricPage5 .info .item{width: 3.1rem;}

	.picSlider2{margin: 0 -0.15rem;}
	.picSlider2 .item{padding: 0 0.15rem;}
	
	.picSlider3 .item2{width: 100%;}

	.electricAdvantage .item{width: 96%;margin-bottom: 0.25rem;padding: 0.4rem;min-height: 2rem;}
	.electricAdvantage .item:last-child{margin-bottom: 0;}
	.electricPage1 .list .item .ti{font-size: 14px;line-height: 20px;padding: 0 0.2rem;bottom: 0.2rem;}
}

/* 技术 */
.videoTec .video{padding-top: 41.66%;position: relative;}
.videoTec .video:After{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);content: "";transition: all 0.5s;}
.videoTec .play{width: 1rem;height: 1rem;background: rgba(173,115,54,0.4);border-radius: 50%;z-index: 2;text-align: center;transition: all 0.5s;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.videoTec .play em{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width: 0.8rem;height: 0.8rem;line-height:0.8rem;background: #b3783a;border-radius: 50%;z-index: 2;color: #fff;}
.videoTec .play em i{font-size: 0.25rem;}
.videoTec .play::before,
.videoTec .play::after {width: 100%;height: 100%;border: 1px solid rgba(173,115,54,1);position: absolute;left: 50%;top: 50%;content: '';border-radius: 50%;-webkit-animation: scaleAnimate 2s linear infinite;opacity: 0;margin: -50% 0 0 -50%;}
.videoTec .play::after {-webkit-animation-delay: .5s;}
.videoTec .play:hover{transform:translate(-50%,-50%) scale(1.2);}
.videoTec .video:hover:After{background-color: rgba(0,0,0,0.15);}
.videoTec .video_files{position:absolute;width: 100%;height: 100%;padding: 0;}
.videoTec .video_files video{object-fit: cover;height: 100%;}

@media(max-width:640px){
	.videoTec .video{padding-top: 64%;}
}