*{
	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%;
	font-size: 14px;
	color: #222;
    line-height: 1.4;
	overflow: hidden;
	position: relative;
	font-family: PingFang SC,"微软雅黑", "Microsoft Yahei",Microsoft YaHei,Segoe UI,Hiragino Sans GB,Arial,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	font-family: PingFang SC;
}








/*产品*/
.product{
	padding-top: 170px;
	padding-bottom: 100px;
}
.product-ab{
	font-size: 0;
	position: relative;
	z-index: 2;
}
.product-a{
	width: 35.74%;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	position: relative;
	z-index: 2;
}
.product-a1{
	font-size: 150px;
	font-family: arial;
	line-height: .8;
	font-weight: bold;
	margin-left: -4px;
}
.product-a11{
	opacity: .1;
}
.product-a2{
	font-size: 80px;
	color: #222;
	line-height: 95px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin-top: -40px;
}
.product-a3{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-top: 35px;
	/*max-width: 300px;*/
	font-weight: bold;
	min-height: 200px;
	padding-left: 3px;
}
.product-a4{
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
	width: 195px;
	line-height: 70px;
	font-size: 20px;
	color: #fff;
	border-radius: 35px;
	text-align: center;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-a4 img{
	margin-left: 22px;
	vertical-align:middle;
	position: relative;
	top: -1px;
}
.product-a4:hover{
	color: #fff;
	box-shadow: 5px 5px 10px #6ca7d0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-b{
	width:64.26%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.product-b1{
	overflow: hidden;
	border-radius: 20px;
}
.product-b1 img{
	width: 100%;
	border-radius: 20px;
}
.product-b2{
	width: 30%;
	max-width: 380px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform:translate(-45%,40%);
	-ms-transform:translate(-45%,40%);
	-moz-transform:translate(-45%,40%);
	-webkit-transform:translate(-45%,40%);
}
.product-b2 img{
	animation:divRte 25s linear 0s infinite;
	-moz-animation:divRte 25s linear 0s infinite;
	-webkit-animation:divRte 25s linear 0s infinite;
	-o-animation:divRte 25s linear 0s infinite;
}

@keyframes divRte{
	0%   {
		transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	} 
	100%  {
		transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	} 
}
@-moz-keyframes divRte{
	0%   {
		transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	} 
	100%  {
		transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	} 
}
@-webkit-keyframes divRte{
	0%   {
		transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	} 
	100%  {
		transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	} 
}
@-o-keyframes divRte{
	0%   {
		transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	} 
	100%  {
		transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	} 
}


.product-c{
	font-size: 32px;
	line-height: 1.1;
	color: #222;
	font-weight: bold;
	margin-top: 170px;
}

.product-cnt{
	width: calc(100% + 90px);
	margin-left: -45px;
}
.product-ul{
	margin-top: 80px;
	margin-bottom: 60px;
	width: 108%;
	font-size: 0;
}
.product-li{
	width: 25.333%;
	margin-right: 8%;
	margin-bottom: 30px;
	padding: 45px;
	padding-bottom: 55px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
transition: all .5s;
-webkit-transition: all .5s;
}
.product-d{
	width: 100%;
	display: inline-block;
	padding-right: 45px;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
	background: url(../images/ico04.png) no-repeat right center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-e{
	margin-top: 25px;
	border-top:3px solid #e8e8e8;
}
.product-e1{
	font-size: 18px;
	color: #bcbcbc;
	line-height: 55px;
	height: 55px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-f{
	width: 0%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
transition: all .5s;
-webkit-transition: all .5s;
}
.product-li:hover{
	box-shadow: 0 0 25px #edf1f3;
transition: all .5s;
-webkit-transition: all .5s;
}
.product-li:hover .product-f{
	width: 100%;
transition: all .5s;
-webkit-transition: all .5s; 
}

.product-g{
	width: 114px;
	height: 114px;
	margin-left: calc(50% - 57px);
	position: relative;
	font-size: 0;
	text-align: center;
	padding-top: 27px;
	cursor: pointer;
}
.product-g1{
	background-image: url(../images/ico05.png);
	transition: all .5s;
-webkit-transition: all .5s;
}
.product-g2{
	display: inline-block;
	font-size: 20px;
	color: #ccc;
	line-height: 30px;
	font-weight: bold;
}
.product-g:hover .product-g1{
	
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transition: all .5s;
-webkit-transition: all .5s;
}


.gyimg-bj{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.gyimg-bj1{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gyimg-bj2{
	width: 22%;
	max-width: 434px;
	position: absolute;
	top: 1050px;
	right: 0;
	z-index: 1;
}
.gyimg-bj3{
	width:30%;
	max-width: 550px;
	position: absolute;
	top: 1500px;
	left: 0;
	z-index: 1;
}

@media(max-width:1600px){
	.logo{
		line-height: 80px;
	}
	.product{
		padding-top: 150px;
	}
	
	.product-a1{
		font-size: 100px;
	}
	.product-a2{
		font-size: 52px;
		line-height: 75px;
	}
	.product-a3{
		margin-top: 20px;
	}
	.product-a4{
		width: 160px;
		line-height: 55px;
		font-size: 16px;
	}
	.product-a4 img{
		margin-left: 20px;
	}
	.product-c{
		font-size: 26px;
		margin-top: 150px;
	}
	.product-cnt{
		/*width: calc(100% + 60px);
		margin-left: -30px;*/
		width: 100%;
		margin-left: 0;
	}
	.product-ul{
		width: 104%;
	}
	.product-li{
		width: calc(29.333%);
		margin-right: 4%;
		padding: 30px;
		padding-bottom: 40px;
	}
	.product-d{
		font-size: 26px;
	}
	.product-e{
		margin-top: 15px;
	}
	.product-e1{
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
	.product-f{
		height: 5px;
	}
	
	.gyimg-bj3{
		top: 1400px;
	}
}



@media(max-width:1200px){
	.product-a1{
		font-size: 90px;
	}
	.product-a2{
		font-size: 40px;
		line-height: 55px;
	}
	.product-a3{
		min-height: 120px;
	}
	.product-a4{
		
	}
	.product-li{
		box-shadow: 0 0 25px #edf1f3;
	}
	.product-li .product-f{
		width: 100%;
		transition: all .5s;
		-webkit-transition: all .5s; 
	}
	.product-cnt{
		width: 100%;
		margin: 0;
	}
	.product-ul{
		width: 103%;
		margin-bottom: 40px;
		margin-top: 50px;
	}
	.product-li{
		width: 30.333%;
		margin-right: 3%;
		padding: 20px;
		padding-bottom: 30px;
	}
	.product-g{
		width: 100px;
		height: 100px;
		margin-left: calc(50% - 50px);
	}
	.product-g2{
		font-size: 18px;
		line-height: 25px;
	}
	.gyimg-bj2{
		top: 700px;
	}
	.gyimg-bj3{
		top: 1300px;
	}
}

@media(max-width:1000px){
	.product-a{
		width: 100%;
	}
	.product-b{
		width: 80%;
		margin-top: 40px;
		margin-left: 15%;
	}
	/*.product-b2{	
		left: 95%;
	}*/
	.product-a3{
		min-height: auto;
	}
	.product-c{
		margin-top: 120px;
	}
	.product-li{
		width: 47%;
	}
	
	.gyimg-bj2{
		top: 400px;
	}
	.gyimg-bj3{
		top: 850px;
	}
}

@media(max-width:750px){
	.product{
		padding-top: 1.8rem;
		padding-bottom: 1rem;
	}
	.product-a{
		padding: 0;
	}
	.product-a1{
		font-size: 1rem;
	    margin-left: -2px;
	}
	.product-a2{
		font-size: .5rem;
		line-height: .65rem;
		margin-top: -.2rem;
	}
	.product-a3{
		min-height: auto;
		font-size: .3rem;
		line-height: .5rem;
		margin-top: .3rem;
		max-width: 85%;
	}
	.product-a4{
		width: 2.4rem;
		font-size: .26rem;
		line-height: .7rem;
		margin-top: .3rem;
	}
	.product-a4>img{
		margin-left: .15rem;
		width: .26rem;
	}
	.product-b{
		width: 85%;
		margin-top: .4rem;
	}
	.product-c{
		font-size: .35rem;
		margin-top: 1.4rem;
	}
	.product-ul{
		width: 100%;
		margin-top: .5rem;
		margin-bottom: .3rem;
	}
	.product-li{
		width: 100%;
		padding: 0;
		margin-bottom: .3rem;
		padding: .3rem;
		padding-bottom: .4rem;
	}
	.product-d{
		font-size: .34rem;
		line-height: .45rem;
		height: .45rem;
		padding-right: .5rem;
		background-size: .35rem auto;
	}
	.product-e{
		margin-top: .3rem;
	}
	.product-e1{
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
	}
	.product-g{
		width: 1.4rem;
		height: 1.4rem;
		margin-left: calc(50% - .7rem);
		padding-top: .25rem;
	}
	.product-g2{
		font-size: .26rem;
		line-height: .45rem;
	}
	
	.gyimg-bj2{
		top: 10rem;
	}
	.gyimg-bj3{
		top: 15rem;
	}
}




.pronav-bj{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff url(../images/img02.jpg) no-repeat right bottom;
	background-size: 100% auto;
	z-index: 59;
	display: none;
}
.pronav-logo{
	position: absolute;
	left: 45px;
	top: 45px;
	z-index: 6;
}
.pronav{
	overflow: hidden;
	padding-top: 15vh;
}
.pronav-lt{
	width: 35%;
	max-width: 340px;
	float: left;
}
.pronav-a{
	font-size: 66px;
	line-height: 75px;
	font-weight: bold;
}
.pronav-b{
	margin-top: 15vh;
}

.pronav-b1{
	width: 100%;
	height: 90px;
	margin-bottom: 25px;
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 20px 25px;
	font-size: 20px;
	color: #dadada;
	line-height: 25px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.pronav-b1-a{
	width: 38px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 25px;
	background: url(../images/ico04_1.png) no-repeat center;
}
.pronav-b1>img{
	float: right;
	vertical-align: middle;
}
.pronav-b1:hover,.pronav-b1.on{
	color: #fff;
}
.pronav-b1:hover .pronav-b1-a,.pronav-b1.on .pronav-b1-a{
	background-image: url(../images/ico04_2.png);
}

.pronav-rt{
	width: 65%;
	max-width: 700px;
	float: right;
}
.pronav-c{
	width: 100%;
	line-height: 14;
	border-left: 2px solid #ededed;
	display: none;
}
.pronav-c li{
	line-height: 1;
	padding-left: 32%;
	margin-bottom: 20px;
	position: relative;
}
.pronav-c1{
	display: inline-block;
	padding-left: 35px;
	font-size: 45px;
	color: #e2e2e2;
	line-height: 55px;
	font-weight: bold;
}
.pronav-c1:after{
	content: '';
	width: 2px;
	height: 0%;
	position: absolute;
	left: -2px;
	top: 50%;
	background: #222;
	transition: all .3s;
-webkit-transition: all .3s;
}
.pronav-c1>.sp1{
	font-size: 12px;
	line-height: 1.2;
	position: absolute;
	left: 32%;
	top: 10px;
	font-weight: bold;
}
.pronav-c1:hover{
	color: #222;
}
.pronav-c1:hover:after{
	height: 100%;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.pronav-gb{
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 6;
}

@media(max-width:1600px){
	.pronav-logo{
		left: 30px;
		top: 30px;
	}
	.pronav-gb{
		top: 30px;
		right: 30px;
	}
	.pronav-a{
		font-size: ;
	}
	.pronav-a{
		font-size: 50px;
		line-height: 60px;
	}
	.pronav-b1{
		width: 300px;
		padding:15px 20px;
		font-size: 16px;
		line-height: 20px;
		height: auto;
	}
	.pronav-b1-a{
		background-size: 100% auto;
		right: 20px;
		width: 26px;
	}
	.pronav-c li{
		padding-left: 15%;
		margin-bottom: 15px;
	}
	.pronav-c1>.sp1{
		left: 15%;
		top: 7px;
	}
	.pronav-c1{
		font-size: 26px;
		line-height: 35px;
	}
}
@media(max-width:1200px){
	.pronav{
		padding-top: 150px;
	}
	.pronav-lt{
		width: 100%;
		max-width: initial;
	}
	.pronav-b{
		margin-top: 40px;
		overflow: hidden;
	}
	.pronav-b1{
		float: left;
		margin-right: 30px;
	}
	.pronav-rt{
		width: 100%;
		margin-top: 60px;
		max-width: initial;
	}
}
@media(max-width:1000px){
	.pronav{
		padding-top: 120px;
	}
	.pronav-a{
		font-size: 35px;
		line-height: 45px;
	}
	.pronav-rt{
		margin-top: 40px;
	}
}
@media(max-width:750px){
	.pronav-logo{
		left: 4%;
		top: .3rem;
		width: 1.6rem;
	}
	.pronav-gb{
		right: 4%;
		top: .35rem;
		width: .4rem;
	}
	.pronav{
		padding-top: 1.6rem;
	}
	.pronav-a{
		font-size: .45rem;
		line-height: .6rem;
	}
	.pronav-b{
		margin-top: .4rem;
	}
	.pronav-b1{
		width: 3rem;
		margin-right: .3rem;
		font-size: .26rem;
		line-height: .35rem;
		padding: .15rem .2rem;
		margin-bottom: 0;
	}
	.pronav-b1-a{
		width: .3rem;
		right: .2rem;
	}
	.pronav-c1{
		font-size: .4rem;
		line-height: .55rem;
		padding-left: 24%;
		display: block;
	}
	.pronav-c li{
		margin-bottom: .1rem;
		padding-left: 0;
	}
	.pronav-c1>.sp1{
		font-size: .24rem;
		top: .05rem;
	}
	.pronav-rt{
		margin-top: .5rem;
	}
}




/*产品详情*/
.gyinfo{
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
	z-index: 3;
}
.gyinfo-go-bj{
	position: fixed;
	width: 100%;
	top: 115px;
	left: 0;
	height: 0;
	z-index: 5;
}
.gyinfo-go-bj:hover{
	
}
.gyinfo-go{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 60px;
}
.gyinfo-go-a{
	display: inline-block;
	width: 70px;
	position: relative;
}
.gyinfo-go-a:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/ico43.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
-webkit-transition: all .5s;
}
.gyinfo-go-a:hover:after{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transition: all .5s;
-webkit-transition: all .5s;
}


.gyinfo-ab{
	margin-top: 10px;
	font-size: 0;
	position: relative;
	z-index: 3;
}
.gyinfo-a{
	width: calc(100% - 460px);
	padding-right: 30px;
	display: inline-block;
	vertical-align: top;
}
.gyinfo-b{
	width: 460px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	font-size: 0;
}
.gyinfo-bli{
	position: relative;
	margin-left: 22px;
	display: inline-block;
}
.gyinfo-b1{
	width: 195px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	color: #d3d3d3;
	line-height: 65px;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	padding-left: 40px;
	background-position: 85% center;
	background-repeat: no-repeat;
	text-align: left;
}
.gyinfo-bpos{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 3;
	box-shadow: 0 0 25px #ebeff2;
	border-radius: 20px;
	display: none;
}
.gyinfo-b2{
	width: 100%;
	padding: 20px 35px;
}
.gyinfo-b2 a{
	display: inline-block;
	width: 100%;
	padding: 17px 0;
	text-align: left;
	font-weight: lighter;
	color: #222;
	font-weight: bold;
	padding-right: 20px;
	background: url(../images/ico14_1.png) no-repeat right center;
	border-top: 1px solid #e8e8e8;
	font-size: 18px;
	line-height: 25px;
	/*height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;*/
}
.gyinfo-b2 a>span{
	/*font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;*/
}
.gyinfo-b2 a:first-child{
	border: 0;
}
.gyinfo-b2 a:hover{
	background-image: url(../images/ico14_2.png) ;
}

.gyinfo-b3{
	width: 100%;
	padding: 20px 30px;
	text-align: center;
}
.gyinfo-b3 .bshare-custom{
	top: 0 !important;
}


.gyinfo-a1{
	max-width: 680px;
	font-size: 100px;
	line-height: 100px;
	color: #222;
	font-weight: bold;
	margin-left: -5px;
}
.gyinfo-a2{
	max-width: 680px;
	font-size: 18px;
	line-height: 30px;
	color: #4c4c4c;
	/*font-weight: bold;*/
	margin-top: 15px;
}

.gyinfo-c{
/*	overflow: hidden;*/
	margin-top: 100px;
}
.gyinfo-but{
	height: 55px;
	width: 120px;
	position: relative;
	float: right;
}
.gyinfo-next,.gyinfo-prev{
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
.gyinfo-next{
	right: 0;
	background: url(../images/ico10_2.png) no-repeat center;
	background-size: cover;
}
.gyinfo-next:hover{
	background-image: url(../images/ico10_4.png)
}
.gyinfo-prev{
	left: 0;
	background: url(../images/ico10_1.png) no-repeat center;
	background-size: cover;
}
.gyinfo-prev:hover{
	background-image: url(../images/ico10_3.png)
}

.gyinfo-tit50{
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
}
.gyinfo-c1{
	display: inline-block;
	max-width: 280px;
}

.gyinfo-d{
	padding: 30px 25px;
	padding-top: 70px;
	width: calc(100% + 50px);
	margin-left: -25px;
}
.gyinfo-slide{
	height: 370px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 0 40px;
	box-shadow: 0 0 25px #f1f4f6;
}
.gyinfo-d1{
	height: 90px;
	line-height: 90px;
	font-size: 0;
	margin-top: 75px;
}
.gyinfo-d1 img{
	max-height: 100%;
}
.gyinfo-d2{
	font-size: 30px;
	color: #646464;
	line-height: 40px;
	margin-top: 40px;
	font-weight: bold;
}


.gyinfo-ef{
	margin-top: 140px;
	overflow: hidden;
}
.gyinfo-e{
	width: 280px;
	float: left;
}
.gyinfo-f{
	width: calc(100% - 280px);
	max-width: 960px;
	float: right;
	text-align: justify;
	font-size: 0;
}
.gyinfo-fli{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 15px;
	/*margin-bottom: 30px;*/
}
.gyinfo-f1{
	font-size: 24px;
	line-height: 1.2;
	/*font-weight: bold;*/
	margin-bottom: 30px;
}
.gyinfo-f2{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}
.gyinfo-fli:nth-child(2) .gyinfo-f2{
	padding-left: 2px;
}

.gyinfo-bj2{
	top: 500px;
}
.gyinfo-bj3{
	top: 1100px;
}
.gyinfo-g{
	width: 100%;
	height: 2px;
	background: #e5e5e5;
	margin-top: 130px;
}
.gyinfo-h{
	font-size: 0;
	margin-top: 80px;
	overflow: hidden;
}
.gyinfo-hli{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	font-size: 0;
}
.gyinfo-hli:nth-child(2n + 0){
	margin-left: 4%;
	text-align: right;
}
.gyinfo-hct{
	text-align: left;
	max-width: 620px;
	display: inline-block;
}
.gyinfo-h1{
	font-size: 50px;
	font-weight: bold;
}
.gyinfo-h2{
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	padding-left: 3px;
}

@media(max-width:1600px){
	.gyinfo-go-bj{
		top: 100px;
	}
	.gyinfo-go{
		padding: 0 4%;
	}
	.gyinfo-go-a{
		width: 45px;
	}
	.gyinfo-a1{
		font-size: 68px;
		line-height: 75px;
	margin-left: -2px;
	}
	.gyinfo-b1{
		width: 170px;
		padding-left: 30px;
		line-height: 55px;
	}
	.gyinfo-b2{
		padding: 15px 20px;
	}
	.gyinfo-tit50{
		font-size: 40px;
	}
	.gyinfo-but{
		height: 45px;
		width: 90px;
	}
	.gyinfo-next, .gyinfo-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.gyinfo-slide{
		padding: 0 20px;
		height:280px;
	}
	.gyinfo-d1{
		height: 70px;
		line-height: 70px;
		margin-top: 50px;
	}
	.gyinfo-d2{
		font-size: 24px;
		line-height: 32px;
		margin-top: 30px;
	}
	.gyinfo-ef{
		margin-top: 100px;
	}
	.gyinfo-g{
		margin-top: 70px;
	}
	.gyinfo-h{
		margin-top: 50px;
	}
	.gyinfo-h1{
		font-size: 30px;
	}
	.gyinfo-h2{
		font-size: 16px;
		line-height: 25px;
		margin-top: 20px;
	}
}

@media(max-width:1000px){
	.gyinfo-a{
		width: 100%;
		padding: 0;
	}
	.gyinfo-b{
		width: 100%;
		text-align: left;
		margin-top: 40px;
	}
	.gyinfo-bli{
		margin-left: 0;
		margin-right: 20px;
	}
	.gyinfo-c{
		margin-top: 60px;
	}
	.gyinfo-d{
		padding-top: 50px;
	}
	.gyinfo-d2{
		font-size: 20px;
		line-height: 30px;
	}
	.gyinfo-ef{
		margin-top: 60px;
	}
	.gyinfo-f{
		width: 100%;
		margin-top: 40px;
	}
	.gyinfo-fli{
		padding-left: 0;
		padding-right: 10px;
	}
}

@media(max-width:750px){
	.gyinfo-go-bj{
		top: 1.2rem;
	}
	.gyinfo-go{
		padding: 0 4%;
	}
	.gyinfo-go-a{
		width: .5rem;
	}
	.gyinfo-go-a:after{
		background-size: 95% auto;
	}
	.gyinfo{
		padding-top: 1.8rem;
		padding-bottom: .8rem;
	}
	.gyinfo-go{
		font-size: .26rem;
		line-height: .5rem;
		padding-right: .25rem;
		background-size: .15rem auto;
		text-align: right;
	}
	.gyinfo-a1{
		font-size: .7rem;
		line-height: .85rem;
	margin-left: 0px;
	}
	.gyinfo-a2{
		
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.gyinfo-ab{
		margin-top: .15rem;
	}
	.gyinfo-b{
		margin-top: .4rem;
	}
	.gyinfo-bli{
		margin-right: .2rem;
	}
	.gyinfo-b1{
		width: 3rem;
		padding-left: .3rem;
		font-size: .32rem;
		line-height: .8rem;
	}
	.gyinfo-bpos{
		
	}
	.gyinfo-b2{
		padding: .2rem .3rem;
	}
	.gyinfo-b2 a{
		padding: .2rem 0;
		padding-right: .4rem;
		font-size: .3rem;
		line-height: .45rem;
	}
	.gyinfo-b3{
		padding: .3rem;
	}
	.gyinfo-tit50{
		font-size: .4rem;
	}
	.gyinfo-c{
		margin-top: .8rem;
	}
	.gyinfo-but{
		width: 1.35rem;
		height: .6rem;
	}
	.gyinfo-next, .gyinfo-prev{
		width: .6rem;
		height: .6rem;
		margin-top: -.3rem;
	}
	.gyinfo-d{
		padding-top: .6rem;
		padding-bottom: .3rem;
	}
	.gyinfo-slide{
		box-shadow: 0 0 .3rem #f1f4f6;
		height: 3.5rem;
		padding: 0 .3rem;
	}
	.gyinfo-d1{
		height: .8rem;
		line-height: .8rem;
		margin-top: .6rem;
	}
	.gyinfo-d2{
		font-size: .3rem;
		line-height: .45rem;
		margin-top: .25rem;
	}
	.gyinfo-ef{
		margin-top: .6rem;
	}
	.gyinfo-f{
		margin-top: .4rem;
	}
	.gyinfo-f1{
		font-size: .36rem;
		font-weight: bold;
		margin-bottom: .25rem;
	}
	.gyinfo-f2{
		font-size: .24rem;
		line-height: .4rem;
		margin-bottom: .1rem;
	}
	.gyinfo-fli{
		width: 33.333%;
		margin-bottom: .3rem;
	}
	.gyinfo-fli:nth-child(4){
		display: none;
	}
	.gyinfo-g{
		margin-top: .6rem;
	}
	.gyinfo-h{
		margin-top: .5rem;
	}
	.gyinfo-hli{
		width: 100%;
		margin-bottom: .4rem;
	}
	.gyinfo-hli:nth-child(2n + 0){
		margin-left: 0;
	}
	.gyinfo-h1{
		font-size: .4rem;
		line-height: .55rem;
	}
	.gyinfo-h2{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .25rem;
	}
}



/*新闻中心*/
.news{
	padding-top: 180px;
	padding-bottom: 125px;
	position: relative;
	z-index: 3;
}
.news-ab{
	font-size: 0;
}
.gytit80{
	font-size: 80px;
	line-height: 1;
	font-weight: bold;
}
.news-a{
	display: inline-block;
	vertical-align: top;
	width: 350px;
}
.news-b{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 350px);
	text-align: right;
}
.news-b1{
	display: inline-block;
	font-size: 20px;
	color: #acafb2;
	line-height: 55px;
	border: 1px solid #a8aeb1;
	border-radius: 30px;
	text-align: center;
	padding: 0 15px;
	min-width: 145px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-b1:hover,.news-b1.on{
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-cd{
	display: block;
	overflow: hidden;
	margin-top: 90px;
	border-radius:15px;
	box-shadow: 0 0 30px #e7eef3;
	height: 480px;
	color: #000;
}
.news-c{
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-d{
	width: 50%;
	float: right;
	padding: 50px 60px;
}
.news-d1{
	font-size: 40px;
	color: #000;
	line-height: 50px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-d1>div{
	display: inline-block;
}
.news-d2{
	font-size: 20px;
	color: #000;
	line-height: 1;
	margin-top: 10px;
}
.news-d3{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin-top: 35px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-d4{
	width: 130px;
	line-height: 45px;
	margin-top: 100px;
	font-size: 16px;
	margin-bottom: 10px;
}
.news-d4>img{
	margin-left: 35px;
	top: -2px;
}
.news-cd:hover .news-d1{
	/*font-weight: bold;*/
	transition: all .3s;
-webkit-transition: all .3s;  
}

.news-ul{
	margin-top: 90px;
	margin-bottom: 60px;
	width: calc(100% + 30px);
	font-size: 0;
}
.news-li{
	display: inline-block;
	width: calc(33.333% - 30px);
	margin-right: 30px;
	box-shadow: 0 0 25px #e7eef3;
	padding: 55px 30px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.news-e{
	font-size: 30px;
	line-height: 40px;
	color: #555;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-f{
	font-size: 14px;
	line-height: 1.2;
	margin-top: 20px;
	color: #bcbcbc;
}
.news-f .sp1{
	font-weight: bold;
	margin-right: 10px;
}
.news-g{
	overflow: hidden;
	border-radius: 10px;
	margin-top: 45px;
}
.news-g>img{
	width: 100%;
	border-bottom: 10px;
}
.news-li:hover .news-e{
	color: #222;
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-bj2{
	top: 1280px;
}

@media(max-width:1600px){
	.news{
		padding-top: 150px;
	}
	.news-a{
		
		width: 300px;
	}
	.gytit80{
		font-size: 50px;
	}
	.news-b{
		width: calc(100% - 300px);
	}
	.news-b1{
		min-width: 120px;
		padding: 0 15px;
		font-size: 16px;
		line-height: 45px;
		margin-left: 5px;
	}
	.news-cd{
		height: 400px;
		margin-top: 50px;
	}
	.news-d1{
		font-size: 32px;
		line-height: 40px;
		height: 80px;
	}
	.news-d2{
		font-size: 16px;
	}
	.news-d3{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		margin-top: 25px;
	}
	.news-d4{
		margin-top: 40px;
	}
	.news-li{
		padding: 40px 25px;
	}
	.news-e{
		font-size: 22px;
		line-height: 30px;
		height: 60px;
	}
	.news-f{
		font-size: 12px;
	}
	.news-g{
		margin-top: 25px;
	}
}
@media(max-width:1000px){
	
	.gytit80{
		font-size: 40px;
	}
	.news-b{
		width: 100%;
		margin-top: 30px;
		text-align: left;
	}
	.news-b1{
		margin-left: 0;
		margin-right: 5px;
	}
	.news-cd{
		height: 300px;
		margin-top: 30px;
	}
	.news-d{
		padding: 30px;
	}
	.news-d1{
		font-size: 28px;
		line-height: 35px;
		height: 70px;
		font-weight: bold;
	}
	.news-d2{
		font-size: 14px;
	}
	.news-d3{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		margin-top: 15px;
	}
	.news-d4{
		margin-top: 20px;
	}
	
	.news-ul{
		width: 102%;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.news-li{
		width: 31.333%;
		margin-right: 2%;
		margin-bottom: 25px;
		padding: 20px 15px;
	}
	.news-e{
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		height: 50px;
	}
	.news-f{
		margin-top: 10px;
	}
	.news-g{
		margin-top: 15px;
	}
}
@media(max-width:750px){
	.news{
		padding-top: 1.8rem;
		padding-bottom: .8rem;
	}
	.gytit80{
		font-size: .5rem;
	}
	.news-b{
		margin-top: .4rem;
	}
	.news-b1{
		font-size: .26rem;
		line-height: .6rem;
		min-width: 2rem;
		padding: 0 .15rem;
		margin-right: .1rem;
		margin-bottom: .15rem;
	}
	.news-cd{
		margin-top: .4rem;
		height: auto;
	}
	.news-c{
		width: 100%;
		height: 4rem;
	}
	.news-d{
		width: 100%;
		padding: .4rem;
	}
	.news-d1{
		font-size: .36rem;
		line-height: .5rem;
		height: 1rem;
	}
	.news-d2{
		font-size: .24rem;
		margin-top: .15rem;
	}
	.news-d3{
		font-size: .26rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .25rem;
	}
	.news-d4{
		margin-top: .2rem;
		width: 1.8rem;
		line-height: .7rem;
		font-size: .26rem;
		margin-bottom: 0;
	}
	.news-d4>img{
		width: .2rem;
		margin-left: .15rem;
	}
	.news-ul{
		margin-top: .6rem;
		margin-bottom: .3rem;
		width: 100%;
	}
	.news-li{
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
	}
	.news-e{
		font-size: .32rem;
		line-height: .45rem;
		height: .9rem;
	}
	.news-f{
		margin-top: .1rem;
	}
	.news-g{
		margin-top: .2rem;
	}
}



.nwinfo{
	padding: 160px 0;
}
.nwinfo-a{
	text-align: center;
	font-size: 0;
	margin-top: 45px;
}
.nwinfo-a1{
	display: inline-block;
	font-size: 16px;
	color: #222;
	opacity: .2;
	line-height: 20px;
}
.nwinfo-a2{
	display: inline-block;
	height: 14px;
	width: 2px;
	background: #222;
	opacity: .2;
	margin: 0 10px;
	position: relative;
    top: 2px;
}
.nwinfo-b{
	font-size: 44px;
	text-align: center;
	margin-top: 15px;
}
.nwinfo-c{
	font-size: 18px;
	color: #222;
	line-height: 30px;
	padding: 40px 0;
	margin-top: 60px;
	border-top: 1px solid #f2f2f2;
}
.nwinfo-c img{
	height: auto !important;
	margin: 0 auto;
	margin-bottom: .5vw;
}
.nwinfo-d{
	margin-top: 15px;
	padding-top: 30px;
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
}
.nwinfo-dlt{
	float: left;
	line-height: 1;
	font-size: 0;
	height: 30px;
}
.bshare-custom{
	display: inline-block;
	font-size: 0;
	line-height: 1;
	position: relative;
	top: -5px;
}
.nwinfo-d1{
	margin-right: 20px;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
}
.bshare-weixin{
	width: 35px !important;
	height: 30px !important;
	margin-right: 0px !important;
	background: url(../images/ico16_1.png) no-repeat center !important;
	padding: 0 !important;
	vertical-align: top;
	
}
.bshare-weixin:hover{
	background-image: url(../images/ico16_2.png)  !important; 
}
.bshare-sinaminiblog{
	width: 35px !important;
	height: 30px !important;
	margin-right: 0px !important;
	background: url(../images/ico16_3.png) no-repeat center !important;
	padding: 0 !important;
	vertical-align: top;
	
}
.bshare-sinaminiblog:hover{
	background-image: url(../images/ico16_4.png)  !important; 
}

.nwinfo-drt{
	font-size: 20px;
	line-height: 30px;
	color: #222;
	padding-right: 25px;
	float: right;
	display: inline-block;
	background: url(../images/ico17.png) no-repeat right center;
}
.nwinfo-drt:hover{
	color: #222;
	font-weight: bold;
}
.nwinfo-e{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #f2f2f2;
	text-align: center;
}
.nwinfo-ea{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nwinfo-f{
	font-size: 40px;
	color: #222;
	line-height: 1.1;
	font-weight: bold;
	margin-top: 100px;
	text-align: center;
	position: relative;
}
.nwinfo-f1{
	width: 30px;
	height: 4px;
	display: inline-block;
	margin-top: 25px;
	vertical-align: top;
}
.nwinfo-g{
	width: calc(100% + 200px);
	padding: 0 100px;
	margin-left: -100px;
	margin-top: 20px;
	position: relative;
}
.nwinfo-Gswiper{
	width: calc(100% + 30px);
	padding: 30px 15px;
	margin-left: -15px;
}
.nwinfo-Glide{
	display: block;
	box-shadow: 0 0 25px #e7eef3;
	padding: 30px;
	color: #222;
	background: #fff;
	border-radius: 15px;
}
.nwinfo-g1{
	font-size: 16px;
	line-height: 1;
}
.nwinfo-g2{
	font-size: 20px;
	line-height: 1;
	margin-top: 5px;
}
.nwinfo-g3{
	font-size: 24px;
	line-height: 32px;
	height: 64px;
	margin-top: 25px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.nwinfo-g4{
	margin-top: 60px;
}
.nwinfo-Glide:hover{
	color: #222;
}
.nwinfo-Glide:hover .nwinfo-g3{
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.nwinfo-g .swiper-button-disabled{
	opacity: 0;
}

@media(max-width:1600px){
	.nwinfo{
		padding: 130px 0;
	}
	.nwinfo-b{
		font-size: 38px;
	}
	.nwinfo-f{
		font-size: 30px;
	}
	.nwinfo-g{
		width: 108%;
		margin-left: -4%;
		padding: 0 5%;
	}
	.nwinfo-g3{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.nwinfo-g4{
		margin-top: 30px;
	}
	.nwinfo-Glide{
		box-shadow: 0 0 15px #e7eef3;
	}
}
@media(max-width:1000px){
	.nwinfo-g{
		width: 100%;
		margin-left: 0;
		padding: 0 60px;
	}
}

@media(max-width:750px){
	.nwinfo{
		padding-top: 1.8rem;
		padding-bottom: .8rem;
	}
	.nwinfo-a{
		margin-top: .3rem;
	}
	.nwinfo-a1{
		font-size: .24rem;
		line-height: .3rem;
	}
	.nwinfo-a2{
		height: .22rem;
		top: .04rem;
	}
	.nwinfo-b{
		font-size: .34rem;
		line-height: .5rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.nwinfo-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .4rem;
		padding: .4rem 0;
	}
	.nwinfo-d{
		margin-top: .1rem;
		padding-top: .3rem;
	}
	.nwinfo-d1{
		font-size: .26rem;
		line-height: .5rem;
		margin-right: .2rem;
	}
	.bshare-custom a{
		width: .5rem !important;
		height: .5rem !important;
		background-size: 100% auto !important;
	}
	.nwinfo-drt{
		font-size: .26rem;
		padding-right: .3rem;
		line-height: .5rem;
		background-size: .2rem auto;
	}
	.nwinfo-e{
		margin-top: .3rem;
		padding-top: .3rem;
	}
	.nwinfo-ea{
		font-size: .26rem;
		line-height: .4rem;
		height: .4rem;
	}
	.nwinfo-f{
		margin-top: .8rem;
		font-size: .4rem;
	}
	.nwinfo-f1{
		width: .4rem;
		height: .05rem;
		margin-top: .25rem;
	}
	.nwinfo-g{
		margin-top: .3rem;
		padding: 0 .8rem;
	}
	.nwinfo-Gswiper{
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: .3rem 15px;
	}
	.nwinfo-Glide{
		padding: .3rem .4rem;
	}
	.nwinfo-g1{
		font-size: .24rem;
	}
	.nwinfo-g2{
		font-size: .28rem;
	}
	.nwinfo-g3{
		font-size: .32rem;
		line-height: .5rem;
		height: 1rem;
		margin-top: .2rem;
	}
	.nwinfo-g4{
		margin-top: .3rem;
	}
}



/*联系我们*/
.contact{
	padding-top: 200px;
	padding-bottom: 100px;
}

.contact-fm{
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
.contact-ul{
	width: calc(100% + 40px);
	font-size: 0;
	
}
.contact-li{
	width: 50%;
	padding-right: 40px;
	margin-bottom: 45px;
	display: inline-block;
	vertical-align: top;
}
.contact-b{
	font-size: 18px;
	line-height: 1.1;
}
.contact-c{
	width: 100%;
	position: relative;
	border-bottom: 2px solid #dde1e5;
	margin-top: 5px;
}
.contact-c:after{
	content: '';
	width: 0%;
	height: 2px;
	background: url(../images/ico06.png);
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.contact-c.on:after{
	width: 100%;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.contact-c input{
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	border: 0;
	background: initial;
}
.contact-c3{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 15px;
	background: #fff;
	padding: 15px 25px;
	box-shadow: 0 0 20px #eaecee;
	border-radius: 10px;
	display: none;
}
.contact-c3>div{
	font-size: 20px;
	color: #a3a3a3;
	line-height: 30px;
	margin: 5px 0;
	cursor: pointer;
}
.contact-c3>div:hover{
	color: #1962a7;
}
.contact-c2{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ico18.png) no-repeat right center;
	cursor: pointer;
	z-index: 1;
}
.contact-c22{
	position: relative;
	z-index: 2;
	padding-right: 40px;
}
.contact-li2{
	width: 100%;
	
}
.contact-li2 .contact-c{
	border-bottom:0;
}
.contact-c textarea{
	width: 100%;
	height: 195px;
	font-size: 18px;
	color: #222;
	line-height: 30px;
	padding:10px 20px;
	border-radius: 10px;
	border: 2px solid #dde1e5;
	margin-top: 10px;
}
.contact-li3{
	position: relative;
	z-index: 3;
}
.contact-li33{
	z-index: 4;
}
.contact-sub{
	width: 130px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	border: 0;
	background:url(../images/ico06.png);
	background-size: 100% auto;
	margin-top: 50px;
	margin-left: calc(50% - 65px);
	border-radius: 25px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.contact-sub:hover{
	box-shadow: 5px 5px 10px #6ca7d0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.contact-map{
	width: 140%;
	height: 800px;
	background: #ccc;
}

.contact-j{
	height: 0;
	position: relative;
}
.contact-k{
	width: 47px;
	height: 47px;
	background-image: url(../images/ico20_1.png);
	position: absolute;
	left: 0;
	top: 135px;
}
.contact-k.on{
	background-image: url(../images/ico20_2.png);
}
.contact-y{
	width: 580px;
	background: #fff;
	/*padding: 70px 80px;*/
	padding: 50px;
	box-shadow: 0 15px 20px #ccc;
	position: absolute;
	left: 0;
	top: 183px;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.contact-ylt{
	width: 100px;
	float: left;
	min-height: 300px;
	border-right: 1px solid #e5e5e5;
}
.contact-y1{
	font-size: 20px;
	line-height: 30px;
	margin-top: 26px;
	padding-right: 10px;
	cursor: pointer;
}
.contact-y1:first-child{
	margin-top: 0;
}
.contact-yrt{
	width: calc(100% - 120px);
	float: right;
	/*max-width: 290px;*/
	max-width: 320px;
}
.contact-yrt li{
	display: none;
}
.contact-y2{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.1;
}
.contact-y3{
	font-size: 20px;
	line-height: 30px;
	color: #222;
	min-height: 120px;
	margin-top: 35px;
	padding-right: 25px;
	background: url(../images/ico21.png)  no-repeat right 8px;
}
.contact-y4{
	margin-top: 20px;
	padding-left: 50px;
	font-size: 24px;
	line-height: 40px;
	background:no-repeat left 2px;
}

@media(max-width:1600px){
	.contact{
		padding-top: 140px;
	}
	.contact-map{
		height: 550px;
	}
	.contact-k{
		top: 80px;
		height: 35px;
		width: 35px;
	}
	.contact-y{
		top: 115px;
		padding: 40px;
		width: 480px;
	}
	.contact-y1{
		font-size: 18px;
		line-height: 25px;
		margin-top: 20px;
	}
	.contact-ylt{
		min-height: auto;
	}
	.contact-y2{
		font-size: 28px;
	}
	.contact-y3{
		font-size: 18px;
		margin-top: 20px;
	}
	.contact-c3>div{
		font-size: 16px;
		line-height: 25px;
	}
	.contact-y4{
		margin-top: 10px;
		font-size: 20px;
		line-height: 30px;
		padding-left: 35px;
		background-size: auto 25px;
	}
	.contact-li{
		margin-bottom: 25px;
	}
	.contact-c input{
		height: 30px;
	}
	.contact-c input{
		font-size: 16px;
	}
}
@media(max-width:1000px){
	.contact-j{
		height: auto;
	}
	.contact-k{
		position: relative;
		top: 0;
	}
	.contact-y{
		position: relative;
		left: 35px;
		top: -35px;
	}
	.contact-map{
		width: 100%;
	}
}
@media(max-width:750px){
	.contact{
		padding-top: 1.8rem;
		padding-bottom: .8rem;
	}
	.contact-fm{
		margin-top: .6rem;
	}
	.contact-ul{
		width: 100%;
	}
	.contact-li{
		width: 100%;
		margin: 0;
		margin-bottom: .4rem;
		padding: 0;
	}
	.contact-b{
		font-size: .28rem;
	}
	.contact-c{
		margin-top: .05rem;
	}
	.contact-c input{
		font-size: .26rem;
		height: .6rem;
	}
	.contact-c2{
		background-size: .3rem auto;
	}
	.contact-c3{
		padding: .25rem .3rem;
		margin-top: .15rem;
	}
	.contact-c3>div{
		font-size: .26rem;
		line-height: .4rem;
		margin: .1rem 0;
	}
	.contact-c textarea{
		height: 2rem;
		padding: .25rem .3rem;
		font-size: .28rem;
		line-height: .5rem;
	}
	.contact-sub{
		width: 2rem;
		height: .7rem;
		font-size: .26rem;
		margin-left: calc(50% - 1rem);
		margin-top: .5rem;
	}
	.contact-y{
		width: 100%;
		top: 0;
		left: 0;
		padding: .4rem;
	}
	.contact-ylt{
		width: 1.8rem;
	}
	.contact-y1{
		font-size: .3rem;
		line-height: .45rem;
		margin-top: .25rem;
	}
	.contact-yrt{
		width: calc(100% - 2.1rem);
	}
	.contact-y2{
		font-size: .38rem;
	}
	.contact-y3{
		font-size: .28rem;
		line-height: .45rem;
		min-height: 1.8rem;
		margin-top: .2rem;
		padding-right: .3rem;
		background-size: .2rem auto;
		background-position-y: .1rem;
	}
	.contact-y4{
		margin-top: .15rem;
		font-size: .28rem;
		line-height: .45rem;
		padding-left: .6rem;
		background-size: auto .35rem;
	}
	.contact-map{
		height: 7rem;
		margin-top: .6rem;
	}
}



/*公司简介*/
.about{
	padding-top: 180px;
	padding-bottom: 70px;
	position: relative;
	z-index: 20;
}
.about-cnt{
	overflow: hidden;
}
.about-lt{
	width: 635px;
	float: left;
}
.about-swiper{
	height: 580px;
	background: url(../images/ico24.png) no-repeat right center;
	background-size: auto 100%;
}
.about-slide{
	font-size: 220px;
	color: #ebedee;
	line-height: 180px;
	cursor: pointer;
	font-family: arial;
}
.about-slide>span{
	line-height: 180px;
}
.about-slide.swiper-slide-active{
	
}
.about-slide-a{
	display: none;
}
.about-a{
	text-align: center;
	margin-top: 40px;
}
.about-a .gyinfo-but{
	display: inline-block;
	float: initial;
	height: 30px;
	width: 90px;
}
.about-Anext{
	width: 40px;
	height: 30px;
	background: url(../images/ico25_2.png) no-repeat center;
	margin-top: -15px;
}
.about-Anext:hover{
	background-image: url(../images/ico25_4.png)
}
.about-Aprev{
	width: 40px;
	height: 30px;
	background: url(../images/ico25_1.png) no-repeat center;
	margin-top: -15px;
}
.about-Aprev:hover{
	background-image: url(../images/ico25_3.png)
}

.about-rt{
	width: calc(100% - 635px);
	float: right;
	text-align: right;
	padding-left: 50px;
}
.about-b{
	width: 100%;
	display: inline-block;
	max-width: 600px;
	text-align: left;
}
.about-b13{
/*	min-height: 380px;*/
}
.about-b2{
	font-size: 16px;
	line-height: 25px;
	margin-top: 50px;
	font-weight: bold;
}
.about-b3{
	font-size: 16px;
	line-height: 25px;
	color: #07549e;
	margin-top: 25px;
	font-weight: bold;
	min-height: 180px;
	margin-bottom: 30px;
}
.about-c{
	margin-top: 30px;
}
.about-cli{
	width: 300px;
}
.about-c1{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.about-c2{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
	font-weight: bold;
}


.about-de{
	margin-top: 50px;
	position: relative;
}
.about-d{
	width: 100%;
	margin-left: 120px;
	position: relative;
}
.about-dli{
	position: absolute;
	left: 74.64%;
	top: 49.27%;
	cursor: pointer;
}
.about-d1{
	width: 50px;
	height: 50px;
	background: url(../images/ico19.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -13px;
	
	animation:divscale 1.8s linear 0s infinite;
	-moz-animation:divscale 1.8s linear 0s infinite;
	-webkit-animation:divscale 1.8s linear 0s infinite;
	-o-animation:divscale 1.8s linear 0s infinite;
}
@keyframes divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
}
@-moz-keyframes divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
} 
@-webkit-keyframes  divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}	
}
@-o-keyframes  divscale{
	0%   {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	} 
	50%  {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
	} 
	100% {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
	}
}
.about-d2{
	font-size: 16px;
	color: #222;
	line-height: 30px;
	font-weight: bold;
	position: absolute;
	display: block;
	width: 40px;
	text-align: right;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
.about-d3{
	width: 185px;
	padding: 15px 20px;
	border-top: 8px solid #1f65a5;
	background: rgba(31,101,165,.6);
	position: absolute;
	right: 35px;
	top: -15px;
	display: none;
}
.about-d3-a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.about-d3-b{
	font-size: 14px;
	color: #fff;
	opacity: .5;
	margin-top: 10px;
	line-height: 20px;
}
.about-dli.on{
	z-index: 3;
}
.about-dli.on> .about-d3{
	display: block;
}
.about-dli:nth-child(2){
	left: 70.71%;
	top: 54.1%;
}
.about-dli:nth-child(3){
	left: 75.28%;
	top: 55.07%;
}
.about-dli:nth-child(4){
	left: 74.42%;
	top: 65.21%;
}
.about-dli:nth-child(5){
	left: 75.71%;
	top: 70.53%;
}
.about-dli:nth-child(6){
	left: 65.25%;
	top: 83.57%;
}
.about-dli:nth-child(7){
	left: 65.71%;
	top:87.92%;
}
.about-dli:nth-child(8){
	left: 57.85%;
	top: 96.61%;
}
.about-dli:nth-child(9){
	left: 61.07%;
	top: 41.54%;
}
.about-dli:nth-child(10){
	left: 61.42%;
	top:48.3%;
}
.about-dli:nth-child(11){
	left: 52.5%;
	top: 51.2%;
}
.about-dli:nth-child(12){
	left: 24%;
	top: 38.16%;
}

.about-dli:nth-child(1) .about-d1,
.about-dli:nth-child(2) .about-d1,
.about-dli:nth-child(4) .about-d1,
.about-dli:nth-child(5) .about-d1,
.about-dli:nth-child(7) .about-d1{
	width: 58px;
	height: 58px;
	
	margin-left: -29px;
	margin-top: -29px;
}
.about-dli:nth-child(3) .about-d2,
.about-dli:nth-child(11) .about-d2{
	text-align: center;
	right: 50%;
	margin-right: -20px;
	top: 30px;
}
.about-dli:nth-child(9) .about-d2,
.about-dli:nth-child(12) .about-d2{
	width: 80px;
}

.about-e{
	width: 100%;
	height: 0;
	padding-top: 110px;
	position: absolute;
	top: 0;
	left: 0;
}
.about-e2{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	max-width: 540px;
	margin-top: 30px;
}
.about-e3{
	max-width: 540px;
}
.about-fg{
	margin-top: 25px;
}

.about-g{
	margin-top: 100px;
	border-radius: 10px;
	overflow: hidden;
}
.about-gsd{
	height: 570px;
	padding: 60px;
	color: #d1d1d2;
	background: #fff;
}
.about-g12{
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.about-g1{
	font-size: 30px;
	line-height: 1.2;
	width: 150px;
	float: left;
	font-weight: bold;
}
.about-g2{
	width: calc(100% - 150px);
	float: right;
	max-width: 400px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	display: none;
}
.about-gbj{
	opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-gsd.swiper-slide-active .about-gbj{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-gsd.swiper-slide-active .about-g2{
	display: block;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right{
	display: none !important;
}
.about-gsd.swiper-slide-next:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: url(../images/ico28_2.png) no-repeat right center;
	background-size:  auto 100%;
}
.about-gsd.swiper-slide-prev:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: url(../images/ico28_1.png) no-repeat left center;
	background-size:  auto 100%;
}
.about-gsd.swiper-slide-next .about-g1{
	float: right;
	text-align: right;
}
.about-gimg{
	position: absolute;
	left: 0px;
	bottom: 60px;
	height: 80px;
	line-height: 80px;
	width: 100%;
	padding: 0 60px;
	text-align: left;
}
.about-gimg img{
	max-height: 100%;
}
.about-gimg .img2{
	display: none;
}
.about-gsd.swiper-slide-active .about-gimg .img1{
	display: none;
}
.about-gsd.swiper-slide-active .about-gimg .img2{
	display: inline-block;
}
.about-gsd.swiper-slide-next .about-gimg{
	text-align: right;
}

.about-yul{
	width: 100%;
	margin-top: 110px;
	overflow: hidden;
	border-radius: 20px;
}
.about-yli{
	width: 16.075%;
	position: relative;
	overflow: hidden;
	float: left;
	height: 570px;
	cursor: pointer;
	background: url(../images/ico28_1.png) no-repeat left center;
	transition: all .8s;
	-webkit-transition: all .8s;
}
.about-yli:nth-child(3){
	background: url(../images/ico28_2.png) no-repeat right center;
}
.about-yli:nth-child(2){
	background: #f7fbfd;
}	
.about-yli.on{
	width: 67.85%;
	transition: all .8s;
	-webkit-transition: all .8s;
}
.about-ybj{
	z-index: 2;
	opacity: 0;
	transition: all .8s;
	-webkit-transition: all .8s;
}
.about-yli.on .about-ybj{
	opacity: 1;
	transition: all .8s;
	-webkit-transition: all .8s;
}
.about-ydiv{
	padding: 0 50px;
	padding-top: 65px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	width: 100%;
}
.about-y1{
	font-size: 30px;
	color: #222;
	opacity: .2;
	font-weight: bold;
	width: 150px;
	float: left;
}
.about-y2{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	width:0;
	overflow: hidden;
	max-width: 400px;
	float: right;
	
}
.about-yli .about-y22{
	opacity: 0;
}
.about-y3{
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 65px;
	padding: 0 50px;
	height: 80px;
}
.about-y3 img{
	max-height: 100%;
}
.about-y3 .img2{
	display: none;
}
.about-yli.on .about-y3 .img1{
	display: none;
}
.about-yli.on .about-y3 .img2{
	display: inline-block;
}
.about-yli.on .about-y1{
	color: #fff;
	opacity: 1;	
	transition: all .5s;
	-webkit-transition: all .5s;
}
.about-yli.on .about-y2{
	width: calc(100% - 150px);
}
.about-yli.on .about-y22{
	opacity: 1;
	transition: all .5s .7s;
	-webkit-transition: all .5s .7s;
}


.about-hi{
	margin-top: 260px;
}
.about-hul{
	width: 114%;
	/*overflow: hidden;*/
	padding-top: 50px;
	padding-bottom: 130px;
	font-size: 0;
}
.about-hli{
	display: inline-block;
	vertical-align: top;
	width: 36%;
	margin-right: 14%;
	padding: 45px 0;
	font-size: 0;
	border-top: 1px solid #e5e5e5;
}
.about-hli:nth-child(1),.about-hli:nth-child(2){
	border: 0;
}
.about-h1{
	font-size: 20px;
	color: #000;
	width: 40px;
	display: inline-block;
	vertical-align: top;
}
.about-h3{
	font-size: 60px;
	color: #e4e4e4;
	width: 140px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.about-h2{
	width: calc(100% - 180px);
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.about-hdiv{
	width: 100%;
	max-width: 310px;
	display: inline-block;
	position: relative;
	background: #fff;
}
.about-ha{
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	opacity: .3;
	text-align: left;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-hb{
	width: 80%;
	position: absolute;
	top: 0;
	left:10%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 0 30px #e3ecf9;
	opacity: 1;
	display: none;
	z-index: 9;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-hli:hover{
	position: relative;
	z-index: 4;
}
.about-hli:hover .about-ha{
	opacity: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
/*.about-hli:hover .about-hb{
	opacity: 1;
	display: block;
	transition: all .3s;
-webkit-transition: all .3s;
}*/

@media(max-width:1600px){
	.about{
		padding-top: 140px;
	}
	.about-slide{
		font-size: 150px;
		line-height: 120px;
	}
	.about-slide>span{
		line-height: 120px;
	}
	.about-lt{
		width: 450px;
	}
	.about-swiper{
		height: 400px;
	}
	.about-rt{
		width: calc(100% - 450px);
	}
	.about-b13{
		
	}
	.about-b2{
		margin-top: 20px;
	}
	.about-b3{
		margin-top: 15px;
		min-height: 80px;
	}
	.about-c{
		margin-top: 15px;
	}
	.about-d{
		margin-left: 0;
	}
	.about-e2{
		margin-top: 15px;
	}
	.about-g{
		margin-top: 40px;
	}
	
	.about-gsd{
		padding: 40px;
		height: 450px;
	}
	.about-g1{
		font-size: 24px;
		width: 120px;
	}
	.about-g2{
		width: calc(100% - 120px);
		font-size: 16px;
	}
	.about-gimg{
		padding: 0 40px;
		bottom: 40px;
		height: 50px;
	}
	.about-hi{
		margin-top: 100px;
	}
	.about-h3{
		font-size: 40px;
		width: 100px;
	}
	.about-h2{
		width: calc(100% - 140px);
	}
	.about-ha{
		font-size: 20px;
		line-height: 30px;
	}
	.about-hul{
		padding-bottom: 80px;
	}
	
	.about-yul{
		margin-top: 40px;
	}
	.about-yli{
		height: 480px;
	}
	.about-ydiv{
		padding: 0 30px;
		padding-top: 50px;
	}
	.about-y1{
		width: 120px;
		font-size: 24px;
	}
	.about-y3{
		padding: 0 30px;
		bottom: 50px;
		height: 60px;
	}
	.about-y2{
		font-size: 18px;
	}
}
@media(max-width:1200px){
	.about-de{
		margin-top: 80px;
	}
	.about-e{
		padding-top: 60px;
	}
	.about-gsd{
		height: 450px;
	}
	
}
@media(max-width:1000px){
	.about-slide{
		font-size: 100px;
		line-height: 80px;
	}
	.about-slide>span{
		line-height:80px;
	}
	.about-lt{
		width: 300px;
	}
	.about-swiper{
		height: 300px;
	}
	.about-rt{
		width: calc(100% - 300px);
	}
	.about-b13{
	/*	min-height: 200px;*/
	}
	.about-b2{
		margin-top: 20px;
		font-size: 14px;
		line-height: 25px;
	}
	.about-b3{
		margin-top: 10px;
		font-size: 14px;
		line-height: 25px;
		min-height: auto;
		margin-bottom: 15px;
	}
	.about-a{
		margin-top: 20px;
	}
	.about-e{
		height: auto;
		padding: 0;
	}
	.about-e{
		position: relative;
	}
	.about-d1{
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
	}
	.about-dli:nth-child(1) .about-d1, .about-dli:nth-child(2) .about-d1, .about-dli:nth-child(4) .about-d1, .about-dli:nth-child(5) .about-d1, .about-dli:nth-child(7) .about-d1{
		width: 30px;
		height: 30px;
		margin-left: -15px;
		margin-top: -15px;
	}
	.about-d2{
		font-size: 14px;
		line-height: 20px;
		margin-top: -10px;
		right: 20px;
	}
	.about-dli:nth-child(3) .about-d2, .about-dli:nth-child(11) .about-d2{
		top: 15px;
	}
	.about-d3{
		padding: 15px;
	}
	.about-gsd{
		padding: 25px;
		height: 300px;
	}
	.about-g1{
		font-size: 20px;
	}
	.about-hul{
		width: 103%;
	}
	.about-hli{
		width: 47%;
		margin-right: 3%;
	}
	
	.about-yul{
		margin-top: 50px;
	}
	.about-yli{
		height: 360px;
	}
	.about-ydiv{
		padding: 0 20px;
		padding-top: 30px;
	}
	.about-y1{
		width: 100px;
		font-size: 18px;
	}
	.about-y3{
		padding: 0 20px;
		bottom: 30px;
		height: 40px;
	}
	.about-y2{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.about{
		padding-top: 1.8rem;
		padding-bottom: .8rem;
	}
	.about-slide{
		font-size: .5rem;
		line-height: .4rem;
	}
	.about-slide>span{
		line-height:.5rem;
	}
	.about-lt{
		width: 1.5rem;
	}
	.about-swiper{
		height: 2rem;
	}
	.about-rt{
		width: calc(100% - 1.5rem );
		padding-left: .4rem;
	}
	.about-b13{
		min-height: initial;
	}
	.about-b2{
		margin-top: .2rem;
		font-size: .26rem;
		line-height: .45rem;
	}
	.about-b3{
		margin-top: .15rem;
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .15rem;
	}
	.about-a{
		margin-top: .3rem;
	}
	.about-a .gyinfo-but{
		width: 1rem;
		height: .4rem;
	}
	.about-Anext,.about-Aprev{
		width: .5rem;
		height: .4rem;
		margin-top: -.4rem;
		background-size: .4rem auto;
	}
	.about-c{
		margin-top: .3rem;
	}
	.about-cli{
		width: 100%;
	}
	.about-c2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.about-de{
		margin-top: .6rem;
	}
	.about-e2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.about-d1{
		width: .2rem;
		height: .2rem;
		margin-left: -.1rem;
		margin-top: -.1rem;
	}
	.about-dli:nth-child(1) .about-d1, .about-dli:nth-child(2) .about-d1, .about-dli:nth-child(4) .about-d1, .about-dli:nth-child(5) .about-d1, .about-dli:nth-child(7) .about-d1{
		width: .3rem;
		height: .3rem;
		margin-top: -.15rem;
		margin-left: -.15rem;
	}
	.about-d2{
		font-size: .2rem;
		line-height: .4rem;
		right: .2rem;
		margin-top: -.2rem;
	}
	.about-dli:nth-child(3) .about-d2, .about-dli:nth-child(11) .about-d2{
		text-align: .15rem;
	}
	.about-d3{
		display: none !important;
	}
	.about-fg{
		margin-top: .6rem;
	}
	.about-g{
		margin-top: .5rem;
	}
	.about-gsd{
		padding: .3rem;
		height: 4rem;
	}
	.about-g1{
		font-size: .3rem;
	}
	.about-g2{
		width: 100%;
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.about-gimg{
		padding: 0 .3rem;
		border-bottom: .3rem;
		height: .5rem;
	}
	.about-hi{
		margin-top: .8rem;
	}
	.about-hul{
		padding-top: .4rem;
		padding-bottom: .6rem;
		width: 100%;
	}
	.about-hli{
		width: 100%;
		margin: 0;
		padding: .25rem 0;
	}
	.about-hli:nth-child(2){
		    border-top: 1px solid #e5e5e5;
	}
	.about-h1{
		font-size: .26rem;
		width: .5rem;line-height: .5rem;
	}
	.about-h3{
		font-size: .4rem;
		width: 1rem;
		font-weight: bold;
	}
	.about-h2{
		width: calc(100% - 1.5rem);
		padding: 0 .2rem;
	}
	.about-ha{
		font-size: .32rem;
		line-height: .45rem;
	}
	.about-hb{
		max-width: 3.6rem;
		top: initial;
		bottom: 0;
	}
	
	.about-yul{
		margin-top: .5rem;
	}
	.about-yli{
		height: 5rem;
	}
	.about-ydiv{
		padding: 0 .25rem;
		padding-top: .35rem;
	}
	.about-y1{
		width: 100%;
		font-size: .32rem;
		font-weight: bold;
	}
	.about-y3{
		padding: 0 .25rem;
		bottom: .35rem;
		height: .5rem;
	}
	.about-y2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.about-yli.on .about-y2{
		width: 100%;
	}
}



footer{
	width: 100%;
	height: 820px;
	position: relative;
	z-index: 19;
	background: url(../images/img10.jpg) no-repeat center;
	background-size: cover;	
}
.footer{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 55px;
	color: #fff;
}
.footer-cnt{
	font-size: 0;
	padding-top: 100px;
	text-align: right;
}
.footer-lt{
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 460px;
	vertical-align: top;
	float: left;
	text-align: left;
}
.footer-a1{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
.footer-a2{
	font-size: 18px;
	line-height: 1.4;
	margin-top: 10px;
}
.footer-a3{
	display: none;
}
.footer-b{
	margin-top: 60px;
	font-weight: bold;
}
.footer-b1{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-right: 10px;
}
.footer-b1:hover>img{
	opacity: .6;
}
.footer-b1-a{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	width: 110px;
	padding: 5px;
	display: none;
}
.footer-b1:hover>.footer-b1-a{
	display: block;
}

.footer-rt{
	width: calc(100% - 460px);
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	text-align: right;
	min-height: 550px;
	padding-top: 10px;
}
.footer-rt-li{
	display: inline-block;
	margin-left: 130px;
	text-align: left;
	vertical-align: top;
}
.footer-c{
	font-size: 18px;
	color: #fff;
	opacity: .4;
}
.footer-d{
	margin-top: 35px;
}
.footer-d li{
	line-height: 1;
}
.footer-d li a{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #fff;
}
.footer-d li a:hover{
	opacity: .6;
}
.footer-e{
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .15;
	margin-bottom: 50px;
}
.footer-fg{
	overflow: hidden;
	width: 100%;
}
.footer-g{
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding-left: 30px;
	background: url(../images/ico30.png) no-repeat left center;
	opacity: .2;
}
.footer-g:hover{
	color: #fff;
	opacity: 1;
}
.footer-h{
	max-width: calc(100% - 150px);
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding-left: 30px;
	opacity: .2;
}


@media(max-width:1600px){
	.footer-rt-li{
		margin-left: 80px;
	}
	.footer-cnt{
		padding-top: 60px;
	}
	.footer{
		padding: 0 4%;
	}
	.footer-a1{
		font-size: 30px;
	}
	.footer-d{
		margin-top: 20px;
	}
	.footer-d li a{
		margin-bottom: 10px;
	}
	.footer-rt{
		min-height: 400px;
	}
	footer{
		height: 550px;
	}
	.footer-e{
		margin-bottom: 30px;
	}
}
@media(max-width:1200px){
	footer{
		height: auto;
		padding-bottom: 40px;
	}
	.footer-lt{
		width: 400px;
	}
	.footer-rt{
		width: calc(100% - 400px);
	}
	.footer-rt-li{
		margin-left: 70px;
	}
	.footer-rt-li:first-child{
		margin-left: 0;
	}
	.footer-d li a{
		font-size: 16px;
		line-height: 25px;
	}
	.footer-g,.footer-h{
		font-size: 14px;
	}
}

@media(max-width:1000px){
	.footer-a1{
		font-size: 24px;
	}
	.footer-a2{
		font-size: 14px;
	}
	.footer-lt{
		width: 300px;
	}
	.footer-rt{
		width: calc(100% - 300px);
		padding-top: 0;
		min-height: auto;
		margin-bottom: 20px;
	}
	.footer-rt-li{
		margin-left: 40px;
	}
}
@media(max-width:750px){
	footer{
		padding-bottom: .6rem;
	}
	.footer-cnt{
		padding-top: .8rem;
		text-align: left;
	}
	.footer-rt{
		width: 100%;
		margin: 0;
	}
	.footer-rt-li{
		border-top: 1px solid rgba(255,255,255,.3);
		padding: .15rem 0;
		width: 100%;
		margin: 0;
	}
	.footer-rt-li:first-child{
		border: 0;
	}
	.footer-c{
		font-size: .28rem;
		width: 100%;
		font-weight: bold;
		opacity: 1;
		line-height: .6rem;
	}
	.footer-d{
		width: 100%;
		margin-top: .1rem;
		display: none;
	}

	.footer-d li a{
		display: block;
		font-size: .24rem;
		line-height: .4rem;
		margin:  0;
		padding-left: 30%;
	}
	.footer-lt{
		width: 80%;
		float: initial;
		margin-top: .4rem;
	}
	.footer-a1{
		font-size: .36rem;
	}
	.footer-a2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.footer-a3{
		color: #fff;
		opacity: .5;
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
		display: block;
	}
	.footer-b{
		margin-top: .6rem;
	}
	.footer-e{
		display: none;
	}
	.footer-h{
		display: none;
	}
	.footer-fg{
		position: absolute;
		right: 4%;
		bottom: .6rem;
		width: initial;
	}
	.footer-g{
		font-size: .24rem;
		padding-left: .4rem;
		background-size: .3rem auto;
	}
	.footer-c{
		background: url(../images/ico31_1.png) no-repeat right center;
		background-size: .25rem auto;
	}
	.footer-c.on{
		background-image: url(../images/ico31_2.png)
	}
	footer{
		background: url(../images/img11.jpg) no-repeat right center;
		background-size: cover;
	}
	.footer-b1-a{
		top: initial;
		bottom: 100%;
	}
}



header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 29;
}
.header{
	padding: 0 55px;
}
.logo{
	float: left;
	line-height: 105px;
	font-size: 0;
}

.header-dx{
	width: 30px;
	margin-top: 42px;
	text-align: right;
	overflow: hidden;
	position: relative;
	z-index: 30;
	cursor: pointer;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 2px;
	margin-bottom: 8px;
	background: #222;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
   background: #10528f;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx2{
   opacity: 0;
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   background: #10528f;
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-s{
	float: right;
	width: 30px;
	height: 55px;
	margin-top: 25px;
	position: relative;
	background: url(../images/ico32.png) no-repeat center;
	/*background-size: 28px 25px;*/
	margin-right: 20px;
	z-index: 30;
}
.header-s.on{
	background-image: url(../images/ico32_1.png);
}

.header-nav{
	width: 600px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -650px;
	background: #fff;
	z-index: 29;
	padding:0 105px;
	padding-top: 6vh;
	box-shadow: 0 0 15px #ccc;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.header-nav.on{
	right: 0;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.header-a{
	font-size: 36px;
	font-weight: bold;
}
.header-b{
	font-size: 30px;
	font-weight: bold;
}
.header-div{
	margin-top: 6vh;
}
.header-div-li{
	margin-bottom: 15px;
}
.header-c{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.header-d{
	padding-top: 10px;
	display: none;
}
.header-d li{
	line-height: 1;
}
.header-d li a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.header-ef{
	position: absolute;
	left: 0;
	bottom: 6vh;
	padding: 0 105px;
	width: 100%;
}
.header-f{
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.header-f a{
	display: block;
	width: 50%;
	float: left;
	line-height: 60px;
	text-align-last: center;
	font-size: 14px;
	color: #222;
}
.header-f a:hover,.header-f a.on{
	color: #fff;
	background: url(../images/ico06.png);
	background-size: 100% auto
}
.header-f a:nth-child(1){
	border-right: 1px solid rgba(255,255,255,.9);
}
.header-f a:nth-child(1):hover,.header-f a:nth-child(1).on{
	background-image: url(../images/ico06_1.png);
}

.header-e{
	margin: 0;
	margin-bottom: 4vh;
	position: relative;
	z-index: 3;
}
.header-e .footer-b1-a{
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 10px #ddd;
	top: initial;
	bottom: 100%;
}



@media(min-width:751px){
	header.on{
		background: #fff;
		border-bottom: 1px solid #ddd;
		box-shadow: 0 0 5px #ddd;
	}
	header.on .logo{
		line-height: 80px;
	}
	header.on .header-dx{
		margin-top: 30px;
	}
	header.on .header-s{
		margin-top: 15px;
	}
}


.header-jg-bj{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 31;
	display: none;
}
.header-jg-gb {
	z-index: 2;
	background: rgba(0,0,0,.5);
}
.header-jg{
	width: 670px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -335px;
	z-index: 3;
}
.header-fm{
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
}
.header-fm .int{
	width: 100%;
	background: #fff;
	border: 0;
	z-index: 1;
	font-size: 20px;
	color: #222;
	height: 65px;
	padding: 0 20px;
	font-weight: bold;
	padding-left: 70px;
}
.header-fm .sub{
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ico32.png) no-repeat center;
	border: 0;
	opacity: .7;
}
.header-g{
	width: 100%;
	padding: 45px 80px;
	background: #fff;
	border-radius: 10px;
	margin-top: 10px;
}
.header-g1{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
}
.header-g2{
	line-height: 1;
	padding-left: 35px;
}
.header-g2 a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	opacity: .5;
}
.header-g2 a:hover{
	opacity: 1;
}

header.idxon{
	height: 0;
}
header.idxon .header{
	height: 0;
	overflow: initial;
	padding-right: 30px;
}
header.idxon .logo{
	display: none;
}
header.idxon .header-dx{
	margin-top: 15px;
}
header.idxon .header-s{
	margin-top: 0
}


@media(max-width:1600px){
	.header-nav{
		width: 500px;
		right: -530px;
		padding: 0 60px;
		padding-top: 6vh;
	}
	.header-a{
		font-size: 26px;
	}
	.header-b{
		font-size: 22px;
	}
	.header-div{
		margin-top: 30px;
	}
	.header-div-li{
		margin-bottom: 5px;
	}
	.header-c{
		font-size: 16px;
	}
	.header-d{
		padding: 0;
	}
	.header-d li a{
		font-size: 14px;
		line-height: 25px;
	}
	.header-ef{
		bottom: 30px;
		padding: 0 60px;
	}
	.header-f a{
		line-height: 40px;
	}
	.header-e{
		margin-bottom: 20px;
	}
	.logo{
		line-height: 80px;
	}
	.header-dx{
		margin-top: 30px;
	}
	.header-s{
		margin-top: 15px;
	}
	.header{
		padding: 0 4%;
	}
}

@media(max-width:750px){
	header{
		background: #fff;
		border-bottom: 1px solid #ddd;
		box-shadow: 0 0 5px #ddd;
		height: 1rem;
	}
	.logo{
		line-height: 1rem;
		width: 1.6rem;
	}
	.header-dx{
		width: .45rem;
		margin-top: 0;
		padding-top: .3rem;
	}
	.header-s{
		margin: 0;
		margin-right: .3rem;
		height: 1rem;
		width: .5rem;
		background-size: .4rem auto;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-nav{
		width: 5rem;
		
		right: -5.5rem;
		padding: 0 .5rem;
		padding-top: 1rem;
	}
	.header-a{
		font-size: .36rem;
	}
	.header-b{
		font-size: .3rem;
	}
	.header-div{
		margin-top: .3rem;
	}
	.header-div-li{
		margin-bottom: .1rem;
	}
	.header-c{
		font-size: .3rem;
	}
	.header-d li a{
		font-size: .26rem;
		line-height: .45rem;
		padding-left: .25rem;
	}
	.header-ef{
		padding: 0 .5rem;
		bottom: .3rem;
	}
	.header-f a{
		font-size: .24rem;
		line-height: .6rem;
		text-align: center;
	}
	.header-e{
		margin-bottom: .25rem;
	}
	
	.header-jg{
		width: 6rem;
		margin-left: -3rem;
		top: .6rem;
	}
	.header-fm .int{
		font-size: .3rem;
		height: .8rem;
		padding: 0 .3rem;
		padding-left: 1.2rem;
	}
	.header-fm .sub{
		width: .7rem;
		background-size: .4rem auto;
		left: .2rem;
	}
	.header-g{
		padding: .5rem;
		margin-top: .2rem;
	}
	.header-g1{
		font-size: .28rem;
		margin-bottom: .2rem;
	}	
	.header-g2{
		padding-left: .3rem;
	}
	.header-g2 a{
		font-size: .26rem;
		line-height: .45rem;
	}
	
	
}




.index-swiper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.index-slide{
    width: 100%;
    height: 100%;
    background: #fff;
}
.footer-slide{
	height: auto;
	/*background: url(../images/img10.jpg) no-repeat center;
    background-size: cover;
    padding-top: calc((100vh - 820px) / 1.5);*/
}
.footer-slide footer{
	/*background: initial;*/
}
@media(max-width:1600px){
	/*.footer-slide{
		height: 550px;
	}*/
}
@media(max-width:1200px){
	/*.index-swiper{
		position: relative;
		height: auto;
	}
	.index-wrapper,.index-slide{
		display: block;
		height: initial;
	}
	.footer-slide{
		height: auto;
		padding: 0;
	}*/
}


.itop-slide{
	overflow: hidden;
}
.itop{
	
}
.itop-a{
	z-index: 1;
}

.itop-b{
	width: 102%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.itop-c{
	width: 100%;
	padding: 0 5%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	text-align: center;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.itop-mt{
	position: absolute;
	left: 50%;
	bottom: 90px;
	z-index: 5;
	width: 52px;
	margin-left: -26px;
	cursor: pointer;
}
.itop-mt div{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation:divfirst 2s linear 0s infinite;
	-moz-animation:divfirst 2s linear 0s infinite;
	-webkit-animation:divfirst 2s linear 0s infinite;
	-o-animation:divfirst 2s linear 0s infinite;
}
@keyframes divfirst{0%   {top: 5px;} 50%  {top: 20px;} 100% {top: 5px;}}
@-moz-keyframes divfirst{0%   {top: 5px;} 50%  {top: 20px;} 100% {top: 5px;}}
@-webkit-keyframes divfirst{0%   {top: 5px;} 50%  {top: 20px;} 100% {top: 5px;}}
@-o-keyframes divfirst{0%   {top: 5px;} 50%  {top: 20px;} 100% {top: 5px;}}

.itop-mt div .img1{
	transition: all .5s;
-webkit-transition: all .5s;
}
.itop-mt div .img1:hover{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transition: all .5s;
	-webkit-transition: all .5s;
}

/*@media(min-width:1201px){*/
	.itop-c1{
		position: relative;
		z-index: 5;
		top:35px;
		opacity: 0;
	}
	.itop-c2{
		position: relative;
		z-index: 5;
		top:35px;
		opacity: 0;
	}
	.itop-c44{
		position: relative;
		z-index: 5;
		top:35px;
		opacity: 0;
	}
	.index-slide.swiper-slide-active .itop-c1{
		top: 0;
		opacity: 1;
		transition: all 1s .7s;
		-webkit-transition: all 1s  .7s;;
	}
	.index-slide.swiper-slide-active .itop-c2{
		top: 0;
		opacity: 1;
		transition: all 1s 1.3s;
		-webkit-transition: all 1s 1.3s;
	}
	.index-slide.swiper-slide-active .itop-c44{
		top: 0;
		opacity: 1;
		transition: all 1s 2s;
		-webkit-transition: all 1s  2s;
	}
/*}*/

.itop-c1{
	font-size: 100px;
	line-height: 1;
	/*padding-top: 200px;*/
	font-family: arial;
	font-weight: bold;
}
.itop-c1>span{
	display: inline-block;
}
.itop-c2{
	font-size: 40px;
	line-height: 1.2;
	margin-top: 15px;
	display: inline-block;
	max-width: 500px;
	font-weight: bold;
}
.itop-c4{
	width: 170px;
	height: 70px;
	line-height: 70px;
	margin-top: 70px;
}

@media(max-width:1600px){
	.itop-c1{
		font-size: 80px;
		/*padding-top: 150px;*/
	}
	.itop-c2{
		font-size: 30px;
		/*line-height: 30px;
		margin-top: 20px;*/
	}
	.itop-c3{
		margin-top: 30px;
	}
	.itop-c4{
		width: 120px;
		height: 50px;
		line-height: 50px;
		margin-top: 40px;
	}
}
@media(max-width:1200px){
	/*.itop-slide{
		height: 600px;
	}*/
	.itop-b{
		height: 100%;
		width: initial;
	}
	.itop-a{
		background-position: center left;
	}
	.itop-mt{
		display: none;
	}
	.itop-c{
		text-align: center;
	}
	.itop-c1{
		/*padding-top: 40vh;*/
	}
}
@media(max-width:750px){
	/*.itop-slide{
		height: calc(100vh - 1rem);
		margin-top: 1rem;
	}*/
	.itop-b{
		display: none;
	}
	.itop-c{
		text-align: center;
	}
	.itop-c1{
		font-size: 1rem;
		text-align: center;
	}
	.itop-c2{
		font-size: .4rem;
		max-width: 6rem;
		line-height: .45rem;
		margin-top: .3rem;
		text-align: center;
	}
	.itop-c4{
		width: 2rem;
		height: .8rem;
		line-height: .8rem;
		margin-top: .6rem;
	}
	.itop-a{
		background-position: center;
		background-size: cover;
	}
}


.iabt-tit{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	z-index: 3;
	position: absolute;
	left: 55px;
	top: 40px;
}

.iabt-ab{
	overflow: hidden;
	width: 100%;
	height: 69.44vh;
}
.iabt-lt{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	padding: 0 50px;
}
/*@media(min-width:1201px){*/
	.iabt-a1{
		position: relative;
		top: 25px;
		opacity: 0;
	}
	.iabt-a2{
		position: relative;
		top: 25px;
		opacity: 0;
	}
	.iabt-a33{
		position: relative;
		top: 25px;
		opacity: 0;
	}
	.iabt-c{
		
	}
	.index-slide.swiper-slide-active .iabt-a1{
		top: 0;
		opacity: 1;
		transition: all .7s .8s;
		-webkit-transition: all .7s  .8s;;
	}
	.index-slide.swiper-slide-active .iabt-a2{
		top: 0;
		opacity: 1;
		transition: all .7s 1s;
		-webkit-transition: all .7s  1s;;
	}
	.index-slide.swiper-slide-active .iabt-a33{
		top: 0;
		opacity: 1;
		transition: all .7s 1.2s;
		-webkit-transition: all .7s  1.2s;;
	}
/*}*/
.iabt-rt{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 55px;
	text-align: center;
}

.iabt-cd{
	height: 30.56%;
	width: 100%;
	overflow: hidden;
}
.iabt-cd .iabt-lt{
	float: right;
}
/*@media(min-width:1201px){*/
	.iabt-cd .iabt-lt{
		position: relative;
		top: 25px;
		opacity: 0;
	}
	.index-slide.swiper-slide-active .iabt-cd .iabt-lt{
		top: 0;
		opacity: 1;
		transition: all .5s 1.2s;
		-webkit-transition: all .5s  1.2s;;
	}
/*}*/

.iabt-pos{
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.iabt-a{
	width: 92%;
	max-width: 500px;
}
.iabt-a1{
	font-size: 40px;
	color: #222;
	font-weight: bold;
}
.iabt-a2{
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 30px;
}
.iabt-a3{
	margin-top: 100px;
}
.iabt-c{
	width: 100%;
	padding: 0 5%;
	overflow: hidden;
}
.iabt-cli{
	width: 33.333%;
	text-align: center;
	padding: 0 5px;
	float: left;
}
.iabt-cdiv{
	display: inline-block;
}
.iabt-c1{
	line-height: 1;
	font-size: 50px;
}
.iabt-c1 .sp1{
	font-weight: bold;
}
.iabt-c1 .sp2{
	font-size: 14px;
	vertical-align: top;
	line-height: 2;
}
.iabt-c2{
	font-size: 18px;
	color: 222;
	margin-top: 35px;
}

.iabt-vd{
	z-index: 3;
	background: url(../images/ico38_1.png) no-repeat center;
	width: 95px;
	height: 95px;
	left: 50%;
	top: 50%;
	margin-left: -47px;
	margin-top: -47px;
	cursor: pointer;
	opacity: .2;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.iabt-vd:hover{
	opacity: .8;
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all .3s;
-webkit-transition: all .3s; 
}

@media(max-width:1600px){
	.iabt-tit{
		left: 4%;
		top: 20px;
	}
	.iabt-a1{
		font-size: 30px;
	}
	.iabt-a2{
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px;
	}
	.iabt-a3{
		margin-top: 20px;
	}
	.iabt-c2{
		margin-top: 20px;
	}
	.iabt-lt{
		padding: 0 4%;
	}
}
@media(max-width:1200px){
	.iabt-ab{
		height: 600px;
		margin-top: 10vh;
	}
	.iabt-cd{
		height: 200px;
	}
	/*.iabt-lt{
		width: 100%;
		height: auto;
	}
	.iabt-rt{
		width: 100%;
	}*/
}
@media(max-width:750px){
	.iabt-slide{
		padding: .8rem 4%;
		padding-top: 1.3rem;
	}
	.iabt-tit{
		font-size: .36rem;
		position: relative;
		left: 0;
		top: 0;
	}
	.iabt-ab{
		height: auto;
		margin-top: 0;
	}
	.iabt-cd{
		height: auto;
	}
	.iabt-lt{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.iabt-rt{
		width: 100%;
		height: auto;
	}
	.iabt-b{
		height: 6rem;
		display: none;
	}
	.iabt-d{
		height: 3rem;   
		 position: relative;
	    top: 25px;
	    opacity: 0;
	}
	.index-slide.swiper-slide-active .iabt-d{
		top: 0;
    opacity: 1;
    transition: all .5s 1.4s;
    -webkit-transition: all .5s 1.4s;
	}
	.iabt-pos{
		position: relative;
		left: initial;
		top: inherit;
		transform: initial;
		padding:.2rem 0;
	}
	.iabt-c{
		padding-top: 0;
	}
	.iabt-cli{
		text-align: left;
	}
	.iabt-cdiv{
		text-align: center;
	}
	.iabt-a{
		width: 100%;
	}
	.iabt-a1{
		font-size: .3rem;
	}
	.iabt-a2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.iabt-a3{
		margin-top: .3rem;
	}
	.iabt-c1{
		font-size: .7rem;
	}
	.iabt-c1 .sp2{
		font-size: .24rem;
	}
	.iabt-c2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.iabt-vd{
		background-size: .8rem;
	}
	.iabt-vd{
		width: 1rem;
		height: 1rem;
		margin-left: -.5rem;
		margin-top: -.5rem;
		background-size: cover;
		opacity: .8;
	}
}


.ipro-slide .iabt-tit{
	z-index: 2;
}
.ipro-ul{
	z-index: 1;
}
.ipro-li{
	
}
.ipro-div{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 7vh;
	padding: 0 55px;
}
.ipro-ab{
	overflow: hidden;
	position: relative;
	top: 15px;
	opacity: 0;
}
.ipro-li.on .ipro-ab{
	top: 0;
	opacity: 1;
	transition: all .7s .7s;
	-webkit-transition: all .7s  .7s;;
}
.ipro-a{
	display: inline-block;
	float: left;
	margin: 0 60px;
}
.ipro-a1{
	display: inline-block;
	font-size: 90px;
	font-family: arial;
	font-weight: bold;
	line-height: 1;
}
.ipro-a2{
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.ipro-b{
	float: left;
	width: 380px;
	text-align: right;
}
.ipro-b1{
	font-size: 16px;
	color: #222;
	opacity: .3;
	line-height: 30px;
	min-height: 90px;
	font-weight: bold;
}
.ipro-b2{
	margin-top: 15px;
}
.ipro-nav{
	position: absolute;
	top: 7vh;
	right: 55px;
	width: 520px;
	text-align: right;
	z-index: 3;
	font-size: 0;
	
}
/*@media(min-width:1201px){*/
	.ipro-nav{
		margin-right: -30px;
		opacity: 0;
	}
	.ipro-slide.swiper-slide-active .ipro-nav{
		margin-right: 0;
		opacity: 1;
		transition: all .7s .7s;
		-webkit-transition: all .7s .7s;;
	}
/*}*/
.ipro-nav-li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	width: 155px;
	margin-left: 15px;
	height: 115px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(148,175,185,.3);
	position: relative;
	padding: 15px 25px;
	color: #222;
	text-align: left;
	cursor: pointer;
}
.ipro-nav-li:nth-child(1),.ipro-nav-li:nth-child(2),.ipro-nav-li:nth-child(3){
	left: -170px;
}
.ipro-nav-li:nth-child(3n - 1){
	background-color: rgba(148,175,185,.6);
}
.ipro-nav-a{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: .25;
}
.ipro-nav-b{
	font-size: 40px;
	line-height: 1;
	opacity: .25;
	font-weight: bold;
}
.ipro-nav-c{
	font-size: 16px;
	line-height: 1;
	opacity: .4;
	font-weight: bold;
	margin-top: 25px;
}
.ipro-nav-li.on{
	color: #fff;
}
.ipro-nav-li.on *{
	opacity: 1;
}
@media(min-width:1201px){
	.ipro-nav-li:hover{
		color: #fff;
	}
	.ipro-nav-li:hover *{
		opacity: 1;
	}
}

@media(max-width:1600px){
	.ipro-div{
		padding: 0 4%;
		bottom: 30px;
	}
	.ipro-a{
		margin: 0;
		margin-right: 40px;
	}
	.ipro-a1{
		font-size: 60px;
	}
	.ipro-a2{
		font-size: 30px;
	}
	.ipro-b1{
		font-size: 14px;
		line-height: 25px;
		min-height: auto;
	}
	.ipro-b2{
		margin-top: 20px;
	}
	.ipro-nav{
		width: 400px;
	}
	.ipro-nav-li{
		padding: 15px ;
		width: 120px;
		height: 90px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.ipro-nav-b{
		font-size: 30px;
	}
	.ipro-nav-c{
		font-size: 14px;
		line-height: 20px;
		margin-top: 15px;
	}
	.ipro-nav-li:nth-child(1), .ipro-nav-li:nth-child(2), .ipro-nav-li:nth-child(3){
		left: -130px;
	}
	.ipro-nav{
		top: 30px;
		right: 4%;
	}
}
@media(max-width:1200px){
	/*.ipro-slide{
		height: 600px;
	}*/
	.ipro-b{
		width: 300px;
	}
}

@media(max-width:750px){
	/*.ipro-slide{
		padding: 0 .4rem;
		padding-top: .8rem;
		height: 12.34rem;
	}*/
	.ipro-nav{
		top: 1.6rem;
		width: 6.5rem;
	}
	.ipro-nav-li{
		padding: .2rem;
		width: 2rem;
		margin-left: .1rem;
		margin-left: .1rem;
		height: 1.2rem;
	}
	.ipro-nav-a{
		font-size: .24rem;
		top: .15rem;right: .15rem;
	}
	.ipro-nav-b{
		font-size: .3rem;
	}
	.ipro-nav-c{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.ipro-nav-li:nth-child(1), .ipro-nav-li:nth-child(2), .ipro-nav-li:nth-child(3){
		left: -.6rem;
	}
	.ipro-div{
		padding: 0 .4rem;
		bottom: 2.4rem;
	}
	
	.ipro-a{
		width: 2.2rem;
		margin: 0;
	}
	.ipro-a1{
		font-size: .8rem;
	}
	.ipro-a2{
		font-size: .35rem;
		margin-top: .15rem;
	}
	.ipro-b{
		width: calc(100% - 2.3rem);
		float: right;
	}
	.ipro-b1{
		font-size: .24rem;
		line-height: .4rem;
		opacity: .5;
	}
	.ipro-b2{
		margin-top: .15rem;
	}
	.ipro-b2 img{
		width: .2rem;
	}
}

.iapl-tit{
	z-index: 2;
	color: #fff;
}
.iapl-ul{
	z-index: 1;
}
.iapl-div{
	height: 100%;
	position: relative;
	top: 15px;
	opacity: 0;
}
.iapl-li.on .iapl-div{
	top: 0;
	opacity: 1;
	transition: all .7s .7s;
	-webkit-transition: all .7s  .7s;;
}
.iapl-ac{
	width: 500px;
	position: absolute;
	left: 0;
	bottom: 12vh;
	color: #fff;
}
.iapl-a{
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 0 3px #999;
}
.iapl-b{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 25px;
	min-height: 150px;
	text-shadow: 0 0 3px #999;
}
.iapl-c{
	background-color: #fff;
	color: #222;
	margin-top: 30px;
}
.iapl-c .img2{
	display: none;
}
.iapl-c:hover{
	color: #fff;
	box-shadow: initial;
}
.iapl-c:hover .img1{
	display: none;
}
.iapl-c:hover .img2{
	display: inline-block;
}
.iabt-nav{
	position: relative;
	z-index: 3;
}
.iabt-nav-ul{
	width: 420px;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid rgba(255,255,255,.2);
	border-top: 0;
	border-bottom: 0;
}
/*@media(min-width:1201px){*/
	.iabt-nav-ul{
		margin-right: -30px;
		opacity: 0;
	}
	.iapl-slide.swiper-slide-active .iabt-nav-ul{
		margin-right: 0;
		opacity: 1;
		transition: all .7s .7s;
		-webkit-transition: all .7s  .7s;;
	}
/*}*/
.iabt-navli{
	width: 100%;
	height: 12.5%;
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
	cursor: pointer;
}
.iabt-nav-a{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 85px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	letter-spacing:5px;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.iabt-navli:hover,.iabt-navli.on{
	background: rgba(255,255,255,.3);
}
.iabt-navli:hover .iabt-nav-a,.iabt-navli.on .iabt-nav-a{
	opacity: 1;
}


@media(max-width:1600px){
	.iabt-nav-ul{
		width: 300px;
	}
	.iabt-nav-a{
		padding: 0 40px;
		font-size: 16px;
		line-height: 25px;
	}
	.iapl-ac{
		width: 450px;
	}
	.iapl-a{
		font-size: 30px;
	}
	.iapl-b{
		font-size: 16px;
		line-height: 25px;
		margin-top: 15px;
		min-height: 100px;
	}
	.iapl-c{
		margin-top: 25px;
	}
	
}
@media(max-width:1200px){
	/*.iapl-slide{
		height: 600px;
	}*/
	.iapl-ac{
		bottom: 40px;
	}
	.iabt-nav-ul{
		width: 200px;
	}
	.iabt-nav-a{
		padding: 0 30px;
	}
}
.iabt-mr{
	display: none;
}
@media(max-width:750px){
	/*.iapl-slide{
		height: 12.34rem;
		padding: 1rem .4rem;
	}*/
	.iabt-nav{
		display: none;
	}
	.iapl-ac{
		top: 40vh;
		bottom: initial;
		width: 5rem;
	}
	.iapl-a{
		font-size: .4rem;
		text-shadow: 0 0 3px #333;
	}
	.iapl-b{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .3rem;
		min-height: auto;
		    text-shadow: 0 0 3px #333;
	}
	.iapl-c{
		margin-top: .8rem;
	}
	.iapl-c>img{
		width: .2rem;
	}
	.iapl-tit{
		top: 1.3rem !important;
		left: .4rem;
	}
	.iabt-mr{
		display: block;
		width: 1.8rem;
		padding-left: .2rem;
		font-size: .24rem;
		line-height: .6rem;
		border-radius: .3rem;
		border: 1px solid #fff;
		position: absolute;
		top: 1.3rem;
		right: .4rem;
		z-index: 5;
		color: #fff;
		background: url(../images/ico03_1.png) no-repeat 1.35rem center;
		background-size: .2rem
	}
	
	.iabt-jk{
		width: 92%;
		position: absolute;
		top: 1rem;
		left: 4%;
		z-index: 9;
		border-radius: 15px;
		overflow: hidden;
		display: none;
	}
	.iabt-j{
		padding: 0 .3rem;
		font-size: .24rem;
		color: #fff;
		line-height: .7rem;
	}
	.iabt-j img{
		float: right;
		width: .3rem;
		margin-top: .25rem
	}
	.iabt-k{
		background: #fff;
		padding:.2rem .3rem;
	}
	.iabt-k li{
		font-size: .26rem;
		line-height: .45rem;
		color: #666;
	}
	.iabt-k li:hover,.iapl-k li.on{
		color: #222;
	}
	
}



.inew-sld{
	background: #f3f7fc;
}
.inew-a{
	top: 5vh;
}
.inew-b{
	position: absolute;
	right: 200px;
	top: 5vh;
	margin: 0;
	overflow: hidden;
}
.inew-bj{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px solid #dadee2;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.inew{
	position: relative;
	
}
/*@media(min-width:1201px){*/
	.inew{
		position: relative;
		top: 25px;
		opacity: 0;
		
	}
	.inew-sld.swiper-slide-active .inew{
		opacity: 1;
		top: 0;
		transition: all .7s .9s;
		-webkit-transition: all .7s .9s;
	}
/*}*/
.inew-swiper{
	width: calc(100% + 600px);
	margin-left: -300px;
	padding: 100px 300px;
	padding-right: calc(300px + 380px);
	padding-bottom: 60px;
}
.inew-slide{
	/*width: 1020px;*/
	opacity: .5;
}
.inew-slide.swiper-slide-active{
	opacity: 1;
}
.inew-c{
	font-size: 14px;
	color: #8a8c8f;
	line-height: 1.2;
}
.inew-d{
	width: 0%;
	height: 8px;
	position: absolute;
	top: 25px;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.inew-ef{
	overflow: hidden;
	margin-top: 75px;
}
.inew-e{
	width: 520px;
	height: 400px;
	float: left;
	position: relative;
	overflow: hidden;
}
.inew-f{
	width: calc(100% - 520px);
	padding-left: 55px;
	padding-top: 40px;
	float: left;
}
.inew-f1{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	height: 80px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inew-f2{
	font-size: 18px;
	line-height: 35px;
	height: 105px;
	color: #222;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inew-f3{
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 0;
	text-align: center;
	line-height: 58px;
	border: 1px solid #dadee2;
	border-radius: 100%;
	background-color: initial;
	margin-top: 70px;
}
.inew-slide:hover .inew-d{
	width: 100%;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.inew-span{
	font-size: 0;
}
.inew-span span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/ico35_1.png) no-repeat center;
	background-size: cover;
	opacity: 1;
	margin-right: 20px;
	display: none;
}
.inew-span span.swiper-pagination-bullet-active{
	width: 20px;
	height: 20px;
	background: url(../images/ico35_2.png) no-repeat center;
	background-size: cover;
}
.inew-sfpn{
	text-align: left;
	z-index: 3;
	width: 100%;
}
.sfyq-bj{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/ico35_1.png) no-repeat center;
	background-size: cover;
	opacity: 1;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.sfyq-bj.on{
	background: url(../images/ico35_2.png) no-repeat center;
	background-size: cover;
}
.ipro-svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ipro-a{
	position: relative;
	z-index: 2;
}
.svg {
	
    /*transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);*/
}
.progress {
	display: none;
}
.sfyq-bj.on .progress {
	display: block;
    animation: dash 5000ms linear both;
    -webkit-animation:dash 5000ms linear both;
}
@keyframes dash {
    from {
        stroke-dashoffset: 64px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}
@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 64px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}

@media(max-width:1600px){
	.inew-swiper{
		padding: 50px 300px;
		padding-right: calc(300px + 200px);
		padding-bottom: 25px;
	}
	.inew-ef{
		margin-top: 40px;
	}
	.inew-d{
		height: 4px;
	}
	.inew-e{
		width: 450px;
		height: 300px;
	}
	.inew-f{
		width: calc(100% - 450px);
		padding-top: 20px;
		padding-left: 30px;
	}
	.inew-f1{
		font-size: 24px;
		line-height: 30px;
		height: 60px;
	}
	.inew-f2{
		font-size: 18px;
		line-height: 30px;
		height: 90px;
		margin-top: 20px;
	}
	.inew-f3{
		margin-top: 30px;
	}
}
/*.idx-body>header{
	display: none;
}*/

@media(max-width:1200px){
	.inew-sld{
		padding-top: 150px;
		padding-bottom: 80px;
	}
	.inew-bj{
		position: relative;
		top: initial;
		transform: initial;
	}
	.iabt-tit,.inew-b{
		top: 80px;
	}
	.ipro-nav{
		top: 80px;
	}
	.inew-swiper{
		padding-right: calc(300px + 100px);
	}
	.inew-d{
		width: 100%;
	}
	
	.inew-e{
		width: 100%;
		height: 500px;
	}
	.inew-f{
		width: 100%;
		padding-left: 0;
	}
}
@media(max-width:1000px){
	.inew-swiper{
		padding-right: 300px;
	}
	.inew-e{
		width: 100%;
		height: 360px;
	}
	.inew-f3{
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.iabt-tit,.inew-b{
		top: 0
	}
	.inew-sld{
		padding: 1.3rem .4rem;
	}
	.inew-swiper{
		width: calc(100% + .8rem);
		margin-left: -.4rem;
		padding: 0 .4rem;
	}
	.inew-bj{
		border: 0;
		width: calc(100% + .8rem);
		margin-left: -.4rem;
		margin-top: .7rem;
	}
	.inew{
		width: 100%;
		padding: 0 .4rem;
	}
	 .inew-b{
		top: 1.3rem;
		right: .4rem;
	}
	.ipro-slide .iabt-tit{
		top: 1.4rem;
		left: .4rem;
		display: inline-block;
	}
	.ipro-nav{
		top: 2.2rem;
	}
	.inew-c{
		font-size: .24rem;
	}
	.inew-d{
		top: .6rem;
		height: .06rem;
		position: relative;
		top: initial;
		margin-top: .15rem;
	}
	.inew-ef{
		margin-top: .6rem;
	}
	.inew-e{
		width: 100%;
		height: 4rem;
	}
	.inew-f{
		width: 100%;
		padding: .55rem 0;
		padding-bottom: 0;
		margin-bottom: .3rem;
		padding-right: 1rem;
		position: relative;
	}
	.inew-f1{
		font-size: .34rem;
		line-height: .5rem;
		height: 1rem;
	}
	.inew-f2{
		font-size: .24rem;
		line-height: .45rem;
		height: 1.35rem;
		margin-top: .15rem;
	}
	.inew-f3{
		width: .7rem;
		height: .7rem;
		line-height: .68rem;
		position: absolute;
		right: 0;
		bottom: .1rem;
	}
	.inew-span span{
		width: .12rem;
		height: .12rem;
		margin-right: .2rem;
	}
	.inew-span span.swiper-pagination-bullet-active{
		width: .26rem;
		height: .26rem;
		top: .08rem;
	}
	
	.inew-sfpn{
		text-align: center;
		margin-top: .4rem;
	}
	.sfyq-bj{
		margin: 0 .1rem;
	}
}



.sfcl{
	position: fixed;
	z-index: 20;
	right: 45px;
	bottom: 40px;
}
.sfcl-a{
	/*width: 100%;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 0 3px #ddd;
	margin-top: 15px;
	opacity: 1;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  */
}
.sfcl-a1{
	width: 50px;
	height: 50px;
	background: url(../images/ico41_1.png) no-repeat center;
	background-size: cover;
}
.sfcl-a1:hover{
	background-image: url(../images/ico41_2.png);
}
.sfcl-a2{
	width: 50px;
	height: 50px;
	background: url(../images/ico41_3.png) no-repeat center;
	background-size: cover;
	margin-top: 15px;
}
.sfcl-a2:hover{
	background-image: url(../images/ico41_4.png);
}



/*.sfcl-a img{
	width: 54px;
	height: 54px;
}*/
/*.sfcl-a:hover{
	box-shadow: 0px 0px 5px #999;
	transition: all .3s;
-webkit-transition: all .3s;  
}*/
@media(max-width:1600px){
	.sfcl{
		right: 20px;
		bottom: 40px;
	}
	.sfcl-a1,.sfcl-a2{
		width: 40px;
		height: 40px;
	}
}
@media(max-width:1200px){
	.sfcl{
		right: 15px;
		bottom: 30px;
		width: 30px;
	}
	/*.sfcl-a{
		margin-top: 10px;
	}*/
}
@media(max-width:750px){
	.sfcl{
		right:.2rem;
		bottom: .3rem;
	}
	.sfcl-a2{
		margin-top: .15rem;
	}
	.sfcl-a1,.sfcl-a2{
		width: .5rem;
		height: .5rem;
	}
}



.searchs{
	padding-top: 100px;
	padding-bottom: 100px;
}
.searchs-a{
	margin-top: 0;
	overflow: hidden;
}
.searchs-a form{
	width: 600px;
	float: left;
	position: relative;
}
.searchs-a form .int1 {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 70px;
    border: 0px;
    background: #fff;
}
.searchs-a form .sub1 {
    width: 50px;
    height: 60px;
    background: url(../images/ss02.png) no-repeat center;
    border: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
.searchs-b{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 20px;
	color: #666;
}
.searchs-c1{
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}
.searchs-c1 a{
	background: ;
	display: block;
	padding: 20px;
	color: #000;
	margin-bottom: 15px;
	padding-right: 40px;
	background:#fff url(../images/ico14_1.png) no-repeat 99% center;
}
.searchs-c1 a:hover{
	box-shadow:5px 5px 10px #999;
}
.searchs-c1 a>div{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
	color: #666;
}
.searchs-c1 a>p{
	
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.searchs-mr{
	margin-top: 30px;
	text-align: center;
}
@media(max-width:750px){
	.searchs{
		padding-top: 1rem;
		padding-bottom: .7rem;
	}
	.searchs-a form{
		width: 100%;
	}
	.searchs-b{
		font-size: .32rem;
		margin-top: .2rem;
	}
	.searchs-c1{
		margin-top: .5rem;
		padding: .4rem 0;
	}
	.searchs-c1 a{
		padding: .2rem;
		padding-right: .4rem;
	}
	.searchs-c1 a>div{
		font-size: .24rem;
	}
	.searchs-c1 a>p{
		font-size: .3rem;
		line-height: .45rem;
	}
	.searchs-c1{
		margin-bottom: .0rem;
	}
	.searchs-c1 a{
		background-size: .15rem .3rem;
	}
	.searchs-mr{
		margin-top: .1rem;
	}
	
	.idx-a{
		background-position: 10% 20%;
	}
	
	
}

.page{
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	line-height: 38px;
	margin: 0 3px;
	text-align: center;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.page a:hover,.page a.active{
	background-color: #07549e;
	border-color: #07549e;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.page a.prev{
	background: url(../images/ico09_1.png) no-repeat center;
}
.page a.prev:hover{
	background:#07549e url(../images/ico09_3.png) no-repeat center;
}
.page a.next{
	background: url(../images/ico09_2.png) no-repeat center;
}
.page a.next:hover{
	background:#07549e url(../images/ico09_4.png) no-repeat center;
}
.fanye {
    display: flex;
    justify-content: center;
}
.fanye li span,
.fanye li a {
    display: block;
    min-width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	line-height: 38px;
	margin: 0 3px;
	text-align: center;
	transition: all .3s;
    -webkit-transition: all .3s;  
}
.fanye li:first-child span,
.fanye li:last-child span,
.fanye li:first-child a,
.fanye li:last-child a{
    padding: 0 10px;
}
.fanye li span:hover,
.fanye li a:hover {
    	background-color: #07549e;
	border-color: #07549e;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.fanye li.active span,
.fanye li.active a {
    	background-color: #07549e;
	border-color: #07549e;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}

@media(max-width:750px){
	.page a{
		width: auto;
		padding: 0 2px;
		min-width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 23px;
		margin: 0 1px;
		
	}
	.page a.prev,.page a.next{
		background-size: 10px auto;
	}
}


.bsBox{
	height: 257px !important;
    width: 232px !important;
}





.footer-tk-bj{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background:rgb(0,0,0,.6);
	width: 100%;
	height: 100%;
	display: none;
}
.footer-tk{
	width: 92%;
	max-width: 1400px;
	max-height: 90vh;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 30px;
	padding: 50px;
	transform:translate(-50%,-50%);
	-ms-transform:translateX(-50%,-50%);
	-moz-transform:translateX(-50%,-50%);
	-webkit-transform:translateX(-50%,-50%);
}
.footer-tk-scl{
	max-height:calc(90vh - 100px);
	overflow-y: auto;
	padding-right: 5px;
}
.footer-tk .contact-a{
	font-size: 60px;
	text-align: center;
}
.footer-tk .contact-fm{
	margin-top: 40px;
}
.footer-tk .contact-c textarea{
	height: 150px;
}
.footer-tk .contact-sub{
	margin-top: 20px;
	margin-bottom: 12px;
}
.footer-tk .contact-li{
	margin-bottom: 30px;
}
.footer-tk .contact-c3>div{
	font-size: 18px;
	margin: 0;
}

.footer-tk-cnt{
	width: 100%;
	padding: 0 50px;
}
.footer-tk-gb{
	width: 73px;
	height: 73px;
	position: absolute;
	top: 40px;
	right: 60px;
	z-index: 9;
	background: url(../images/ico45.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	transition: all .5s;
-webkit-transition: all .5s;
}
.footer-tk-gb:hover{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transition: all .5s;
-webkit-transition: all .5s;
}
@media(max-width:1600px){
	.footer-tk-gb{
		width: 40px;
		height: 40px;
		top: 30px;
		right: 60px;
	}
	.footer-tk{
		padding: 30px;
	}
	.footer-tk-scl{
		max-height: calc(90vh - 60px);
		
	}
	.footer-tk .contact-a{
		font-size: 40px;
	}
	.footer-tk-cnt{
		overflow: hidden;
		padding: 0 30px;
	}
	.footer-tk .contact-fm{
		margin-top: 20px;
	}
	.footer-tk .contact-li{
		margin-bottom: 20px;
	}
	.footer-tk .contact-c textarea{
		height: 120px;
	}
	.footer-tk .contact-sub{
		margin-top: 10px;
	}
	.footer-tk .contact-b{
		font-size: 16px;
	}
	.footer-tk .contact-c3>div{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.footer-tk-bj{
		/*display: block;*/
	}
	.footer-tk-gb{
		width: .5rem;
		height: .5rem;
		top: .3rem;
		right: .6rem;
	}
	.footer-tk-scl{
		padding: 0;
	}
	.footer-tk{
		padding: .3rem .15rem;
	}
	.footer-tk-scl{
		max-height: calc(90vh - .6rem);
		
	}
	.footer-tk .contact-a{
		font-size: .5rem;
	}
	.footer-tk-cnt{
		overflow: hidden;
		padding: 0 .3rem;
	}
	.footer-tk .contact-fm{
		margin-top: .2rem;
	}
	.footer-tk .contact-li{
		margin-bottom: .1rem;
		/*border-bottom: 1px solid #dde1e5;*/
	}
	.footer-tk .contact-sub{
		margin-top: .15rem;
	}
	.footer-tk .contact-b{
		font-size: .28rem;
		line-height: .7rem;
		display: inline-block;
		width: .8rem;
	}
	.footer-tk .contact-c{
		display: inline-block;
		width: calc(100% - .8rem);
		border-bottom: 1px solid #dde1e5;
		margin: 0;
		position: relative;
		top: -1px;
	}
	.footer-tk .contact-c input{
		font-size: .28rem;
		height: .7rem;
	}
	.footer-tk .contact-li:nth-child(5) .contact-b,
	.footer-tk .contact-li:nth-child(6) .contact-b{
		width: 1.4rem;
	}
	.footer-tk .contact-li:nth-child(5) .contact-c,
	.footer-tk .contact-li:nth-child(6) .contact-c{
		width: calc(100% - 1.4rem);
	}
	.footer-tk .contact-c3{
		padding: .2rem;
	}
	.footer-tk .contact-c3>div{
		font-size: .26rem;
	}
	.footer-tk .contact-li:nth-child(7) .contact-b{
		width: 100%;
	}
	.footer-tk .contact-li:nth-child(7) .contact-c{
		width: 100%;
		border: 0;
	}
	.footer-tk .contact-li:nth-child(7){
		border: 0;
	}
	.footer-tk .contact-c textarea{
		height: 1.4rem;
		font-size: .26rem;
		padding: .15rem;
		line-height: .4rem;
		margin-top: 0;
	}
	.contact-c22{
		padding-right: .6rem;
	}
}