.top{
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	position:relative;
	width:100%;
	left:0;
	top:0;
	align-items:center;
	z-index:998;
	background:#fff;
	box-shadow:0px 1px 2px rgba(0,0,0,.2);
}

.logo {
	margin:0 auto;
   }

.logo img{
	height:30px;
}
.nav-logo{
	width:28px;
}
.nav-logo i{
	display:block;
	padding:3px 0px;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:2px;
	background:#2559c7;
}

.daohang {
   height:auto; overflow:hidden;
   }

.daohang ul {
    padding: 0px;
    margin: 0px;
}

.daohang ul li {
    width: 33.3%;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    list-style-type: none;
    background-color: #2559c7;
    border-bottom: 1px solid #0e3a97;
}

.daohang ul li a {

    display: block;

    color: #FFF;

    font-weight: bold;

	border-left: 1px solid #0e3a97;

    border-right: 1px solid #0c3489;

}



.daohang ul li a:hover {

    background-color:#eb8000;

}   

.heise{
	position:fixed;
	z-index:996;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.menu{
	position:fixed;
	width:70%;
	top:0;
	right:-100%;
	z-index:998;
	background:#fff;
	height:100%;
	transition:.3s;
}
.menu-show{
	right:0;
}
.menu ul li{
	position: relative;
}
.menu ul li a{
	display: block;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	line-height: 46px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	color: #333;
	padding: 0px 15px;
}
.sousuo{
	padding: 15px 10px;
	z-index: 6;
}
.sousuo form{
	display: flex;
	overflow:hidden;
}
.sousuo form input{
	border-radius:3px 0px 0px 3px;
	width: 75%;
	border: 0;
	line-height: 20px;
	padding: 8px 10px;
	background-color: #fff;
	outline: none;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
	border:1px rgba(0,0,0,.1) solid;
	border-right:0;
}
.sousuo form button{
	width: 25%;
	border: 0;
	background-color: #2559c7;
	font-family:MaisonNeue-Book;
	font-size: 1.2rem;
	border-radius: 0px 3px 3px 0px;
	color: #fff;
}
.banner{
	padding:0px 0px 0px;
}
.banner .swiper-container .swiper-pagination span{
	background:#fff;
}
.title{
	text-align: center;
}
.title h3{
	color: #2c3f58;
	font-size: 2.2rem;
	line-height: 30px;
	font-family:MaisonNeue-Bold;
	text-transform: uppercase;
}
.title span{
	display: block;
	font-size: 1.3rem;
	font-family:MaisonNeue-Medium;
	color: #2c3f58;
	opacity: .6;
	line-height: 20px;
	margin: 0px 0px 5px;
}
.title i{
	display: block;
	max-width: 90%;
	height: 1px;
	background: rgba(0,0,0,.1);
	margin: 5px auto;
	position: relative;
}
.title i:after{
	content: "";
	display: block;
	width: 110px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -55px;
	height: 3px;
	background: #d00f1f;
}
.product{
	padding: 15px 0px 5px;
	background: url(../images/pdbg.webp) center no-repeat;
	background-size: cover;
}
.product ul{
	margin:15px 0px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.product ul li{
	width:100%;
	margin-bottom:10px;
}
.product ul li a{
	display: block;
	position: relative;
	color: #fff;
}
.product ul li a section{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px 5px 10px;
	background-image: linear-gradient(to top,rgba(76,83,102,1),rgba(76,83,102,0));
}
.product ul li a h4{
	font-size: 1.5rem;
	font-family:MaisonNeue-Medium;
	line-height: 20px;
}
.about{
	padding: 15px 0px;
	background: url(../images/abbg.webp) right bottom no-repeat;
}
.about .title{
	text-align: left;
}
.about .title h3{
	line-height: 30px;
}
.about .title span{
	margin: 0px 0px 10px;
	color: #000;
}
.about dl dd{
	padding: 0px 0px 10px;
}
.about section{
	margin: 15px 0px;
	color: #555a63;
	line-height: 23px;
	font-size:1.3rem;
	font-family:MaisonNeue-Book;
}
.about dl dd>a{
	display: block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-family:MaisonNeue-Book;
	background-color: #2559c7;
	letter-spacing: 1px;
}
.about dl dd>a:hover{
	background: #eb8000;
}
.gongchang{
	padding: 15px 0px 20px;
	background: url(../images/pdbg.webp) center no-repeat;
	background-size: cover;
}
.gongchang .swiper-container{
	margin: 15px 0px 0px;
}
.gongchang .swiper-container .swiper-slide a{
	display: block;
	position: relative;
	padding-bottom: 25px;
}
.gongchang .swiper-container .swiper-slide a img{
	border-radius: 3px;
}
.gongchang .swiper-container .swiper-slide a span{
	width: 86%;
	background: #fff url(../images/hjt.png) right 20px center no-repeat;
	position: absolute;
	bottom: 0;
	line-height: 50px;
	left: 7%;
	padding: 0px 10px;
	font-size: 1.3rem;
	color: #44484f;
	font-family:MaisonNeue-Medium;
}
.gongchang .swiper-container{
	padding-bottom: 35px;
}
.gongchang .swiper-container .swiper-pagination{
	bottom: 0;
}
.gongchang .swiper-container .swiper-pagination span{
	width: 14px;
	height: 14px;
	background-color: #fff;
	opacity: 1;
}
.gongchang .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #2559c7;
}
.kehu{
	padding: 15px 0px 20px;
	background-color: #e4e8ef;
}
.kehu ul{
	margin-right: -5px;
	margin-left: -5px;
	margin-top:10px;
}
.kehu ul li{
	width: 50%;
	padding: 0px 5px;
	float: left;
	margin-bottom:10px;
}
.kehu ul li img{
	border-radius: 2px;
}
.news{
	padding: 20px 0px;
}
.news ul{
	margin-top: 15px;
	padding-bottom: 10px;
}
.news ul li{
	margin-bottom:15px;
}
.news ul a{
	display: block;
	position: relative;
}
.news ul a img{
	border-radius: 3px;
}
.news ul a span{
	display: block;
	color: #242628;
	font-size: 1.5rem;
	line-height: 20px;
	font-family:MaisonNeue-Book;
	margin: 10px 0px;
}
.news ul a p{
	position: absolute;
	width: 130px;
	height: 36px;
	top: 20px;
	left: 20px;
	color: #2559c7;
	background: rgba(255,255,255,.9) url(../images/rq.png) 15px center no-repeat;
	border-radius: 18px;
	line-height: 36px;
	font-family:MaisonNeue-Medium;
	padding-left: 35px;
}
.news>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	width: 330px;
	background-color: #f6f6f6;
	border-radius: 31px;
	margin: 0 auto;
}
.news>a p{
	line-height: 32px;
	color: #2559c7;
	font-family:MaisonNeue-Book;
	padding-left: 20px;
	font-size: 1.4rem;
}
.news>a span{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #2559c7;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.news>a span i{
	display: block;
	width: 50%;
	height: 50%;
	display: flex;
	padding: 1px;
}
.news>a span i:nth-of-type(1){
	justify-content: flex-end;
	align-items: flex-end;
}
.news>a span i:nth-of-type(2){
	align-items: flex-end;
}
.news>a span i:nth-of-type(3){
	justify-content: flex-end;
}
.news>a span i:after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
}
.message{
	padding: 25px 0px 15px;
	background: #f1f1f1 url(../images/fdbg.webp) center 0 no-repeat;
}
.message h1{
	font-size: 2.0rem;
	line-height: 28px;
	font-family:MaisonNeue-Bold;
	color: #fff;
	text-align: center;
}
.message dl{
	margin: 15px 0px 0px;
	background-color: #fcfcfc;
}
.message dl dd{
	padding: 10px 15px 15px;
}
.message dl form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.message dl form span{
	display: block;
	width: 100%;
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.message dl form input{
	width: 100%;
	border: 0;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	line-height: 20px;
	padding: 10px 0px 10px 34px;
	outline: none;
	font-size: 1.4rem;
	font-family:MaisonNeue-Book;
	background: transparent;
}
.message dl form input::-webkit-input-placeholder{
	color:#969696;
}
.message dl form input::-moz-placeholder{
	color:#969696;
}
.message dl form input:-moz-placeholder{
	color:#969696;
}
.message dl form input:-ms-input-placeholder{
	color:#969696;
}
.message dl form section{
	width: 100%;
}
.message dl form section button{
	width: 100%;
	color: #fff;
	border: 0;
	font-size: 1.4rem;
	line-height: 40px;
	border-radius: 3px;
	background-color: #2559c7;
	font-family:MaisonNeue-Medium;
	letter-spacing: 1px;
}
.b-height{
	height: 50px;
}
.mbottom{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	bottom: 0;
	background: #2559c7;
}
.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;
	font-family:MaisonNeue-Book;
	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: 13px;
	font-family:MaisonNeue-Book;
	margin: 3px 0px 0px;
	line-height: 17px;
}
/*page*/
.ibanner{
	position: relative;
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.ibanner img{
	max-width:150%;
}
.ibanner .weizhi{
	position: absolute;
	width: 100%;
	top: 55%;
	left: 0;
	text-align: center;
}
.ibanner .weizhi h3{
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 2px;
	font-family:MaisonNeue-Medium;
}
.lanmu{
	position:relative;
}
.lanmu .lmbt{
	position:relative;
	background:#2559c7;
	z-index:9;
}
.lanmu .lm-ct{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.lanmu .lm-ct h3{
	display:block;
	color:#fff;
	font-size:1.5rem;
	line-height:20px;
	padding:10px 0px;
	font-weight:normal;
	font-family:MaisonNeue-Book;
}
.lanmu .lm-ct .lm-logo{
	width:27px;
	padding:5px 0px 0px;
}
.lanmu .lm-ct .lm-logo span{
	display:block;
	background:#fff;
	height:3px;
	margin-bottom:5px;
	transition: .3s;
	transform-origin: 31% center;
}
.lanmu .lm-ct .xx-logo span:nth-of-type(1){
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.lanmu .lm-ct .xx-logo span:nth-of-type(2){
	display:none;
}
.lanmu .lm-ct .xx-logo span:nth-of-type(3){
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.lanmu .lmct{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	display:none;
	background:#fff;
	z-index:8;
	padding:15px 15px 5px;
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
}
.lanmu .lmct ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lanmu .lmct ul li{
	width:48%;
	margin-bottom:10px;
}
.lanmu .lmct ul li a{
	display:block;
	text-align:center;
	line-height:32px;
	color:rgba(0,0,0,.7);
	border:1px rgba(0,0,0,.1) solid;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family:MaisonNeue-Book;
	font-size:1.3rem;
	padding:0px 3px;
}
.lanmu .lmct ul li.cur a{
	color:#fff;
	background:#2559c7;
	border:1px #2559c7 solid;
}
.lanmu .pdlmct{
	position:fixed;
	width:70%;
	height:100%;
	left:-100%;
	top:0;
	overflow:hidden;
	z-index:1000;
	background:#fff;
	transition:.5s;
}
.lanmu .pdlmct-show{
	left:0;
}
.lanmu .pdlmct ul{
	height:100%;
	overflow-y:auto;
}
.lanmu .pdlmct ul li a{
	display:block;
	line-height:40px;
	color:#333;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family:MaisonNeue-Book;
	font-size:1.4rem;
	padding:0px 0 0 15px;
	border-bottom:1px rgba(0,0,0,.12) solid;
}
.lanmu .pdlmct ul li>a{
	font-family:MaisonNeue-Medium;
	color:#000;
}
.lanmu .pdlmct dl dd>a{
	padding:0px 0 0 20px;
}
.lanmu .pdlmct ul li section>a{
	padding:0px 0 0 25px;
}
.iheise{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	z-index:999;
	display:none;
}
.iabout{
	padding: 15px 0px;
}
.iabout section{
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
	color: #000000;
	line-height: 24px;
	padding: 10px 0px 0px;
}
.iabimg{
	padding: 15px 10px;
}
.iabimg .swiper-container{
	margin:15px 0px 0px;
}
.iabimg .swiper-container .swiper-slide img{
	width: 100%;
}
.iabimg .swiper-container .swiper-slide span{
	display: flex;
	justify-content:center;
	position: relative;
	z-index: 2;
}
.iabimg .swiper-container .swiper-slide span p{
	line-height: 40px;
	padding: 0px 20px;
	background: #144aa4;
	margin: -20px auto 0;
	text-align: center;
	color: #fff;
	font-family:MaisonNeue-Medium;
	font-size: 1.6rem;
}
.partner{
	padding: 15px 0 20px;
	background: url(../images/ptbg.png) right center no-repeat;
	background-size:100% auto;
}
.partner ul{
	margin: 0px -4px;
	padding: 10px 0px 0px;
}
.partner ul li{
	float: left;
	width: 50%;
	padding: 8px 4px 0px;
}
.partner ul li img{
	border: 1px rgba(0,0,0,.15) solid;
}
.ihonor{
	background: url(../images/zlbg.webp) center no-repeat;
	background-size: cover;
	padding: 60px 0px 60px;
}
.ihonor .title h3{
	color: #fff;
}
.ihonor .title i{
	background-color: rgba(255,255,255,.4);
}
.zhuanli{
	padding: 0px 10%;
	position: relative;
	margin: 20px 0px 0px;
}
#ihonor{
	position: static;
}
#ihonor .swiper-slide img{
	width: 100%;
}
#ihonor .swiper-button-next{
	width: 44px;
	height: 45px;
	background: url(../images/hsjt.png) center no-repeat;
	transform: rotate(180deg);
	right: 4%;
}
#ihonor .swiper-button-prev{
	width: 44px;
	height: 45px;
	background: url(../images/hsjt.png) center no-repeat;
	left: 4%;
}
.iproduct{
	padding: 15px 0px 20px;
}
.iproduct ul{
	margin-top: 15px;
}
.iproduct ul li{
	margin-bottom:15px;
	border: 1px #f2f2f2 solid;
}
.iproduct ul a{
	display: block;
	background-color: rgba(0,0,0,.05);
	color: #000;
	position:relative;
}
.iproduct ul a img{
	width:100%;
	height:auto;
}
.iproduct ul a span{
	display: block;
	text-align: center;
	line-height: 24px;
	padding: 10px 5px;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
}
.iproduct ul a:hover{
	color: #fff;
	background-color: #2559c7;
}
.iproduct ul a.xin:after{
	content:"";
	position:absolute;
	width:40px;
	height:40px;
	right:5px;
	top:5px;
	z-index:3;
	background:url(../images/new.png) center no-repeat;
	background-size:100% auto;
}
.page-list{
	padding: 10px 0px;
	text-align: right;
	    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page_info{
	font-family:Fontone;
	font-size: 1.6rem;
}
.page-list a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	color: #fff;
	background-color: #2c3f58;
	margin-left: 5px;
	font-size: 1.3rem;
	transition: .3s;
}
.page-list a:first-child{
	background-image: url(../images/bjt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	transform: rotate(-90deg);
}
.page-list a:first-child:hover{
	background-image: url(../images/bjt.svg);
}
.page-list a:last-child{
	background-image: url(../images/bjt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	transform: rotate(90deg);
}
.page-list a:last-child:hover{
	background-image: url(../images/bjt.svg);
}
.page-list a:hover,.page-list a.hover{
	color: #fff;
	background-color:#ffb500;
}
.inews{
	padding: 15px 0px 20px;
}
.inews ul{
	margin-top: 15px;
}
.inews ul li{
	margin-bottom: 15px;
}
.inews ul a{
	display: block;
	position: relative;
}
.inews ul a img{
	border-radius: 3px;
}
.inews ul a span{
	display: block;
	color: #242628;
	font-size: 1.5rem;
	line-height: 20px;
	font-family:MaisonNeue-Book;
	margin: 10px 0px;
}
.inews ul a p{
	position: absolute;
	width: 130px;
	height: 36px;
	top: 20px;
	left: 20px;
	color: #2559c7;
	background: rgba(255,255,255,.9) url(../images/rq.png) 15px center no-repeat;
	border-radius: 18px;
	line-height: 36px;
	font-family:MaisonNeue-Medium;
	padding-left: 35px;
}
.icontact{
	background: #f2f2f2;
	padding: 15px 0 20px;
}
.ictext{
	background: #fff;
	padding: 0px 15px 20px;
}
.ictext>h1{
	font-size: 1.8rem;
	line-height: 20px;
	border-bottom: 2px rgba(0,0,0,.15) solid;
	margin-bottom: 10px;
	font-family:MaisonNeue-Medium;
	padding: 15px 0px 10px;
}
.map{
	position: relative;
}
#map{
	width:100%;
	height:260px;
}
.ictext section{
	display: block;
	font-size: 1.4rem;
	line-height: 28px;
	color: #333;
	font-family:MaisonNeue-Book;
}
.ictext section table tr td:first-child{
	width: 10%;
	text-align: right;
	vertical-align: top;
	line-height: 22px;
	padding: 10px 0;
	white-space:nowrap;
}
.ictext section table tr td:last-child{
	width: 90%;
	line-height: 22px;
	padding: 10px;
}
.imessage{
	padding: 30px 0px 0;
}
.imessage>h1{
	text-align: center;
}
.imessage>h1 big{
	display: block;
	font-family:MaisonNeue-Medium;
	font-size: 2.0rem;
}
.imessage>h1 span{
	display: block;
	font-size: 1.3rem;
	line-height: 16px;
	color: #666;
	font-family:MaisonNeue-Book;
	margin: 5px 0px 0px;
}
.imessage form{
	margin-top: 15px;
}
.imessage form span{
	display:block;
}
.imessage form span input{
	height: 40px;
	line-height: 24px;
	padding: 10px;
	border: 0;
	font-family:MaisonNeue-Book;
	background: #fff;
	outline: none;
	margin-bottom:10px;
	font-size:1.3rem;
	width: 100%;
}
.imessage form textarea{
	line-height: 20px;
	padding: 10px;
	border: 0;
	background: #fff;
	outline: none;
	font-family:MaisonNeue-Book;
	width: 100%;
	resize: none;
	font-size:1.3rem;
}
.imessage form button{
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 1.4rem;
	width: 100%;
	margin: 15px auto 0;
	background: #ed6c07;
	font-family:MaisonNeue-Book;
	height: 44px;
	display: block;
}
.iproductd{
	padding: 15px 0px;
	background-color: #f8f8f8;
}
.pro-img .colmd7 .pro-ptt{
	font-size:2.0rem;
	line-height:20px;
	font-weight:bold;
	padding:10px 0px 25px;
	border-bottom:1px #ddd solid;
}
.pro-img .colmd7 .clttop{
	width:100%;
}
.jqzzoom{
	position:relative;
}
.colmd7 .clttop h3{
	color:#333333;
	font-family:MaisonNeue-Medium;
	font-size: 1.6rem;
	line-height:40px;
	padding:10px 0px 0px;
	border-bottom:2px rgba(0,0,0,.07) solid;
	margin:0px 0px 15px;
}
.colmd7 .clttop section{
	font-size: 1.3rem;
	color: #666;
	line-height: 23px;
	font-family:MaisonNeue-Book;
}
.colmd7 .clttop .fanye{
	padding:0px 0px 0;
}
.procont{
	margin:20px 0px 0px;
}
.procont>h1{
	font-size: 1.6rem;
	color: #333;
	font-family:MaisonNeue-Medium;
	line-height: 32px;
	cursor: pointer;
	padding:5px 0px;
	overflow: hidden;
	text-transform:uppercase;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.procont section{
	padding: 15px 40px 20px;
}
.instt{
	font-size:1.6rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:20px;
	margin:0px 0px 0px;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:22px;
	color:#444;
	font-size: 1.4rem;
	margin:15px 0px 0px;
}
.insct p{
	font-family:MaisonNeue-Book;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:1px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:MaisonNeue-Book;
	display:flex;
	line-height:20px;
	margin:0px 10px;
	font-size:1.2rem;
}
.instm span i{
	line-height:16px;
	margin-right:5px;
}
.inewsd{
	padding:15px 0 20px;
}
.inewsd .fanye{
	padding:10px 0px 0px;
}
.fanye{
	padding: 0px 0px 15px;
	justify-content:space-between;
	display:flex;
}
.fanye a{
	display: block;
	max-width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	color: #2559c7;
	font-size: 1.4rem;
}
.fanye a:last-child{
	text-align: right;
}

