header{
	position: relative;
}
.top{
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	position:fixed;
	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 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:#004f93;
}
.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:ITCAvant-Md;
	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:ITCAvant-Bk;
	font-size: 1.4rem;
	border:1px rgba(0,0,0,.1) solid;
	border-right:0;
}
.sousuo form button{
	width: 25%;
	border: 0;
	background-color: #004f93;
	font-family:ITCAvant-Md;
	font-size: 1.2rem;
	border-radius: 0px 3px 3px 0px;
	color: #fff;
}
.sousuo form button:hover{
	background: #da251c;
}
.banner{
	padding:40px 0px 0px;
}
.banner .swiper-container .swiper-pagination span{
	background-color: #fff;
}
.about{
	background: #f6f6f6;
	padding: 15px 0px;
}
.about .abtext>h2{
	font-family:ITCAvant-Md;
	color: #000;
	font-size: 2.0rem;
	line-height: 26px;
}
.about .abtext>h2:after{
	content: "";
	width: 24px;
	display: block;
	height: 2px;
	background-color: #000;
	margin: 10px 0px 15px;
}
.about .abtext>section{
	font-family:ITCAvant-Bk;
	line-height: 20px;
	font-size: 1.3rem;
	color: rgba(0,0,0,.6);
}
.about .abtext>h3{
	display: flex;
	margin: 10px 0px 15px;
}
.about .abtext>h3 a{
	color: #ff2423;
	font-size: 1.4rem;
	line-height: 20px;
	border-bottom: 2px #ff2423 solid;
	font-family:ITCAvant-Md;
}
.about .abtext>h3 a i{
	font-size: 1.2rem;
	margin-left: 10px;
}
.about .abtext>span{
	display: flex;
	align-items:center;
	padding-bottom:15px;
}
.about .abtext>span i{
	width: 23%;
	background-color: #fff;
	margin-right: 2.66666666666666%;
}
.about .abtext>span i:last-child{
	margin-right: 0;
}
.title{
	text-align: center;
}
.title h3{
	font-family:MaisonNeue-Bold;
	font-size: 2.0rem;
	margin: 0px 0px 2px;
	text-transform:uppercase;
}
.title span{
	display: block;
	font-size: 1.2rem;
	line-height: 16px;
	color: #8c8d9c;
	font-family:ITCAvant-Bk;
}
.product{
	padding: 20px 0px;
}
.product .procont{
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px 10px;
	position: relative;
	margin-top:15px;
}
.procont .swiper-container{
	position: static;
}
.procont .swiper-container .swiper-slide a{
	display: block;
	text-align: center;
	color: #5c5e6b;
	font-size: 1.4rem;
	font-family:MaisonNeue-Book;
	line-height: 30px;
}
.procont .swiper-container .swiper-slide a p{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.procont .swiper-container .swiper-slide a img{
	border:1px rgba(0,0,0,.1) solid;
}
.procont .swiper-container .swiper-button-next{
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background: #f6f6f6 url(../images/leftjt.svg) center no-repeat;
	background-size: auto 50%;
	right: 0;
	margin-top: -40px;
}
.procont .swiper-container .swiper-button-prev{
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background: #f6f6f6 url(../images/leftjt.svg) center no-repeat;
	background-size: auto 50%;
	left: 0;
	margin-top: -40px;
	transform: rotate(180deg);
}
.news{
	background-color: #f3f4f6;
	padding: 20px 0px 10px;
}
.news h1{
	font-family:MaisonNeue-Bold;
	color: #000;
	font-size: 2.0rem;
	line-height: 30px;
}
.news h1 span{
	color: #ff2423;
}
.news ul{
	margin: 15px 0px 0px;
}
.news ul li{
	margin-bottom:15px;
}
.news ul li a{
	display:block;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	padding: 0px;
}
.news ul li a i{
	position: relative;
	display: block;
}
.news ul li a i img{
	width:100%;
	height:auto;
}
.news ul li a section{
	padding:10px;
}
.news ul li a section p{
	font-size: 1.6rem;
	color: #d92128;
	font-family:MaisonNeue-Medium;
	line-height: 30px;
}
.news ul li a section span{
	display: block;
	font-family:MaisonNeue-Book;
	color: #5b5c63;
	line-height: 19px;
	margin:0px 0px;
	font-size:1.3rem;
}
.b-height{
	height: 50px;
}
.mbottom{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	bottom: 0;
	background: #004f93;
}
.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;
	overflow: hidden;
	padding-top:40px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.ibanner img{
	max-width:200%;
	height:auto;
}
.ibanner .weizhi{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
}
.ibanner .weizhi h3{
	color: #fff;
	font-size: 2.0rem;
	letter-spacing: 1px;
	font-family:ITCAvant-Md;
}
.ibanner .weizhi section{
	color: #fff;
	font-family:ITCAvant-Bk;
	font-size: 1.3rem;
	line-height: 20px;
}
.ibanner .weizhi section a,.ibanner .weizhi section font{
	color: #ffb500;
}
.iabout{
	padding: 20px 0;
	background: url(../images/iabbg.png) left center no-repeat;
}
.iabout>i{
	display: block;
}
.iabout>h1,.wenhua>h1{
	text-align: center;
	font-size: 1.8rem;
	color: #1e56a0;
	font-family:ITCAvant-Demi;
	line-height: 24px;
}
.iabout dl dd h2{
	color: #1e56a0;
	font-size: 1.8rem;
	line-height: 24px;
	font-family:ITCAvant-Md;
}
.iabout dl dd section{
	color: #697277;
	font-size: 1.3rem;
	line-height: 22px;
	font-family:MaisonNeue-Book;
	margin: 5px 0px 0px;
}
.iabout .iabtext{
	color: #697277;
	font-size: 1.6rem;
	line-height: 33px;
	font-family:MaisonNeue-Book;
}
.hezhuo{
	padding:0px 0px 20px;
}
.hezhuo h1{
	text-align:center;
	font-family:DINCond-Bold;
	text-transform:uppercase;
	font-size:2.4rem;
	line-height:24px;
}
.hezhuo h1:after{
	content:"";
	display:block;
	width:50px;
	height:2px;
	margin:10px auto 15px;
	background:#1e56a0;
}
.hezhuo ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-right:-5px;
	margin-left:-5px;
}
.hezhuo ul li{
	margin-bottom:10px;
	width:50%;
	padding:0px 5px;
}
.hezhuo ul li img{
	border:1px #ddd solid;
}
.body-hide{
	height:100%;
	width:100%;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
}
.lanmu .lmbt{
	position:relative;
	background:#126BA5;
	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.4rem;
	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:fixed;
	width:70%;
	height:100%;
	left:-100%;
	top:0;
	overflow:hidden;
	z-index:1000;
	background:#fff;
	transition:.5s;
}
.lanmu .lmct-show{
	left:0;
}
.lanmu .lmct ul{
	height:100%;
	overflow-y:auto;
}
.lanmu .lmct ul li a{
	display:block;
	line-height:36px;
	color:#333;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-family:MaisonNeue-Book;
	font-size:1.2rem;
	padding:0px 0 0 15px;
	border-bottom:1px rgba(0,0,0,.12) solid;
}
.lanmu .lmct ul li>a{
	font-family:MaisonNeue-Medium;
	color:#000;
}
.lanmu .lmct dl dd>a{
	padding:0px 0 0 20px;
}
.lanmu .lmct 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;
}
.inews{
	padding: 15px 0px;
}
.inews dl dt{
	font-weight: normal;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.inews dl dt big{
	display: block;
}
.inews dl dt big img{
	width: 100%;
}
.inews dl dt section{
	padding: 0px;
}
.inews dl dt section small{
	color: #c0c0c0;
	font-size: 1.4rem;
	font-family:MaisonNeue-Book;
	display: block;
	line-height: 20px;
	margin:10px 0px 5px;
}
.inews dl dt section h3{
	line-height: 20px;
}
.inews dl dt section h3 a{
	font-size: 1.6rem;
	color: #203878;
	font-family:MaisonNeue-Medium;
}
.inews dl dt section span{
	display: block;
	color: #8d8c8c;
	line-height: 20px;
	font-family:MaisonNeue-Book;
	margin: 5px 0px;
	font-size:1.3rem;
}
.page-list{
	padding: 15px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.page-list a{
	float: left;
	display: block;
	font-size: 1.3rem;
	color: #808080;
	font-family:MaisonNeue-Book;
	border: 1px rgba(0,0,0,.1) solid;
	border-radius: 2px;
	line-height: 30px;
	padding: 0px 10px;
	transition: .3s;
	margin: 0px 3px 6px;
}
.page-list a:hover,.page-list a.hover{
	background: #004f93;
	color: #fff;
	border:1px #004f93 solid;
}
.inewsd{
	padding: 15px 0px;
}
.instt{
	font-size:1.6rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:22px;
	margin:0px 0px 5px;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:24px;
	color:#444;
	margin:15px 0px;
}
.insct p{
	font-family:Fontthree;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom:2px;
}
.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;
}
.fanye{
	padding: 15px 0px;
	display:flex;
	justify-content:space-between;
	border-top:1px rgba(0,0,0,.1) solid;
}
.fanye a{
	display: block;
	max-width: 50%;
	color: #000;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.icontact{
	padding:15px 0px;
}
.icontact .ictext{
	font-size:1.3rem;
	line-height:22px;
	font-family:ITCAvant-Bk;
	color:#666;
}
.icontact .icimg{
	border:5px #ececec solid;
}
.icontact .icimg #container{
	width:100%;
	height:420px;
}
.icontact>h3{
	font-size:1.7rem;
	color:#333333;
	line-height:22px;
	width:100%;
	font-family:ITCAvant-Md;
}
.icontact>h3:after{
	content:"";
	display:block;
	width:30px;
	height:3px;
	background:#114798;
	margin:10px 0px 15px 0px;
}
.feedback{
	background:#eeeeee;
	padding:20px 0px;
}
.feedback h3{
	text-align:center;
	color:#2d2d2d;
}
.feedback h3{
	display:block;
	font-size:1.8rem;
	font-family:ITCAvant-Md;
}
.feedback h3 font{
	color:#004f93;
}
.feedback form{
	margin:20px 0px 0px;
}
.feedback form section span{
	width:100%;
	display:block;
	margin-bottom:15px;
}
.feedback form span p{
	color:#666666;
	font-size:1.4rem;
	line-height:20px;
	font-family:ITCAvant-Bk;
	margin:0px 0px 5px;
}
.feedback form span input{
	width:100%;
	line-height:20px;
	padding:10px;
	font-family:MaisonNeue-Book;
	height:42px;
	font-size:1.3rem;
	border:1px rgba(0,0,0,.2) solid;
	border-radius:2px;
}
.feedback form span textarea{
	width:100%;
	font-size:1.6rem;
	line-height:24px;
	font-family:MaisonNeue-Book;
	padding:18px;
	border:1px rgba(0,0,0,.2) solid;
	border-radius:4px;
	resize:none;
}
.feedback form big{
	display:block;
}
.feedback form big button{
	width:100%;
	float: right;
	border:0;
	height:42px;
	color:#fff;
	font-size:1.4rem;
	background:#004f93;
	border-radius:2px;
	font-family:MaisonNeue-Medium;
	margin-top:15px;
	transition:.3s;
}
.feedback form big button:hover{
	background:#cb7413;
}
.huise{
	padding: 15px 0px;
	background: #f2f3f7;
}
.pdlm{
	background: #fff;
	margin: 0px 0px 25px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	padding: 20px;
}
.pdlm h3{
	color: #333333;
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	padding: 0px 0px 10px;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	line-height: 24px;
}
.pdlm h3:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #004f93;
	position: absolute;
	top: 100%;
	left: 0;
}
.pdlm form{
	margin: 20px 0px;
	padding: 5px 0px;
	border: 1px rgba(0,0,0,.15) solid;
}
.pdlm form input{
	float: left;
	line-height: 23px;
	height: 23px;
	outline: none;
	overflow: hidden;
	font-size: 1.2rem;
	font-family:MaisonNeue-Book;
	width: 80%;
	padding: 0px 0px 0px 10px;
	border: 0;
	border-right: 1px rgba(0,0,0,.15) solid;
}
.pdlm form button{
	width: 20%;
	float: right;
	height: 23px;
	background: url(../images/xfdj.png) center no-repeat;
	border: 0;
}
.pdlm h2{
	color: #333333;
	font-size: 2.0rem;
	line-height: 31px;
	font-family:MaisonNeue-Medium;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	margin: 0px 0px 10px;
}
.pdlm h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #004f93;
	position: absolute;
	top: 100%;
	left: 0;
}
.pdlm ul li a{
	display: block;
	color: #333333;
	font-family:MaisonNeue-Book;
	line-height: 38px;
	padding-left: 15px;
	position: relative;
}
.pdlm ul li a:after{
	content:"+";
	display: block;
	width: 8px;
	height: 30px;
	line-height:30px;
	position: absolute;
	left: 0;
	top: 50%;
	font-size:1.6rem;
	margin-top: -15px;
	overflow:hidden;
}
.pdlm ul li>a:hover,.pdlm ul li.cur>a,.pdlm ul li dl dd.cur>a{
	color: #004f93;
}
.pdlm ul li.cur>a:after,.pdlm ul li dl dd.cur>a:after{
	content:"-";
}
.pdlm ul li dl{
	display:none;
}
.pdlm ul li.cur dl{
	display:block;
}
.pdlm ul li dl dd{
	padding-left:10px;
}
.pdlm ul li dl dd a{
	line-height:16px;
	padding:5px 0px 5px 15px;
	font-size:1.3rem;
}
.pdlm ul li dl dd a:hover{
	color: #004f93;
}
.pdlm ul li dl dd section{
	display:none;
}
.pdlm ul li dl dd.cur section{
	display:block;
}
.pdlm ul li dl dd section a{
	padding:0;
	line-height:14px;
	font-size:1.2rem;
	padding:5px 0px 5px 20px;
}
.pdlm ul li dl dd section a:hover,.pdlm ul li dl dd section a.cur{
	color: #004f93;
}
.pdlm ul li dl dd section a:after{
	content:"·";
	font-size:2.4rem;
	left:10px;
	line-height:32px;
}
.remen{
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.remen h2{
	color: #333333;
	font-size: 2.0rem;
	line-height: 41px;
	font-family:MaisonNeue-Medium;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	margin: 0px 0px 20px;
}
.remen h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #004f93;
	position: absolute;
	top: 100%;
	left: 0;
}
.zuiduo ul{
	margin: 0px 3px 10px;
}
.zuiduo ul li a{
	display: flex;
	align-items:center;
	justify-content:space-between;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size:1.4rem;
}
.zuiduo ul li a big{
	display: block;
	font-size: 0;
	width: 30%;
	border:1px #ddd solid;
}
.zuiduo ul li a span{
	display: block;
	width: 66%;
	color: #565252;
	font-family:MaisonNeue-Book;
	line-height: 24px;
}
.zuiduo ul li a:hover span,.zuiduo ul li a:hover span small{
	color: #004f93;
}
.zuiduo ul li a span small{
	font-size:1.2rem;
	font-family:MaisonNeue-Book;
	color:#888;
}
.weizhi{
	color: #333333;
	font-size: 2.4rem;
	font-family:ITCAvant-Md;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	line-height: 60px;
}
.iproduct{
	padding: 0px;
}
.iproduct ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content:space-between;
}
.iproduct ul li{
	width: 48.5%;
	margin-bottom: 10px;
}
.iproduct ul li a{
	display: block;
	padding: 10px 0px 0px;
	background: #fff;
	transition: .3s;
}
.iproduct ul li a img{
	width: 100%;
}
.iproduct ul li a big{
	color: #4b4848;
	display: block;
	font-size: 1.4rem;
	text-align:center;
	font-family:MaisonNeue-Medium;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iproduct ul li a:hover big{
	color: #d50039;
}
.iproduct ul li a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.iproductd{
	position: relative;
}
/*jqzoom*/
.jqzzoom{
	position:relative;
}
.jqtext{
	padding:10px 0 0;
}
.jqtext h2{
	font-size: 1.7rem;
	line-height: 40px;
	color: #333333;
	font-family:MaisonNeue-Medium;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.jqtext section{
	font-family:MaisonNeue-Book;
	font-size: 1.3rem;
	line-height: 24px;
	color: #666666;
	margin:10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.jqtext section p{
	font-family:MaisonNeue-Book;
}
.jqtext section img{
	display:none;
}
.iprocont{
	margin: 15px 0px 0px;
	padding-bottom:10px;
}
.iprocont>h2{
	line-height: 36px;
	padding: 5px 0px 0px 0px;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.iprocont>h2 p{
	float: left;
	font-family:MaisonNeue-Medium;
	font-size: 1.6rem;
	cursor:pointer;
	color: #004f93;
	border-bottom: 2px #004f93 solid;
	text-transform:uppercase;
	letter-spacing:1px;
}
.iprocont section{
	font-size: 1.3rem;
	color: #4d4d4d;
	line-height: 24px;
	padding: 15px 0;
	font-family:MaisonNeue-Book;
}
.iprocont section p{
	font-family:MaisonNeue-Book;
}
.iprocont section img{
	max-width:100%;
	height:auto;
}
.tonglei{
	padding: 0px 0px 10px;
}
.tonglei h1{
	font-size: 1.6rem;
	color: #595959;
	font-family:MaisonNeue-Medium;
	line-height: 20px;
	margin: 0px 0px 10px;
}
.tonglei .swiper-slide a{
	display: block;
	color: #4d4d4d;
	font-family: arial;
	line-height: 18px;
}
.tonglei .swiper-slide a big{
	display:block;
	border:1px rgba(0,0,0,.1) solid;
}
.tonglei .swiper-slide a span{
	display: block;
	padding: 10px 0px;
	font-family:MaisonNeue-Medium;
}
.tonglei .swiper-slide a span small{
	display:block;
	font-size:1.2rem;
	font-family:MaisonNeue-Book;
	color:#888;
}
.tonglei .swiper-button-next{
	width:30px;
	height:50px;
	background-size:auto 50%;
	background-color:rgba(0,0,0,.8);
	margin-top:-45px;
	border-radius:4px;
	opacity:0;
	transition:.5s;
}
.tonglei .swiper-button-prev{
	width:30px;
	height:50px;
	background-size:auto 50%;
	background-color:rgba(0,0,0,.8);
	margin-top:-45px;
	border-radius:4px;
	opacity:0;
	transition:.5s;
}
#tonglei:hover .swiper-button-next,#tonglei:hover .swiper-button-prev{
	opacity:1;
}
.icase,.icased{
	padding:15px 0px;
}
.icase ul li{
	margin-bottom:10px;
}
.icase ul li a{
	display:block;
	background:rgba(0,0,0,.05);
	color:#000;
	transition:.3s;
}
.icase ul li span{
	display:block;
	font-family:MaisonNeue-Book;
	line-height:30px;
	padding:10px 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}
.icase ul li a:hover{
	background:#004f93;
	color:#fff;
}
.icased .ictit{
	font-family:MaisonNeue-Medium;
	font-size:1.8rem;
	line-height:30px;
	margin:10px 0px;
	border-bottom:1px #ddd solid;
	padding-bottom:5px;
}
.icased .icont{
	font-size:1.4rem;
	line-height:22px;
	color:#666;
	padding-bottom:10px;
	font-family:MaisonNeue-Book;
}