.top{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:5px 15px;
	background:#fff;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:999;
	box-shadow:0px 1px 2px rgba(0,0,0,.2);
}
.logo img{
	height:30px;
}
header{
	height:40px;
}
.nav-logo{
	width:28px;
}
.nav-logo i{
	display:block;
	padding:3px 0;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:3px;
	background:#2860dd;
}
.heise{
	background:rgba(0,0,0,.8);
	position:fixed;
	right:0;
	top:0;
	height:100%;
	width:100%;
	z-index:1000;
	display:none;
}
.menu{
	position:fixed;
	background:#fff;
	right:-100%;
	top:0;
	height:100%;
	width:70%;
	transition:.5s;
	z-index:1001;
}
.menu-show{
	right:0;
}
.menu ul li a{
	display: block;
	line-height: 46px;
	color: #3e5666;
	padding: 0px 15px;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.menu form{
	border: 1px rgba(0,0,0,.1) solid;
	border-radius: 2px;
	overflow: hidden;
	margin: 11px auto 0px;
	width:90%;
}
.menu form input{
	width: 75%;
	line-height: 18px;
	border: 0;
	padding: 10px;
	font-size: 1.4rem;
	color: #879095;
	font-family:MaisonNeue-Medium;
	border-radius: 2px;
	float: left;
	outline: none;
}
.menu form button{
	float: right;
	width: 25%;
	height: 38px;
	border: 0;
	border-radius: 0 2px 2px 0;
	background: #e4edf4 url(../images/fdj.png) center no-repeat;
}
.about{
	background-color: #f4f7fc;
	padding: 15px 0px;
}
.about .abtop{
	background: #1b68e4 url(../images/abbg.jpg) center no-repeat;
	border-radius: 3px;
	position: relative;
	z-index: 6;
	box-shadow: 0px 0px 15px rgba(21,50,132,.2);
}
.about .abtop ul{
	padding: 0px 10px;
}
.about .abtop ul li{
	width: 33.3333333333%;
	float: left;
	padding: 15px 0px 10px;
}
.about .abtop ul li a{
	color: #fff;
	display:block;
}
.about .abtop ul li a i{
	display:block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.4);
	padding: 5px;
	margin:0 auto;
}
.about .abtop ul li a i:after{
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.about .abtop ul li:nth-child(1) a i:after{
	background: #fff url(../images/abpic1.png) center no-repeat;
}
.about .abtop ul li:nth-child(2) a i:after{
	background: #fff url(../images/abpic2.png) center no-repeat;
}
.about .abtop ul li:nth-child(3) a i:after{
	background: #fff url(../images/abpic3.png) center no-repeat;
}
.about .abtop ul li a span{
	display:block;
	text-align:center;
}
.about .abtop ul li a span p{
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	line-height: 22px;
	margin:5px 0px 0px;
}
.abcont{
	padding: 15px 0 0;
}
.abcont .abtext h3{
	font-size: 1.7rem;
	color: #232323;
	line-height: 20px;
	font-family:ITCAvant-Demi;
}
.abcont .abtext section{
	font-size: 1.4rem;
	line-height: 20px;
	color: rgba(0,0,0,.6);
	font-family:MaisonNeue-Book;
	margin: 10px 0px;
}
.abcont .abtext>a{
	width: 120px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #2860dd;
	border-radius: 18px;
	font-family:ITCAvant-Md;
}
.abcont ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.abcont ul li{
	width: 48%;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 10px;
	text-align:center;
	margin-top: 15px;
}
.abcont ul li i{
	height: 48px;
	display:block;
	background-position: center 0;
	background-repeat: no-repeat;
}
.abcont ul li section{
	color: #000000;
}
.abcont ul li section h4{
	font-size: 1.4rem;
	font-family:Maisonneue-Medium;
	line-height: 24px;
	margin:5px 0px 0px;
}
.abcont ul li section span{
	display: block;
	font-size: 1.2rem;
	line-height: 16px;
	color:#666;
	font-family:MaisonNeue-Light;
}
.abcont ul li:hover{
	background-color: #2860dd;
}
.abcont ul li:hover section{
	color: #fff;
}
.abcont ul li:hover i{
	background-position: center bottom;
}
.title p{
	font-size: 1.8rem;
	color: #1b2023;
	line-height: 20px;
	font-family:ITCAvant-Demi;
	margin: 0px 0px 2px;
}
.title span{
	display: block;
	font-size: 1.3rem;
	line-height: 20px;
	color: #818e99;
	font-family:MaisonNeue-Book;
}
.product{
	padding: 15px 0px;
}
.product .swiper-container{
	margin: 15px 0px 0px;
}
.product .swiper-container .swiper-slide a{
	display: block;
	position: relative;
}
.product .swiper-container .swiper-slidea img{
	width: 100%;
}
.product .swiper-container .swiper-slide a section{
	position: absolute;
	width: 50%;
	padding: 0px 0px 0px 15px;
	top: 25%;
	z-index: 3;
}
.product .swiper-container .swiper-slide a section small{
	display: block;
	font-size: 1.2rem;
	color: #1d6df0;
	font-family:Maisonneue-demi;
	line-height: 18px;
}
.product .swiper-container .swiper-slide a section p{
	font-size:1.8rem;
	line-height: 21px;
	color: #222a57;
	font-family:ITCAvant-Demi;
	margin:5px 0px 10px;
}
.product .swiper-container .swiper-slide a section span{
	color: #818e99;
	font-size: 1.2rem;
	line-height: 14px;
	font-family:MaisonNeue-Book;
	display: block;
}
.product .swiper-container .swiper-button-white{
	width: 30px;
	height: 30px;
	background-color: #3355d9;
	background-size: auto 50%;
	top: 0;
	margin-top: 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
}
.product .swiper-container .swiper-button-next{
	right: 0;
}
.product .swiper-container .swiper-button-prev{
	left: 0;
}
.product ul{
	margin: 15px 0px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.product ul li{
	width: 48.4%;
	margin-bottom:10px;
}
.product ul li a{
	display: block;
	background-color: #f5f9ff;
	padding: 20px 0px;
	text-align: center;
	color: #000000;
	height:100%;
}
.product ul li a i{
	max-width: 35%;
	margin: 0 auto;
	display: block;
}
.product ul li a img{
	margin: 0 auto;
}
.product ul li a p{
	font-size: 1.3rem;
	line-height: 16px;
	font-family:MaisonNeue-Book;
	margin: 10px auto 0px;
	width: 80%;
}
.product ul li a:hover{
	background-color: #1d6df0;
	color: #fff;
}
.lishi .lstop{
	background: url(../images/lcbg.jpg) center no-repeat;
	padding: 20px 0px;
	background-size:cover;
}
.lishi h2{
	font-size: 2.0rem;
	line-height: 22px;
	font-family:ITCAvant-Demi;
	text-align: center;
	color: #fff;
}
.lishi section{
	font-size: 1.3rem;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-family:MaisonNeue-Medium;
	margin: 15px auto;
}
.lishi h3{
	width: 140px;
	margin: 0 auto;
}
.lishi h3 a{
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
}
.lishi h3 a p{
	position: relative;
	z-index: 4;
	color: #fff;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	height: 42px;
	line-height: 42px;
}
.lishi h3 a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3355d9;
	transform: skew(-10deg);
}
.shuju{
	box-shadow: 0px 0px 5px rgba(0,0,0,.16);
	position: relative;
	margin-top: 15px;
	background-color: #fff;
	z-index: 6;
}
.shuju ul{
	padding: 15px 0 0px;
}
.shuju ul li{
	float: left;
	width: 50%;
	text-align:center;
	padding:0px 10px;
	margin-bottom:20px;
}
.shuju ul li::after{
	content: "";
	display: block;
	clear: both;
}
.shuju ul li i{
	display:block;
	margin:0 auto;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #ebf0ff;
	background-position: center;
	background-repeat: no-repeat;
}
.shuju ul li span{
	display:block;
	margin:10px 0px 0px;
}
.shuju ul li span h4{
	font-size: 2.0rem;
	line-height: 26px;
	font-family:ITCAvant-Demi;
	color: #03103a;
}
.shuju ul li span h4 b{
	font-weight: normal;
}
.shuju ul li span small{
	display: block;
	color: #6d727b;
	font-size: 1.3rem;
	line-height: 20px;
	font-family:MaisonNeue-Book;
}
.news{
	padding: 0px 0px 20px;
	background: url(../images/nsbg.jpg) center 0 no-repeat;
}
.news .title{
	margin: 35px 0px 20px;
	text-align: center;
}
.news .title p{
	font-size: 2.2rem;
	font-family:Maisonneue-demi;
}
.news .title span{
	color: #696e77;
	line-height: 16px;
	font-size:1.3rem;
	margin: 0px 0px 0px;
}
.news .swiper-container .swiper-slide a{
	display: block;
	position: relative;
	color: #000;
}
.news .swiper-container .swiper-slide a section{
	position: absolute;
	width: 80%;
	z-index: 3;
	left: 10%;
	bottom: 35px;
	color: #fff;
}
.news .swiper-container .swiper-slide a small{
	display: block;
	font-size: 1.4rem;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	border-bottom: 1px #fff solid;
	padding-bottom: 6px;
}
.news .swiper-container .swiper-slide a small i{
	margin-right: 10px;
	font-size: 1.6rem;
}
.news .swiper-container .swiper-slide a section>p{
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	line-height: 24px;
	margin: 15px 0px;
}
.news .swiper-container .swiper-slide a span{
	display: block;
	position: relative;
	text-align: center;
	width: 120px;
}
.news .swiper-container .swiper-slide a span p{
	position: relative;
	z-index: 4;
	font-size: 1.3rem;
	font-family:MaisonNeue-Medium;
	height: 36px;
	line-height: 36px;
}
.news .swiper-container .swiper-slide a span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3355d9;
	transform: skew(-10deg);
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.news .nscont{
	position: relative;
}
.news .nscont .swiper-container{
	position: static;
}
.news .nscont .swiper-container .swiper-button-white{
	width: 30px;
	height: 30px;
	background-color: #3355d9;
	background-size: auto 50%;
	margin-top: -15px;
	transform: skew(-4deg);
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.news .nscont .swiper-container .swiper-button-next{
	right: 3%;
}
.news .nscont .swiper-container .swiper-button-prev{
	left: 3%;
}
.b-height{
	height: 50px;
}
.mbottom{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	bottom: 0;
	background: #2860dd;
}
.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;
	font-family:MaisonNeue-Medium;
	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: 3px 0px 0px;
	line-height: 17px;
}
/*page*/
.ibanner{
	overflow:hidden;
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.ibanner img{
	max-width:180%;
}
.weizhi{
	color: #fff;
	text-align: center;
	position:absolute;
	width:100%;
	top:30%;
	left:0;
}
.weizhi h3{
	font-family:ITCAvant-Demi;
	font-size: 2.4rem;
	line-height:26px;
}
.weizhi section{
	font-family:MaisonNeue-Book;
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	line-height: 20px;
	text-transform:uppercase;
}
.weizhi section i{
	display: block;
	width: 1px;
	height: 14px;
	background: #fff;
	margin: 3px 10px;
}
.weizhi section a{
	color: #fff;
}
.weizhi section a:hover{
	color: #e33c3d;
	text-decoration: underline;
}
.lanmu{
	position:relative;
}
.lanmu .lmbt{
	position:relative;
	background:#055cab;
	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-family:MaisonNeue-Book;
	font-weight:normal;
}
.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: 40% 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);
	font-family:MaisonNeue-Book;
	border:1px rgba(0,0,0,.1) solid;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size:1.3rem;
	padding:0px 3px;
}
.lanmu .lmct ul li.cur a{
	color:#fff;
	background:#006eb6;
	border:1px #006eb6 solid;
}
.iabout{
	background: #e6eff5;
	padding: 20px 0px;
}
.ititle{
	text-align: center;
}
.ititle h3{
	font-size:2.0rem;
	color:#000;
	font-family:ITCAvant-Demi;
	line-height: 26px;
	position: relative;
	border-bottom: 1px #cfd3d5 solid;
	padding-bottom: 7px;
}
.ititle h3 font{
	color: #0480cc;
}
.ititle h3:after{
	content: "";
	display: block;
	height: 3px;
	width: 120px;
	background: #a1a3a4;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -60px;
}
.ititle span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 1.3rem;
	line-height: 18px;
	font-family:MaisonNeue-Book;
	padding: 8px 5px 0px;
	max-width: 910px;
	margin: 0 auto;
}
.iabout dl{
	margin: 15px 0px 0px;
	background: url(../images/dtpic.png) right bottom no-repeat;
}
.iabout dl dt img{
	width: 100%;
	background: #fff;
	display: block;
}
.iabout dl dd h3{
	font-family:MaisonNeue-Medium;
	color: #000;
	font-size: 1.6rem;
	margin:15px 0px 0px;
	line-height: 20px;
}
.iabout dl dd h3:after{
	content:"";
	display:block;
	width:30px;
	height:3px;
	margin:10px 0px 15px;
	background:#153ebb;
}
.iabout dl dd section{
	font-family:MaisonNeue-Book;
	color: rgba(0,0,0,.8);
	font-size: 1.3rem;
	line-height: 22px;
	word-break:break-all;
	margin:5px 0px 0px;
}
.honor{
	padding: 20px 0px;
}
.honor .ititle span{
	font-size: 1.3rem;
	line-height:18px;
	padding: 15px 0px 0px;
}
.rongyu{
	margin: 15px 0px 0px;
	position: relative;
}
#honor{
	position: static;
}
#honor .swiper-slide img{
	width: 100%;
	position: relative;
	z-index: 3;
}
#honor .swiper-slide section{
	position: relative;
	cursor: pointer;
}
#honor .swiper-slide section span{
	display: block;
	text-align: center;
	color: #3a3a3a;
	font-size: 1.4rem;
	line-height: 20px;
	font-family:MaisonNeue-Book;
    text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding: 10px 0px;
	position: relative;
	z-index: 2;
}
#honor .swiper-slide section:hover span{
	color: #fff;
}
#honor .swiper-slide section:after{
	content: "";
	display: block;
	width: 100%;
	bottom: 0;
	z-index: 1;
	left: 0;
	height: 40%;
	background: #d5d5d5;
	position: absolute;
	transition: .5s;
}
#honor .swiper-slide:hover section:after{
	background: #0058b1;
}
#honor .swiper-button-next{
	width:22px;
	height: 36px;
	right: 3%;
	margin-top: -18px;
	background: url(../images/ryyjt.png) center no-repeat;
	background-size:auto 80%;
}
#honor .swiper-button-prev{
	width:22px;
	height: 36px;
	left: 3%;
	margin-top: -18px;
	background: url(../images/ryzjt.png) center no-repeat;
	background-size:auto 80%;
}
.corp{
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
.hotext{
	background: url(../images/wospic.png) right bottom no-repeat;
	padding: 20px 0px;
}
.hotext h3{
	font-size: 2.0rem;
	font-weight: bold;
	font-family:ITCAvant-Demi;
	margin: 0px 0px 10px;
}
.hotext section{
	font-size: 1.3rem;
	font-family:MaisonNeue-Book;
	line-height: 20px;
}
.iphoto{
	padding:20px 0px;
}
.iphoto .swiper-container{
	margin-top:20px;
}
.iphoto .swiper-container .swiper-slide span{
	display:block;
	background:#153ebb;
	line-height:20px;
	padding:13px 0px;
	font-size:1.3rem;
	text-align:center;
	color:#fff;
	font-family:MaisonNeue-Book;
}
.iphoto .swiper-container .swiper-button-white{
	width:36px;
	height:70px;
	background-color:rgba(0,0,0,.4);
	margin-top:-60px;
	background-size:auto 40%;
	transition:.3s;
}
.iphoto .swiper-container .swiper-button-white:hover{
	background-color:#153ebb;
}
.iproduct{
	padding: 15px 0px;
}
.ipdlist ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.ipdlist ul li{
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 15px;
}
.ipdlist ul li section a{
	display: block;
	color: #000;
}
.ipdlist ul li section h4{
	padding:10px 0px 0px;
}
.ipdlist ul li section h4 a{
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdlist ul li section span{
	display: block;
	color: #62666b;
	font-size:1.2rem;
	line-height: 16px;
	font-family:MaisonNeue-Book;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.page_list{
	display: flex;
	justify-content: flex-end;
	padding: 15px 0px 0px;
	border-top: 2px rgba(0,0,0,.05) solid;
}
.page_list a{
	border: 1px rgb(0,0,0,.2) solid;
	line-height: 26px;
	border-radius: 2px;
	padding: 0px 10px;
	margin-left: 10px;
	font-size: 1.3rem;
	font-family:MaisonNeue-Book;
	color: #666;
	transition: .3s;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background-color: #004caf;
	border-left: 1px #004caf solid;
}
.ipdcont{
	position: relative;
}
.ipdcont .roww{
	position: relative;
}
.ipdcont .colmd5{
	position:relative;
}
.ipdcont .jqzoom{
	border: 1px rgba(0,0,0,.1) solid;
}
.ipdcont .jqzoom img{
	width: 100%;
	height: auto;
}
.ipdcont .pro-ptt{
	border-bottom: 1px rgba(0,0,0,.1) solid;
	color: #333333;
	font-size: 1.6rem;
	font-family:ITCAvant-Demi;
	line-height: 20px;
	padding: 10px 0;
}
.ipdmemo dl{
	border-bottom: 1px #ddd solid;
	padding: 10px 0px;
}
.ipdmemo dl dd{
	font-family:MaisonNeue-Book;
	line-height:22px;
	font-size:1.3rem;
	color:#666;
}
.ipdmemo dl dt{
	display: flex;
	align-items: center;
}
.ipdmemo dl dt a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 23px;
	font-size:1.2rem;
	height: 23px;
	border-radius: 50%;
	color: #fff;
	margin: 10px 6px 0 0;
	background-color: #153ebb;
}
.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;
	justify-content:space-between;
	display: flex;
	padding: 10px 0px;
	border-bottom: 1px #ddd solid;
}
.ipdmemo .pdpage a{
	display: block;
	color: #3e3a3a;
	font-size: 1.4rem;
	font-family:MaisonNeue-Book;
	max-width: calc(50% - 5px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdmemo .pdpage a:hover{
	color: #153ebb;
}
.ipdmemo .pdpage i{
	width: 1px;
	height: 20px;
	background-color: #666;
	margin: 0px 25px;
}
.huise{
	background-color: #f6f6f6;
}
.ipdxiang{
	padding: 20px 0px 10px;
}
.ipdxiang>h2{
	color: #333333;
	font-size: 1.6rem;
	font-family:Maisonneue-demi;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0px 0px 10px;
}
.ipdxiang>section{
	font-family:MaisonNeue-Book;
	font-size: 1.3rem;
	line-height: 22px;
	color: #666;
}
.ipdxiang>section img{
	max-width: 100%;
	height: auto;
}
.inews{
	padding: 20px 0px;
}
.inews ul li{
	margin-bottom: 10px;
}
.inews ul li img{
	width: 100%;
}
.inews ul li a{
	display: block;
	border:1px rgba(0,0,0,.1) solid;
}
.inews ul li a section{
	padding:10px;
}
.inews ul li a section h3{
	color: #333333;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height: 20px;
}
.inews ul li a section span{
	display: block;
	color: #666;
	font-family:MaisonNeue-Light;
	line-height: 16px;
	overflow: hidden;
	font-size:1.2rem;
	margin:5px 0px;
}
.inews ul li a section small{
	display: block;
	background: url(../images/time.png) 0px 1px no-repeat;
	line-height: 20px;
	font-size: 1.2rem;
	color: #939393;
	font-family:MaisonNeue-Book;
	padding-left: 25px;
}
.inews ul li a:hover{
	border:2px #004caf solid;
}
.inewsd{
	padding:20px 0px;
}
.instt{
	font-size:1.5rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:20px;
	margin:0px 0px 0px;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:20px;
	color:#444;
	font-size:1.3rem;
	margin:15px 0px 0px;
}
.insct p{
	font-family:arial;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:1px rgba(0,0,0,.5) solid;
}
.instm span{
	color:#777;
	font-family:MaisonNeue-Book;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.2rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.fanye{
	display:flex;
	justify-content:space-between;
	padding:20px 0px 0px;
}
.fanye a{
	display:block;
	max-width:46%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	font-family:MaisonNeue-Book;
	line-height:26px;
	font-size:1.3rem;
}
.fanye a:hover{
	color:#f00;
}
.icontact{
	padding:20px 0px;
}
.icontact h3{
	margin-bottom:5px;
}
.icontact h3 p{
	text-align:center;
	font-size:2.0rem;
	color:#222222;
	font-family:ITCAvant-Demi;
	line-height:20px;
}
.icontact h3 span{
	color: #666666;
	font-size: 1.3rem;
	line-height: 20px;
	font-family:MaisonNeue-Book;
	display: block;
	text-align: center;
	margin:5px auto 0px;
}
.icontact section big{
	display:block;
	border:3px #fff solid;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.icontact section big img{
	max-width:100%;
}
.icontact section ul{
	padding-bottom:10px;
}
.icontact section ul li{
	display:flex;
	justify-content:space-between;
	padding:10px 0px 10px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin-bottom:10px;
}
.icontact section ul li i{
	width:35px;
	text-align:center;
	display:block;
}
.icontact section ul li span{
	display:block;
	width:calc(100% - 55px);
}
.icontact section ul li span p{
	color:#333333;
	font-size:1.4rem;
	font-family:MaisonNeue-Medium;
	line-height:18px;
}
.icontact section ul li span small{
	display:block;
	color:#666666;
	font-family:MaisonNeue-Light;
	font-size:1.4rem;
	margin:5px 0px 0px;
	line-height:20px;
}
.feedback{
	padding:20px 0px;
}
.feedback h3{
	font-size:2.0rem;
	font-family:ITCAvant-Demi;
	text-align:center;
	color:#000;
	line-height:20px;
}
.feedback form{
	width:100%;
	margin:15px 0px 0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.feedback form input{
	background:none;
	border:0px;
	line-height:20px;
	width:48.5%;
	padding:10px;
	height:42px;
	border-radius:2px;
	font-family:MaisonNeue-Book;
	margin-bottom:15px;
	font-size:1.4rem;
	color:#333;
	outline:none;
	box-shadow:0px 0px 3px rgba(0,0,0,.2);
}
.feedback form textarea{
	background:none;
	border:0px;
	line-height:20px;
	width:100%;
	padding:10px;
	border-radius:2px;
	font-family:MaisonNeue-Book;
	margin-bottom:15px;
	font-size:1.4rem;
	color:#333;
	outline:none;
	box-shadow:0px 0px 3px rgba(0,0,0,.2);
	resize:none;
}
.feedback form button{
	width:100%;
	background:#0d4a8b;
	line-height:40px;
	height:40px;
	border:0;
	color:#fff;
	font-family:MaisonNeue-Book;
	transition:.3s;
}
.feedback form button:hover{
	background:#83ba26;
	color:#fff;
}