body{
	background:rgba(0,0,0,.05) !important;
}
.baise{
	background:#fff !important;
}
header{
	background:#fff !important;
}
.logo{
	padding: 20px 0px;
}
.logo a{
	display: block;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 40px;
}
.logo a span{
	display: block;
	font-weight: normal;
	font-size: 1.65rem;
	color: #203882;
	font-family:Avenir-Roman;
	line-height: 26px;
	text-transform:uppercase;
}
.logo a p{
	color: #313131;
}
@media (max-width:1200px) {
	.logo a{
		font-size: 2.4rem;
	}
	.logo a span{
		font-size: 1.35rem;
	}
}
@media (max-width:992px) {
	header{
		position:fixed;
		width:100%;
		left:0;
		top:0;
		z-index:999;
		background:#fff;
		box-shadow:0px 0px 5px rgba(0,0,0,.1);
		padding:5px 0px;
	}
	.logo{
		padding:0;
	}
	.logo a{
		font-size: 1.6rem;
		line-height:20px;
	}
	.logo a span{
		font-size: 1.2rem;
		line-height:16px;
		transform:scale(.8);
		transform-origin:0 center;
	}
}
.menu ul li{
	float: left;
	padding: 23px 0px;
}
.menu ul li a{
	display: block;
	line-height: 60px;
	padding: 0px 20px;
	position: relative;
	color: #131313;
	font-size: 1.55rem;
}
.menu ul li a:after{
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 0;
	height: 6px;
	background-color: #046cb3;
	transition: .5s;
}
.menu ul li:hover a:after,.menu ul li.active a:after{
	width: 100%;
	left: 0;
}
.nav-logo{
	display:none;
}
.heise{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1000;
	background:rgba(0,0,0,.8);
	display:none;
}
@media (max-width:1440px) {
	.menu ul li a{
		padding: 0px 15px;
		font-size: 1.5rem;
	}
}
@media (max-width:1200px) {
	.menu ul li a{
		padding: 0px 10px;
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.nav-logo{
		display:block;
		float:right;
		width:25px;
		margin-top:6px;
	}
	.nav-logo i{
		display:block;
		padding:3px 0px;
	}
	.nav-logo i:after{
		content:"";
		display:block;
		height:2px;
		background:#046cb3;
	}
	.menu{
		float:none;
		position:fixed;
		width:60%;
		right:-100%;
		top:0;
		z-index:1001;
		background:#fff;
		height:100%;
		transition:.5s;
	}
	.menu-show{
		right:0;
	}
	.menu ul li{
		width:100%;
		padding: 0px 0px;
	}
	.menu ul li a{
		line-height: 46px;
		padding: 0px 15px;
		font-size: 1.4rem;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li a:after{
		display:none;
	}
}
.banner .swiper-container .swiper-pagination{
	bottom: 50px;
}
.banner .swiper-container .swiper-pagination span{
	width: 36px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #046cb3;
}
@media (max-width:992px) {
	.banner{
		padding:46px 0px 0px;
	}
	.banner .swiper-container .swiper-pagination{
		bottom: 10px;
	}
	.banner .swiper-container .swiper-pagination span{
		width: 16px;
		height: 5px;
		border-radius: 3px;
	}
}
.about{
	padding: 90px 0px 0px;
	position: relative;
}
.about:after{
	content: "";
	position: absolute;
	width: 38%;
	height: 100%;
	background-color: #f6f6f6;
	top: 0;
	left: 22%;
}
.about .abtext{
	padding-top: 15px;
	position: relative;
	z-index: 3;
}
.about .video{
	position: relative;
	z-index: 3;
}
.about .video video{
	width:100%;
	height:auto;
	min-height:411px;
}
.about .abtit h3{
	font-size: 3.6rem;
	color: #046cb3;
	font-weight: bold;
	line-height: 38px;
	display: flex;
	align-items: center;
}
.about .abtit h3::before{
	content: "";
	display: block;
	height: 6px;
	width: 50px;
	background-color: #a8a8a8;
	margin-right: 15px;
}
.about .abtit span{
	display: block;
	color: #a8a8a8;
	font-size: 1.6rem;
	line-height: 30px;
	margin: 12px 0px 0px;
}
.about section{
	color: #595959;
	font-size: 1.6rem;
	line-height: 37px;
	margin: 6% 0px 6% 50px;
}
.about .abtext>h4{
	display: flex;
	align-items: center;
}
.about .abtext>h4 a{
	width: 130px;
	line-height: 36px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background-color: #046cb3;
}
.about .abtext>h4 a:hover{
	background:#484848;
}
.about .abtext>h4::before{
	content: "";
	display: block;
	height: 2px;
	width: 35px;
	background-color: #046cb3;
	margin-right: 15px;
}
@media (max-width:1440px) {
	.about{
		padding: 60px 0px 0px;
	}
	.about .video video{
		min-height:351px;
	}
	.about .abtit h3{
		font-size: 3.0rem;
		line-height: 32px;
	}
	.about .abtit h3::before{
		height: 5px;
	}
	.about .abtit span{
		font-size: 1.4rem;
	}
	.about section{
		font-size: 1.4rem;
		line-height: 32px;
	}
}
@media (max-width:992px) {
	.about{
		padding: 15px 0px 0px;
	}
	.about:after{
		display:none;
	}
	.about .abtext{
		padding-top: 0px;
		margin-bottom:15px;
	}
	.about .video video{
		min-height:auto;
		background:#000;
	}
	.about .abtit h3{
		font-size: 2.0rem;
		line-height: 24px;
	}
	.about .abtit h3::before{
		height: 2px;
		width: 20px;
		margin-right: 5px;
	}
	.about .abtit span{
		font-size: 1.3rem;
		line-height: 20px;
		margin: 5px 0px 0px;
	}
	.about section{
		font-size: 1.4rem;
		line-height: 26px;
		margin: 10px 0px;
	}
	.about .abtext>h4 a{
		width: 120px;
		line-height: 32px;
		border-radius: 5px;
		font-size: 1.2rem;
	}
	.about .abtext>h4::before{
		margin-right: 5px;
	}
}
.title{
	text-align: center;
}
.title p{
	font-size: 3.6rem;
	color: #046cb3;
	font-weight: bold;
	line-height: 38px;
}
.title span{
	display: block;
	color: #a8a8a8;
	font-size: 1.6rem;
	line-height: 30px;
	margin: 10px 0px 0px;
}
@media (max-width:1440px) {
	.title p{
		font-size: 3.0rem;
		line-height: 32px;
	}
	.title span{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.title p{
		font-size: 2.0rem;
		line-height: 22px;
	}
	.title span{
		font-size: 1.3rem;
		line-height: 18px;
		margin: 10px 0px 0px;
	}
}
.product{
	padding: 60px 0px 0px;
}
.product ul{
	display: flex;
	justify-content: center;
	padding: 40px 0px 20px;
}
.product ul li{
	min-width: 16.666666666666%;
}
.product ul li a{
	display: block;
	text-align: center;
}
.product ul li a i{
	display: block;
	margin: 0 auto;
	width: 46px;
	height: 46px;
	background-position: center 0;
	background-repeat: no-repeat;
}
.product ul li a p{
	color: #484848;
	font-size: 1.7rem;
	line-height: 36px;
	font-weight: bold;
	margin: 5px 0px 0px;
}
.product ul li a:hover i{
	background-position: center bottom;
}
.product ul li a:hover p{
	color: #007ace;
}
@media (max-width:1440px) {
	.product{
		padding: 50px 0px 0px;
	}
	.product ul{
		padding: 30px 0px 20px;
	}
	.product ul li a p{
		font-size: 1.5rem;
	}
}
@media (max-width:992px) {
	.product{
		padding: 20px 0px 0px;
	}
	.product ul{
		padding: 15px 0px;
	}
	.product ul li{
		min-width: 33.3333333333333%;
	}
	.product ul li a p{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
.product .swiper-container{
	padding: 30px 30px 80px;
	margin-right: -30px;
	margin-left: -30px;
}
.product .swiper-container .swiper-slide a{
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	opacity: 0;
}
.product .swiper-container .swiper-slide a span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 25px;
}
.product .swiper-container .swiper-slide a span p{
	color: #333333;
	font-size: 1.8rem;
}
.product .swiper-container .swiper-slide a span small{
	width: 65px;
	line-height: 26px;
	border-radius: 8px;
	color: #fff;
	font-size: 1.2rem;
	background-color: #007ace;
	text-align: center;
}
.product .swiper-container .swiper-slide a:hover span small{
	background-color: #484848;
}
.product .swiper-container .swiper-slide a.opa{
	opacity: 1;
}
.product .swiper-container .swiper-pagination{
	bottom: 0;
}
.product .swiper-container .swiper-pagination span{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.4);
	opacity: 1;
}
.product .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #007ace;
}
@media (max-width:1440px) {
	.product .swiper-container{
		padding: 20px 30px 60px;
	}
	.product .swiper-container .swiper-slide a span p{
		font-size: 1.5rem;
	}
}
@media (max-width:992px) {
	.product .swiper-container{
		padding: 10px 10px 30px;
		margin-right: -10px;
		margin-left: -10px;
	}
	.product .swiper-container .swiper-slide a{
		box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	}
	.product .swiper-container .swiper-slide a span{
		padding: 0 10px 10px;
	}
	.product .swiper-container .swiper-slide a span p{
		font-size: 1.4rem;
		text-align:center;
		width:100%;
	}
	.product .swiper-container .swiper-slide a span small{
		display:none;
	}
}
.lingyu{
	padding: 25px 0px 0px;
}
.lingyu .swiper-container{
	margin: 20px 0px 0px;
}
.lingyu .swiper-container .swiper-slide p{
	position: absolute;
	line-height: 40px;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 4;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: -22px;
}
.lingyu .swiper-container .swiper-button-next{
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url(../images/lyjt.png) center no-repeat;
	transform: rotate(180deg);
	right: 40%;
}
.lingyu .swiper-container .swiper-button-prev{
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url(../images/lyjt.png) center no-repeat;
	left: 40%;
}
@media (max-width:1440px) {
	.lingyu .swiper-container .swiper-slide p{
		font-size: 2.2rem;
	}
}
@media (max-width:992px) {
	.lingyu{
		padding: 15px 0px 0px;
	}
	.lingyu .swiper-container{
		margin: 10px 0px 0px;
	}
	.lingyu .swiper-container .swiper-slide p{
		font-size: 1.6rem;
	}
	.lingyu .swiper-container .swiper-button-next{
		width: 24px;
		height: 24px;
		margin-top: -12px;
		right: 30%;
		border-radius:50%;
		background-size:100% 100%;
	}
	.lingyu .swiper-container .swiper-button-prev{
		width: 24px;
		height: 24px;
		margin-top: -12px;
		border-radius:50%;
		left: 30%;
		background-size:100% 100%;
	}
}
.huoban{
	padding: 30px 0px;
}
.huoban ul{
	margin: 25px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	margin-right:-6px;
	margin-left:-6px;
}
.huoban ul li{
	width: 20%;
	margin-bottom: 12px;
	padding:0px 6px;
}
.huoban ul li img{
	border-radius: 5px;
	border: 1px #ddd solid;
	width:100%;
	height:auto;
}
@media (max-width:992px) {
	.huoban{
		padding: 20px 0px;
	}
	.huoban ul{
		margin: 15px 0px 0px;
	}
	.huoban ul li{
		width: 32%;
		margin-bottom: 10px;
	}
	.huoban ul li img{
		border-radius: 2px;
	}
}
footer{
	background-color: #006ab4;
}
.bottom{
	display: flex;
	justify-content: space-between;
	padding: 45px 0px 35px;
}
.bottom dl dt{
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.bottom dl dt a{
	color: #fff;
}
.bottom dl dt span{
	font-size: 2.4rem;
}
.bottom dl dt a:after{
	content: "";
	display: block;
	margin: 10px 0px 0px;
	height: 2px;
	width: 20px;
	background-color: #fff;
}
.bottom dl section{
	font-size: 1.4rem;
	line-height: 37px;
	color: rgba(255,255,255,.88);
	padding: 12px 0px 0px;
}
.bottom dl dd a{
	font-size: 1.5rem;
	line-height: 37px;
	color: #fff;
}
.bottom dl dd a:hover{
	text-decoration:underline;
}
.bottom dl .ewm{
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding-top: 20px;
}
.bottom dl .ewm img{
	max-width: 100px;
}
.copy{
	display: flex;
	justify-content: space-between;
	border-top: 1px rgba(255,255,255,.3) solid;
	padding: 20px 0px;
}
.copy section{
	color: #fff;
	line-height: 30px;
}
.copy section a{
	color: #fff;
}
.b-height{
	height: 50px;
	display:none;
}
.mbottom{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	bottom: 0;
	background: #046cb3;
	display:none;
}
.mbottom ul{
	display: flex;
	display: -webkit-flex;
}
.mbottom ul li{
	width: 25%;
	border-right: 1px rgba(255,255,255,.2) solid;
}
.mbottom ul li:last-child{
	border-right: 0;
}
.mbottom ul li a{
	display: block;
	text-align: center;
	padding: 7px 0 5px;
	color: #fff;
}
.mbottom ul li a i{
	display: block;
}
.mbottom ul li a i img{
	height: 18px;
}
.mbottom ul li a p{
	font-size: 1.3rem;
	margin: 0px 0px 0px;
	line-height: 20px;
}
.ibanner img{
	width:100%;
	height:auto;
}
@media (max-width:992px) {
	footer{
		display:none !important;
	}
	.b-height{
		display:block;
	}
	.mbottom{
		display:block;
	}
}
/*page*/
@media (max-width:992px) {
	.ibanner{
		width:100%;
		overflow:hidden;
		display:flex;
		justify-content:center;
		padding-top:46px;
		align-items:center;
	}
	.ibanner img{
		max-width:180%;
		width:180%;
	}
}

.ipage{
	padding:30px 0px 50px;
}
.incleft{
	width:93%;
}
.incleft>h3{
	font-size:2.8rem;
	color:#fff;
	background-color:#006ab4;
	line-height:100px;
	text-align:center;
}
.incleft ul{
	margin-top:10px;
}
.incleft ul li{
	margin-bottom:1px;
}
.incleft ul li a{
	display:block;
	font-size:1.4rem;
	padding-left:55px;
	background:#fff url(../images/dot.png) 30px center no-repeat;
	line-height:46px;
	color:#000;
}
.incleft ul li a:hover{
	background:#006ab4 url(../images/dotnow.png) 30px center no-repeat;
	color:#fff;
	transition:.3s;
}
.incleft ul li.cur a{
	background:#006ab4 url(../images/dotnow.png) 30px center no-repeat;
	color:#fff;
}
@media (max-width:992px) {
	.ipage{
		padding:15px 0px 30px;
	}
	.incleft{
		width:100%;
	}
	.incleft>h3{
		display:none;
	}
	.incleft ul{
		display:flex;
		justify-content:space-between;
		margin-top:0px;
		flex-wrap:wrap;
	}
	.incleft ul li{
		margin-bottom:10px;
		width:calc(50% - 5px);
	}
	.incleft ul li a{
		text-align:center;
		font-size:1.3rem;
		padding-left:0px;
		background:#fff;
		line-height:36px;
	}
	.incleft ul li a:hover{
		background:#006ab4;
	}
	.incleft ul li.cur a{
		background:#006ab4;
	}
}
.inabout-ct .inab-tt{
	font-size:1.4rem;
	color:#5f6060;
	margin-bottom:30px;
	height:45px;
	border-bottom:1px rgba(0,0,0,.2) solid;
	padding-bottom:10px;
	text-transform: uppercase;
}
.inabout-ct .inab-tt>span{
	font-size:2.2rem;
	display:block;
	color:#000;
	float:left;
}
.inabout-ct .inab-tt>span small{
	font-size:1.4rem;
	color:#5f6060;
	text-transform: uppercase;
}
.inabout-ct .inab-tt div{
	float:right;
	color:#000;
	height:30px;
	overflow:hidden;
	line-height:40px;
}
.inabout-ct .inab-tt div span{
	margin-right:5px;
}
.inabout-ct .inab-tt div a{
	color:#000;
}
.inabout-ct .abct-ct{
	font-size:1.4rem;
	color:#545454;
	line-height:32px;
}
@media(max-width:992px){
	.inabout-ct .inab-tt{
		display:none;
	}
	.inabout-ct .abct-ct{
		font-size:1.4rem;
		line-height:26px;
		padding:10px 0px 0px;
	}
	.inabout-ct .abct-ct div img{
		max-width:100% !important;
		height:auto !important;
	}
	.inabout-ct .abct-ct p img{
		width:100% !important;
		height:auto !important;
	}
	.inabout-ct .inab-tt div{
		display:none;
	}	
}
.inabout-ct .abct-ct ul{
	margin-right:-5px;
	margin-left:-5px;
}
.inabout-ct .abct-ct ul li{
	margin-bottom:10px;
	padding-right:5px;
	padding-left:5px;
}
.inabout-ct .abct-ct ul li img{
	width:100%;
}
.inabout-ct .abct-ct ul li a{
	border:1px #ddd solid;
	display:block;
}
.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: 700px;
}
.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_in section p{
	font-size:1.6rem;
	line-height:30px;
	color:#fff;
	padding:0px 0px 20px;
}
.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;
}
.page-list{
	display: flex;
	justify-content: flex-end;
	padding: 20px 0px 0px;
}
.page-list a{
	border: 1px rgb(0,0,0,.2) solid;
	line-height: 34px;
	padding: 0px 15px;
	margin-left: 10px;
	font-size: 1.4rem;
	color: #666;
	transition: .3s;
}
.page-list a.hover,.page-list a:hover{
	color: #fff;
	background-color: #046cb3;
	border-left: 1px #046cb3 solid;
}
@media (max-width:1200px) {
	.page-list{
		padding: 15px 0px 0px;
	}
	.page-list a{
		line-height: 30px;
		padding: 0px 15px;
		font-size: 1.4rem;
	}
}
.csct-ct{
	padding-top:10px;
}
.csct-ct ul li{
	margin-bottom:30px;
}
.csct-ct ul li a{
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.csct-ct ul li a span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 25px;
}
.csct-ct ul li a span p{
	color: #333333;
	font-size: 1.8rem;
}
.csct-ct ul li a span small{
	width: 65px;
	line-height: 26px;
	border-radius: 8px;
	color: #fff;
	font-size: 1.2rem;
	background-color: #007ace;
	text-align: center;
}
.csct-ct ul li a:hover span small{
	background-color: #484848;
}
.ipdcont{
	position: relative;
}
.ipdcont .roww{
	position: relative;
}
.ipdcont .roww:after{
	content:"";
	display:block;
	clear:both;
}
.ipdcont .colmd5{
	float:left;
	width:42%;
	position:relative;
}
.ipdcont .colmd7{
	float:right;
	width:55%;
}
.ipdcont .jqzoom{
	border: 1px #ddd solid;
}
.ipdcont .jqzoom img{
	width: 100%;
	height: auto;
}
.ipdcont .pro-ptt{
	border-bottom: 1px #ddd solid;
	color: #006ab4;
	font-size: 2.4rem;
	line-height: 30px;
	padding: 5px 0 15px;
}
.ipdmemo section{
	font-size: 1.4rem;
	line-height: 26px;
	color: #666;
	padding:20px 0px;
	border-bottom: 1px #ddd solid;
}
.ipdmemo .pdpage{
	align-items: center;
	display: flex;
	padding: 30px 0px 10px;
	position:absolute;
	width:55%;
	right:0;
	bottom:0;
}
.ipdmemo .pdpage a{
	display: block;
	color: #3e3a3a;
	font-size: 1.5rem;
	width: calc(50% - 30px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdmemo .pdpage a:hover{
	color: #f00;
}
.ipdmemo .pdpage a:last-child{
	text-align:right;
}
.ipdmemo .pdpage i{
	width: 1px;
	height: 20px;
	background-color: #666;
	margin: 0px 25px;
}
.ipdmemo .pdpage a.fanhui{
	width:60px;
	text-align:center;
	text-decoration:underline;
}
@media (max-width:1440px) {
	.ipdcont .pro-ptt{
		font-size: 1.8rem;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.ipdmemo dl{
		padding: 20px 0px;
	}
	.ipdmemo dl dd span a{
		border-radius: 3px;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0px 20px;
	}
	.ipdmemo dl dd small a{
		font-size: 1.5rem;
	}
	.ipdmemo dl dd small a img{
		max-width: 36px;
	}
	.ipdmemo .pdpage{
		padding: 20px 0px;
	}
	.ipdmemo .pdpage a{
		font-size: 1.4rem;
		max-width: calc(50% - 20px);
	}
	.ipdmemo .pdpage i{
		margin: 0px 20px;
	}
}
@media (max-width:992px) {
	.csct-ct ul li a span{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 10px 15px;
	}
	.csct-ct ul li a span p{
		font-size: 1.5rem;
	}
	.ipdcont{
		padding:10px 0px 0px;
	}
	.ipdcont .colmd5{
		width:100%;
	}
	.ipdcont .colmd7{
		width:100%;
	}
	.ipdcont .pro-ptt{
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.ipdmemo section{
		font-size: 1.3rem;
		line-height: 24px;
		padding:10px 0px;
	}
	.ipdmemo dl{
		padding: 15px 0px;
	}
	.ipdmemo dl dd span a{
		border-radius: 2px;
		font-size: 1.3rem;
		padding: 0px 15px;
	}
	.ipdmemo dl dd small a{
		font-size: 1.4rem;
	}
	.ipdmemo dl dd small a img{
		max-width: 30px;
	}
	.ipdmemo dl dt a{
		margin: 0px 3px;
	}
	.ipdmemo .pdpage{
		padding: 15px 0px;
	}
	.ipdmemo .pdpage a{
		font-size: 1.3rem;
		max-width: calc(50% - 10px);
	}
	.ipdmemo .pdpage i{
		margin: 0px 10px;
	}
}
.huise{
	background-color: #f6f6f6;
}
.xiaotu{
	position: relative;
	width: 100%;
	margin:15px 0px 0px;
}
#xiaotu .swiper-slide a{
	display: block;
	opacity:.6;
	border:1px #ddd solid;
}
#xiaotu .swiper-slide a.hover{
	opacity:1;
}
#xiaotu .swiper-button-white{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #004ca3;
	background-size: auto 55%;
	margin-top: -10px;
}
@media (max-width:992px) {
	.xiaotu{
		position: relative;
		width: 100%;
		left:0;
		padding-left: 0px;
		margin:15px 0px 0px;
	}
}
.jqzoom{
	position:relative;
	overflow:hidden;
	font-size:0;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:101% !important;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
	font-size:0;
}
.zoomdiv img{
	max-width:none;
}
.bigimg{
	width:900px;
	height:900px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:200px !important;
	height:200px !important;
	border:1px solid #aaa;
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.ipdxiang{
	padding: 40px 0px 0px;
}
.ipdxiang>h2{
	color: #333333;
	font-size: 2.2rem;
	line-height: 28px;
	text-transform: uppercase;
	border-bottom: 1px rgba(0,0,0,.2) solid;
	padding: 0px 0px 25px;
	font-weight:bold;
	margin-bottom:30px;
}
.ipdxiang>section{
	font-size: 1.6rem;
	line-height: 28px;
	color: #666;
}
.ipdxiang>section img{
	max-width: 100%;
	height: auto;
}
@media (max-width:1440px) {
	.ipdxiang{
		padding: 20px 0px 0px;
	}
	.ipdxiang>h2{
		font-size: 1.8rem;
		line-height: 22px;
		padding: 15px 0px 10px;
	}
	.ipdxiang>section{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.jqzoom{
		margin-bottom:15px;
	}
	.zoomdiv{
		display:none !important;
	}
	.bigimg{
		display:none !important;
	}
	.jqZoomPup{
		display:none !important;
	}
	.ipdxiang{
		padding: 0px 0px 0px;
	}
	.ipdxiang>h2{
		padding: 10px 0px;
		margin-bottom:10px;
	}
	.ipdxiang>section{
		font-size: 1.3rem;
		line-height: 20px;
	}
}
.icase ul li{
	margin-bottom:30px;
}
.icase ul li a{
	display:block;
	background:rgba(0,0,0,.05);
}
.icase ul li a i{
	display:block;
	padding:1px 1px 0px 1px;
}
.icase ul li a span{
	display:block;
	line-height:20px;
	padding:18px 0px;
	text-align:center;
	font-size:1.5rem;
	color:#333;
}
.icased>h1{
	text-align: center;
	font-size: 2.6rem;
	line-height: 36px;
	margin:0px 0px 25px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom: 15px;
}
.icased>h2{
	font-size: 1.6rem;
	text-align: center;
	font-family: Avenir;
	text-transform: uppercase;
	line-height: 22px;
	margin: 3px 0px 20px;
	border-bottom: 2px rgba(0,0,0,.15) solid;
	padding-bottom: 10px;
}
.icased>center img{
	border:1px #ddd solid;
}
.icased>section{
	padding: 30px 0px;
	font-size: 1.6rem;
	color: #666;
	line-height: 32px;
}
.icased .fanye{
	border-top: 1px rgba(0,0,0,.15) solid;
	padding: 20px 0px 0px;
}
.icased .fanye a{
	display: block;
	max-width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	font-size: 1.8rem;
	color: #333;
}
.icased .fanye a:last-child{
	float: right;
}
.icased .fanye a:hover{
	color: #0e62a9;
	text-decoration: underline;
}
.inews ul{
	padding:0px 0px 0px;
}
.inews ul li:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li{
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.inews ul li>a{
	float: left;
	display: block;
	width: 30%;
}
.inews ul li>a img{
	border:1px rgba(0,0,0,.1) solid;
}
.inews ul li section{
	width: 70%;
	float: right;
	padding: 0 30px;
	transition: .3s;
}
.inews ul li section h3 a{
	display: block;
	color: #000;
	font-size: 2.0rem;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.inews ul li section h3{
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 10px;
	transition: .3s;
}
.inews ul li:hover section h3{
	border-bottom: 1px #004caf solid;
}
.inews ul li section h4{
	margin: 0;
	font-size: 1.4rem;
	font-family:Avenir;
	color: #666;
	line-height: 24px;
	padding: 10px 0px 0;
}
.inews ul li section span{
	display: block;
	color: #9898a0;
	font-size: 1.4rem;
	line-height: 24px;
}
.inews ul li section big{
	display: block;
	margin: 5px 0px 0px;
}
.inews ul li section big a{
	color: #004caf;
	font-size: 1.4rem;
	line-height: 22px;
}
@media (max-width:992px) {
	.inews ul li{
		margin-bottom: 15px;
		padding-bottom:15px;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.inews ul li>a{
		width: 100%;
	}
	.inews ul li section{
		width: 100%;
		padding: 0 0px;
	}
	.inews ul li section h3 a{
		font-size: 1.5rem;
		line-height: 20px;
		padding:15px 0px 5px;
	}
	.inews ul li section h3{
		padding-bottom: 5px;
	}
	.inews ul li section h4{
		font-size: 1.3rem;
		padding: 5px 0px 0;
	}
	.inews ul li section span{
		font-size: 1.2rem;
		line-height: 18px;
	}
}
.instt{
	font-size:2.0rem;
	font-family:Fonttwo;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	line-height:28px;
	color:#666;
	font-size: 1.4rem;
	padding:20px 0px 30px;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:1px rgba(0,0,0,.2) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:992px) {
	.inewsd{
		padding:10px 0px 0px;
	}
	.instt{
		font-size:1.6rem;
		line-height:20px;
		margin:0px 0px 5px;
	}
	.instm span{
		line-height:20px;
		font-size:1.2rem;
	}
	.instm span i{
		line-height:16px;
	}
	.insct{
		line-height:24px;
		font-size: 1.3rem;
		padding:10px 0px 15px;
	}
}
.fanye{
	padding:0px 0px 0px;
	display:flex;
	justify-content:space-between;
}
.fanye a{
	max-width: calc(50% - 35px);
	color:#333;
	display:block;
	font-family:Fontthree;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size: 1.6rem;
}
.fanye a.fanhui{
	width:70px;
	text-align:center;
	text-decoration:underline;
}
.fanye a font{
	color: #333;
	font-weight: bold;
}
.fanye a:hover{
	text-decoration:underline;
	color: #046cb3;
}
.fanye a:last-child{
	text-align: right;
}
@media (max-width:992px) {
	.fanye a{
		font-size: 1.4rem;
	}
}
.ijob{
	font-size: 1.4rem;
	color: #545454;
	line-height: 32px;
}
.ijob ul li{
	margin-bottom:15px;
}
.ijob ul li section{
	border:1px rgba(0,0,0,.2) solid;
	display:flex;
	justify-content:space-between;
	padding:10px 0px 10px 20px;
}
.ijob ul li.li section{
	background:#f7f7f7;
}
.ijob ul li section span{
	display:flex;
	align-items:center;
}
.ijob ul li section span p{
	font-size:1.6rem;
	color:#006ab4;
}
.ijob ul li section span small{
	line-height:14px;
	font-size:1.4rem;
	color:#666;
	border-left:1px rgba(0,0,0,.2) solid;
	margin-left:20px;
	padding-left:20px;
}
.ijob ul li section h4{
	width:15%;
	border-left:1px rgba(0,0,0,.2) solid;
	cursor:pointer;
}
.ijob ul li section h4 small p{
	font-size:1.5rem;
	line-height:30px;
}
.ijob ul li section h4 small:first-child{
	display:block;
	text-align:center;
	font-size:1.6rem;
}
.ijob ul li.li section h4 small:first-child{
	display:none;
}
.ijob ul li section h4 small:last-child{
	display:none;
	font-size:3.0rem;
	text-align:center;
	color:#006ab4;
}
.ijob ul li section h4 small:last-child i{
	line-height:46px;
}
.ijob ul li.li section h4 small:last-child{
	display:block;
}
.ijob ul li .rzyao{
	border:1px rgba(0,0,0,.2) solid;
	border-top:0;
	padding:20px;
	font-size:1.4rem;
	line-height:26px;
	background:#f7f7f7;
	display:none;
	color:#666;
}
.ijob ul li .rzyao h3{
	font-size:1.6rem;
	line-height:30px;
	color:#000;
	padding:0px 0px 10px;
}
@media (max-width:992px) {
	.ijob ul li{
		margin-bottom:10px;
	}
	.ijob ul li section{
		border:1px rgba(0,0,0,.1) solid;
		padding:10px 0px 10px 10px;
	}
	.ijob ul li section span small{
		display:none;
	}
	.ijob ul li section span p{
		font-size:1.4rem;
	}
	.ijob ul li section h4{
		width:25%;
		border-left:1px rgba(0,0,0,.1) solid;
	}
	.ijob ul li section h4 small p{
		font-size:1.2rem;
		line-height:20px;
	}
	.ijob ul li section h4 small:first-child{
		font-size:1.4rem;
	}
	.ijob ul li section h4 small:last-child{
		font-size:2.0rem;
	}
	.ijob ul li section h4 small:last-child i{
		line-height:34px;
	}
	.ijob ul li .rzyao{
		border:1px rgba(0,0,0,.1) solid;
		padding:10px;
		font-size:1.3rem;
		line-height:24px;
		border-top:0;
		color:#666;
	}
	.ijob ul li .rzyao h3{
		font-size:1.4rem;
		line-height:24px;
		padding:0px 0px 5px;
	}
}
.icontact{
	background:#fff;
	margin:50px 0px 0;
}
.icontact .icolet{
	float:left;
	width:50%;
	background:#006ab4;
}
.icontact .icorit{
	float:right;
	width:50%;
}
.icontact .icolet section{
	padding:40px;
	color:#fff;
	position: relative;
}
.icontact .icolet big img{
	width:100%;
}
.icontact .icolet section h2{
	font-size:3.0rem;
	line-height:40px;
}
.icontact .icolet section>i{
	display: block;
	max-width: 140px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.icontact .icolet section>i img{
	max-width:100%;
	height:auto;
}
.icontact .icolet section h3{
	font-size:2.0rem;
	padding:15px 0px 25px;
	line-height:30px;
	border-bottom:1px rgba(255,255,255,.5) solid;
}
.icontact .icolet section>span{
	display:block;
	font-size:1.6rem;
	margin:20px 10px 0px;
	line-height:40px;
}
.icontact .icolet section span table tr td:first-child{
	display:flex;
	padding:11px 10px 0px 0px;
}
@media (max-width:1280px) {
	.icontact .icolet section{
		padding:25px;
	}
	.icontact .icolet section h2{
		font-size:2.0rem;
		line-height:30px;
	}
	.icontact .icolet section>i{
		max-width: 100px;
		right: 25px;
		bottom: 25px;
	}
	.icontact .icolet section>i img{
		max-width:100%;
		
	}
	.icontact .icolet section h3{
		font-size:1.6rem;
		padding:10px 0px 20px;
	}
	.icontact .icolet section>span{
		font-size:1.4rem;
		margin:15px 0px 0px;
		line-height:30px;
	}
}
@media (max-width:992px) {
	.icontact{
		margin:15px 0px 0;
	}
	.icontact .icolet{
		width:100%;
	}
	.icontact .icorit{
		width:100%;
	}
	.icontact .icolet section{
		padding:15px;
	}
	.icontact .icolet section h2{
		font-size:1.6rem;
	}
	.icontact .icolet section h3{
		font-size:1.4rem;
		padding:0px 0px 10px;
	}
	.icontact .icolet section>i{
		max-width: 60px;
		right: 15px;
		bottom: 15px;
	}
}
.icorit form{
	padding:40px;
}
.icorit form h2{
	color:#333333;
	font-size:2.2rem;
	line-height:36px;
}
.icorit form h3{
	font-size:3.0rem;
	color:#333333;
	line-height:71px;
	margin:0px 0px 20px;
}
.icorit form span{
	display:block;
	margin-bottom:15px;
}
.icorit form span p{
	line-height:30px;
	font-size:1.8rem;
	color:#3f3f3f;
	position:relative;
}
.icorit form span p:after{
	content:"*";
	color:#f00;
	margin:0px 0px 0px 8px;
}
.icorit form span input{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
}
.icorit form span textarea{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
	resize:none;
}
.icorit form section:after{
	content:"";
	display:block;
	clear:both;
}
.icorit form section span:first-child{
	float:left;
	width:48%;
}
.icorit form section span:last-child{
	float:right;
	width:48%;
}
.icorit form button{
	width:100%;
	color:#fff;
	background:#006ab4;
	font-size:1.7rem;
	border:0;
	line-height:70px;
	margin:8% 0px 0px;
	transition:.3s;
}
.icorit form button:hover{
	background:#f68603;
}
@media (max-width:1280px) {
	.icorit form{
		padding:25px;
	}
	.icorit form h2{
		font-size:1.8rem;
		line-height:30px;
	}
	.icorit form h3{
		font-size:2.2rem;
		line-height:51px;
		margin:0px 0px 15px;
	}
	.icorit form span{
		margin-bottom:10px;
	}
	.icorit form span p{
		font-size:1.4rem;
	}
	.icorit form span input{
		padding:0px 0px 10px;
	}
	.icorit form span textarea{
		max-height:200px;
	}
	.icorit form button{
		width:100%;
		font-size:1.4rem;
		line-height:50px;
		margin:15px 0px 0px;
	}
}
@media (max-width:992px) {
	.icorit form{
		padding:15px;
	}
	.icorit form h2{
		font-size:1.6rem;
	}
	.icorit form h3{
		font-size:1.8rem;
		line-height:41px;
		margin:0px 0px 10px;
	}
	.icorit form span textarea{
		max-height:100px;
	}
}
.map{
	border:13px #fff solid;
	padding:10px;
	margin:40px 0px 70px;
}
.map #container{
	width:100%; 
	height:450px;
}