.top{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color:rgba(255,255,255,.8);
	border-bottom: 1px rgba(255,255,255,.1) solid;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}

.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}

.head .top{
	background-color: rgba(0,0,0,.7);
}


.sousuo{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background:rgba(255,255,255,.6);
	z-index:6;
	padding:20px 0px;
	display:none;
}
.sousuo form{
	display:flex;
	max-width:800px;
	margin:0 0 0 auto;
}
.sousuo form input{
	line-height:20px;
	padding:10px;
	font-family:MaisonNeue-Book;
	font-size:1.4rem;
	background:#fff;
	outline:none;
	border:0;
	width:85%;
}
.sousuo form button{
	width:15%;
	background:#008bff;
	color:#fff;
	border:0;
}
.menu h2{
	height: 92px;
	width: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}
.head .menu h2{
	height: 62px;
}
.logo img{
	transition: .3s;
	height:76px;
}
.head .logo img{
	height: 56px;
	filter: grayscale(100%) invert(100%) brightness(1000%);
}
.menu h2:first-child{
	border-right: 1px rgba(0,0,0,.1) solid;
	margin-right:50px;
}
.menu h2:last-child{
	border-left: 1px rgba(0,0,0,.1) solid;
	margin-left: 50px;
}
.head .menu h2:first-child {
    border-right: 1px rgba(255,255,255,.1) solid;
}

.head .menu h2:last-child {
    border-left: 1px rgba(255,255,255,.1) solid;
}

.menu h2 i{
	line-height: 92px;
	color:#333;
	font-size:2.0rem;
	font-weight: normal;
}

.head .menu h2 i {
    color: #FFF;
}

.menu h2 span{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	max-width: 150px;
}
.menu h2:hover span{
	display: block;
}
.menu h2>img{
	width: 20px;
	filter: invert(60%);
	height: auto;
}

.head .menu h2>img {
    filter:invert(0%);
   }

.menu{
	display: flex;
	align-items: center;
}
.menu ul{
	display: flex;
	align-items: center;
}
.menu ul li{
	padding: 0px 30px;
	position: relative;
}
.menu ul li a{
	display: block;
	line-height: 90px;
	padding: 0px 5px;
	color: #333;
	font-family:MaisonNeue-Medium;
	font-size: 1.4rem;
	transition: .3s;
}

.menu ul li a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#333333;
}

.menu ul li a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#333333;
}

.menu ul > li.mouseover .ul_hide {
    position: absolute;
    left: -15%;
    top: 90px;
    width: 130%;
    text-align:center;
    border: 0px solid #CBCBCB;
    background-color: hsl(180 1% 99% / 1);
    display: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    z-index: 8;
}

.head .menu ul > li.mouseover .ul_hide {
    top: 60px;
}

.menu ul > li.mouseover .ul_hide li {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid hsl(0 0% 91% / 1);
    list-style-type:none;
    background:none;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:relative;
    padding: 0px;
}

.menu ul > li.mouseover .ul_hide li a{
    text-align:center;
    color: #333;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
    display: block;
    width: 100%;
    height: 100%;
}

.menu ul > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
    background-color: #21478b;
    text-decoration: none;
}

.head .menu ul li a {
    color: #FFF;
}

.head .menu ul li a{
	line-height: 60px;
}


.head .menu ul li a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#FFFFFF;
}

.head .menu ul li a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}


.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}



.wenhuak.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}
   
.wenhuak {
   height:auto; overflow:hidden;
   background-color:#122b88;
	-webkit-transform:rotatex(-80deg) translateZ(0);
	-ms-transform:rotatex(-80deg) translateZ(0);
	transform:rotatex(-80deg) translateZ(0);
	-webkit-transform-origin:0 0 0;
	-ms-transform-origin:0 0 0;
	transform-origin:0 0 0;
	opacity:0;
	transition:1s;
   }
   
.wenhua-aa {
   width:50%;
   float:left;
   }  
   
.wenhua-aa img {
   width:100%;
   } 
   
.wenhua-bb {
   width:30%;
   float:left;
   padding-top:10%;
   padding-left:5%;
   color:#FFFFFF;
   font-size:16px;
   line-height:33px;
   }
   
.wenhua-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   }  
   
.wenhuak img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.wenhuak:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.wenhuak section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 


@media (max-width:1200px) {
	.menu ul li{
		padding: 0px 15px;
	}
}
.banner .swiper-container .swiper-pagination{
	bottom: 40px;
}
.banner .swiper-container .swiper-pagination span{
	background-color: transparent;
	opacity: 1;
	width: 24px;
	height: 24px;
	border: 1px transparent solid;
	padding: 8px;
	margin: 0px 10px;
}
.banner .swiper-container .swiper-pagination span:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px #fff solid;
}
.banner .swiper-container .swiper-button-next{
	background: url(../images/bnjt.png) center no-repeat;
	background-size: 34px auto;
	width: 34px;
	right: 2%;
}
.banner .swiper-container .swiper-button-prev{
	background: url(../images/bnjt.png) center no-repeat;
	background-size: 34px auto;
	width: 34px;
	left: 2%;
	transform: rotateZ(180deg);
}
.title{
	text-align: center;
}
.title h4{
	font-size: 4.0rem;
	color: #42434c;
	font-family:UniversLTStd;
	margin: 0px 0px 10px;
}
.title span{
	display: block;
	color: #888998;
	font-size: 1.6rem;
	line-height: 24px;
	font-family:UniversLTStd;
	max-width: 700px;
	margin: 0 auto;
}
@media (max-width:1200px) {
	.title h4{
		font-size: 3.0rem;
	}
	.title span{
		font-size: 1.4rem;
		line-height:20px;
	}
}
.product{
	padding: 70px 0px 50px;
}
.product ul{
	display: flex;
	justify-content: center;
	margin: 50px 0px 0px;
}
.product ul li{
	width: 14.28571428571429%;
}
/* .product ul li a i{
	display: block;
	border-radius: 50%;
	overflow: hidden;
} */
.product ul li a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.product ul li a p{
	width: 100%;
	text-align: center;
	color: #212529;
	font-family:MaisonNeue-Medium;
	line-height: 22px;
	margin: 5px 0px 0px;
}
@media (max-width:1200px) {
	.product{
		padding: 50px 0px 30px;
	}
	.product ul li a i{
		display:block;
		margin:0 auto;
		max-width:80%;
	}
}
.product .prolist{
	position: relative;
	padding: 45px 0px 60px;
}
.product .swiper-container{
	position: static;
}
.product .swiper-button-next{
	right: 8%;
	width: 32px;
	height: 60px;
	margin-top: -45px;
	background: url(../images/pdjt.png) center no-repeat;
	background-size: auto 44px;
}
.product .swiper-button-prev{
	left: 8%;
	width: 32px;
	height: 60px;
	margin-top: -45px;
	background: url(../images/pdjt.png) center no-repeat;
	transform: rotateZ(180deg);
	background-size: auto 44px;
}
.product .swiper-container .swiper-pagination{
	bottom: 0;
}
.product .swiper-container .swiper-pagination span{
	width: 12px;
	height: 12px;
	background-color: #c0c0c0;
	opacity: 1;
}
.product .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #3a54d5;
}
.product .swiper-slide a{
	display: block;
	color: #000000;
}
.product .swiper-slide section p a{
	font-size: 1.6rem;
	line-height: 24px;
	font-family:MaisonNeue-Medium;
	margin: 20px 0px 0px;
}
.product .swiper-slide section span{
	display: block;
	font-size: 1.4rem;
	color: #383b3f;
	line-height: 24px;
	font-family:MaisonNeue-Medium;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product .swiper-slide section small a{
	display: block;
	font-size: 1.2rem;
	color: #008bff;
	background-color: #f6f6f6;
	line-height: 24px;
	border-radius: 12px;
	width: 40%;
	font-family:MaisonNeue-Book;
	margin: 15px auto 0;
	transition: .3s;
}
.product .swiper-slide section small a:hover{
	background-color: #008bff;
	color: #fff;
}
@media (max-width:1440px) {
	.product .swiper-button-next{
		right: 3%;
	}
	.product .swiper-button-prev{
		left: 3%;
	}
}
@media (max-width:1200px) {
	.product .swiper-slide section p a{
		font-size: 1.4rem;
		line-height: 22px;
		margin: 15px 0px 5px;
	}
	.product .swiper-slide section span{
		font-size: 1.3rem;
		line-height: 20px;
	}
	.product .swiper-slide section small a{
		width: 60%;
		margin: 10px auto 0;
	}
}
.about{
	background: url(../images/abbg.jpg) center no-repeat;
	background-size: cover;
	padding: 130px 0px 0px;
}
.about section{
	color: #fff;
	font-family:PingFang-Medium;
	font-size: 1.4rem;
	line-height: 26px;
	max-width: 960px;
	margin: 55px auto;
	text-align: center;
}
.about ul{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 50px 0px;
	margin: 100px 0px -88px;
	box-shadow: 0px 0px 30px rgba(91,83,80,.1);
	align-items: center;
}
.about ul li{
	width: 33.3%;
	text-align: center;
}
.about ul i{
	width: 1px;
	background-color: rgba(0,0,0,.1);
	height: 45px;
}
.about ul li h3{
	display: flex;
	justify-content: center;
}
.about ul li h3 span{
	font-size: 5.1rem;
	color: #464646;
	font-family:AvantGarde-Medium;
	line-height: 50px;
}
.about ul li h3 small{
	line-height: 24px;
	color: #4f5056;
	font-size: 1.2rem;
	font-family:PingFang-Medium;
	margin-left: 5px;
}
.about ul li p{
	color: rgba(79,80,86,.6);
	font-size: 1.4rem;
	font-family:MaisonNeue-Bold;
	line-height: 20px;
	margin: 7px 0px 0px;
}
@media (max-width:1200px) {
	.about{
		padding: 90px 0px 0px;
	}
	.about section{
		margin: 35px auto;
	}
	.about ul{
		padding: 15px 0px;
		margin: 30px 0px -30px;
	}
	.about ul li h3 span{
		font-size: 20px;
		line-height: 30px;
	}
}
.news{
	padding: 160px 0px 70px;
}
.news>h2{
	font-size: 2.6rem;
	color: #004ca3;
	font-family:PingFang-Medium;
	line-height: 30px;
}
.news ul{
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 40px;
}
.news ul li{
	width: 33.33333333333333%;
	padding: 0px 15px;
}
.news ul li a{
	display: block;
	color: #000;
}
.news ul li a h4{
	font-size: 1.75rem;
	color: #212226;
	font-family:MaisonNeue-Book;
	line-height: 24px;
	margin: 30px 0px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news ul li a section{
	color: rgba(0,0,0,.47);
	font-family:MaisonNeue-Bold;
	font-size: 1.38rem;
	line-height: 22px;
}
.news ul li a>span{
	display: block;
	border-top: 1px rgba(0,0,0,.15) solid;
	margin: 25px 0px 0px;
	padding: 22px 0px;
	color: #808080;
	font-size: 1.8rem;
	line-height: 22px;
	font-family:MaisonNeue-Book;
}
.news ul li a:hover>span{
	background: url(../images/nsjt.png) right 5px center no-repeat;
	background-size: 19px auto;
	color: #004ca3;
	border-top: 1px #004ca3 solid;
}
@media (max-width:1200px) {
	.news{
		padding: 120px 0px 40px;
	}
	.news ul{
		margin-top: 25px;
	}
	.news ul li a h4{
		font-size: 1.6rem;
		line-height: 20px;
		margin: 15px 0px 7px;
	}
	.news ul li a section{
		font-size: 1.2rem;
		line-height: 18px;
	}
	.news ul li a>span{
		margin: 15px 0px 0px;
		padding: 12px 0px;
		font-size: 1.6rem;
		line-height: 20px;
	}
}
.contact{
	background: url(../images/ctbg.jpg) center no-repeat;
	background-size: cover;
	padding: 65px 0px 85px;
}
.contact h2{
	text-align: center;
	color: #000;
	font-size: 4.1rem;
	font-family:PingFang-Medium;
	text-align: center;
	line-height: 46px;
}
.contact section{
	color: #8f919f;
	font-size: 2.0rem;
	line-height: 30px;
	font-family:PingFang-Medium;
	max-width: 960px;
	margin: 25px auto 40px;
	text-align: center;
}
.contact ul{
	display: flex;
	justify-content: center;
}
.contact ul li{
	padding: 0px 15px;
}
.contact ul li a{
	display: flex;
	justify-content: space-between;
	background-color: rgba(0,0,0,.5);
	min-width: 250px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0px 20px;
	font-family:PingFang-Medium;
	font-size: 1.6rem;
}
.contact ul li a:after{
	content: "+";
	font-family:PingFang-Medium;
	font-size: 1.8rem;
}
@media (max-width:1200px) {
	.contact{
		padding: 45px 0px 65px;
	}
	.contact h2{
		font-size: 3.0rem;
		line-height: 30px;
	}
	.contact section{
		font-size: 1.6rem;
		line-height: 24px;
		margin: 20px auto 30px;
	}
}
footer{
	background-color: #24272b;
}
.bottom{
	padding: 40px 8% 0px;
	display: flex;
	justify-content: space-between;
}
.bottom dl{
	max-width: 23%;
}
.bottom dl section{
	color: rgba(255,255,255,.3);
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	margin: 20px 0px 0px;
}
.bottom dl section span{
	display: block;
	line-height: 26px;
	padding-left: 35px;
	margin-bottom: 22px;
}

.bottom dl section span a {
    color: rgba(255,255,255,.3);
}

.bottom dl section span a:hover {
    color: rgba(255,255,255,1);
}

.bottom dl section span:nth-child(1){
	background: url(../images/dz.png) 0px 2px no-repeat;
}
.bottom dl section span:nth-child(2){
	background: url(../images/dh.png) 0px 1px no-repeat;
}
.bottom dl section span:nth-child(3){
	background: url(../images/fax.png) 0px 4px no-repeat;
	background-size: 21px 22px;
}
.bottom dl section span:nth-child(4){
	background: url(../images/yx.png) 0px 4px no-repeat;
}
.bottom dl section span:nth-child(5){
	background: url(../images/WhatsApp.png) 0px 4px no-repeat;
	background-size: 21px 22px;
}
.bottom dl section span:nth-child(6){
	background: url(../images/Wechat.png) 0px 4px no-repeat;
	background-size: 21px 22px;
}
.bottom dl dt{
	padding-bottom: 15px;
}
.bottom dl dt a{
	font-weight: normal;
	color: #fff;
	font-size: 2.4rem;
	font-family:MaisonNeue-Medium;
	line-height: 32px;
}
.bottom dl dd a{
	color: rgba(255,255,255,.3);
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	line-height: 42px;
}

.bottom dl dd a:hover {
    color: rgba(255,255,255,1);
   }

.bottom dl form{
	padding: 10px 0px 0px;
	max-width: 303px;
}
.bottom dl form input{
	width: 100%;
	border: 0;
	background-color: rgba(255,255,255,.07);
	line-height: 20px;
	margin-bottom: 8px;
	padding: 15px;
	font-family:MaisonNeue-Book;
	color: #fff;
	outline: none;
}
.bottom dl form textarea{
	width: 100%;
	border: 0;
	background-color: rgba(255,255,255,.07);
	line-height: 20px;
	margin-bottom: 8px;
	padding: 15px;
	font-family:MaisonNeue-Book;
	color: #fff;
	outline: none;
	resize: none;
}
.bottom dl form input::-webkit-input-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form input::-moz-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form input:-moz-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form input:-ms-input-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form textarea::-webkit-input-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form textarea::-moz-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form textarea:-moz-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form textarea:-ms-input-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form button{
	background-color: #004ca3;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 1.8rem;
	border: 0;
	font-family:MaisonNeue-Book;
}
@media (max-width:1200px) {
	.bottom dl section{
		font-size: 1.4rem;
		margin: 10px 0px 0px;
	}
	.bottom dl section span{
		line-height: 22px;
		margin-bottom: 15px;
	}
	.bottom dl dt{
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.bottom dl dt a{
		font-size: 2.0rem;
		line-height: 24px;
	}
	.bottom dl dd a{
		font-size: 1.4rem;
		line-height: 36px;
	}
	.bottom dl form input{
		margin-bottom: 5px;
		padding: 10px 15px;
	}
	.bottom dl form textarea{
		margin-bottom: 5px;
		padding: 10px 15px;
	}
}
.copy{
	margin: 40px 0px 0px;
	border-top: 1px rgba(255,255,255,.15) solid;
	padding: 30px 8%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copy section{
	color: #fff;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
}
.copy section a{
	color: #fff;
}
.copy h1{
	display: flex;
}
.copy h1 a{
	display: block;
	color: #fff;
	font-size: 1.8rem;
	line-height: 26px;
	margin-left: 30px;
}
@media (max-width:1200px) {
	.copy{
		margin: 30px 0px 0px;
		padding: 20px 8%;
	}
	.copy h1 a{
		font-size: 1.6rem;
		margin-left: 20px;
	}
}
.ibanner {
	position: relative;
}

.ibanner img {
   width:100%;
   }

.ibanner .weizhi{
	position: absolute;
	width: 100%;
	left: 0;
	top: 47%;
}
.ibanner .weizhi h2{
	color: #fff;
	font-size: 5.5rem;
	font-family:MaisonNeue-Medium;
}
.ibanner .weizhi section{
	color: #fff;
	font-size: 1.8rem;
	font-family:MaisonNeue-Book;
}
.ibanner .weizhi section a{
	color: #fff;
}
@media (max-width:1440px) {
	.ibanner .weizhi{
		top: 50%;
	}
	.ibanner .weizhi h2{
		font-size: 4.0rem;
	}
	.ibanner .weizhi section{
		font-size: 1.6rem;
	}
}
.iabout{
	padding: 80px 0px 15px;
}
.iabout>h2{
	color: #5a5c60;
	font-size: 2.4rem;
	font-family:MaisonNeue-Bold;
	line-height: 30px;
	width: 100%;
}
.iabout>section{
	float: left;
	width: 54%;
	color: #5a5c60;
	font-size: 1.6rem;
	line-height: 30px;
	font-family:MaisonNeue-Medium;
	margin: 15px 0px 0px;
}
.iabout>.swiper-container{
	width: 43%;
	float: right;
}
.iabout>.swiper-container .swiper-pagination span{
	width: 15px;
	height: 15px;

	opacity: 1;
}

.iabout>.swiper-container .swiper-pagination-bullet {
   background-color: #FFFFFF;
   }

.iabout>.swiper-container .swiper-pagination-bullet-active {
    background-color: #004ca3;
   }

.iabout .iabtext{
	width: 100%;
	color: #5a5c60;
	font-size: 1.6rem;
	line-height: 30px;
	font-family:MaisonNeue-Medium;
	margin: 20px 0px 0px;
}
@media (max-width:1440px) {
	.iabout{
		padding: 50px 0px 15px;
	}
	.iabout>section{
		font-size: 1.4rem;
		line-height: 26px;
		margin: 15px 0px 0px;
	}
	.iabout .iabtext{
		font-size: 1.4rem;
		line-height: 26px;
		margin: 15px 0px 0px;
	}
}
.iabsj{
	margin: 0px 0px 80px;
	background-color: #122b88;
}
.iabsj ul{
	display: flex;
	justify-content: space-between;
	padding: 33px 0px;
}
.iabsj ul b{
	display: block;
	width: 1px;
	height: 67px;
	background-color: #fff;
	opacity: .4;
}
.iabsj ul li{
	width: 33.33333333333%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.iabsj ul li span{
	color: #fff;
	font-family:MaisonNeue-Medium;
	font-size: 1.4rem;
	padding-left: 15px;
}

@media (max-width:1440px) {
	.iabsj{
		margin: 0px 0px 50px;
	}
}
.ihonor{
	background: url(../images/hnbg.jpg) center no-repeat;
	background-size: cover;
	padding: 85px 0 150px;
}
.ihonor .swiper-container{
	padding-top: 150px;
}
.ihonor .swiper-container h1{
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-size: 3.2rem;
	font-family:AvantGarde-Medium;
	line-height: 32px;
}
.ihonor .swiper-container .swiper-button-next{
	background: url(../images/hnjt.png) center no-repeat;
	width: 50px;
	height: 50px;
	top: 0;
	margin-top: 0;
	right: 0;
}
.ihonor .swiper-container .swiper-button-prev{
	background: url(../images/hnjt.png) center no-repeat;
	width: 50px;
	height: 50px;
	top: 0;
	margin-top: 0;
	right: 70px;
	left: auto;
	transform: rotateZ(180deg);
}
.ihonor .swiper-container .swiper-slide img{
	width: 100%;
}
.ihonor .swiper-container .swiper-slide span{
	display: block;
	background-color: #fff;
}
.ihonor .swiper-container .swiper-slide span p{
	line-height: 60px;
	padding: 0 20px;
	font-size: 1.4rem;
	font-family:AvantGarde-Medium;
}
@media (max-width:1440px) {
	.ihonor{
		padding: 55px 0 100px;
	}
	.ihonor .swiper-container{
		padding-top: 100px;
	}
	.ihonor .swiper-container h1{
		font-size: 2.4rem;
		line-height: 24px;
	}
}
.equipment{
	background: url(../images/qpbg.jpg) center no-repeat;
	background-size: cover;
	padding: 70px 0px 60px;
}
.equipment h2{
	text-align: center;
	color: #fff;
	font-size: 3.6rem;
	font-family:MaisonNeue-Book;
	line-height: 44px;
	margin: 0px 0px 90px;
}
.equipment .swiper-container{
	padding: 80px 0px 150px;
}
.equipment .swiper-slide {
	transition: 300ms;
	border: 7px #fff solid;
	background-color: #fff;
	opacity: .3;
}
.equipment .swiper-slide-active,.equipment .swiper-slide-duplicate-active{
	border: 5px #fff solid;
	transform: scale(1.6);
	z-index: 9;
	opacity: 1;
}
.equipment .swiper-button-next{
	background: transparent;
	width: 25%;
	height: 100%;
	right: 0;
	top: 0;
	margin-top: 0;
}
.equipment .swiper-button-prev{
	background: transparent;
	width: 25%;
	height: 100%;
	left: 0;
	top: 0;
	margin-top: 0;
}
.equipment .swiper-pagination span{
	width: 20px;
	height: 20px;
	background-color: #fff;
}
@media (max-width:1200px) {
	.equipment h2{
		font-size: 2.6rem;
		line-height: 34px;
		margin: 0px 0px 70px;
	}
}
.iproduct{
	padding: 28px 0px;
}
.ipdclass{
	float: left;
	width: 21%;
}
.ipdlistk {
	width: 75%;
	float: right;
}
.ipdclass dl{
	background-color: #f0f0f0;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.ipdclass dl dt{
	font-size: 2.0rem;
	font-weight: normal;
	font-family:MaisonNeue-Medium;
	line-height: 56px;
	padding: 0px 30px;
	background-color: #004ca3;
	color: #fff;
	margin-bottom: 25px;
}
.ipdclass dl dd a{
	display: block;
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	line-height: 54px;
	background-color: #f0f0f0;
	padding-left: 30px;
	border-left: 3px #f0f0f0 solid;
	transition: .3s;
	color: #000;
}
.ipdclass dl dd.cur a,.ipdclass dl dd a:hover{
	background-color: #fff;
	border-left: 3px #004ca3 solid;
	color: #004ca3;
}
@media (max-width:1200px) {
	.ipdclass dl{
		margin-bottom: 15px;
	}
	.ipdclass dl dt{
		font-size: 1.8rem;
		line-height: 50px;
		padding: 0px 15px;
		margin-bottom: 15px;
	}
	.ipdclass dl dd a{
		font-size: 1.4rem;
		line-height: 48px;
		padding-left: 15px;
	}
}
.ipdclass ul{
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.ipdclass h2{
	background-color: #383b3f;
	color: #fff;
	font-size: 2.0rem;
	font-family:MaisonNeue-Medium;
	line-height: 56px;
	padding: 0px 30px;
	color: #fff;
}
.ipdclass ul li{
	padding: 0 15px;
}
.ipdclass ul li a{
	display: flex;
	align-content: center;
	padding: 15px 0px;
	border-bottom: 1px #fff solid;
}
.ipdclass ul li:last-child a{
	border-bottom: 0;
}
.ipdclass ul li a i{
	width: 32%;
}
.ipdclass ul li a section{
	width: 68%;
	padding-left: 10px;
	color: #000;
}
.ipdclass ul li a section h4{
	font-size: 1.55rem;
	line-height: 20px;
	font-family:MaisonNeue-Medium;
}
.ipdclass ul li a section span{
	display: block;
	font-family:MaisonNeue-Medium;
	font-size: 1.35rem;
	line-height: 16px;
	color: #444649;
	margin: 2px 0px;
}
.ipdclass ul li a section small{
	display: block;
	font-family:MaisonNeue-Medium;
	font-size: 1.4rem;
	line-height: 20px;
	color: #000;
}
@media (max-width:1200px) {
	.ipdclass h2{
		font-size: 1.8rem;
		line-height: 50px;
		padding: 0px 15px;
	}
	.ipdclass ul li{
		padding: 0 10px;
	}
	.ipdclass ul li a{
		padding: 10px 0px;
	}
	.ipdclass ul li a section h4{
		font-size: 1.4rem;
	}
	.ipdclass ul li a section span{
		font-size: 1.2rem;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.ipdclass ul li a section small{
		font-size: 1.3rem;
	}
}
.ipdclass ol{
	margin: 20px 0px 0px;
	padding: 0 0 50px;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.ipdclass ol li{
	padding: 25px 25px 0px;
}
.ipdclass ol li small{
	display: flex;
	align-items: center;
	color: #043e90;
	font-size: 1.8rem;
	line-height: 30px;
	font-family:MaisonNeue-Medium;
}
.ipdclass ol li small img{
	margin-right: 10px;
}
.ipdclass ol li span{
	display: block;
	font-size: 1.8rem;
	line-height: 30px;
	font-family:UniversLTStd;
}
@media (max-width:1200px) {
	.ipdclass ol{
		margin: 15px 0px 0px;
		padding: 0 0 40px;
	}
	.ipdclass ol li{
		padding: 15px 15px 0px;
	}
	.ipdclass ol li small{
		font-size: 1.6rem;
		line-height: 26px;
	}
	.ipdclass ol li span{
		font-size: 1.6rem;
		line-height: 26px;
	}
}
.ipdlist h1{
	font-size: 2.6rem;
	color: #000;
	font-family:MaisonNeue-Medium;
	border-bottom: 2px rgba(0,0,0,.05) solid;
	line-height: 46px;
	padding-bottom: 2px;
}
.ipdlist ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 30px;
}


.ipdlist ul li{
	width: 33.3333333333333%;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.ipdlist ul li section a{
	display: block;
	color: #000;
}

.ipdlist ul li section img {
   border:1px solid #EEEEEE;
   }

.ipdlist ul li section h4 {
   font-family:MaisonNeue-Medium;
   font-size:14px;
   text-align:center;
   margin-top:10px;
   margin-bottom:6px;
   }

.ipdlist ul li section h4 a{
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdlist ul li section span{
	display: block;
	color: #62666b;
	line-height: 24px;
	font-family:MaisonNeue-Medium;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdlist ul li section small a{
	display: block;
	text-align: center;
	color: #008bff;
	font-size: 1.2rem;
	font-family:MaisonNeue-Book;
	line-height: 26px;
	width: 120px;
	border-radius: 13px;
	background-color: #f6f6f6;
	transition:.3s;
}
.ipdlist ul li section small a:hover{
	color:#fff;
	background:#008bff;
}
.ipdlist ul li section h3{
	display: flex;
	padding: 10px 0px 15px;
}
.ipdlist ul li section h3 b{
	width: 16px;
	height: 16px;
	border: 2px #fff solid;
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(0,0,0,.35);
	margin-right: 10px;
}
@media (max-width:1200px) {
	.ipdlist h1{
		font-size: 2.0rem;
		line-height: 36px;
	}
	.ipdlist ul{
		margin-right: -10px;
		margin-left: -10px;
		margin-top: 20px;
	}
	.ipdlist ul li{
		padding: 0px 10px;
		margin-bottom: 20px;
	}
	.ipdlist ul li section h4 a{
		font-size: 1.5rem;
	}
	.ipdlist ul li section span{
		font-size:1.3rem;
		line-height: 22px;
	}
}
.page-list{
	display: flex;
	justify-content: flex-end;
	padding: 20px 0px 0px;
	border-top: 2px rgba(0,0,0,.05) solid;
}
.page-list a{
	border: 1px rgb(0,0,0,.2) solid;
	line-height: 38px;
	border-radius: 3px;
	padding: 0px 20px;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	color: #666;
	transition: .3s;
}
.page-list a.hover,.page-list a:hover{
	color: #fff;
	background-color: #004caf;
	border-left: 1px #004caf solid;
}
@media (max-width:1200px) {
	.page-list{
		padding: 15px 0px 0px;
	}
	.page-list a{
		line-height: 30px;
		padding: 0px 15px;
		font-size: 1.4rem;
	}
}
.inews{
	padding: 40px 0px 60px;
	background-color: #f0f0f0;
}
.inews dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inews dl dt{
	font-weight: normal;
	background-color: #fff;
	margin-bottom: 40px;
	width: 100%;
}
.inews dl dt a{
	display: flex;
	align-items: center;
}
.inews dl dt a i{
	width: 55%;
}
.inews dl dt a i img{
	width:100%;
}
.inews dl dt a section{
	width: 45%;
	padding: 0px 3% 0px 5%;
}
.inews dl dt a section h5{
	font-size: 1.7rem;
	font-family:DIN-Bold;
	color: #808080;
	line-height: 20px;
}
.inews dl dt a section h3{
	font-size: 2.0rem;
	line-height: 26px;
	font-family:MaisonNeue-Bold;
	color: #000;
	margin: 8% 0px 4%;
}
.inews dl dt a section span{
	display: block;
	color: #8f909f;
	line-height: 26px;
	font-family:MaisonNeue-Book;
	margin: 0px 0px 7%;
}
.inews dl dt a section small{
	color: #004caf;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	text-decoration: underline;
}
.inews dl dd{
	width: 48.5%;
	margin-bottom: 30px;
}
.inews dl dd a{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	padding: 20px;
	color: #000;
}
.inews dl dd a section{
	width: 82%;
}
.inews dl dd a small{
	width: 16%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.inews dl dd a section h4{
	font-size: 1.7rem;
	line-height: 22px;
	font-family:MaisonNeue-Bold;
}
.inews dl dd a section span{
	display: block;
	color: #8f909f;
	line-height: 22px;
	margin: 20px 0px 0px;
	font-family:MaisonNeue-Book;
}
.inews dl dd a small h5{
	width: 100%;
	font-size: 1.7rem;
	color: #808080;
	font-family:DIN-Bold;
	text-align: right;
}
.inews dl dd a small p{
	color: #004caf;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	text-decoration: underline;
	width: 100%;
	text-align: right;
}
.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: #333333;
	font-size: 2.2rem;
	font-family:MaisonNeue-Medium;
	line-height: 30px;
	padding: 15px 0;
}
.ipdmemo dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #ddd solid;
	padding: 25px 0px;
}
.ipdmemo dl dd{
	display: flex;
}
.ipdmemo dl dd b{
	width: 16px;
	height: 16px;
	border: 2px #fff solid;
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(0,0,0,.35);
	margin-right: 10px;
}
.ipdmemo dl dt{
	display: flex;
	align-items: center;
}
.ipdmemo dl dt a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	color: #fff;
	margin: 0px 6px;
}
.ipdmemo dl dt a:nth-of-type(1){
	background-color: #65a2d9;
}
.ipdmemo dl dt a:nth-of-type(2){
	background-color: #3c5a97;
}
.ipdmemo dl dt a:nth-of-type(3){
	background-color: #fabc09;
}
.ipdmemo dl dd small a{
	display: flex;
	align-items: center;
	color: #1c1e22;
	font-size: 1.7rem;
	font-family:Avenir-Roman;
}
.ipdmemo dl dd small a img{
	display: block;
	margin-left: 5px;
	max-width: 46px;
	height: auto;
}
.ipdmemo .pdpage{
	align-items: center;
	display: flex;
	padding: 30px 0px;
	border-bottom: 1px #ddd solid;
}
.ipdmemo .pdpage a{
	display: block;
	color: #3e3a3a;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	max-width: calc(50% - 26px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdmemo .pdpage a:hover{
	color: #fabc09;
}
.ipdmemo .pdpage i{
	width: 1px;
	height: 20px;
	background-color: #666;
	margin: 0px 25px;
}
@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) {
	.ipdcont .pro-ptt{
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.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: absolute;
	width: 55%;
	left: 45%;
	bottom: 0;
}
#xiaotu .swiper-slide a{
	display: block;
	border: 1px #ddd solid;
}
#xiaotu .swiper-slide a.hover{
	border: 1px #fabc09 solid;
}
#xiaotu .swiper-button-white{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fabc09;
	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:3px 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:800px;
	height:800px;
}
.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;
	font-family:MaisonNeue-Medium;
	line-height: 28px;
	text-transform: uppercase;
	border-top: 1px rgba(0,0,0,.2) solid;
	padding: 25px 0px 20px;
}
.ipdxiang>section{
	font-family:Avenir-Regular;
	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: 15px 0px 0px;
	}
	.ipdxiang>h2{
		padding: 10px 0px 5px;
	}
	.ipdxiang>section{
		font-size: 1.3rem;
		line-height: 20px;
	}
}
.instt{
	font-size:2.0rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:26px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct p{
	font-family:MaisonNeue-Book;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:MaisonNeue-Book;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.inewsd{
	padding:40px 5% 50px;
}
.inewsd .fanye{
	padding:30px 0px 0px;
}
.fanye{
	padding: 0px 30px 30px;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	color: #ff0000;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
}
@media (max-width:992px) {
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
}
.icontact{
	padding: 30px 0px 70px;
}
.icontact #container{
	height: 430px;
	width: 100%;
}
.icontact>h1{
	font-size: 2.4rem;
	color: #333333;
	line-height: 36px;
	font-family:MaisonNeue-Medium;
	margin-bottom: 30px;
}
.icontact .ictext table{
	width: 100%;
}
.icontact .ictext table td{
	vertical-align: top;
	padding-bottom: 10%;
}
.icontact .ictext table tr:last-child td{
	padding-bottom: 0;
}
.icontact .ictext table td:first-child{
	width: 80px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 26px;
}
.icontact .ictext table td:first-child font{
	font-size: 2.0rem;
}
.icontact .ictext table td:last-child h3{
	font-size: 1.8rem;
	color: #121211;
	line-height: 22px;
	font-family:MaisonNeue-Medium;
}
.icontact .ictext table td:last-child h3:after{
	content: "";
	display: block;
	height: 2px;
	background-color: #d1261c;
	width: 15px;
	margin: 15px 0px;
}
.icontact .ictext table td:last-child section{
	font-size: 1.6rem;
	line-height: 27px;
	color: #8c939d;
	font-family:MaisonNeue-Book;
}

.icontact .ictext table td:last-child section a {
    color: #8c939d;
}

.feedback{
	padding: 40px 0px 60px;
}
.feedback h1{
	color: #333333;
	font-size: 2.4rem;
	font-family:MaisonNeue-Medium;
}
.feedback form{
	margin-top: 35px;
}
.feedback form span{
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.feedback form p{
	font-size: 1.8rem;
	line-height: 28px;
	color: #333;
	margin: 0px 0px 5px;
	font-family:MaisonNeue-Book;
}
.feedback form span:first-child{
	margin-right: 4%;
}
.feedback form span font,.feedback form section font{
	color: #f00;
}
.feedback form input{
	width: 100%;
	line-height: 22px;
	padding: 29px 20px;
	height: 80px;
	background-color: #fff;
	font-size: 1.6rem;
	border: 2px rgba(0,0,0,.05) solid;
	outline: none;
}
.feedback form textarea{
	width: 100%;
	outline: none;
	line-height: 22px;
	font-size: 1.6rem;
	padding: 29px 20px;
	background-color: #fff;
	resize: none;
	border: 2px rgba(0,0,0,.05) solid;
}
.feedback form button{
	display: block;
	width: 180px;
	margin: 15px 0px 0px auto;
	background-color: #004ca3;
	color: #fff;
	line-height: 52px;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	border: 0;
}
.ijob{
	background:#fff;
	padding:40px;
	margin:50px 0px 70px;
}
.ijob ul li.jbtop{
	display:flex;
	justify-content:space-between;
	line-height:30px;
	background:#f4f4f4;
	padding:10px 0px;
	text-align:center;
}
.ijob ul li.jbtop small,.ijob ul li.jbtop span,.ijob ul li.jbtop p{
	font-size:1.8rem;
	color:#525252;
	font-family:MaisonNeue-Medium;
	width:20%;
}
.ijob ul li.jbct{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.2) dashed;
	padding:13px 0px;
	cursor:pointer;
}
.ijob ul li.jbct>span,.ijob ul li.jbct>p,.ijob ul li.jbct>a{
	font-size:1.6rem;
	width:20%;
	text-align:center;
	font-family:MaisonNeue-Book;
	line-height:30px;
	color:#6a6a6a;
}
.ijob ul li.jbct>span{
	cursor:pointer;
	display:block;
	background:url(../images/xjt.png) right 10px center no-repeat;
	background-size:auto 9px;
}
.ijob ul li.jbct>a{
	display:flex;
	padding-left:25px;
}
.ijob ul li.jbct>a:before{
	content:"";
	display:block;
	width:19px;
	height:19px;
	border:1px #6a6a6a solid;
	border-radius:2px;
	margin:6px 15px 0px 0px;
}
.ijob ul li.jbct.cur>a:before{
	border:1px #017dc7 solid;
	background:#017dc7 url(../images/dagou.png) center no-repeat;
	background-size:90% auto;
}
.ijob ul li.jbct section{
	display:none;
	width:100%;
	background:#f9f9f9;
	padding:20px 30px 30px;
	margin:15px 0px 0px;
	color:#757575;
	line-height:26px;
	font-size:1.5rem;
	font-family:MaisonNeue-Book;
}
.ijob ul li.jbct section>h4{
	color:#282828;
	font-family:MaisonNeue-Medium;
	padding:5px 0px;
	font-size:1.7rem;
}
.ijob ul li.jbct section h3{
	display:flex;
	justify-content:center;
	padding:30px 0px;
}
.ijob ul li.jbct section h3 a{
	line-height:56px;
	display:flex;
	background:#017dc7;
	color:#fff;
	font-size:1.8rem;
	padding:0px 30px;
	margin:0px 10px;
}
.ijob ul li.jbct section h3 a:first-child:before{
	content:"";
	display:block;
	background:url(../images/toudi.png) center no-repeat;
	width:22px;
	background-size:100% auto;
	margin-right:20px;
}
.ijob ul li.jbct section h3 a:last-child:before{
	content:"";
	display:block;
	background:url(../images/shouc.png) center no-repeat;
	width:22px;
	background-size:100% auto;
	margin-right:20px;
}
.ijob ul li.jbct section h3 a.hover:last-child:before{
	background:url(../images/shoucn.png) center no-repeat;
	width:22px;
	background-size:100% auto;
}

.cplm {
    position: absolute;
    width: 100%;
    height: 75px;
    border-top: 1px solid rgba(255,255,255,.41);
    left: 0px;
    bottom: 0px;
}

.cplm-kk {
    height: auto;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,.41);
}

.cplm-kk li {
    list-style-type: none;
    width: 25%;
    border-right: 1px solid rgba(255,255,255,.41);
    float: left;
}

.cplm-kk li a {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    height: 75px;
    line-height: 75px;
}

.cplm-kk li a:hover {
   background:url(../images/cpbl.png) bottom center; background-repeat:no-repeat;
   background-color:#f56600;
   }
   
.cplm-kk li.hover a {
   background:url(../images/cpbl.png) bottom center; background-repeat:no-repeat;
   background-color:#f56600;
   }
   
.jtanchu {
   cursor:pointer;
    }   

/* 弹窗 */
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:620px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#2a54a8;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
}  


.abmore {
    width: 180px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}


.abmore a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    border: 2px solid #FFFFFF;
}

.abmore a:hover {
   background-color:#FFFFFF;
   color:#000000;
   }
   


   
.cphh {
   height:auto; overflow:hidden;
   }
   
.cphh dl {
    overflow: hidden;
} 

.cphh dd dl{
    display: none;
}

.cphh dd a{
    margin-bottom: 3px;
}

.cphh dd {
   list-style-type:none;
}
   

.cphh dd a {

} 

.cphh dd.hover a {

}

.cphh dd a:hover{

}

.cphh dd.cur dd a {
    line-height: 30px;
	background:none;
	font-size:14px;
	color: #373c3d;
	border-left: 0px solid rgba(0,0,0,0);
    background-color:#EEEEEE;
    padding-left: 50px;
}

.cphh dd dd a {
    line-height: 30px;
	background:none;
	font-size:14px;
	border-left: 0px solid rgba(0,0,0,0);
    background-color:#EEEEEE;
    padding-left: 60px;
}

.cphh dd dd a:cur {
   background:none;
   border-left: 0px solid rgba(0,0,0,0);
   color:#004ca3;
   font-size:14px;
   }
   
.cphh dd dd.cur a {
   background:none;
   border-left: 0px solid rgba(0,0,0,0);
   color:#004ca3;
   font-size:14px;
   }
   
.wrapper-m {
   height:auto; overflow:hidden;
   padding-top:130px;
   padding-bottom:64px;
   }
   
.wrapper-m-aa {
   width:45.8%;
   padding-top:60px;
   float:left;
   }
   
.wrapper-m-aa h2 {
   font-family: MaisonNeue-Bold;
   font-size:14px;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.wrapper-m-aa h3 {
   font-family: MaisonNeue-Bold;
   font-size:40px;
   line-height:50px;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.tedian {
   height:auto; overflow:hidden;
   }
   
.tedian li {
   list-style-type:none;
   height:auto; overflow:hidden;
   font-size:18px;
   margin-bottom:20px;
   }
   
.liuyy {
   height:auto; overflow:hidden;
   margin-top:26px;
   }
   
.lyrow {
   height:auto; overflow:hidden;
   margin-left:-8px;
   margin-right:-8px;
   margin-bottom:2.4rem;
   }
   
.lyrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:8px;
   padding-right:8px;
   }
   
.kk {
   border:1px solid #b7b9dd;
   height:48px;
   } 
   
.anniu {
   width:100%;
   height:60px;
   color:#FFFFFF;
   font-size:16px;
   text-align:center;
   background-color:#444ee3;
   border:1px solid #444ee3;
   }  
   
   
.wrapper-m-bb {
   width:45.8%;
   float:right;
   }
   
.wrapper-m-bb img {
   width:100%;
   }
   
    .yc {
        display: block;
    }
    
    .yd {
        display: none;
    }


@media (max-width:1400px) {
	.ijob{
		padding:30px;
		margin:40px 0px 50px;
	}
	.ijob ul li.jbtop small,.ijob ul li.jbtop span,.ijob ul li.jbtop p{
		font-size:1.6rem;
	}
	.ijob ul li.jbct>span,.ijob ul li.jbct>p,.ijob ul li.jbct>a{
		font-size:1.4rem;
	}
	.ijob ul li.jbct section{
		line-height:22px;
		font-size:1.4rem;
	}
	.ijob ul li.jbct section>h4{
		font-size:1.6rem;
	}
}
@media (max-width:1200px){
	.ijob ul li.jbtop small,.ijob ul li.jbtop span,.ijob ul li.jbtop p{
		font-size:1.6rem;
	}
	.ijob ul li.jbct span,.ijob ul li.jbct p,.ijob ul li.jbct>a{
		font-size:1.4rem;
	}
	.ijob ul li.jbct section{
		line-height:26px;
		font-size:1.4rem;
	}
	.ijob ul li.jbct section h4{
		font-size:1.6rem;
	}
}


/* 新增产品列表页 */
.cpww {
    height: auto; overflow: hidden;
	margin-top:70px;
	margin-bottom:70px;
}

.kuanping {
    width: 1515px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.cpleft {
    width:38.7%;
    font-size: 14px;
    line-height: 30px;
    color: #a8a8a8;
    float: left;
}

.cpleft h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #0e0f11;
    margin-top: 52px;
    margin-bottom: 15px;
   }
   
.cpmore {
    width:188px;
    height:50px;
    margin-top: 45px;
}

.cpmore a {
    display: block;
    width:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background-color: #122b88;
}

.cpmore a:hover {
    color:#333333;
    background-color: #6dccd2;
   }

.shangbb {
    margin-top: 60px;
    height: auto; overflow:hidden;
}

.cpright {
    width:50%;
    float: right;
}

.cpright img {
    width:100%;
    border-radius: 8px;
}


.cplie {
    height: auto; overflow:hidden;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f8f9fa;
}

.cplie h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom:20px;
}

.cpkuan {
    width: 1240px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.cpgs {
    height: auto; overflow:hidden;
	text-align:center;
    color: #3a3b4b;
    line-height: 30px;
}

.cpss {
    height: auto;
	margin-top:10px;
   }

.cptu {
    height: auto; overflow:hidden;
    padding: 36px;
    color: #7f7f7f;
	background-color:#FFFFFF;
    line-height: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	margin-top:40px;
}


.cptu-tp {
    width:180px;
    margin:0 auto;
}

.cptu h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 36px; overflow: hidden;
    color: #000000;
    margin-top: 27px;
    margin-bottom: 10px;
   }

.cpnn {
    height: 175px; overflow: hidden;
}

.cpmorek {
    margin-top: 20px;
    height: auto; overflow:hidden;
}

.cpmorek a {
    display: block;
    width:100%;
    height: auto; overflow:hidden;
    text-align: center;
    line-height: 37px;
	text-transform:uppercase;
    color: #333333;
    background-color: #d5f6fc;
    border-radius: 20px;    
}

.cpmorek a:hover {
    color: #FFFFFF;
    background-color: #000000
}


.modal-dialog {
    width: 660px;
    margin: 200px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #162a8a;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #162a8a;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-55px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
}  

.anniuk {
   width:141px;
   height:36px;
   font-size:15px;
   color:#FFFFFF;
   background-color:#162a8a;
   border:1px solid #162a8a;
   border-radius: 0;
   }
   
   
.hee {
   float:left;
   width:170px;
   left:170px;
   top:0px;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:absolute;
   display:none;
   z-index:999;
   }
   
.hee a {
   display:block;
   font-size:12px;
   color:#FFFFFF;
position:relative;
   }
   
.menu ul li.mouseover .ul_hide li:hover .hee {
   display:block;
   }
   
.close {
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 100);
    opacity: 1;
}
   
   
@media (min-width: 1400px) and (max-width: 1600px) {
    
.kuanping {
    width:100%;
  }    
    
}    
   
   
@media (min-width: 1200px) and (max-width: 1400px) {
    
.kuanping {
    width:100%;
  }    
    
}    

@media (min-width: 1000px) and (max-width: 1200px) {
    
.kuanping {
    width:100%;
  }    
    
} 


@media (min-width: 0px) and (max-width: 1000px) {
    
    .yc {
        display: none;
    }
    
    .yd {
        display: block;
    }
    
.ctt {
    text-align: center;
    padding-top: 10px;
    padding-right: 20px;
    cursor: pointer;
}

.kuanping {
    width:100%;
  } 

#toggle-sidebar {
    cursor: pointer;
}

.cha {
    color: #000000;
    font-size: 20px;
}

.sidebar li a {
    color: #000000;
}
   
.dhw-aa {
    width: 60%;
    float: left;
}  

.dhw-bb {
    width: 40%;
    padding-top: 8px;
    float: right;
    text-align: right;
}

.banner .swiper-container .swiper-pagination {
    bottom: 20px;
}

.product {
    padding: 20px 10px 15px;
}

.title h4 {
    font-size: 1.8rem;
}

.product ul {
    display:inline;
    margin: 20px 0px 0px;
}

.product ul li a {
    display:inline;
}

.product ul li {
    width: 50%;
    float: left;
}

.zwcont iframe {
    height:400px;
}

.zwcont {
    width: 90%;
    left: 5%;
    top: 50%;
    margin-top: -200px;
    position: relative;
}

.about ul li p{
	color: rgba(79,80,86,.6);
	font-size: 12px;
}

.news {
    padding: 40px 0px 20px;
}

.news>h2 {
    font-size: 18px;
    color: #004ca3;
    font-family: PingFang-Medium;
    line-height: 30px;
}

.news ul {
    display:inline;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 20px;
}

.news ul li {
    width:100%;
    padding: 0px;
}

.contact ul {
    display:inline;
    justify-content: center;
}

.contact ul li {
    margin-top: 10px;
}

.bottom {
    padding: 15px;
    display:inline;
    justify-content: space-between;
}

.bottom dl section {
    font-size: 1.4rem;
    margin: 10px;
}

.bottom dl {
    min-width: 100%;
}

.bottom dl form {
    padding: 10px;
    min-width: 100%;
}

.copy {
    margin: 0px 0px 0px;
    padding: 10px;
    margin-bottom: 50px;
}

.sjtop {
    position:fixed;
    width:100%;
    background-color: #FFFFFF;
    top:0px;
    z-index: 9;
   }
   
.banner {
    margin-top: 43px;
}

.ibanner {
    margin-top: 43px;
}

.ibanner .weizhi h2 {
    font-size: 25px;
}

.ibanner .weizhi {
    left: 0;
    top: 30%;
}

.ibanner .weizhi section {
    font-size: 14px;
}

.iabout {
    padding: 20px 0px 15px;
}

.iabout>h2 {
    color: #5a5c60;
    font-size: 16px;
    font-family: MaisonNeue-Bold;
    line-height: 25px;
    width: 100%;
}

.iabout>section {
    float: left;
    width: 100%;
    color: #5a5c60;
    font-size: 14px;
}

.iabout>.swiper-container {
    width: 100%;
    float: right;
}

.iabsj {
    margin: 0px 0px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.iabsj ul {
    display:inline;
    justify-content: space-between;
    padding: 10px 0px;
}

.iabsj ul li {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.iabsj ul b {
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .4;
}

.wenhua-aa {
    width: 100%;
}

.wenhua-bb {
    width: 100%;
    float: left;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
}

.wenhua-bb h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.ihonor {
    padding: 30px 0 50px;
}

.ihonor .swiper-container .swiper-button-next{
	background: url(../images/hnjt.png) center no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: 0;
	margin-top: 0;
	right: 0;
}
.ihonor .swiper-container .swiper-button-prev{
	background: url(../images/hnjt.png) center no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: 0;
	margin-top: 0;
	right: 70px;
	left: auto;
	transform: rotateZ(180deg);
}

.ihonor .swiper-container .swiper-slide span p {
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-family: AvantGarde-Medium;
}

.equipment{
	padding: 30px 0px 30px;
}

.equipment h2 {
    font-size: 18px;
    line-height: 34px;
    margin: 0px 0px 30px;
}

.equipment .swiper-container {
    padding: 40px 0px 75px;
}


.ihonor .swiper-container {
    padding-top: 50px;
}

.cphh dd {
    list-style-type: none;
    width: 50%;
    float: left;
}

.ipdclass {
    width: 100%;
}

.ipdlistk {
    width: 100%;
}

.ipdclass ul {
    display: none;
}

.ipdclass ol {
    display: none;
}

.ipdlistk h1 {
    font-size: 18px;
}

.ipdlist ul li {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.ipdcont .colmd5 {
    width: 100%;
}

.ipdcont .colmd7 {
    width: 100%;
}

.ablan {
   width:100%;
   position: relative;
   height: auto; overflow: hidden;
   background-color: #FFFFFF;
   margin-top: 0rem;
   margin-bottom: 0rem;
}

.ablan li {
    list-style-type: none;
    width: 50%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    color: #000000;
    font-size: 1.4rem;
    text-align: center;
    border-top: 0px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#1c4587;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#1c4587;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.inews {
    padding: 20px 0px 30px;
    background-color: #f0f0f0;
}

.inews dl dt {
    font-weight: normal;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.inews dl dt a i {
    width:100%;
}

.inews dl dt a section {
    width:100%;
    padding: 10px;
}

.inews dl dt a {
    display: inline;
    align-items: center;
}

.inews dl dt a section h3 {
    font-size: 16px;
    line-height: 25px;
    font-family: MaisonNeue-Bold;
    color: #000;
    margin: 4% 0px 2%;
}

.inews dl dd {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    background-color: white;
}

.inews dl dd a {
    display:inline;
    padding: 10px;
    color: #000;
}

.inews dl dd a section {
    width: 100%;
}

.inews dl dd a small {
    width: 100%;
    display:inline;
}

.inewsd {
    padding: 20px 0px 20px;
}

.wrapper-m {
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 30px;
}

.wrapper-m-aa {
    width: 100%;
    padding-top: 0px;
}

.wrapper-m-aa h3 {
    font-size: 25px;
    line-height: 40px;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
}

.tedian li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}

.kk {
    border: 1px solid #b7b9dd;
    height: 30px;
}

.wrapper-m-bb {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.anniu {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-size: 14px;
}

.icontact>h1 {
    display: none;
}

.ictext {
    margin-top: 20px;
}

.icontact {
    padding: 15px 0px 30px;
}

.feedback {
    padding: 20px 0px 30px;
}

.feedback h1 {
    color: #333333;
    font-size: 18px;
}

.feedback form input {
    width: 100%;
    line-height: 30px;
    padding: 5px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    border: 2px rgba(0,0,0,.05) solid;
    outline: none;
}

.feedback form textarea {
    width: 100%;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    padding: 5px;
    background-color: #fff;
    resize: none;
    border: 2px rgba(0,0,0,.05) solid;
}
    
.fygnav {
    padding: 0px;
	height:5rem;
	background-color:#0063FF;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0063FF; height:5rem; padding-top:0.3rem; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#0063FF;}

.fygnav li p {
   margin-top:0.2rem;
   }  
   
.cpww {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cpleft {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #a8a8a8;
}

.cpleft h2 {
    font-size: 30px;
    color: #0e0f11;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cpright {
    width: 100%;
}

.cplie {
    height: auto; overflow:hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f9fa;
}

.cplie h2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.cpkuan {
    width:100%;
}

.modal-dialog {
    width: 96%;
    margin: 200px auto;
}
    
}
