﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
}
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:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}


/*顶部*/
header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 39;
	background: #fff;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 80px;
	padding-left: 50px;
}
.logo{
	float: left;
	line-height: 100px;
}
.logo img{ height:74px}
.header-rt{
	float: right;
}
.header-ch{
	float: left;
	padding-top: 27.5px;
	padding-top: 35px;
	/*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: #2260af;
}
.header-ch-f{
	position: relative;
    margin-left: 40px;
    width: 60px;
    text-align: center;
}
.header-ch-g{
	width: 30px;
    height: 30px;
    background: url(../img/ico35.png) no-repeat center;
    float: left;
}
.header-nav{
	float: left;
	margin-right: 30px;
}
.header-nav li{
	display: inline-block;padding: 0 20px; position: relative;
}
.header-a{
	display: inline-block;
	font-size: 16px;
	color: #222;
	line-height: 100px;
	position: relative;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #2260af;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover{
	color: #2260af;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover:after{
	width: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover,.header-nav li.om .header-a{
	color: #2260af;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-a:hover:after,.header-nav li.om .header-a:after{
	width: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.header-b{
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 100px;
	background: rgba(34,96,175,.8);
	display: none; 
}
.header-bb{
	padding-right: 0;
}
.header-b.on{
	display: block;
}
.header-b a{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	position: relative;
	top: 0px;
	transition: all .3s;
	-webkit-transition: all .3s;
	display: block; padding:0 20px
}
.header-b a:first-child{ margin-top: 20px}
.header-b a:last-child{ margin-bottom: 20px}
.header-bb a{
	margin: 0 20px; color:#999
}
.header-b a p{    color: #e8e8e8;
	white-space: nowrap;}
.header-b a>div{
	display: inline-block;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,.2);
	overflow: hidden; 
}
.header-b a:hover{
	transition: all .3s;;
    -webkit-transition: all .3s; color:#fff;
}
.header-b a:hover p{ color:#fff}
.oadl{ margin-left:15px}
.oadl a{    border: 1px solid #cccaca;
    padding: 0 10px;}

.dntp{ display: block}
.sjtp{ display: none}

.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(../img/ss01.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../img/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-b a{
		font-size: 14px;
	}
	.header-bb a{
		margin: 0 12px;
	}
	.header-nav{
		margin-right: 15px;
	}
	.logo img{ height:50px}
}
.header-j{
	display: none;
}
@media(max-width:1200px){
	header{
		padding:0 30px;
	}
	.header-nav{
		width: 100%;
		height: calc(100% - 100px);
		position: fixed;
		top: 100px;
		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: 100px;
		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: 100px;
		float: right;
		background: url(../img/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: 100px;
		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;
	}
}

.main{ padding: 50px 0}
.nybt {text-align: center; position: relative}
.nybt h2{color: #2260af;font-size: 36px}
.nybt p{ width: 50px; height: 2px; background: #2260af; display: block; position: absolute; left: 50%; margin-left: -25px; bottom: 0}
.nygynr{width: 90%; margin: 50px auto}
.gynr1{overflow:hidden}
.gynr1 dl{width: 25%;float: left; text-align: center}
.gynr1 dl dt{font-size: 28px; font-weight: bold; color: #2260af}
.gynr1 dl dd{font-size: 16px; color: #666666}
.gynr2{margin: 60px 0 0; overflow: hidden}
.gynr2l{    width: 50%;
	float: left;
	padding: 30px 30px 30px 0;
	line-height: 35px;}
.gynr2l h1{    margin-bottom: 15px;
	font-size: 30px;
	color: #102c65;
	font-weight: bold;}
.gynr2r{width: 50%;float: left;overflow: hidden}

.gynr2r dl{overflow: hidden;width: 49%; float:left;margin-right: 2%; margin-bottom: 10px}
.gynr2r dl.nygy2,.gynr2r dl.nygy4{ margin-right: 0;}
.gynr2r dl.nygy3,.gynr2r dl.nygy4{ margin-bottom: 0}
.gynr2r dl img{width: 100%;
	height: auto;
	transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform;}
.gynr2r dl:hover img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);}

.shadow {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	display: none;
	z-index: 111111111111;
}
.job-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	width: 400px;
	z-index: 111111111111;
}
.job-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
#lxwm-zhaoxian ul li {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
#lxwm-zhaoxian ul li {
	position: relative;
}
#input_1_1 {
	border: #CCC 1px solid;
	display: inline-block;
	margin: 10px 0px;
	padding: 15px 5% 15px 5%;
	width: 90%;
	font-size: 16px;
}
#extensions_message {
	display: none;
}
.gfield_description {
	font-size: 12px;
	color: #f00;
	position: absolute;
	top: 4px;
	left: 100px;
}

#gform_submit_button_1 {
	font-size: 16px;
	cursor: pointer;
	border: none;
	background-color: #5b6d9b;
	color: #fff;
	text-align: center;
	padding: 15px 20px !important;
}



/*底部*/
footer{
	width: 100%;
	height: 535px;
	background: #2260af; position: relative;
}
.footer{
	padding-top: 50px;
}
.footer-lt{
	width: 220px;
	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: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	max-width: 1350px;
	margin-right: 50px;
	min-height: 320px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.footer-rt-a{
	width: 14.285%;
	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: 16px;
	color: #fff;
	line-height: 25px;
	opacity: .5;
}
.footer-rt-a>li>a:hover{
	opacity: 1;
}


.footer-b{
	width: 100%;
	float: left;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.footer-b1{
	font-size: 14px;
	line-height: 40px;
	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(../img/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: #2dafb4;
}
.footer-b1-a{
	display: inline-block;
}
.gotop{
	width: 50px;
	height: 50px;
	background: url(../img/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: 30px;
	color: #fff;
	line-height: 1;
	font-family: impact;
	margin-top: 15px;
}
.headerL-b3{
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-top: 35px;
	opacity: .6;
}
.headerL-b4{
	margin-top: 20px;
	height: 45px;
}
.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;
}

.mc_b1s1 {
	padding: 60px 0 30px;
}

.mc_cont1360 {
	width: 85.652%;
	max-width: 1360px;    margin: 0 auto;
}

.clearfix {
	zoom: 1;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}
.clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}
.mc_b2s1_li {
	float: left;
	width: 20%;
	height: 100%;
	position: relative;
}
.mc_b2s1_li:hover .deco:before {
	animation: scalepulse 1.3s linear .3s infinite both;
	transform: translate3d(-50%, -50%, 0) scale(1);
}

.mc_b2s1_li:hover .deco i,
.mc_b2s1_li:hover .deco em {
	background: #fff;
	animation: scalepulse 1.3s linear 0s infinite both;
	transform: translate3d(-50%, -50%, 0) scale(1);
}

.mc_b2s1_li:hover .deco:after {
	animation: scalepulse 1.3s linear .15s infinite both;
	transform: translate3d(-50%, -50%, 0) scale(1);
}

.mc_b2s1_li:hover .mc_b2s1li_title {
	font-weight: bold;
	font-family: "OPPOSans2_En_design-Heavy","OPPOSans2_En_design-Regular","Roboto", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

@keyframes scalepulse {
	20% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
		transform: translate3d(-50%, -50%, 0) scale(1.15);
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}

	50% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		transform: translate3d(-50%, -50%, 0) scale(1);
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}
}


.ma_b1s1m_l {
	width: 475px;
	padding: 0 !important;
	height: 666px;
}
.mc_b1s1 .ma_b1s1m_l {
	width: 435px;
}
.mc_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mc_b1s1 .ma_b1s1ml_li {
	padding: 30px 50px;
}
.mc_title40 {
	font-size: 40px;
	font-weight: bold;
	font-family: OPPOSans2_En_design-Heavy, OPPOSans2_En_design-Regular, Roboto, 微软雅黑, Arial, PingFangSC-Light, "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
	color: rgb(29, 29, 31);
}


.ma_b1s1_main {
	box-shadow: 0 0 14px 1px rgba(234, 234, 234, .75);
}

.ma_b1s1ml_list {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ma_b1s1ml_li {
	width: 100%;
	padding: 30px 75px;
	max-height: 100%;

}

.ma_b1s12_title {
	text-align: left;
	margin-bottom: 20px;color: #2260af;
}

.ma_b1s1m_l p {
	font-size: 18px;
	color: #333;
	line-height: 1.75;
	/* font-weight: lighter; */
}

.ma_b1s2 {
	padding: 100px 0 0;
}

.ma_b1s2_title {
	margin-bottom: 126px;
}

.ma_b1s2_main {
	position: relative;
}

.ma_b1s1_list {
	margin-bottom: 240px;
}

.ma_b1s1_list:last-child {
	margin-bottom: 0;
}

.ma_b1s1_list:nth-child(odd) .ma_b1s2m_img {
	position: absolute;
	width: 100%;
	max-width: 720px;
	right: 0;
	bottom: -110px;
	z-index: 0;
	animation: fadeLeft 2s ease;
}

.ma_b1s1_list:nth-child(even) .ma_b1s2m_img {
	position: absolute;
	width: 100%;
	max-width: 700px;
	left: 0;
	bottom: -110px;
	z-index: 0;
	animation: fadeRight 2s ease;
}

.ma_b1s2m_r1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: all 1s;
}

.ma_b1s2m_r2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 1s;
	opacity: 0;
	transform: translateX(100px);
	transform: none !important;
}

.ma_b1s1_list:nth-child(even) .ma_b1s2m_r2 {
	transform: translateX(-100px);
}

.ma_b1s1_list:nth-child(odd) .ma_b1s2m_font {
	float: left;
	width: calc(100% - 426px);
	/* height: 485px; */
	background: #f7f8fa;
	padding: 90px 275px 90px 84px;
}

.ma_b1s1_list:nth-child(even) .ma_b1s2m_font {
	float: right;
	width: calc(100% - 426px);
	/* height: 485px; */
	background: #f7f8fa;
	padding: 90px 84px 90px 275px;
}

.ma_b1s2m_font p {
	font-size: 24px;
	color: #333;
	line-height: 1.75;
	/* max-height: 168px; */
	/* overflow: hidden; */
	/* font-weight: lighter; */
	position: relative;
	z-index: 10;
	margin-bottom: 44px;
}

.ma_b1s2_main a {
	display: block;
}

.ma_b1s2 .mc_a1s1_more {
	z-index: 10;
}
.fr {
	float: right;
}
.ma_b1s1m_r {
	position: relative;
	z-index: 1;
	width: calc(100% - 475px);
	height: 666px;
}
.mc_b1s1 .ma_b1s1m_r {
	width: calc(100% - 435px);
}
.mc_b2s1_imgbox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.mc_b2s1_imgbox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}
.mc_b2s1_imgbox .mc_b2s1_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s;
	overflow: hidden;
}
.mc_b2s1_poster {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.mc_b2s1_img.act {
	opacity: 1;
}
.mc_b2s1_list {
	width: 100%;
	height: 100%;
}

.mc_b2s1_li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.mc_b2s1_lisbox {
	display: block;
	width: 100%;
	height: 100%;
}

.mc_b2s1li_cont {
	width: 100%;
	padding: 0 15px;
}
.deco {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	opacity: 1;
	transition: .1s;
	transform: translateZ(0);
	margin: 0 auto;
}
.deco:before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0) scale(.75);
	transition: .4s;
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: 100%;
	height: 0.2rem;
	width: 0.2rem;
}
.deco i, .deco em {
	background: hsla(0, 0%, 100%, .8);
	border: 1px solid #fff;
	border-radius: 100%;
	height: 0.112rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0) scale(.5);
	transition: .4s;
	width: 0.11rem;
}
.deco:after {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0) scale(.75);
	transition: .4s;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 100%;
	height: 0.3rem;
	width: 0.3rem;
}
.mc_b2s1li_title {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	/* font-weight: lighter; */
	margin-top: 60px;
	text-align: center;
	transition: all .36s;
}
.mc_b1s1 .mc_b2s1li_title {
	font-weight: bold;
	font-family: OPPOSans2_En_design-Heavy, OPPOSans2_En_design-Regular, Roboto, 微软雅黑, Arial, PingFangSC-Light, "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
	font-size: 16px;
	margin-top: 20px;
}
.ma_b1s1ml_li:not(:first-child) {
	display: none;
}
.fzlcnr{ padding: 0 70px; margin: 50px 0; position: relative}
.fzlcnr .swiper-slide{text-align: center}
.rynav{    text-align: center;
	margin: 40px 0;}
.rynav ul{text-align: center}
.rynav ul li{ display: inline-block}
.rynav ul li a{border: 1px solid #e8e1e1;
	line-height: 40px;
	display: block;
	width: 150px;
	margin: 0 20px; background: #fff}
.rynav ul li:hover a,.rynav ul li.om a{ background: #2260af;color: #fff; border: 1px solid #2260af}
.ryzznr{margin: 80px 0 50px}

.cpfa1{overflow: hidden; position: relative}
.cpfal{width: 52%;float: ; overflow: hidden}
.cpfal img{  width: 100%;
	height: auto;
	transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform;}
.cpfal:hover img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);}
.cpfar{width: 48%;position: absolute; height: 100%; right: 0; top: 0; background: #2260af; padding: 30px; color: #fff}
.cpfar .nybt{text-align: left;margin-bottom: 20px}
.cpfar .nybt h2{color: #fff}
.cpfar .nybt p{ background: #fff;
	left: 2px;
	margin: 0;}
.cpfarnr p{font-size: 16px; margin-bottom: 20px;}
.cpfarnr p:nth-child(2){margin-bottom: 0}

.cpfa2{    margin: 40px 0; overflow: hidden}
.cpitem{width: 31.333%;float: left; margin-right: 3%;position: relative; overflow:hidden}
.cpitem:nth-child(3){margin-right: 0}
.cpitem img{    width: 100%;
	height: auto;
	transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform;}
.cpitem:hover img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);}
.cpitem h2{ position: absolute; bottom: 0;width: 100%; line-height: 50px; text-align: center; color: #fff;background: rgba(34,96,175,0.8);font-size: 20px; font-weight: bold}

.fznav{background: url("../img/cpnav.png") center no-repeat; background-size: 100% auto; margin: 80px 0}
.fzfglb dl{overflow: hidden; text-align: center;    margin-bottom: 30px;}
.fzfglb dl dd{ float: left; border-right:1px solid #fff; }
.fzfglb dl dd.fz1{width: 25%}
.fzfglb dl dd.fz2{width: 25%}
.fzfglb dl dd.fz3{width: 50%; border-right: none}
.fzbt dl{height: 60px; background: #2260af; color: #fff; font-size: 20px; font-weight: bold;    margin-bottom: 50px;}
.fzbt dl dd{ line-height: 60px}
.fzlist dl{ background: #dcdcdc; height: 240px;    transition: all .6s;
    -webkit-transition: all .6s;}
.fzlist dl dd { height:100%;display: flex; align-items:center;/*垂直居中*/
	padding: 0 10px 0 50px; text-align: left}
.fzlist dl:hover{background: #2260af; color: #fff;box-shadow: 0 0 10px 10px #d8d7d7; }
.jjfalb dl dd.fz1{width: 50%}

.dzfwnr{overflow: hidden;max-width: 1400px; margin: 0 auto}
.dzfl{width: 48%; float: left; margin-right: 4%}
.dzfr{ width: 48%; float: left}
.dzfwnr dl{margin-bottom: 30px}
.dzfwnr dl dt{margin-bottom: 5px; line-height: 40px}
.dzfwnr dl dd{}
.dzfwnr dl input[type=text]{width: 100%; height: 45px; line-height: 45px; border: 1px solid #dcdcdc}
.dzfwnr dl input[type=checkbox]{}
.dzfwnr dl textarea{width: 100%; height: 265px;  border: 1px solid #dcdcdc}
.dzfwnr dl dd span{ width: 25%; float: left;line-height: 35px}
.dztj{overflow: hidden; width: 100%; text-align: center; margin: 50px 0 20px}
.dztj input{background: #fff;border: 1px solid #2260af; display: block;width: 200px; margin: 0 auto;line-height: 40px; color: #2260af; cursor: pointer}
.dztj input:hover{ background: #2260af; color: #fff}
.dzfwnr dl span.red{ color: red; vertical-align: middle}


@media screen and (max-width: 1680px) {
	.ma_b1s1m_l {
		width: 32%;
		min-height: auto;
		padding: 9vw 5vw 50px;
	}
	.ma_b1s1m_l, .ma_b1s1m_r {
		height: 600px;
	}
	.mc_title40 {
		font-size: 38px;
	}
	.ma_b1s1m_l p {
		font-size: 22px;
	}
	.ma_b1s1m_r {
		width: 68%;
	}
	.mc_b2s1li_title {
		font-size: 22px;
	}
}

@media screen and (max-width: 1440px){
	.ma_b1s1m_l {
		padding: 5vw 4vw 50px;
	}
	.ma_b1s1m_l, .ma_b1s1m_r {
		height: 500px;
	}
	.mc_b1s1 .ma_b1s1m_l {
		width: 380px;
	}
	.mc_b1s1 .ma_b1s1m_l {
		width: 350px;
	}
	.ma_b1s1ml_li {
		padding: 30px 30px;
	}
	.mc_b1s1 .ma_b1s1ml_li {
		padding: 30px 30px;
	}
	.mc_title40 {
		font-size: 36px;
	}
	.ma_b1s12_title {
		margin-bottom: 40px;
	}
	.ma_b1s1m_l p {
		font-size: 20px;
	}
	.mc_b1s1 .ma_b1s1m_r {
		width: calc(100% - 380px);
	}
	.mc_b2s1li_cont {
		padding: 0 12px;
	}
	.mc_b2s1li_title {
		font-size: 18px;
		margin-top: 30px;
	}
	.mc_b2s1li_title {
		font-size: 14px;
		margin-top: 20px;
	}
	.mc_b1s1 .mc_b2s1li_title {
		font-size: 12px;
	}
	.nybt h2{font-size: 30px}
	.cpfarnr p {
		font-size: 14px;
		line-height: 25px;
	}
}
@media screen and (max-width: 1366px){
	.mc_b1s1 .ma_b1s1m_l {
		width: 350px;
	}
	.ma_b1s12_title {
		font-size: 34px;
	}
	.mc_b1s1 .ma_b1s1m_r {
		width: calc(100% - 400px);
	}
}
@media screen and (max-width: 1024px){
	.mc_title40 {
		font-size: 30px;
	}
}
@media screen and (max-width: 991px){
	.ma_b1s1m_l, .ma_b1s1m_r {
		width: 100%;
	}
	.ma_b1s1m_l {
		height: auto;
	}
	.ma_b1s1m_l {
		padding: 40px 20px;
	}
	.mc_b1s1 .ma_b1s1m_l {
		width: 100%;
	}
	.ma_b1s1ml_li {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
	.ma_b1s1ml_li {
		padding: 30px 15px;
	}
	.mc_b1s1 .ma_b1s1ml_li {
		padding: 30px 15px;
	}
	.mc_title40 {
		font-size: 32px;
	}
	.ma_b1s12_title {
		margin-bottom: 20px;
	}
	.mc_title40 {
		font-size: 24px;
	}
	.ma_b1s1m_l p {
		font-size: 18px;
	}
	.ma_b1s1m_r {
		height: 400px;
	}
	.mc_b1s1 .ma_b1s1m_r {
		width: 100%;
	}

}

@media screen and (max-width: 767px){
	.mc_title40 {
		font-size: 24px;
	}
	.ma_b1s1m_l p {
		font-size: 16px;
	}
	.ma_b1s1m_r {
		height: 460px;
	}
	.mc_b2s1_li {
		width: 100%;
		height: 20%;
	}
	.mc_b2s1_li:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.deco {
		float: right;
	}
	.mc_b2s1li_title {
		margin-top: 0;
		text-align: left;
		line-height: 20px;
		padding-top: 20px;
	}
	.mc_b1s1 .mc_b2s1li_title {
		padding-top: 0;
	}

}
@media screen and (max-width: 480px){
	.mc_b1s1 .mc_b2s1li_title {
		font-size: 14px;
	}
}

@media(max-width:1600px){
	.footer-rt{
		margin-right: 0;
	width: calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
	}
    .footer-rt-a>div{
    	font-size: 16px;
    }
    .footer-rt-a>li>a{
    	font-size: 14px;
    }
    .gotop{
    	right: 50px;
    }
	.gynr2l{      width: 50%;
		float: left;
		padding: 0 20px 0 0;
		line-height: 30px;
		font-size: 14px;}
}
@media(max-width:1200px){
	.footer-lt{
		width: 200px;
	}
	.footer-rt{
		width: calc(100% - 200px);
	    width: -webkit-calc(100% - 200px);
	}
	.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{
		display: inline-block;
	}
	.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: .26rem;
		line-height: .45rem;
	}
	.footer-lt .header-b4-a>div{
		/*left: inherit;
		right: 0;*/
	}
	.gotop{
		width: .5rem;
		height: .5rem;
    	right: .3rem;
    	opacity: .6;
    }
	.job-box {
		width: 95%;
		box-sizing: border-box;
	}
	#lxwm-zhaoxian ul li {
		font-size: 12px;
	}
    .headerL-b1{
		font-size: .32rem;
	}
	.headerL-b2{
		font-size: .45rem;
		margin-top: .2rem;
	}
	.headerL-b3{
		font-size: .32rem;
		margin-top: .3rem;
	}
	.headerL-b4{
		margin-top: .2rem;
	}
	.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: 535px;
}

.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(../img/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(../img/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{
	padding: 0 80px;
	position: relative;
	z-index: 3;
	color: #fff; text-align:center
}
.ban-div-a{
	font-size: 60px;
	line-height: 75px;
	padding-top:14%;
	position: relative;
	left: 15px;
	opacity: 0;
}
.ban-div-b{
	font-size: 30px;
	line-height: 40px;
	margin-top: 20px;
	max-width: 750px;
	font-family: arial;
	position: relative;
	left: 15px;
	opacity: 0;
	margin: 0 auto;
}
.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(../img/ico46.png) no-repeat center;
	float: left;
}
.ban-div-c2{
	width: 59px;
	height: 59px;
	border-radius:100px;
	background: url(../img/ico47.png) no-repeat center;
	float: right;
}
.ban-div-c>div:hover{
	background-color: rgba(255,255,255,.1);
}

.yxwz{ position: absolute; bottom: 20px; right: 0}

.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; display: none !important;
}
.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: 48px;
		line-height: 55px;
		padding-top: 20%;
	}
	.ban-div-b{
		font-size: 24px;
		line-height: 30px;
		max-width: 600px
	}
	.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: .4rem;
		line-height: .55rem;
		padding-top: 5rem;
	}
	.ban-div-b{
		font-size: .3rem;
		line-height: .45rem;
		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;
	}
}

/*首页 公司简介*/
.syjj { background:url(../img/gybg.jpg) bottom center no-repeat; background-size:100% auto; padding-top:10%}
.biaoti{ color:#2260af !important}
.biaoti span{     width: 8px;
    height: 8px;
    background: #2260af;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;}
h2.ejbt{ font-size:42px; font-weight:bold; color:#2260af; line-height:1.5}
.syjj .iprgm-ac{ max-width:100%}
.syjj .iprgm-b p{ width:35%;}


/*首页 解决方案*/
.iprgm-bj{
	background: no-repeat center bottom;
}
.iprgm-bj .iprgm-ac{ max-width:100%}
.iprgm-hsbj{
	width: 600px;
	height: 100%;
	background: #2260af;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.iprgm{
	width: 100%;
	padding-top: 125px;
	position: relative;
	z-index: 2;
}
.iprgm-lt{
	width: 45%;
	float: left;
	padding-top: 50px;
}
.iprgm-ac{
	width: 100%;
	padding-left: 80px;
	padding-right: 50px;
	max-width: 580px;
}
.iprgm-a{
	font-size: 42px;
	color: #000;
	line-height: 1;
}
.iprgm-b{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
	margin-top: 20px;
}
.iprgm-c{
	margin-top: 20px;
}
.idx-but{    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s; position:relative
}
.idx-but2{border: 1px solid #fff;
	color: #fff;
	border-radius: 25px;
	display: block;
	width: 130px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-size: 16px;transition: all .3s;
	padding: 0;}
.idx-but2:hover{border: 1px solid #2260af; background: #2260af;color: #fff}
.idx-but img{ margin-left:20px; display:none}
.idx-but:after{    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    top: -2px;
    right: -62px;
    width: 49px;
    height: 48px;
    transition: all 0.12s ease-in 0s;
	background:url(../img/more.png) center no-repeat; background-size: 100% 100%}
.idx-but:hover:after{background:url(../img/more-2.png) center no-repeat;background-size: 100% 100%}
.shzrnr .idx-but:hover:after{background:url(../img/more.png) center no-repeat;background-size: 100% 100%}
.shzrnr dl:hover{box-shadow: 0px 0px 14px 10px rgba(110, 117, 129, .18);}



.iprgm .swiper-slide { overflow:hidden}

.iprgm .swiper-slide img{width: 100%; height: auto;transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform; }
.iprgm .swiper-slide:hover img	{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95); }
	
	

.iprgm-d{
	width: 100%;
	margin-top: 50px;
}
.iprgm-d li{    width: 33.333%;
    padding:0;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    float: left;
    background: #333;
    height: 284px;display:flex;
  align-items:center;/*垂直居中*/
  justify-content: center;/*水平居中*/ border-right:1px solid #fff
}
.iprgm-d li:nth-child(3){ border:none}
.iprgm-d1{
	font-size: 24px;
	color: #4c4c4c;
	position: relative;
}

.iprgm-d1-a{
	width:105px; height:105px;
	font-size: 24px;
	line-height: 30px;
	transition: all .3s;
  -webkit-transition:all .3s; margin:0 auto 10px
}
.iprgm-d1-a.cp1{ background:url(../img/cp1.png) center no-repeat}
.iprgm-d1-a.cp2{ background:url(../img/cp2.png) center no-repeat}
.iprgm-d1-a.cp3{ background:url(../img/cp3.png) center no-repeat}
.iprgm-d1-b{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	transition: all .3s;
  -webkit-transition:all .3s; font-size:20px; text-align:center
}
.iprgm-d li{ background:#2260af;}
.iprgm-d li.on{
	background: #184f94;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.iprgm-d li .iprgm-d1{
	color: #fff;
	/*transition: all .3s;
  -webkit-transition:all .3s;*/
}
.iprgm-d li.on .iprgm-d1:after{
	background: #fff;
	top: 40px;
	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: 55%;
	float: right;
	padding-right: 80px;
}
.iprgm-span{
	display: none;
}
.iprgm-div{
	position: absolute;
	left: 45px;
	bottom: 45px;
	color: #fff;
}
.iprgm-div>div{
	font-size: 36px;
	line-height: 1.3;
	
}
.idx-but1{
	background: initial;
	border: 1px solid #fff;
	color: #fff;
	line-height: 43px; 
}
.idx-but1:hover{
	background: #2260af;
	border: 1px solid #2260af;
	color: #fff;
}
.iprgm-div>a{
	margin-top: 15px;
}
@media(max-width:1680px){
	.iprgm-lt{
		padding-top: 0;
	}
	.iprgm-d{
		margin-top: 40px;
	}
}
@media(max-width:1600px){
	.iprgm{
		padding-top: 120px;
	}
	.iprgm-lt{
		width: 45%;
		padding-top: 0;
	}
	.iprgm-rt{
		width: 55%;
	}
	.iprgm-a{
		font-size: 28px;
	}
	.iprgm-ac{
		padding-left: 50px;
		padding-top: 30px;
	}
	.iprgm-c{
		margin-top: 19px;
	}
	.iprgm-d{
		margin-top: 30px;
	}
	
	.iprgm-d li{
		padding: 0
	}
	.iprgm-d li.on .iprgm-d1{
	}
	.iprgm-d1-a{
		font-size: 20px;
	}
	.iprgm-div>div{
		font-size: 30px;
	}
	.iprgm-d li.on .iprgm-d1:after{
		top: 24px;
	}
	h2.ejbt{    font-size: 32px}
	.syjj{ padding-top:6%}
	.iprgm-d li{ height:180px;}
	.iprgm-d1-a{
	width:80px; height:80px;
	font-size: 24px;
	line-height: 30px;
	transition: all .3s;
  -webkit-transition:all .3s; margin:0 auto 10px
}
.iprgm-d1-a.cp1{ background:url(../img/cp1.png) center no-repeat;    background-size: 100% auto;}
.iprgm-d1-a.cp2{ background:url(../img/cp2.png) center no-repeat;    background-size:auto 100%;}
.iprgm-d1-a.cp3{ background:url(../img/cp3.png) center no-repeat ;    background-size: 100% auto;}
}
@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-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){
	h2.ejbt{    font-size: 20px;}
	.iprgm-d{
		display: none;
	}
	.syjj .iprgm-b p {
		width: 100%;
		margin-top: 20px;
	}
	.syjj .iprgm-b{
		margin-top: 1rem;}
	.shzrnr dl {
		width: 100%;
		margin-right: 0; float: none;
	}



	.iprgm{
		padding-top:2.2rem;
	}
	.iprgm-ac{
		padding: 0 .3rem;
	}
	.iprgm-a{
		font-size: .4rem;
		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: .3rem;
		bottom: .3rem;
	}
	.iprgm-div>div{
		font-size: .35rem;
	}
	.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: 0 80px;
	padding-top: 10%;
	text-align: center;
}
.shzr .ipro{text-align: left}
.shzrnr{margin-top: 40px}
.shzrnr dl{ width: 31.333%;float: left;margin-right: 3%;transition: all .3s;
	-webkit-transition:all .3s;}
.shzrnr dl.end{margin-right: 0}
.shzrnr dl dt{ overflow: hidden}
.shzrnr dl dt img{width: 100%; height: auto;transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform; }
.shzrnr dl:hover dt img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95); }
.shzrnr dl dd{ padding:20px;transition: all .3s;
	-webkit-transition:all .3s;}
.shzrnr dl:hover dd{ background: #2260af}

.shzrnr dl dd h2{font-size: 20px;}
.shzrnr dl dd p{font-size: 16px;}
.shzrnr dl:hover dd h2,.shzrnr dl:hover dd p,.shzrnr dl:hover dd a{color: #fff}
.shzrnr .idx-but{ line-height: 30px}
.shzrnr .idx-but:after{width: 30px; height: 30px; right: -40px}



.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;
}

.clear{ clear: both}

.syxwnr{margin-top: 80px}
.syxwnr dl{width: 48%;float: left;margin-right: 4%;margin-bottom: 50px}
.syxwnr dl:nth-child(2n){margin-right: 0}
.syxwnr dl:nth-child(3),.syxwnr dl:nth-child(4){margin-bottom: 0}
.syxwnr dl dt{overflow: hidden;width: 35%;float: left}
.syxwnr dl dt img{width: 100%; height: auto;transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform; }
.syxwnr dl dt:hover img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95); }
.syxwnr dl dd{width: 65%;float: left; padding: 10px 20px}
.syxwnr dl dd span{font-size: 12px;color: #666666}
.syxwnr dl dd h2{font-size: 18px; font-weight: bold;color: #000000; line-height: 30px; margin-top: 5px;display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;}
.syxwnr dl:hover dd h2{color: #2260af}
.syxwnr dl:hover{box-shadow: 0px 0px 14px 10px rgba(110, 117, 129, .18);}
.syxwnr .idx-but img{width: 30px; height: 30px}
.syxwnr .idx-but:after{width: 30px; height: 30px; right: -40px}
.syxwnr .idx-but{ height: 30px;
	line-height: 26px;
	margin-top: 20px;}


.foot1 {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 10px;
}
.foot1l {
	float: left;
}
.foot1r {
	float: right;
	margin-top: 13px;
}
.foot1r ul{text-align: right}
.foot1r ul li{display: inline-block; margin: 0 5px;width: 40px;height: 40px; position: relative}
.foot1r ul li.wx{background: url("../img/wx.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.tt{background: url("../img/tt.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.el{background: url("../img/el.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.fa{background: url("../img/fa.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.qq{background: url("../img/qq.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.in{background: url("../img/in.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.wx:hover{background: url("../img/wx2.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.tt:hover{background: url("../img/tt2.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.el:hover{background: url("../img/el2.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.fa:hover{background: url("../img/fa2.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.qq:hover{background: url("../img/qq2.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.in:hover{background: url("../img/in2.png") center no-repeat;background-size: 100% 100%}
.foot1r ul li.wx div{display: none;    width: 100px;
	height: 100px;
	position: absolute;
	top: 40px;
	right: 0;}
.foot1r ul li.wx:hover div{display: block}

.foot2{    margin-top: 30px;}
.foot2l{width: 35%;float: left}
.foot2l dl{    overflow: hidden;
	margin-bottom: 12px;}
.foot2l dl dt{float: left; margin-right:12px}
.foot2l dl dd{    float: left;
	font-size: 16px;
	line-height: 37px;
	color: #fff;}

.foot2r{width: 65%; float: left; overflow: hidden;padding-left: 5%}
.foot2r dl{ width: 20%;float: left;}
.foot2r dl dt a{font-size: 16px; color: #fff}
.foot2r dl dd a{font-size: 14px; color: #fff}
.foot3{    position: absolute;
	width: 100%;
	bottom: 20px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;}
.foot3 .footer{overflow: hidden;    padding-top: 20px;}
.foot3 .ft1{float:left}
.foot3 .ft2{float: right}
.foot3 a{color: #fff}
.nybanner{ width: 100%;/*height: 580px;*/position: relative;overflow: hidden;margin-top: 80px}
.mbanner{display: none}

@media(min-width:1600px){
	.ipro .history-sc{
		margin-top: 40px !important;
	}
	.ipro-swiper .swiper-slide{
		height: 460px;
	}
}
@media(max-width:1680px){
	.ipro{
		padding-top: 10%;
	}
	.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: 0 50px;
		padding-top: 110px;
	}
	shzrnr{margin-top: 20px}
	.shzrnr dl dd h2{font-size: 18px;}
	.shzrnr dl dd p{font-size: 14px;}
	.syxwnr{margin-top: 50px}
	.syxwnr dl dd h2{font-size: 16px; line-height: 26px;}
	.syxwnr dl{margin-bottom: 30px}
	.syxwnr dl:nth-child(3),.syxwnr dl:nth-child(4){margin-bottom: 0}

	.foot2{    margin-top: 20px;}
	.foot2l dl{
		margin-bottom: 10px;}
	.foot2l dl dt{float: left; margin-right:5px}
	.foot2l dl dd{
		font-size: 14px;}

	.foot2r{width: 65%; float: left; }


}
@media(max-width:1440px){
	.ipro-swiper .swiper-slide{
		width: 300px;
		height: 300px;
	}
}
@media(max-width:1200px){
	.ipro{
		padding: 0 30px;
		padding-top: 220px;
	}
	.ipro-swiper .swiper-slide{
		width: 380px;
		height: 400px;
	}
	.ipro-swiper .swiper-slide.on{
		width: 480px;
	}
	.ipro-c{
		font-size: 15px;
		line-height: 25px;
	}
	.nybanner{ display: none}
	.mbanner{display: block}
}
@media(max-width:1000px){
	.ipro{
		padding-top: 130px;
	}
}
@media(max-width:750px){
	.ipro{
		padding: 0 .3rem;
		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(../img/ico48.png) no-repeat center;
	background-size: cover;
	float: left;
	transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-lt-a1:hover{
	background-image: url(../img/ico48_1.png);
	transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-lt-a2{
	background: url(../img/ico49.png) no-repeat center;
	background-size: cover;
	float: right;
	transition: all .3s;
	  -webkit-transition:all .3s;
}
.inews-lt-a2:hover{
	background-image: url(../img/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: #2260af;
	color: #2260af;
}
.inews-slide>a:hover .inews-e.idx-but1{
	background: #2260af;
	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: 0 80px;
	padding-top: 185px;
	overflow: hidden;
}
.iabt-lt{
	width: calc(100% - 1200px);
	width: -webkit-calc(100% - 1200px);
	float: left;
	max-width: 485px;
	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: calc(100% - 850px);
    width: -webkit-calc(100% - 850px);
    padding-top: 0;
	}
	.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: 0 50px;
		padding-top: 120px;
	}
}
@media(max-width:1200px){
	.iabt-lt{
		width: 100%;
		max-width: 100%;
	}
	.iabt-rt{
		float: left;
		margin-top: 50px;
	}
	.iabt{
		padding: 0 30px;
		padding-top: 130px;
	}
}
@media(max-width:1000px){
	.iabt-a,.iabt-b{
		display: none;
	}
	.iabt{
		text-align: center;
	}
	.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{
		padding: 0 .3rem;
	}
	.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(../img/ico41_1.png) no-repeat right center;
	}
	.nynav-bj.on .nynav-md{
		color: #333;
		background-image: url(../img/ico41.png);
	}
	.nynav-bj.on .nynav-md.on{
		color: #333;
		background-image: url(../img/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: #2260af;
	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(../img/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: #2260af;
}

@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(../img/ico45.png) no-repeat center;
	background-size: cover;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.programme-na>div.on{
	background: url(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/ico08.png) no-repeat center;
	margin-right: 40px;
}
.page a.next{
	background: url(../img/ico09.png) no-repeat center;
	margin-left: 40px;
}
.page a[rel=prev]{
	background: url(../img/ico08.png) no-repeat center;
	margin-right: 40px;
}
.page a[rel=next]{
	background: url(../img/ico09.png) no-repeat center;
	margin-left: 40px;
}
.page a.active{
	border: 0;
	background: url(../img/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(../img/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(../img/ico48_1.png);
	/*transition: all .3s;
  -webkit-transition:all .3s;*/
}
.aboutC-next{
	width: 55px;
	height: 55px;
	background: url(../img/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(../img/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;
}
.history{
	padding: 75px 0;
	background: #F5F5F5;
}
.history-swiper{
	margin-top: 60px;
	text-align: center;
}
.history-div{
	width: 100%;
}
.history-a{
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.history-b{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	height: 50px;
	max-width: 255px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 10px;
}
.history-c{
	margin-top: 10px;
	margin-bottom: 20px;
}
.history-c img{
	width: 100%;
}
.history-d{
	padding: 0 10px;
}
.history-sc{
	margin-top: 60px;
	height: 20px;
}
.history-scrollbar{
	height: 2px;
}
.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(../img/ico15.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}
.culture-next{
	background: url(../img/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: #2260af;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.outlets-b li.on{
	color: #fff;
	background: #2260af;
	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(../img/ico17.png) no-repeat left center;
}
.outlets-c3{
	background-image: url(../img/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(../img/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: #2260af;
	border: 1px solid #2260af;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.join-d:hover{
	color: #2260af;
	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(../img/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: #2260af;
	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: #2260af;
	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){
	.history{
		padding: .7rem 0;
	}
	.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: #2260af;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare-list a:hover .welfare-e{
	color: #fff;
	border-color: #2260af;
	background: #2260af;
	 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: #2260af;
}
.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(../img/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(../img/ico31.png) no-repeat center;
}
.innovateC-swiper .swiper-slide:nth-child(2n + 0) .innovate-c2{
	background-image: url(../img/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(../img/ico34.png) no-repeat center;
	background-size: cover;
	margin-top: -35px;
}
.innovateC-prev{
	left: 0;
}
.innovateC-next{
	background-image: url(../img/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: #2260af;
	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: #2260af;
}
.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: #2260af;
}
.searchs-rt-b:hover{
	color: #fff;
	background: #2260af;
	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 #2260af;
}
.resin-span .swiper-pagination-bullet-active{
	background: #2260af;
}
.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
}

@media(max-width:1600px){
	.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;
	}
}
@media(max-width:1200px){
	.resin-bli{
		padding-right: 30px;
		min-height: 380px;
	}
}
@media(max-width:1000px){
	.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);
	}
}
@media(max-width:750px){
	.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;
	}
}


.nyshzr{ padding: 100px 0 20px}
.nyshzr dl{overflow: hidden; position: relative; margin-bottom: 80px;}
.nyshzr dl dt{    width: 60%;
	float: left;}
.nyshzr dl dt img{width: 100%; height: auto;transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform; }
.nyshzr dl dt:hover img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95); }
.nyshzr dl dd.cpfar{width: 40%;
	padding: 5% 50px;}
.nyshzr dl dd.cpfar .nybt h2{}
.nyshzr dl dd.cpfar .nybt p{}
.nyshzr dl dd.cpfar a.idx-but{color: #fff;}
.nyshzr dl.sec dt{float: right}
.nyshzr dl.sec dd.cpfar{ left: 0; right: auto; background: #20a95d}
.nyshzr dl.end dd.cpfar{ background: #ea6a1b}


.xwlist dl{width: 100%;margin-bottom: 50px;    position: relative;}
.xwlist dl dt{overflow: hidden;width: 35%;float: left}
.xwlist dl dt img{width: 100%; height: auto;transition: all 3.0s ease-out;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	will-change: transform; }
.xwlist dl dt:hover img{transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95); }
.xwlist dl dd{    width: 65%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;}
.xwlist dl dd span{font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    display: block;}
.xwlist dl dd h2{font-size: 18px; font-weight: bold;color: #000000; line-height: 30px; margin-top: 5px;overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;margin-bottom: 20px;}
.xwlist dl dd h2:hover{color: #2260af}
.xwlist dl dd p{display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; font-size:16px; line-height:30px;margin-bottom: 20px;}
.xwlist dl:hover{box-shadow: 0px 0px 14px 10px rgba(110, 117, 129, .18);}
.xwlist .idx-but img{width: 30px; height: 30px}
.xwlist .idx-but{ height: 30px; line-height:26px;margin-top: 5px}
.xwlist .idx-but:after{width: 30px; height: 30px; right: -40px}
.xwlist hr{margin-bottom: 50px;
    background: #e4dbdb;
    border: none;
    height: 1px;}
	
.page-list{ width:100%; text-align:center}/*这里的宽度width:680px;自己调整*/
.page-list b,.page-list a{display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 40px;
    width: 40px;
    margin: 0 2px;}
.page-list a{    border: 1px solid #d8dcde;}
.page-list b,.page-list a:hover{ border: 1px solid #2260af; color:#2260af}


.nytop{ margin-top:80px}
.wzbt{    padding: 90px 0 52px;
    background: #f7f8fa;text-align: center}
.wzbt h2{ font-size:34px;line-height: 2;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-bottom: 30px; text-align: center}
.wzbt span{font-size: 18px;
    font-weight: bold;
    color: rgb(102, 102, 102);}
	
.zwnr{color: #666;
    font-size: 18px;
    line-height: 1.75;
    /* margin-bottom: 36px; */
    letter-spacing: 1px;padding-bottom: 50px;}
	
.mc_e3s1_arrowbox {
    padding: 35px 0;
    background: #f7f8fa;
    border-top: 1px solid #e5e5e5;
}
.mc_e3s1_arrow{ width:50%; float:left; padding:0 20px;    font-size: 14px;}
.mc_e3s1_arrow a{}

.yfbox {
    padding: 80px 0;
}
.lxxxnr{ margin-top: 60px; overflow: hidden;
    position: relative;}
.lxxxl{     width: 45%;
    background:#2260af;
    padding: 40px 30px;
    color: #fff;
    position: relative;
    float: left;}
.lxxxl h2{      font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;}
.lxxxl span{    font-size: 13px;
    border-bottom: 1px solid rgba(231,221,218,0.6);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;}
.lxxxl dl{overflow: hidden; margin-bottom: 20px}
.lxxxl dl dd{ width: 33px;
    height: 33px;
    float: left;
    margin-right: 10px;}
.lxxxl dl dt{font-size: 18px;
    line-height: 33px;
    width: 90%;
    float: left;}
.lxxxl dl.xx1 dd{ background: url("../img/c1.png") center no-repeat}
.lxxxl dl.xx2 dd{ background: url("../img/c2.png") center no-repeat}
.lxxxl dl.xx3 dd{ background: url("../img/c3.png") center no-repeat}
.lxxxl dl.xx4 dd{ background: url("../img/c4.png") center no-repeat}
.lxxxl dl.xx5 dd{ background: url("../img/c5.png") center no-repeat}
.lxxxl .yjdh{    
    padding-top: 10px;}
.lxxxl .yjdh a{background: #fff;
    padding: 5px 30px;
    color: #2260af;
    font-weight: bold;
    border-radius: 20px;
    font-size: 16px;}
.lxxxr{      width: 55%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;}
.lxxxr img{ width: 100%; height: 100%; border: none}
.lxxx2{ margin-top: 80px;
    overflow: hidden;}
.lxxx2 dl{    width: 25%;
    float: left;
    position: relative;
    padding-left: 30px;}
.lxxx2 dl.dian2{}
.lxxx2 dl.dian3{}
.lxxx2 dl dd{     width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;}
.lxxx2 dl.dian1 dd{    background: #fff100;}
.lxxx2 dl.dian2 dd{    background: #00a0e9;}
.lxxx2 dl.dian3 dd{    background: #e60012;}
.lxxx2 dl.dian4 dd{    background: #009944;}
.lxxx2 dl dt{}
.lxxx2 dl dt h2{font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;}
.lxxx2 dl dt p{font-size: 16px;
    line-height: 30px;}
	
.ryxx{margin: 50px 0; overflow:hidden}
.ryxxl,.ryxxr{     padding: 50px 0;    width: 48%;
    float: left;
    margin-right: 4%;
    background: #f7f7f7;
    min-height: 580px;
    text-align: center;}
.ryxxr{ margin-right:0}	
.touxiang { height:80px; width:100%}
.touxiang1{ background:url(../img/jishu.png) center no-repeat;}
.touxiang2{ background:url(../img/xiaoshou.png) center no-repeat;}	
.ryxx1 p{ font-size:18px; color:#000}
.ryxx2{ margin-top:30px}
.ryxx2 p{ line-height:2; font-size:20px; color:#2260af}
.ryxx2 p a{color:#2260af}
.gzjh1{ margin:50px 0; overflow:hidden; position:relative}
.gzjhlr{ width:50%; float:right; position:relative}
.gzjh1l{ width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center; background:#f7f7f7}
.gzjh1nr{ width:50%; float:left}
.gzjh1nr dl{ overflow:hidden; margin-bottom:20px; position: relative}
.gzjh1nr dl dt{ width:15%; height:73px; float:left}
.gzjh1nr dl dd{ width:85%; float:left; line-height:73px; padding-left:10px}
.gzjh1nr dl.gz1 dt{ background:url(../img/gz1.png) center no-repeat}
.gzjh1nr dl.gz2 dt{ background:url(../img/gz2.png) center no-repeat}
.gzjh1nr dl.gz3 dt{ background:url(../img/gz3.png) center no-repeat}
.gzjh1nr dl.gz4 dt{ background:url(../img/gz4.png) center no-repeat}
.gzjh1nr dl.gz4{ margin-bottom:0}

.zglist div.sdmenu div a {
	padding: 40px 100px;}

.zglist div.sdmenu div a dl {
	overflow: hidden;
	line-height: 60px;
	border-bottom: none;
	margin-bottom: 20px;
}

.zglist div.sdmenu div a dl p{font-size: 16px;
	color: #333;
	font-weight: bold;
	float: left;
	margin-right: 8%;}
.zglist div.sdmenu div a dl p.xueli{margin-right: 0}

.zglist div.sdmenu div a>p{font-size: 14px; line-height: 2; color: #666666}
.zglist div.sdmenu div a>p.rzyq,.zglist div.sdmenu div a>p.gzxqbt{font-size: 16px;
	color: #333;
	font-weight: bold;}
.zglist div.sdmenu div a>p.gzxqbt{ margin-top: 30px}
.zglist div.sdmenu div a>p.gzxqnr:last-child{ padding-bottom: 30px; border-bottom: 1px solid #dedcdc}

.zglist div.sdmenu div .tdjllj{    display: block;
	width: 160px;
	padding: 0;
	background: #2260af;
	height: 45px;
	margin: 0 auto;
	border-radius: 10px;line-height: 45px; color: #fff;text-align: center; border: none}
	
@media (max-width: 1680px){
	.lxxxl h2{      font-size: 30px;}
	.lxxxl dl dt{font-size: 14px;}
	
}
@media (max-width: 1440px){
	.gzjh1nr dl dt {
		width: 40px;
		height: 40px;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	.gzjh1nr dl dd {
		width: 100%;
		float: none;
		line-height: 40px;
		padding-left: 50px;    font-size: 14px
	}
	.gzjh1nr dl.gz1 dt {
		background: url(../img/gz1.png) center no-repeat;
		background-size: 100% 100%;
	}
	.gzjh1nr dl.gz2 dt {
		background: url(../img/gz2.png) center no-repeat;
		background-size: 100% 100%;
	}
	.gzjh1nr dl.gz3 dt {
		background: url(../img/gz3.png) center no-repeat;
		background-size: 100% 100%;
	}
	.gzjh1nr dl.gz4 dt {
		background: url(../img/gz4.png) center no-repeat;
		background-size: 100% 100%;
	}

}


@media(max-width:750px) {


	.shzrnr dl {
		width: 100%;
		margin-right: 0;
		float: none;    overflow: hidden;
		margin-bottom: 30px;
	}
	.shzrnr dl dt {
		width: 40%;
		float: left;
	}
	.shzrnr dl dd {
		padding: 0 10px;
		width: 60%;
		float: left;
	}
	.shzrnr dl dd h2 {
		font-size: 14px;
	}
	.shzrnr dl dd p {
		font-size: 12px; line-height: 20px; height: 40px;display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.shzrnr .idx-but {
		line-height: 30px; display: none;
	}
	.syxwnr dl {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.syxwnr dl dd {
		padding: 0 10px;
	}
	.syxwnr .idx-but {
		display: none;
	}
	.syxwnr dl:nth-child(3), .syxwnr dl:nth-child(4) {
		margin-bottom: 30px;
	}
	footer {
		height: auto;
	}
	.foot1{display: none}
	.foot2 {
		margin-top: 0;
	}
	.foot2l {
		width: 100%;
		float: none;
	}
	.foot2r {
		width: 100%;
		float: none;
	}
	.footer-slide {
		height: auto;
	}
	.foot2l {
		width: 100%;
		float: none;
		display: none;
	}
	.foot2r {
		padding-left: 0;
	}
	.foot2r dd{display: none;
	}
	.foot2r dl{    width: 33.333%;
		float: left;
		text-align: center;}
	.foot3 {
		position: relative;
		bottom: auto;
		margin-top: 20px;    padding-bottom: 20px;
	}
	.foot3 .ft1 {
		float: none;
		text-align: center;
	}
	.foot3 .ft2 {
		display: none;
	}
	.header-nav li:first-child .header-a:before,.header-nav li:nth-child(5) .header-a:before{ content: none}
	.header-nav li:nth-child(5) .header-c{display: none}
	.header-b a p {
		color: #615f5f;
	}
	.nybt h2 {
		font-size: 26px;
	}
	.nygynr {
		width: 100%;
		margin: 30px auto;
	}
	.gynr1 dl {
		width: 50%; margin-bottom: 20px;
	}
	.gynr1 dl dt {
		font-size: 18px;
	}
	.gynr1 dl dd {
		font-size: 12px;
	}
	.gynr2 {
		margin: 30px 0 0;
	}
	.gynr2l {
		width: 100%;
		float: none;
		padding: 0;    margin-bottom: 20px;
	}
	.gynr2r {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.mc_cont1360 {
		width: 100%;
	}
	.mc_b1s1 .mc_b2s1li_title{margin-top: 0}
	.dntp{ display: none}
	.sjtp{ display: block}
	.rynav ul {
		text-align: center;
		overflow: hidden;
	}
	.rynav ul li {
		display: block;
		width: 33.333%;
		float: left; padding:0 2px; margin-bottom:4px	}
	.rynav ul li a {
		border: 1px solid #e8e1e1;
		line-height: 35px;
		display: block;
		width: 100%;
		margin: 0;
		background: #fff; font-size: 14px;
	}

	.rygd img{width: 100%}
	.cpfal {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.cpfar {
		width: 100%;
		position: relative;
		height: auto;
		right: auto;
		top: auto;
		background: #2260af;
		padding: 20px;
		color: #fff;
	}
	.cpfal img {
		width: 100%;
		height: auto;
		transition: none;
		transform: none;
		will-change: inherit;
	}
	.cpitem {
		width: 100%;
		float: none;
		margin-right: 0;
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.fznav ul li{width: 50%}
	.fzbt dl{ font-size: 12px;}
	.fzlist dl {
		height: auto;    position: relative;
	}
	.fzfglb dl {
		font-size: 12px;
	}
	.fzlist dl dd{padding: 10px}
	.fzfglb dl dd.fz1 {
		width: 25%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
	.fzfglb dl dd.fz2 {
		width: 25%;
		position: absolute;
		top: 0;
		left: 25%;
		height: 100%;
	}
	.fzbt dl{position: relative}
	.fzfglb dl dd.fz3{float: right}
	.jjfalb dl dd.fz1 {
		width: 50%;
	}
	.nyshzr dl dt {
		width: 100%;
		float: none;
	}
	.nyshzr dl dd.cpfar {
		width: 100%;
		padding: 20px;
	}
	.nyshzr dl dd.cpfar a.idx-but {
		display: initial;
	}
	.cpfarnr .idx-but:after {
		position: absolute;
		z-index: 1;
		display: block;
		content: "";
		top: -2px;
		right: -30px;
		width: 25px;
		height: 25px;
		transition: all 0.12s ease-in 0s;
		background: url(../img/more.png) center no-repeat;
		background-size: 100% 100%;
	}
	.nyshzr dl.sec dt {
		float: none;
	}
	.xwlist dl {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}
	.xwlist dl dt {
		overflow: hidden;
		width: 100%;
		float: none;
	}
	.xwlist dl dd {
		width: 100%;
		padding: 20px 0;
		display: block;
		align-items: center;
		height: auto;
		position: relative;
		top: auto;
		right: auto;
	}
	.xwlist .idx-but {
		display: initial;
	}
	.wzbt {
		padding: 40px 0;
	}
	.wzbt h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.wzbt span {
		font-size: 14px;
	}
	.zwnr {
		font-size: 14px;
	}
	.zwnr img{ height: auto !important;}
	.lxxxr {
		width: 100%;
		position: relative;
		height: auto;
		right: auto;
		top: auto;
	}
	.lxxxl {
		width: 100%;
		background: #2260af;
		padding: 20px;
		color: #fff;
		position: relative;
		float: none;
	}
	.lxxxl h2 {
		font-size: 18px;
	}
	.lxxxl dl {
		position: relative;
	}
	.lxxxl dl dd {
		float: none;
		margin-right: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.lxxxl dl dt {
		font-size: 12px;
		width: 100%;
		float: none;
		padding-left: 45px;
		line-height: 33px;
		min-height: 33px;
	}
	.lxxxl dl.xx5 dd{ top:5px}
	.lxxxl dl.xx5 dt {
		line-height: 24px;
		min-height: 33px;

	}
	.yfbox {
		padding: 30px 0;
	}
	.ryxxl, .ryxxr {
		padding: 20px 0;
		width: 100%;
		float: none;
		margin-right: 0;
		background: #f7f7f7;
		min-height: auto;
		text-align: center;    margin-bottom: 20px;
	}
	.gzjh1l {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		display: block;
		align-items: center;
		background: #f7f7f7;padding: 20px 0;
	}
	.gzjh1nr {
		width: 100%;
		float: none;
	}
	.gzjh1nr dl dd {
		width: 100%;
		float: none;
		line-height: 40px;
		padding-left: 50px;
		font-size: 12px;
		min-height: 40px;
	}
	.gzjh1nr dl.gz1 dt {
		top: 4px;
	}
	.gzjh1nr dl.gz1 dd{ line-height: 24px}
	.gzjhlr {
		width: 100%;
		float: none;
		position: relative;
	}
	.zglist div.sdmenu div a {
		padding: 20px;
	}
	.zglist div.sdmenu div a dl {
		overflow: hidden;
		line-height: 30px;
		border-bottom: none;
		margin-bottom: 10px;
	}
	.zglist div.sdmenu div a dl p {
		font-size: 14px;
	}
	.zglist div.sdmenu div a>p.rzyq, .zglist div.sdmenu div a>p.gzxqbt {
		font-size: 14px;
	}
	.zglist div.sdmenu div a>p {
		font-size: 12px;
	}
	.zglist div.sdmenu div .tdjllj {
		margin-bottom: 20px;
	}
	.dzfl {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.dzfr {
		width: 100%;
		float: none;
	}
	.logo img {
    height: 40px;
}
.syjj {
    padding-top: 2.2rem;
}
.syjj {
    background: url(../img/gybg-m.jpg) bottom center no-repeat;
    background-size: 100% auto;
}

}
