.top{
	width:93%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.top .logo img{
	max-height:50px;
	margin:20px 0px;
}
.top .menu ul{
	display:flex;
}
.top .menu ul li{
	margin:0 25px;
}
.top .menu ul li:last-child{
	display:none;
}
.top .menu ul li a{
	line-height:90px;
	font-size:1.5rem;
	display:block;
	color:rgba(0,0,0,.8);
	position:relative;
}
.top .menu ul li a:after{
	content:"";
	display:block;
	opacity:0;
	width:100%;
	top:0;
	height:3%;
	background:#1c8ed1;
	left:0;
	position:absolute;
	transition:.5s;
}
.top .menu ul li a:hover{
	color:#1c8ed1;
}
.top .menu ul li a:hover:after{
	opacity:1;
	top:97%;
}
.top .cnen{
	display:flex;
}
.top .cnen a{
	display:block;
	line-height:90px;
	font-size:1.5rem;
	color:rgba(0,0,0,.8);
	position:relative;
	padding:0px 11px 0 0;
	margin-right:10px;
}
.top .cnen a:first-child:after{
	content:"";
	display:block;
	width:1px;
	background:rgba(0,0,0,.8);
	height:14px;
	position:absolute;
	margin-top:-7px;
	top:50%;
	right:0;
}
.top .cnen a:hover{
	color:#1c8ed1;
}
.top .search form{
	display:flex;
	border:3px rgba(0,0,0,.2) solid;
	padding:2px;
	overflow:hidden;
	margin:23px 0 0 0;
	border-radius:35px;
}
.top .search form button{
	background:url(../images/search.png) 0 no-repeat;
	width:35px;
	height:35px;
	border:0;
}
.top .search form input{
	line-height:35px;
	font-size:1.4rem;
	border:0;
	padding-left:20px;
	outline:none;
}
@media (max-width:1366px) {
	.top .menu ul li{
		margin:0 15px;
	}
}
@media (max-width:1200px) {
	.top .menu ul li{
		margin:0 10px;
	}
}
@media (max-width:1100px) {
	.top .search{
		display:none;
	}
}
@media (min-width:640px) and (max-width:992px) {
	.top{
		width:99%;
		display:flex;
		flex-wrap:wrap;
	}
	.top .logo{
		width:100%;
		text-align:center;
		border-bottom:1px #1670af solid;
	}
	.top .logo img{
		max-height:50px;
		margin:20px 0px 10px;
	}
	.top .menu{
		width:100%;
	}
	.top .menu ul{
		display:flex;
		padding:0px 5%;
		justify-content:space-between;
	}
	.top .menu ul li{
		margin:0;
	}
	.top .menu ul li a{
		line-height:40px;
		font-size:1.4rem;
	}
	.top .search{
		display:block;
	}
	.top .cnen a{
		line-height:60px;
		font-size:1.4rem;
		height:60px;
	}
	.top .search form{
		border:2px rgba(0,0,0,.2) solid;
		margin:13px 0 20px 0px;
	}
}
@media (max-width:640px) {
	header{
		position:relative;
	}
	.top{
		width:99%;
		display:block;
	}
	.top .logo img{
		max-height:50px;
		margin:10px 0px 10px;
	}
	.top .menu{
		position:absolute;
		top:100%;
		left:0;
		display:none;
		width:100%;
		z-index:999;
		background:#1670af;
	}
	.top .menu ul{
		display:block;
	}
	.top .menu ul li{
		margin:0;
		text-align:center;
	}
	.top .menu ul li:last-child{
		display:block;
	}
	.top .menu ul li a{
		line-height:40px;
		color:#fff;
		font-size:1.4rem;
	}
	.top .search{
		display:block;
	}
	.top .cnen{
		display:none;
	}
	.top .search{
		display:none;
	}
	.nav-logo{
		position: absolute;
		display: block;
		right: 3%;
		border-radius: 2px;
		top:20px;
		padding:5px 8px;
		z-index:10000;
		cursor: pointer;
		background:#fff;
    }
    .nav-logo>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #1670af;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
	 .nav-top1{
		-webkit-transform: rotateZ(35deg);
		-moz-transform: rotateZ(35deg);
		-ms-transform: rotateZ(35deg);
		-o-transform: rotateZ(35deg);
		transform: rotateZ(35deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-35deg);
		-moz-transform: rotateZ(-35deg);
		-ms-transform: rotateZ(-35deg);
		-o-transform: rotateZ(-35deg);
		transform: rotateZ(-35deg);
    }

}
@media (min-width: 640px){
    .menu{
		display: block!important;
    }
}
#banner .swiper-pagination span{
	width:15px;
	height:15px;
}
#banner .swiper-slide img{
	max-width:100%;
}
@media (max-width: 640px) {
	#banner .swiper-slide img{
		max-width:200%;
		margin-left:-60%;
	}
	#banner .swiper-pagination span{
		width:7px;
		height:7px;
	}
}
.products{
	background:#eeeeee url(../images/pdbg.jpg) center bottom no-repeat;
	padding:50px 9%;
}
.title{
	font-size:3.1rem;
	color:#333333;
	padding:0px 0px 30px;
}
@media (max-width: 640px){
	.products{
		padding:30px 5%;
	}
	.title{
		font-size:2.4rem;
		padding:0px 0px 15px;
	}
}
.products #product .swiper-slide a{
	display:block;
	color:#333333;
	background:#fff;
	transition:.5s;
}
.products #product .swiper-slide a span{
	display:block;
	border-bottom:1px rgba(0,0,0,.15) solid;
	transition:.5s;
}
.products #product .swiper-slide a section>p{
	font-size:1.8rem;
}
.products #product .swiper-slide a small{
	display:block;
	font-size:1.2rem;
	line-height:20px;
	margin:15px 0px 0px;
	position:relative;
	padding:0px 21% 0px 0px;
}
.products #product .swiper-slide a section{
	padding:25px 8%;
}
.products #product .swiper-slide a small:after{
	content:"";
	border:1px rgba(0,0,0,.6) solid;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	transition:.5s;
	background:url(../images/pdjt.png) center no-repeat;
	top:50%;
	margin-top:-15px;
}
.products #product .swiper-slide a:hover{
	color:#1c8ed1;
}
.products #product .swiper-slide a:hover span{
	border-bottom:1px #1c8ed1 solid;
}
.products #product .swiper-slide a:hover small:after{
	border:1px #1c8ed1 solid;
	background:url(../images/pdjtn.png) center no-repeat;
}
.products #product .swiper-button-prev{
	right:50px;
	top:0;
	left:auto;
	margin:0;
	width:39px;
	height:38px;
	background:url(../images/pdjiantou.png) left center no-repeat;
}
.products #product .swiper-button-next{
	right:0;
	top:0;
	left:auto;
	margin:0;
	width:39px;
	height:38px;
	background:url(../images/pdjiantou.png) right center no-repeat;
}
.contact{
	background:url(../images/lxbg.jpg) center 0 no-repeat;
	padding:60px 0px;
}
.contact .contact-ct{
	font-size:2.4rem;
	color:#fff;
	text-align:center;
	line-height:40px;
}
.contact>a{
	-webkit-perspective: 500px; 
	perspective: 500px; 
	position:relative;
	display:block;
	width:200px;
	height:46px;
	margin:30px auto 0;
}
.contact>a span{
	line-height:46px;
	border:2px #fff solid;
	font-size:1.8rem;
	text-align:center;
	color:#fff;
	-webkit-transform: rotateX(0deg); 
	transform: rotateX(0deg);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	position:absolute; 
	-webkit-transform-origin: 50% 50% -23px;
	-ms-transform-origin: 50% 50% -23px;
	transform-origin: 50% 50% -23px; 
	left:0; 
	top:0; 
	width:100%; 
	z-index:1;
	opacity:1;
}
.contact>a small{
	line-height:46px;
	background:#fff;
	border:2px #fff solid;
	font-size:1.8rem;
	text-align:center;
	color:#1670af;
	-webkit-transform: rotateX(90deg); 
	transform: rotateX(90deg);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	position:absolute; 
	-webkit-transform-origin: 50% 50% -23px;
	-ms-transform-origin: 50% 50% -23px;
	transform-origin: 50% 50% -23px; 
	left:0; 
	top:0; 
	width:100%; 
	z-index:-1; 
	opacity:0; 
}
.contact>a:hover span{
	-webkit-transform: rotateX(-90deg); 
	transform: rotateX(-90deg);
	z-index:0; 
	opacity:0;
}
.contact>a:hover small{
	-webkit-transform: rotateX(0deg); 
	transform: rotateX(0deg);
	z-index:1; 
	opacity:1;
} 
@media(max-width:768px){
	.contact .contact-ct{
		font-size:1.4rem;
		line-height:24px;
	}
	.contact>a span{
		line-height:36px;
		font-size:1.4rem;
	}
	.contact>a small{
		line-height:36px;
		font-size:1.4rem;
	}
}
.news{
	background:#f1f1f1;
	padding:50px 9%;
}
.news #news .swiper-slide a{
	display:block;
	color:#333333;
	background:#fff;
	width:99.7%;
	border:1px rgba(0,0,0,.2) solid;
	transition:.5s;
}
.news #news .swiper-slide a span{
	display:block;
}
.news #news .swiper-slide a p{
	font-size:1.6rem;
	color:rgba(0,0,0,.6);
	transition:.5s;
}
.news #news .swiper-slide a small{
	display:block;
	font-size:1.5rem;
	line-height:30px;
	margin:15px 0px 0px;
	position:relative;
	padding:0px 21% 0px 0px;
}
.news #news .swiper-slide a section{
	padding:25px 8%;
}
.news #news .swiper-slide a small:after{
	content:"";
	border:1px rgba(0,0,0,.6) solid;
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	transition:.5s;
	background:url(../images/nsjt.png) center no-repeat;
	top:50%;
	margin-top:-10px;
}
.news #news .swiper-slide a:hover{
	color:#1c8ed1;
	border:1px #1c8ed1 solid;
}
.news #news .swiper-slide a:hover p{
	color:#1c8ed1;
}
.news #news .swiper-slide a:hover small:after{
	border:1px #1c8ed1 solid;
	background:url(../images/nsjtn.png) center no-repeat;
}
.news #news .swiper-button-prev{
	right:50px;
	top:0;
	left:auto;
	margin:0;
	width:39px;
	height:38px;
	background:url(../images/pdjiantou.png) left center no-repeat;
}
.news #news .swiper-button-next{
	right:0;
	top:0;
	left:auto;
	margin:0;
	width:39px;
	height:38px;
	background:url(../images/pdjiantou.png) right center no-repeat;
}
.about{
	background:#595f67;
	padding:75px 9%;
}
.ableft a{
	display:block;
	overflow:hidden;
	position:relative;
	background:url(../images/abpic.jpg) center top no-repeat;
	background-size:100% auto;
}
.ableft a img{
	display:none;
}
.abtitle{
	position:absolute;
	top:6%;
	left:3%;
	color:#fff;
	font-size:2.8rem;
}
.ableft section{
	position:absolute;
	height:120px;
	left:0;
	bottom:0;
	background:rgba(2,129,204,.9);
	width:100%;
}
.ableft section span{
	font-size:1.6rem;
	color:#fff;
	line-height:36px;
	margin:20px 3% 0 3%;
	display:block;
	padding-right:6%;
	position:relative;
}
.ableft section span:after{
	content:"";
	display:block;
	position:absolute;
	background:url(../images/abjt.png) center no-repeat;
	width:30px;
	height:30px;
	right:0;
	top:50%;
	margin-top:-15px;
	border:1px #fff solid;
}
@media(max-width:1500px){
	.ableft section span{
		font-size:1.4rem;
		color:#fff;
		line-height:26px;
	}
}
@media(max-width:992px){
	.ableft a{
		background:none;
	}
	.ableft{
		margin-bottom:30px;
	}
	.ableft a img{
		display:block;
		width:100%;
	}
	.ableft section{
		position:static;
		height:auto;
		background:rgba(2,129,204,1);
	}
	.ableft section span{
		margin:0px 3% 0px 3%;
		padding:20px 0 20px 0px;
	}
}
@media(max-width:768px){
	.news{
		padding:30px 5%;
	}
	.about{
		padding:35px 5%;
	}
	.abtitle{
		font-size:1.8rem;
	}
	.ableft section span{
		line-height:26px;
		font-size:1.2rem;
	}
	.ableft section span:after{
		content:"";
		display:none;
	}
}
.abright a{
	position:relative;
	display:block;
}
.abright a .abtitle{
	left:8%;
}
.lingyu{
	padding:50px 9%;
}
.lingyu #lingyu .swiper-slide a{
	display:block;
	color:#333333;
	background:#fff;
	width:99.7%;
	transition:.5s;
}
.lingyu #lingyu .swiper-slide a span{
	display:block;
}
.lingyu #lingyu .swiper-slide a p{
	font-size:2.3rem;
	color:rgba(0,0,0,.8);
	transition:.5s;
}
.lingyu #lingyu .swiper-slide a small{
	display:block;
	font-size:1.6rem;
	line-height:30px;
	margin:10px 0px 0px;
	color:rgba(0,0,0,.6);
	position:relative;
}
.lingyu #lingyu .swiper-slide a section{
	padding:20px 0;
}
.lingyu #lingyu .swiper-slide a:hover{
	color:#1c8ed1;
}
.lingyu #lingyu .swiper-slide a:hover p{
	color:#1c8ed1;
}
.lingyu #lingyu .swiper-button-prev{
	left:0;
	margin-top:-45px;
	width:28px;
	height:58px;
	background:url(../images/lyzjt.png) left center no-repeat;
}
.lingyu #lingyu .swiper-button-prev:hover{
	background:url(../images/lyzjtn.png) left center no-repeat;
}
.lingyu #lingyu .swiper-button-next{
	right:0;
	margin-top:-45px;
	width:28px;
	height:58px;
	background:url(../images/lyyjt.png) right center no-repeat;
}
.lingyu #lingyu .swiper-button-next:hover{
	background:url(../images/lyyjtn.png) right center no-repeat;
}
@media(max-width:768px){
	.lingyu{
		padding:30px 5%;
	}
	.lingyu #lingyu .swiper-slide a p{
		font-size:1.8rem;
	}
	.lingyu #lingyu .swiper-slide a small{
		font-size:1.4rem;
	}
}
.bottom{
	background:#83949c;
	padding:75px 9% 0;
	display:flex;
	justify-content:space-between;
}
.bottom dl dt{
	font-weight:normal;
	font-size:1.8rem;
	color:#fff;
	margin-bottom:10px;
}
.bottom dl dt span{
	font-size:2.7rem;
}
.bottom dl dd{
	font-size:1.4rem;
	line-height:25px;
	color:rgba(255,255,255,.7);
}
.bottom dl dd a{
	font-size:1.4rem;
	line-height:35px;
	color:rgba(255,255,255,.7);
}
.bottom dl dd span{
	display:flex;
	margin:20px 0px;
}
.bottom dl dd span a{
	display:block;
	height:15px;
	margin-right:20px;
}
.bottom dl dd span a:nth-of-type(1){
	width:13px;
	background:url(../images/link.png) 0 0 no-repeat;
}
.bottom dl dd span a:nth-of-type(2){
	width:18px;
	background:url(../images/link.png) -13px 0 no-repeat;
}
.bottom dl dd span a:nth-of-type(3){
	width:18px;
	background:url(../images/link.png) right 0 no-repeat;
}
.bottom dl dd small{
	display:block;
	width:100%;
	position:relative;
	background:#0281cc;
	font-size:1.6rem;
	color:#fff;
	line-height:42px;
	cursor:pointer;
	padding-left:10px;
	width:265px;
}
.bottom dl dd small:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:48px;
	background:#197fb2 url(../images/dbxjt.png) center no-repeat;
}
.bottom dl dd div{
	background:#197fb2;
	position:absolute;
	width:100%;
	left:0;
	display:none;
	top:100%;
	padding:5px 10px;
}
.bottom dl dd div a{
	display:block;
	padding:5px 0px;
	line-height:22px;
}
.bottom dl dd div a:hover{
	color:#fff;
}
.copy{
	background:#6e7d84;
	padding:20px 9%;
	display:flex;
	justify-content:space-between;
}
.copy span{
	color:rgba(255,255,255,.7);
}
.copy span a{
	color:rgba(255,255,255,.7);
}
@media(max-width:992px){
	.bottom dl:nth-of-type(2){
		display:none;
	}
}
@media(max-width:768px){
	.bottom{
		padding:35px 5% 0;
		display:block;
	}
	.bottom dl{
		display:none;
	}
	.bottom dl:nth-of-type(1){
		display:block;
	}
	.bottom dl:nth-of-type(2){
		display:block;
		margin-bottom:0;
		padding-bottom:20px;
	}
	.bottom dl:nth-of-type(2) dt{
		display:none;
	}
	.bottom dl dd small{
		width:100%;
	}
	.copy{
		display:block;
		padding:20px 5%;
		text-align:center;
	}
	.copy span{
		display:block;
	}
}
/*page*/
.inbanner{
	overflow:hidden;
}
.inbanner img{
	transition:10s;
	width:100%;
}
.inbanner img:hover{
	transform:scale(1.2);
}
.inbanner{
	position:relative;
}
.inbanner .wztitle{
	position:absolute;
	text-transform:uppercase;
	font-size:2.4rem;
	color:#000;
	top:30%;
}
.inbanner .wztitle small{
	display:block;
	color:#1670af;
	font-family:Arial;
	font-size:3.0rem;
}
.inbanner .wztitle span p{
	display:block;
	width:28px;
	height:3px;
	background:#1670af;
	margin:15px 0px 0px;
}
@media (max-width:1200px) {
	.inbanner img{
		width:180%;
		margin-left:-30%;
	}
}
@media (max-width:992px) {
	.inbanner img{
		width:220%;
		margin-left:-60%;
	}
}
@media (max-width:768px) {
	.inbanner img{
		width:280%;
		margin-left:-60%;
	}
	.inbanner .wztitle{
		font-size:1.6rem;
		top:25%;
	}
	.inbanner .wztitle small{
		font-size:2.0rem;
	}
}
.lanmu{
	background:#1670af;
}
.lanmu ul{
	display:flex;
}
.lanmu ul li{
	margin-right:50px;
}
.lylanmu ul li{
	margin-right:20px;
}
.lanmu ul li a{
	line-height:66px;
	color:#fff;
	position:relative;
	display:block;
	font-size:1.6rem;
}
.lylanmu ul li a{
	font-size:1.4rem;
}
.lanmu ul li.cur a:after{
	content:"";
	position:absolute;
	border-bottom:5px #fff solid;
	border-left:5px transparent solid;
	border-right:5px transparent solid;
	bottom:0;
	width:0;
	height:0;
	left:50%;
	margin-left:-5px;
}
.lanmu ul li a:hover:after{
	content:"";
	position:absolute;
	border-bottom:5px #fff solid;
	border-left:5px transparent solid;
	border-right:5px transparent solid;
	bottom:0;
	width:0;
	height:0;
	left:50%;
	margin-left:-5px;
}
@media (max-width:768px) {
	.lanmu{
		background:none;
	}
	.lanmu ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		padding:8px 0px;
	}
	.lanmu ul li{
		margin:5px 0;
		width:48%;
	}
	.lanmu ul li a{
		line-height:46px;
		font-size:1.4rem;
		display:block;
		text-align:center;
		background:#1670af;
	}
	.lanmu ul li.cur a:after{
		display:none;
	}
	.lanmu ul li a:hover:after{
		display:none;
	}
}
.content{
	padding:40px 0px;
}
.ititle{
	text-align:center;
	margin-bottom:35px;
	text-transform:uppercase;
}
.ititle p{
	font-size:4.0rem;
	font-family:Fontone;
	color:rgba(0,0,0,.7);
	line-height:54px;
}
.ititle span{
	font-size:2.4rem;
	color:#1670af;
	display:flex;
	justify-content:center;
	line-height:30px;
}
.ititle span:before{
	content:"";
	display:block;
	margin-right:20px;
	background:url(../images/ittbg.png) 0px center no-repeat;
	width:30px;
}
.ititle span:after{
	content:"";
	display:block;
	margin-left:20px;
	background:url(../images/ittbg.png) right center no-repeat;
	width:30px;
}
.iabout{
	font-size:1.6rem;
	color:rgba(0,0,0,.7);
	line-height:36px;
}
.iabout img{
	max-width:100%;
}
.ihonor ul li{
	margin-bottom:20px;
}
.ihonor ul li span{
	display:block;
	overflow:hidden;
	padding:3px;
	border:2px rgba(0,0,0,.5) solid;
}
.ihonor ul li span img{
	width:100%;
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}
.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}
.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
.pictures_eyes_in img {
	max-height: 500px; 
}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img { 
	height: 50px; 
}
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.pdtitle{
	padding-bottom:25px;
}
.pdtitle span{
	font-size:2.6rem;
	line-height:50px;
}
.pdlanmu ul li.cur a:after{
	border-bottom:5px #f1f1f1 solid;
}
.pdlanmu ul li a:hover:after{
	border-bottom:5px #f1f1f1 solid;
}
.pdlanmu ul li span{
	line-height:66px;
	color:rgba(255,255,255,.7);
	position:relative;
	display:block;
	font-size:1.4rem;
	cursor:pointer;
}
.pdlanmu ul li span:hover{
	color:#fff;
}
#dier{
	display:none;
}
.pdlanmu #dier ul{
	display:flex;
	flex-wrap:wrap;
}
.pdlanmu #dier ul li{
	margin:0px 50px 0px 0px;
}
.pdlanmu #dier ul li a{
	line-height:46px;
}
.pdlanmu #dier ul li a:hover{
	color:#f00;
}
.pdlanmu #dier ul li a:hover:after{
	display:none;
}
@media (max-width:768px) {
	.lanmu ul:first-child li:last-child{
		width:100%;
	}
	.pdlanmu #dier ul li{
		width:48%;
		margin:0px 0px 10px 0px;
	}
	.pdlanmu #dier ul li a{
		font-size:1.2rem;
	}
	.lanmu ul li span{
		line-height:46px;
		font-size:1.4rem;
		display:block;
		text-align:center;
		background:#1670af;
	}
}
.iproduct ul li img{
	width:100%;
}
.iproduct ul li{
	margin-bottom:30px;
}
.iproduct ul li a{
	display:block;
	padding-bottom:20px;
	transition:.3s;
	background:#fff;
	margin:15px 0px;
}
.iproduct ul li span{
	display:block;
}
.iproduct ul li p{
	text-align:center;
	color:rgba(0,0,0,.8);
	transition:.3s;
	font-size:1.6rem;
	margin:10px 0px 0px;
}
.iproduct ul li a:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
}
.iproduct ul li a:hover p{
	color:#1670af;
}
.page{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:20px 0px 10px;
	line-height:33px;
}
.page span{
	display:block;
	line-height:23px;
	padding:5px 20px;
	margin:0px 5px 10px;
	border:1px rgba(0,0,0,.1) solid;
}
.page span:hover{
	background:#1670af;
	color:#fff;
}
.page a{
	display:block;
	line-height:23px;
	padding:5px 20px;
	margin:0px 5px 10px;
	border:1px rgba(0,0,0,.1) solid;
}
.page a:hover{
	color:#fff;
	background:#1670af;
}
.page select{
	display:block;
	line-height:23px;
	background:none;
	padding:5px;
	margin:0px 5px 10px;
	border:1px rgba(0,0,0,.1) solid;
}
.page span:hover select{
	color:rgba(0,0,0,.9);
}
.iproductd .ipdleft{
	border:1px rgba(0,0,0,.2) solid;
}
.iproductd .ipdleft img{
	width:100%;
}
.iproductd #ipdimg{
	margin-top:10px;
	padding:0 35px;
}
.iproductd #ipdimg .swiper-slide span{
	display:block;
	border:1px rgba(0,0,0,.2) solid;
	cursor:pointer;
}
.iproductd #ipdimg .swiper-slide span.hover{
	border:1px #1670af solid;
}
.iproductd #ipdimg .swiper-button-next{
	background-color:#1670af;
	height:100%;
	right:-1px;
	top:0;
	width:30px;
	margin:0;
	opacity:1;
	background-size:50% 50%;
}
.iproductd #ipdimg .swiper-button-prev{
	background-color:#1670af;
	height:100%;
	left:0;
	top:0;
	margin:0;
	background-size:50% 50%;
	opacity:1;
	width:30px;
}
.iproductd #ipdimg .swiper-button-disabled{
	background-color:#545454;
}
@media (max-width:992px) {
	.iproductd>div>div:nth-of-type(2){
		display:none;
	}
}
.ipdright>span{
	font-size:2.0rem;
	display:block;
	padding-bottom:15px;
	border-bottom:1px rgba(0,0,0,.2) solid;
}
.ipdright>section{
	padding:20px 0px;
	line-height:28px;
	word-break:break-all;
	word-wrap:break-word; 
	color:rgba(0,0,0,.6);
}
.ipdright>small{
	display:flex;
	line-height:46px;
	font-size:1.6rem;
	margin:20px 0px 0px;
	color:rgba(0,0,0,.6);
}
.ipdright>small a{
	display:block;
	width:130px;
	transition:.3s;
	height:46px;
	background:#1670af;
	text-align:center;
	line-height:46px;
	color:#fff;
	font-size:1.4rem;
}
.ipdright>small a:hover{
	background:rgba(0,0,0,.7);
}
.ipdright>small span{
	font-size:2.0rem;
	color:#1670af;
}
.pd-content{
	background:#f1f1f1;
	margin:50px 0px 0px;
	padding:35px 0px;
}
.pd-content .pdct-ct{
	background:#fff;
	word-break:break-all;
	word-wrap:break-word; 
	padding:25px;
}
.pd-content .pdxiang{
	background:#fff;
	padding:25px;
}
.pd-content .pdxiang>span{
	display:block;
	margin-bottom:20px;
	font-size:2.0rem;
}
.pd-content .pdxiang ul li img{
	width:100%;
	border:1px rgba(0,0,0,.2) solid;
}
.pd-content .pdxiang ul li a p{
	text-align:center;
	font-size:1.4rem;
	margin:10px 0px 20px;
	color:rgba(0,0,0,.7);
	
}
.pd-content .pdcttitle{
	font-size:1.8rem;
	color:#1670af;
	border-bottom:1px rgba(0,0,0,.2) solid;
	padding-bottom:10px;
	margin-bottom:25px;
	margin-top:15px;
	position:relative;
}
.pd-content .pdcttitle:after{
	content:"";
	position:absolute;
	width:80px;
	height:3px;
	background:#1670af;
	bottom:-2px;
	z-index:9;
	left:0;
}
.inews ul li img{
	width:100%;
	transition:1s;
}
.inews ul li a{
	display:block;
	padding-bottom:20px;
	transition:.3s;
	background:#fff;
	margin:15px 0px;
}
.inews ul li a:hover img{
	transform:scale(1.1);
}
.inews ul li span{
	display:block;
	overflow:hidden;
}
.inews ul li a>p{
	padding:0px 10px;
	color:rgba(0,0,0,.8);
	transition:.3s;
	font-size:1.4rem;
	margin:10px 0px 5px;
}
.inews ul li small{
	color:rgba(0,0,0,.6);
	display:block;
	line-height:20px;
	padding:0px 10px;
}
.inews ul li big{
	color:rgba(0,0,0,.5);
	font-size:1.2rem;
	display:block;
	padding:10px 10px 0;
}
.inews ul li a:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
}
.inews ul li a:hover a>p{
	color:#1670af;
}
.ns-content{
	background:#f1f1f1;
	padding:35px 0px;
}
.ns-content .nsct-ct{
	background:#fff;
	padding:25px;
	line-height:32px;
	font-size:1.4rem;
	color:rgba(0,0,0,.7);
}
.ns-content .nsxiang{
	background:#fff;
	padding:25px;
	margin:25px 0px 0px;
}
.ns-content .nsxiang>span{
	display:block;
	margin-bottom:20px;
	font-size:2.0rem;
}
.ns-content .nsxiang ul li a{
	font-size:1.3rem;
	display:block;
	padding:8px 0px;
	line-height:22px;
	color:rgba(0,0,0,.7);
	border-bottom:1px rgba(0,0,0,.2) dotted;
	
}
.ns-content .nse{
	background:#fff;
	padding:25px;
}
.ns-content .nse>span{
	display:block;
	margin-bottom:20px;
	font-size:2.0rem;
}
.ns-content .nse ul li{
	margin-bottom:10px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom:10px;
}
.ns-content .nse ul li a{
	display:flex;
	justify-content:space-between;
}
.ns-content .nse ul li img{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
}
.ns-content .nse ul li span{
	position:relative;
	width:38%;
	display:block;
	border:1px rgba(0,0,0,.2) solid;
}
.ns-content .nse ul li a p{
	width:60%;
	font-size:1.2rem;
	color:rgba(0,0,0,.7);
	
}
.ns-content .nscttitle{
	border-bottom:1px rgba(0,0,0,.2) dashed;
	padding-bottom:15px;
	text-align:center;
	margin-bottom:25px;
	margin-top:15px;
}
.ns-content .nscttitle p{
	font-size:1.8rem;
	color:#1670af;
}
.ns-content .nscttitle span{
	font-size:1.3rem;
	display:block;
	font-weight:normal;
	color:rgba(0,0,0,.5);
	padding:8px 0px 0px;
}
















































