﻿*{
	margin: 0;
	padding: 0;
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
:root {
    --theme-color: #2354a1;
}
a{
	text-decoration: none;
	color: #222;
	transition: all .5s;
	-webkit-transition: all .5s;
}
a:hover{
	color: #2354a1;
	transition: all .5s;
-webkit-transition: all .5s;
}
li{
	list-style: none;
}
.sf-body{
	width: 100%;
	overflow: hidden;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
img.max{
	width: 100%;
}
.bjimg img{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
.p20{
    padding: 20px 0;
}
.p50{
    padding: 50px 0;
}
body{
	width: 100%;
	font-size: 14px;
	color: #222;
    line-height: 1.4;
    width: 100%;
} 
 
.news-top{
	width: 100%;
	background: #ddf3f3;
}
.news{
	/* padding: 1.5vw 0 7.8125vw 0; */
	/*overflow: hidden;*/
}
.news-lt{
	width: 25vw;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 3 !important;
}
.news-cd{
	margin-top: 3.7vw;
}
.news-c{
	font-size: 0;
	position: relative;
	z-index: 2;
}

.news-cli{
	display: inline-block;
	vertical-align: top;
	width: 42%;
	position: relative;
}
.news-cli:nth-child(2){
	float: right;
}
.news-cli-sf{
	width: 100% !important;
}
.news-c2{
	line-height: 1.25vw;
	border-bottom: 2px solid #42b0b2;
	padding: 1vw 0;
	padding-right: 1.5vw;
	background: url(../image/ico04.png) no-repeat right center;
	background-size: 1vw auto;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.news-cli:hover .news-c2{
	background-color:#2354a1;
	padding-left: 1.2vw;
	color: #fff;
	background-image: url(../image/ico04_1.png);
	background-position-x: calc(100% - 1vw);
	border-radius: 2.5vw;
transition: all .5s;
-webkit-transition: all .5s;  
}
.news-c3{
	position: absolute;
	z-index: 3;
	top: 100%;
	width: 100%;
	padding-top: .6vw;
	display: none;
}
.news-c3-div{
	width: 100%;
	border-radius: 1vw;
	background: #fff;
	padding:.5vw 0;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.news-c3-a{
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 5px 0;
	padding: 0 1vw;
}
.news-c3-a:hover{
	color: #42b0b2;
}
.news-d{
	width: 100%;
	position: relative;
	margin-top: 1.56vw;
	z-index: 1;
}

.news-d2{
	width: 100%;
	height: 3.125vw;
	border: 0;
	border-bottom: 2px solid #42B0B2;
	padding-left: 2vw;
	background: initial;
}
.news-d3{
	border: 0;
	width: 1.3vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/ico05.png) no-repeat center;
	background-size: 100% auto;
}



.news-rt{
	width: 45vw;
	float: right;
}
.news-esw{
	width: 1005;
}
.news-esd{
	width: 100%;
	border-radius: 1.5vw;
	overflow: hidden;
	background: #fff;
}
.news-ea{
	display: block;
}
.news-e2{
	height: 16.4vw;
	overflow: hidden;
}
.news-e34{
	width: 100%;
	padding: 2.16vw;
}
.news-e3{
	line-height: 1;
}
.news-e4{
	line-height: 2vw;
	height: 2vw;
	margin-top: .5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-ebut{
	position: absolute;
	top: 2vw;
	right: 2vw;
	width: 5.6vw;
	height: 2.6vw;
}
.news-eprev{
	width: 2.6vw;
	height: 2.6vw;
	top: 0;
	left: 0;
	margin: 0;
	background: url(../image/ico06_1.png) no-repeat center;
	background-size: 99%;
}
.news-eprev:hover{
	background-image: url(../image/ico06_3.png);
}
.news-enext{
	width: 2.6vw;
	height: 2.6vw;
	top: 0;
	right: 0;
	margin: 0;
	background: url(../image/ico06_2.png) no-repeat center;
	background-size: 99%;
}
.news-enext:hover{
	background-image: url(../image/ico06_4.png);
}


.news-cnt{
	padding: 6.25vw 0;
}
.news-ul{
	width: 101.6%;
	font-size: 0;
}
.news-li{
	display: inline-block;
	vertical-align: top;
	width: 31.733%;
	height: 21.875vw;
	margin-right: 1.6%;
	margin-bottom: 1.6%;
	border: 2px solid #f0f0f0;
	padding: 2.5vw;
	border-radius: 1vw;
	position: relative;
}
.news-g{
	margin-top: .6vw;
}
.news-h{
	width: 2.5vw;
	height: 2.5vw;
	position: absolute;
	left: 2.5vw;
	bottom: 2.5vw;
	background: url(../image/ico07_1.png) no-repeat center;
	background-size: 98%;
	transition: all .5s;
	-webkit-transition: all .5s;  
}
.news-li:hover{
	color: #fff;
	background: #2354a1;
	border-color:#2354a1;
}
.news-li:hover .news-h{
	background-image: url(../image/ico07_2.png);
	transition: all .5s;
	-webkit-transition: all .5s;  
}
.news-mr{
	margin-top: 2.5vw;
}

.gymore{
	text-align: center;
}
.gymore-a{
	line-height: 2;
	border-bottom: 2px solid #999;
	opacity: .4;
	display: inline-block;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gymore-a:hover{
	opacity: 1;
	color: #2354a1;
	border-color: #2354a1;
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1200px){
	.news-lt{
		width: 37vw;
	}
	.news-c2{
		padding: 1.5vw 0;
		line-height: 2vw;
		padding-right: 2vw;
		background-size: 1.5vw auto;
	}
	.news-d{
		margin-top: 3vw;
	}
	.news-d2{
		height: 5vw;
		padding-left: 3vw;
	}
	.news-d3{
		width: 2vw;
	}
	.news-rt{
		width: 45vw;
	}
	.news-e34{
		padding: 3vw;
	}
	.news-e4{
		line-height: 3vw;
		height: 3vw;
		margin-top: 1vw;
	}
	.news-ebut{
		width: 90px;
		height: 40px;
	}
	.news-enext,.news-eprev{
		width: 40px;
		height: 40px;
	}
}
@media(max-width:1000px){
	.news-top{
		padding: 6vw 4% 3vw 4%;
	}
	.news-lt{
		width: 100%;
		
	}
	.news-cli:hover .news-c2{
		padding-left: .2rem;
		border-radius: .35rem;
	}
	.news-c3{
		padding-top: .15rem;
	}
	.news-c3-div{
		border-radius: .2rem;
	}
	.news-c3-a{
		padding: 0 .2rem;
	}
	.news-rt{
		width: 100%;
		position: relative;
		margin-top: 6vw;
	}
	.news-e2{
		height: 28vw;
	}
	.news-e34{
		padding: 4vw;
	}
	.news-cnt{
		padding: 40px  4%;
	}
	.news-ul{
		width: 102%;
	}
	.news-li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 30vw;
		
	}
	.news-h{
		width: 40px;
		height: 40px;
	}
	.news-g{
		margin-top: 10px;
		font-weight: bold;
	}
}

@media(max-width:750px){
	.news-cd{
		margin-top: .5rem;
	}
	.news-cli{
		width: 45%;
	}
	.news-lt{
		position: relative;
		z-index: 2;
		float: inherit;
	}
	.news-c2{
		padding: .2rem 0;
		line-height: .4rem;
		padding-right: .4rem;
		background-size: .25rem auto;
	}
	.news-d{
		margin-top: .4rem;
	}
	.news-d2{
		height: .8rem;
		padding-left: .6rem;
	}
	.news-d3{
		width: .3rem;
	}
	.news-rt{
		margin-top: .7rem;
		position: relative;
		z-index: 2;
		float: inherit;
		border-radius: .15rem;
		box-shadow: 0 5px 15px rgba(0,0,0,.1);
	}
	.news-e34{
		padding: .4rem;
	}
	.news-e4{
		line-height: .5rem;
		height: .5rem;
		margin-top: .15rem;
		font-weight: bold;
	}
	.news-esd{
		border-radius: .15rem;
		
	}
	.news-top{
		background: initial;
		padding: 0;
	}
	.news{
		padding: 1.8rem 4% 0 4%;
		position: relative;
		z-index: 2;
		overflow: initial;
	}
	.news-top:after{
		content: '';
		width: 100%;
		height:100%;
		background: #ddf3f3;
		position: absolute;
		top: -5rem;
		left: 0;
		z-index: 0;
	}
	.news-cnt{
		padding-top: .7rem;
		padding-bottom: .6rem;
	}
	.news-ul{
		width: 100%;
	}
	.news-li{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: .3rem;
		border-radius: .15rem;
		padding: .4rem;
	}
	.news-g{
		min-height: 1.5rem;
	}
	.news-h{
		position: relative;
		left: initial;
		bottom: initial;
		margin-top: .2rem;
		width: .6rem;
		height: .6rem;
	}
	.news-b{
		margin-top: .1rem;
	}
	
	.news-ebut{
		width: 1rem;
		height: .45rem;
	}
	.news-enext,.news-eprev{
		width: .45rem;
		height: .45rem;
	}
}


.industry-bj{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 36.5vw;
	background: #ddf3f3;
}
.industry{
	padding: 12.5vw 0 7.3vw 0;
	position: relative;
}
.industry-c{
	width: 100%;
	margin-top: 5.2vw;
	border-radius: 1vw;
	overflow: hidden;
}
.industry-cli{
	width: 25%;
	float: left;
	height: 29.7vw;
	overflow: hidden;
	position: relative;
}
.industry-cli:nth-child(1):nth-last-child(5),
.industry-cli:nth-child(2):nth-last-child(4),
.industry-cli:nth-child(3):nth-last-child(3),
.industry-cli:nth-child(4):nth-last-child(2),
.industry-cli:nth-child(5):nth-last-child(1){
	width: 20%;
}
.industry-cbj{
	background: url(../images/ico08.png) no-repeat center bottom;
	background-size: 100% auto;
}
.industry-cdiv{
	width: 100%;
	padding: 5.2vw 3.125vw 0 3.125vw;
	position: relative;
	z-index: 3;
	color: #fff;
}
.industry-c2{
	font-size: 0;
}
.industry-c2 img{
	height: 4.6875vw;
}
.industry-c3{
	margin-top: 1.5vw;
	margin-bottom: 1.2vw;
}
.industry-c4{
	line-height: 1.8vw;
	height: 5.4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.industry-c5{
	width: 2.5vw;
	margin-top: 1.5vw;
}
.industry-chd{
	opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.industry-cli:hover .industry-chd{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.industry-cli.on .industry-chd{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}



.industry-d{
	position: relative;
	margin-top: 6.25vw;
	text-align: center;
}
.industry-d2{
	display: inline-block;
	vertical-align: top;
	padding: 0 1.2vw;
	background: #fff;
	position: relative;
	z-index: 2;
}
.industry-d3{
	width: 100%;
	height: 2px;
	background: #ebebeb;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -1px;
}
.industry-f{
	margin-top: 3.7vw;
	overflow: hidden;
}
.industry-fli{
	width: 49.5%;
	height: 8.33vw;
	margin-bottom: 1%;
	float: left;
	overflow: hidden;
	border-radius: 1.5vw;
	position: relative;
}
.industry-fli:nth-child(2n + 0){
	margin-left: 1%;
}
.industry-f2{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 2.4vw;
	color: #fff;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

@media(max-width:750px){
	.industry{
		padding: 1.8rem 4% .8rem 4%;
	}
	.industry-c{
		margin-top: .6rem;
	}
	.industry-cli{
		width: 100%;
		height: 2.6rem;
		border-radius: .2rem;
		margin-bottom: .2rem;
	}
	.industry-cli:nth-child(1):nth-last-child(5),
	.industry-cli:nth-child(2):nth-last-child(4),
	.industry-cli:nth-child(3):nth-last-child(3),
	.industry-cli:nth-child(4):nth-last-child(2),
	.industry-cli:nth-child(5):nth-last-child(1){
		width: 100%;
	}
	.industry-cdiv{
		padding: .4rem;
	}
	.industry-c2 img{
		height: .7rem;
	}
	.industry-c3{
		margin-top: .8rem;
		margin-bottom: 0;
	}
	.industry-c4,.industry-cbj{
		display: none;
	}
	.industry-cdiv{
		height: auto;
	}
	.industry-c5{
		position: absolute;
		top: .3rem;
		right: .3rem;
		opacity: 1;
		width: .6rem;
		margin: 0;
	}
	.industry-d{
		margin-top: .5rem;
		font-size: 0;
	}
	.industry-d2{
		padding: 0 .2rem;
		line-height: .4rem;
	}
	.industry-f{
		margin-top: .5rem;
	}
	.industry-fli{
		width: 100%;
		height: 1.3rem;
		margin-left: 0 !important;
		margin-bottom: .1rem;
		border-radius: .2rem;
	}
	.industry-f2{
		padding:0 .4rem ;
	}
}



.gyinfo-top{
	padding-top: 9.375vw;
	text-align: right;
}
.gyinfo-top-a{
	display: inline-block;
	line-height: 2;
	color: #888;
	padding-left: 1vw;
	background: url(../image/ico03_3.png) no-repeat left center;
	background-size: .5vw auto;
}
.gyinfo-top-a:hover{
	background-image: url(../image/ico03_4.png);
}

.gyinfo{
	padding: 20px 0 120px 0 ;
}
.gyinfo-a{
	opacity: .4;
}
.gyinfo-b{
	font-size: 50px;
	line-height: 1.3;
	margin-top: 15px;
}
.gyinfo-d{
	margin-top: 90px;
	padding: 50px 0;
	border-top: 2px solid #e8e8e8;
	line-height: 1.8;
}
.gyinfo-e{
	font-size: 50px;
	line-height: 1;
	padding-top: 40px;
}
.gyinfo-e span{
	color: #2354a1;
}
.gyinfo-f{
	font-size: 0;
	margin-top: 40px;
}
.gyinfo-fli{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding-top:30px ;
	border-top:2px solid #e8e8e8;	
}

.gyinfo-f3{
	font-size: 34px;
	line-height: 40px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.gyinfo-f4{
	width: 50px;
	margin-top: 35px;
}
.gyinfo-fli:nth-child(2n + 0){
	margin-left: 4%;
}
@media(max-width:1200px){
	.gyinfo-d{
		padding: 30px 0;
		margin-top: 40px;
	}
	.gyinfo-b,.gyinfo-e{
		font-size: 40px;
	}
	.gyinfo-top{
		padding-top: 100px;
	}
	.gyinfo-top-a{
		padding-left: 15px;
		background-size: 8px auto;
	}
}

@media(max-width:750px){
	.gyinfo-top{
		padding-top: 1.4rem;
	}
	.gyinfo{
		padding: .2rem 4% .8rem 4%;
	}
	.gyinfo-b, .gyinfo-e{
		font-size: .4rem;
		font-weight: bold;
	}
	.gyinfo-b{
		margin-top: .15rem;
	}
	.gyinfo-d{
		margin-top: .4rem;
		padding: .3rem 0;
	}
	.gyinfo-f{
		margin-top: .5rem;
	}
	.gyinfo-fli{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: .4rem;
		padding: .4rem 0;
	}
	.gyinfo-f3{
		font-size: .4rem;
		font-weight: bold;
		height: .6rem;
		line-height: .6rem;
		margin-top: .15rem;
	}
	.gyinfo-f4{
		width: .6rem;
		margin-top: .2rem;
	}
}



.gyinfo-g{
	width: 100%;
	font-size: 0;
	margin-top: 40px;
}
.gyinfo-gli{
	width: 49%;
	padding: 20px 30px;
	line-height: 1.8;
	display: inline-block;
	vertical-align: top;
	padding-right: 90px;
	font-size: 30px;
	border: 1px solid #E8E8E8;
	border-radius: 15px;
	margin-bottom: 2%;
	background: url(../image/ico07_4.png) no-repeat right center;
	background-size: 50px auto;
	background-position-x: calc(100% - 20px);
}
.gyinfo-gli:nth-child(2n + 0){
	margin-left: 2%;
}
.gyinfo-gli:hover{
	background-color: #2354a1;
	color: #fff;
	border-color: #2354a1;
	background-image: url(../image/ico07_2.png);
}
@media(max-width:1000px){
	.gyinfo-gli{
		padding: 10px 20px;
		padding-right: 90px;
		font-size: 24px;
		background-size: 40px auto;
	}
}
@media(max-width:750px){
	.gyinfo-g{
		margin-top: .6rem;
	}
	.gyinfo-gli{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: .2rem;
		font-size: .34rem;
		background-size: .6rem auto;
		padding: .2rem;
		padding-right: 1rem;
		background-position-x: calc(100% - .2rem);
	}
}




.gyban{
	width: 100%;
	height: 50vw;
	position: relative;
	font-size: 0;
}
.gyban-div{
	padding-top: 11.5vw;
	color: #fff;
	position: relative;
	z2
}
.gyban-lt{
	width: 44%;
	display: inline-block;
	vertical-align: top;
}
.gyban-b{
	margin-top: .6vw;
}
.gyban-rt{
	display: inline-block;
	float: right;
	width: 19.8vw;
}
.gyban-li{
	cursor: pointer;
	padding: 1vw 0;
	line-height: 2.75vw;
	border-bottom: 1px solid #fff;
	background:no-repeat url(../image/ico10.png) right center;
	background-size: 1vw auto;
	opacity: .85;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gyban-li:hover{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gyban-bt{
	width: 18.3vw;
	height: 6.25vw;
	background: #35a1a5;
	border-top-right-radius: 1.5vw;
	padding-left: 8.33vw;
	padding-top: 2.4vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}
.gyban-e{
	width: 2px;
	height: 1.5vw;
	background: rgba(255,255,255,.2);
	position: relative;
	float: left;
}
.gyban-e:after{
	content: '';
	width: 100%;
	height: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	animation:divPT 2s linear 0s infinite;
	-moz-animation:divPT 2s linear 0s infinite;
	-webkit-animation:divPT 2s linear 0s infinite;
	-o-animation:divPT 2s linear 0s infinite;
}

@keyframes divPT{
	0%   {
		top:0;
	} 
	50%  {
		top:50%;
	}
	100%  {
		top:0;
	} 
}
@-webkit-keyframes divPT{
	0%   {
		top:0;
	} 
	50%  {
		top:50%;
	}
	100%  {
		top:0;
	} 
}
.gyban-f{
	float: left;
	line-height: 1.5vw;
	float: left;
	margin-left: 1vw;
	color: #fff;
}

@media(max-width:1200px){
	.gyban-bt{
		padding-left: 5%;
	}
	.gyban{
		height: 55vw;
	}
}
@media(max-width:1000px){
	.gyban-li{
		padding: 1.2vw 0;
		font-size: 14px;
	}
	.gyban-lt{
		width: 50%;
	}
}
@media(max-width:750px){
	.gyban{
		height: 100vh;
	}
	.gyban-div{
		padding: 0 4%;
		padding-top: 2.5rem;
	}
	.gyban-lt{
		width: 100%;
	}
	.gyban-rt{
		float: initial;
		width: 100%;
		margin-top: .6rem;
	}
	.gyban-b{
		margin-top: .2rem;
		font-size: .5rem;
	}
	.gyban-li{
		padding: .15rem 0;
		line-height: 2;
		background-size: .3rem;
	}
	.gyban-bt{
		width: auto;
		height: auto;
		padding: .3rem 9vw;
		padding-right:5vw;
		border-top-right-radius: .2rem;
	}
	.gyban-e{
		height: .4rem;
	}
	.gyban-f{
		width: 1.2rem;
		line-height: .4rem;
		margin-left: .2rem;
		font-size: .3rem;
	}
}




.join{
	padding: 6.25vw 0;
}
.join-ab{
	font-size: 0;
}
.join-a{
	width: 53.8%;
	padding-right: 5.2vw;
	display: inline-block;
	vertical-align: top;
}

.join-a3{
	width: 2.1vw;
	height: 3px;
	background: #2354a1;
	margin-top: 2.1vw;
}
.join-a4{
	margin-top: 2.5vw;
}
.join-b{
	width: 46.2%;
	display: inline-block;
	vertical-align: top;
	border-radius: 1.5vw;
}
.join-cd{
	padding-top: 10vw;
}
.join-c{
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #f0f0f0;
}
.join-cli{
	color: #dfdfdf;
	display: inline-block;
	margin-left: 2.5vw;
	line-height: 1;
	padding-bottom:1.56vw;
	position: relative;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.join-cli:first-child{
	margin-left: 0;
}
.join-cli:after{
	content: '';
	width: 00%;
	height: 3px;
	background: #2354a1;
	position: absolute;
	left:50%;
	bottom: -3px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.join-cli:hover,
.join-cli.on{
	color: #000;
transition: all .5s;
-webkit-transition: all .5s;  
}
.join-cli:hover:after,
.join-cli.on:after{
	width: 100%;
	left: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}

.join-d{
	width: 3.2vw;
	float: right;
	height: 2.1vw;
	position: relative;
	overflow: hidden;
}
.join-dlt,.join-drt{
	width: 1.5vw;
	height: 100%;
	float: left;
	background: url(../image/ico11_1.png) no-repeat center;
	background-size: 1vw auto;
	background-position-x: left;
	cursor: pointer;
}
.join-drt{
	background-image: url(../image/ico11_2.png);
	background-position-x: right;
	float: right;
}
.join-dlt:hover{
	background-image: url(../image/ico11_3.png);
}
.join-drt:hover{
	background-image: url(../image/ico11_4.png);
}
.join-e{
	margin-top: 4.1vw;
}


.join-esd{
	height: 20.3vw;
	position: relative;
	object-fit: inherit;
	border-radius: 1vw;
	overflow: hidden;
}
.join-e2{
	background: url(../image/ico08.png) no-repeat center;
	background-size: 100% auto;
	top: 40%;
}
.join-e3{
	color: #fff;
	padding: 1.5vw 2.1vw;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
}


.join-fg{
	position: relative;
	height: 41.66vw;
}
.join-g{
	width: 28.125vw;
	background: rgba(255,255,255,.8);
	border-radius: 1vw;
	position: absolute;
	left: 8.33vw;
	top: 50%;
	padding: 3.125vw;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.join-gsd{
	min-height: 10.3vw;
}
.join-g3{
	margin-top: 1vw;
	color: #888;
}
.join-gbt{
	position: initial;
	margin-top: 1vw;
	float: initial;
}
.join-h{
	padding: 5.2vw 0;
	font-size: 0;
}
.join-hli{
	display: inline-block;
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
	border-radius: 1vw;
	background: #e8f5f6;
	overflow: hidden;
	padding: 2.5vw;
}
.join-hlt{
	float: left;
}
.join-hrt{
	float: right;
	line-height: 3.16vw;
	margin-top: .5vw;
	padding: 0 1.5vw;
	border-radius: 2vw;
	border: 1px solid #666;
	color: #333; 
	opacity: .4;
}
.join-hli:hover{
	background: #2354a1;
	color: #fff;
}
.join-hli:hover .join-hrt{
	opacity: 1;
	background: #fff;
	border-color: #fff;
	color: #000;
}
.join-hli:nth-child(2n + 0){
	margin-left: 5%;
}

@media(max-width:1200px){
	.join-a{
		padding-right: 3vw;
	}	
	.join-g{
		width: 50vw;
	}
	.join-gsd{
		min-height: 13.5vw;
	}
	.join-d{
		width: 50px;
		height: 30px;
	}
	.join-dlt, .join-drt{
		width: 20px;
		height: 30px;
		background-size: 15px auto;
	}
	.join-hlt{
		line-height: 60px;
	}
	.join-hrt{
		line-height: 50px;
		margin-top: 5px;
		border-radius: 25px;
		padding: 0 15px;
	}
	
}
@media(max-width:1000px){
	.join-a{
		width: 100%;
		padding: 0;
	}
	.join-b{
		width: 100%;
		margin-top: 30px;
	}
	.join-e3{
		font-size: 18px;
	}
	.join-g3{
		font-size: 16px;
	}
	.join-gsd{
		min-height: 18vw;
	}
}
@media(max-width:750px){
	.join{
		padding: .8rem 4%;
	}
	.join-a2{
		font-size: .32rem ;
		font-weight: bold;
	}
	.join-a3{
		width: .4rem;
		margin-top: .3rem;
		margin-bottom: .4rem;
	}
	.join-a4{
		margin: 0;
		line-height: 1.7;
	}
	.join-b{
		margin-top: .6rem;
		border-radius: .2rem;
	}
	.join-cd{
		padding-top: .8rem;
	}
	.join-cli{
		font-size: .3rem;
		font-weight: bold;
		padding-bottom: .2rem;
		margin-left: .3rem;
	}
	.join-d{
		width: .7rem;
		height: .4rem;
		margin-top: .1rem;
	}
	.join-dlt, .join-drt{
		width: .3rem;
		height: .4rem;
		background-size: .2rem auto;
	}
	.join-esw{
		width: 130%;
		padding-right: 30%;
		margin-top: .6rem;
	}
	.join-esd{
		height: 34.5vw;
		border-radius: .2rem;
	}
	.join-e3{
		font-size: .3rem;
		font-weight: bold;
		padding: .2rem;
	}
	.join-fg{
		height: auto;
	}
	.join-f{
		height: 4rem;
		position: relative;
		
	}
	.join-g{
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		padding: .6rem 9%;
	}
	.join-g2{
		font-size: .36rem;
		font-weight: bold;
	}
	.join-g3{
		font-size: .28rem;
	}
	.join-gsd{
		min-height: 2rem;
	}
	.join-d{
		margin-top: .3rem;
	}
	.join-h{
		width: 100%;
		padding: .7rem 5%;
		border-top: 1px solid #eee;
	}
	.join-hli{
		width: 100%;
		margin-bottom: .15rem;
		border-radius: .2rem;
		margin-left: 0 !important;
		padding:.4rem .3rem;
	}
	.join-hlt{
		line-height: .6rem;
	}
	.join-hrt{
		line-height: .6rem;
		padding: 0 .2rem;
		margin: 0;
	}
}




.contact{
	padding: 5.2vw 0 7.5vw 0;
}
.contact-a{
	text-align: center;
}
.contact-a3{
	margin-top: .5vw;
}
.contact-b{
	margin-top: 3.125vw;
	font-size: 0;
}
.contact-li{
	width: 48.2%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 3.125vw;
}
.contact-b3{
	background: initial;
	border: 0;
	width: 100%;
	height: 3.125vw;
}
.contact-b3:focus {
    outline: none;
}
.contact-b4{
	width: 0%;
	height: 2px;
	background: #2354a1;
	position: absolute;
	left: 0;
	bottom: -1px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.contact-b67{
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 50%;
	height: 3.125vw;
	overflow: hidden;
}
.contact-b6{
	width: 60%;
	float: left;
	height: 100%;
	background: #f8f8f8;
	padding: 0 10px;
	border: 0;
}
.contact-b7{
	width: 40%;
	float: left;
	height: 100%;
	line-height: 3.125vw;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.contact-b7-a{
	background: #e6f4f5;
}
.contact-b7-b{
	background: #eee;
	display: none;
}
.contact-li.on .contact-b4{
	width: 100%;
transition: all .5s;
-webkit-transition: all .5s;  
}
.contact-li2{
	margin-left: 3.6%;
}
.contact-li3{
	width: 100%;
}
.contact-li4{
	width: 100%;
	/*margin-top: 5vw;*/
}
.contact-c{
	text-align: center;
}
.contact-cbt{
	display: inline-block;
	vertical-align: top;
	height: 3.7vw;
	line-height: 3.7vw;
	width: 7.8vw;
	text-align: center;
	border: 0;
	background: #e6f4f5;
	color: #999;
	border-radius: 2vw;
	margin: 0 .6vw;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.contact-cbt:hover{
	background: #2354a1;
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;  
}

.contact-b8{
	position: absolute;
	width: 100%;
	height: 3.125vw;
	bottom: 0;
	left: 0;
	background: url(../image/ico15_1.png) no-repeat right center;
}
.contact-b9{
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	padding: 1.5vw 0;
	margin-top: 1px;
	display: none;
}
.contact-b9 div{
	cursor: pointer;
	padding: 0 1.5vw;
	margin: 1vw 0;
}
.contact-b9 div:hover,
.contact-b9 div.on{
	color: #2354a1;
}



.support-bj{
	background: #f3fafa;
}
.support{
	padding: 6.25vw 0;
	font-size: 0;
}
.support-lt{
	width: 31.25%;
	padding-right: 5%;
	display: inline-block;
	vertical-align: top;
}
.support-b{
	margin-top: .6vw;
}
.support-c{
	margin: 3.125vw 0;
}
.support-d{
}

.support-rt{
	width: 68.75%;
	border-radius: 1.5vw;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.sales{
	padding: 6.25vw 0;
}
.sales-div{
	font-size: 0;
	margin-top:4.8vw;
	position: relative;
}
.sales-div:after{
	content: '';
	width: 2px;
	height: 100%;
	background: #ededed;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1pxs;
}
.sales-li{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	position: relative;
}
.sales-c{
	margin-top: .6vw;
	padding-right: 6vw;
}
.sales-d{
	margin-top: 3.125vw;
}
.sales-dli{
	line-height: 1.5;
	padding: 1vw 0;
	border-top: 1px solid #ccc;
	opacity: .6;
}
.sales-dli:first-child{
	border: 0;
}
.sales-e{
	width: 5.2vw;
	position: absolute;
	top: 1vw;
	right: 0;
}
.sales-li:nth-child(2n + 0){
	margin-left: 20%;
}


.download-bj{
	background: #f3fafa;
}
.download{
	padding: 6.25vw 0;
}
.download-cd{
	margin-top: 2.5vw;
	position: relative;
	z-index: 3;
}
.download-c{
	float: right;
	width: 40.6%;
}
.download-d{
	width: 55%;
}
.download-e{
	margin-top: 1.6vw;
}
.download-f{
	margin-top: 3.7vw;
}
.download-f2{
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 1.5vw 0;
	line-height: 2.16vw;
	padding-right: 3.125vw;
	background: url(../image/ico13_1.png) no-repeat right center;
	background-size: 1.2vw auto;
}
.download-f2:hover{
	font-weight: bold;
	color: #222;
	background-image: url(../image/ico13_2.png);
}

@media(max-width:1200px){
	.contact-b3,.contact-b8{
		height: 50px;
	}
	.support-lt{
		width: 40%;
	}
	.support-rt{
		width: 60%;
	}
	.sales-li{
		width: 45%;
	}
	.sales-li:nth-child(2n + 0){
		margin-left: 10%;
	}
	.download-f2{
		padding: 15px 0;
		line-height: 1.8;
		padding-right: 30px;
		background-size: 15px auto;
	}
	.contact-b67{
		height: 50px;
		font-size: 12px;
	}
	.contact-b7{
		line-height: 50px;
	}
}
@media(max-width:1000px){
	.contact-cbt{
		width: 80px;
		margin: 0 15px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
}
@media(max-width:750px){
	.contact-a{
		text-align: left;
	}
	.contact{
		padding: .8rem 4%;
	}
	.contact-b{
		margin-top: .5rem;
	}
	.contact-b67{
		width: 55%;
		height: .6rem;
		font-size: .22rem;
	}
	.contact-b7{
		line-height: .6rem;
	}
	.contact-li{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: .3rem;
	}
	.contact-b3{
		height: .6rem;
		margin-top: .1rem;
	}
	.contact-b8{
		height: .6rem;
	}
	.contact-b9{
		padding: .2rem 0;
	}
	.contact-b9 div{
		padding: 0 .2rem;
		margin: .1rem;
	}
	.contact-li4{
		/*margin-top: .7rem;*/
	}
	.contact-cbt{
		width: 1.5rem;
		height: .8rem;
		line-height: .8rem;
		border-radius: .4rem;
		margin: 0 .1rem;
		margin-top: .2rem;
	}
	.support{
		padding: .8rem 4%;
	}
	.support-lt{
		width: 100%;
		padding: 0;
	}
	.support-a{
		font-weight: bold;
	}
	.support-rt{
		width: 100%;
		margin-top: .6rem;
	}
	.sales{
		padding: .8rem 4% .3rem 4%;
	}
	.sales-div{
		margin-top: .6rem;
	}
	.sales-li{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: .5rem;
	}
	.sales-div:after{
		display: none;
	}
	.sales-e{
		width: 1rem;
	}
	.sales-c{
		font-weight: bold;
		padding-right: 1.2rem;
		margin-top: .1rem;
		line-height: 1.2;
	}
	.sales-d{
		margin-top: .4rem;
	}
	.sales-dli{
		padding: .15rem 0;
	}
	.download{
		padding: .8rem 4%;
	}
	
	.download-c{
		width: 100%;
		margin: 0;
		float: initial;
	}
	.download-d{
		width: 100%;
		margin-top: .2rem;
	}
	.download-e{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.download-f{
		margin-top: .6rem;
	}
	.download-f2{
		padding: .2rem 0;
		padding-right: .4rem;
		background-size: .25rem auto;
	}
	.download-ful{
		margin-bottom: .5rem;
	}
}






.product{
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #000;
}

.product-li{
	text-align: center;
	height: 50vw;
}
.product-li .imgBj{
	opacity: .6;
}
.product-li:hover .imgBj{
	opacity: 1;
}
.product-li.on .imgBj{
	opacity: 1;
}
.product-li .industry-cdiv{
	padding-top: 14.5vw;
}

@media(max-width:1200px){
	.product-li{
		width: 100%;
		height: 35vw;
		overflow: hidden;
	}
	.product-li:nth-child(1):nth-last-child(5),
	.product-li:nth-child(2):nth-last-child(4),
	.product-li:nth-child(3):nth-last-child(3),
	.product-li:nth-child(4):nth-last-child(2),
	.product-li:nth-child(5):nth-last-child(1){
		width: 100%;
	}
	.product-li .industry-cdiv{
		text-align: left;
		padding: 10vw 8vw;
	}
	.product-li .industry-c2 img{
		height: 8vw;
	}
	.product-li .industry-c3{
		margin-top: 5vw;
		width: 48%;
		font-weight: bold;
	}
	.product-li .industry-c4{
		opacity: 1;
		position: absolute;
		width: 50%;
		text-align: right;
		right: 8vw;
		top: 23vw;
		line-height: 1.4;
	}
	.product-li .industry-c5{
		opacity: 1;
		width: 50px;
		position: absolute;
		right: 8vw;
		top: 10vw;
	}
}
@media(max-width:750px){
	.product-li{
		border-radius: 0;
		margin: 0;
		height: 55vw;
	}
	.product-li:nth-child(1):nth-last-child(5),
	.product-li:nth-child(2):nth-last-child(4),
	.product-li:nth-child(3):nth-last-child(3),
	.product-li:nth-child(4):nth-last-child(2),
	.product-li:nth-child(5):nth-last-child(1){
		width: 100%;
	}
	.product-li .industry-cdiv{
		padding: 1.5rem 2%;
		padding-bottom: 0;
	}
	.product-li .industry-c3{
		margin-top: 7vw;
	}
	.product-li .industry-c2 img{
		height: 10vw;
	}
	.product-li .industry-c5{
		width: .6rem;
		top: 1.5rem;
	}
	.product-li .industry-c4{
		display: block !important;
		top: 37vw;
		line-height: 1.4rem;
		height: 4.8rem;
	}
}




.prolist-ban-lt{
	width: 22vw;
}
.prolist-ban-b{
	margin-top: 2.1vw;
}
.prolist-ban-c{
	display: inline-block;
	line-height: 3.7vw;
	width: 10vw;
	border-radius: 1.5vw;
	border-bottom-right-radius: 0;
	background: #fff;
	text-align: center;
	margin-top: 4.16vw;
}
.prolist-ban-c img{
	width: .8vw;
	margin-right: .5vw;
	position: relative;
	top: -1px;
}
/*.prolist-ban-c:hover{
	background-color: #2354a1;
	color: #fff;
}*/

.prolist-ban-rt{
	width: 26vw;
}
.prolist-ban-e{
	width: 100%;
}
.prolist-ban-e2{
	padding: 1.5vw 0;
	line-height: 3vw;
	border-bottom: 2px solid rgb(255,255,255,.4);
	padding-right: 2vw;
	background: url(../image/ico16_1.png) no-repeat right center;
	background-size: 1.5vw auto;
	cursor: pointer;
}
.prolist-ban-e2.on{
	background-image: url(../image/ico16_2.png);
}
.prolist-ban-e3{
	width: 100%;
	padding: 1.2vw;
	background: #fff;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
	display: none;
}

.prolist-fj-bj{
	background: #fff;
}
.prolist-fj{
	display: flex;
	padding: 110px 0;
	justify-content: space-between;
}
.prolist-j{
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	border-left: .5vw solid #2354a1;
	padding-left: 1.2vw;
}
.prolist-j3{
	margin-top: .6vw;
}
.prolist-bj{
	background: #edf2f2;
}
.prolist{
	padding: 5.2vw 0;
}
.prolist-wx{
	width: 100%;
	text-align: center;
}
.prolist-w{
	text-align: center;
}
.prolist-x{
	text-align: center;
	margin-top: 2.1vw;
}
.prolist-xul{
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.prolist-xli{
	display: inline-block;
	margin-left: 6.25vw;
	color: #999;
	line-height: 4.16vw;
	position: relative;
	cursor: pointer;
}
.prolist-xli:first-child{
	margin-left: 0;
}
.prolist-xli:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #2354a1;
	position: absolute;
	left: 50%;
	bottom: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.prolist-xli:hover,
.prolist-xli.on{
	color: #2354a1;
}
.prolist-xli:hover:after,
.prolist-xli.on:after{
	width: 100%;
	left: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.prolist-ul{
	width: 101.6%;
	font-size: 0;
	margin-top: 3.125vw;
}
.prolist-li{
	display: inline-block;
	vertical-align: top;
	width: 31.733%;
	margin-right: 1.6%;
	margin-bottom: 1.6%;
	border-radius: 1vw;
	overflow: hidden;
	background: #fff;
}
.prolist-b{
	width:100%;
	padding: 1.25vw;
	text-align: center;
	overflow: hidden;
}
.prolist-b img{
	height: 11.45vw;
}
.prolist-c{
	border-top: 1px solid #EDEDED;
	padding-left: 1.8vw;
	padding-right: 5.2vw;
	line-height: 4.8vw;
	height: 4.8vw;
	background: url(../image/ico17_1.png) no-repeat 93% center;
	background-size: .9vw auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
transition: all .5s;
-webkit-transition: all .5s;  
}
.prolist-li:hover .prolist-c{
	background-color: #2354a1;
	color: #fff;
	background-image: url(../image/ico17_2.png);
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1200px){
	.prolist-ban-lt{
		width: 40vw;
	}
	.prolist-c{
		line-height: 6vw;
		height: 6vw;
	}
}
@media(max-width:1000px){
	.prolist-ban-lt{
		width: 50vw;
	}
	.prolist-ban-b{
		font-size: 16px;
	}
	.prolist-ban-c{
		width: 15vw;
		line-height: 4vw;
	}
	.prolist-ban-c img{
		width: 10px;
	}
	.prolist-li{
		width: 48.4%;
	}
	.prolist-b img{
		height: 16vw;
	}
	.prolist-c{
		background-size: 10px;
	}
	
	.prolist-fj{
		padding:30px 0;
		display: block;
	}
	.prolist-j{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 30px 0;
		padding-left: 20px;
		border-width: 5px;
	}
	.prolist-j2{
		font-weight: bold;
	}
}
@media(max-width:750px){
	.prolist-ban .gyban-div{
		padding-top: 1.8rem;
	}
	.prolist-ban-lt{
		width: 100%;
	}
	.prolist-ban-b{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.prolist-ban-c{
		width: 2rem;
		line-height: .8rem;
		border-radius: .4rem;
		border-bottom-right-radius: 0;
	}
	.prolist-ban-rt{
		width: 100%;
	}
	.prolist-ban-e2{
		line-height: 1.5;
		font-size: .3rem ;
		padding: .15rem 0;
		padding-right: 3rem;
		background-size: .2rem auto;
	}
	.prolist{
		padding: .8rem 0;
	}
	.prolist-ul{
		width: 100%;
		margin-top: .6rem;
	}
	.prolist-li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
		border-radius: .2rem;
	}
	.prolist-b{
		padding: .2rem 0;
	}
	.prolist-b img{
		height: 38vw;
	}
	.prolist-c{
		padding-left: .3rem;
		height: .8rem;
		line-height: .8rem;
		padding-right: .8rem;
		background-size: .43rem auto;
	}
	
	.prolist-fj{
		padding: .3rem 0;
	}
	.prolist-j{
		margin: .4rem 0;
		padding-left: .2rem;
		border-width: .1rem;
	}
	.prolist-j2{
		font-size: .34rem;
	}
}


.gyban-proinfo-lt{
	width: 50%;
}
.gyban-proinfo-rt{
	width: 24.5%;
}
.gyban-proinfo{
	padding-top: 10vw;
}
.gyban-proinfo-a img:first-child{
	vertical-align: top;
}
.gyban-proinfo-b{
	margin-top: .7vw;
}
.gyban-proinfo-c{
	margin-top: 2.5vw;
	font-size: 0;
	width: 33vw;
}
.gyban-proinfo-c2{
	display: inline-block;
	vertical-align: top;
	margin-right: .3vw;
	margin-bottom: .3vw;
	padding: .4vw 1.2vw;
	line-height: 2;
	/*border: 1px solid rgba(255,255,255,.1);*/
	background: rgba(0,0,0,.5);
	border-radius: .6vw;
	cursor: pointer;
}
.gyban-proinfo-c2:hover{
	background: rgba(255,255,255,.9);
	color: #888;
}
.gyban-proinfo-h{
	width: 100%;
	border-radius:2vw ;
}
.gyban-proinfo-h img{
	position: relative;
	top: -2px;
}
.gyban-proinfo-e{
	max-width: 33vw;
	margin-top: 2.1vw;
}
.gyban-proinfo-f{
	width: 10vw;
	margin-top: 2.1vw;
}



.proinfo{
	padding: 8.3vw 0 6.25vw 0;
}
.proinfo-a{
	display:flex;
	justify-content: space-between;
}
.proinfo-ali{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.proinfo-a2 {
	color: #2354a1;
	border: 4px solid #2354a1;
	border-radius: 2vw;
	font-weight: bold;
	padding:0 1.5vw;
	line-height: 1.4;
}
.proinfo-a3{
	opacity: .5;
	margin-top: .5vw;
}

.proinfo-b{
	margin-top: 6.25vw;
}
.proinfo-c{
	margin-top: 2.1vw;
	width: 101%;
	font-size: 0;
}
.proinfo-cli{
	width: 32.333%;
	margin-right: 1%;
	margin-bottom: 1%;
	display: inline-block;
	vertical-align: top;
	padding: 2.5vw;
	border: 2px solid #f8f8f8;
	border-radius: 1vw;
}
.proinfo-c2{
	text-align: right;
	font-size: 0;
}
.proinfo-c2 img{
	height: 4.6vw;
}
.proinfo-c3{
	margin-top: 1.6vw;
}
.proinfo-c4{
	margin-top: 1vw;
	height: 6.5vw;
	overflow-y: auto;
	width: 103%;
	padding-right: 3%;
}
.proinfo-d-bj{
	background: #e8f6f6;
}
.proinfo-d{
	padding: 4.2vw 0;
}
.proinfo-d34{
	margin-top: 1.5vw;
	position: relative;
}
.proinfo-d3{
	width: 30%;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.proinfo-d4{
	/*text-align: center;*/
}
.proinfo-ef{
	padding: 5.2vw 0;
	font-size: 0;
}
.proinfo-e{
	width: 26.5%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5vw;
}
.proinfo-e3{
	margin-top: 4.16vw;
	min-height: 25vw;
	border-left: 4px solid #f5f5f5;
}
.proinfo-eli{
	padding-left: 1.5vw;
	position: relative;
	margin-bottom: 1vw;
	/*color: #c5d9d9;*/
	color: #888;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.proinfo-eli:after{
	content: '';
	width: 4px;
	height: 0%;
	position: absolute;
	left: -4px;
	top: 50%;
	background: #2354a1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.proinfo-eli:hover,
.proinfo-eli.on{
	color: #2354a1;
	font-weight: bold;
transition: all .5s;
-webkit-transition: all .5s;  
}
.proinfo-eli:hover:after,
.proinfo-eli.on:after{
	top: 0;
	height: 100%;
transition: all .5s;
-webkit-transition: all .5s;  
	
}
.proinfo-f{
	width: 73.5%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.proinfo-fcnt{
	width: 100%;
	font-size: 0;
}
.proinfo-flt{
	width: 30.8%;
	display: inline-block;
	vertical-align: top;
}
.proinfo-fsw{
	width: 100%;
	padding-bottom: 3vw;
}
.proinfo-fsd{
	font-size: 0;
}
.proinfo-fsp span{
	background: #eff5f5;
	opacity: 1;
}
.proinfo-fsp span.swiper-pagination-bullet-active{
	background: #2354a1;
}
.proinfo-frt{
	width: 69.2%;
	display: inline-block;
	vertical-align: top;
	padding-left: 3.125vw;
}
.proinfo-ful{
	margin-top: 3.7vw;
}
.proinfo-fli{
	padding: 1vw 0;
	margin-bottom: .5vw;
	position: relative;
}
.proinfo-fli:after{
	content: '';
	width: calc(100% - 1vw);
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	right: 0;
}
.proinfo-fli:first-child{
	padding-top: 0;
}
.proinfo-fli:first-child:after{
	display: none;
}
.proinfo-f56{
	position: relative;
	padding-left: 1vw;
}
.proinfo-f6{
	opacity: .5;
	margin-top: .5vw;
}
.proinfo-f56:after{
	content: '';
	width: .3vw;
	height: 100%;
	background: #2354a1;
	border-radius: .2vw;
	position: absolute;
	left: 0;
	top: 0;
}

.proinfo-fcnt.on .proinfo-flt{
	width: 100%;
}
.proinfo-fcnt.on .proinfo-frt{
	width: 100%;
	margin-bottom: 2.56vw;
	padding: 0;
}

.proinfo-g{
	/*text-align: center;*/
}
.proinfo-h{
	padding: 5.2vw 0;
}
.proinfo-hul{
	margin-top: 2.1vw;
}
.proinfo-jk{
	padding: 4.16vw 0 6.25vw 0;
}

.proinfo-j{
	text-align: center;
	font-size: 0;
}
.proinfo-jul{
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid #dfecec;
	font-size: 0;
}
.proinfo-jli{
	padding: 1vw 0;
	display: inline-block;
	vertical-align: top;
	/*margin: 0 2.1vw;*/
	margin-left: 1.56vw;
	cursor: pointer;
	color: #858c8c;
	position: relative;
	font-weight: bold;
}
.proinfo-jli:first-child{
	margin-left: 0;
}
.proinfo-jli:after{
	content: '';
	width: 0%;
	height: 3px;
	background: #2354a1;
	position: absolute;
	bottom: -3px;
	left: 50%;
transition: all .5s;
-webkit-transition: all .5s; 
}
.proinfo-jli:hover,
.proinfo-jli.on{
	color: #000;
}
.proinfo-jli:hover:after,
.proinfo-jli.on:after{
	width: 100%;
	left: 0;
transition: all .5s;
-webkit-transition: all .5s; 
}

.proinfo-k{
	margin-top: 2.5vw;
}
.proinfo-kli{
	display: none;
}

@media(max-width:1200px){
	.gyban-proinfo-lt{
		width: 55%;
	}
	.gyban-proinfo-c{
		width: 100%;
	}
	.gyban-proinfo-rt{
		width: 40%;
	}
	.gyban-proinfo-c2{
		font-size: 14px;
	}
	.gyban-proinfo-h img{
		width: 14px;
	}
	.proinfo-c4{
		height: 18vw;
	}
	.gyban-proinfo-e{
		max-width: 70%;
	}
	.gyban-proinfo-f{
		width: 120px;
		line-height: 40px;
	}
	.proinfo-fcnt.on .proinfo-frt{
		margin-bottom: 25px;
	}
}

@media(max-width:1000px){
	.proinfo-eli{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.proinfo-cul{
		width: 102%;
	}
	.proinfo-cli{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.proinfo-d3{
		position: relative;
		width: 100%;
	}
	.proinfo-d4{
		margin-top: 30px;
	}
	
	.gyban-proinfo-bj{
		height: 65vw;
	}
	.gyban-proinfo-lt{
		width: 70%;
	}
	.gyban-proinfo{
		padding-top: 13vw;
	}
	.gyban-proinfo-e{
		font-size: 14px;
	}
}

@media(max-width:750px){
	.gyban-proinfo-lt{
		width: 100%;
	}
	.gyban-proinfo-rt{
		width: 100%;
		margin-top: .45rem;
	}
	.gyban-proinfo{
		padding-top: 2.2rem;
	}
	.gyban-proinfo-c2{
		font-size: .26rem;
		padding: 0 .2rem;
		margin-left: 3px;
		margin-bottom: 3px;
	}
	.gyban-proinfo-g{
		font-size: .26rem;
		line-height: 1.8;
	}
	.gyban-proinfo-h{
		width: 3rem;
		border-radius: .5rem;
		margin-top: .45rem;
	}
	.gyban-proinfo-h img{
		margin-right: .1rem;
	}
	
	
	
	.proinfo{
		padding: .8rem 0;
	}
	.proinfo-a2{
		display: inline-block;
		font-size: .32rem;
		border-width: 2px;
	}
	.proinfo-a3{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.proinfo-b{
		margin-top: .7rem;
	}
	.proinfo-c{
		width: 100%;
		margin-top: .4rem;
	}
	.proinfo-cli{
		width: 100%;
		margin-bottom: .25rem;
		padding: .4rem;
	}
	.proinfo-c2 img{
		height: .8rem;
	}
	.proinfo-c3{
		font-weight: bold;
	}
	.proinfo-c4{
		height: auto;
	}
	.proinfo-d{
		padding: .8rem 0;
	}
	.proinfo-d34{
		margin-top: .2rem;
	}
	.proinfo-ef{
		padding: .8rem 0;
	}
	.proinfo-e{
		width: 100%;
	}
	.proinfo-eli{
		display: inline-block;
		margin-right: .3rem;
		margin-bottom: .2rem;
		padding: 0;
		line-height: 1.7;
	}
	.proinfo-eli:after{
		width: 0%;
		height: 2px;
		left:50%;
		top: initial !important; 
		bottom: 0;
	}
	.proinfo-eli:hover:after,
	.proinfo-eli.on:after{
		width: 100%;
		left: 0;
		height: 2px;
	}
	.proinfo-e3{
		border: 0;
	}
	.proinfo-f{
		width: 100%;
		margin-top: .4rem;
	}
	.proinfo-flt{
		width: 35%;
	}
	.proinfo-fsw{
		padding-bottom: 1rem;
	}
	.proinfo-frt{
		width: 65%;
		padding-left: .3rem;
	}
	.proinfo-fli{
		padding: .2rem 0;
	}
	.proinfo-f5{
		font-size: .3rem;
		line-height: 1;
		font-weight: bold;
		padding-left: .2rem;
		border-left: .06rem solid #2354a1;
	}
	.proinfo-f6{
		font-size: .24rem;
		padding-left: .25rem;
	}
	.proinfo-f56{
		padding-left: 0;
	}
	.proinfo-f56:after{
		display: none;
	}
	.proinfo-fli:after{
		width: calc(100% - .25rem);
	}
	
	.proinfo-h{
		padding: .8rem 0;
	}
	.proinfo-hul{
		margin-top: .4rem;
	}
	
	.proinfo-jk{
		padding: .8rem 0;
	}
	
	.proinfo-jul{
		padding-bottom: .2rem;
	}
	.proinfo-jli{
		font-size: .3rem;
		line-height: .5rem;
		margin-left: .2rem;
		margin-bottom: .15rem;
	}
	.proinfo-jli:after{
		bottom: 0;
		height: 2px;
	}
	.proinfo-k{
		margin-top: .5rem;
	}
	.proinfo-jli.pc-show{
		display: none !important;
	}
	
	.gyban-proinfo-bj{
		height: 100vh;
	}
	.gyban-proinfo-lt{
		width: 100%;
	}
	.gyban-proinfo{
		padding-top: 2.2rem;
	}
	.gyban-proinfo-e{
		max-width: 80%;
		font-size: .26rem;
		margin-top: .4rem;
	}
	.gyban-proinfo-f{
		margin-top: .4rem;
	}
	.prolist-ban-c img{
		top: -2px;
		margin-right: 5px;
	}
	
	.proinfo-fcnt.on .proinfo-frt{
		margin-bottom: .3rem;
	}
}


.about-bj{
	position: relative;
}
.about{
	padding: 4.8vw 0 6.25vw 0;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.about-a{
	padding-right: 55%;
}
.about-bc{
	padding-left: 50%;
	margin-top: 1vw;
}
.about-c{
	margin-top: 3.125vw;
	display: flex;
	justify-content: space-between;
}
.about-cli{
	display: inline-block;
	max-width: 30%;
	text-align: center;
}
.about-c2{
	height: 5.16vw;
}
.about-c3{
	margin-top: 1vw;
}

.about-d{
	position: relative;
	height: 37vw;
}
.about-d2{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10vw;
	cursor: pointer;
	margin-left: -5vw;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-d2:hover{
	opacity: .8;
transition: all .5s;
-webkit-transition: all .5s;  
}

.about-e{
	position: relative;
}
.about-ediv{
	padding-top: 7.3vw;
	font-size: 0;
	min-height: 45.3vw;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.about-elt{
	width: 10vw;
	float: left;
}
.about-ert{
	float: right;
	overflow: hidden;
}
.about-eli{
	width: 9.5vw;
	margin-left: 6.25vw;
	border-top: 3px solid #2354a1;
	padding-top: .6vw;
	display: inline-block;
	vertical-align: top;
}
.about-e2{
	font-weight: bold;
	color: #2354a1;
}
.about-e3{
	margin-top: .6vw;
	opacity: .5;
}
.about-f{
	width: 100%;
	font-size: 0;
}
.about-fli{
	width: 25%;
	height: 41.666vw;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 3.125vw;
	color: #fff;
}
.about-fdiv{
	position: relative;
	z-index: 3;
}
.about-f2{
	font-weight: 100;
}
.about-f3{
	margin-top: 3.125vw;
}
.about-f3 li{
	padding-left: 1vw;
	position: relative;
	margin-bottom: 1.2vw;
}
.about-f3 li:after{
	content: '';
	width: .3vw;
	height: 1vw;
	background: #fff;
	position: absolute;
	left: 0;
	top: .25vw;
	border-radius: .15vw;
}
.about-f4{
	position: absolute;
	left: 3.125vw;
	bottom: 3.125vw;
}
.about-g{
	padding: 5.16vw 0 6.25vw 0;
}
.about-gtop{
	margin-top: 0;
}


.about-h{
	position: relative;
}
.about-hdiv{
	position: relative;
	padding: 6.25vw 0 4.16vw 0;
	z-index: 2;
	font-size: 0;
	min-height: 43.75vw;
}
.about-hlt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.about-hrt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.about-hli{
	width: 100%;
	margin-top: 8.3vw;
	overflow: hidden;
}
.about-hli:first-child{
	margin-top: 0;
}
.about-h23{
	width: 50%;
	float: left;
	padding-right: 1.5vw;
}
.about-h4{
	width: 50%;
	float: right;
}

.about-jk{
	padding: 4.2vw 0;
	
}
.about-k{
	margin-top: 3.125vw;
	width: 106%;
	font-size: 0;
}
.about-kli{
	display: inline-block;
	vertical-align: top;
	width: 27.333%;
	margin-right: 6%;
	margin-bottom: 6%;
	position: relative;
	min-height: 8.5vw;
	padding: 8px 0;
	padding-right: 10vw;
	border-bottom: 1px solid #f0f0f0;
}
.about-k3{
	margin-top: .6vw;
}
.about-k4{
	width: 8.3vw;
	height: 6.5vw;
	line-height: 6.5vw;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.about-k4 img{
	max-height: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.about-kmr{
	margin-top: 0;
}

@media(max-width:1200px){
	.about-a{
		padding: 0;
	}
	.about-bc{
		padding: 0;
		margin-top: 40px;
	}
	.about-elt{
		width: 15vw;
	}
	.about-f2{
		font-size: 22px;
	}
	.about-f3{
		font-size: 14px;
	}
	.about-fli{
		padding: 5vw 1.2vw;
	}
	.about-f3 li:after{
		top: 5px;
	}
	.about-hlt{
		width: 35%;
	}
	.about-hrt{
		width: 65%;
	}
	.about-kli{
		width: 44%;
		min-height: 14vw;
		padding-right: 15vw;
	}
	.about-k4{
		width: 13vw;
		height: 10vw;
		line-height: 10vw;
	}
	.about-c2{
		height: 8vw;
	}
	.about-e3{
		font-size: 14px;
	}
	.about-eli{
		width: 13vw;
		margin-left: 3vw;
	}
}
@media(max-width:1000px){
	/*.about-elt{
		width: 100%;
	}
	.about-ert{
		width: 100%;
		margin-top: 30px;
	}*/
	.about-e3{
		font-size: 12px;
	}
	.about-eli {
	    width: 15vw;
	    margin-left: 2vw;
	}
	.about-f{
		width: 100.5%;
	}
	.about-fli{
		width: 49.5%;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		height: 60vw;
		padding: 70px 40px;
	}
	.about-f3 li{
		margin-bottom: 20px;
		padding-left: 15px;
	}
	.about-f3 li:after{
		width: 4px;
		height: 16px;
		top: 3px;
		border-radius: 2px;
	}
	.about-f2{
		font-weight: 500;
	}
	.about-f4{
		left: 40px;
		bottom: 40px;
	}
	.about-hlt{
		width: 100%;
	}
	.about-hrt{
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}
	.proinfo-b,.about-hlt,.about-elt,.about-j{
		font-weight: bold;
	}
}

@media(max-width:750px){
	.about{
		padding: .8rem 4%;
	}
	.about-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.about-bc{
		margin-top: .5rem;
	}
	.about-c{
		margin-top: .4rem;
	}
	.about-c2{
		height: 1rem;
	}
	.about-c3{
		font-size: .3rem;
		margin-top: .15rem;
		font-weight: bold;
	}
	.about-d{
		height: 45vw;
	}
	.about-d2{
		width: 16vw;
		margin-left: -8vw;
	}
	.about-e{
		padding: .8rem 4% 4rem 4%;
	}
	.about-e .md-show{
		background-position: center bottom;
		background-size: 100% auto;
	}
	.about-elt{
		width: 100%;
	}
	.about-ert{
		width: 105%;
		margin-top: .6rem;
		font-size: 0;
		float: initial;
		float: left;
	}
	.about-eli{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 6%;
		margin-left: 0;
		border-width: 2px;
		padding-top: .15rem;
	}
	.about-e2{
		font-size: .6rem;
	}
	.about-e3{
		font-size: .26rem;
		margin-top: .15rem;
	}
	.about-ediv{
		padding: 0;
	}
	
	.about-f{
		width: calc(100% + 3px);
	}
	.about-fli{
		width: calc(50% - 3px);
		margin-right: 3px;
		margin-bottom: 3px;
		height: 6rem;
		padding: .6rem 4%;
	}
	.about-f2{
		font-size: .34rem;
		font-weight: bold;
	}
	.about-f3{
		margin-top: .4rem;
		font-size: .26rem;
	}
	.about-f3 li{
		margin-bottom: .2rem;
		padding-left: .2rem;
	}
	.about-f3 li:after{
		height: .3rem;
		top: .06rem;
	}
	.about-f4{
		left: .4rem;
		bottom: .4rem;
	}
	.about-g{
		padding: .8rem 4%;
	}
	.about-hdiv{
		padding: .8rem 4%;
	}
	.about-hrt{
		margin-top: .5rem;
	}
	.about-hli{
		margin-top: .5rem;
	}
	.about-h23{
		width: 100%;
		padding: 0;
	}
	.about-h4{
		width: 100%;
		margin-top: .15rem;
	}
	.about-jk{
		padding: .8rem 4%;
	}
	.about-k{
		width: 100%;
		margin-top: .6rem;
	}
	.about-kli{
		width: 100%;
		margin: 0;
		margin-bottom: .4rem;
		padding-right: 2rem;
		min-height: 2.4rem;
		padding-bottom: .2rem;
	}
	.about-k3{
		margin-top: .15rem;
	}
	.about-k4{
		width: 1.8rem;
		height: 2rem;
		line-height: 2rem;
	}
}



.idxban-swiper {
	width: 100%;
	width: 100%;
	height: 50vw;
	max-height: 100vh;
}
.idxban-pos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.idxban-div{
	position: relative;
	left: 5vw;
	opacity: 0;
	padding-top: 12.75vw;
}
.idxban-a{
	width: 29.5vw;
	color: #fff;
}
.idxban-b{
	margin-top: .6vw;
}
.idxban-c {
	display: inline-block;
	width: 14.5vw;
	color: #969696;
	text-align: center;
	background: #fff;
	margin-top: 4.2vw;
	line-height: 4.8vw;
	border-radius: 2.5vw;
	border-bottom-right-radius: 0;
}
.idxban-c:hover{
	/*background: #222;
	color: #fff;*/
}
.idxban-d{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 2.5vw;
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 0 3.125vw;
	padding-top: 2.08vw;
}
.idxban-d2{
	padding-left: 1.5vw;
	line-height: 1.2;
	position: relative;
}
.idxban-d2:after{
	content: '';
	width: 1vw;
	height: 1vw;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5vw;
}
.idxban-but{
	width: 2vw;
	height: 1.5vw;
	position: absolute;
	right: 3.125vw;
	bottom: 2.5vw;
	overflow: hidden;
	z-index: 3;
}
.idxban-but-a,.idxban-but-b{
	width: 40%;
	float: left;
	height: 1.5vw;
	background: url(../image/ico03_1.png) no-repeat center;
	background-size: .5vw auto;
	cursor: pointer;
}
.idxban-but-b{
	background-image: url(../image/ico03_2.png);
	float: right;
}

.idxban-sd.swiper-slide-active .idxban-div{
	left: 0;
	opacity: 1;
		
	transition: all .6s 6s;
	-webkit-transition: all .6s .6s;  
}
.idxban-sd.swiper-slide-active .idxban-b{
	left: 0;
	opacity: 1;	
	transition: all .6s .8s;
	-webkit-transition: all .6s .8s;  
}
.idxban-span{
	bottom: 3vw !important;
	text-align: right;
	padding-right: 3.125vw;
}
.idxban-span span{
	margin-left:0 !important;
	margin-right: 0 !important;
	width: 4.16vw;
	height: 2px;
	border-radius: 0;
	background: #ffffff;
}

.ban-video{
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.videoboxs{
	background: #222;
	overflow: hidden;
}
.videoboxs .imgBj{
	opacity: 0;
}



@media(max-width:1200px){
	.idxban-swiper{
		height: 60vw;
	}
	.idxban-a{
		width: 38vw;
	}
	.idxban-tk{
		width: 30vw;
	}
	.idxban-c{
		line-height: 3;
		padding: 0 20px;
		width: 22vw;
	}
	.ban-video{
		display: none;
	}
	.idxban-but{
		width: 50px;
		height: auto;
	}
	.idxban-but-a, .idxban-but-b{
		height: 30px;
		background-size: 10px auto;
	}
	.videoboxs .imgBj{
		opacity: 1;
	}
}
@media(max-width:750px){
	.idxban-swiper{
		height: 100vh;
	}
	.idxban-a{
		width: 100%;
		padding-top: 1rem;
		font-size: .66rem;
		/*font-weight: bold;*/
		min-height: 3rem;
	}
	.idxban-c{
		margin-top: .5rem;
		width: 2.6rem;
		font-size: .24rem;
		padding: 0;
		border-radius: .3rem;
		border-bottom-right-radius: 0;
	}
	.idxban-tk{
		width: 5rem;
		top: initial;
		bottom: 2rem;
		padding: .4rem;
	}
	.idxban-tk-c{
		width: .5rem;
	}
	.idxban-d{
		padding-top: .3rem;
		bottom: .3rem;
	}
	.idxban-d2{
		padding-left: .3rem;
	}
	.idxban-d2:after{
		width: .1rem;
		height: .1rem;
	}
}



.iabt{
	padding: 6.25vw 0;
}
.iabt-b{
	display: inline-block;
	line-height: 2.6;
	border-bottom: 1px solid #999;
	margin-top: 2.1vw;
}
.iabt-b:hover{
	border-color: #2354a1;
}


.ipro{
	position: relative;
}
.ipro-img{
	
}
.ipro-ul{
	z-index: 2;
}
.ipro-ul .product-li{
	height: 35.5vw;
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s; 
	
}
.ipro-ul .product-li.on{
	opacity: .4;
transition: all .5s;
-webkit-transition: all .5s; 
}
.ipro-ul .product-li:nth-child(2n + 0){
	background: rgba(0,0,0,.2);
}
.ipro-ul .product-li .industry-cdiv{
	padding-top: 7.5vw;
}

.inws{
	padding: 4.16vw 0 5.2vw 0;
}

.idus{
	font-size: 0;
	margin-top: 2.5vw;
}
.idus-lt{
	width: 65.625%;
	display: inline-block;
	vertical-align: top;
}
.idus-li{
	width: calc(50% - .5vw);
	margin-right: .5vw;
	margin-bottom: .5vw;
	position: relative;
	height: 12.75vw;
	border-radius: 1vw;
}
.idus-li .industry-cbj{
	background-size: 100% auto;
	background-position: center top;
	
}
.idus-li .industry-c2{
	position: absolute;
	left: 2.5vw;
	top: 2.5vw;
	z-index: 3;
	height: 3vw;
}
.idus-li .industry-c2 img{
	max-height: 100%;
}
.idus-li .industry-c3{
	position: absolute;
	left: 2.5vw;
	bottom: 1.5vw;
	z-index: 3;
	margin: 0;
	color: #ffffff;
}
.idus-li .industry-c5{
	position: absolute;
	top: 1.2vw;
	right: 1.2vw;
	z-index: 3;
	margin: 0;
}
.idus-rt{
	width: 34.375%;
	padding-left: 2.865vw;
	display: inline-block;
	vertical-align: top;
}
.idus-rt .industry-fli{
	width: 100%;
	height: 4.8vw;
	margin-bottom: .5vw;
}


.inws-txt{
	margin-top: 6.25vw;
	width: 100%;
	
}
.inws-a{
	display: inline-block;
}
.inws-b{
	margin: 0;
	float: right;
	line-height: 2;
}

.inws-ul{
	margin-top: 2.2vw;
	width: 102.2%;
	font-size: 0;
}
.inws-li{
	display: inline-block;
	vertical-align: top;
	width: 31.133%;
	margin-right: 2%;
	border-top: 1px solid #e8e8e8;
	position: relative;
	padding-top: 2.1vw;
}
.inws-c{
	color: #111;
}
.inws-d{
	margin-top: 1vw;
	min-height: 5.2vw;
	color: #111;
}
.inws-e{
	width: 2.5vw;
	height: 2.5vw;
	margin-top: 2.1vw;
	background: url(../image/ico07_1.png) no-repeat right;
	background-size: 99%;
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-li:hover .inws-e{
	background-image: url(../image/ico07_5.png);
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-li:after{
	content: '';
	width: 0%;
	position: absolute;
	left: 0;
	top: -1px;
	height: 2px;
	background: #2354a1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-li:hover:after{
	width: 100%;
transition: all .5s;
-webkit-transition: all .5s;  
}

.ipro-ul .pc-show{
	display: none;
}

.izcfw-bj{
	position: relative;
}
.izcfw{
	padding: 5.2vw 0;
	min-height: 19vw;
	font-size: 0;
	position: relative;
	z-index: 2;
	color: #fff;
	overflow: hidden;
}
.izcfw-lt{
	float: left;
}
.izcfw-rt{
	float: right;
}
.izcfw-li{
	display: inline-block;
	vertical-align: top;
	margin-left: 8.3vw;
	position: relative;
	color: #fff;
	text-align: center;
}
.izcfw-a{
	height: 3.7vw;
}
.izcfw-b{
	margin-top: 1vw;
}
.izcfw-li:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: -4.15vw;
	top: 0;
	background: rgba(255,255,255,.2);
}
.izcfw-li:first-child:after{
	display: none;
}


@media(max-width:1200px){
	.ipro-ul .pc-show{
		display: block;
	}
}

@media(max-width:1000px){
	.idus-li .industry-c5{
		opacity: 1;
	}
	.industry-f2{
		font-size: 16px;
	}
	.inws-e{
		width: 30px;
		height: 30px;
	}
	.inws-ul{
		margin-top: 40px;
	}
	
	.izcfw-b{
		font-size: 18px;
		margin-top: 10px;
	}
}

@media(max-width:750px){
	.iabt{
		padding: .8rem 4%;
	}
	.iabt-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.iabt-b{
		line-height: 2;
		margin-top: .4rem;
	}
	.ipro-ul .product-li{
		height: 45vw;
	}
	.ipro-ul .pc-show{
		display: none;
	}
	.ipro-ul .product-li .imgBj{
		opacity: 1;
	}
	.ipro-ul .product-li .industry-c4{
		top: 25vw;
	}
	.ipro-ul .product-li .industry-c5{
		top: .5rem;
	}
	
	.inws{
		padding: .8rem 4%;
	}
	.idus{
		margin-top: .5rem;
	}
	.idus-lt{
		width: 100%;
	}
	.idus-li{
		width: 100%;
		margin-bottom: .15rem;
		height: 34vw;
		border-radius: .2rem;
	}
	.idus-li .industry-c2{
		height: .8rem;
		left: .4rem;
		top: .4rem;
	}
	.idus-li .industry-c3{
		width: 100%;
		padding: .4rem;
		left: 0;
		bottom: 0;
	}
	.idus-li .industry-c5{
		width: .5rem;
		top: .3rem;
		right: .3rem;
	}
	.idus-rt{
		width: 100%;
		padding: 0;
		margin-top: .3rem;
	}
	.idus-rt .industry-fli{
		height: 15vw;
		border-radius: .2rem;
	}
	.inws-txt{
		margin-top: .8rem;
	}
	.inws-b{
		margin-top: 0;
	}
	.inws-ul{
		width: 100%;
		margin-top: .5rem;
	}
	.inws-li{
		width: 100%;
		margin-bottom: .5rem;
		padding-top: .25rem;
	}
	.inws-d{
		font-weight: bold;
		margin-top: .15rem;
	}
	.inws-e{
		margin-top: .25rem;
	}
	
	
	.izcfw{
		padding: .8rem  4%;
	}
	.izcfw-rt{
		width: 100%;
		display: flex;
		margin: 0;
		margin-top: .6rem;
		justify-content: space-between;
	}
	.izcfw-li{
		margin: 0;
		display: inline-block;
		max-width: 30%;
	}
	.izcfw-li:after{
		display: none;
	}
	.izcfw-a{
		height: .8rem;
	}
	.izcfw-b{
		font-size: .28rem;
		margin-top: .2rem;
	}
}




header{
	position: fixed;
	top: 1vw;
	left: 0;
	width: 100%;
	z-index: 19;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.header{
	height: 4.2vw;
	position: relative;
}
.logo{
	display: inline-block;
	vertical-align: top;
	width: 9.06vw;
	line-height: 4.2vw;
}
.logo img{
	width: 100%;
}
.logo .img2{
	display: none;
}



.header-a{
	float: right;
	padding: 0 1.5vw;
	line-height: 2.5vw;
	border-radius: 1.5vw;
	margin-top: .85vw;
	background: #fff;
	color: #666;
}
.header-a:hover{
	background: #2354a1 !important;
	color: #fff;
}

.header-b{
	display: inline-block;
	vertical-align: top;
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 100%;
	/*border: 1px solid rgba(255,255,255,.2);*/
	text-align: center;
	float: right;
	
	color: #fff;
	line-height: 2.4vw;
	margin-top: .85vw !important;
}
.header-b1{
	margin-right: .6vw;
	color: #fff ;
	font-weight: bold;
}
.header-b:hover{
	color:  #2354a1 !important;
	border-color: #2354a1 !important;
}
.header-b2{
	background: url(../image/ico01.png) no-repeat center;
	background-size: 1.1vw auto;
}
.header-b2:hover{
	background-image: url(../image/ico01_3.png) !important;
}

.header-nav{
	float: right;
	padding-top: 0.2vw;
}
.header-nav-li{
	display: inline-block;
	vertical-align: top;
	margin-right: 3.7vw;
	font-size: 0;
	position: relative;
}
.header-nav-li:last-child{
    display:none;
}
.header-nav-li:nth-child(2) .header-d,.header-nav-li:nth-child(5) .header-d{
    display: none !important;
}
.header-c{
	line-height: 4.2vw;
	color: #fff;
	/* font-weight: bold; */
	display: inline-block;
	vertical-align: top;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.header-d{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 12vw;
	margin-left: -6vw;
	padding: .5vw;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0,0,0,.1);
	display: none;
}
.header-d a{
	display: block;
	text-align: center;
	margin: .5vw 0;
	line-height: 1.8;
}

.header-e{
	width: 0%;
	position: absolute;
	left: 50%;
	top: calc(-2vw - 3px);
	background: #fff;
	height: 3px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.header-nav-li:hover .header-c{
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;  
}
@media(min-width:1201px){
	.header-nav-li:hover .header-e,
	.header-nav-li.on .header-e{
		width: 100%;
		left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;  
	}
}


header.on{
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
header.on .logo .img1{
	display: none;
}
header.on .logo .img2{
	display: inline-block;
}
header.on .header-a{
	background: #222;
	color: #fff;
}
header.on .header-b{
	color: #222;
	border-color: rgba(0,0,0,.2);
}
header.on .header-b2{
	background-image: url(../image/ico01_2.png);
}
header.on .header-c{
	color: #888;
}
header.on .header-nav-li:hover .header-c,
header.on .header-nav-li.on .header-c{
	color: #000;
}
header.on .header-e{
	background: #000;
	top: -3px;
}

header.hv{
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
header.hv .logo .img1{
	display: none;
}
header.hv .logo .img2{
	display: inline-block;
}
header.hv .header-a{
	background: #222;
	color: #fff;
}
header.hv .header-b{
	color: #222;
	border-color: rgba(0,0,0,.2);
}
header.hv .header-b2{
	background-image: url(../image/ico01_2.png);
}
header.hv .header-c{
	color: #888;
}
header.hv .header-nav-li:hover .header-c,
header.hv .header-nav-li.on .header-c{
	color: #000;
}
header.hv .header-e{
	background: #000;
	top: -3px;
}


header.bj{
	/*background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	top: 0;*/
	transition: all .3s;
	-webkit-transition: all .3s;  
}
header.bj .logo .img1{
	display: none;
}
header.bj .logo .img2{
	display: inline-block;
}
header.bj .header-a{
	background: #222;
	color: #fff;
}
header.bj .header-b{
	color: #222;
	border-color: rgba(0,0,0,.2);
}
header.bj .header-b2{
	background-image: url(../image/ico01_2.png);
}
header.bj .header-c{
	color: #888;
}
header.bj .header-nav-li:hover .header-c,
header.bj .header-nav-li.on .header-c{
	color: #000;
}
header.bj .header-e{
	background: #000;
}

.header-dx{
	width: 35px;
	margin-top: 23px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	float: right;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background:#fff;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

header.on .header-dx>div{
	background: #000;
}
header.hv .header-dx>div{
	background: #000;
}
header.bj .header-dx>div{
	background: #000;
}

@media(max-width:1200px){
	.header-a{
		display: none;
	}
	header{
		top: 0;
	}
	.header{
		height: 70px;
	}
	.logo{
		line-height: 70px;
		width: 120px;
	}
	
	.header-b1{
		line-height: 70px;
		font-size: 20px;
		height: 70px;
		margin: 0 !important;
		margin-left: 20px !important;
	}
	.header-b2{
		width: 20px;
		height: 70px;
		margin: 0 !important;
		background-size: 100% auto;
	}
	
	.header-e{
		position: absolute;
		left: initial !important;
		right: 0 !important;
		top: 0 !important;
		height: 100px;
		width: 30%;
		background: url(../image/ico29_3.png) no-repeat right center !important;
		background-size: 20px auto !important;
		z-index: 5;
		
	}
	
	
	.header-nav{
		position: fixed;
		top: 70px;
		left: 0;
		border-top: 1px solid #eee;
		width: 100%;
		height: calc(100vh - 70px);
		background: #fff;
		padding: 30px 5%;
		display: none;
	}
	.header-nav-li{
		width: 100%;
		margin: 0;
	}
	.header-c{
		width: 100%;
		line-height: 100px;
		border-bottom: 1px solid rgba(0,0,0,.2);
		font-size: 26px;
		margin: 0;
		color: #000 !important;
		font-weight: bold;
		box-shadow: initial;
	}
	
	.header-dx{
		display: block;
	}
	
	.header-e.on{
		background-image: url(../image/ico29_4.png) !important;
	}
	.header-d{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: initial;
		margin: 0;
		text-align: left;
		padding: ;
	}
	.header-d a{
		display: inline-block;
		width: 100%;
		padding: 0 20px;
	}
	.header-nav-li2 .header-e{
		display: none;
	
	}
	.header-d a{
		display: inline-block;
		width: 100%;
		margin: 10px 0;
		text-align: left;
	}
}
@media(max-width:1000px){
	.header-c{
		font-size: 20px;
		line-height: 80px;
	}
}
@media(max-width:750px){
	.header{
		height: 3rem;
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.logo{
		width: 7rem;
		line-height: 1rem;
	}
	.header-b{
		width: .6rem;
		height: .6rem;
		line-height: .58rem;
		margin-top: .2rem !important;
		margin-left: .25rem;
	}
	.header-b1{
		font-size: .28rem;
		margin-left: .1rem !important;
	}
	.header-b2{
		background-size: .3rem auto;
	}
	.header-nav{
		height: calc(100vh - 1rem);
		top: 1rem;
		padding: .4rem 4%;
	}
	.header-c{
		font-size: 1.2rem;
		line-height: 3rem;
		font-weight: normal;
	}
	
	.header-dx{
		display: block;
		width: .95rem;
		margin-top: .1rem;
		margin-left: .45rem;
		padding-top: .23rem;
		margin-right: 0;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	
	
	.header-e{
		height: 1rem  !important;
		background-size: .26rem auto !important;
	}
	.header-d a{
		margin: .06rem auto;
	}
}


.header-tk-bj{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 18;
	background: rgba(0,0,0,.6);
	display: none;
}
.header-tk{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f2f9fa;
	min-height: 35.416vw;
	background-size: cover;
	padding-top: 7vw;
}
.header-tkw{
	/*width: 92%;
	max-width: 1150px;
	margin: 0 auto;*/
}
.header-tk-a{
	font-size: 60px;
	text-align: center;
	line-height: 1;
	color: #2354a1;
}
.header-tk-b{
	width: 100%;
	position: relative;
	margin-top: 50px;
}
.header-tk-b1{
	width: 100%;
	height: 100px;
	padding-left: 60px;
	padding-right: 100px;
	font-size: 20px;
	background: #fff url(../image/ico01_2.png) no-repeat 25px center;;
	border: 0;
	border-radius: 45px;
}
.header-tk-b2{
	font-size: 20px;
	height: 100%;
	width: 80px;
	border: 0;
	background: initial;
	color: #2354a1;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
}
.header-tk-c{
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}
.header-tk-c1{
	font-size: 16px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.header-tk-c a{
	display: inline-block;
	vertical-align: inherit;
	font-size: 16px;
	color: #000;
	opacity: .5;
	margin-right: 30px;
	margin-bottom: 10px;
}
.header-tk-c a:hover{
	opacity: 1;
	color: #2354a1;
}
.header-tk-d{
	position: absolute;
	top: 6vw;
	right: 20px;
	opacity: .3;
	width: 35px;
	cursor: pointer;
}
.header-tk-d:hover{
	opacity: 1;
}

.header-tk-div-bj{
	background: #fff;
}
.header-tk-div{
	padding: 2.5vw 0;
	margin-top: 3.75vw;
	min-height: 15vw;
	display: flex;
	justify-content: space-between;
}
.header-tk-li{
	display: inline-block;
	vertical-align: top;
}
.header-tk-k{
	margin-top: 1vw;
}
.header-tk-k a{
	color: #999;
}
.header-tk-k a:hover{
	color: #2354a1;
}

@media(max-width:1200px){
	.header-tk-d{
		top: 90px;
	}
}
@media(max-width:1000px){
	.header-tk-a{
		font-size: 40px;
	}
	.header-tk-b1{
		height: 60px;
		line-height: 60px;
	}
	.header-tk{
		padding-bottom: 10vw;
	}
	.header-tk-c{
		margin-top: 30px;
	}
	.header-tk-div-bj{
		display: none;
	}
	.header-tk-d{
		top: initial;
		bottom: 30px;
	}
}
@media(max-width:750px){
	.header-tkw{
		width: 90%;
	}
	.header-tk-a{
		font-size: .6rem;
		padding-top: 1rem;
	}
	.header-tk-b1{
		height: 1rem;
		line-height: 1rem;
		font-size: .3rem;
		padding-left: 1.2rem;
		padding-right: 1.5rem;
	}
	.header-tk{
		padding-bottom: 1rem;
		padding-top: 1.2rem;
	}
	.header-tk-c{
		margin-top: 30px;
	}
	.header-tk-b{
		margin-top: .4rem;
	}
	.header-tk-b1{
		background-size: .3rem;
		background-position-x: .3rem;
	}
	.header-tk-b2{
		font-size: .3rem;
		width: 1rem;
	}
	.header-tk-c{
		margin: .3rem 0;
	}
	.header-tk-c1,
	.header-tk-c a{
		font-size: .24rem;
		margin-right: .2rem;
		margin-bottom: .15rem;
	}
	.header-tk-d{
		width: .4rem;
		right: 50%;
		margin-right: -.2rem;
		bottom: .3rem;
	}
}


.footer{
	padding: 3.7vw 0 3.7vw 0;
}
.footer-ab{
	overflow: hidden;
}
.footer-a{
	width: 11.45vw;
	float: left;
}
.footer-b{
	color: #595656;
	width: 50%;
	float: right;
	text-align: right;
}
.footer-cd{
	margin-top: 5.16vw;
	padding-top: 2.1vw;
	border-top: 1px solid #e7e7e7;
	font-size: 0;
}
.footer-c{
	width: 15%;
	display: inline-block;
	vertical-align: top;
}
.footer-d{
	width: 85%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.footer-d{
	color: #999999;
}
.footer-d a,.footer-d span{
	display: inline-block;
	vertical-align: top;
	margin-left: 1.2vw;
	color: #999;
}
.footer-d a:hover{
	color: #2354a1;
}

.footer-cli{
	display: inline-block;
	vertical-align: top;
	margin-right: 1vw;
	position: relative;
}
.footer-ca{
	height: 2.1vw;
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.footer-cb{
	width: 120px;
	position: absolute;
	left: 0;
	bottom: 100%;
	padding-bottom: 15px;
	display: none;
}
.footer-cli:hover .footer-ca{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
@media(max-width:1200px){
	.footer-a{
		width: 150px;
	}
	.footer-ca{
		height: 25px;
	}
}
@media(max-width:750px){
	.footer{
		padding: .8rem 4%;
	}
	.footer-a{
		width: 30%;
	}
	.footer-b{
		width: 65%;
	}
	.footer-cd{
		margin-top: .6rem;
		padding-top: .4rem;
	}
	.footer-c{
		width: 100%;
	}
	.footer-cli{
		margin-right: .3rem;
	}
	.footer-d{
		width: 100%;
		text-align: left;
		margin-top: .3rem;
		font-size: .28rem;
		line-height: 1.5;
	}
	.footer-d a, .footer-d span{
		margin-left: 0;
	}
	.footer-cli span,
	.footer-cli a{
		margin-left: 0 !important;
		margin-right: .2rem;
	}
}

.footer-bj{
	background: #3f444a;
	position: relative;
	color: #fff;
}
.footer-i{
	width:25%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #2354a1;
}
.footer-cnt{
	padding: 5.2vw 0;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.footer-lt{
	width: 20%;
	padding-right: 1.5vw;
	display: inline-block;
	vertical-align: top;
}
.footer-e{
	width: 11.45vw;
}
.footer-f{
	margin-top: 3.125vw;
	font-family: arial;
}
.footer-h{
	margin-top: 1.6vw;
}
.footer-h .footer-cli{
	width: 3.125vw;
	height: 3.125vw;
	text-align: center;
	line-height: 3.1vw;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 100%;
}
.footer-h .footer-cli .footer-ca{
	opacity: 1;
	height: 1.2vw;
}
.footer-rt{
	width: 80%;
	display: inline-block;
	vertical-align: top;
	padding-left: 6.2vw;
}
.footer-j{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer-j .header-tk-k{
	margin-top: 3.125vw;
}
.footer-j .header-tk-k a:hover{
	color: #fff;
}
.footer-bnt{
	padding: 2.5vw 0;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.footer-m{
	opacity: .4;
}
.footer-n{
	width: 100%;
	text-align: left;
	padding-right: 5vw;
	color: #999;
}
.footer-n a{
	color: #999;
}
.footer-n a:hover{
	color: #fff;
}
.footer-n span,
.footer-n a{
	display: inline-block;
	vertical-align: top;
	margin-right: 1.2vw;
}
.footer-bnt .footer-rt{
	position: relative;
}
.footer-o{
	width: 2.5vw;
	height: 2.5vw;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 100%;
	background: url(../image/ico04_1.png) no-repeat center;
	background-size: 1vw auto;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.footer-o:hover{
	background-color: rgba(255,255,255,.1);
}
@media(max-width:1200px){
	.footer-f{
		font-size: 26px;
	}
	.footer-h{
		margin-top: 15px;
	}
	.footer-h .footer-cli{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.footer-h .footer-cli .footer-ca{
		height: 15px;
	}
	.header-tk-k,
	.header-tk-j{
		font-size: 14px;
	}
	.footer-m,.footer-n{
		font-size: 14px;
	}
	.footer-o{
		width: 30px;
		height: 30px;
		background-size: 10px auto;
	}
}
.footer-n2{
	display: none;
}
@media(max-width:1000px){
	.footer-i{
		width: 100%;
		height: 200px;
	}
	.footer-lt{
		width: 100%;
	}
	.footer-e{
		width: 150px;
		display: inline-block;
	}
	.footer-fg{
		display: inline-block;
		vertical-align: top;
		text-align: right;
		float: right;
	}
	.footer-f{
		margin-top: 0;
	}
	.footer-h{
		padding-top: 30px;
		margin-top: 40px;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.footer-rt{
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}
	.footer-m{
		display: inline-block;
		display: none;
	}
	.footer-no{
		margin: 0;
		display: inline-block;
		width: 100%;
	}
	.footer-n2{
		display: inline-block;
	}
	.footer-n{
		padding-right: 50px;
	}
}
@media(max-width:750px){
	.footer-cnt{
		padding: .8rem  4% .4rem 4%;
	}
	.footer-e{
		width: 30%;
	}
	.footer-fg{
		width: 70%;
		padding-left: 5%;
	}
	.footer-f{
		font-size: .34rem;
	}
	.footer-g{
		font-size: .24rem;
	}
	.footer-h{
		margin-top: .8rem;
		padding-top: .4rem;
	}
	.footer-h .footer-cli{
		width: .7rem;
		height: .7rem;
		line-height: .68rem;
		margin-right: .2rem;
	}
	.footer-h .footer-cli .footer-ca{
		height: .3rem;
	}
	.footer-i{
		height: 3.6rem;
	}
	.footer-rt{
		margin-top: 1.2rem;
	}
	.footer-j{
		display: block;
	}
	.header-tk-li{
		width: 100%;
	}
	.header-tk-j{
		font-size: .3rem;
		line-height: 1rem;
		border-bottom: 1px solid rgba(255,255,255,.2);
		opacity: .6;
		background: url(../image/ico29_1.png) no-repeat right center;
		background-size: .26rem auto;
	}
	.header-tk-j.on{
		background-image:url(../image/ico29_2.png);
		opacity: 1;
	}
	.header-tk-k{
		margin: 0;
		margin-bottom: .2rem;
		display: none;
	}
	.header-tk-k a{
		display: inline-block;
		width: 100%;
		padding-left: .25rem;
		font-size: .24rem;
		margin: .06rem 0;
	}
	.footer-bnt{
		padding: .4rem 4%;
	}
	.footer-no{
		margin-top: 0;
	}
	.footer-n span, .footer-n a{
		font-size: .28rem;
		line-height: 1.5;
	}
}

/* 下载登录 存融复制 */
.logon-tk{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 39;
	background: rgba(255,255,255,.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	display: none;
}
.logon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	height: 31.6vw;
	border-radius: 2vw;
	overflow: hidden;
	background: #fff;
	font-size: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.logon-lt{
	width: 37.7%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	background: url(../image/img22.jpg);
	padding: 3vw;
	color: #fff;
	position: relative;
}
.logon-b{
	opacity: .3;
}

.logon-c{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3vw;
}
.logon-cli{
	margin-top: .6vw;
	position: relative;
	padding-left: 1.5vw;
}
.logon-cli:after{
	content: '';
	width: .8vw;
	height: .8vw;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.4vw;
	opacity: .3;
}
.logon-rt{
	width: 62.3%;
	display: inline-block;
	vertical-align: top;
	padding: 3.125vw 1.6vw;
}
.logon-rt .contact-c{
	width: 46%;
	margin-bottom: 1.3vw;
}
.logon-rt .contact-cwd{
	width: 100%;
}
.logon-rt .contact-crt{
	margin-left: 8%;
}
.logon-rt .contact-csub{
	margin-top: 0;
}
.logon-gb{
	width: 1.6vw;
	height: 1.6vw;
	position: absolute;
	top: 1.2vw;
	right: 1.2vw;
	background: url(../image/x03.png) no-repeat right;
	background-size: cover;
	opacity: .4;
}
.logon-gb:hover{
	opacity: 1;
}
.logon-yzm{
	width: 5vw;
	line-height: 3.125vw;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.logon-fsz{
	width: 5vw;
	height: 3.125vw;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.logon-fsz div{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	background: #fff;
	line-height: 3.125vw;
}
.logon-fsz .sp2{
	display: none;
}
@media(max-width:1200px){
	/*.logon-tk{
		display: block !important;
	}*/
	.logon{
		height: auto;
		overflow: hidden;
	}
	.logon-lt{
		position: absolute;
	}
	.logon-rt{
		float: right;
		padding: 40px 30px;
	}
	.logon-rt .contact-c{
		width: 100%;
		margin-left: 0;
	}
	.logon-yzm{
		width: 8vw;
	}
	.logon-fsz{
		width: 10vw;
		text-align: center;
	}
	.logon-lt{
		padding: 40px 30px;
	}
	.logon-cli{
		padding-left: 30px;
	}
	.logon-cli:after{
		width: 12px;
		height: 12px;
		top: 10px;
	}
	.logon-gb{
		width: 40px;
		height: 40px;
	}
}
@media(max-width:1000px){
	.logon-lt{
		width: 45%;
	}
	.logon-rt{
		width: 55%;
	}
}
@media(max-width:750px){
	.logon-lt{
		width: 100%;
		position: relative;
		height: auto;
	}
	.logon-rt{
		width: 100%;
	}
	.logon-c{
		position: relative;
		padding: 0;
		margin-top: .7rem;
	}
	.logon{
		width: 100%;
		top: 0;
		height: 100vh;
		transform: initial;
		left: 0;
		border-radius: 0;
	}
	.logon-cli{
		padding-left: .4rem;
	}
	.logon-cli:after{
		width: .2rem;
		height: .2rem;
		top: .1rem;
	}
	.logon-rt{
		padding: .4rem .5rem;
	}
	.logon-rt .contact-c{
		margin-bottom: .1rem;
	}
	.logon-yzm{
		width: 1rem;
		line-height: .8rem;
	}
	.logon-fsz{
		width: 1.5rem;
		height: .8rem;
		line-height: .8rem;
	}
	.logon-fsz div{
		line-height: .8rem;
	}
	.logon-rt .contact-csub{
		width: 100%;
		margin-top: .3rem;
	}
	.logon-tk{
	}
	.logon-a{
		font-size: .5rem;
		font-weight: bold;
	}
	.logon-gb{
		width: .8rem;
		height: .8rem;
		background-image: url(../image/x02.png);
	}
}


.searchs{
	padding: 11.5vw 0 5.2vw 0;
}
.searchs-a{
	display: inline-block;
}
.searchs-b{
	float: right;
	color: #2354a1;
	padding-top: 1.2vw;
}

.searchs-fm{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 2.6vw;
	border-radius: 1vw;
	overflow: hidden;
}
.searchs-c{
	border: initial;
	border: initial;
	width: 100%;
	background: #e8eff7 url(../image/ico01_3.png) no-repeat 1.8vw center;
	background-size: 1.85vw auto;
	line-height: 6.25vw;
	padding-left: 5.2vw;
	padding-right: 10.4vw;
	border-radius: 1vw;
	color: #2354a1;
}
.searchs-d{
	width: 6.5vw;
	text-align: center;
	line-height: 6.25vw;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: initial;
	color: #2354a1;
}
.searchs-ul{
	margin-top: 4.16vw;
}
.searchs-li{
	display: block;
	padding: 3.125vw 0;
	font-size: 0;
	display: block;
	border-bottom: 1px solid #d4dee6;
	color: #222;
	position: relative;
}
.searchs-div{
	overflow: hidden;
	position: relative;
	/*background: url(../img/ico22_1.png) no-repeat right top;*/
	background-size: 2.6vw;
	min-height: 2.6vw;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-f{
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
.searchs-f span{
	color: #2354a1;
}
.searchs-e{
	display: inline-block;
	vertical-align: top;
	padding-top: .5vw;
	float: right;
}
.searchs-li:hover{
	color: #222;
}
.searchs-li:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #2354a1;
	position: absolute;
	left: 0;
	bottom: -1px;
transition: all .5s;
-webkit-transition: all .5s;  
	
}
.searchs-li:hover:after{
	width: 100%;
transition: all .5s;
-webkit-transition: all .5s;  
}
/*.searchs-li:hover .searchs-div{
	background-image: url(../img/ico22.png);
transition: all .5s;
-webkit-transition: all .5s;  
}*/

@media(max-width:1200px){
	.searchs{
		padding: 150px 0 60px 0;
	}
	.searchs-c{
		height: 80px;
		padding-right: 120px;
	}
	.searchs-d{
		width: 100px;
		line-height: 80px;
	}
	
}
@media(max-width:750px){
	.searchs{
		padding: 1.8rem 0 .8rem 0;
	}
	.searchs-fm{
		margin-top: .4rem;
	}
	.searchs-c{
		height: 1rem;
		padding-left: .8rem;
		padding-right: 1.2rem;
		background-position-x: .25rem;
		background-size: .3rem auto;
		border-radius: .2rem;
	}
	.searchs-d{
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
	}
	.searchs-ul{
		margin-top: .8rem
	}
	.searchs-li{
		padding: .35rem 0;
	}
	.searchs-div{
		background-size: .4rem;
		background-position-y: .1rem;
	}
	.searchs-f{
		width: 75%;
		font-size: .26rem;
	}
}
.indexabout{
    
}
.indexabouta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.indexaboutleft{
    width: 48%;
    border-radius: 15px;
    overflow: hidden;
}
.indexaboutleft img{
    width: 100%;
}
.indexaboutright{
    width: 49%;
}
.indexaboutright .nr{
    
}
.indexaboutright .nr h2{
    font-weight: bold;
}
.indexaboutright .nr p{line-height: 1.8;color: #111111;}
.indexaboutbtn{
    margin-top: 20px;
}
.indexaboutbtn a{
    
}
.indexaboutb{
    
}
.indexaboutzz{margin-top: 30px;}
.numCount{ margin: 0 -10px;}
.numCount .clearfix{
    display: flex;
    border-radius: 15px;
    background: #2354a1;
}
.numCount li .indc{
    color: #fff;
}
.numCount li{float: left;border-left: 1px solid #ffffff;width: 25%;text-align: center;}
.numCount li .item{margin: 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{font-size:54px;color: #ffffff;font-weight: bold;}
.numCount li .numU .unitC{font-size: 100%;line-height: 1.3;margin-left: 0.3em;color: #fff;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{font-size: 2vw;}
}
.indexsv{
    background: url(../images/indexsvbg.jpg);
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.indexsva{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indexsvbt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.indexsvbt p{
    color: #fff;
    font-weight: bold;
}
.indexsvbt h2{
    color: #fff;
    font-weight: bold;
}
.indexsvnr{
    
}
.indexsvnr p{
    color: #fff;
}
.indexsvbtn{
    margin-top: 50px;
}
.indexsvbtn a{padding: 15px 30px;background: #fff;color: #2354a1;border-radius: 2.5vw;}
/* footer */
.footer {background:#1a1a1a;position: relative;clear: both;overflow: hidden;color: #fff;}
.footer a:hover {color: #2d75ff;}
.footer-content {width: 82%;margin: auto;position: relative;}
.footer-content-top {padding: 2% 0 1% 0;overflow: hidden;border-bottom: 1px solid #3c3c3c;position: relative;}
.footer-top-left {float: left;width: 26%;}
.footer-logo a{width: 100%;height: auto;display: block;}
.footer-logo img{
    width: 50%;
}
.footer-top-right {width: 80%;text-align: right;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.footer-nav a {color: #fff;margin-left: 3rem;} 
.footer-content-center {padding: 2% 0;position: relative;}	
.footer-center-left {float: left;width: 50%;display: flex;flex-direction: row;flex-wrap: wrap;}
.footer-center-item {float: left;width: 50%;/* margin-bottom: 4%; */}
.footer-center-item .title-1{color: #808080;}
.footer-center-item .item-1{position: relative;width: 80%;margin-bottom: 10px;margin-top: 5px;}
.footer-center-item .item-1 a {display: block;color: #fff;}
.footer-center-item .item-1 p {margin: 0;padding: 0;}
.footer-center-item .item-1 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-right: 1rem;margin-top: 1%;}
.footer-center-item .item-1 li {position: relative;}
.footer-center-item .item-1 li img{
    width: 1.5rem;
}
.footer-center-item .item-1 li .ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none;}
.footer-center-item .item-1 li .ewmshow-1 img{
    width:100%;
}
.footer-center-item .item-1 li:hover .ewmshow-1{display: block;}
.footer-center-right {float: right;width: 44.7%;}
.footer-center-form {overflow: hidden;margin-top: -3%;}
.footer-center-form .form-3{margin-bottom: 1%;overflow: hidden;}
.footer-center-form .form-3 li{list-style: none;padding: 0;margin: 0;float: left;width: 33%;}
.footer-center-form .form-3 li:nth-child(2) {margin: 0 2%;width: 30%;}
.footer-center-form .form-3 li:last-child{float: right;}
.footer-center-form .lian-more button{background: #313131;border: #313131 2px solid;}
.footer-center-form .lian-more span {color: #fff;}
.footer-center-form .lian-more i {filter: invert(100%) grayscale(100%) brightness(1.5);}
.footer-center-form .lian-more button:hover {border: #2d75ff 2px solid;}
.input-1,.textarea-1{background:none;padding: 2rem 0;box-sizing: border-box;border: none;width: 100%;border-bottom: 1px solid #3c3c3c;color: #fff;transition:all .4s ease;}
.input-1:focus,.textarea-1:focus {border-bottom: 1px solid #fff;}
.textarea-1 {/* min-height: 130px; */}
.input-1::-webkit-input-placeholder,.textarea-1::-webkit-input-placeholder{ color: #fff;}
.footer-content-bottom {clear: both;overflow: hidden;position: relative;margin: 1% 0;}
.footer-copy,.footer-content-bottom a  {color: #666666;}
.footer-content-bottom a:hover {color: #fff;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.aside-top {position: fixed; width: 50px;bottom:3%;right:1%; z-index:199;display: none;}
.aside-top a {width: 50px;height: 50px;display: block;overflow: hidden; background: #2d75ff url('../images/up1.png') no-repeat center;border-radius: 100%;}
.productCenter{
}
.productCenter .headline{
	text-align: center;
	padding-bottom: 4.375%;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.productCenter .headline small{
	color: rgba(0,0,0,0.2);
}
.productCenter .headline h2{
	margin-top: 1.2vw;
	color: #000000;
}
.productCenter .headline .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
}
.productCenter .wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 3.5% 0;
}
.productCenter .left_w{
	width: 16.25%;
}
.productCenter .right_w{
	width: 77.875%;
}
.productNav{
	position: relative;
	max-height: calc(100vh - 8.33333333333333vw);
	overflow-y: auto;
}
.productNav.fixed{
	position: fixed;
	top: 6.25vw;
}
.productNav>ul>li{
	margin-bottom: 30%;
}
.productNav>ul>li:last-child{
	margin-bottom: 0;
}
.productNav ul li .title{
	color: #000000;
	padding-bottom: 0.78125vw;
	margin-bottom: 1vw;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	font-weight: bold;
}
.productNav ul li ul li{
	margin-bottom: 1vw;
	display: flex;
}
.productNav .cur a{
    color: #2354a1;
}
.productNav .cur a i{
    background: url(../images/icon23.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productNav ul li ul li a{
	position: relative;
	padding-right: 1.8vw;
	width: 100%;
	box-sizing: border-box;
	color: rgba(0,0,0,0.6);
	line-height: 1.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productNav ul li ul li:hover a,
.productNav ul li ul li.on a{
	color: #2354a1;
}
.productNav ul li ul li a i{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8vw;
	height: 100%;
	background: url(../images/icon22.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productNav ul li ul li:hover a i,
.productNav ul li ul li.on a i{
	background: url(../images/icon23.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productCenter .brandlist ul{
	display: flex;
	flex-wrap: wrap;
}
.productCenter .brandlist ul li{
	max-width: 10.43338683788122%;
	margin-right: 1.20385232744783%;
	margin-bottom: 1.20385232744783%;
}
.productCenter .brandlist ul li a{
	display: block;
	width: 100%;
	text-align: center;
	border: rgba(129,129,129,0.2) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productCenter .brandlist ul li:hover a,
.productCenter .brandlist ul li.on a{
	border: #2354a1 solid 1px;
}
.productCenter .brandlist ul li.on a{
	background: #2354a1;
}
.productCenter .brandlist ul li a img{
	max-width: 100%;
}
.productCenter .brandlist ul li .ic2{
	display: none;
}
/*.productCenter .brandlist ul li.on .ic1{
	display: none;
}
.productCenter .brandlist ul li.on .ic2{
	display: inline-block;
}*/
.productCenter .brandlist .text{
	margin-top: 0.6vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.productCenter .productList{
	/* margin-top: 4.5%; */
}
.productList .box{
	margin-bottom: 4.8%;
}
.productList .box:last-child{
	margin-bottom: 0;
}
.productList .box .title{
	margin-bottom: 2%;
}
.productList .box .title h3{
	color: #000000;
}
.productList .box ul{
	display: flex;
	flex-wrap: wrap;
}
.productList .box ul li{
	width: 32.10272873194221%;
	margin-right: 1.84590690208668%;
	margin-bottom: 1.84590690208668%;
}
.productList .box ul li:nth-child(3n){
	margin-right: 0;
}
.productList .box ul li a{
	position: relative;
	display: block;
	width: 100%;
	background: url(../image/img29.png) top center no-repeat;
	background-size: 100% auto;
	border: rgba(129,129,129,0.15) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover a{
	border: #2354a1 solid 1px;
}
.productList .box ul li .imgBox{
	/*padding-left: 0.78125vw;*/
	/*padding-right: 0.78125vw;*/
	/*text-align: center;*/
	/*margin-bottom: 0.5vw;*/
	text-align: center;
	/* padding-left: 3.75%; */
	/* padding-right: 3.75%; */
	overflow: hidden;
	margin-bottom: 2.5%;
}
.productList .box ul li .casebox{
    padding: 0;
}
.productList .box ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.productList .box ul li .textBox{
	text-align: center;
	padding-bottom: 3vw;
	padding-left: 9%;
	padding-right: 9%;
	box-sizing: border-box;
}

.productList .box ul li .textBox h4{
	color: #010101;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productList .box ul li:hover .textBox h4{
	color: #2354a1;
}
.productList .box ul li .textBox .txt{
	margin-top: 0.6vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.productList .box ul li .textBox .icon{
	display: flex;
	justify-content: center;
	margin-top: 1.5vw;
}
.productList .box ul li .textBox .icon span{
	display: inline-block;
	/*width: 1.51041666666667vw;
	height: 1.51041666666667vw;
	background: url(../images/icon24.png) center no-repeat;
	background-size: 100% auto;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	color: #000000;
	font-size: 0.521vw;
}
.productList .box ul li .textBox .icon span:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 1.04166666666667vw;
	height: 1.04166666666667vw;
	border: #000000 solid 1px;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .textBox .icon span{
	color: #FFFFFF;
	/*background: url(../images/icon25.png) center no-repeat;
	background-size: 100% auto;*/
}
.productList .box ul li:hover .textBox .icon span:before{
	border: #2354a1 solid 1px;
	background-color: #2354a1;
}

.prony .right_w .textBox .title span{
	display: block;
	color: var(--theme-color);
}
.prony .right_w .textBox .title h2{
	color: #000000;
}
.prony .right_w .textBox .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.prony .right_w .textBox .text .t1{
	color: #000000;
	margin-bottom: 0.5vw;
}
.prony .right_w .textBox .btn{
	margin-top: 2.60416666666667vw;
	padding-bottom: 1.5vw;
}
.prony .right_w .textBox .btn ul{
	display: inline-block;
}
.prony .right_w .textBox .btn ul li{
	position: relative;
}
.prony .right_w .textBox .btn ul li .codeBox{
	position: absolute;
	left: 11.5vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 0.9vw;
	display: none;
	width: 11vw;
}
.prony .right_w .textBox .btn ul li:hover .codeBox{
	display: block;
}
.prony .right_w .textBox .btn ul li .codeBox .img{
	padding: 0.78125vw;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.06);
}
.prony .right_w .textBox .btn ul li .codeBox .img img{
	display: block;
	width: 100%;
}
.prony .right_w .textBox .btn ul li .codeBox .triangle{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*width: 0;
	height: 0;
	border-bottom: transparent solid 0.5vw;
	border-top: transparent solid 0.5vw;
	border-right: #FFFFFF solid 0.78125vw;*/
	width: 0.98958333333333vw;
	height: 1.51041666666667vw;
	background: url(../images/icon59.png) center no-repeat;
	background-size: 100% auto;
}
.prony .right_w .textBox .btn a,
.prony .right_w .textBox .btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 10.41666666666667vw;
	height: 2.86458333333333vw;
	line-height: 2.86458333333333vw;
	margin-bottom: 1vw;
	border: rgba(0,0,0,0.06) solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prony .right_w .textBox .btn a:hover{
    color: #fff;
    background: var(--theme-color);
}
.prony{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pronyleft{
    width: 50%;
}
.prony  .right_w{
    width: 65%;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}
.pro_xq_nrsj {

    margin: 0 auto;

    /* border: solid 1px #eee; */
    margin-top: 4%;
}
.about_gsjj{
  padding: 0px 0;
  margin: 40px 0;
}
.about_gsjjw{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_gsjjw .nr{
  width: 50%;
}
.about_gsjjw .nr h5{
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.about_gsjjw .nr h2{
  text-transform: uppercase;
  font-size: 34px;
  line-height: 60px;
  margin: 8px 0 20px 0;
  color: #1a1a1a;
  font-weight: bold;
}
.about_gsjjw .nr .hx{
  width: 80px;
  height: 4px;
  background: var(--theme-color);;
  margin: 10px 0;
}
.about_gsjjw .nr p{
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-top: 10px;
}
.about_gsjjw .nr .sz{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.about_gsjjw .nr .szw{}
.about_gsjjw .nr .szw b{
  font-size: 40px;
  line-height: 26px;
  color: var(--theme-color);;
  margin: 10px 0;
}
.about_gsjjw .nr .szw span{
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5%;
}
.about_gsjjw .img{
  width: 41%;
  position: relative;
}
.about_gsjjw .img .slogo{}
.about_gsjjw .img .slogo img{
  width: 100%;
  display: inline-block;
}
.about_gsjjw .img  img{
  width: 100%; 
}
.about_gszz{
  padding: 100px 0;
  background: var(--theme-color);;
}
.gszzw{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gszzwl{
  width: 34%;
  overflow: hidden;

}
.gszzwlw{
position: relative;
padding: 30px 0;
}
.swiper-abozs{

}
.swiper-abozs .swiper-pagination-bullet{
background: #fff;
}
.gszzwl img{
  width: 100%;
}
.gszzwr{
  width: 60%;
}
.gszzwr h2{
  text-transform: uppercase;
  font-size: 34px;
  line-height: 60px;
  margin: 8px 0 20px 0;
  color: #fff;
  font-weight: bold;
}
.gszzwr .hx{
  width: 80px;
  height: 4px;
  background: #ffffff;
  margin: 10px 0;
}
.gszzwr p{
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
}
.about_hxjz{padding-bottom: 100px;padding-top: 50px;}
.about_hxjzw{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
  flex-direction: row;
}
.about_hxjzw .nr{
 position: relative;
 text-align: center;
 width: 23%;
 margin-bottom: 20px;
 padding-top: 20px;
 height: 250px;
 display: flex;
 align-items: flex-end;
 justify-content: center;
}
.about_hxjzw .nr:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.about_hxjzw .nr:nth-child(2),.about_hxjzw .nr:nth-child(4){
   /* border-left: solid 1px #d9dbdb; */
   /* border-right: solid 1px #d9dbdb; */
}
.about_hxjzw .nr:nth-child(1){
}
.about_hxjzw .nr img{
    width: 100%;
    position: absolute;
    left: 0;
}
.about_hxjzw .nr::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}
.about_hxjzw .nr h2{
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
.about_hxjzw .nr p{
  font-size: 14px;
  line-height: 22px;
  /* opacity: .6; */
  font-weight: normal;
  color: #ffffff;
  margin: 0 auto;
  width: 90%;
  min-height: 85px;
  position: absolute;
  z-index: 2;
}
.about_hxjz .plate_bt{
  text-align: center;
}
.about_hxjz .plate_bt h2{
  font-weight: bold;
  color: #111;
  font-size: 36px;
}
.about_hxjz .plate_bt span{
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--theme-color);;
  margin: 20px 0;
}
.about_hxjz .plate_bt h4{
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}
.prony .right_w .textBox .title span{
	display: block;
	color: var(--theme-color);
}
.prony .right_w .textBox .title h2{
	color: #000000;
}
.prony .right_w .textBox .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.prony .right_w .textBox .text .t1{
	color: #000000;
	margin-bottom: 0.5vw;
}
.prony .right_w .textBox .btn{
	margin-top: 2.60416666666667vw;
	padding-bottom: 1.5vw;
}
.prony .right_w .textBox .btn ul{
	display: inline-block;
}
.prony .right_w .textBox .btn ul li{
	position: relative;
}
.prony .right_w .textBox .btn ul li .codeBox{
	position: absolute;
	left: 11.5vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 0.9vw;
	display: none;
	width: 11vw;
}
.prony .right_w .textBox .btn ul li:hover .codeBox{
	display: block;
}
.prony .right_w .textBox .btn ul li .codeBox .img{
	padding: 0.78125vw;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.06);
}
.prony .right_w .textBox .btn ul li .codeBox .img img{
	display: block;
	width: 100%;
}
.prony .right_w .textBox .btn ul li .codeBox .triangle{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*width: 0;
	height: 0;
	border-bottom: transparent solid 0.5vw;
	border-top: transparent solid 0.5vw;
	border-right: #FFFFFF solid 0.78125vw;*/
	width: 0.98958333333333vw;
	height: 1.51041666666667vw;
	background: url(../images/icon59.png) center no-repeat;
	background-size: 100% auto;
}
.prony .right_w .textBox .btn a,
.prony .right_w .textBox .btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 10.41666666666667vw;
	height: 2.86458333333333vw;
	line-height: 2.86458333333333vw;
	margin-bottom: 1vw;
	border: rgba(0,0,0,0.06) solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prony .right_w .textBox .btn a:hover{
    color: #fff;
    background: var(--theme-color);
}
.prony{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
}
.pronyleft{
    width: 36%;
}
.prony  .right_w{
    width: 59%;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}
.pro_xq_nrsj {margin: 0 auto;/* border: solid 1px #eee; */margin-top: 4%;margin-bottom: 4%;}

#nava {
    background: #f9f9f9;
    overflow: hidden;
}

#nava li {
    float: left;
    width: 16.6666%;
    text-align: center;
    padding: 19px 0px;
    color: #000;
    cursor: pointer;
}

#nava li.on {
    background: var(--theme-color);
    color: #fff;
}

.nrsj_bt {
    border-bottom: solid 1px #eee;
    margin: 0 auto;
}

.nrsj_bt span {
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #999;
}

.nrsj_bt span.on {
    background: #333;
    color: #fff;
}

.nrsj_bt span:hover {
    color: #fff;
    background: #f02a0a;
}

.nrsj_nr {
    /* padding: 35px; */
    font-size: 16px;
    line-height: 2;
    max-width: 100%;
}

.nrsj_nrw {
    display: none;
}

.nrsj_nrw.active {
    display: block;
}

.nrsj_nrw.active img {
    max-width: 100%;
}

.nrsj_cs.active img {
   max-width: 100%;
}
.view {
	width: 100%;
}
.view .swiper-slide {
	/* height: 300px; */
	max-width: 100%;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 100%;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #2354a1;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
.news {
}
@media (max-width:768px) {
  .news {
    padding: 40px 0;
  }
}
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 10px;
}
.news_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 40px 0;
  position: relative;
}
.news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_list li:before,
.news_list li:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li:before {
  background: #f1f1f1;
}
.news_list li:after {
  width: 0;
}
.news_list li:hover:after {
  width: 100%;
  background: #2354a1;
}
.news_list li:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list li:hover .imgbox .p1 {
  bottom: 0;
}
.news_list li:hover .art h4 {
  color: #2354a1;
}
.news_list li .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 62.78%;
  position: relative;
  overflow: hidden;
}
.news_list li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li .imgbox .p1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.78vw 0;
  background: rgb(35 84 161 / 70%);;
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list li .imgbox .p1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list li .imgbox .p1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .imgbox .p1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list li .imgbox .p1 {
    font-size: 14px;
  }
}
.news_list li .imgbox .p1 i {
  font-size: 22px;
  margin-left: 10px;
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 i {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list li .imgbox .p1 i {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list li .imgbox .p1 i {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .imgbox .p1 i {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .imgbox .p1 i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list li .imgbox .p1 i {
    font-size: 16px;
  }
}
.news_list li .art {
  padding: 1.3vw 0;
}
.news_list li .art h4 {
  font-size: 22px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art h4 {
    font-size: 16px;
  }
}
.news_list li .art .time {
  font-size: 16px;
  color: #b9b9b9;
  font-family: 'Arial';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .news_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_list li .art .time {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .time {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_list li .art .time {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_list li .art .time {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_list li .art .time {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .news_list li {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 30px 0;
  }
}
@media (max-width:768px) {
  .news_list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .news_list li .art {
    padding: 15px 0;
  }
}
.comnav{
    display: flex;
}
.comnav a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 9.375vw;
    height: 3.125vw;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #000000;
    margin-right: 20px;
    font-size: 20px;
}
.comnav .cur {
   
}
.comnav .cur a{
     background: var(--theme-color);
   color:#fff;
}
.indexbtn{
    width: 18%;
    height: 50px;
    background: #2354a1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.indexbtn a{
    color: #fff;
}
.fly{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
    max-width: 100%;
}
.page-status,.page-index,.page-last{
    
display: none;
}
.page-pre,.page-next{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}
.page-pre:hover,.page-next:hover{
    background-color: #2354a1;
}
.page-pre:hover a,.page-next:hover a{
     color: #fff;
}
.page-pre a,.page-next a{
    display: block;
    color: #fff;
}

.page-next a{}
.page-numbar{
    display: inline-block;
    margin: 0px 3px;
}
.page-numbar a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}
.page-numbar a:hover{
     background-color: #2354a1;
     color: #fff;
}

.souym{
    background: #f2f2f2;
    padding: 60px 0px;
}
.souym ul{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
}
.souym ul li{
    border-bottom: solid 1px #eee;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.souym ul li .img{
    float: left;
    width: 300px;
}
.souym ul li .img img{
    width: 100%;
}
.souym ul li .nr{
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}
.souym ul li .nr h2{
    font-weight: bold;
    font-size: 16px;
}
.souym ul li .nr h3{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.souym ul li .nr a{
    display: block;
    background: #f5f5f5;
    text-align: center;
    width: 120px;
    border-radius: 6px;
    color: #999;
    padding: 8px 0px;
    margin-top: 19%;
}
.souym ul li:hover .nr a{
    background: #2354a1;
    color: #fff;
}
.news_ny{margin-bottom: 6%;}
.news_nyw{}
.news_nyw ul{}
.news_nyw ul li{
    background: #fff;
    transition: all ease 0.5s;
    border-bottom: solid 1px #eee;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.news_nyw ul li a{display: flex;align-items: center;justify-content: space-between;}
.news_nyw ul li .img{
    width: 25%;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_nyw ul li .img img{
    width: 100%;
}
.news_nyw ul li .nr{width: 71%;}
.news_nyw ul li .nr h2{
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_nyw ul li .xzlist{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.news_nyw ul li .xzlist h2{
    height: 40px;
    line-height: 40px;
}
.news_nyw ul li .xzlist b{
    width: 60%;
}
.news_nyw ul li .xzlist a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.news_nyw ul li .xzlist a:hover{
    
background: #022ed9;
}
.news_nyw ul li .nr h2 b{
}
.news_nyw ul li .nr h2 span{
    font-size: 13px;
    color: #999;
}
.news_nyw ul li .nr p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 2%;
}
.news_nyw ul li .nr h6{
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin: 30px 0 0;
    padding-right: 25px;
    background: url(../images/right1.png) right center no-repeat;
    transition: all ease 0.5s;
}
.news_nyw ul li:hover{
}
.news_nyw ul li:hover .nr h2{
    color: #022ed9;
}
.news_nyw ul li:hover .nr h6{
    color: #164781;
}
.newsny_w {
    overflow: hidden;
    margin-bottom: 6%;
}
.newsny_wl{
    float: left;
    width: 64%;
}
.newsny_wr{
    float: right;
    width: 28%;
}
.newsny_wr h2{
    font-size: 36px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsny_wr ul{}
.newsny_wr ul li{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newsny_wr ul li h3{
    font-size: 18px;
}
.newsny_wr ul li p{
    color: #999;
    line-height: 24px;
    margin-top: 3%;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.newsny_wr ul li:hover h3{}
.mianrbottom{
}
.newsxqnya {
    text-align: left;
    border-bottom: #ededed 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya h2 {
    font-size: 36px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya p{font-size: 16px;}
.newsxqnya p span {
    display: inline-block;
    padding-right: 3%;
    color: #c1c1c1;
    font-size: 14px;
}
.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}
.newsxqnyb {
    line-height: 200%;
    font-size: 15px;
    line-height: 1.8;
    min-height: 290px;
    overflow: hidden;
}
.newsxqnyb img{
  max-width:100%;
}
.newsxqnyc {
    line-height: 2;
    color: #666;
}
.newsxqnyc p {margin: 0px;}
.newsxqnyc a {
    color: #333;
}
@media (max-width: 768px){
    .newsny_wl {
    float: none;
    width: 100%;
}

.newsxqnya h2 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin: 0px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsxqnya p span {
    display: inline-block;
    padding-right: 3%;
    color: #c1c1c1;
    font-size: 12px;
}
.newsny_wr {
    float: none;
    width: 100%;
    margin-top: 10%;
}
.newsny_wr ul li h3 {
    font-size: 15px;
}
.jjfn_nyw ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.jjfn_nyw ul li .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: auto;
    border: solid 1px #eee;
    padding: 5%;
}
.jjfn_nyw ul li .nr {
    width: 100%;
    margin-top: 5%;
}
.jjfn_nyw ul li .nr p {
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
    margin: 4% 0%;
    font-size: 13px;
        padding: 0%;
    line-height: 2;
    color: #999;
    font-weight: 100;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.jjfn_nyw ul li .nr h6 {
    display: block;
    width: 100%;
    height: 38px;
    border: solid 1px #333;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    position: relative;
    transition: all ease .5s;
}
.jjfn_xqwlt .nrjj {
    background: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 5px;
    margin: 1% 0%;
    padding: 6%;
    font-size: 13px;
    line-height: 2;
    margin-top: 4%;
}
.news_nyw ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.news_nyw ul li .img {
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_nyw ul li .nr {
    width: 100%;
    margin-top: 7%;
}   
.news_nyw ul li .nr h2 b {
    font-size: 15px;
}
.news_nyw ul li .nr p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 2%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsxqnyb img{
    width: 100%!important;
    height: auto!important;
}
}
.indexpro{
    
}
.indexproa{
    
}
.indexprobt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indexprobt h2{
    font-weight: bold;
}
.indexprobt p{
    font-weight: bold;
}
.indexpronr{
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.indexpronrbox{
    
}
.indexproboximg{border-radius: 1vw;overflow: hidden;box-shadow: 0 0 9px rgb(0 0 0 / 9%);}
.indexproboximg img{
    width: 100%;
    -webkit-transition: all .5s;
}
.indexproboximg img:hover {
    transform: scale(1.08);
}
.indexproboxwz{
    
}
.indexproboxwz h2{
    font-weight: bold;
}
.indexproboxwz p{
    color: #999999;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.2s ease-in-out;
}
.indexproSwiper{
    
}
.contactboxmax {
    padding: 40px 0;
}

.contactboxmax .list {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    box-shadow: 0px 0px 16px 0px rgba(4,0,0,0.18);
}

.contactboxmax .list .left {
    width: 48%;
    padding: 2.66rem 0 2.55rem 2.52rem;
}

.contactboxmax .list .left .tit {
    display: flex;
    padding-bottom: 1.4rem;
    background: url(../images/68.jpg) no-repeat bottom center;
    background-size: 100% auto;
}

.contactboxmax .list .left .tit .h {
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #424242;
    margin-right: 1.3rem;
}

.contactboxmax .list .left .tit .p {
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #E3E3E3;
    text-transform: uppercase;
}

.contactboxmax .list .left .min .li {
    padding: 2.4rem 0;
    border-bottom: 1px solid #dcdcde;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactboxmax .list .left .min .li .m {
    width: 1.6rem;
    height: 1.6rem;
}

.contactboxmax .list .left .min .li .m img {
    display: block;
    width: 100%;
}

.contactboxmax .list .left .min .li .ter {
    width: calc(100% - 0.86rem);
}

.contactboxmax .list .left .min .li .mli {
    display: flex;
    align-items: center;
}

.contactboxmax .list .left .min .li .mli .h {
    font-size: 1.18rem;
    font-weight: 600;
    color: #313131;
    line-height: 0.3rem;
    white-space: nowrap;
}

.contactboxmax .list .left .min .li .mli .p {
    font-size: 1.18rem;
    line-height: 1.3rem;
    color: #313131;
}

.contactboxmax .list .left .min .li .mli + .mli {
    margin-top: 0.05rem;
}

.contactboxmax .list .right .t img {
    display: block;
    width: 6.22rem;
    padding: 0.77rem 0.5rem 0;
}

.contactboxmax .list .right {
    position: relative;
    width: 48%;
}

.contactboxmax .list .right .m img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7rem;
}

.contactboxmax .mapbox {
    margin-top: 0.4rem;
    width: 100%;
    height: 8.4rem;
    overflow: hidden;
    background: url(../images/74.jpg) no-repeat center;
    background-size: cover;
}

.contactboxone {
    padding: 40px 0;
    background: url(../images/11.jpg) no-repeat top center;
    background-size: cover;
}

.contactboxone .cont {
    display: flex;
    justify-content: space-between;
}

.contactboxone .cont .left {
    width: 50%;
    padding-top: 0.3rem;
}

.contactboxone .cont .right {
}
.contactboxone .cont form{
    width: 48%;
}
.contactboxone .cont .left .h {
    font-size: 2.6rem;
    color: #0E0E0E;
    margin-bottom: 1.05rem;
}

.contactboxone .cont .left .n {
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #A9A9A9;
    margin-bottom: 1.55rem;
}

.contactboxone .cont .left .p {
    font-size: 1.18rem;
    line-height: 2.36rem;
    color: #111111;
}

.contactboxone .cont .right .li + .li {
    margin-top: 0.5rem;
}

.contactboxone .cont .right .li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #372e50;
    transition: all 0.5s;
    align-items: center;
}

.contactboxone .cont .right .li:hover {
    border-color: #2354a1;
}

.contactboxone .cont .right .li .input {
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 5.9rem);
    align-items: center;
}
button, textarea, input {
    outline: none;
}
.contactboxone .cont .right .li .input input {
    display: block;
    width: 100%;
    height: 2.54rem;
    border: none;
    font-size: 1.18rem;
    background: hsla(0,0%,100%,0.00);
}

.contactboxone .cont .right .li .h {
    font-size: 1.18rem;
    color: #0E0E0E;
    line-height: 2.18rem;
}

.contactboxone .cont .right .li2 {
    display: block;
    border: none;
}

.contactboxone .cont .right .li .ter {
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
}

.contactboxone .cont .right .li .ter textarea {
    display: block;
    padding: 0.1rem;
    font-size: 1.18rem;
    width: 100%;
    height: 10.78rem;
    background: hsla(0,0%,100%,0.00);
    border: 1px solid #372e50;
    transition: all 0.5s;
}

.contactboxone .cont .right .li:hover .ter textarea {
    border-color: hsl(217deg 64% 38% / 50%);
}

.contactboxone .cont .right .li .sub {
    display: block;
    width: 12.2rem;
    height: 2.42rem;
    font-size: 1.18rem;
    border: none;
    background: #2354a1;
    background-size: 100% 100%;
    color: #fff;
    margin-top: 1.2rem;
    cursor: pointer;
    transition: all 0.5s;
}

.contactboxone .cont .right .li .sub:hover {
    box-shadow: 0 0 10px #2354a1;
}
.nyvideo{
    margin-top: 40px;
}
.nyvideo .productList .box ul li a::before  {content: '';width: 4rem;height: 4rem;position: absolute;left: 50%;top: 44%;transform: translate(-50%,-50%);z-index: 1;background: url('../images/play2.png') center no-repeat;background-size: 100%;transition:all .4s ease;opacity: 0;}
.nyvideo .productList .box ul li a:hover::before{
        opacity: 1;
}
.nyvideo .productList .box ul li{
    width: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
}
.nyvideo .productList .box ul li:nth-child(3n){
}
.nyvideo .productList .box ul li .textBox{
    padding-bottom: 20px;
}
.nyvideo .productList .box ul li .imgBox{
    padding:0;
}
.lian-page-banner{
    position: relative;
}
.lian-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 
    rgb(35 84 161 / 60%) 0%,
    rgb(35 84 161 / 20%) 30%,
    rgb(35 84 161 / 0%) 40%
  );
  z-index: 1;
  pointer-events: none;
}
.lian-page-banner img{
    width:100%;
}
.lian-page-banner .text{
    position: absolute;
    left: 0;
    bottom: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
}
.lian-page-banner .text .title-1{
    color: #fff;
    animation-duration: 3s;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.lian-page-banner .text .title-2 strong{
    color: #fff;
}
.bannerwz {
}
.lian-page-banner .text .title-1 i{
    animation: sonTitleRight 2.6s ease both;
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: -5%;
    transform-origin: 100% 50%;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.7);
}
@keyframes sonTitleRight{0%{transform: translateX(0);}100%{transform: translateX(110%);}}
.video-banner {
            width: 100%;
            max-height: 100vh;
            position: relative;
            overflow: hidden;
        }
#banner-video {
            width: 100%;
            object-fit: cover;
        }
.video-banner img{
    height: 100%;
}
.qyrySwiper{
    position: relative;
    overflow: hidden;
}
.aboutqyry{
    
}
.aboutqyrya{
    padding: 60px 0;
}
.aboutqyrybt{
    
}
.aboutqyrybt h2{
    text-align: center;
    font-weight: bold;
}
.aboutqyrybt p{
    text-align: center;
}
.aboutqyrynr{
    padding: 40px 0;
}
.aboutqyrynrimg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutqyrynrimg img{
    width: 100%;
}
.aboutqyrynrimg h2{
    font-weight: normal;
    text-align: center;
}
.magnifier-wrap {
    position: relative;
    display: flex;
    gap: 20px;
}

.view {
    position: relative;
    overflow: hidden;
}

.view .magnifier-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.magnifier-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid #ddd;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: crosshair;
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
}

.magnifier-result {
    width: 400px;
    height: 400px;
    border: 1px solid #eee;
    overflow: hidden;
    position: absolute;
    display: none;
    z-index: 10;         
    left: 100%;          
    top: 0;             
    margin-left: 15px;   
    background-color: #fff;
}

.magnifier-big-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    display: block;
}
@media(max-width: 750px){
    .indexabouta{
        display: flex;
        flex-direction: column;
    }
    .indexaboutleft{
        width: 100%;
    }
    .indexaboutright{
        width: 100%;
    }
    .indexbtn{
        width: 30%;
    }
    .footer-content-top{
        display: flex;
        flex-direction: column;
    }
    .footer-top-left{
        width: 100%;
    }
    .footer-top-right{
        display: none;
        top: 100%;position: relative;transform: unset;}
    .footer-nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-nav a{
        margin: 15px;
    }
    .footer-center-left{
        width: 100%;
    }
    .footer-center-right{
        width: 100%;
    }
    .footer-link{
        top: 80%;
    }
    .about_gsjjw .nr{
        width: 100%;
    }
    .about_gsjjw .img{
        width: 100%;
    }
    .about_gsjjw{
        display: flex;
        flex-direction: column;
    }
    .about_gsjjw .nr .sz{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about_gsjjw .nr .sz .szw{
        width: 50%;
        margin-top: 10px;
    }
    .productCenter .wrap{
        display: flex;
        flex-direction: column;
    }
    .productCenter .left_w{
        width: 100%;
    }
    .productCenter .right_w{
        width: 100%;
}
    .productList .box ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .productList .box ul li{
        width: 98%;
    }
    .productList .box ul li .textBox .icon span{
    font-size: 0.5rem;
    }
    .productList .box ul li .textBox .icon span:before{
        width: 1rem;
        height: 1rem;
    }
    .about_gsjjw .nr h2{
        font-size: 30px;
    }
    .comnav{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .comnav .li {
        width: 100%;
    }
    .comnav a{
        height: 100%;
        padding: 10px;
    }
    .nyvideo .productList .box ul li{
        width: 98%;
    }
    .contactboxmax .list{
        display: flex;
        flex-direction: column;
    }
    .contactboxmax .list .left{
        width: 100%;
    }
    .contactboxmax .list .right{
        width: 100%;
        height: 250px;
    }
    .contactboxone .cont{
        display: flex;
        flex-direction: column;
    }
    .contactboxone .cont .left{
        width: 100%;
    }
    .contactboxone .cont form{
        width: 100%;
    }
    .contactboxmax .list .left .min .li .mli .h{
        line-height: 1.3;
    }
    .header-nav-li:last-child{
        display: block;
    }
}