@font-face {
  font-family: 'beba';
  src: url("/en/fonts/BEBAS.eot");
  src: url("/en/fonts/BEBAS.eot") format("embedded-opentype"), url("/en/fonts/BEBAS.woff") format("woff"), url("/en/fonts/BEBAS.ttf") format("truetype"), url("/en/fonts/BEBAS.svg") format("svg");
}
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}


/*顶部*/
header{
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 39;
	/*! background: #fff; */
	border-bottom: 1px solid rgba(191,191,191,.22);
}
.logo{
	float: left;
	width:420px;
	margin-top: 8px;
}
.header-rt{
	float: right;
	position: relative;
}
.header-ch{
	float: left;
	padding-top: 27.5px;
	padding-top: 25px;
	/*font-weight: bold;*/
	overflow: hidden;
}
.header-ch a{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	float: left;
}
.header-ch-d{
	width: 1px;
	height: 15px;
	margin: 0 15px;
	margin-top: 8px;
	background: #E5E5E5;
	float: left;
}
.header-ch a:hover{
	color: #EC1B23;
}
.header-ch-f{
	position: relative;
    margin-left: 40px;
    width: 60px;
    text-align: center;
}
.header-ch-g{
	width: 30px;
    height: 30px;
    background: url(/en/images/ico35.png) no-repeat center;
    float: left;
}
.header-nav{
	float: left;
	margin-right: 30px;
}
.header-nav li{
	display: inline-block;
	margin-right: 40px;
}
.header-a{
	display: inline-block;
	font-size: 16px;
	color: #222;
	line-height: 80px;
	position: relative;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #EC1B23;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover{
	color: #EC1B23;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover:after{
	width: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover{
	color: #EC1B23;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover:after{
	width: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-b{
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 80px;
	background: rgba(0,0,0,.5);
	padding-right: 335px;
	display: none;
}
.header-bb{
	padding-right: 0;
}
.header-b.on{
	display: block;
}
.header-b a{
	display: inline-block;
	text-align: center;
	max-width: ;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	position: relative;
	top: 0px;
	margin: 0 40px;
	transition: all .3s;;
    -webkit-transition: all .3s;
}
.header-bb a{
	margin: 0 20px;
}
.header-b a>div{
	display: inline-block;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,.2);
	overflow: hidden; 
}
.header-b a:hover{
	top: -10px;
	transition: all .3s;;
    -webkit-transition: all .3s;
}


.header-dx{
	width: 35px;
	margin-top: 27px;
	text-align: right;
	margin-left:15px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #000;
	float: right;
	
}
.header-dx2{
/*	width: 80%;*/
}

.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

.header-ss{
	position: fixed;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0,0,0,.8);
	display: none;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 540px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(/en/images/ss01.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(/en/images/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}


@media(max-width:1600px){
	header{
		/*height: 70px;*/
		padding: 0 50px;
	}
	.logo{
		/*line-height: 70px;*/
	}
	.header-ch-d{
		margin-left: 8px;
		margin-right: 8px;
	}
	.header-ch-f{
		margin-left: 20px;
		width: 40px;
	}
	.header-nav li{
		margin-right: 20px;
	}
	.header-b a{
		font-size: 14px;
		margin: 0 25px;
	}
	.header-bb a{
		margin: 0 12px;
	}
	.header-nav{
		margin-right: 15px;
	}
}
.header-j{
	display: none;
}
@media(max-width:1200px){
	header{
		padding:0 30px;
	}
	.header-nav{
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		top: 80px;
		left: 0;
		background: #fff;
		padding: 30px;
		display: none;
	}
	.header-dx{
		display: block;
		margin-left: 30px;
	}
	.header-nav li{
		width: 100%;
		margin: 0;
		position: relative;
	}
	.header-c{
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header-a{
		width: 100%;
		border-bottom: 1px solid #E5E5E5;
		
		position: relative;
	}
	.header-a:after{
		display: none;
	}
	.header-a:before{
		content: '';
		width: 18px;
		height: 80px;
		float: right;
		background: url(/en/images/ico82.png) no-repeat right center;
		transition: all .3s;;
-webkit-transition: all .3s;
	}
	.header-nav li.on .header-a:before{
		transform: rotate(45deg);
		transition: all .3s;;
-webkit-transition: all .3s;
	}
	.header-b{
		/*display: block;*/
		position: relative;
		top: initial;
		left: inherit;
		background: initial;
		padding: 0;
	}
	.header-b a>div{
		display: none;
	}
	.header-b a{
		color: #333;
		width: 100%;
		border-bottom: 1px solid #E5E5E5;
		padding: 0 20px;
		line-height: 50px;
		text-align: left;
		margin: 0;
	}
	.header-ch-a{
		display: none;
	}
	.header-j{
		display: block;
		font-size: 16px;
		line-height: 80px;
		display: block;
		border-bottom: 1px solid #E5E5E5;
	}
}
@media(max-width:1000px){
	.header-a,.header-c{
		height: 55px;
		line-height: 50px;
	}
	.header-a:before{
		height: 55px;
	}
	.header-j{
		height: 55px;
		line-height: 55px;
	}
}


@media(max-width:750px){
	
	.header-dx{
		width: .45rem;
		margin-top: .4rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .05rem;
		margin-bottom: .1rem;
	}
	.header-bd{
		top: 1rem;
		padding: 0 .3rem;
	}
	.header-ss-a{
		width: 7rem;
		margin-left: -3.5rem;
	}
	.header-ss-a .int1{
		width: 6rem;
	}
	
	
	header{
		padding: 0 .3rem;
		height: 1rem;
		border-bottom: 1px solid #E5E5E5;
		box-shadow: 0 0 5px #E5E5E5;
	}
	.logo{
		width: 1.5rem;
		line-height: 1rem;
	}
	
	.header-ch a{
		font-size: .26rem;
		line-height: .6rem;
	}
	.header-ch{padding-top: .25rem;}
	.header-ch-d{
		margin:0 .1rem ;
		margin-top: .15rem;
	}
	.header-nav{
		height: calc(100% - 1rem);
		height: -webkit-calc(100% - 1rem);
		top: 1rem;
		padding: .35rem;
	}
	.header-a, .header-c,.header-j{
		font-size: .28rem;
		line-height: .8rem;
		height: .8rem;
	}
	.header-a:before{
		height: .8rem;
		background-size: .25rem
	}
	.header-b a{
		font-size: .24rem;
		line-height: .7rem;
	}
}



/*底部*/
footer{
	width: 100%;
	background: #2f2f2f;
	padding-bottom:20px;
}
.footer{
	overflow: hidden;
	padding-top: 65px;
}
.footer-lt{
	width: 25%;
	float: left;
	color: #fff;
}
.footer-lt .a1{
	display: inline-block;
	margin-bottom: 30px;
}
.footer-lt *{
	color: #fff;
}
.footer-lt .header-b1,.footer-lt .header-b3{
	font-size: 16px;
	opacity: .6;
}
.footer-lt .header-b2{
	font-size: 24px;
}
.footer-lt .header-b3{
	margin-top: 18px;
}
.footer-lt .header-b4-a>div{
	/*right: inherit;
	left: -40px;*/
}
.header-b4{
	margin-right: 10px;
}

.footer-rt{
	float: right;
	overflow: hidden;
	width: 72%;
	min-height: 340px;
	margin-bottom: 20px;
}
.footer-rt-a{
	width: 16.6666666%;
	float: left;
	padding-right: 15px;
}
.footer-rt-a>div{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
.footer-rt-a>li{
	margin-bottom: 6px;
	line-height: 25px;
}
.footer-rt-a>li>a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	opacity: .5;
}
.footer-rt-a>li>a:hover{
	opacity: 1;
}


.footer-b{
	width: 100%;
	float: left;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.footer-b1{
	font-size: 14px;
	line-height: 2;
	float: left;
	color: rgba(255,255,255,.5);
}
.footer-b1 span{
	margin-left: 15px;
}
.footer-b1 a{
	color: rgba(255,255,255,.4);
}
.footer-b1 a:hover{
	color: rgba(255,255,255,.6);
}
.footer-b2{
	width: 170px;
	height: 40px;
	border: 1px solid rgba(255,255,255,.2); 
	font-size: 12px;
	line-height: 38px;
	color: rgba(255,255,255,.3);
	padding: 0 15px;
	float: right;
	position: relative;
	background: url(/en/images/ico43.png)no-repeat 150px center;
	cursor: pointer;
}
.footer-lj{
	position: absolute;
    left: 0;
    bottom: 40px;
    background: #fff;
    width: 100%;
    padding: 20px 10px 15px 10px;
	display: none;
}
.footer-lj a{
	display: block;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}
.footer-lj a:hover{
	color: #EC1B23;
}
.footer-b1-a{
	display: inline-block;
}
.gotop{
	width: 50px;
	height: 50px;
	background: url(/en/images/ico44.png) no-repeat center;
	position: fixed;
	right: 80px;
	bottom: 10%;
	z-index: 19;
	display: none;
}


.headerL-b1{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	opacity: .6;
}
.headerL-b2{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-family: impact;
	margin-top: 15px;
}
.headerL-b3{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-top: 15px;
	opacity: .6;
}
.headerL-b4{
	margin-top: 15px;
	height: 45px;
	margin-bottom: 5px;
}
.headerL-b4-a{
	display: inline-block;
	position: relative;
	margin-right: 5px;
}
.headerL-b4-a .img2{
	display: none;
}
.headerL-b4-a:hover .img1{
	display: none;
}
.headerL-b4-a:hover .img2{
	display: inline-block;
}
.headerL-b4-a1 .img1{
	opacity: .7;
}
/* .headerL-b4-a:hover{
	opacity: 1;
}
.headerL-b4-a2:hover>img{
	opacity: .6;
}*/
.headerL-b4-a>div{
	width: 120px;
	height: 120px;
	border: 1px solid #E5E5E5;
	border: 1px solid #E5E5E5;
	box-shadow: 0 0 5px #999;
	position: absolute;
	bottom: 45px;
	right: -40px;
	background: #fff;
	display: none;
	padding: 7px;
}
.headerL-b4-a:hover>div{
	display: block;
}

@media(max-width:1600px){
	
    .footer-rt-a>div{
    	font-size: 16px;
    }
    .footer-rt-a>li>a{
    	font-size: 14px;
    }
    .gotop{
    	right: 50px;
    }
}
@media(max-width:1200px){
	
	.gotop{
    	right: 30px;
    }
}
@media(max-width:1000px){
	.footer-rt{
		display: none;
	}
	.footer-lt{
		text-align: center;
		width: 100%;
		line-height: 1;
		padding-bottom: 30px;
	}
	.footer{
		padding-top: 30px;
	}
	.footer-lt .a1{
		display: none;
	}
	.footer-lt>div{
	}
	.header-bx{
		width: 100%;
		height: 1px;
	}
	.footer-lt .header-b4{
		margin-top: 0;
	}
	.footer-b1-a{
		display: block;
	}
	.footer-b1{
		width: 100%;
		text-align: center;
		line-height: 25px;
	}
	.footer-b{
		padding-bottom: 40px;
	}
	footer{
		height: 260px;
	}
	.footer-b2{
		display: none;
	}
	.headerL-bx{
		width: 100%;
	}
	.headerL-b4-a>div{
		width: 100px;
		height: 100px;
		line-height: 86px;
		font-size: 0;
	}
	.headerL-b3{
		margin-top: 15px;
	}
	.headerL-b4{
		margin-top: 5px;
	}


}
@media(max-width:750px){
	.footer-b1{
		font-size: 14px;
		line-height: 1.7;
	}
	.footer-lt .header-b4-a>div{
		/*left: inherit;
		right: 0;*/
	}
	.gotop{
		width: .5rem;
		height: .5rem;
    	right: .3rem;
    	opacity: .6;
    }
    
    .headerL-b1{
		font-size: 14px;
	}
	.headerL-b2{
		font-size: 20px;
		margin-top: 15px;
	}
	.headerL-b3{
		font-size: 14px;
		margin-top: 15px;
	}
	.headerL-b4{
		margin-top: 15px;
	}
	.headerL-b4-a>div{
		left: 0;
		right: inherit;
	}
	.headerL-b4-a:hover>div {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    width: 5rem;
	    height: 5rem;
	    transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	}
}


/*首页*/
.index-swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	
}

.index-slide.swiper-slide-active .animated {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.index-slide.swiper-slide-active .animated-delay0 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.index-slide.swiper-slide-active .animated-delay1 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.index-slide.swiper-slide-active .animated-delay2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.index-slide.swiper-slide-active .animated-delay3 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.index-slide.swiper-slide-active .animated-delay4 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}
.index-slide.swiper-slide-active .animated-delay5 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.footer-slide{
	height: 580px;
}

.index-span{
	right: 30px !important;
	width: 18px;
	text-align: center;
}
.index-span span{
	margin: 12px 5px !important;
	background: #ccc;
	opacity: 1;
}
.index-span span.swiper-pagination-bullet-active{
	width: 18px;
	height: 18px;
	background: url(/en/images/ico57.png) no-repeat center;
	margin-left:0px !important;
}
.index-span.on span{
	background: #fff;
}
.index-span.on span.swiper-pagination-bullet-active{
	background: url(/en/images/ico56.png) no-repeat center;
}



/*banner*/
.ban-swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-video{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-div{
	width: 85%;
	position: relative;
	z-index: 3;
	color: #fff;
	margin: 0 auto;
	max-width: 1600px;
}
.ban-div-a{
	font-size: 42px;
	line-height: 50px;
	padding-top: 290px;
	max-width: 880px;
	position: relative;
	left: 15px;
	opacity: 0;
}
.ban-div-b{
	font-size: 24px;
	line-height: 40px;
	margin-top: 20px;
	max-width: 880px;
	font-family: arial;
	position: relative;
	left: 15px;
	opacity: 0;
}
.ban-div-c{
	width: 150px;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
	left: 15px;
	opacity: 0;
}
.ban-div-c1{
	width: 59px;
	height: 59px;













































































	border-radius:100px;
	background: url(/en/images/ico46.png) no-repeat center;
	float: left;
	cursor: pointer;
}
.ban-div-c2{
	width: 59px;
	height: 59px;
	border-radius:100px;
	background: url(/en/images/ico47.png) no-repeat center;
	float: right;
	cursor: pointer;
}
.ban-div-c>div:hover{
	background-color: rgba(255,255,255,.1);
}

.ban-div-d{
	width: 100%;
	margin-top: 30px;
	position: relative;
	left: 15px;
	opacity: 0;
}

.ban-slide.swiper-slide-active .ban-div-a{
	left: 0;
	opacity: 1;
	transition: all .5s linear .1s;
	-webkit-transition:all all .5s linear .1s;
}
.ban-slide.swiper-slide-active .ban-div-b{
	left: 0;
	opacity: 1;
	transition: all .5s linear .4s;
	-webkit-transition:all all .5s linear .4s;
}
.ban-slide.swiper-slide-active .ban-div-d{
	left: 0;
	opacity: 1;
	transition: all .5s linear .6s;
	-webkit-transition:all all .5s linear .8s;
}
.ban-slide.swiper-slide-active .ban-div-c{
	left: 0;
	opacity: 1;
	transition: all .5s linear .6s;
	-webkit-transition:all all .5s linear .8s;
}
.rtxt{
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 80px;
	
	z-index: 10;
}
.rtxt.on{
	background: rgba(0,0,0,.2);
}

@media(max-width:1600px){
	.index-span{
		right: 20px !important;
	}
	.rtxt{
		right: 50px;
	}
	.ban-div-a{
		font-size: 32px;
		line-height: 50px;
		padding-top: 180px;
		max-width: 750px;
	}
	.ban-div-b{
		font-size: 24px;
		line-height: 40px;
		max-width: 750px
	}
	.ban-div-c{
		margin-top: 50px;
	}
	.ban-div{
		padding: 0 50px;
	}
}
@media(max-width:1200px){
	.ban-video{
		display: none;
	}
	.ban-div-a{
		padding-top: 400px;
	}
	.rtxt{
		display: none;
	}
	.index-span{
		display: none;
	}
}
@media(max-width:1000px){
	.footer-slide{
		height: 280px;
	}
}
@media(max-width:750px){
	.ban-div{
		padding: 0 .3rem;
	}
	.ban-div-a{
		font-size: 20px;
		line-height: 1.6;
		padding-top: 5rem;
		max-width: 6rem;
	}
	.ban-div-b{
		font-size: 15px;
		line-height: 1.7;
		max-width: 6rem;
		margin-top: .3rem;
	}
	.ban-div-c{
		margin-top: .6rem;
		width: 2rem;
	}
	.ban-div-c>div{
		width: .8rem;
		height: .8rem;
		background-size: cover;
	}
	.footer-slide{
		height: 5.5rem;
		background: #2f2f2f;
	}
}

/*首页 解决方案*/
.iprgm-bj{
	background: no-repeat center bottom;
}
.iprgm-hsbj{
	width: 600px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.iprgm{
	width: 100%;
	padding-top: 0;
	position: relative;
	z-index: 2;
	height: 100%;
}
.iprgm-lt{
	width: 50%;
	float: left;
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
	height: 100%;
	background: #fff;
}
.iprgm-ac{
	width: 100%;
	padding-left: 80px;
	padding-right: 50px;
	max-width: 580px;
}
.iprgm-a{
	font-size: 44px;
	color: #000;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}
.iprgm-b{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 30px;
}
.iprgm-c{
	margin-top: 35px;
}
.idx-but{
	display: inline-block;
	width: 140px;
	height: 43px;
	line-height: 40px;
	border-radius: 25px;
	border: 1px solid #fff;
	/* background: #EC1B23; */
	font-size: 14px;
	color: #fff;
	text-align: center;
	transition: all .3s;
	-webkit-transition:all .3s;
}
.idx-but:hover{
	border: 1px solid #EC1B23;
	background: initial;
	color: #fff;
	background: #EC1B23;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.idx-but3{
	display: inline-block;
	width: 125px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	font-size: 13px;
	color: #fff;
	text-align: center;
	transition: all .3s;
	-webkit-transition:all .3s;
	margin-top: 10px;
	border-radius: 25px;
}
.idx-but3:hover{
	border: 1px solid #fff;
	background: initial;
	color: #EC1B23;
	background: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;

}

.iprgm-d{

	width: 100%;
	display: flex;

    align-items: stretch;
    flex-wrap: wrap;
}
.iprgm-d li{
	width: 50%;
	float: left;
	padding: 15px 0;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition:all .3s;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.iprgm-d1{
	font-size: 24px;
	color: #4c4c4c;
	position: relative;
}

.iprgm-d1-a{
	font-size: 24px;
	line-height: 30px;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.iprgm-d1-b{
	font-size: 14px;
	line-height: 20px;

	margin-top: 5px;

	display: none;
	transition: all .3s;
  -webkit-transition:all .3s;


}
.iprgm-d li.on{
	background: #EC1B23;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.iprgm-d li.on .iprgm-d1{
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	/*transition: all .3s;
  -webkit-transition:all .3s;*/
}

.iprgm-d li.on .iprgm-d1-b{
	display: block;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.iprgm-rt{
	width: 50%;
	height: 100%;
	float: right;
	padding-right: 0;
}
.iprgm-span{
	display: none;
}
.iprgm-div{
	position: absolute;
	left: 90px;
	top: 90px;
	color: #fff;
	width: 60%;
}
.iprgm-div>div{
	
}
.idx-but1{
	border: 1px solid #fff;
	color: #fff;
	line-height: 40px; 
}
.idx-but1:hover{
	background: #EC1B23;
	border: 1px solid #EC1B23;
	color: #fff;
}
.iprgm-div>a{
	margin-top: 15px;
}
@media(max-width:1680px){
	.iprgm-lt{
		padding-top: 0;
	}
	.iprgm-d{
	}
}
@media(max-width:1600px){
	.iprgm{
	}
	.iprgm-lt{
		width: 50%;
		padding-top: 0;
	}
	.iprgm-rt{
		width: 50%;
	}
	.iprgm-a{
		font-size: 38px;
	}
	.iprgm-ac{
		padding-left: 50px;
		padding-top: 30px;
	}
	.iprgm-c{
		margin-top: 20px;
	}
	.iprgm-d{
	}
	
	.iprgm-d li{
		padding: 10px 0;
		padding-left: 50px;
		padding-right: 30px;
	}
	.iprgm-d li.on .iprgm-d1{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.iprgm-d1-a{
		font-size: 20px;
	}
	.iprgm-div>div{
	}
	.iprgm-d li.on .iprgm-d1:after{
		top: 24px;
	}
}
@media(max-width:1200px){
	.iprgm-hsbj{
		display: none;
	}
	.iprgm-bj{
		background-size: 150%;
		background-position-x: 0;
	}
	.iprgm-lt{
		width: 100%;
	}
	.iprgm-rt{
		width: 100%;
		padding: 30px;
	}
}
@media(max-width:1000px){
	.iprgm-d{
		display: none;
	}
	.iprgm-ac{
		padding: 0 30px;
		text-align: center;
		max-width: initial
	}
	.iprgm-rt{
		padding: 30px 0;
	}
	.iprgm-span{
		display: block;
		width: 20px !important;
		line-height: 20px;
		left: initial !important;
		right: 20px !important;
		padding-bottom: 30px;
	}
	.iprgm-span span{
		background: initial;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		margin: 0 5px;
		opacity: 1;
	}
	.iprgm-span span.swiper-pagination-bullet-active{
		background: #fff;
	}
}
@media(max-width:750px){
	.iprgm{
		padding-top:2.2rem;
	}
	.iprgm-ac{
		padding: 0 .3rem;
	}
	.iprgm-a{
		font-size: 22px;
		font-weight: bold;
	}
	.iprgm-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .4rem;
	}
	.iprgm-c{
		margin-top: .4rem;
	}
	.idx-but{
		width: 1.8rem;
		font-size: .26rem;
		line-height: .6rem;
		height: .6rem;
	}
	.iprgm-div{
		left: 25px;
		top: 30px;
		width: 70%;
	}
	.iprgm-div>div{
	}
	.iprgm-div>a{
		margin-top: .2rem;
	}
	.idx-but1{
		font-size: .26rem;
		line-height: .58rem;
	}
	.iprgm-span{
		right: .1rem !important;
		top: initial !important; 
		bottom: 0 !important;
		height: auto !important; 
		padding-bottom: .3rem;
		line-height: .15rem;
		transform:initial !important;
	}
	.iprgm-span span{
		width: .1rem;
		height: .1rem;
	}
	.iprgm-rt{
		padding: 0;
		margin-top: 1rem;
	}
	
	.iprgm-swiper{	
		height: 4.7rem;
	}
}


/*首页 产品*/
.ipro{
	padding-top: 120px;
	max-width: 1400px;
	width: 86%;
	margin: 0 auto;
}
.ipro .iprgm-b>div{
	display: inline-block;
	max-width: 860px;
}
.ipro-swiper{
	margin-top: 35px;
	padding-right: 200px;
}

.ipro-swiper .swiper-slide{
	width: 420px;
	height: 480px;

	background: no-repeat center;
	background-size: cover;

	margin-right: 20px;


	transition: all .3s;
  -webkit-transition:all .3s;
}
.ipro-swiper .swiper-slide:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .2;

	z-index: 1;
}
.ipro-div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 60px 55px;
	color: #fff;
	text-align: left;
}
.ipro-a{
	font-size: 24px;
	line-height: 1.3;
}
.ipro-b{
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
	margin-top: 5px;
}
.ipro-c{
	font-size: 16px;
	line-height: 25px;
	margin-top: 30px;
	opacity: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.ipro-d{
	position: absolute;
	left: 55px;
	bottom: 55px;
}
.ipro-swiper .swiper-slide.on{
	width: 500px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.ipro-swiper .swiper-slide.on .ipro-c{
	opacity: 1;
	transition: all .3s;
  -webkit-transition:all .3s;
}
@media(min-width:1600px){
	.ipro .history-sc{
		margin-top: 40px !important;
	}
	.ipro-swiper .swiper-slide{
		height: 460px;
	}
}
@media(max-width:1680px){
	.ipro{
		/*padding-top: 110px;*/
		padding-top: 80px;
	}
	.ipro-swiper .swiper-slide{
		width: 350px;
		height: 350px;
	}
	.ipro-div{
		padding: 30px;
	}
	.ipro-swiper .swiper-slide.on{
		width: 400px;
	}
	.ipro-a{
		font-size: 20px;
	}
	.ipro-b{
		font-size: 26px;
	}
	.ipro-c{
		font-size: 13px;
		line-height: 20px;
		margin-top: 15px;
	}
	.ipro-d{
		left: 30px;
		bottom: 20px;
	}
}
@media(max-width:1600px){
	.ipro{
		/*padding-top: 110px;*/
		padding-top: 80px;
	}
}
@media(max-width:1440px){
	.ipro-swiper .swiper-slide{
		width: 300px;
		height: 300px;
	}
}
@media(max-width:1200px){
	.ipro{
		padding-top: 110px;
	}
	.ipro-swiper .swiper-slide{
		width: 380px;
		height: 400px;
	}
	.ipro-swiper .swiper-slide.on{
		width: 480px;
	}
	.ipro-c{
		font-size: 15px;
		line-height: 25px;
	}
}
@media(max-width:1000px){
	.ipro{
		padding-top: 110px;
	}
}
@media(max-width:750px){
	.ipro{
		padding-top: 1.8rem;
	}
	.ipro-swiper .swiper-slide{
		width: auto;
		height: 5rem;
		margin-right: .2rem;
	}
	.ipro-swiper .swiper-slide.on{
		width: auto;
	}
	.ipro-swiper .swiper-slide.on .ipro-c{
		opacity: 0;
	}
	.ipro-swiper .swiper-slide.swiper-slide-active{
		width: auto;
	}
	.ipro-swiper .swiper-slide.swiper-slide-active .ipro-c{
		opacity: 1;
	}
	.ipro-c{
		font-size: .24rem;
		line-height: .4rem;
	}
	.ipro-swiper{
		margin-top: .8rem;
	}
	.ipro-div{
		padding: .4rem .3rem;
	}
	.ipro-a{
		font-size: .3rem;
	}
	.ipro-b{
		font-size: .36rem;
	}
	.ipro-swiper{
		padding: 0 .8rem;
	}
	.ipro-swiper .swiper-slide.on .ipro-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.ipro-d{
		left: .3rem;
		bottom: .3rem;
	}
}

/*首页 新闻*/
.inews{
	padding: 0 80px;
	overflow: hidden;
}
.inews-lt{
	width: 360px;
	float: left;
	padding-top: 260px;
}
.inews-lt-a{
	width: 150px;
	overflow: hidden;
	margin-top: 125px;
}
.inews-lt-a>div{
	width: 59px;
	height: 59px;
}
.inews-lt-a1{
	background: url(/en/images/ico48.png) no-repeat center;
	background-size: cover;
	float: left;
	transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-lt-a1:hover{
	background-image: url(/en/images/ico48_1.png);
	transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-lt-a2{
	background: url(/en/images/ico49.png) no-repeat center;
	background-size: cover;
	float: right;
	transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-lt-a2:hover{
	background-image: url(/en/images/ico49_1.png);
	  transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-rt{
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	float: right;
	max-width: 1310px;
}
.inews-sc{
	display: none;
}
.inews-swiper{
	height: 100vh;
}
.inews-slide{
	border-left: 1px solid rgba(0,0,0,.1);
	padding: 0 40px;

	padding-top: 175px;
}
.inews-slide>a{

	display: block;

	color: #212121;
}
.inews-a{
	font-size: 18px;
	line-height: 1;
	opacity: .6;
}
.inews-b{
	font-size: 26px;
	line-height: 33px;
	height: 96px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inews-c{
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.inews-cbj{

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;

	left: 0;
	z-index: 2;
	background: no-repeat center;
	background-size: cover;
}
.inews-d{
	font-size: 16px;
	line-height: 30px;
	height: 88px;
	opacity: .5;
	margin-top: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inews-e{
	margin-top: 40px;
}
.inews-e.idx-but1{
	border-color: #EC1B23;
	color: #EC1B23;
}
.inews-slide>a:hover .inews-e.idx-but1{
	background: #EC1B23;
	color: #fff;
}

@media(max-width:1600px){
	.inews{
		padding: 0 50px;
	}
	.inews-lt{
		padding-top: 200px;
	}
	.inews-lt-a{
		margin-top: 50px;
	}
	.inews-slide{
		padding: 0 20px;
		padding-top: 130px;
	}
	.inews-b{
		font-size: 20px;
		line-height: 25px;
		height: 73px;
	}
	.inews-d{
		font-size: 14px;
		line-height: 20px;
		height: 58px;
		margin-top: 15px;
	}
	.inews-e.idx-but1{
		width: 100px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
}

@media(max-width:1200px){
	.inews{
		padding: 0 30px;
	}
	.inews-lt{
		width: 100%;
		text-align: center;
	}
	.inews-lt-a{
		margin-top: 30px;
		margin-left: 50%;
		position: relative;
		left: -75px;
	}
	.inews-rt{
		height: auto;
		width: 100%;
		margin-top: 70px;
	}
	.inews-swiper{
		height: auto;
	}
	.inews-slide{
		padding-top: 0;
		padding: 0 20px;
		border: 0;
	}
}
@media(max-width:1000px){
	.inews-lt{
		padding-top: 130px;
	}
	.inews-d,.inews-e{
		display: none;
	}
}
@media(max-width:750px){
	.inews{
		padding: 0 .3rem;
	}
	.inews-lt{
		padding-top: 1.8rem;
	}
	.inews-lt-a{
		display: none;
	}
	.inews-rt{
		margin-top: .6rem;
	}
	.inews-a{
		font-size: .26rem;
	}
	.inews-b{
		font-size: .3rem;
		line-height: .45rem;
		height: .88rem;
		-webkit-line-clamp: 2;
		margin-top: .2rem;
	}
	.inews-slide{
		padding: 0;
		padding-top: 5rem;
	}
	.inews-c{
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.inews-c img{
		width: 100%;
	}
	.inews-sc{
		display: block;
		padding: 0;
		margin-top: .3rem !important;
	}
}

/*首页 关于伟德体育*/
.iabt-bj{
	background: no-repeat center;
	background-size: cover
}
.iabt{
	padding-top: 185px;
	max-width: 1600px;
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
}
.iabt-lt{
	width: 48%;
	float: left;
	padding-top: 75px;
}
.iabt-a{
	margin-top: 35px;
}
.iabt-b{
	max-width: 280px;
	margin-top: 70px;
	overflow: hidden;
}
.iabt-b li{
	width: 50%;
	max-width: 140px;
	float: left;
	padding-left: 20px;
	background: no-repeat left center;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.iabt-rt{
	width: 1166px;
	float: right;
	position: relative;
}
.iabt-rt li{
	width: 1px;
	height: 1px;
	position: absolute;
}
.iabt-rt li>div{
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	background: no-repeat center;
	background-size: cover;
	animation:divscale 2s linear 0s infinite;
	-moz-animation:divscale 2s linear 0s infinite;
	-webkit-animation:divscale 2s linear 0s infinite;
	-o-animation:divscale 2s linear 0s infinite;
}
@keyframes divscale{
	0%   {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	} 
	50%  {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		
	} 
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes divscale{
	0%   {
		transform: scale(1);
		-ms-transform: scale(1);

		-webkit-transform: scale(1);
	} 
	50%  {

		transform: scale(.8);
		-ms-transform: scale(.8);

		-webkit-transform: scale(.8);
		
	} 
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
} 
@-webkit-keyframes  divscale{
	0%   {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	} 
	50%  {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		
	} 
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-o-keyframes  divscale{
	0%   {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	} 
	50%  {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		
	} 
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.iabt-rt .li1{
	left: 591px;
	top: 222px;
}
.iabt-rt .li2{
	left: 853px;
	top: 215px;
}
.iabt-rt .li3{
	left: 915px;
	top: 204px;
}
.iabt-rt .li4{
	left: 751px;
	top: 363px;
}

.iabt-rt .li5{
	left: 661px;
	top: 199px;
}
.iabt-rt .li6{
	left: 626px;
	top: 263px;
}
.iabt-rt .li7{
	left: 885px;
	top: 255px;
}
.iabt-rt .li8{
	left: 893px;
	top: 343px;
}


.iabt-img{
	display: none;
}

@media(max-width:1680px){
	.iabt{
		padding-top: 140px;
	}
	.iabt-rt{
		width: 816px;
	}
	.iabt-lt{
		width: 48%;
		padding-top: 35px;
	}
	.iabt-rt li>div{
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}
	
	.iabt-rt .li1{
		left: 413px;
		top: 155px;
	}
	.iabt-rt .li2{
		left: 597px;
		top: 150px;
	}
	.iabt-rt .li3{
		left: 640px;
		top: 140px;
	}
	.iabt-rt .li4{
		left: 525px;
		top: 254px;
	}
	
	.iabt-rt .li5{
		left: 462px;
		top: 139px;
	}
	.iabt-rt .li6{
		left: 439px;
		top: 184px;
	}
	.iabt-rt .li7{
		left: 620px;
		top: 178px;
	}
	.iabt-rt .li8{
		left: 625px;
		top: 238px;
	}
}
@media(max-width:1600px){
	.iabt{
		padding-top: 120px;
	}
}
@media(max-width:1200px){
	.iabt-lt{
		width: 48%;
	}
	.iabt-rt{
		float: left;
		margin-top: 50px;
	}
	.iabt{
		padding-top: 130px;
	}
}
@media(max-width:1000px){
	.iabt-a,.iabt-b{
		display: none;
	}
	.iabt{
		text-align: left;
	}
	.iabt-rt{
		display: none;
	}
	.iabt-img{
		width: 100%;
		float: left;
		display: block;
		margin-top: 40px;
	}
}
@media(max-width:750px){
	.iabt{
		padding: 0;
		padding-top: 2rem;
	}
	.iabt-lt{
	}
	.iabt-img{
		margin-top: .9rem;
	}
}




/*内页导航*/
.nynav-bj{
	width: 100%;
	height: 65px;
	background: rgba(0,0,0,.6);
	position: fixed;
	z-index: 29;
	left: 0;
	top: 80px;
	padding: 0 80px;
	padding-left: 50px;
}
.nynav{
	display: flex;
	text-align: center;
	font-size: 0;
}
.nynav a{
	display: inline-block;
	width: 50%;
	height: 65px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 22px;
	color: #fff;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,.4);
	text-align: left;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.nynav a:first-child{
	border-left: 1px solid rgba(255,255,255,.4);
}
.nynav a:hover{
	background: rgba(45,175,180,.5);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.nynav a.on{
	background: rgba(45,175,180,.5);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.nynav-bj.on{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 0 5px #999;
}
.nynav-bj.on a{
	color: #666;
	border-color: #e5e5e5;
}
.nynav-bj.on a:hover{
	background: #2dafb4;
	color: #fff;
}
.nynav-bj.on a.on{
	background: #2dafb4;
	color: #fff;
}
.nynav-bj.cont .nynav{
	display: block;
}
.nynav-bj.cont .nynav a{
	width: 33.333%;
	max-width: 440px;
}
.nynav-md{
	display: none;
}

@media(max-width:1600px){
	.nynav-bj{
		top: 80px;
		height: 50px;
		padding: 0 50px;
	}
	.nynav a{
		height: 50px;
		padding-left: 15px;
		font-size: 14px;
		line-height: 15px;
		padding-top: 18px;
	}
}

@media(max-width:1200px){
	.nynav-bj.mdxs .nynav-md{
		display: block;

		height: 50px;
		width: 100%;
		font-size: 15px;
		color: #fff;
		line-height: 50px;

		background: url(/en/images/ico41_1.png) no-repeat right center;
	}
	.nynav-bj.on .nynav-md{
		color: #333;
		background-image: url(/en/images/ico41.png);
	}
	.nynav-bj.on .nynav-md.on{
		color: #333;
		background-image: url(/en/images/ico41.png);
	}
	.nynav-bj.mdxs .nynav{
		width: calc(100% + 100px);
		width: -webkit-calc(100% + 100px);
		margin-left: -50px;
		padding: 30px 50px;

		display: block;
		background: rgba(0,0,0,.6);
		border-top: 1px solid rgba(255,255,255,.2);
		display: none;
	}
	.nynav-bj.mdxs .nynav a{
		width: 100%;
		border: 0;
		/*color: #333;*/
		
	}
	.nynav-bj.on.mdxs .nynav{
		background: #fff;
	}
	.nynav-bj.on.mdxs.nynav a{
		color: #333;
	}
}
@media(max-width:750px){
	.nynav-bj{
		padding: 0;
		top: 1rem;
		height: .7rem;
	}
	.nynav a{
		height: .7rem;
		font-size: .24rem;
		line-height: .7rem;
		padding: 0;
		text-align: center;
	}
	.nynav-bj.mdxs{
		padding: 0 .3rem;
	}
	.nynav-bj.mdxs .nynav-md{
		font-size: .24rem;
		line-height: .7rem;
		padding: 0 .3rem;
		height: .7rem;
	}
	.nynav-bj.cont .nynav{
		display: flex;
	}
	.nynav-bj.cont .nynav a{
		width: 50%;
	}
}


/*产品中心*/
.product{
	padding-top: 70px;
	padding-bottom: 50px;
}
.product-ul{
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	overflow: hidden;
	margin-top: 65px;
}
.product-ul li{
	width: calc(33.333% - 40px);
	width: -webkit-calc(33.333% - 40px);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}
.product-ul-a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-ul li>a:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.product-a{
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
	position: relative;
}
.product-a>i{
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.product-b{
	padding: 40px 50px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 3;
}
.product-b1{
	font-size: 24px;
	line-height: 30px;
}
.product-b2{
	font-size: 36px;
	line-height: 45px;
	margin-top: 5px;
}

.gymore{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.gymore-div{
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 0;
}
.gymore-div>img{
	animation:rotate 10s linear 0s infinite;
	-moz-animation:rotate 10s linear 0s infinite;
	-webkit-animation:rotate 10s linear 0s infinite;
	-o-animation:rotate 10s linear 0s infinite;
}

@keyframes rotate{0% {transform: rotate(0deg);}  100% {transform: rotate(360deg);}}
@-moz-keyframes rotate{0% {transform: rotate(0deg);}  100% {transform: rotate(360deg);}}
@-webkit-keyframes rotate{0% {transform: rotate(0deg);}  100% {transform: rotate(360deg);}}
@-o-keyframes rotate{0% {transform: rotate(0deg);}  100% {transform: rotate(360deg);}}

.gymore-div>div{
	font-size: 18px;
	line-height: 25px;
	color: #2dafb4;
	margin-top: 10px;
	position: relative;
	top: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.gymore-div:hover>div{
	top: -3px;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:1600px){
	.product-b{
		padding: 30px;		
	}
	.product-b1{
		font-size: 20px;
		line-height: 28px;
	}
	.product-b2{
		font-size: 30px;
		line-height: 40px;
	}
}
@media(max-width:1000px){
	.product-ul li{
		width: calc(50% - 40px);
        width: -webkit-calc(50% - 40px);
	}
}
@media(max-width:750px){
	.product{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.product-ul{
		margin-top: .6rem;
		width: calc(100% + .2rem);
    width: -webkit-calc(100% + .2rem);
	}
	.product-ul li{
		width: calc(50% - .2rem);
    width: -webkit-calc(50% - .2rem);
    margin-right: .2rem;
    margin-bottom: .3rem;

	}

	.product-b{

		padding: .3rem;
	}
	.product-b1{
		font-size: .28rem;
		line-height: .45rem;
	}
	.product-b2{
		font-size: .32rem;
		line-height: .45rem;


		margin-top: .05rem;
		font-weight: bold;
	}
	.gymore-div>img{
		width: .6rem;
	}
	.gymore-div>div{
		font-size: .28rem;
		line-height: .4rem;

		margin-top: .05rem;
	}
}



/*产品详情*/
.productinfo-bj{
	background: #f5f5f5;
	width: 100%;
}
.productinfo{
	padding-top: 65px;
	padding-bottom: 50px;
}
.productinfo-h3{
	font-size: 48px;

	line-height: 60px;
	text-align: center;
	color: #000;
}
.productinfo-ul{
	margin-top: 50px;
	margin-bottom: 60px;
}
.productinfo-ul li{
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	background: #fff;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-li-new{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	z-index: 2;
}
.productinfo-li-new:after{
	content: '';
	width: 80px;
	height: 80px;
	background: #EC1B23;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 0;
	transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}
.productinfo-li-new span{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	position: relative;
	z-index: 2;
	padding-left: 2px;
}
.productinfo-li-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(/en/images/img02.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
	
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-lt{
	width: 400px;
	float: left;
	height: 100%;
	color: #000;
	border-right: 1px solid #e5e5e5;
	position: relative;
	z-index: 2;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-lt>div{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 26px;
	line-height: 32px;
	padding-left: 50px;
	padding-right: 10px;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.productinfo-rt{
	width: calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	max-width: 1230px;
	height: 100%;
	float: right;
	position: relative;
	z-index: 2;
}
.productinfo-rt>div{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-ul li:hover .productinfo-li-bj{
	opacity: 1;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-ul li:hover .productinfo-lt{
	color: #fff;
	border-right-color: rgba(255,255,255,.2);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-ul li:hover .productinfo-rt>div{
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.rmtj{
	padding-top: 80px;
	padding-bottom: 40px;
}
.proinfo-swiper{
	padding-bottom: 80px;
	margin-top: 45px;
}
.proinfo-span span{
	width: 10px;
	height: 10px;
	margin: 0 8px !important;
}
.proinfo-span .swiper-pagination-bullet-active{
	background: #EC1B23;
}

@media(max-width:1600px){
	.productinfo-lt{
		width: 300px;
		
	}
	.productinfo-lt>div{
		padding-left: 20px;
		font-size: 22px;
		line-height: 30px;
	}
	.productinfo-rt{
		width: calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
	}
	.productinfo-rt>div{
		font-size: 16px;
		line-height: 25px;
	}
	.productinfo-h3{
		font-size: 38px;
		line-height: 45px;
	}
}
@media(max-width:1000px){
	.productinfo-lt{
		width: 100%;
		border: 0;
		border-bottom: 1px solid #E5E5E5;
	}
	.productinfo-lt>div{
		position: relative;
		left: inherit;
		top: inherit;
		transform:  inherit;
		padding-left: 0;
		padding: 20px;
		padding-top: 10px;
	}
	.productinfo-ul li{
		height: auto;

	}
	.productinfo-rt{
		width: 100%;
		padding: 20px;
		height: auto;
		line-height: initial;
	}
	.productinfo-rt>div{
		position: relative;
		left: inherit;

		top: inherit;
		transform:  inherit;
	}
}
@media(max-width:750px){
	.productinfo{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.productinfo-h3{
		font-size: .4rem;
		line-height: .55rem;
	}
	.productinfo-ul{
		margin-top: .4rem;
		margin-bottom: .6rem;
	}
	.productinfo-ul li{
		padding: .3rem;
		margin-bottom: .3rem;
	}
	.productinfo-lt{

		

	}

	.productinfo-lt>div{
		padding: .3rem .2rem;
		font-size: .35rem;
		line-height: .45rem;
	}
	.productinfo-rt{
		font-size: .24rem;
		line-height: .4rem;
		padding: .2rem;
	}
	.rmtj{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.proinfo-swiper{
		margin-top: .45rem;
		padding-bottom: 35px;
	}
	.proinfo-span{
		height: 10px !important;
		line-height: 10px !important;
	}
	.proinfo-span span{
		width: .1rem;
		height: .1rem;
		margin: 0 3px !important;
	}
	.productinfo-rt>div{
		font-size: .26rem;
		line-height: .4rem;
	}
}



/*解决方案*/
.programme{
	padding-top: 75px;
	padding-bottom: 85px;
}
.programme-na{
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}
.programme-na>div{
	font-size: 17px;
	color: #808080;
	line-height: 48px;
	display: inline-block;
	padding: 0 15px;
	min-width: 135px;
	margin: 5px;
	background: #ebebeb;
	border-radius: 25px;
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.programme-na>div:hover{
	background: url(/en/images/ico45.png) no-repeat center;
	background-size: cover;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.programme-na>div.on{
	background: url(/en/images/ico45.png) no-repeat center;
	background-size: cover;
	color: #fff;
}

.programme-ul{
	margin-top: 60px;
	overflow: hidden;
}
.programme-ul a{
	display: block;
	width: 48%;
	float: left;
	max-width: 840px;
	margin-bottom: 80px;
}
.programme-ul a:nth-child(2n + 0){
	float: right;
}
.programme-a{
	overflow: hidden;
}
.programme-b{
	width: 100%;
	padding-top: 30px;
	padding-left: 45px;
	padding-right: 110px;
	position: relative;
	color: #000;
}
.programme-b1{
	font-size: 30px;
	height: 34px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.programme-b2{
	font-size: 18px;
	height: 20px;
	line-height: 22px;
	margin-top: 12px;
	opacity: .6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.programme-b:after{
	content: '';
	width: 60px;
	height: 60px;
	background: url(/en/images/ico02.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 30px;
	top: 30px;
}
.programme-ul a:hover .programme-b{
	color: #2dafb4;
}

@media(max-width:1600px){
	.programme-b{
		padding-left: 10px;
		padding-right: 80px;
	}
	.programme-b:after{
		right: 10px;
	}
}
@media(max-width:1000px){
	.programme-b{
		padding-top: 10px;
		padding-left: 0;
		padding-right: 60px;
	}
	.programme-b:after{
		width: 50px;
		height: 50px;
		right: 0;
		top: 10px;
	}
	.programme-b1{
		font-size: 24px;
		line-height: 28px;
		height: 27px;
	}
	.programme-b2{
		font-size: 15px;
		line-height: 20px;
		height: 19px;
		margin-top: 5px;
	}
	.programme-ul a{
		margin-bottom: 30px;
	}
}
@media(max-width:1000px){
	.programme{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.programme-na{
		margin-top: .5rem;
		text-align: left;
	}
	.programme-na>div{
		font-size: .24rem;
		line-height: .6rem;
		min-width: 1.5rem;
		padding: 0 .2rem;
		border-radius: .3rem;
		margin:.05rem;
	}
	.programme-ul{
		margin-top: .6rem;
	}
	.programme-ul a{
		width: 100%;
		margin-bottom: .6rem;
	}
	.programme-b1{
		font-size: 20px;
	}
	.programme-b2{
		font-size: 13px;

	}

	.programme-b:after{

		width: .6rem;

		height: .6rem;
		top: .45rem;
	}
	.programme-b{
		padding-right: .8rem;


	}
}




/*解决方案详情*/
.pgminfo{
	margin-top: 145px;
	overflow: hidden;
}
.pgminfo-lt{
	width: 50%;
	float: left;
	position: relative;
}
.pgminfo-lt-a{
	font-size: 60px;
	color: #fff;
	line-height: 70px;

	position: absolute;
	left: 80px;
	top: 130px;
}
.pgminfo-rt{
	width: 50%;
	float: left;
	padding-top: 85px;
	padding-left: 95px;
	padding-right: 50px;
	padding-bottom: 50px;
	max-width: 860px;
}
.pgminfo-a{
	font-size: 48px;
	line-height: 60px;

	color: #000;
	margin-bottom: 60px;
}
.pgminfo-b{
	font-size: 30px;
	line-height: 1;
	color: #000;
	margin-top: 40px;
}
.pgminfo-c{
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 25px;
}
#pgminfo-txt{
	max-height: 290px;
	overflow-y: auto;
	padding: 10px 0;
	padding-right: 10px;
}
.pgminfo-d{
	margin-top: 25px;
	overflow: hidden;
}
.pgminfo-d li{
	width: 50%;
	float: left;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 6px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	position: relative;
}
.pgminfo-d li:after{
	content: '';
	width: 6px;
	height: 6px;
	background: url(/en/images/ico03.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 12px;
}
.pgminfo-bj{
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 50px;
}
.pgminfo-h4{
	font-size: 36px;
	line-height: 1;
	color: #000;
	text-align: center;
}
.pgminfo-swiper{
	margin-top: 50px;
	padding-bottom: 50px;
}
.pgminfo-sa{
	overflow: hidden;
}
.pgminfo-sb{
	padding: 40px;
	padding-bottom: 0;
}
.pgminfo-sb1{
	font-size: 30px;
	color: #000;
	line-height: 40px;
}
.pgminfo-sb2,.pgminfo-sb3{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-top: 5px;
}
.pgminfo-sb3{
	margin-top: 20px;
}
.applications{
	padding-top: 75px;
	padding-bottom: 130px;
}
.applications-ul{
	margin-top: 50px;
	border-top: 1px solid #E5E5E5;
}
.applications-ul li{
	border-bottom: 1px solid #E5E5E5;
	padding: 50px 0;
	overflow: hidden;
}
.applications-lt{
	width: 300px;
	float: left;
	padding: 0 10px;
	font-size: 30px;
	color: #000;
	line-height: 40px;
}
.applications-rt{
	width: calc(100% - 330px);
	width: -webkit-calc(100% - 330px);
	float: right;
	max-width: 1280px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.applications-a1{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.applications-a2{
	margin-top: 35px;
	font-size: 0;
	overflow: hidden;
}
.applications-a2 img{
	float: left;
	width: calc(25% - 12px);
	width: -webkit-calc(25% - 12px);
	margin-right: 12px;
	margin-bottom: 12px;
}
.applications-b{
	overflow: hidden;
}
.applications-b-li{
	width: 33.333%;
	float: left;
	min-height: 140px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.applications-b1{
	font-size: 24px;
	line-height: 1.3;
	color: #000;
}
.applications-b2{
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 15px;
}
@media(max-width:1680px){
	#pgminfo-txt{
		max-height: 160px;
	}
	.pgminfo-rt{
		padding-top: 55px;
	    padding-left: 55px;
	    padding-right: 40px;
	    padding-bottom: 30px;
	}
}
@media(max-width:1600px){
	.pgminfo-rt{
		padding: 30px;
	}
	.pgminfo-a{
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 25px;
	}
	.pgminfo-b{
		font-size: 24px;
		margin-top: 20px;
	}
	.pgminfo-c{
		font-size: 15px;
		line-height: 25px;
		margin-top: 20px;
	}
	.pgminfo-d{
		margin-top: 20px;
	}
	.pgminfo{
		margin-top: 120px;
	}
	.pgminfo-sb{
		padding: 20px;
	}
	.pgminfo-sb1{
		font-size: 24px;
		line-height: 32px;
	}
	.pgminfo-sb2, .pgminfo-sb3{
		font-size: 15px;
		line-height: 25px;
	}
	.pgminfo-lt-a{
		font-size: 40px;
		left: 50px;
		top: 50px;
	}
	.applications-rt{
		font-size: 16px;
		line-height: 25px;
	}
	.pgminfo-d li{
		font-size: 15px;
		line-height: 25px;
		padding-left: 20px;
	}
	.pgminfo-d li:after{
		top: 10px;
	}
	.applications-a1{
		font-size: 16px;

	}
	.applications-b1{
		font-size: 22px;
	}
	.applications-b2{
		font-size: 16px;
	}
	#pgminfo-txt{

		max-height: 210px;
	}
}
@media(max-width:1200px){
	.applications-lt{
		width: 200px;
		padding-right: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.applications-rt{
		width: calc(100% - 220px);

    width: -webkit-calc(100% - 220px);
	}
	.pgminfo-lt-a{
		left: 30px;
	}
	#pgminfo-txt{
		max-height: 85px;
	}
}
@media(max-width:1000px){
	.pgminfo-lt{
		width: 100%;
	}
	.pgminfo-rt{
		width: 100%;
	}
	#pgminfo-txt{

		max-height: initial;
	}
}
@media(max-width:750px){
	.pgminfo{
		margin-top: 1.7rem;
	}
	.pgminfo-lt-a{
		font-size: .5rem;
		left: .3rem;
		top: .7rem;
	}
	.pgminfo-rt{
		padding: .5rem .3rem;
	}
	.pgminfo-a{
		font-size: .4rem;
		line-height: .55rem;
		margin-bottom: .4rem;
		font-weight: bold;
	}
	.pgminfo-b{
		font-size: .3rem;
		margin-top: .4rem;
		font-weight: bold;
	}
	.pgminfo-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.pgminfo-d{
		margin-top: .2rem;
	}
	.pgminfo-d li{
		width: 100%;
		padding-left: .2rem;
		font-size: .26rem;
		line-height: .45rem;
	}
	.pgminfo-d li:after{
		width: .1rem;
		height: .1rem;
		top: .15rem;
	}
	.pgminfo-bj{
		padding-top: .7rem;
		padding-bottom: .4rem;
	}
	.pgminfo-h4{
		font-size: .36rem;
	}
	.pgminfo-swiper{
		margin-top: .5rem;
		padding-bottom: .5rem;
	}
	.pgminfo-sb{
		padding: .2rem;
	}
	.pgminfo-sb1{
		font-size: 20px;
		line-height: 30px;
	}
	.pgminfo-sb2, .pgminfo-sb3{
		font-size: 12px;
		line-height: 20px;
	}
	.pgminfo-sb3{
		margin-top: .2rem;
	}
	.applications{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.applications-ul{
		margin-top: .5rem;
	}
	.applications-ul li{
		padding: .3rem 0;
	}
	.applications-lt{
		width: 100%;
		font-size: .45rem;
		line-height: .55rem;
		padding: 0;
		font-weight: bold;	
		margin-bottom: .4rem;
	}
	.applications-rt{
		width: 100%;
		font-size: .24rem;
		line-height: .45rem;
		padding: 0;
	}
	.applications-a1{
		font-size: .24rem;
		line-height: .45rem;
	}
	.applications-a2{
		margin-top: .2rem;
	}
	.applications-a2 img{
		width: calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
		margin-right: 10px;
	}
	.applications-b-li{
		width: 100%;
		margin-bottom: .3rem;
		min-height: auto;
		padding: 0;
	}
	.applications-b1{
		font-size: .34rem;
	}
	.applications-b2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
}



/*新闻中心*/
.news{
	padding-top: 80px;
	padding-bottom: 65px;
}
.news-tj{
	margin-top: 55px;
	overflow: hidden;
}
.news-tj li{
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	float: left;
	position: relative;
}
.news-tj li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news-tj li:last-child{
	float: right;
}
.news-tj-a{
	overflow: hidden;
}
.news-tj-b{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/en/images/ico04.png) no-repeat center bottom;
	z-index: 1;
}
.news-tj-c{
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 0 35px;
	position: absolute;
	left: 0;
	bottom: 110px;
	z-index: 3;
}
.news-tj-d{
	width: 100%;
	max-width: 750px;
	font-size: 26px;
	color: #fff;
	line-height: 35px;
	height: 70px;
	padding: 0 35px;
	padding-right: 120px;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-tj-e{
	width: 55px;
	height: 55px;
	background: url(/en/images/ico05.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 40px;
	bottom: 25px;
	z-index: 3;
}
.news-tj li a:hover .news-tj-e{
	background-image: url(/en/images/ico05_1.png);
	
}
.news-cont{
	margin-top: 80px;
	overflow: hidden;
}
.news-lt{
	width: calc(100% - 540px);
	width: -webkit-calc(100% - 540px);
	float: left;

	padding-right: 95px;
	border-right: 1px solid #E5E5E5; 
}

.news-a{

	display: block;


	overflow: hidden;

	padding: 35px 0;
	border-bottom: 1px solid #E5E5E5;
}
.news-a:first-child{
	padding-top: 0;
}

.news-a1{
	width: 310px;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-a1-a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: no-repeat center;
}
.news-a2{

	width: calc(100% - 355px);
	width: -webkit-calc(100% - 355px);
	float: right;
}
.news-a2-a{
	font-size: 24px;
	height: 25px;
	line-height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a2-b{
	font-size: 13px;
	line-height: 1;
	color: #808080;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-a2-c{
	font-size: 15px;
	height: 48px;
	line-height: 25px;
	color: #808080;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-a2-d{
	display: inline-block;
	padding-right: 25px;
	font-size: 13px;
	line-height: 20px;
	margin-top: 50px;
	background: url(/en/images/ico06.png) no-repeat right center;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a:hover .news-a2-a{
	color: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a:hover .news-a2-d{
	color: #2dafb4;
	background-image: url(/en/images/ico07.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}

.news-rt{
	width: 440px;
	float: right;
}
.news-b{
	font-size: 26px;
	color: #000;
	line-height: 1;
	margin-bottom: 38px;
}
.news-c a{
	margin-top: 17px;
	display: block;
	overflow: hidden;
	padding: 25px 45px;
	background: #f5f5f5;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-c1{
	font-size: 24px;
	color: #333;
	line-height: 35px;
	height: 104px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-c2{
	font-size: 12px;
	color: #808080;
	margin-top: 10px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-c a:hover{
	background: url(/en/images/img09.jpg) no-repeat center;
	background-size: cover;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-c a:hover *{
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.page{
	width: 100%;
	height: 80px;
	padding-top: 20px;
	background: #f5f5f5;
	text-align: center;
	font-size: 0;
}
.page .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.page a{
	display: inline-block;
	    zoom: 1;
	vertical-align: top;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	color: #333;
	text-align: center;
	border: 1px solid #F5F5F5;
	margin: 0 2px;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.page a:hover{
	border-color: #33b0aa;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.page a.prev{
	background: url(/en/images/ico08.png) no-repeat center;
	margin-right: 40px;
}
.page a.next{
	background: url(/en/images/ico09.png) no-repeat center;
	margin-left: 40px;
}
.page a[rel=prev]{
	background: url(/en/images/ico08.png) no-repeat center;
	margin-right: 40px;
}
.page a[rel=next]{
	background: url(/en/images/ico09.png) no-repeat center;
	margin-left: 40px;
}
.page a.active{
	border: 0;
	background: url(/en/images/ico10.png) no-repeat center;
	line-height: 40px;
	background-size: cover;
	color: #fff;
}
.news .page{
	margin-top: 50px;
}

@media(max-width:1600px){
	.news-tj-d{
		font-size: 18px;
		line-height: 25px;
		height: 48px;
		bottom: 10px;
		padding-left: 20px;
	}
	.news-tj-c{

		bottom: 65px;
		padding-left: 20px;

	}	
	.news-rt{
		width: 350px;

	}

	.news-c a{
		padding: 20px 30px;

	}
	.news-c1{


		font-size: 18px;

		line-height: 25px;
		height: 72px;
	}
	.news-lt{
		width: calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
    padding-right: 30px;
	}
	.news-a1{
		width: 260px;
	}
	.news-a2{
		width: calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
	}
	.news-a2-d{
		margin-top: 18px;
	}
	.news-a{
		padding: 23px 0;
	}
}
@media(max-width:1000px){
	.news-rt{
		display: none;
	}
	.news-lt{
		width: 100%;
		padding: 0;
		border: 0;
	}
	.news-tj li{
		width: 100%;
		margin-bottom: 25px;
	}
}
@media(max-width:750px){
	.news{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.news-tj{
		margin-top: .5rem;
	}
	.news-tj-e{
		width: .55rem;
		height: .55rem;
		right: .3rem;
		bottom: .4rem;
	}
	.news-tj-d{
		padding-left: .2rem;
		padding-right: 1rem;
		font-size: .26rem;
		line-height: .4rem;
		height: .78rem;
		bottom: .2rem;
	}
	.news-tj-c{
		font-size: .24rem;
		padding: 0 .2rem;
		bottom: 1.2rem;
	}
	.news-cont{
		margin-top: .6rem;
	}
	.news-a1{
		width: 2.5rem;
	}
	.news-a2{
		width: calc(100% - 2.65rem);
    width: -webkit-calc(100% - 2.65rem);
	}
	.news-a2-a{
		font-size: .28rem;
		height: .66rem;
		line-height: .34rem;
		    -webkit-line-clamp: 2;
		font-weight: bold;
	}
	.news-a2-b{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.news-a2-c{
		font-size: .26rem;
		line-height: .4rem;
		height: .38rem;
		margin-top: .1rem;
		-webkit-line-clamp: 1;
		display: none;
	}
	.news-a2-d{
		font-size: .24rem;
		margin-top: -.1rem;
	}
	.news-a{
		padding: .2rem 0;
	}
	.page{
		height: .8rem;
		padding-top: .1rem;
	}
	.page a{
		font-size: .24rem;
		line-height: .6rem;
		width: .6rem;
		height: .6rem;
		margin: 0 .05rem;
	}
	.page a.active{
		line-height: .6rem;
	}
	.page a.prev,.page a[rel=prev]{
		margin-right: .1rem;
	}
	.page a.next,.page a[rel=next]{
		margin-left: .1rem;
	}
	.news .page{
		margin-top: .5rem;
	}
}



/*新闻详情*/
.newsinfo{
	padding-top: 215px;
	padding-bottom: 70px;
	overflow: hidden;
}
.newsinfo-lt{
	width: calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	float: left;
}
.newsinfo-a{
	background: #fff;
	padding: 60px 90px;
	
}
.newsinfo-a1{
	font-size: 36px;
	color: #333;
	line-height: 45px;
}
.newsinfo-a2{
	font-size: 16px;
	color: #8e8e8e;
	line-height: 1;
	margin-top: 20px;
}
.newsinfo-a3{
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #E5E5E5;
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.newsinfo-b{
	display: inline-block;
	float: right;
	margin-top: 25px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsinfo-b:hover{
	opacity: .8;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.newsinfo-rt{
	width: 420px;
	background: #fff;
	padding: 30px;
	float: right;
}
.newsinfo-rt-a{
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.newsinfo-rt-b a{
	display: block;
	
	padding: 25px 0;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsinfo-rt-b a>div{
	font-size: 18px;
	line-height: 30px;
	height: 58px;
	color: #000;
	padding-left: 20px;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.newsinfo-rt-b a>div:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #666;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 13px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsinfo-rt-b a:hover{
	border-bottom-color: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsinfo-rt-b a:hover>div{
	color: #2dafb4;
	transition: all .3s;

  -webkit-transition:all .3s;
}
.newsinfo-rt-b a:hover>div:after{
	background: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:1600px){
	.newsinfo-rt{
		width: 360px;
	}
	.newsinfo-lt{
		width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
	}
	.newsinfo-a1{
		font-size: 26px;
		line-height: 35px;

		
	}
	.newsinfo-a{
		padding: 50px;
	}
}
@media(max-width:1200px){
	.newsinfo-lt,.newsinfo-rt{
		width: 100%;
	}
	.newsinfo-rt{
		margin-top: 40px;
	}
}
@media(max-width:750px){
	.newsinfo{
		padding-top: 2.4rem;
		padding-bottom: .7rem;
	}

	.newsinfo-a{

		padding: .4rem .3rem;
	}
	.newsinfo-a1{
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.newsinfo-a2{
		font-size: .28rem;
		margin-top: .2rem;
	}
	.newsinfo-a3{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		padding-top: .3rem;
	}
	.newsinfo-b{
		width: .8rem;
		margin-top: .2rem;
	}
	.newsinfo-rt{
		margin-top: .3rem;
		padding:.4rem .3rem;
	}
	.newsinfo-rt-a{
		font-size: .34rem;
		font-weight: bold;
		margin-bottom: .2rem;
	}
	.newsinfo-rt-b a{
		padding: .2rem 0;
	}
	.newsinfo-rt-b a>div{
		font-size: .28rem;
		line-height: .4rem;
		height: .78rem;
	}
	.newsinfo-rt-b a>div:after{
		top: .15rem;
	}
}




/*关于伟德体育*/
.about{
	padding-top: 70px;
}
.about-a{
	margin-top: 40px;
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.about-a1{
	width: 100%;
	float: left;
	font-size: 36px;
	line-height: 45px;
	color: #000;
	margin-bottom: 25px;
}
.about-a2{
	width: calc(100 - 580px);
	width: -webkit-calc(100% - 580px);
	float: left;
	max-width: 1040px;
	padding-right: 40px;
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.about-a3{
	width: 580px;
	position: relative;
	overflow: hidden;
	float: right;
}
.about-a3 li{
	width: 33.333%;
	float: left;
}
.about-a3 .li2{
	text-align: center;
}
.about-a3 .li3{
	text-align: right;
}
.about-a3-a{
	font-size: 16px;
	line-height: 1;
	color: #404040;
}
.about-a3-a .sp1{
	font-size: 48px;
	color: #2dafb4;
	line-height: 1;
	font-family: impact;
}
.about-a3-a .sp3{
	color: #2dafb4;
	position: relative;
	top: -20px;
	font-size: 30px;
}
.about-a3-b{
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
.about-b{
	margin-top: 50px;
	overflow: hidden;
}
.about-b .about-a2{
	padding-top: 35px;
}
.about-a3-c{
	display: inline-block;
	text-align: center;
}
.about-a3-c>div{
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	color: #666;
}
.about-c{
	margin-top: 40px;
	padding: 0 100px;
	position: relative;
}
.about-c2{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	padding-top: 10px;
	text-align: center;
}
.aboutC-prev{
	width: 55px;
	height: 55px;
	background: url(/en/images/ico23.png) no-repeat center;
	background-size: cover;
	left: 0 !important;
	margin-top: -40px !important;	
	/*transition: all .3s;
  -webkit-transition:all .3s;*/
}
.aboutC-prev:hover{
	background-image: url(/en/images/ico48_1.png);
	/*transition: all .3s;
  -webkit-transition:all .3s;*/
}
.aboutC-next{
	width: 55px;
	height: 55px;
	background: url(/en/images/ico24.png) no-repeat center;
	background-size: cover;
	right: 0 !important;
	margin-top: -40px !important;
	/*transition: all .3s;
  -webkit-transition:all .3s;	*/
}
.aboutC-next:hover{
	background-image: url(/en/images/ico49_1.png);
	/*transition: all .3s;
  -webkit-transition:all .3s;*/
}
.about-d{
	margin-top: 70px;
	padding: 40px;
	padding-top: 75px;
	background: #f5f5f5;
}
.about-d1{
	font-size: 36px;
	color: #000;
	text-align: center;
	line-height: 1;
}
.about-d2{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.about-d2 li{
	width: 25%;
	float: left;
	height: 230px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0 20px;
}
.about-d2-a{
	height: 60px;
	line-height: 60px;
}
.about-d2-a img{
	max-height: 100%;
}
.about-d2-b{
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;

	color: #000;
}

.about-d2-c{
	font-size: 16px;
	line-height: 25px;

	margin-top: 10px;
	color: #404040;
}
.about-d2-c>span{

	display: block;
}
.about-e{
	padding-top: 75px;
	padding-bottom: 35px;
}

.about-e2{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-top: 25px;
	text-align: center;
}
.about-e2>span{

	display: block;


}
.aboutE-swiper{
	padding-bottom: 50px;
	margin-top: 40px;
}

.swiper-scrollbar-drag{
	height: 5px;
	background: #2dafb4;
	position: relative;
}

@media(max-width:1600px){
	.about-a1{
		font-size: 30px;
		line-height: 38px;
	}
	.about-a3{
		width: 450px;
	}
	.about-a2{
		width: calc(100 - 450px);
    width: -webkit-calc(100% - 450px);
	}
	.about-c{
		padding: 0 70px;
	}
	.history-sc{
		margin-top: 30px;
	}
}
@media(max-width:1400px){
	.about-a2{
		font-size: 16px;
		line-height: 35px;
	}
	.about-a3-b{
		font-size: 14px;
	}
	.about-a3-a .sp1{
		font-size: 44px;
	}
	.about-a3-c>div{
		font-size: 16px;
		line-height: 20px;
	}
}
@media(max-width:1200px){
	.about-d2-c{
		font-size: 13px;
		line-height: 20px;
	}
	.about-d2-b{
		font-size: 20px;
	}
}
@media(max-width:1000px){
	.about-a2{
		width: 100%;
		padding-right: 0;
	}
	.about-a3{
		float: left;
		margin-top: 30px
	}
	.about-d2 li{
		width: 33.333%;
	}
	.about-d2-c{
		font-size: 12px;
		line-height: 18px;
	}
}
@media(max-width:750px){
	.aboutC-next,.aboutC-prev{
		width: .6rem;
		height: .6rem;
		margin-top: -.5rem !important;
	}
	.about-c{
		padding: 0 .8rem;
	}
	.about-c2{
		font-size: .24rem;
		line-height: .4rem;
	}
	.about-d{
		margin-top: .5rem;
		padding: .6rem .3rem;
	}
	.about-d2{
		margin-top: .5rem;
	}
	.about-d2 li{
		width: 50%;
		height: 3.2rem;
		padding: 0 .1rem;
	}
	.about-d2-a{
		height: .7rem;
		line-height: .7rem;
	}
	.about-d2-b{
		font-size: .32rem;
		margin-top: .15rem;
	}
	.about-d2-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.about-d2-c>span{
		display: inline;
	}
	.about-e{
		padding-top: .7rem;
	}
	.aboutE-swiper{
		margin-top: .5rem;
		padding-bottom: .5rem;
	}
	.history-swiper{
		margin-top: .5rem;
	}
	.history-b{
		font-size: .26rem;
		line-height: .40rem;
		height: .78rem;
	}
	.history-a{
		font-size: .4rem;
		font-weight: bold;
		margin-bottom: .1rem;
	}
	.history-c{
		margin-top: .1rem;
		margin-bottom: .2rem;
	}
	.about{
		padding-top: .7rem;
	}
	.about-a{
		margin-top: .5rem;
		padding-top: .4rem;
	}
	.about-a1{
		font-size: .35rem;
		line-height: .45rem;
		margin-bottom: .2rem;
	}
	.about-a2{
		font-size: .26rem;
		line-height: .45rem;
	}
	.about-a3-a{
		font-size: .26rem;
	}
	.about-a3-a .sp1{
		font-size: .5rem;
	}
	.about-a3{
		width: 100%;
	}
	.about-a3-a .sp3{
		font-size: .35rem;
		top: -.15rem;
	}
	.about-a3-b{
		font-size: .24rem;
		line-height: .4rem;
	}
	.about-b{
		margin-top: .5rem;
	}
	.about-b .about-a2{
		padding-top: 0;
	}
	.about-a3-c>img{
		width: 1rem;
	}
	.about-a3-c>div{
		font-size: .26rem;
		line-height: .4rem;
	}
	.about-c{
		margin-top: .4rem;
	}
}





/*企业文化*/
.culture-bj{
	background: no-repeat center;
	background-size: cover;
	height: 960px;
	margin-top: 80px;
}
.culture{
	padding-top: 160px;
	overflow: hidden;
}
.culture-lt{
	width: calc(100% - 470px);
	width: -webkit-calc(100% - 470px);
	max-width: 835px;
	float: left;
	padding-right: 30px;
}
.culture-a{
	font-size: 60px;
	color: #333;
	line-height: 1;
	padding-top: 60px;
	margin-bottom: 90px;
}
.culture-b{
	margin-bottom: 50px;
}
.culture-b1{
	font-size: 22px;
	line-height: 40px;
	color: #333;
}
.culture-b1>img{
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.culture-b2{
	font-size: 28px;
	color: #333;
	line-height: 35px;
	margin-top: 5px;
}
.culture-rt{
	width: 470px;
	float: left;
	padding: 50px 0;
	position: relative;
}
.culture-swiper{
	height: 580px;
}
.culture-prev,.culture-next{

	width: 40px;
	height: 25px;
	background: url(/en/images/ico15.png) no-repeat center;

	position: absolute;

	top: 0;

	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}
.culture-next{
	background: url(/en/images/ico16.png) no-repeat center;
	top: inherit;
	bottom: 0;
}
@media(max-width:1600px){
	.culture-rt{
		width: 350px;
	}
	.culture-swiper{
		height: 420px;
	}
	.culture-a{
		font-size: 40px;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.culture-lt{
		width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    padding-left: 100px;
	}
	.culture-b2{
		font-size: 20px;
		line-height: 30px;
	}
	.culture-b1>img{
		width: 30px;
	}
	.culture-b1{
		font-size: 18px;
	}
	.culture{
		margin-top: 0px;
	}
	.culture-bj{
		margin-top: 70px;
	}
	.culture-lt{
		padding-left: 0;
	}
}
@media(max-width:1000px){
	.culture-rt{
		width: 300px;
	}
	.culture-swiper{
		height: 380px;
	}
	.culture-lt{
		width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
	}
}
@media(max-width:750px){
	.culture-bj{
		margin-top: 1rem;
		height: auto;
	}
	.culture-lt{
		width: 100%;
	}
	.culture{
		padding-top: 1.5rem;
		padding-bottom: .8rem;
	}
	.culture-a{
		font-size: .5rem;
		padding-top: 0;
		margin-bottom: .3rem;
	}
	.culture-b1{
		font-size: 16px;
	}
	.culture-b{
		margin-bottom: .3rem;
	}
	.culture-b2{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: 0;
	}
	.culture{
		text-align: center;
	}
	.culture-rt{
		display: inline-block;
		float: inherit;
		width: 6.5rem;
	}
	.culture-swiper{
		height: 8.5rem;
	}
	.culture-lt{
		display: inline-block;
		float: initial;
		width: 6.5rem;
		text-align: left;
		padding: 0;
		margin-bottom: .5rem;
	}
}




/*联系伟德体育*/
.contact{
	padding-top: 70px;
}
.contact-idx{
	margin-top: 45px;
	padding-bottom: 20px;
	overflow: hidden;
}
.contact-idx .iabt{
	padding: 0 !important;
}
.outlets-bj{
	width: 100%;
	background: #f5f5f5;
}
.outlets{
	padding-bottom: 45px;
	padding-top: 80px;
}
.outlets-a{
	font-size: 36px;
	line-height: 1;
	color: #000;
	text-align: center;
}
.outlets-b{
	text-align: center;
	margin-top: 35px;
}
.outlets-b li{
	font-size: 16px;
	color: #666;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 25px;
	border: 1px solid #E5E5E5;
	display: inline-block;
	margin: 0 2px;
	min-width: 155px;
	background: #fff;
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.outlets-b li:hover{
	color: #fff;
	background: #EC1B23;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.outlets-b li.on{
	color: #fff;
	background: #EC1B23;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.outlets-c{
	width: 103.4%;
	overflow: hidden;
	margin-top: 50px;
	overflow: hidden;
}
.outlets-c li{
	width: 21.6%;
	margin-right: 3.4%;
	float: left;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
	margin-bottom: 45px;
}
.outlets-c1{
	font-size: 22px;
	color: #000;
	line-height: 26px;
	height: 50px;
}
.outlets-c2{
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	color: #666;
	padding-left: 30px;
	background: url(/en/images/ico17.png) no-repeat left center;
}
.outlets-c3{
	background-image: url(/en/images/ico18.png);
}

@media(max-width:1600px){
	.outlets-c1{
		font-size: 18px;
	}
}
@media(max-width:1200px){
	.outlets-c li{
		width: 46.6%;
	}
	
}
@media(max-width:1000px){
	.contact-idx .iabt-b{
		display: block;
		margin-top: 30px;
	}
}
@media(max-width:750px){
	.contact{
		padding-top: .7rem;
	}
	.contact-idx{
		margin-top: .5rem;
	}
	.outlets{
		padding-top: .7rem;
		padding-bottom: .4rem;
	}
	.outlets-a{
		font-size: .36rem;
		font-weight: bold;
	}
	.outlets-b li{
		font-size: .22rem;
		line-height: .6rem;
		padding: 0 .2rem;
		min-width: initial;
		margin: 0;
		margin-bottom: .1rem;
	}
	.outlets-b{
		margin-top: .4rem;
		text-align: left;
	}
	.outlets-c{
		margin-top: .4rem;
		width: 100%;
	}
	.outlets-c1{
	}
	.outlets-c li{
		width: 100%;
		margin: 0;
		margin-bottom: .4rem;
	}

	.outlets-c1{
		font-size: 16px;
		line-height: 22px;
		height: 42px;

	}
	.outlets-c2{
		font-size: 12px;
	}
}



/*加入伟德体育*/
.join{
	padding-top: 85px;
	padding-bottom: 75px;
}
.join-tit{
	width: 100%;
	margin-top: 70px;
	background: #2dafb4;
	padding: 0 60px;
	height: 65px;
	overflow: hidden;
	color: #fff;
}
.join-li{
	line-height: 65px;
	padding-right: 10px;
}
.join-li>span{
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
}
.join-li6{
	width: 100px;
	float: right;
}
.join-li2,.join-li3,.join-li4{
	width: 260px;
	float: left;
}
.join-li1{
	width: calc(45% - 440px);
	width: -webkit-calc(45% - 440px);
	float: left;
}
.join-li5{
	width: calc(55% - 440px);
	width: -webkit-calc(55% - 440px);
	float: left;
}
.join-div{
	border: 1px solid #E5E5E5;
	border-bottom: inherit;
}
.join-list{
	border-bottom: 1px solid #E5E5E5;
}
.join-top{
	height: 65px;
	overflow: hidden;
	padding: 0 60px;
}
.join-sp1{
	line-height: 1.2;
	color: #2dafb4;
	border-bottom: 1px solid #2dafb4;
	cursor: pointer;
}
.join-sp1:hover{
	opacity: .9;
}
.join-i1{
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/en/images/ico19.png) no-repeat center;
	float: right;
	cursor: pointer;
	display: none;
}
.join-top.on{
	background: #dddddd;
}
.join-top.on .join-sp1{
	display: none;
}
.join-top.on .join-i1{
	display: block;
}

.join-cont{
	border: 2px solid #dddddd;
	padding: 55px;
	display: none;
}
.join-a{
	overflow: hidden;
	margin-bottom: 30px;
}
.join-a1{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	width: 50%;
	float: left;
	padding-right:10px ;
	margin-bottom: 10px;
}

.join-b{
	font-size: 16px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 25px;
	font-weight: bold;
}
.join-c{
	font-size: 15px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 45px;
}
.join-d{
	display: inline-block;
	width: 130px;
	height: 45px;
	font-size: 15px;
	color: #fff;
	line-height: 43px;
	text-align: center;
	background: #EC1B23;
	border: 1px solid #EC1B23;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.join-d:hover{
	color: #EC1B23;
	background: initial;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.join-a{
	display: none;
}


.jointk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 59;
	background: rgba(0,0,0,.5);
	display: none;
}
.jointk{
	width: 680px;
	min-height: 500px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -340px;
	padding-bottom: 20px;
	background: #fff;
	text-align: center;
}
.jointk-tit{
	font-size: 30px;
	color: #000;
	line-height: 1;
	padding-top: 55px;
}
.jointk-gb{
	width: 30px;
	height: 30px;
	background: url(/en/images/ico38.png) no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.jointk-form{
	display: inline-block;
	width: 460px;
	margin-top: 40px;
	overflow: hidden;
}
.jointk-form li{
	width: 100%;
	height: 47px;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
	margin-bottom: 12px;
}
.jointk-a{
	width: 45px;
	height: 45px;
	line-height: 45px;
	float: left;
}
.jointk-b{
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	float: left;
	margin-top: 14px;
}
.jointk-c{
	width: calc(100% - 48px);
	width: -webkit-calc(100% - 48px);
	float: left;
	border: 0;
	font-size: 16px;
	line-height: 45px;
	padding: 0 15px;
}
.jointk-form li.li4{
	width: calc(100% - 100px);

	width: -webkit-calc(100% - 100px);
	overflow: initial;
}
.jointk-cc{
	width: 410px;
	margin-left: 48px;
}
.jointk-cc .jointk-c{
	width: 310px;
}
.jointk-cc .captcha{
	max-width: 87px;
	max-height: 47px;




	margin-left: 13px;
}
.jointk-cc .captcha_no{
	display: none;
}
.yzimg{
	width: 87px;
	height: 47px;
	border: 1px solid #ccc;
	float: right;
	line-height: 45px;

	text-align: center;

	font-size: 0;

}
.yzimg img{


	max-height: 100%;

}
.jointk-sub{
	display: inline-block;

	width: 130px;

	height: 45px;
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	background: #EC1B23;
	border: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.jointk-sub:hover{
	background: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.jointk-e{
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #8b8b8b;
	text-align: left;
}
.jointk-e1{
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	padding-right: 10px;
	cursor: pointer;
}
.jointk-f{
	margin-top: 5px;
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	display: none;
}
.jointk-f1{
	margin-left: -90px;
}




@media(max-width:1600px){
	.join-li2, .join-li3, .join-li4{
		width: 150px;
	}
	.join-li1{
		width: calc(45% - 290px);
       width: -webkit-calc(45% - 290px);
	}
	.join-li5{
		width: calc(55% - 290px);
        width: -webkit-calc(55% - 290px);
	}
	.join-li>span{
		font-size: 13px;
		line-height: 20px;
	}
} 
@media(max-width:1200px){
	.join-a{
		display: block;
	}
	.join-li2, .join-li3, .join-li4,.join-li5{
		display: none;
	}
	.join-li1{
		width: calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
	}
	.join-tit{
		padding: 0 30px;
	}
	.join-top{
		padding: 0 30px;
	}
	.join-cont{
		padding: 40px;
	}
}
@media(max-width:750px){
	.join{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.join-tit{
		margin-top: .5rem;
		height: .7rem;
		padding: 0 .3rem;
	}
	.join-li{
		line-height: .7rem;
	}
	.join-li>span{
		font-size: .24rem;
		line-height: .3rem;
	}
	.join-li6{
		width: 1.5rem;
		padding-right: 0;
	}
	.join-top{
		padding: 0 .3rem;
		height: .7rem;
	}
	.join-i1{
		width: .6rem;
		height: .6rem;
		margin-top: .1rem;
	}
	.join-cont{
		padding: .4rem .3rem;
	}
	.join-a{
		margin-bottom: .4rem;
	}
	.join-a1{
		width: 100%;
		font-size: .26rem;
		line-height: .45rem;
	}
	.join-b{
		font-size: .3rem;
		margin-bottom: .2rem;
	}
	.join-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .3rem;
	}
	.join-d{
		width: 1.8rem;
		height: .7rem;
		font-size: .26rem;
		line-height: .68rem;
	}
	
}
@media(max-width:750px){
	.jointk{
		width: 7rem;
		margin-left: -3.5rem;
		padding: .3rem;
	}
	.jointk-form{
		width: 100%;
	}
	.jointk-tit{
		font-size: .35rem;
		padding-top: .5rem;
		font-weight: bold;
	}
	.jointk-form{
		margin-top: .5rem;
	}
	.jointk-form li{
		height: .7rem;
	}
	.jointk-a{
		width: .7rem;
		height: .68rem;
		line-height: .68rem;
	}
	.jointk-c{
		font-size: .26rem;
		line-height: .65rem;
		padding: 0 .2rem;
	}
	.jointk-b{
		height: .3rem;
		margin-top: .2rem;
	}
	.yzimg{
		width: 1.4rem;
		height: .7rem;
		line-height: .65rem;
	}
	.jointk-form li.li4{
		width: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
	}
	.jointk-e{
		margin-top: .1rem;
	}
	.jointk-sub{
		width: 2rem;
		height: .7rem;
		font-size: .28rem;
		line-height: .7rem;
		margin-top: .3rem;
	}
	.jointk{
		min-height: 8rem;
		padding-bottom: .3rem;
		margin-top: -4rem;
	}
	.jointk-cc{
		width: 6.1rem;
		margin-left: .7rem;
	}
	.jointk-cc .jointk-c{
		width: 4rem;
	}
	.jointk-cc .captcha{
		max-width: 1.4rem;
		max-height: .7rem;
		height: .5rem;
		margin-top: .08rem;
		margin-left: .25rem;
		float: left;
		line-height: .7rem;
	}
	

	
}



/*可持续开展*/
.responsibility-txt{
	display: inline-block;
	max-width: 1000px;
}
.responsibility-swiper{
	padding-left: 80px;
	padding-right: 180px;
} 
.responsibility-swiper .swiper-slide{
	width: 400px;
	height: 370px;
	padding: 35px 50px;
	color: #666;
	text-align: left;
	background: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-a{
	height: 90px;
	line-height: 90px;
}
.responsibility-a img{
	max-height: 100%;
}

.responsibility-a .img2{

	display: none;
}

.responsibility-b{


	font-size: 36px;
	line-height: 1;
	margin-top: 45px;
}
.responsibility-c{

	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}
.responsibility-swiper .swiper-slide:hover{
	background: #2dafb4;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-swiper .swiper-slide:hover .responsibility-a .img1{
	display: none;
}
.responsibility-swiper .swiper-slide:hover .responsibility-a .img2{
	display: inline-block;
}

.responsibility .history-sc{
	padding-left: 55px;
	margin-top: 75px;
}
.responsibility-div{
	padding-top: 90px;
	padding-bottom: 40px;
}
.responsibility-list{
	margin-top: 55px;
	width: 102.7%;
	overflow: hidden;
}
.responsibility-list a{
	display: block;
	width: 22.3%;
	margin-right: 2.7%;
	margin-bottom: 40px;
	float: left;
}
.responsibility-f{
	overflow: hidden;
}
.responsibility-e{
	border: 1px solid #E5E5E5;
	padding: 30px;
}
.responsibility-e1{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-e2{
	font-size: 12px;
	color: #666;
	margin-top: 12px;
	margin-bottom: 15px;
	line-height: 1;
}
.responsibility-e3{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.responsibility-e4{
	width: 130px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	border-radius: 25px;
	background: #EC1B23;
	margin-top: 20px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-list a:hover .responsibility-e1{
	color: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-list a:hover .responsibility-e4{
	background: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:1600px){
	.responsibility-swiper .swiper-slide{
		width: 320px;
		height: 280px;
		padding: 30px;
	}
	.responsibility-swiper{
		padding-left: 50px;
	}
	.responsibility-b{
		font-size: 30px;
		margin-top: 25px;
	}
	.responsibility-e{
		padding: 20px;
	}
	.responsibility-e1{
		font-size: 20px;
	}
	
}
@media(max-width:1000px){
	.responsibility-list a{
		width: 47.3%;
	}
}
@media(max-width:750px){
	
	.about-d1{
		font-size: .38rem;
		font-weight: bold;
	}
	.about-e2{
		font-size: .285rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.about-e2>span{
		display: inline;
	}
	.responsibility-swiper{
		width: calc(100% - .6rem);
		margin-top: .5rem;
		padding:0;
	}
	.responsibility .history-sc{
		margin-top: .4rem;
		padding: 0 .3rem;
	}
	.responsibility-swiper .swiper-slide{
		width: 100%;
		height: 3.5rem;
		padding: .4rem;
	}
	.responsibility-a{
		height: .9rem;
		line-height: .9rem;
	}
	.responsibility-b{
		font-size: .32rem;
		margin-top: .2rem;
	}
	.responsibility-c{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.responsibility-div{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.responsibility-list{
		margin-top: .5rem;
	}
	.responsibility-e{
		padding: .2rem;
	}
	.responsibility-e1{
		font-size: .28rem;
		line-height: .4rem;
		height: .78rem;
		font-weight: bold;
	}
	.responsibility-e2{
		margin: .1rem 0;
	}
	.responsibility-e3{
		font-size: .24rem;
		line-height: .4rem;
		height: .78rem;
		display: none;
	}
	.responsibility-e4{
		width: 1.8rem;
		font-size: .24rem;
		line-height: .6rem;
		height: .6rem;
		margin-top: .2rem;
	}
	.responsibility-list a{
		margin-bottom: .2rem;
	}
}



/*社会公益*/
.welfare{
	padding-top: 90px;
	padding-bottom: 60px;
}
.welfare-list{
	width: calc(100% + 25px);
	width: -webkit-calc(100% + 25px);
	overflow: hidden;
	margin-top: 55px;

}
.welfare-list a{
	display: block;
	color: #666;

	width: calc(33.333% - 25px);
	width: -webkit-calc(33.333% - 25px);

	float: left;
	margin-right: 25px;
	margin-bottom: 25px;

	padding: 60px 65px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
.welfare-a{
	overflow: hidden;
}
.welfare-b{
	font-size: 24px;
	line-height: 35px;
	height: 68px;
	margin-top: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare-c{
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
}
.welfare-d{
	font-size: 16px;
	line-height: 25px;
	height: 48px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.welfare-e{
	border: 1px solid #2dafb4;
	width: 130px;
	height: 45px;
	font-size: 16px;
	color: #2dafb4;
	line-height: 43px;
	text-align: center;
	margin-top: 35px;
	border-radius: 25px;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare-list a:hover .welfare-b{
	color: #EC1B23;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare-list a:hover .welfare-e{
	color: #fff;
	border-color: #EC1B23;
	background: #EC1B23;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare .page{
	background: #fff;
	margin-top: 40px;
}
.welfare .page a{
	border-color: #fff;
}
.welfare .page a:hover{
	border-color: #EC1B23;
}
.rlyinfo .newsinfo-lt{
	width: 100%;
}

@media(max-width:1600px){
	.welfare-list a{
		padding: 30px;
	}
	.welfare-b{
		font-size: 20px;
		line-height: 25px;
		height: 48px;
	}
	

}
@media(max-width:1000px){
	.welfare-list a{
		width: calc(50% - 25px);
    width: -webkit-calc(50% - 25px);
	}
}
@media(max-width:750px){
	.welfare{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.welfare-list{
		    width: calc(100% + .2rem);
    width: -webkit-calc(100% + .2rem);
    margin-top: .5rem;
	}
	.welfare-list a{
		width: calc(50% - .2rem);
    width: -webkit-calc(50% - .2rem);
    margin-right: .2rem;
    margin-bottom: .3rem;
    padding: .2rem;
	}
	.welfare-b{
		font-size: .28rem;
		line-height: .4rem;
		height: .78rem;
		margin-top: .1rem;
		font-weight: bold;
	}
	.welfare-c{
		margin-top: .1rem;
	}
	.welfare-d{
		font-size: .24rem;
		line-height: .4rem;
		height: .78rem;
		margin-top: .1rem;
		display: none;
	}
	.welfare-e{
		width: 1.8rem;
		height: .7rem;
		font-size: .24rem;
		line-height: .68rem;
		margin-top: .2rem;
	}
	.welfare .page{
		margin-top: .4rem;
	}
}



/*智能制造*/
.intelligence{
	padding-top: 90px;
	padding-bottom: 90px;
}
.intelligence-a{
	margin-top: 60px;
	position: relative;
}
.intelligence-a1{
	width: 100%;
	
}
.intelligence-a1 li{
	position: relative;
	display: none;
}
.intelligence-a1 li>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/en/images/ico29.png) no-repeat center;
	background-size: cover;
}
.intelligence-a1 li>div{
	width: calc(100% - 900px);
	width: -webkit-calc(100% - 900px);
	font-size: 24px;
	color: #fff;
	line-height: 35px;
	padding: 0 50px;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.intelligence-a2{
	display: flex;
	background: #fff;
	padding-top: 15px;
	max-width: 900px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.intelligence-a2 li{
	position: relative;
	margin-left: 15px;
	
}
.intelligence-a2 li>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
	background-size: cover;
}
.intelligence-a2 li.on{
	border: 2px solid #2dafb4;
}
.intelligence-bc{
	/*overflow: hidden;*/
	margin-top: 85px;
	min-height: 605px;
}
.intelligence-b{
	width:47%;
	max-width: 740px;
	padding-right: 30px;
	float: left;
	padding-top: 85px;
	padding-bottom: 50px;
}
.intelligence-b1{
	font-size: 36px;
	color: #000;
	line-height: 1;

}
.intelligence-b2{
	font-size: 18px;



	color: #666;
	line-height: 35px;

	margin-top: 35px;

}
.intelligence-b3{
	margin-top: 70px;
}
.sfszul{
	overflow: hidden;
}

.sfszul li{
	width: 33.333%;
	float: left;
	padding-right: 10px;
}
.sfszul-a{
	font-size: 18px;
	line-height: 1;
	color: #2dafb4;
}
.sfszul-a .sp1{
	font-size: 48px;
	font-family: impact;
}
.sfszul-a .sp2{
	font-size: 22px;
	position: relative;
	top: -20px;
}
.sfszul-b{
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-top: 5px;
}

.intelligence-c{
	width: 53%;
	padding-left: 50px;
	position: relative;
	float: right;
}
.intelligence-swiper{
	width: calc(100% + 80px);
	width: calc(100% + 80px);
}
.intelligence-swiper .swiper-slide{
	
}
.intelligence-span{
	display: inline-block !important;
	width: 40px !important;
	bottom: 0 !important;
	left: 0 !important;
	line-height: 1 !important;
}
.intelligence-span span{
	margin: 0 15px !important;
	margin-top: 10px !important;
}

.intelligence-span .swiper-pagination-bullet-active{
	background: #acd259;
}
@media(max-width:1600px){
	.intelligence-a2{
		max-width: 500px;
	}
	.intelligence-a2 li{
		max-width: 150px;
	}
	.intelligence-a1 li>div{
		width: calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
    padding: 0 30px;
    font-size: 18px;
    line-height: 25px;
	}
	.intelligence-b{
		padding-top: 0;
	}
	.intelligence-b2{
		font-size: 15px;
		line-height: 25px;
		margin-top: 20px;
	}
	.intelligence-b3{
		margin-top: 40px;
	}
	.intelligence-swiper{
		width: calc(100% + 50px);
    width: calc(100% + 50px);
	}
	.intelligence-bc{
		min-height: 500px;
	}
}
@media(max-width:1000px){
	.intelligence-a2{
		display: block;
		position: relative;
		bottom: inherit;
		right: auto;
		margin-top: 30px;
		width: 100%;
		padding: 0;
		font-size: 0;
		text-align: center;
		max-width: initial;
	}
	.intelligence-a2 li{
		display: inline-block;
		width: 19%;
		margin: 0 0.5%;
	}
	
	/*.intelligence-a2 li:first-child{
		margin-left: 0;
	}*/
	.intelligence-a1 li>div{
		width: 100%;
	}
	.intelligence-bc{
		height: auto;
	}
	.intelligence-b{
		float: inherit;
		width: 100%;
	}
	.intelligence-c{
		width: 100%;
		float: inherit;
		padding-bottom: 30px;
		padding-left: 0;
	}
	.intelligence-span{
		width: 100% !important;
	}
	.intelligence-swiper{
		width: 100%;
	}
}
@media(max-width:750px){
	.intelligence{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.intelligence-a{
		margin-top: .5rem;
	}
	.intelligence-a1 li>div{
		font-size: .26rem;
		line-height: .4rem;
		padding: 0 .3rem;
		bottom: .2rem;
	}
	.intelligence-a2{
		margin-top: .3rem;
	}
	.intelligence-a2 li{
		width: 32.333%;
	}
	.intelligence-bc{
		min-height: auto;
		margin-top: .6rem;
	}
	.intelligence-b1{
		font-size: .42rem;
		font-weight: bold;
	}
	.intelligence-b2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.intelligence-b3{
		margin-top: .3rem;
	}
	.sfszul-a{
		font-size: .28rem;
	}
	.sfszul-a .sp1{
		font-size: .45rem;
	}
	.sfszul-a .sp2{
		font-size: .32rem;
		top: -.2rem;
	}
	.sfszul-b{
		font-size: .24rem;
		line-height: .4rem;
	}
	.intelligence-b{
		padding: 0;
		margin-bottom: .4rem;
	}
	.intelligence-span span{
		margin: 0 .15rem !important;
	}
}


/*科技立异*/
.innovate-a{
	padding-top: 85px;
	padding-bottom: 60px;
}
.innovate-a1{
	margin-top: 40px;
}

.innovate-bc{
	position: relative;
	height: 680px;
	overflow: hidden;
}
.innovate-bc-bj{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	height: 100%;

	overflow: hidden;
	z-index: 1;
}
.innovate-bc-lt{
	width: 50%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	position: absolute;
	top:0;
	left: 0;
}
.innovate-bc-rt{
	width: 50%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	position: absolute;
	top:0;
	right: 0;
}
.innovate-bc-cont{
	overflow: hidden;
}
.innovate-b{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 680px;

	position: relative;
	z-index: 2;
}

.innovate-c{

	width: 50%;
	float: right;

	padding-top: 105px;

	padding-left: 50px;
	position: relative;

	z-index: 2;
}
.innovate-c1{
	overflow: hidden;
	position: relative;
	padding: 0 85px;
}
.innovateC-swiper{
	text-align: center;
}
.innovateC-swiper .swiper-wrapper{
	z-index: 2;
}
.innovate-c3{
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	z-index: 1;
}
.innovate-c2{
	display: inline-block;
	width: 99px;
	height: 231px;
	background: url(/en/images/ico31.png) no-repeat center;
}
.innovateC-swiper .swiper-slide:nth-child(2n + 0) .innovate-c2{
	background-image: url(/en/images/ico32.png);
	margin-top: 221px;
}
.innovate-c2-a{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 18px;
	margin-left: 20px;
	position: relative;
}
.innovate-c2-a1{
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.innovateC-swiper .swiper-slide:nth-child(2n + 0) .innovate-c2-a{
	margin-top: 152px;
}
.innovateC-prev,.innovateC-next{
	width: 60px;
	height: 60px;
	background:url(/en/images/ico34.png) no-repeat center;
	background-size: cover;
	margin-top: -35px;
}
.innovateC-prev{
	left: 0;
}
.innovateC-next{
	background-image: url(/en/images/ico34_1.png) ;
	right: 0;
}

.innovate-d-bj{
	background: #f5f5f5;
}
.innovate-d{
	padding-top: 75px;
	padding-bottom: 85px;
}
.innovate-p18{
	font-size: 18px;
	color: #666;
	line-height: 38px;
	text-align: center;
	margin-top: 25px;
}
.innovate-p18 .div1{
	display: inline-block;
	max-width: 1000px;
}
.innovate-p18 .div1>div{
	display: block;
}
.innovate-p18 span.sp1{
	display: inline-block;
	font-size: 30px;
	color: #2dafb4;
	font-family: impact;
	position: relative;
	top: 5px;
}
.innovate-p18 span.sp2{
	display: inline-block;
	font-size: 26px;
	color: #2dafb4;
	position: relative;
	top: 2px;
	font-weight: bold;
}
.innovate-d1{
	margin-top: 50px;
}
.innovateD-swiper .swiper-slide>img{
	transform: scale(.9);
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.innovateD-swiper .swiper-slide.swiper-slide-active>img{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.innovateD-swiper .swiper-slide-prev>img{
	margin-left: -5%;
}
.innovateD-swiper .swiper-slide-next>img{
	position: relative;
	left: 5%;
}
.innovate-d1-a{
	font-size: 24px;
	line-height: 1;
	color: #bfbfbf;
	position: absolute;
	top: 50%;
	left: 30.2%;
	z-index: 3;
}
.innovate-d1-a .sp1{
	font-size: 30px;
	color: #EC1B23;
	font-family: impact;
}
.innovate-d1-a .sp2{
	position: relative;
	top: 7px;
	left: -7px;
}
.innovate-d1-a .sp3{
	position: relative;
	top: 15px;
	left: -12px;
	font-family: impact;
}
.innovateD-span{
	width: 15px;
	height: auto;
	line-height: 20px;
	position: absolute;
	top:50%;
	left: 68%;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
}
.innovateD-span .swiper-pagination-bullet-active{
	background: #EC1B23;
}
.innovate-e{
	padding-top: 85px;
	padding-bottom: 15px;
}


.innovate-e1{
	margin-top: 45px;
	text-align: center;
	font-size: 0;
}


.innovate-e1-a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	background: #f0f0f0;
	text-align: center;
	padding: 0 20px;
	min-width: 130px;
	margin: 0 3px;
	border-radius: 20px;
	cursor: pointer;
	transition: all .3s;

  -webkit-transition:all .3s;
}
.innovate-e1-a:hover{
	color: #fff;
	background: #2dafb4;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.innovate-e1-a.on{

	color: #fff;
	background: #2dafb4;
}
.innovateE-swiper{
	margin-top: 40px;
	padding-bottom: 60px;
}


.innovate-fg{
	background: #f5f5f5;
	padding-top: 55px;
	padding-bottom: 75px;
}
.innovate-f{
	margin-top: 60px;
	background: #2dafb4;
	overflow: hidden;
	padding: 50px;
	padding-top: 80px;
	min-height: 280px;
}
.innovate-f2{
	width: 680px;
	float: right;
}
.innovate-f2 *{
	color: #fff;
}
.innovate-f1{
	width: calc(100% - 680px);
	width: -webkit-calc(100% - 680px);
	float: left;
	padding-left: 70px;
	padding-right: 40px;
	color: #fff;
}
.innovate-f1-a{
	font-size: 18px;
	line-height: 32px;
	padding-left: 20px;
	position: relative;
}
.innovate-f1-a:after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 14px;
}

@media(max-width:1600px){
	.innovate-b{
		padding-right: 20px;
	}
	.innovate-f{
		padding:40px 30px;
		padding-top: 60px;
		height: auto;
	}
	.innovate-f2{
		width: 500px;
	}
	.innovate-f1{
		width: calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
    padding: 0;
    padding-right: 20px;
	}
	.innovate-c1{
		padding: 0 65px;
	}
	
	
}
@media(max-width:1000px){
	.innovate-bc{
		height: auto;
	}
	.innovate-b{
		width: 100%;
		line-height: 300px;
		height: 400px;
		padding: 50px;
	}
	.innovate-b img{
		max-height: 100%;
	}
	.innovate-c{
		width: 100%;
		padding-left: 0;
		height: 550px;
		padding: 40px 0;
	}
	.innovate-bc-lt{
		width: 100%;
		height: 400px;
		position: relative;
	}
	.innovate-bc-rt{
		width: 100%;
		height: 550px;
		position: relative;
	}
	.innovate-f1{
		width: 100%;
		margin-bottom: 30px;
	}
	.innovate-f2{
		width: 100%;
		
	}
	.innovate-d1{
		padding-bottom: 50px;
	}
	.innovate-d1-a{
		left: 0;
		top: initial;
		bottom: 0;
	}
	.innovateD-span{
		width: 100%;
		top: initial;
		bottom: 0 !important;
		height: 10px;
		left: 0 !important;
		line-height: 10px;
	}
	.innovateD-span span{
		margin: 0 5px;
	}
	.innovateD-swiper .swiper-slide>img{
		transform: scale(.95);
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
	}
}

@media(max-width:750px){
	.innovate-a{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.innovate-a1{
		margin-top: .4rem;
	}
	.innovate-b{
		padding: 20px;
		line-height: 360px;
	}
	.innovate-d{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.innovate-p18{
		font-size: .28rem;
		line-height: .55rem;
		margin-top: .4rem;
	}
	.innovate-p18 .div1>div{
		display: inline;
	}
	.innovate-p18 span.sp1{
		font-size: .4rem;
		top: 2px;
	}
	.innovate-d1{
		margin-top: .5rem;
	}
	.innovate-e{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.innovate-p18 span.sp2{
		font-size: .35rem;
		top: 0;
	}
	.innovate-e1-a{
		font-size: .24rem;
		height: .6rem;
		line-height: .6rem;
		padding: 0 .2rem;
		min-width: 1.5rem;
		margin: .1rem;
	}
	.innovateE-swiper{
		margin-top: .4rem;
		padding-bottom: .5rem;
	}
	.innovate-f{
		margin-top: .4rem;
		padding: .4rem .3rem;
	}
	.innovate-f1-a{
		font-size: .28rem;
		line-height: .45rem;
	}
	.innovate-f1-a:after{
		top: .15rem;
	}
	.innovate-e1{
		margin-top: .45rem;
	}
	.innovate-e2{
		text-align: center;
		font-size: 0;
	}
	.innovateE-swiper{
		display: inline-block;
	}
	.innovateC-prev,.innovateC-next{
		width: .7rem;
		height: .7rem;
		margin-top: -.4rem;
	}
	.innovate-c1{
		padding: 0 .9rem;
	}
	.innovate-c2{
		width: 1.5rem;
		height: 3.5rem;

		background-size: cover;
	}
	.innovateC-swiper .swiper-slide:nth-child(2n + 0) .innovate-c2{
		margin-top: 3.33rem;
	}
	.innovate-c3{
		height: .1rem;
		margin-top: -0.15rem;
	}
	.innovate-c2-a{
		

	    width: 1rem;
	    height: 1rem;
	    margin-left: .25rem;
	    margin-top: .25rem;

	}
	.innovate-c2-a1{
		font-size: .24rem;

		line-height: .35rem;

	}
	.innovateC-swiper .swiper-slide:nth-child(2n + 0) .innovate-c2-a{

		margin-top: 2.3rem;
	}



	.innovate-c{
		height: auto;
	}
}



/*搜索效果页*/



.searchs{
	margin-top: 175px;

	padding-bottom: 150px;
	overflow: hidden;
}

.searchs-rt{
	width: 325px;

	float: right;

	font-size: 16px;
	color: #333;
	line-height: 55px;
}
.searchs-rt-a{
	padding-left: 20px;
	background: #2dafb4;
	color: #fff;
}
.searchs-rt-b{
	display: block;
	width: 100%;
	height: 55px;
	color: #333;
	line-height: 55px;
	margin-top: 5px;
	padding-left: 20px;
	background: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.searchs-rt-b.on{
	color: #fff;
	background: #EC1B23;
}
.searchs-rt-b:hover{
	color: #fff;
	background: #EC1B23;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.searchs-lt{
	width: calc(100% - 375px);
	width: -webkit-calc(100% - 375px);
	float: left;
}

.searchs-lt-a{
	padding: 40px;
	margin-bottom: 20px;
	background: #fff;
}
.searchs-lt-a li{
	
}
.searchs-lt-a li>a{
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #333;
}
.searchs-a{
	font-size: 28px;
	line-height: 35px;
	height: 33px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.searchs-b{
	font-size: 18px;
	line-height: 30px;
	height: 28px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.searchs-c{
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	transition: all .3s;
  -webkit-transition:all .3s;
}





.searchs-lt-a .product-ul{
	margin-top: 0;
}

.searchs-lt-a .programme-ul{
	margin-top: 0;
}
.searchs-lt-a .news-lt{
	display: block;
	float: inherit;
	width: 100%;
	border: 0;
}
.searchs .page{
	background: #fff;
	margin-top: 50px;
}

@media(max-width:1600px){
	.searchs-rt{
		width: 260px;
	}
	.searchs-lt{
		width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
	}
	.searchs-a{
		font-size: 22px;
		height: 30px;
		line-height: 32px;
	}
	.searchs-b{
		font-size: 16px;
	}
	.searchs-c{
		font-size: 14px;
	}
	
}
@media(max-width:1200px){
	.searchs-rt{
		width: 100%;
		margin-bottom: 40px;
		float: left;
	}
	.searchs-lt{
		width: 100%;
	}
	.searchs-rt-b{
		display: inline-block;
		width: 300px;
		margin-bottom: 10px;
	}
	.searchs-rt-a{
		display: none;
	}
	.searchs-rt{
		font-size: 0;
	}
	.searchs-rt-b{
		width: 19%;
		line-height: 55px;
		margin-right: 1%;
		font-size: 16px;
	}
	.searchs-lt-a{
		padding: 20px;
	}
}
@media(max-width:750px){
	.searchs{
		margin-top: 1.8rem;
		padding-bottom: .7rem;
	}
	.searchs-rt-b{
		width: 32.333%;
		height: .7rem;
		padding-left: .2rem;
		font-size: .26rem;
		line-height: .7rem;
		margin: 0;
		margin-left: 1%;
		margin-bottom: .1rem;
	}
	.searchs-rt{
		margin-bottom: .4rem;
		line-height: .7rem;
	}
	.searchs-lt-a{
		padding: .15rem;
	}
	.searchs .page{
		margin-top: .5rem;
	}
	.searchs-lt-a li>a{
		padding: .3rem 0;
	}
	.searchs-a{
		font-size: .32rem;
		height: .36rem;
		line-height: .38rem;
	}
	.searchs-b{
		font-size: .28rem;
		line-height: .35rem;
		height: .33rem;
		margin-top: .2rem;
	}
	.searchs-c{
		font-size: .24rem;
		margin-top: .2rem;
	}
}




/*聚酯树脂*/
.resin-a{
	padding-top: 75px;
	padding-bottom: 90px;
	text-align: center;
}
.resin-a2{
	font-size: 18px;
	line-height: 35px;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 30px;
}

.resin-b{
	padding-top: 75px;
	padding-bottom: 75px;
}
.resin-bul{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	display: flex;
	margin-top: 35px;
}
.resin-bli{
	width: calc(33.333% - 20px);
	width: -webkit-calc(33.333% - 20px);
	margin-right: 20px;
	height: 100%;
	min-height: 330px;
	background: #fff;
	padding: 30px 70px;
	position: relative;
}
.resin-b1{

	width: 60px;

	height: 40px;
	text-align: right;
	position: absolute;
	top: 25px;
	left: 0;
}
.resin-b2{
	font-size: 24px;

	line-height: 30px;
	color: #000;
}
.resin-b3{
	margin-top: 15px


}
.resin-b3>li{

	padding-left: 18px;

	font-size: 16px;
	color: #666;

	line-height: 30px;
	position: relative;
}

.resin-b3>li:after{
	content: '';
	width: 5px;
	height: 5px;
	background: #2dafb4;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 12px;
}
.resin-c{
	padding-top: 65px;
	padding-bottom: 85px;
}
.resin-cul{
	margin-top: 35px;
	border-bottom: 1px solid #ccc;
}
.resin-cli{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.resin-cli:nth-child(2n + 0){
	background: #fff;
}
.resin-c1{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
}
.resin-c2{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
}
.resin-c1:first-child,.resin-c2:first-child{
	border-right: 1px solid #ccc;
}
.resin-c3{
	padding: 25px 60px;
	overflow: hidden;
	
}
.resin-c3 li{
	width: 33.333%;
	text-align: center;
	float: left;
	padding: 0 15px;
}
.resin-c3 li>div{
	display: inline-block;
	max-width: 380px
}
.resin-c3-a{
	font-size: 18px;
	line-height: 25px;
	color: #000;
}
.resin-c3-b{
	font-size: 16px;
	line-height: 25px;
	color: #666;
}
.resin-d{
	width: 25%;
	float: left;
	font-size: 0;
}
.resin-e{
	padding-top: 70px;
	padding-bottom: 20px;
}
.resin-eul{
	margin-top: 45px;
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	overflow: hidden;
}
.resin-swiper{
	margin-top: 45px;
	padding-bottom: 40px;
}
.resin-span{
	height: 20px;
	bottom: 0;
}
.resin-span span{
	opacity: 1;
	background: initial;
	border: 1px solid #EC1B23;
}
.resin-span .swiper-pagination-bullet-active{
	background: #EC1B23;
}
.resin-eul li{
	width: calc(25% - 40px);
	width: -webkit-calc(25% - 40px);
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
.resin-e1{
	/*min-height: 140px;*/
	padding-top: 25px;
}
.resin-e1>div{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
.resin-e1>p{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	text-align: center;
	margin-top: 5px
}

.iprgm-d li .middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}

.iprgm-d li .a-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  position: relative;
  width: 65px;
  height: 65px;
  display: block;
  margin-top: 25px;
}

.iprgm-d li .a-icon img {
  display: block;
}
.iprgm-d li .a-icon img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.iprgm-d li .a-title-ch{ font-size:20px; color:#000; line-height:1.6; margin-bottom:5px; display:block;}
.iprgm-d li .a-title-en{ font-size:14px; color:#666; line-height:1.6; margin-bottom:5px; display:block;}

.iprgm-d li .a-box:hover,
.iprgm-d li .a-box.active {
  background: url("/en/images/page-02-b-bg.png") no-repeat center center;
  background-size: cover;
}
.iprgm-d li:hover .a-icon img.img-d,
.iprgm-d li.on .a-icon img.img-d {
  display: none;
}


.iprgm-d li:hover .a-icon img.img-h,
.iprgm-d li.on .a-icon img.img-h {
  display: block;
}
.iprgm-d li:hover .a-title-ch,
.iprgm-d li.on .a-title-ch {
  color: #fff;
}
.iprgm-d li:hover .a-title-en,
.iprgm-d li.on .a-title-en {
  color: rgba(255, 255, 255, 0.6);
}

.iprgm-d li:hover{
	background: #EC1B23;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.zss1{ display:block;}
.zss2{ display:none;}

#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;

	  padding: 0;
	  list-style: none;
	  text-align: center;
	  margin-bottom: 35px;
}

	#tabs li {
	  margin: 0 6px 5px 6px;
	  display: inline-block;
}

	#tabs a {
	  float: left;
	  position: relative;
	  padding: 0 38px;
	  line-height: 36px;
	  height: 40px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #424242;
	  font-size: 15px;
	  border: 1px solid #787878;
	  border-radius: 20px;
	}

	#tabs a:hover,

	#tabs a:focus {
	  border: 1px solid #EC1B23;
	  color:#fff;
	  background-color:#EC1B23;
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current1 {
	  z-index: 3;
	  border-color: #EC1B23;
	  background-color: #EC1B23;
	  opacity: 1;
	  color: #fff;
	  filter: alpha(opacity=100);
	}
	
.new-list{margin-left: -0.5vw;margin-right: -0.5vw;}
.new-list li{width: 33.3333333333333%;float:left;padding: 0 0.5vw;margin-bottom: 20px;}
.new-list li:nth-child(4n+4){ margin-right:0;}
.new-list li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list li figcaption{display:block;padding: 22px;overflow:hidden;background: #fff;position:relative;transition:340ms;height: 172px;}
.new-list li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list li figcaption h3{
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 700;
	line-height:normal;
	height: 24px;
	margin-top: 10px;
	line-height: 24px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list li figcaption p{ color:#6c6c6c; height: 54px;  font-size:14px; line-height: 1.8; margin-top: 10px; transition:300ms; display: -webkit-box;
	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;
	overflow: hidden;} 
.new-list li figcaption span{ display:block; width:102px; height:30px; line-height:30px; background:#fff; color:#EC1B23; font-size:14px; margin-top:12px; position:relative; bottom:-30px; opacity:0; text-align:center; transition:300ms;}
.new-list li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list li:hover figcaption{margin-top:-51px;background:#EC1B23;height: 223px;}
.new-list li:hover figcaption time{ color:#fff;}
.new-list li:hover figcaption h3{ color:#fff;}
.new-list li:hover figcaption p{ color:#fff;}
.new-list li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}

.in-number{}
.in-num1{margin: 30px auto 10px auto;position: relative;z-index: 2;}
.in-num1 ul li{width: 25%;float: left; padding-right:40px; text-align: left;position: relative;}
.in-num1 ul li:after{content: '';width: 1px;height: 110px;/*! background: rgba(255,255,255,.1); */position: absolute;right: 0;top: 50%;margin-top: -50px;}
.in-num1 ul li:last-child:after{display: none;}
.in-num1 ul li span{display: block;color: rgba(255,255,255,0.7);}
.in-num1 ul li span.span1{font-size: 24px;color: #fff;line-height: 1.2;font-family: 'beba',arial;transition: all 0.4s;margin-bottom: 8px;}
.in-num1 ul li span.span1 i{display: inline-block;font-style: normal;font-size: 50px;vertical-align: top;margin-right: 5px;color: #fff;font-family: 'beba',arial;font-weight:500;}
.in-num1 ul li span.span2{font-size: 15px;font-weight: 300;line-height: 1.5;}



.in-num2{margin: 35px auto 10px auto;position: relative;z-index: 2;}
.in-num2 ul li{width: 25%;float: left; padding:0 30px; text-align: center;position: relative;}
.in-num2 ul li:after{content: '';width: 1px;height: 110px;background: #ccc;position: absolute;right: 0;top: 50%;margin-top: -50px;}
.in-num2 ul li:last-child:after{display: none;}
.in-num2 ul li span{display: block;color: #3c3c3c;}
.in-num2 ul li span.span1{font-size: 24px;color: #EC1B23;line-height: 1.2;transition: all 0.4s;margin-bottom: 10px;font-family: 'beba',arial;}
.in-num2 ul li span.span1 i{display: inline-block;font-style: normal;font-size: 55px;vertical-align: top;margin-right: 5px;color: #EC1B23;font-family: 'beba',arial;font-weight:500;}
.in-num2 ul li span.span2{font-size: 16px;}

.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 52px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}





.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {

    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
    color: #EC1B23;
    font-size: 16px;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #EC1B23;
    font-size: 45px;
    letter-spacing: 0;
    margin-right: 2px;
    line-height: 1;
    font-family: 'beba',arial;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    color: #B89B58;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 15px;
    color: #999;
    margin-top: 6px;
}

.vtt1{
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-top: 10px;
	opacity: .5;
	margin-bottom: 10px;
}

.at3{ font-size:30px; line-height:1.4; margin-bottom:15px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.at4{
	font-size: 40px;
	line-height: 1.3;
	
}
.at5{ font-size:14px; line-height:1.7; margin-top:20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;margin-bottom: 30px;}

.banner_text{width: 100%;position: absolute;left: 0;top: 53%;transform: translateY(-50%);}
.banner_text img{ max-width: 100%;  display: block;}
.other_banner{position: relative;text-align: center;overflow: hidden;height: 600px;}
.other_banner .banner_text{ color: #fff;}
.other_banner .banner_text h3{font-size: 44px;font-weight: bold;margin-top: 0;color: #fff;line-height: 1.4;}
.other_banner .banner_text h4{font-size: 42px;line-height: 1;font-weight: 700;text-transform: uppercase;margin-bottom: 8px;}
.other_banner img{}
.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}
.nymenu{border-top:1px solid rgba(255, 255, 255, .2);background: none;margin-top: -76px;width: 100%;}
.nymenu_mid ul li{background-repeat:no-repeat;float:left;text-align:center;}
.nymenu_mid ul li:nth-child(1){text-align:left; background-image:none}
.nymenu_mid ul li:last-child{
text-align:right}
.nymenu_mid ul li a{padding: 24px 60px;display:inline-block;line-height: 1.5;font-size: 18px;position:relative;color: #fff;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #fff;background: #EC1B23;}
.nymenu_mid_s ul li{
float:none; display:inline-block;}
.nymenu_mid_s{
text-align:center}
.nymenu_mid_s ul li:nth-child(1),.nymenu_mid ul li:last-child{
text-align:center;}

.contain{width: 1400px;margin: 0 auto;}

.home-block1 {
	padding: 70px 0;
}

.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display: block;}

.sonTitle{width: 100%;text-align: center;}
.sonTitle h2{font-size: 32px;line-height: 1.2;color: #EC1B23;font-weight: 400;margin-bottom: 25px;text-align: left;}

.bt22{ }
.bt22 p{margin-bottom: 15px;text-align: justify;font-size: 16px;color: #3c3c3c;line-height: 2;}

.Str-three{padding: 70px;position:relative;color:#fff;margin: 60px 0;}
.comm-txt-box p{width: 46%;line-height: 2; font-size:16px; margin-bottom:10px;text-align: justify;}


.about_culture .keyvalue div {
    position: relative;
    overflow: hidden;
}

.about_culture .keyvalue div .ps {
    position: absolute;
    display: table;
    transition: all 400ms;
}



.about_culture .keyvalue div .ps .bg {
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;
    background-color: rgb(230, 0, 18);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.about_culture .keyvalue div .ps .text {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
}

.about_culture .keyvalue div .ps .text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.8;
}

.about_culture .keyvalue div .ps .text p strong {
    display: block;
    margin-bottom: -4px;
}

.about_culture .keyvalue div .ps .text p:last-child {
}

.about_culture .keyvalue div.box3 .ps .text {
    padding-top: 18px;
}

.about_culture .keyvalue div.box1 .ps {
    width: 600px;
    height: 440px;
    top: 0;
    right: -600px;
}

.about_culture .keyvalue div.box2 .ps {
    width: 600px;
    height: 420px;
    top: 0;
    left: -600px;
}

.about_culture .keyvalue div.box3 .ps {
    width: 600px;
    height: 353px;
    top: 0;
    right: -600px;
}

.about_culture .keyvalue div.box4 .ps {
    width: 594px;
    height: 353px;
    top: 0;
    left: -594px;
}

.about_culture .keyvalue div.box5 .ps {
    width: 594px;
    height: 353px;
    top: 0;
    right: -594px;
}

.about_culture .keyvalue div.box1:hover .ps {
    right: 0;
}

.about_culture .keyvalue div.box2:hover .ps {
    left: 0;
}

.about_culture .keyvalue div.box3:hover .ps {
    right: 0;
}

.about_culture .keyvalue div.box4:hover .ps {
    left: 0;
}

.about_culture .keyvalue div.box5:hover .ps {
    right: 0;
}

.about_culture .keyvalue div>strong {
    display: block;
    font-size: 22px;
    color: #333;
    position: relative;
}



.about_culture .keyvalue div>em {
    display: block;
    font-size: 18px;
    color: #FF343A;
    font-style: normal;
    margin-top: 12px;
    margin-bottom: 12px;
}

.about_culture .keyvalue div>p {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0px;
}

.about_culture .keyvalue div.box1 {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding-top: 155px;
    padding-left: 72%;
    margin-bottom: 15px;
    line-height: 1.2;
}

.about_culture .keyvalue div.box1>em {
    color: #FF343A;
}

.about_culture .keyvalue div.box2 {
    width: 100%;
    height: 420px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-top: 155px;
    padding-left: 54px;
    line-height: 1.2;
}

.about_culture .keyvalue div.box3 {
    width: 100%;
    height: 353px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-top: 117px;
    padding-left: 60%;
    line-height: 1.2;
}

.about_culture .keyvalue div.box4 {
    float: left;
    margin-top: 13px;
    width: 594px;
    height: 353px;
    background: url(/en/img/about/about_culture_07.jpg) no-repeat;
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 54px;
}

.about_culture .keyvalue div.box4>p {
    margin-bottom: 0px;
    font-size: 16px;
}

.about_culture .keyvalue div.box4>p strong {
    font-weight: normal;
}

.about_culture .keyvalue div.box4>p * {
    display: inline-block;
    vertical-align: middle;
}

.about_culture .keyvalue div.box4>p span {
    width: 36px;
    height: 2px;
    background-color: rgb(102, 102, 102);
    margin: 0 1px;
}

.about_culture .keyvalue div.box4>p em {
    font-style: normal;
    font-size: 14px;
    margin-top: -2px;
}

.about_culture .keyvalue div.box5 {
    float: right;
    margin-top: 13px;
    width: 594px;
    height: 353px;
    background: url(/en/img/about/about_culture_08.jpg) no-repeat;
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 54px;
}

.about_culture .keyvalue div.box5 p {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.about_culture .keyvalue div.box4 strong,
.about_culture .keyvalue div.box5 strong {

    margin-top: 10px;
}


.about_culture .keyvalue .box6 {

    float: left;
    width: 100%;

    height: 353px;

    margin-top: 13px;
    padding: 0 54px;
    box-sizing: border-box;
    background: url("/en/img/about/about_culture_box6.jpg") no-repeat 0 0;
}

.about_culture .keyvalue .box6 div {
    position: inherit;
    overflow: inherit;
}


.about_culture .keyvalue .box6 .le {
    float: left;
    width: 250px;
    padding-top: 110px;
}

.about_culture .keyvalue .box6 .list-rd {
    float: right;
    width: 500px;
    padding-top: 30px;
}

.about_culture .keyvalue .box6 .list-rd .bor .dt {
    border-top: none;
}

.about_culture .keyvalue .box6 .list-rd .open .dt {
    background: url("/en/img/about/about_culture_box6-ic2.png") no-repeat right center;
}

.about_culture .keyvalue .box6 .list-rd .dt {
    padding: 20px 0;
    border-top: 2px solid #ddc4ae;
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    background: url("/en/img/about/about_culture_box6-ic1.png") no-repeat right center;
}

.about_culture .keyvalue .box6 .list-rd .dd {
    display: none;
    padding-bottom: 20px;
}

.about_culture .keyvalue .box6 .list-rd p {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.about_culture .sce_dream {
    margin-top: 56px;
    text-align: center;
}

.about_culture .sce_dream .title {
    font-size: 20px;
    color: rgb(132, 132, 132);
    margin-bottom: 13px;
}

.about_culture .sce_dream .font {
    text-align: center;
}

.about_culture .sce_dream .font strong {
    font-size: 36px;
    color: rgb(230, 0, 18);
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.about_culture .sce_dream .font em {
    font-family: 'webfont-DIN-Medium';
    font-size: 48px;
    color: #d7c4b3;
    font-style: normal;
    letter-spacing: -2px;
    vertical-align: middle;
}

.about_culture .sce_dream ul {
    width: 1230px;
    position: relative;
    top: 0;
    left: -30px;
    font-size: 0px;
    text-align: left;
}

.about_culture .sce_dream ul li {
    display: inline-block;
    vertical-align: top;
    width: 216px;
    margin-left: 30px;
    margin-top: 30px;
}

.about_culture .sce_dream ul li a img {
    width: 216px;
    height: 290px;
    box-sizing: border-box;
    border: 2px solid rgb(234, 227, 222);
}

.about_culture .sce_dream ul li a div {
    margin-top: 10px;
    font-size: 24px;
    color: #7f7d7b;
    text-align: left;
}

.about_culture .sce_dream .more {
    width: 140px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(230, 0, 18);
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    transition: all 400ms;
}

.about_culture .sce_dream .more:hover {
    background-color: rgb(195, 32, 45);
}

.listInfo1 {
  margin-bottom: 25px;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }

  .listInfo1 dt {
    width: 32%;
    overflow: hidden;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    }
  .listInfo1 dd {
    float: left;
    width: 68%;
    overflow: hidden;

    padding: 40px 45px;

    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    }
  .listInfo1 h3 {
    max-height: 64px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    }
	
.listInfo1 h3:hover {
   color: #EC1B23;
    }
	
	 
  .listInfo1 p {
    color: #828282;
    line-height: 26px;
    padding: 14px 0 0;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
    }
    .listInfo1 p a {
      color: #9E9E9E;
      font-size: 14px;
      }
    .listInfo1 p a:hover {
      color: #EC1B23;
      }
  .listInfo1 .info {
    height: 28px;
    margin: 20px 0 0;
    bottom: 20px;

    width: 100%;

    overflow: hidden;

    }
    .listInfo1 .info .info-l {
      float: left;
      width: 320px;
      height: 28px;
      overflow: hidden; }
      .listInfo1 .info .info-l a {


        display: inline-block;

        color: #5a5b5d;
        padding: 0 10px;
        height: 26px;
        line-height: 26px;
        margin: 0 10px 0 0;
        border: 1px solid #afafaf;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .listInfo1 .info .info-l a:hover {
        color: #f60;
        border: 1px solid #f60;
        text-decoration: none; }
    .listInfo1 .info .info-r {
      float: right;
      color: #9E9E9E;

      height: 28px;
      line-height: 28px;
      overflow: hidden;
      }
  .listInfo1 .info .info-r .ico-read {

        display: block;
        height: 28px;
        background: url("/en/images/listImg.png") no-repeat 0 -1px;
        padding: 0 0 0 30px;
        float: right; }
		
		
		
.listInfo2 {
  margin-bottom: 22px;
  margin-top:22px;
  font-size: 16px;
  float: left;
  width: 100%;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	display:flex;
  flex-wrap:wrap;
  flex-direction:row;
	align-items:center;
  transition:all .5s ease;
  }
  
  .listInfo2:hover {
  background: #fff;
  box-shadow:0 23px 90px -5px rgb(29 56 72 / 17%)
  }
  
  .listInfo2:hover h3 {
  color:#EC1B23;
  }

  .listInfo2 dt {
    width: 32%;
    overflow: hidden;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    }
  .listInfo2 dd {
    float: left;
    width: 58%;
    overflow: hidden;

    padding: 40px 45px;

    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    }
  .listInfo2 h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    }
	
.listInfo2 h3:hover {
   color: #EC1B23;
    }
	
	 
  .listInfo2 p {
    color: #828282;
    line-height: 1.7;
    padding: 14px 0 0;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    }
    .listInfo2 p a {
      color: #9E9E9E;
      font-size: 14px;
      }
    .listInfo2 p a:hover {
      color: #EC1B23;
      }
  .listInfo2 .info {
    bottom: 20px;

    width: 10%;

    overflow: hidden;

    text-align: center;
    font-family: impact;
    }
    .listInfo2 .info .info-l {
      float: left;
      width: 320px;
      height: 28px;
      overflow: hidden; }
      .listInfo2 .info .info-l a {

        display: inline-block;
        color: #5a5b5d;
        padding: 0 10px;
        height: 26px;
        line-height: 26px;
        margin: 0 10px 0 0;
        border: 1px solid #afafaf;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .listInfo2 .info .info-l a:hover {
        color: #f60;
        border: 1px solid #f60;
        text-decoration: none; }
    .listInfo2 .info .info-r {
      float: right;
      color: #9E9E9E;

      height: 28px;
      line-height: 28px;
      overflow: hidden;
      }
  .listInfo2 .info .info-r .ico-read {

        display: block;
        height: 28px;
        background: url("/en/images/listImg.png") no-repeat 0 -1px;
        padding: 0 0 0 30px;
        float: right; }
		
.page22{width:100%;height:auto;margin-top: 15px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 42px;height: 40px;line-height: 38px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;background: #fff;margin:0 4px;}

.page22 a.on, .page22 a:hover{background-color: #EC1B23;color:#ffffff;border-color: #EC1B23;}
.page22 a:first-child,
.page22 a:last-child{font-weight:700;}

.news-pagecontent {
	background-color: #fff;
	float: left;
	width: 75%;
	margin-bottom: 0;
}

.news-pagecontent .page2 {
		padding: 35px 40px 40px;
	}
	
.news-pagecontent .page2 .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page2 .title h1 {
		font-size: 24px;
		font-weight: normal;
		line-height: 1.6;
		color:#262626;
	}
.news-pagecontent .page2 .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}
.news-pagecontent .page2 .title .artInfo time {
	padding: 0 10px
}
.news-pagecontent .page2 .title .artInfo span {
}

.news-pagecontent .page2 .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page2 .title .artInfo span a:hover,.news-pagecontent .page2 .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page2 .title .article {
	padding: 15px;
	background: #f2f2f2;
	margin: 15px 0;
	color: #999
}

.news-pagecontent .page2 .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 2;
}

.news-pagecontent .page2 .content:after {

	content: " ";
	clear: both;
	display: table

}

.news-pagecontent .page2 .content p,.news-pagecontent .page2 .content ul,.news-pagecontent .page2 .content ol {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 2;
}

.news-pagecontent .page2 .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page2 .content h3 {
	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page2 .content a {
	color: #3d6dcc
}

.news-pagecontent .page2 .content a:hover,.news-pagecontent .page2 .content a:active {
	text-decoration: underline
}

.news-pagecontent .page2 .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page2 .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page2 .content table th,.news-pagecontent .page2 .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page2 .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page2 .content table img {
	max-width: inherit
}

.news-pagecontent .page2 .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}


.news-pagecontent .page2 .content .table_wrap_box {

	*zoom: 1
}

.news-pagecontent .page2 .content .table_wrap_box:after {

	content: " ";

	clear: both;
	display: table

}


.news-pagecontent .page2 .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page2 .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page2 .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page2 .section li a {
	font-size: 14px;
	display: block;
	padding: 3px 0;
	color: #666;
}

.news-pagecontent .page2 .section li a:hover,.news-pagecontent .page2 .section li a:active {
	color: #EC1B23;
}

.news-pagelist {
		float: right;
		width: 23%;
		/* background:#fff; */
	}
.news-pagelist ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		background: #fff;
	}
	.news-pagelist ul li:first-child a {
		padding: 0;
		color: #262626;
		font-size: 13px;
	}
	.news-pagelist ul li:first-child a small {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 0;
	}

	.news-pagelist ul li:first-child a small img {

		width: 100%;
	}
	.news-pagelist ul li:first-child a time {
		display: none;
	}
	.news-pagelist ul li:first-child a em {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 12px;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-pagelist ul li a {
		font-size: 13px;
	}
	.news-pagelist ul li a time {
		top: 15px
	}
	.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 90px 15px 10px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

	.news-pagelist ul li a:hover {
	color: #EC1B23;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,i{
	font-style:normal;
	}
	
.bg4{ background:#f5f5f5;}

.history{  margin-bottom:30px; position:relative;}
.history>.img{ width:100%;}
.history>.img>img{ max-width:100%; margin:0 auto; height:auto;}
.history>.img>.desc{ width:372px; height:372px; background:#EC1B23; padding:0 40px; box-sizing:border-box; position:absolute; top:-70px; right:32px; display:flex; align-items:center; text-align:right; justify-content:flex-end;}
.history>.img>.desc>.desc_box{ color:#fff; line-height:1.4;}
.history>.img>.desc>.desc_box>span{ font-size:30px;}
.history>.img>.desc>.desc_box>.desc_con{ font-size:18px; margin-top:20px;}
.history>.img>.desc>.desc_box>em{ margin-top:40px; display:block;}
.history>.list{  text-align:center; line-height:1.4; color:#EC1B23;}
.history>.list>span{ font-size:32px; display:block;}
.history>.list>em{ font-size:18px; display:block; font-family:Arial; margin-top:5px;}
.history>.list>.list_box{ margin-top:45px;}
.history>.list>.list_box>img{ margin:0 auto;}
.history>.list>.list_box>img:nth-child(3){ margin-top:20px;}
.history>.list>.list_box>.list_con{ position:relative; margin-top:10px; background:url(/en/images/history_ico.jpg) repeat-y top;}
.history>.list>.list_box>.list_con:after{ content:''; width:0; height:100%; background-color:#EC1B23; position:absolute; top:0; left:50%; margin-left:-1.5px; z-index:-1;}
.history>.list>.list_box>.list_con ul>li{ width:100%; display:flex; flex-wrap:wrap;}
.history>.list>.list_box>.list_con ul>li .list_box{ width:50%; box-sizing:border-box; text-align:right;}
.history>.list>.list_box>.list_con ul>li .list_box>span{ padding-right:120px; padding-bottom:25px; font-size:70px;  color:#fff; line-height:1; display:block; position:relative; text-shadow:-1px 0 #EC1B23,0 1px #EC1B23,1px 0 #EC1B23,0 -1px #EC1B23; z-index:2;font-weight: 700;}
.history>.list>.list_box>.list_con ul>li .list_box>span:before{ content:''; position:absolute; width:12px; height:12px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background-color:#EC1B23; bottom:0; right:0; margin-right:-6px; margin-bottom:-6px;}
.history>.list>.list_box>.list_con ul>li .list_box>span:after{ content:'';position:absolute; width:292px; height:2px; background-color:#EC1B23; bottom:0; right:0;}
.history>.list>.list_box>.list_con ul>li .list_box>em{ padding-right:120px; margin-top:25px; display:block; font-size:28px; color:#EC1B23;}
.history>.list>.list_box>.list_con ul>li .list_box>em>i{ font-size:14px;}
.history>.list>.list_box>.list_con ul>li .list_box>.desc{ padding-right:120px; color:#333; margin-top:10px; font-size:16px; line-height:2;}
.history>.list>.list_box>.list_con ul>li .list_box>.img{ padding-right:120px; text-align:right; margin-top:20px;}
.history>.list>.list_box>.list_con ul>li .list_box>.img>img{  max-width:378px; height:auto; display:inline-block;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n){ flex-direction:row-reverse; margin-top:-200px;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) .list_box{ padding-right:0; text-align:left;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) span{ padding-left:120px; padding-right:0;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) em{ padding-left:120px; padding-right:0;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) .desc{ padding-left:120px; padding-right:0;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) .img{ padding-left:120px; padding-right:0; text-align:left;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) span:before{ right:auto; left:0; margin-left:-6px; margin-right:0;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) span:after{ right:auto; left:0;}

.srv-wrap{padding: 40px;background:#fff;}

.srv-top{
padding-bottom: 16px;text-align: left;font-size: 24px;font-weight: 700;line-height: 1.4;color: #2b2b2b;border-bottom:1px solid #dedede;
}

.srvStgy-top{width: 100%;line-height: 1.8;font-size: 15px;margin: 25px auto 0;color: #424242;}

.srvStgy-top p{margin-bottom: 10px;}

.new-list2{margin-left: -0.8vw;margin-right: -0.8vw;}
.new-list2 li{width: 33.3333333%;float:left;padding: 0 0.8vw;margin-bottom: 30px;}
.new-list2 li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list2 li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list2 li figcaption{display:block;padding: 30px 28px 26px;overflow:hidden;background: #fff;position:relative;transition:340ms;height: 176px;}
.new-list2 li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list2 li figcaption h3{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height:normal;
	height: 24px;
	margin-top: 12px;
	line-height: 24px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list2 li figcaption p{
	color:#6c6c6c;
	height: 54px;
	font-size:14px;
	line-height: 1.8;
	margin-top: 10px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list2 li figcaption span{ display:block; width:102px; height:30px; line-height:30px; background:#fff; color:#EC1B23; font-size:14px; margin-top:12px; position:relative; bottom:-30px; opacity:0; text-align:center; transition:300ms;}
.new-list2 li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list2 li:hover figcaption{margin-top:-51px;background:#EC1B23;height: 227px;}
.new-list2 li:hover figcaption time{ color:#fff;}
.new-list2 li:hover figcaption h3{ color:#fff;}
.new-list2 li:hover figcaption p{ color:#fff;}
.new-list2 li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}



.bg2{ background:#f5f5f5;}


.products-main-nav{width: 22%;float: left;}
.products-main-nav .title{height: 125px;background: linear-gradient(300deg,rgb(227, 1, 10) 0%,rgb(236 27 35) 100%);color: #FFF;display: flex;align-items: center;padding-left: 33px;}
.products-main-nav .title h1{font-weight: normal;font-size: 32px;line-height: 1.2;}
.products-main-nav .title p{font-size: 13px;line-height: 1.2;margin-top: 5px;}
.products-main-nav ul{background-color: #ffffff;padding-top: 10px;}
.products-main-nav ul li{margin: 0 30px;}
.products-main-nav ul li.active ol{display: block;}
.products-main-nav ul li h3 a{display: block;line-height: 1.5;border-bottom: dashed 1px #dfdfdf;position: relative;font-size: 16px;padding: 18px 0;font-weight: normal; color:#222;}
.products-main-nav ul li h3 a:after{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url(/en/images/icon49.png) no-repeat; width: 7px; height: 13px; transition: all 0.5s;}
.products-main-nav ul li:last-child h3 a{ border-bottom: none;}
.products-main-nav ul li.active h3 a{color:#EC1B23;}
.products-main-nav ul li.active h3 a:after{ }
.products-main-nav ul li.active ol li.active a{ color: #EC1B23;}
.products-main-nav ul li ol{ display: none;}
.products-main-nav ul li ol li{margin: 0;font-size: 14px;border-bottom: dashed 1px #dfdfdf;}
.products-main-nav ul li ol li a{display: block;line-height: 1.6;padding: 10px 0;color: #4c4c4c;font-size: 14px;}
.products-main-nav ul li ol li a:hover{color:#EC1B23;}
.products-main-nav ul li ol li a:before{display: inline-block;vertical-align: middle;width: 4px;height: 4px;background-color: #AAA;margin: -2px 10px 0 0;border-radius: 50%;}
.products-main-nav ul li.active ol li.active a:before{ background-color: #EC1B23;}
.products-main-nav ul li:hover h3 a{color:#EC1B23;}

.w70{width: 75%;float:right;}

.proLeft{ }

.proRight{ width: 100%; }
.prolist {}
.prolist li{ background:#fff; margin-bottom:30px;}
.prolist {}
.prolist .img {height: 390px;line-height: 0;}
.prolist .img img{ width: 100%;   position: absolute; left: 0; top: 0; transition:all .6s ;}
.prolist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
 
.proNav li a.one{ border-radius: 0 40px 40px 0; -webkit-border-radius: 0 40px 40px 0; -moz-border-radius: 0 40px 40px 0; -ms-border-radius: 0 40px 40px 0; -o-border-radius: 0 40px 40px 0; }
.proNav li dl{ display: none;}
.proNav li.on  dl,.proNav li:hover  dl{ display: block;}
.proNav li dl a{ display: block;}

.flex{  display: flex;}
.border{ border: 1px solid #e5e5e5;}
.radius5{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.img{ position: relative; overflow: hidden;}
.w40{ width: 40%;}
.w60{ width: 60%;}
.p30{ padding: 30px;}

.line-clamp{  word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp2{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp3{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp6{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
.line-clamp5{ word-break:break-all;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
.f12{ font-size: 12px;}
.f14{ font-size: 14px;}
.f15{ font-size: 15px;}
.f16{ font-size: 16px;}
.f18{ font-size: 18px;}
.f20{ font-size: 20px;}
.f22{ font-size: 22px;}
.f24{ font-size: 24px;}
.f26{ font-size: 26px;}
.font-weight{ font-weight: bold;}
.color-blue{ color: #185ab2;}
.color-red{color: red;}
.color-white{ color: white;}
.color-white4{  color: rgba(255,255,255,0.4);}
.color-white6{  color: rgba(255,255,255,0.6);}
.color-black{ color: #1a1a1a;}
.color-666{ color: #666; }
.color-888{ color: #888;}
.color-555{ color: #555;}
.color-999{ color: #999;}
.color-aaa{ color: #aaa;}

.bg-00{ background-color: #000;}

.bg-33{background-color: #333;}
.bg-fa{background-color: #fafafa;}
.bg-f7{ background-color: #f7f8f9;}
.bg-f5{ background-color: #f5f5f5;}
.bg-f0{ background-color: #f0f0f0;}
.bg-f9{ background-color: #f9f9f9;}
.bg-blue{background-color: #185ab2;}
.bg-red{background-color: red;}
.bg-white{ background-color: white;}
.bg-22{ background-color: #222222;}

.bg-black{ background-color: #1a1a1a;}
.bg-666{  background-color: #666;}
.bg-888{  background-color: #888;}
.bg-555{  background-color: #555;}
.bg-aaa{  background-color: #aaa;}

.w48{ width: 48% ;}

flex-center-center{  display: flex; align-items: center; justify-content: center;}
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-center{  display: flex; align-items: center;}
.flex-between{  display: flex; justify-content: space-between}
.flex-between-start{ display: flex; justify-content: space-between;align-items: flex-start;}
.flex-between-end{ display: flex; justify-content: space-between;align-items: flex-end;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}
.flex-end{display: flex; align-items: flex-end;}
.flex-content-end{display: flex; justify-content: flex-end;}
.flex-start{display: flex; align-items: flex-start;}
.iflex{ display: inline-flex}
.block{  display: block;}

.pt-30{ padding-top: 30px;}
.pl-30{ padding-left: 30px;}
.pr-30{ padding-right: 30px;}
.pb-30{ padding-bottom: 30px;}

.ss33{padding: 13px 55px;display:inline-block;color:#fff;background-color: #EC1B23;font-size: 16px; margin-right:10px;}
.ss33 span{padding-left:25px;display:inline-block;background-position:left center;background-repeat:no-repeat;background-image:url(/en/images/img6.png);}
.ss33:hover{color:#fff; background-color:#EC1B23;}

.ss34{padding: 13px 55px;display:inline-block;color:#3e3e3e;background-color: #fff;font-size: 16px;border: 1px solid #e5e5e5;}
.ss34 span{padding-left:25px;display:inline-block;background-position:left center;background-repeat:no-repeat;background-image:url(/en/images/img7.png);}
.ss34:hover{color:#EC1B23; border: 1px solid #e5e5e5;}


.ss35{padding: 13px 55px; font-weight:700; display:inline-block;color:#fff;background-color: #EC1B23;font-size: 16px; margin-right:10px;}
.ss35 span{padding-left:25px;display:inline-block;background-position:left center;background-repeat:no-repeat;background-image:url(/en/images/img8.png);}
.ss35:hover{color:#fff; background-color:#EC1B23;}

.ss36{padding: 13px 55px;display:inline-block;color:#3e3e3e;background-color: #fff;font-size: 16px;border: 1px solid #e5e5e5;}
.ss36 span{padding-left:25px;display:inline-block;background-position:left center;background-repeat:no-repeat;background-image:url(/en/images/img9.png);}
.ss36:hover{color:#EC1B23; border: 1px solid #e5e5e5;}



.za1{color:#1a1a1a;}
.za1:hover{color:#EC1B23;}

.pw{line-height:1.8;}
.title44 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #EC1B23;
}

.mt20{ margin-bottom:15px;}

.pubcatetit{font-size:30px;color:#000;text-align:center;font-weight:normal;line-height: 1.2;}
.linei{display: block;width:20px;height:3px;background: #EC1B23;margin: 15px auto;font-style:normal;}

#job-list {
	margin-bottom: 0;
}

#job-list .box {
	padding: 40px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
}

#job-list .top {
	background: #EC1B23;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}


#job-list .name,#job-list .num,#job-list .address,#job-list .date {
	float: left;
	width: 18%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.6;
	box-sizing: border-box;
}

#job-list .name {
	padding-left: 50px;
	text-align: left;
}

#job-list .arrow {
	float: left;
	width: 10%;
	text-align: center;
}

#job-list .arrow i {

	display: block;
	margin: 0 auto;

	width: 65px;
	height: 65px;
	background: url("/en/images/down.png") no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

#job-list .article {
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	padding: 0;
}

#job-list .article .clearfix {
	cursor: pointer
}

#job-list .article.active .arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#job-list .content {
	position: relative;
	display: none;
	background: #f5f5f5;
	border: 1px solid #dadada;
	border-bottom: 0;
	padding: 15px 50px 30px;
	color: #464646;
}

#job-list .content .txt {
	font-size: 16px;
	margin-bottom: 12px;
	padding-top: 22px;
	font-weight: 700;
	color: #292929;
}

#job-list .content h3 {
	font-weight: 400;
	position: relative;
	padding-left: 22px;
}

#job-list .content h3:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c64f4a;
	position: absolute;
	top: 7px;
	left: 0;
}

#job-list .content p {

text-indent: 0;

font-size: 14px;

line-height: 1.8;

margin-bottom: 7px;

color: #545454;
}

.z_index_tit6{text-align: center;margin-bottom: 40px;}
.z_index_tit6 .h3{font-size: 32px;font-weight: 400;color: #0d0d0d;line-height: 1.2;}

.advantage-list2 {
	width: 23%;
	float: left;
	margin: 20px 1% 0 1%;
	border-radius: 3px;
	box-shadow: 4px 2px 18px rgb(0 0 0 / 4%);
	background: #fff;
}

.advantage-list2 .pro {
	width: 100%;
	line-height: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}




.advantage-list2 .pro img {
	transition: transform 1s;

}

.advantage-list2:hover .pro img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

.advantage-list2 .desc {
	padding: 32px 32px 40px;
	border-radius: 0;
}


.advantage-list2 .desc strong {
	display: block;
	color: #232323;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 12px;
}

.advantage-list2 .desc p {
	font-size: 15px;
	color: #3e3e3e;
	line-height: 1.7;
	overflow: hidden;
}


.pink-line1{
        width: 40px;
        height: 3px;
        background: #219DD3;
        margin-bottom: 22px;
        margin-left: 2px;
    }


.mg10 {margin-left: -1%;margin-right: -1%; display: flex;align-items: stretch;flex-wrap: wrap;}

.advantage-list {
	width: 31.33333333333333333%;
	float: left;
	margin: 0 1%;
	background: #f5f5f5;
}


.advantage-list .pro {

width: 100%;

line-height: 0;

position: relative;

overflow: hidden;
}




.advantage-list .pro img {
	transition: transform 1s;
}

.advantage-list:hover .pro img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

.advantage-list .desc {
	padding: 35px 25px;
}

.advantage-list .desc strong {
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

.advantage-list .desc p {
	font-size: 15px;
	color: #5a5a5a;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0;
	overflow: hidden;
}

.new-list3{margin-left:-15px;margin-right: -15px; margin-top:30px;}
.new-list3 li{width: 33.333333333%;float:left;padding: 0 15px;margin-bottom:30px;}
.new-list3 li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list3 li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list3 li figcaption{display:block;padding: 18px 22px;overflow:hidden;background: #f5f5f5;position:relative;text-align: center;line-height: 1.8;transition:340ms;}
.new-list3 li figcaption time{ line-height:normal; color:#7e7e7e; font-size:14px; transition:300ms;}
.new-list3 li figcaption h3{color: #2b2b2b;font-size: 16px;font-weight: 400;overflow: hidden;margin: 0;transition:300ms;text-transform: none;}
.new-list3 li figcaption p{color:#6c6c6c;height: 50px;overflow:hidden;font-size:14px;line-height: 1.7;margin-top: 10px;transition:300ms;}
.new-list3 li figcaption span{ display:block; width:102px; height:30px; line-height:30px; background:#fff; color:#00A0E9; font-size:14px; margin-top:12px; position:relative; bottom:-30px; opacity:0; text-align:center; transition:300ms;}
.new-list3 li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list3 li:hover figcaption{background: #EC1B23;}
.new-list3 li:hover figcaption time{ color:#fff;}
.new-list3 li:hover figcaption h3{ color:#fff;}
.new-list3 li:hover figcaption p{ color:#fff;}
.new-list3 li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}


.joinFl_box ul {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.joinFl_box li {
    width: 16.66%;
    text-align: center;
    padding: 10px;
}

.joinFl_box li>div {
    padding: 38px 10px;
    background: #fff;
    border-radius: 3px;
    height: 100%;
}


.joFlImg {
    margin-bottom: 10px;
}

.joFlImg img {
    position: relative;
    top: 0;
    width: 40px;
    transition: all 0.48s;
}

.joinFl_box ul li p {
    font-size: 16px;
    color: #222;
}

.joinFl_box ul li:hover .joFlImg img {
    top: -10px;
}

.joinFl_box ul li:hover p {
    color: #EC1B23;
}

.tzgp-gptitk {
	display: block;
	overflow: hidden;
	margin-bottom: 36px;
}

.tzgp-gptit1 {
	margin-bottom: 8px;

	line-height: 27px;
	font-size: 16px;
	color: #585858;
}

.tzgp-gptit2 {
	margin-bottom: 8px;
	line-height: 76px;
	font-size: 72px;

	color: #000;
}

.ovfh {
	overflow: hidden;
}

.tzgp-list {
	display: block;
	overflow: hidden;
	margin-left: -4px;
}

.tzgp-list li {
	display: block;
	width: calc(33.3333% - 4px);
	margin-left: 4px;
	float: left;
	list-style: none;
}

.tzgp-link {
	display: block;
	overflow: hidden;
	position: relative;
}

.tzgp-link .in-protu {
	z-index: 1;
}

.tzgp-link .in-protuk {
	z-index: 2;
}

.tzgp-limk {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
}

.tzgp-lim-tit {
	display: block;
	position: absolute;
	top: 70px;
	left: 67px;
	line-height: 44px;
	font-size: 30px;
	color: #fff;
}

.tzgp-lim-xj {
	display: block;
	width: 58px;
	height: 58px;
	left: 67px;
	bottom: 63px;
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #fff;
}

.tzgp-limk {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
}

.tzgp-lim-tit {
	display: block;
	position: absolute;
	top: 50px;
	left: 35px;
	line-height: 44px;
	font-size: 28px;
	color: #fff;
}

.tzgp-lim-xj {
	display: block;
	width: 42px;
	height: 42px;
	left: 35px;
	bottom: 63px;
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #fff;
}

.tzl-xj0 {
	display: block;
	position: absolute;
	top: 0;
}

.tzl-xj01 {
}

.tzl-xj02 {
	left: 0;
}

.tzgp-link:hover .tzl-xj01 {
	left: 0;
}

.tzgp-link:hover .tzl-xj02 {
	left: 100%;
}

.in-protu {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	position: absolute;
	background-size: cover !important;
	object-fit: cover;
}

.in-protuk {
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}

#map{width: 100%;height: 608px;}
.contact_map{position:relative;line-height: 0;}
.map_text{width:400px;position: absolute;top:0;right:0;height: 100%;background:rgba(0, 114, 188, 0.9);}
.map_box{padding:50px 30px;padding-bottom: 30px; color: #fff;border-top: 6px solid #EC1B23;}
.map_box h1{margin-bottom: 20px;font-weight: bold;font-size: 24px;line-height: 1.5;}
.map_box a,.map_box a:hover{color: #fff !important;}
.map_p li{overflow: hidden;line-height: 1.5;padding: 28px 0;border-bottom: 1px solid rgba(255,255,255,0.26)}
.map_p li span{width: 75px;float: left;}
.map_p li span img{width: 20px;margin-right: 12px;}
.map_p li p{font-weight: bold;width: calc(100% - 75px);float: right;}
.map_p a{display: block;}


.map_p li.phone_cont .phone_cont_int{font-weight: bold;width: calc(100% - 75.phone_cont_intx);float: right;}
.map_p li.phone_cont span{width: 32px;}
.map_p li.phone_cont .phone_cont_int{width: calc(100% - 32px);}
.map_p li.phone_cont em{width: 60px;font-weight: normal;}
.map_p li.phone_cont .phone_cont_int a{float: right;width: calc(100% - 60px);}
.fnt_18 { font-size:16px;}
.p_insert{ margin-bottom:5px;}

.yy5{width:100%;height:600px;}

.pubTitle4{width: 100%;text-align: center;margin-bottom: 40px;}
.pubTitle4 h6{font-size: 32px;color: #000;line-height: 1.3;font-weight: 400;}
.pubTitle4 i{display: block;width: 20px;height: 3px;background: #EC1B23;margin: 15px auto;}

.relly{width: 100%;padding: 70px 0 80px;background: #f5f5f5;}
.relyx-title p{font-size: 15px;color: #999;line-height: 26px;margin-top: 16px;}
.relly-form{width: 100%;margin-top: 42px;}
.relly-formipt{width: 100%;overflow: hidden;margin-top: 25px;}
.relly-formipt input{width: 49%;height: 55px;background: #fff;padding: 0 20px;border: 0px #dcdcdc solid;}
.relly-form input, .relly-form textarea{font-size: 15px;color: #6d6d6d;}
.relly-form input:-moz-placeholder, .relly-form textarea:-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input::-moz-placeholder, .relly-form textarea::-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input:-ms-input-placeholder, .relly-form textarea:-ms-input-placeholder{color:#888;font-size: 15px;}
.relly-form input::-webkit-input-placeholder, .relly-form textarea::-webkit-input-placeholder{color:#888;font-size: 15px;}
.relly-formipt input:first-child{float: left;}
.relly-formipt input:last-child{float: right;}
.relly-form textarea{width: 100%;display: block;background: #fff;margin-top: 25px;padding: 24px 20px;height: 150px;border: 0px #dcdcdc solid;}
.relly-formyzmbtn{width: 100%;overflow: hidden;margin-top: 26px;}
.relly-formyzm{float: left;}
.relly-formyzm input{width: 400px;height: 55px;background: #fff;padding: 0 20px;display: block;float: left;border: 0px #dcdcdc solid;}
.relly-formyzm span{display: block;float: left;margin-left: 20px;height: 55px;width: 150px;cursor: pointer;}
.relly-formyzm span img{width: 100%;height: 100%;}
.relly-formbtn {width: 200px;height: 55px;display: block;background: #EC1B23;font-size: 16px;color: #fff;text-align: center;float: right;cursor: pointer;border: 0;}
.relyx-close{display: none;}

.w38{ width:40%; float:left;}
.w62{ width:60%; float:left; padding-left: 80px;padding-top: 30px;}

.n13{ font-size:36px; line-height:1.2; margin-bottom:30px;color: #000;}
.n12{ font-size:16px; line-height:2;}
.n12 p{ margin-bottom:15px;}

.scet{padding: 50px 30px;background: #fff;box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.03);}

.ax1{ text-align:center; font-size:16px;}

.ico-read1{
  font-size:56px;
  color:rgb(121, 121, 121);
  line-height:1.2;
  transition:all .5s ease;
  text-align:center;
  display: block;
  margin-bottom: 3px;
  }
.ico-read2{
 font-size:18px;
  color:rgb(121, 121, 121);
  line-height:1.2;
  transition:all .5s ease;
  text-align:center;
 display: block;
  }
  
.listInfo2:hover .ico-read1 {
  color:#EC1B23;
  }
  
.listInfo2:hover .ico-read2 {
  color:#EC1B23;
  }
  
.wt1{margin-right:8px; height:22px;margin-top: -3px;}

@media(max-width:1600px){

.nymenu_mid ul li a{padding: 20px 35px;font-size: 16px;}

	.resin-bli{
		padding: 20px 50px;
	}
	.resin-b1{
		width: 40px;
		top: 15px;
	}
	.resin-b3>li{
		font-size: 15px;
		line-height: 25px;
	}
	.resin-b2{
		font-size: 20px;
	}
	.resin-eul{
		width: calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
	}
	.resin-eul li{
		width: calc(25% -20px);
		width: -webkit-calc(25% - 20px);
		margin-right: 20px;
	}
	.resin-e1>div{
		font-size: 20px;
		line-height: 25px;
	}
	.resin-e1>p{
		font-size: 14px;
	}
	
.in-num1 ul li span.span1 i{font-size: 44px;}

.contain{width: 86%; max-width:1280px;}

.prolist .img {height: 330px;}

.nymenu{margin-top: -65px;}

}

@media(max-width:1500px){

.other_banner{height: 520px;}

}

@media(max-width:1300px){
.ss33{padding: 13px 35px;}
.ss34{padding: 13px 35px;}
.ss35{padding: 13px 35px;}
.ss36{padding: 13px 35px;}
}


@media(max-width:1200px){
	.resin-bli{
		padding-right: 30px;
		min-height: 380px;
	}
	
	.in-num1 ul li span.span1 i{font-size: 38px;}
.in-num1 ul li span.span2{font-size: 14px;}

}

@media(max-width:1024px){

	.resin-bul{
		display: block;
	}
	.resin-bli{
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
	}
	.resin-c1{
		font-size: 20px;
		font-weight: bold;
	}
	.resin-c2{
		font-size: 16px;
	}
	.resin-c3{
		padding: 20px;
	}
	.resin-eul li{
		width: calc(50% -20px);
    width: -webkit-calc(50% - 20px);
	}
	
	.iprgm-lt{
	height:auto;
	}
	
.zss1{ display:none;}
.zss2{ display:block;}

.iabt-lt{
		width: 88%;
	}
	
.in-num1 ul li{width: 50%; padding-right:30px; margin-bottom:15px;}
.in-num1 ul li span.span1 i{font-size: 28px;}
.in-num1 ul li span.span2{font-size: 13px;}

.iprgm-b100{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	margin-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 30px;
}

#tabs a {
	  float: left;
	  position: relative;
	  padding: 0 14px;
	  line-height: 28px;
	  height: 30px;
	  font-size: 14px;
	}
	
	#tabs li {
	  margin: 0 2px 5px 2px;
}

.new-list li{width: 100%;margin-bottom: 10px;}

.new-list li figcaption{padding: 16px;height: 142px;}
.new-list li figcaption time{font-size:12px;}
.new-list li figcaption h3{
	font-size: 16px;
	margin-top:3px;
	}
.new-list li figcaption p{  height: 42px;  font-size:12px; line-height: 1.8; margin-top: 10px;} 


#tabs {
	  margin-bottom: 20px;

}

.new-list li:hover figcaption{height:193px;}

.new-list{height: 370px;overflow: hidden;}


.at3{ font-size:18px; margin-bottom:8px;}
.at4{
	font-size: 20px;
	line-height: 1.3;
	
}
.at5{ font-size:13px; margin-top:10px; margin-bottom: 10px; -webkit-line-clamp: 2;}
	.resin-a,.resin-b,.resin-c,.resin-e{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.resin-a2{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .5rem;
	}
	.resin-b2{
		font-size: .3rem;
		font-weight: bold;
	}
	.resin-b3>li{
		font-size: .26rem;
	}
	.resin-cul{
		margin-top: .5rem;
	}
	.resin-c1{
		font-size: .3rem;
		line-height: .45rem;
		padding:.25rem .15rem;
	}
	.resin-c2{
		font-size: .26rem;
		line-height: .45rem;
		padding:.25rem .15rem;
	}
	.resin-c3{
		padding: .25rem;
	}
	.resin-c3 li{
		width: 100%;
		padding: 0;
		margin-bottom: .25rem;
	}
	.resin-c3-a{
		font-size: .26rem;
		line-height: .4rem;
		font-weight: bold;
	}
	.resin-c3-b{
		font-size: .24rem;
		line-height: .4rem;
	}
	.resin-d{
		width: 50%;
	}
	.resin-eul{
		margin-top: .5rem;
		width: calc(100% + .2rem);
		width: -webkit-calc(100% + .2rem);
	}
	.resin-swiper{
		padding-bottom: 30px;
	}
	.resin-eul li{
		width: calc(50% - .2rem);
    width: -webkit-calc(50% - .2rem);margin-right: .2rem;
    margin-bottom: .25rem;

	}
	.resin-e1>div{
		font-size: .28rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.resin-e1>p{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem
	}
	.resin-e1{
		/*min-height: 2rem;*/
		padding-top: .3rem;
	}
	
	.other_banner{margin-top: 50px; height:180px;}
.other_banner .banner_text h3{font-size: 24px;margin-bottom: 0;font-weight: 400;}

.other_banner .banner_text h4{font-size: 24px;margin-bottom: 3px;}


.line33 {
  margin: 10px auto;
}


.nymenu_mid ul li a{padding: 15px 0;line-height: 1.5;font-size: 14px;}
.nymenu_mid ul li{padding: 0 20px;width: 50%;float: left;display: block;}

.home-block1 {
	padding: 40px 0;
}

.sonTitle h2{font-size: 22px;margin-bottom: 15px;}

.bt22 p{margin-bottom: 10px;font-size: 14px;}

.Str-three{padding: 30px;margin: 30px 0;}
.Str-three p{width:95%;font-size: 14px;}	

.in-num2 ul li{width: 50%;padding: 8px;margin-bottom: 0;}

.in-num2 ul li span.span1 i{font-size: 30px;}

.in-num2{margin-top:0;}
.in-num2 ul li:after{ display:none;}
.in-num2 ul li span.span2{font-size: 14px;height: 42px;}

.about_culture .keyvalue div.box1 {
    height: 260px;
    padding-top: 85px;
    padding-left: 140px;
    padding-right: 10px;
}

.about_culture .keyvalue div.box2 {
   height: 260px;
    padding-top: 75px;
   padding-left: 25px;
}

.about_culture .keyvalue div>strong {
    font-size: 16px;
}




.about_culture .keyvalue div>em {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about_culture .keyvalue div>p {
    font-size: 14px;
}

.listInfo1 dt {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    }

  .listInfo1 dd {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 30px 20px 20px 20px;
    position: relative;
    }
	.listInfo1 h3 {
    max-height: 140px;
    font-size: 18px;
    line-height: 1.6;
    }
	
	.listInfo1 .info .info-r {
      float: left;
      color: #9E9E9E;
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      }	
	  
.history>.list>span{ font-size:22px;}
.history>.list>em{ font-size:14px;}

.history{ margin-bottom:10px;}
.history>.img>img{ height:160px; object-fit:cover;}
.history>.img>.desc{ width:60%; height:200px; padding:0 20px; top:-60px; right:20px;}
.history>.img>.desc>.desc_box>span{ font-size:18px;}
.history>.img>.desc>.desc_box>.desc_con{ font-size:15px; margin-top:10px;}
.history>.img>.desc>.desc_box>em{ margin-top:15px;}
.history>.list{ }
.history>.list>.list_box{ margin-top:20px;}
.history>.list>.list_box>.list_con ul>li .list_box>span{ font-size:26px; padding-right:10%; padding-bottom:15px;}
.history>.list>.list_box>.list_con ul>li .list_box>span:after{ width:50%;}
.history>.list>.list_box>.list_con ul>li .list_box>em{ font-size:16px; padding-right:10%; margin-top:15px;}
.history>.list>.list_box>.list_con ul>li .list_box>.desc{ font-size:14px; padding-right:10%; word-break:break-all;}
.history>.list>.list_box>.list_con ul>li .list_box>.img{ padding-right:10%;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) span{ padding-left:10%;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) em{ padding-left:10%;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) .desc{ padding-left:10%;}
.history>.list>.list_box>.list_con ul>li:nth-child(2n) .img{ padding-left:10%;}
.history>.list>.list_box>.list_con ul>li .list_box>.img>img{  max-width:100%;}

.srvStgy-top{margin: 15px auto 0; font-size:14px;}

.srvStgy-top p{margin-bottom: 10px;}
.srv-wrap{padding: 25px 20px 30px 20px;background:#fff;}
.srv-top{padding-bottom: 15px;text-align: left;font-size: 20px;}

.new-list2 li{width: 100%;margin-bottom: 20px;}

.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;
		margin-top:20px;
	}
.news-pagecontent .page2 .title h1 {
		font-size: 18px;
		font-weight: 700;
		color:#262626;
	}
.news-pagecontent .page2 {
		padding: 20px 20px 15px;
	}
	
	.news-pagecontent .page2 .content p,.news-pagecontent .page2 .content ul,.news-pagecontent .page2 .content ol {
	margin-bottom: 10px;
}

.news-pagecontent .page2 .content {
	font-size: 14px;
}

.news-pagecontent .page2 .content a {
	font-size: 14px;
}

.products-main-nav{width: 100%; margin-bottom:30px;}
.w70{width: 100%;float:left;}
.products-main-nav .title{height: 100px; padding-left:32px;}
.products-main-nav .title h1{ font-size: 24px;}

.w40{ width: 100%;}
.w60{ width: 100%;}
.flex{display:block;}
.prolist .img {height: 230px;}
.pl-30{ padding-left: 0; margin-top:20px;}
.prolist li{ margin-bottom:15px;}
.f26{ font-size: 18px;}
.f16{ font-size: 14px;}
.za7{ margin-bottom:8px;}
.za8{ margin-bottom:6px;}
.ss33{padding: 12px 25px;font-size: 14px; margin-right:5px; margin-top:5px;}
.ss33 span{padding-left:20px;}

.ss34{padding: 12px 25px;font-size: 14px; margin-top:5px;}
.ss34 span{padding-left:20px;}


.ss35{padding: 12px 35px;font-size: 14px; margin-right:5px; margin-top:5px;}
.ss35 span{padding-left:20px;}

.ss36{padding: 12px 35px;font-size: 14px; margin-top:5px;display: none;}
.ss36 span{padding-left:20px;}

.p30{ padding: 20px;}
.title44 {
  font-size: 18px;
}

#job-list {
		margin-bottom: 0;
	}


	#job-list .box {
		padding: 15px 10px;
		margin-top: 10px;
	}

	#job-list .box .top {
		font-size: 15px;
	}

	#job-list .name,#job-list .num,#job-list .address,#job-list .date {
		width: 21%;
		padding: 15px 0;
	}

	#job-list .name {
		width: 28%;
		padding-left: 15px;
	}

	#job-list .arrow {
		width: 8%;
	}

	#job-list .arrow i {


width: 20px;

height: 52px;

-webkit-background-size: 12px;

-moz-background-size: 12px;

background-size: 12px;

display: none;

}

	#job-list .article {
		font-size: 14px;
	}

	#job-list .content {
		padding: 10px 15px;
		font-size: 12px;
	}

	#job-list .content .txt {
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 10px;
	}


	#job-list .content h3 {
		padding-left: 15px;
	}

	#job-list .content h3:before {
		width: 6px;
		height: 6px;
		top: 9px
	}
	
	
	#job-list .name{
	width: 70%;
}

#job-list .date {
	width: 22%;
}

#job-list .num,#job-list .address {
	display:none;
}

.pubcatetit{font-size:22px;}

.z_index_tit6{margin-bottom: 20px;}
.z_index_tit6 .h3{font-size: 22px;}
.advantage-list {
	width: 98%;
	margin-bottom:15px;
}

.advantage-list .desc {
	padding: 25px 20px;
}

.advantage-list .desc strong {
	font-size: 18px;
}
.advantage-list .desc p {
	font-size: 14px;

}

.new-list3 li{width: 100%;margin-bottom:20px;}

.new-list3 li figcaption{padding: 16px;}
.new-list3 li figcaption h3{font-size: 14px;}


 .joinFl_box ul {
        margin-left: -3px;
        margin-right: -3px;
    }

    .joinFl_box li {
        padding: 3px;
    }

    .joFlImg img {
        width: 38px;
    }

    .joinFl_box li {

        width: 50%;
    }

    .joinFl_box li>div {
        padding: 14px 5px;
    }


    .joinFl_box ul li p {
        font-size: 13px;
    }
	
	.tzgp-gptit2 {
	line-height: 1.2;
	font-size: 34px;
}

.tzgp-list li {
	width: 100%;
	margin-left: 0;
	margin-bottom:10px;
}

.tzgp-gptitk {
	margin-bottom: 20px;
}

.tzgp-lim-tit {
	top: 40px;
	left: 25px;
	font-size: 22px;
}

.tzgp-lim-xj {
	left: 25px;
	bottom: 43px;
}

.pubTitle4{margin-bottom: 25px;}
.pubTitle4 h6{font-size: 22px;}

 .relly-formipt input {height: 44px;padding: 0px 15px;font-size: 14px;}
    .relly-form textarea {margin-top: 0;padding: 16px 15px;height: 160px;}
    .relly-formyzm input {width: 280px;height: 44px;padding: 0 15px;}
    .relly-formyzm span {margin-left: 12px;height: 44px;width: 150px;}
    .relly-formbtn{height: 44px;}
    .relly-formyzmbtn{margin-top: 20px;}
	.reltab {padding: 20px 0 40px;}
    .reltab li {padding: 28px 0;margin-top: 20px;}
    .reltab-item {padding: 0 24px 0 18px;}
    .reltab-img {width: 50px;margin-top: 16px;}
   .relyx-list li{width: 98%;margin-bottom: 15px;}
    .relly {padding: 38px 0;}
    .relly-formipt input{width: 100%;margin-bottom: 20px;}
    .relly-form {margin-top: 0;}
    .relly-formyzm input{width: 180px;}
    .relly-formyzm span{width: 120px;}
    .relly-formbtn{width: 100%;margin-top: 20px;}
    .relyx-info {display: none;width: 100%;position: fixed;z-index: 99999;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .4);}
    .relyx-info .contain{position: relative;height: 100%;}
    .relyx-infoitem {height: 440px;background: #fff;position: absolute;top: 50%;margin-top: -220px;padding: 32px 0 36px;}
    .relyx-infoitem ul{display: block;width: 100%;overflow-y: auto;height: 384px;padding: 0 24px;}
    .relyx-info li {padding: 0;width: 100%;margin-top: 24px;}
    .relyx-info li h6 {margin-bottom: 10px;}
    .relyx-info li:first-child{margin-top: 0;}
    .relyx-close{display: block;width: 30px;height: 30px;position: absolute;z-index: 2;top: 0;right: 0;background: #0D6BAD url('../images/public/closeH.png') no-repeat center /16px auto;}
	.relly-formipt{margin-top: 0;}
	
.map_box h1{margin-bottom: 10px;font-size: 18px;}
.map_box{padding: 20px 10px; border-top: 3px solid #EC1B23;}
.map_p li span img{margin-right: 6px;}
.map_p li span{width: 60px;}
.map_p li p{width: calc(100% - 60px);}
.map_text{position: static;width: 100%;}
.yy5{height:220px;}
.fnt_18 {font-size:14px;}
.map_p li{padding: 18px 0;}

.w38{ width:100%;}
.w62{ width:100%; float:left; padding-left: 0; margin-top:30px;}

.n13{ font-size:24px; margin-bottom:20px;}
.n12{ font-size:14px;}
.n12 p{ margin-bottom:10px;}
.scet{padding: 30px 20px;}

.listInfo2 dt {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    }

  .listInfo2 dd {
    float: left;
    width: 75%;
    overflow: hidden;
    padding: 25px 20px;
    position: relative;
    }
	.listInfo2 h3 {
    font-size: 16px;
    }
	
	.listInfo2 .info .info-r {
      float: left;
      color: #9E9E9E;
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      }	
	  
	  .listInfo2 .info {
    width: 25%;
    }
	
	.listInfo2 {
  font-size: 14px;
  }
	
.ico-read1{
  font-size:36px;
  }
.ico-read2{
 font-size:14px;
  }
  
.nymenu{margin-top: 0;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #EC1B23;background: #fff;}
.nymenu_mid ul li a{color: #333;}
.nymenu_mid ul li a:after{content: "";position: absolute;z-index: 1;opacity:0;left: 50%;width: 0;bottom: -1px;height: 2px;background-color: #EC1B23;background-repeat:no-repeat;background-position:center;z-index: 1;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #EC1B23;}
.nymenu_mid ul li a:hover:after,.nymenu_mid ul li a.active:after{width: 2.65em;opacity:1;margin-left: -1.325em;}
.nymenu_mid ul li{background-position:left center;background-repeat:no-repeat;background-image:url(/en/images/img17.jpg);float:left;padding: 0 40px;text-align:center;}
.nymenu_mid ul li:nth-child(1){background-image:none}
.wt1{ display:none;}
.nymenu{border-bottom:1px #d9d9d9 solid;background: #fff;}

}<!--耗时1766709468.1289秒-->