.banner{
	padding-top: 112px;
}
.banner .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	height: 815px;
}
.banner .swiper-button{
	width: 70px;
	height: 70px;
	background: url(../images/pdjtw.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: -35px;
	opacity: .5;
	transition: .3s;
}
.banner .swiper-button:after{
	display: none;
}
.banner .swiper-button-prev{
	left: 4%;
}
.banner .swiper-button-next{
	transform: rotateZ(180deg);
	right: 4%;
}
.banner .swiper-button:hover{
	opacity: 1;
}
.banner .bntext{
	height: 80%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.banner .rerote{
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .rerote img{
	animation: rotateimg 100s linear infinite;
	-webkit-animation: rotateimg 100s linear infinite;
}
.banner .bntext dl{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.banner .bntext i{
	max-width: 330px;
}
.banner .bntext dt{
	width: 100%;
	padding: 25px 0px;
}
.banner .bntext section{
	width: 410px;
	max-width: 80%;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	line-height: 32px;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.banner .bntext dd{
	max-width: 400px;
}
.banner .bntcol{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:74%;
}
.banner .bntcol .bcimg{
	width:48%;
	max-width:780px;
}
.banner .bntcol .bctxt{
	width:48%;
	color:#fff;
	font-size:36px;
	line-height:60px;
	max-width:610px;
}
@media (max-width:1440px) {
	.banner{
		padding-top: 92px;
	}
	.banner .swiper-slide{
		height: 580px;
	}
	.banner .swiper-button{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.banner .rerote{
		height: 100%;
	}
	.banner .rerote img{
		height: 100%;
		width: auto;
	}
	.banner .bntext i{
		max-width: 200px;
	}
	.banner .bntext dt{
		padding: 25px 0px;
	}
	.banner .bntext section{
		font-size: 18px;
		line-height: 26px;
	}
	.banner .bntext dd{
		max-width: 270px;
	}
	.banner .bntcol .bctxt{
		font-size:24px;
		line-height:46px;
	}
}
@media (max-width:992px) {
	.banner{
		padding-top: 40px;
	}
	.banner .swiper-slide{
		height: 300px;
	}
	.banner .swiper-button{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.banner .bntext{
		height: 60%;
		width: 80%;
	}
	.banner .bntext i{
		max-width: 100px;
	}
	.banner .bntext dt{
		padding: 10px 0px;
	}
	.banner .bntext section{
		font-size: 14px;
		line-height: 20px;
	}
	.banner .bntext dd{
		max-width: 160px;
	}
	.banner .bntcol{
		flex-wrap:wrap;
		justify-content:center;
		width:90%;
	}
	.banner .bntcol .bcimg{
		width:60%;
		margin:0px 0px 10px;
	}
	.banner .bntcol .bctxt{
		width:100%;
		font-size:16px;
		line-height:20px;
		text-align:center;
	}
}
.about{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../images/abbg.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 150px 0px 120px;
}
.about .comein{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .abtext{
	width: 43%;
	color: #fff;
}
.about .abimg{
	width: 52%;
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title p{
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
}
.subtitle{
	font-size: 24px;
	line-height: 30px;
	margin: 3.5% 0px;
}
.abtext section{
	font-size: 18px;
	line-height: 30px;
	margin: 0px 0px 8%;
}
.readmore{
	display: flex;
	align-items: flex-end;
}
.readmore a{
	height: 30px;
	background: url(../images/pdjtrw.png) right center no-repeat;
	background-size: auto 100%;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-right: 40px;
	margin-left: 6%;
	white-space: nowrap;
}
.abimg .abswipero{
	margin-bottom: 20px;
}
.abimg .swiper-button{
	width: 50px;
	height: 48px;
	background-color: #fff;
	top: auto;
	bottom: 0;
}
.abimg .swiper-button:after{
	font-size: 20px;
	color: #e62129;
}
.abimg .swiper-button-next{
	left: 50px;
}
.abimg .swiper-button-prev{
	left: 0px;
	background-color: #0061ae;
}
.abimg .swiper-button-prev:after{
	color: #fff;
}
@media (max-width:1440px) {
	.about{
		padding: 100px 0px 80px;
	}
	.title p{
		font-size: 38px;
		line-height: 40px;
	}
	.subtitle{
		font-size: 20px;
		line-height: 24px;
	}
	.abtext section{
		font-size: 16px;
		line-height: 26px;
	}
	.readmore a{
		height: 25px;
		line-height: 26px;
	}
}
@media (max-width:992px) {
	.about{
		padding: 25px 0px;
	}
	.title p{
		font-size: 22px;
		line-height: 30px;
	}
	.subtitle{
		font-size: 16px;
		line-height: 24px;
		margin: 5px 0px;
	}
	.about .comein{
		flex-wrap: wrap;
	}
	.about .abtext{
		width: 100%;
		margin: 0px 0px 20px;
	}
	.about .abimg{
		width: 100%;
	}
	.abtext section{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.readmore img{
		max-width: 50px;
	}
	.readmore a{
		height: 25px;
		line-height: 26px;
	}
	.abimg .abswipero{
		margin-bottom: 10px;
	}
	.abimg .swiper-button{
		width: 40px;
		height: 38px;
	}
	.abimg .swiper-button:after{
		font-size: 18px;
	}
	.abimg .swiper-button-next{
		left: 40px;
	}
}
.newtwork{
	position: relative;
	display: flex;
	padding: 85px 2.5% 170px;
}
.newtwork .salemap{
	position: relative;
	max-width: 1220px;
}
.newtwork .salemap li{
	position: absolute;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
}
.newtwork .salemap li p{
	position: absolute;
	top: 21px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	color: #22ac39;
}
.newtwork .salemap li span{
	width: 16px;
	height: 16px;
	position: relative;
	display: block;
}
.newtwork .salemap li span::before{
	content: "";
	position: absolute;
	width: 287.5%;
	height: 287.5%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: url(../images/circleout.png) no-repeat center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: all .6s cubic-bezier(.4,0,.2,1); 
	-moz-transition: all .6s cubic-bezier(.4,0,.2,1); 
	transition: all .6s cubic-bezier(.4,0,.2,1);
}
.newtwork .salemap li span::after{
	content: "";
	position: absolute;
	border-radius: 50%;
	opacity: 0.2;
	z-index: 1;
	width: 287.5%;
	height: 287.5%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: #22ac39;
}
.newtwork .salemap li.act span::before{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.newtwork .salemap li.act span::after{
	animation: mapscale 2.8s ease infinite;
}
.newtwork .salemap li span i{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(../images/circle.png) no-repeat center;
	background-size: contain;
}
.newtwork .salemap li:nth-child(33) p{
	top: 0px;
	left: -15px;
	width: 60px;
	transform: none;
	z-index: 3;
}
.newtwork .thisour{
	left: calc((1179 / 1452)*100%);
	top: calc((369 / 843)*100%);
}
.nwtext{
	position: absolute;
	right: 10%;
	top: 20%;
	max-width: 540px;
}
.nwtext .title{
	justify-content: flex-end;
	color: #0061ae;
}
.nwtext section{
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 8% 0px;
}
.nwtext .readmore{
	justify-content: flex-end;
	padding-right: 10px;
}
.nwtext .readmore a{
	color: #0061ae;
	background-image: url(../images/pdjtr.png);
}
.nwnav{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 3;
}
.nwnav ul{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.nwnav ul li{
	width: 19.5%;
}
.nwnav li a{
	display: flex;
	align-items: center;
	background-color: #f6f6f6;
	line-height: 80px;
	justify-content: center;
	font-size: 18px;
	color: #666666;
	transition: .3s;
}
.nwnav li span{
	font-size: 26px;
	margin-right: 10px;
}
.nwnav li a:hover{
	color: #fff;
	background-color: #0061ae;
}
@media (max-width:1440px) {
	.newtwork{
		padding: 75px 2.5% 100px;
	}
	.newtwork .salemap{
		max-width: 1000px;
	}
	.newtwork .salemap li p{
		font-size: 14px;
	}
	.nwtext{
		position: absolute;
		right: 5%;
		top: 25%;
		max-width: 380px;
	}
	.nwtext section{
		font-size: 14px;
		line-height: 24px;
	}
	.nwnav{
		bottom: 5%;
	}
	.nwnav li a{
		line-height: 60px;
		font-size: 16px;
	}
	.nwnav li span{
		font-size: 22px;
	}
}
@media (max-width:992px) {
	.newtwork{
		padding: 25px 5px 10px;
		display: block;
	}
	.newtwork .salemap li{
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
	}
	.newtwork .salemap li:not(.thisour) p{
		display: none;
	}
	.newtwork .salemap li span{
		width: 10px;
		height: 10px;
	}
	.newtwork .salemap li:nth-child(33) p{
		top: -7px;
		left: 0px;
		width: 20px;
	}
	.newtwork .thisour{
		bottom: 0;
		width: auto;
	}
	.nwtext{
		position: static;
		right: 0;
		top: 0;
		max-width: 100%;
		padding: 15px 10px 0px;
	}
	.nwtext .title{
		justify-content: flex-start;
	}
	.nwtext section{
		text-align: left;
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0px;
	}
	.nwtext .readmore{
		justify-content: flex-start;
	}
	.nwtext .readmore a{
		margin-left: 0;
	}
	.nwnav{
		position: static;
		width: 100%;
		left: 0;
		bottom: 0;
		margin-top: 25px;
	}
	.nwnav .container{
		padding: 0px 10px;
	}
	.nwnav ul{
		flex-wrap: wrap;
	}
	.nwnav ul li{
		width: 49%;
		margin-bottom: 6px;
	}
	.nwnav li a{
		line-height: 40px;
		font-size: 14px;
		justify-content: flex-start;
		padding: 0px 20px;
	}
	.nwnav li span{
		font-size: 20px;
		margin-right: 10px;
	}
}
.product{
	padding: 110px 0px 70px;
	position: relative;
	background-color: #0061ae;
}
.product .pdlist{
	margin: 70px 0px 0px;
	position: relative;
}
.product .title p{
	color: #fff;
	font-weight: normal;
}
.product .swiper{
	position: static;
	height: 690px;
}
.product .swiper-slide{
	height: 320px;
}
.product .swiper-slide i{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.product .swiper-slide a{
	color: #fff;
}
.product .swiper-slide p{
	font-size: 18px;
	line-height: 20px;
	padding: 20px 10px 0px;
	display: flex;
	justify-content: space-between;
}
.product .swiper-slide p span{
	font-size: 28px;
}
.product .swiper-slide a i:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
	background:rgb(21,73,154) url(../images/add.svg) center no-repeat;
	background-size:60px 60px;
	transition:.3s;
	transform:scale(0);
	border-radius:10px;
	opacity:.7;
}
.product .swiper-slide a:hover i:after{
	transform:scale(1);
}
.product .swiper .swiper-button{
	width: 72px;
	height: 72px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	margin-top: -36px;
}
.product .swiper .swiper-button:after{
	display: none;
}
.product .swiper .swiper-button-next{
	background-image: url(../images/pdjtrw.png);
	right: 2%;
}
.product .swiper .swiper-button-prev{
	background-image: url(../images/pdjtw.png);
	left: 2%;
}
@media (max-width:1440px) {
	.product{
		padding: 80px 0px 50px;
	}
	.product .pdlist{
		margin: 50px 0px 0px;
	}
	.product .swiper{
		position: static;
		height: 650px;
	}
	.product .swiper-slide{
		height: 300px;
	}
	.product .swiper-slide i{
		border-radius: 10px;
	}
	.product .swiper-slide p{
		font-size: 16px;
		padding: 15px 10px 0px;
	}
	.product .swiper-slide p span{
		font-size: 28px;
	}
	.product .swiper .swiper-button{
		width: 52px;
		height: 52px;
		margin-top: -50px;
	}
	.product .swiper .swiper-button-next{
		right: 0%;
	}
	.product .swiper .swiper-button-prev{
		left: 0%;
	}
}
@media (max-width:992px) {
	.product{
		padding: 25px 0px;
	}
	.product .pdlist{
		margin: 15px 0px 0px;
	}
	.product .swiper{
		position: relative;
		height: auto;
		padding-bottom: 60px;
	}
	.product .swiper-slide{
		height: auto;
	}
	.product .swiper-slide i{
		border-radius: 5px;
	}
	.product .swiper-slide p{
		font-size: 14px;
	}
	.product .swiper-slide p span{
		font-size: 20px;
	}
	.product .swiper .swiper-button{
		width: 42px;
		height: 42px;
		margin-top: 0px;
		top: auto;
		bottom: 0;
	}
	.product .swiper .swiper-button-next{
		right: 30%;
	}
	.product .swiper .swiper-button-prev{
		left: 30%;
	}
}
.news{
	padding: 100px 0px 120px;
}
.news .title{
	width: 100%;
	margin-bottom: 3%;
}
.news .title p{
	font-weight: normal;
}
.news .readmore a{
	color: #005296;
	background-image: url(../images/pdjtr.png);
}
.news ul{
	display: flex;
	margin-top: 50px;
	margin-right: -25px;
	margin-left: -25px;
}
.news ul li{
	width: 25%;
	padding: 0px 25px;
}
.news li a{
	display: block;
}
.news li a p{
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	font-family: arial;
}
.news li a h4{
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	color: #000;
	overflow: hidden;
	margin: 10px 0px 25px;
	transition: .3s;
}
.news li a span{
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333;
	display: block;
	margin: 25px 0px 0px;
	display: flex;
	align-items: center;
}
.news li a span:after{
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	transform: rotate(-45deg);
	margin-left: 10px;
}
.news li a i{
	display: block;
	overflow: hidden;
	height:220px;
}
.news li a i img{
	transition: 1s;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.news li a:hover i img{
	transform: scale(1.2);
}
.news li a:hover h4,.news li a:hover span{
	color: #15499a;
}
.news li a:hover span:after{
	border-color: #15499a;
}
@media (max-width:1440px) {
	.news{
		padding: 70px 0px 80px;
	}
	.news ul{
		margin-top: 0px;
		margin-right: -15px;
		margin-left: -15px;
	}
	.news ul li{
		padding: 0px 15px;
	}
	.news li a p{
		font-size: 14px;
	}
	.news li a h4{
		font-size: 16px;
		line-height: 26px;
		height: 52px;
		margin: 10px 0px 20px;
	}
	.news li a span{
		font-size: 14px;
		margin: 20px 0px 0px;
	}
}
@media (max-width:992px) {
	.news{
		padding: 25px 0px 15px;
	}
	.news ul{
		margin-top: 0px;
		margin-right: -5px;
		flex-wrap: wrap;
		margin-left: -5px;
	}
	.news ul li{
		padding: 0px 5px;
		width: 50%;
		margin-bottom: 10px;
	}
	.news li a p{
		font-size: 12px;
	}
	.news li a h4{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin: 0px 0px 10px;
	}
	.news li a span{
		font-size: 12px;
		margin: 5px 0px 0px;
	}
}
.imgboxx{
	display:flex;
	flex-wrap:wrap;
	margin-right:-10px;
	margin-left:-10px;
}
.imgboxx .img50{
	padding:0px 10px;
	width:50%;
}
.imgboxx .img30{
	padding:0px 10px;
	width:33.3333333%;
}
.imgboxx .img100{
	padding:0px 10px;
	width:100%;
}
.imgboxx .img25{
	padding:0px 10px;
	width:25%;
}
.imgboxx img{
	width:100%;
}
.imgboxx .img502{
	width:33%;
	padding:0px 10px;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.imgboxx .img501{
	width:67%;
	padding:0px 10px;
}