.top{
	padding: 23px 0px;
}
.top .logo{
	float: left;
	width: 65%;
}
.top .xinxi{
	max-width: 35%;
	float: right;
}
.top .logo a{
	display: block;
	position: relative;
	float: left;
}
.top .logo a:before{
	content: "";
	display: block;
	width: 1px;
	background: rgba(0,0,0,.2);
	height: 50px;
	top: 5px;
	right: 0;
	position: absolute;
}
.top .logo a big{
	float: left;
	font-size: 5.9rem;
	line-height: 60px;
	color: #0073c4;
	font-family: Fontone;
}
.top .logo a span{
	display: block;
	padding: 0px 20px 0px 5px;
	float: left;
}
.top .logo a p{
	color: #303030;
	font-size: 3.0rem;
	font-family:Fontthree;
	line-height: 36px;
}
.top .logo a small{
	display: block;
	font-size: 1.5rem;
	color: #303030;
	font-family:Fontthree;
	line-height: 24px;
	letter-spacing: 0.4px;
}
.top .logo section{
	float: left;
	padding: 5px 0px 0px 20px;
}
.top .logo section p{
	color: #000;
	font-family:Fontthree;
	line-height: 24px;
}
.top .logo section span{
	display: block;
	color: #000;
	font-family:Fontthree;
	font-size: 1.8rem;
	line-height: 26px;
}
.top .xinxi .tel{
	background: url(../images/tel.png) 0px center no-repeat;
	padding-left: 57px;
	margin-top: 6px;
}
.top .xinxi .language{
	width: 40%;
	float: right;
}
@media (max-width:1400px) {
	.top .logo a big{
		font-size: 3.9rem;
		line-height: 40px;
	}
	.top .logo a p{
		font-size: 2.2rem;
		line-height: 22px;
	}
	.top .logo a small{
		font-size: 1.3rem;
		line-height: 20px;
	}
	.top .logo a:before{
		height: 42px;
		top: 0px;
	}
	.top .logo section{
		padding-top:0;
	}
	.top .logo section p{
		line-height: 20px;
	}
	.top .logo section span{
		font-size: 1.6rem;
		line-height: 22px;
	}
	.top .xinxi .language{
		width: 30%;
	}
}
@media (max-width:1200px) {
	.top .logo{
		float: left;
		width: 60%;
	}
	.top .xinxi{
		width: 40%;
		float: right;
	}
	.top .logo section{
		display: none;
	}
	.top .logo a:before{
		display: none;
	}
}
@media (max-width:992px) {
	.top{
		padding: 15px 0px;
	}
	.top .xinxi .tel{
		display: none;
	}
	.top .xinxi .language{
		width: 100%;
	}
	.top .logo a big{
		font-size: 4.9rem;
		line-height: 50px;
	}
	.top .logo a p{
		font-size: 2.0rem;
		line-height: 26px;
	}
	.top .logo a small{
		font-size: 1.2rem;
		line-height: 24px;
	}
}
.nav-logo{
	display: none;
	width: 30px;
	float: right;
	margin: 5px 0px 0px;
	background: #0073c4;
	padding: 5px;
	border-radius: 1px;
}
.nav-logo i{
	display: block;
	padding: 2px 0px;
}
.nav-logo i:after{
	content: "";
	display: block;
	height: 2px;
	background: #fff;
}
@media (max-width:768px) {
	header{
		height:40px;
	}
	.top{
		padding: 5px 0px;
		position:fixed;
		width:100%;
		top:0;
		left:0;
		z-index:999;
		background:#fff;
		box-shadow:0px 0px 3px rgba(0,0,0,.2);
	}
	.top .logo{
		width: 80%;
	}
	.top .xinxi{
		display: none;
	}
	.top .logo a big{
		font-size: 3.0rem;
		line-height: 30px;
	}
	.top .logo a span{
		display:none;
	}
	.nav-logo{
		margin:1px 0px 0px;
		display: block;
	}
}
.top .xinxi .tel small{
	display: block;
	color: #000;
	font-size: 1.4rem;
	font-family:Fontthree;
	line-height: 21px;
}
.top .xinxi .tel section{
	color: #515151;
	font-family: Fontfour;
	line-height: 26px;
	font-size: 2.4rem;
}
.top .xinxi .tel section p{
	font-family: Fontfour;
}
.top .xinxi .language span{
	float: right;
	display: block;
	padding: 20px 0px 0px;
}
.top .xinxi .language span a{
	color: #000;
	line-height: 30px;
	font-family:Fontthree;
}
.top .xinxi .language span a.cur{
	color: #0073c4;
}
@media (max-width:992px) {
	.top .xinxi .language span{
		float: right;
		display: block;
		padding: 10px 0px 0px;
	}
}
.menu{
	background: #f7f7f7;
}
.menu ul{
	float: left;
}
.menu ul li{
	float: left;
	margin-right: 15px;
	position:relative;
}
.menu ul li a{
	display: block;
	line-height: 80px;
	color: #181818;
	font-family:Fontthree;
	font-size: 1.6rem;
	padding: 0px 20px;
	position: relative;
}
.menu ul li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	bottom: 0;
	left: 50%;
	height: 5px;
	background: #0073c4;
	transition: .3s;
}
.menu ul li.cur>a:after,.menu ul li:hover>a:after{
	width: 100%;
	left: 0;
}
.menu form{
	float: right;
	width: 280px;
	border: 1px rgba(0,0,0,.25) solid;
	border-radius: 18px;
	margin: 22px 0px 0px;
}
.menu form input{
	width: 80%;
	float: left;
	line-height: 22px;
	height: 32px;
	padding: 5px 0px 5px 15px;
	border: 0;
	background: none;
	outline: none;
}
.menu form button{
	background: url(../images/fdj.png) center no-repeat;
	height: 32px;
	width: 20%;
	float: left;
	border: 0;
}
.menu ul li dl{
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    width: auto;
    display: none;
    transform: translate(-50%, 0%);
    z-index: 99;
}
.menu ul li dl dd,.menu ul li dl dt {
    text-align: center;
    color: #fff;
    line-height: 214.285714%;
    cursor: pointer;
    padding: 0 1rem;
    margin: 0.8rem 0;
    position: relative;
}
.menu ul li dl dd a,.menu ul li dl dt a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 250%;
    white-space: nowrap;
    position:relative;
    font-weight: normal;
    font-size: 1.6rem;
    padding:0 1rem;
}
.menu ul li dl dt:hover,.menu ul li dl dd:hover {
    background:#fff;
}
.menu ul li dl dt:hover>a,.menu ul li dl dd:hover>a{
    color:#242424;
}
.menu ul li>dl>dt.erji>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:40%;
left: auto;
}
.menu ul li>dl>dt.erji:hover>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #242424;
border-right: 1px solid #242424;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:35%;
background:#FFF;
left: auto;
}

.menu ul li dl dt:hover dl {
    display: block;
    transform: translate(0px, 0px);
}

.menu ul li dl dt dl {
    left: 100%;
    top: -0.8rem;
    width: auto;
}
@media (max-width:1400px) {
	.menu ul li a{
		line-height: 66px;
		font-size: 1.5rem;
	}
	.menu form{
		margin: 15px 0px 0px;
	}
}
@media (max-width:992px) {
	.menu ul li a{
		line-height: 60px;
		font-size: 1.5rem;
	}
	.menu form{
		display: none;
	}
}
.heise{
	background: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	position: fixed;
	display: none;
}
.menu dl{
	display: none;
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.menu dl dt{
	width: 100%;
	float: left;
	border-bottom: 2px rgba(0,0,0,.15) solid;
	text-align: center;
	padding: 15px 0px;
}
.menu dl dd{
	width: 50%;
	text-align: center;
	float: left;
	line-height: 50px;
	font-size: 1.4rem;
	position: relative;
}
.menu dl dd:nth-of-type(1):after{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: rgba(0,0,0,.2);
	position: absolute;
	right: 0;
	top: 16px;
}
.menu dl dd a{
	color: #000;
	font-family: Fontthree;
}
@media (max-width:768px) {
	.menu dl{
		display: block;
	}
	.menu{
		position: fixed;
		width: 66%;
		right: -100%;
		top: 0;
		height: 100%;
		background: #fff;
		transition: .3s;
		z-index: 9999;
	}
	.menuu{
		right: 0;
	}
	.menu .container{
		padding: 0;
	}
	.menu ul li{
		width: 100%;
		border-bottom: 1px rgba(0,0,0,.15) solid;
	}
	.menu ul li a{
		line-height: 50px;
		font-size: 1.4rem;
		padding: 0px 15px;
	}
	.menu ul li a:after{
		display: none;
	}
}
#banner .swiper-pagination span{
	border-radius: 0;
	height: auto;
	width: auto;
	color: #fff;
	font-size: 2.4rem;
	font-family: Fontfour;
	background: none;
	font-weight: normal;
	opacity: 1;
	padding: 0px 20px;
	margin: 0;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	color: #fc8823;
}
#banner .swiper-pagination{
	bottom: 11%;
	text-align: right;
	padding-right: 24%;
}
@media (max-width:768px) {
	#banner .swiper-pagination span{
		font-size: 1.4rem;
		padding: 0px 5px;
	}
}
.title{
	text-align: center;
}
.title h3{
	font-size: 3.5rem;
	font-family: Fontthree;
	color: #0073c4;
	margin: 0px 0px 15px;
	line-height: 40px;
}
.title h3 font{
	color: #fc8823;
}
.title span{
	display: block;
	font-size: 3.2rem;
	line-height: 40px;
	color: #cccccc;
	font-family: Avenir,arial;
	text-transform: uppercase;
}
@media (max-width:1400px) {
	.title h3{
		font-size: 3.0rem;
		margin: 0px 0px 10px;
	}
	.title span{
		font-size: 2.4rem;
	}
}
@media (max-width:1200px) {
	.title h3{
		font-size: 2.4rem;
		margin: 0px 0px 0px;
	}
	.title span{
		font-size: 2.0rem;
	}
}
@media (max-width:768px) {
	.title h3{
		font-size: 1.8rem;
		line-height: 24px;
	}
	.title span{
		font-size: 1.2rem;
		line-height: 16px;
	}
}
.why{
	padding: 68px 0px;
}
.why ul{
	margin-top: 50px;
}
.why ul li section img{
	width: 100%;
}
.why ul li section{
	display: block;
	position: relative;
	overflow: hidden;
}
.why ul li .wtext{
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(0,0,0,.55);
	bottom: 0;
	height: 45%;
	padding: 8% 0px 0px;
	text-align: center;
	transition: .5s;
}
.why ul li .wtext big{
	display: block;
	position: relative;
}
.why ul li .wtext big:after,.why ul li .wtext big:before{
	content: "";
	display: block;
	width: 28px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	background: #fff;
}
.why ul li .wtext big:after{
	left: 20%;
}
.why ul li .wtext big:before{
	right: 20%;
}
.why ul li .wtext big i{
	display: block;
	font-style: normal;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 4.2rem;
	font-family: Fontfour;
	text-align: center;
	line-height: 100px;
	background: #0073c4;
	margin: 0 auto;
}
.why ul li .wtext span{
	display: block;
	color: #fff;
	font-size: 2.6rem;
	font-family: Fonttwo;
	margin: 5% 0px 0;
}
.why ul li .wtext span:after{
	content: "";
	display: none;
	width: 50px;
	height: 3px;
	background: rgba(255,255,255,.8);
	margin: 20px auto 0;
}
.why ul li .wtext small{
	display: none;
	color: #fff;
	font-size: 1.8rem;
	font-family: Fonttwo;
	line-height: 40px;
}
.why ul li:hover .wtext{
	height: 100%;
	padding: 15% 0px 0px;
}
.why ul li:hover .wtext big i{
	background: #fc8823;
}
.why ul li:hover .wtext span{
	margin: 8% 0px 15%;
}
.why ul li:hover .wtext span:after{
	display: block;
}
.why ul li:hover .wtext small{
	display: block;
}
@media (max-width:1400px) {
	.why ul li .wtext big i{
		width: 80px;
		height: 80px;
		font-size: 3.2rem;
		line-height: 80px;
	}
	.why ul li .wtext span{
		font-size: 2.2rem;
	}
	.why ul li .wtext small{
		font-size: 1.6rem;
	}
}
@media (max-width:1200px) {
	.why{
		padding: 40px 0px;
	}
	.why ul{
		margin-top: 25px;
	}
	.why ul li .wtext big i{
		width: 60px;
		height: 60px;
		font-size: 2.2rem;
		line-height: 60px;
	}
	.why ul li .wtext span{
		font-size: 1.8rem;
	}
	.why ul li .wtext small{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.why{
		padding: 30px 0px 10px;
	}
	.why ul{
		margin-top: 15px;
	}
	.why ul li{
		margin-bottom: 20px;
	}
}
@media (max-width:768px) {
	.why ul li .wtext big{
		display: none;
	}
	.why ul li .wtext span{
		font-size: 1.4rem;
	}
	.why ul li .wtext small{
		display: block;
		font-size: 1.2rem;
	}
}
.pdtit{
	background: url(../images/pdbg.jpg) center no-repeat;
	min-height: 240px;
	text-align: center;
	color: #fff;
}
.pdtit big{
	display: block;
	width: 21%;
	float: left;
	background: #005d9e;
	height: 240px;
	padding: 30px 0px 0px;
}
.pdtit span{
	display: block;
	width: 79%;
	float: left;
	padding: 67px 0px 0px;
}
.pdtit big p{
	font-size: 3.5rem;
	font-family: Fontthree;
	line-height: 44px;
}
.pdtit big small{
	display: block;
	font-size: 3.5rem;
	font-family: Avenir,arial;
	text-transform: uppercase;
	line-height: 44px;
}
.pdtit big i{
	font-style: normal;
	display: block;
	color: #0067b0;
	font-size: 9.6rem;
	font-family: Fontone;
	line-height: 120px;
}
.pdtit span p{
	font-size: 4.6rem;
	font-family: Fontthree;
	line-height: 50px;
	margin: 0px 0px 15px;
}
.pdtit span small{
	display: block;
	font-size: 3.5rem;
	font-family: Avenir,arial;
	text-transform: uppercase;
	line-height: 40px;
}
@media (max-width:1400px) {
	.pdtit big p{
		font-size: 3.0rem;
		line-height: 40px;
	}
	.pdtit big small{
		font-size: 3.0rem;
		line-height: 40px;
	}
	.pdtit big i{
		font-size: 8.6rem;
		line-height: 100px;
	}
	.pdtit span p{
		font-size: 4.0rem;
		line-height: 40px;
	}
	.pdtit span small{
		font-size: 3.0rem;
		line-height: 30px;
	}
}
@media (max-width:1200px) {
	.pdtit{
		min-height: 200px;
	}
	.pdtit big p{
		font-size: 2.2rem;
		line-height: 30px;
	}
	.pdtit big small{
		font-size: 2.6rem;
		line-height: 34px;
	}
	.pdtit big i{
		font-size: 7.4rem;
		line-height: 80px;
	}
	.pdtit big{
		width: 25%;
		height: 200px;
		padding: 30px 0px 0px;
	}
	.pdtit span{
		width: 75%;
		padding: 67px 0px 0px;
	}
	.pdtit span p{
		font-size: 3.0rem;
		line-height: 30px;
	}
	.pdtit span small{
		font-size: 2.0rem;
		line-height: 20px;
	}
}
@media (max-width:992px) {
	.pdtit{
		min-height: 150px;
	}
	.pdtit big p{
		font-size: 2.0rem;
		line-height: 30px;
	}
	.pdtit big small{
		font-size: 2.2rem;
		line-height: 30px;
	}
	.pdtit big i{
		font-size: 6.4rem;
		line-height: 70px;
	}
	.pdtit big{
		height: 150px;
		padding: 10px 0px 0px;
	}
	.pdtit span{
		padding: 35px 0px 0px;
	}
	.pdtit span p{
		font-size: 2.2rem;
		line-height: 26px;
	}
	.pdtit span small{
		font-size: 1.6rem;
		line-height: 20px;
	}
}
@media (max-width:768px) {
	.pdtit big{
		display: none;
	}
	.pdtit span{
		width: 100%;
		padding: 25px 0px 0px;
	}
	.pdtit{
		min-height: 100px;
	}
	.pdtit span p{
		font-size: 1.8rem;
		line-height: 22px;
		margin: 0;
	}
	.pdtit span small{
		font-size: 1.4rem;
	}
}
.product dl{
	width: 21%;
	float: left;
	border: 3px #005d9e solid;
	border-top: 0;
	padding: 20px 15px 55px;
}
.product ul{
	width: 77%;
	float: right;
	padding: 33px 0px 0px;
}
@media (max-width:1200px) {
	.product dl{
		width: 25%;
		padding: 18px 15px 35px;
	}
	.product ul{
		padding: 20px 0px 0px;
		width: 73%;
	}
}
@media (max-width:992px) {
	.product dl{
		border: 2px #005d9e solid;
		border-top: 0;
		padding: 10px 10px 20px;
	}
}
@media (max-width:768px) {
	.product dl{
		display: none;
	}
	.product ul{
		width: 100%;
		padding: 15px 0px 0px;
	}
}
.product dl dd a{
	display: block;
	color: #393939;
	font-size: 1.8rem;
	border-bottom: 1px rgba(0,0,0,.15) solid;
	line-height: 27px;
	position: relative;
	padding: 20px 0px 20px 16%;
}
.product dl dd a:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px #bbbbbb solid;
	border-top: 6px transparent solid;
	border-bottom: 6px transparent solid;
	left: 5px;
	top: 50%;
	margin-top: -6px;
	transition: .3s;
}
.product dl dd:hover a:after{
	border-left: 8px #0073c4 solid;
}
.product dl dt a{
	display: block;
	width: 70%;
	margin: 50px auto 0;
	line-height: 44px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #fc8823;
	font-size: 1.6rem;
	font-family: Fontthree;
	transition: .3s;
}
.product dl dt a:hover{
	background: #0073c4;
}
@media (max-width:1400px) {
	.product dl dd a{
		display: block;
		font-size: 1.5rem;
		padding: 15px 0px 15px 16%;
	}
	.product dl dt a{
		margin: 35px auto 0;
	}
}
@media (max-width:1200px) {
	.product dl dd a{
		display: block;
		font-size: 1.4rem;
		padding: 10px 0px 10px 12%;
	}
	.product dl dt a{
		margin: 25px auto 0;
	}
}
@media (max-width:992px) {
	.product dl dd a{
		font-size: 1.2rem;
		padding: 6px 0px 6px 12%;
		line-height: 27px;
	}
	.product dl dt a{
		margin: 20px auto 0;
		line-height: 34px;
		font-size: 1.2rem;
	}
}
.product ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
	float: left;
}
.product ul li:nth-child(3n+0){
	margin-right: 0;
}
.product ul li a img{
	width: 100%;
}
.product ul li a span{
	display: block;
	color: #3f3f3f;
	font-size: 1.7rem;
	text-align: center;
	background: #dcdcdc;
	margin: 10px 0px 0px;
	line-height: 70px;
	transition: .3s;
}
.product ul li a:hover span{
	background: #0073c4;
	color: #fff;
}
@media (max-width:1400px) {
	.product ul li a span{
		font-size: 1.5rem;
		line-height: 57px;
	}
}
@media (max-width:1200px) {
	.product ul li a span{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.product ul li a span{
		line-height: 47px;
	}
}
@media (max-width:768px) {
	.product ul li{
		width: 48%;
		margin-bottom: 15px;
		margin-right: 4%;
	}
	.product ul li:nth-child(3n+0){
		margin-right: 4%;
	}
	.product ul li:nth-child(2n+0){
		margin-right: 0;
	}
}
.case{
	padding: 20px 0px 75px;
}
.cstit{
	position: relative;
}
.cstit:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 70%;
	background: #0073c4;
}
.cstit section{
	position: relative;
	z-index: 2;
}
.cstit section span{
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	height: 70%;
	bottom: 0;
	left: 0;
	color: #fff;
}
.cstit section span big{
	display: block;
	font-size: 3.5rem;
	font-family: Fontthree;
	line-height: 44px;
	margin-bottom: 15px;
	margin-top: 60px;
}
.cstit section span small{
	display: block;
	font-family: Avenir,arial;
	text-transform: uppercase;
	font-size: 3.3rem;
	line-height: 40px;
}
.cstit section a{
	display: block;
	position: absolute;
	color: #fff;
	width: 150px;
	line-height: 50px;
	font-size: 1.6rem;
	text-align: center;
	background: #fc8823;
	right: 0;
	top: 65%;
	margin-top: -25px;
}
@media (max-width:1400px) {
	.cstit section i img{
		height: 300px;
	}
	.cstit section span big{
		font-size: 2.8rem;
		line-height: 34px;
		margin-top: 60px;
	}
	.cstit section span small{
		font-size: 2.4rem;
		line-height: 20px;
	}
}
@media (max-width:1200px) {
	.cstit section i img{
		height: 250px;
	}
	.cstit section span big{
		font-size: 2.4rem;
		line-height: 30px;
		margin-top: 45px;
	}
	.cstit section span small{
		font-size: 2.0rem;
		line-height: 20px;
	}
	.cstit section a{
		line-height: 40px;
		font-size: 1.4rem;
		margin-top: -20px;
	}
}
@media (max-width:992px) {
	.case{
		padding: 20px 0px 25px;
	}
	.cstit section i img{
		height: 200px;
	}
	.cstit section span big{
		font-size: 2.2rem;
		margin-top: 35px;
	}
	.cstit section span small{
		font-size: 1.8rem;
	}
}
@media (max-width:768px) {
	.case{
		padding: 20px 0px 5px;
	}
	.cstit section i img{
		height: 150px;
	}
	.cstit section span big{
		font-size: 1.8rem;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.cstit section span small{
		font-size: 1.2rem;
	}
	.cstit section a{
		display: none;
	}
}
.case ul{
	margin: 70px -10px 0px;
}
.case ul li{
	width: 25%;
	padding: 0px 10px;
	float: left;
}
.case ul li img{
	width: 100%;
}
.case ul li a span{
	display: block;
	background: #fff;
	padding: 20px 15px;
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}
.case ul li a span:after{
	content: "";
	display: block;
	clear: both;
}
.case ul li a span p{
	float: left;
	line-height: 32px;
	color: #383838;
	font-size: 1.6rem;
	width: 67%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case ul li a span small{
	display: block;
	width: 33%;
	color: #fff;
	float: left;
	line-height: 32px;
	text-align: center;
	transition: .3s;
	background: #0073c4;
}
.case ul li a:hover span small{
	background: #fc8823;
}
@media (max-width:1200px) {
	.case ul li a span p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.case ul{
		margin: 30px -10px 0px;
	}
	.case ul li{
		width: 50%;
		margin-bottom: 20px;
	}
}
@media (max-width:768px) {
	.case ul{
		margin-top: 15px;
	}
	.case ul li a span{
		padding: 5px 10px;
	}
	.case ul li a span p{
		line-height: 32px;
		font-size: 1.4rem;
		width: 100%;
		text-align: center;
	}
	.case ul li a span small{
		display: none;
	}
}
.about{
	background: url(../images/abbg.jpg) center no-repeat;
	padding: 70px 0px;
}
.abtext{
	float: left;
	width: 54%;
	color: #fff;
}
.abtext>h1{
	font-size: 3.5rem;
	font-family: Fontthree;
}
.abtext>h1:after{
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background: #fff;
	margin: 30px 0px;
}
.abtext>section{
	font-size: 1.6rem;
	line-height: 31px;
}
.abtext>big a{
	display: block;
	color: #fff;
	width: 150px;
	line-height: 50px;
	font-size: 1.6rem;
	text-align: center;
	background: #fc8823;
	margin: 40px 0px;
}
.abtext>span a{
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 31px;
	padding: 0px 18px;
}
.abtext>span a:first-child{
	padding-left: 0;
}
.abtext>span a:hover{
	color: #fc8823;
}
@media (max-width:1400px) {
	.abtext>h1{
		font-size: 3.0rem;
	}
	.abtext>section{
		font-size: 1.5rem;
		line-height: 27px;
	}
	.abtext>h1:after{
		height: 3px;
		margin: 20px 0px;
	}
}
@media (max-width:1200px) {
	.abtext>h1{
		font-size: 2.4rem;
	}
	.abtext>section{
		font-size: 1.4rem;
		line-height: 26px;
	}
	.abtext>h1:after{
		height: 2px;
	}
	.abtext>big a{
		line-height: 40px;
		font-size: 1.4rem;
		margin: 30px 0px;
	}
	.abtext>span a{
		font-size: 1.4rem;
		line-height: 26px;
		padding: 0px 15px;
	}
}
@media (max-width:768px) {
	.about{
		background: url(../images/abbg.jpg) center no-repeat;
		padding: 20px 0px;
	}
	.abtext{
		width: 100%;
	}
	.abtext>h1{
		font-size: 1.8rem;
	}
	.abtext>h1:after{
		margin: 10px 0px;
		width: 35px;
	}
	.abtext>section{
		font-size: 1.3rem;
		line-height: 24px;
	}
	.abtext>big a{
		line-height: 34px;
		font-size: 1.3rem;
		margin: 15px 0px;
	}
	.abtext>span a{
		font-size: 1.2rem;
		padding: 0px 5px;
	}
}
.abvideo{
	position: relative;
	width: 44%;
	float: right;
}
.abvideo img{
	width: 100%;
}
.abvideo span{
	display: block;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.abvideo span.span{
	z-index: 1;
}
.abvideo iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
@media (max-width:768px) {
	.abvideo{
		margin: 15px 0px 0px;
		width: 100%;
	}
}
.news{
	padding:50px 0px;
	background:#f8f8f8;
}
.news .nstit{
	margin:0px 0px 35px;
}
.news .netit{
	float:left;
}
.news .netit span{
	font-size: 3.5rem;
	color: #555555;
	font-family: Fontthree;
}
.news .netit small{
	font-size: 2.4rem;
	color: #a2a2a2;
	font-family: Avenir,arial;
	text-transform: uppercase;
}
@media (max-width:1200px) {
	.news .netit span{
		font-size: 2.5rem;
	}
	.news .netit small{
		font-size: 1.6rem;
	}
}
@media (max-width:768px) {
	.news{
		padding:20px 0px;
	}
	.news .nstit{
		margin:0px 0px 20px;
	}
	.news .netit span{
		font-size: 1.8rem;
	}
	.news .netit small{
		font-size: 1.2rem;
	}
}
.news dl{
	float:right;
}
.news dl dd{
	float:left;
	width:130px;
	line-height:52px;
	background:#dbdbdb;
	color:#8b8b8b;
	text-align:center;
	margin-left:10px;
	font-size:1.6rem;
	cursor:pointer;
}
.news dl dd.cur{
	background:#0073c4;
	color:#fff;
}
@media (max-width:1200px) {
	.news dl dd{
		line-height:42px;
		font-size:1.4rem;
	}
}
@media (max-width:768px) {
	.news dl{
		width: 100%;
		margin: 15px 0px 0px;
	}
	.news dl dd{
		width:30%;
		line-height:40px;
		margin:0px 10px 0px 0px;
		font-size:1.4rem;
	}
}
.news .nstui a{
	display:none;
}
.news .nstui a.a{
	display:block;
}
.news .nstui a big{
	display:block;
	position:relative;
}
.news .nstui a big:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background:url(../images/nsbg.png) center bottom no-repeat;
	background-size: 100% auto;
	bottom:0;
	left:0;
}
.news .nstui a big img{
	width: 100%;
	border:3px #fff solid;
}
.news .nstui a big h3{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	line-height:30px;
	margin:15px 20px;
	color:#fff;
	font-size:1.5rem;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	z-index:2;
}
.news .nstui a span{
	display:block;
	color:#646464;
	line-height:21px;
	padding:15px 0px 30px;
}
.news .nstui a small{
	display: block;
	color: #fff;
	width: 135px;
	line-height: 40px;
	font-size: 1.6rem;
	text-align: center;
	background: #fc8823;
	transition: .3s;
}
.news .nstui a small:hover{
	color:#fff;
	background:#0073c4;
}
@media (max-width:1200px) {
	.news .nstui a big h3{
		width:90%;
		font-size:1.4rem;
	}
	.news .nstui a span{
		font-size: 1.3rem;
	}
	.news .nstui a small{
		font-size: 1.4rem;
	}
}
.news ul{
	display:none;
}
.news ul li{
	margin-bottom:30px;
}
.news ul li a{
	display:block;
	background:#fff;
	padding:25px 20px 25px 0px;
	transition:.3s;
}
@media (max-width:1400px) {
	.news ul li{
		margin-bottom:20px;
	}
	.news ul li a{
		padding:20px 20px 20px 0px;
	}
}
@media (max-width:1200px) {
	.news ul li{
		margin-bottom:15px;
	}
	.news ul li a{
		padding:15px 15px 15px 0px;
	}
}
.news ul li a:after{
	content:"";
	display:block;
	clear:both;
}
.news ul li a big{
	float:left;
	display:block;
	text-align:center;
	width:16%;
	color:#4e4e4e;
	padding:4px 0px;
	margin-bottom: 5px;
	position: relative;
}
.news ul li a big:after{
	content: "";
	display: block;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,.5);
	right: 15%;
	width: 1px;
}
.news ul li a:hover big:after{
	background: #fff;
}
.news ul li a section{
	width:84%;
	float:left;
	color:#646464;
}
.news ul li a big p{
	font-size:3.8rem;
	font-weight:bold;
	font-family:Avenir;
	line-height:41px;
}
.news ul li a big small{
	display:block;
	font-size:1.6rem;
	font-family:Avenir;
	line-height:20px;
}
.news ul li a section h3{
	font-weight:bold;
	font-size:1.5rem;
	line-height:22px;
}
.news ul li a section span{
	display:block;
	font-size:1.4rem;
	line-height:21px;
	margin:5px 0px 0px;
}
.news ul li a:hover{
	background:#0073c4;
}
.news ul li a:hover big{
	color:#fff;
}
.news ul li a:hover section{
	color:#fff;
}
@media (max-width:1200px) {
	.news ul li a big{
		width:20%;
	}
	.news ul li a section{
		width:80%;
	}
	.news ul li a big:after{
		display: none;
	}
	.news ul li a section h3{
		font-size:1.4rem;
	}
	.news ul li a section span{
		font-size:1.3rem;
	}
}
@media (max-width:992px) {
	.news ul li a section h3{
		font-size:1.4rem;
	}
	.news ul li a section span{
		font-size:1.2rem;
	}
}
@media (max-width:768px) {
	.news ul li a big{
		width:100%;
		padding: 0;
		margin: 0;
	}
	.news ul li a section{
		width:100%;
	}
	.news ul li a big p{
		font-size:1.4rem;
		float: right;
		line-height:26px;
	}
	.news ul li a big p:before{
		content: "-";
	}
	.news ul li a big small{
		float: right;
		font-size:1.4rem;
		line-height:26px;
	}
	.news ul li{
		margin-bottom:10px;
	}
	.news ul li a{
		display:block;
		background:#fff;
		padding:5px 15px 15px;
		transition:.3s;
	}
	.news ul li a section span{
		line-height: 22px;
	}
}
footer{
	background: #134366;
	padding: 40px 0px;
}
.bottom{
	position: relative;
}
.bottom dl{
	float: left;
	width: 25%;
}
.bottom dl a{
	color: #fff;
	line-height: 33px;
}
.bottom dl a:hover{
	color: #f00;
}
.bottom dl dd{
	color: #fff;
	line-height: 33px;
}
.bottom dl dt{
	font-weight: normal;
	margin-bottom: 15px;
}
.bottom .message{
	float: right;
}
.bottom .message>span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 30px;
	margin: 45px 0px 0px;
}
.bottom .message span img{
	margin-bottom: 5px;
	max-width:129px;
	height:auto;
}
.bottom .message>a{
	display: block;
	color: #fff;
	width: 280px;
	line-height: 48px;
	padding: 0px 20px;
	background: rgba(255,255,255,.06) url(../images/send.png) right center no-repeat;
}
.copy{
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0;
	line-height: 33px;
}
.copy a{
	color: #fff;
}
@media (max-width:1400px) {
	.bottom dl{
		float: left;
		width: 20%;
	}
	.bottom dl:nth-of-type(3){
		width:30%;
	}
}
@media (max-width:992px) {
	.bottom dl{
		float: left;
		width: 25%;
	}
	.bottom dl:nth-of-type(3){
		width:50%;
	}
	.bottom .message{
		width: 100%;
	}
	.bottom .message>span{
		font-size: 1.4rem;
		margin: 0px 0px 0px;
		float: left;
	}
	.bottom .message>a{
		float: left;
		margin: 40px 20px 0px 0px;
	}
	.copy{
		bottom: 30px;
	}
}
.dibu{
	display:none;
}
.dibu{
	position: fixed;
	width: 100%;
	display:none;
	left: 0;
	z-index: 89;
	bottom: 0;
	background: #000;
	background-size: cover;
}
.dibu ul{
	display: flex;
	display: -webkit-flex;
}
.dibu ul li{
	width: 25%;
}
.dibu ul li a{
	display: block;
	text-align: center;
	padding: 6px 0 3px;
	color: #fff;
}
.dibu ul li a i{
	display: block;
}
.dibu ul li a i img{
	height: 17px;
}
.dibu ul li a p{
	font-size: 1.3rem;
	font-family:MaisonNeue-Medium;
	margin: 2px 0px 0px;
	line-height: 20px;
}
.b-height{
	display:none;
	height: 48px;
}
@media (max-width:768px) {
	footer{
		padding: 20px 0px;
		display:none !important;
	}
	.dibu{
		display:block;
	}
	.b-height{
		display:block;
	}
	.bottom dl{
		float: left;
		width: 50%;
	}
	.bottom dl:nth-of-type(3){
		width:100%;
		margin: 20px 0px 0px;
	}
	.bottom dl a{
		line-height: 24px;
	}
	.bottom dl dd{
		line-height: 24px;
	}
	.bottom dl dt{
		margin-bottom: 5px;
		font-weight: bold;
	}
	.bottom .message>a{
		float: left;
		width: 100%;
		margin: 10px 0px 20px 0px;
	}
	.copy{
		bottom: 10%;
	}
}
/*page*/
.ibanner{
	position:relative;
}
.ibanner img{
    width:100%;
}
.ibanner .weizhi{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	display:flex;
	align-items:center;
}
.ibanner .weizhi h3{
	font-size:6.4rem;
	font-family:Fontone;
	line-height:80px;
	color:#fff;
}
.ibanner .weizhi section{
	font-size:1.8rem;
	font-family:Fonttwo;
	color:#fff;
	line-height:26px;
	padding-bottom:50px;
	padding-top:15px;
}
.ibanner .weizhi section a{
	color:#fff;
}
.ibanner .weizhi section a:hover{
	text-decoration:underline;
}
.ipage{
	padding:50px 0px;
}
.lanmu h3{
	background:#025895 url(../images/lmbg.png) right bottom no-repeat;
	text-align:center;
	color:#fff;
	line-height:100px;
	font-size:2.6rem;
	font-weight:bold;
	background-size:auto 80%;
}
.lanmu ul{
	margin:5px 0px 0px;
}
.lanmu ul li{
	position:relative;
	margin-bottom: 1px;
}
.lanmu ul li>a{
	background:#383838;
	display:block;
	line-height:44px;
	color:#fff;
	padding-left:10%;
	text-decoration:none;
	position:relative;
	transition:.3s;
}
.lanmu ul li>a:before{
	content:"+";
	line-height:18px;
	font-size:1.8rem;
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:10%;
	top:50%;
	margin-top:-10px;
}
.lanmu ul li>a:after{
	content:"";
	display:block;
	width:5px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#1b4fa9;
	opacity:0;
	transition:.3s;
}
.lanmu ul li.cur>a,.lanmu ul li:hover>a{
	background:#ec4000;
}
.lanmu ul li.cur>a:after,.lanmu ul li:hover>a:after{
	opacity:1;
}
.icontact{
	background:#383838;
	margin:10px 0px 0px;
	padding:10px 15px 30px;
}
.icontact h2{
	border-bottom:1px rgba(255,255,255,.6) solid;
	color:#fff;
	padding:0px 0px 5px;
}
.icontact h2 span{
	font-size:1.8rem;
	font-weight:bold;
	line-height:30px;
}
.icontact h2 small{
	font-family:Fonttwo;
	color:#fff;
	line-height:30px;
	font-size:1.4rem;
	text-transform:uppercase;
}
.icontact section{
	color:#fff;
	line-height:26px;
	color:#fff;
	font-family:Avenir;
	font-size:1.4rem;
	padding:15px 0px 0px;
}
.lanmu h3 p{
	display:none;
}
.lanmu h3:after{
	content:"";
	display:block;
	clear:both;
}
.lmlogo{
	display:none;
	width:27px;
	float:right;
	margin:9px 0px 0px;
}
.lmlogo i{
	display:block;
	padding:2px 0px;
}
.lmlogo i:after{
	content:"";
	display:block;
	height:3px;
	background:#fff;
	transition: .3s;
	transform-origin: 23% center;
}
@media (max-width:992px) {
	.ipage{
		padding:20px 0px;
	}
}
@media (max-width:768px) {
	.ibanner{
		position:relative;
		overflow:hidden;
	}
	.ibanner img{
		max-width:180%;
		width:180%;
		margin-left:-40%;
	}
	.icontact{
		display:none;
	}
	.ipage{
		padding:0px 0px 20px;
	}
	.ipage .container{
		padding:0px;
	}
	.ipage .container .row{
		margin:0;
	}
	.ipage .container .row>.col-md-3{
		padding:0;
	}
	.ipage .container .row>.col-md-9{
		padding:0;
	}
	.lanmu{
		position:relative;
	}
	.lanmu h3{
		line-height:40px;
		font-size:1.4rem;
		font-weight:normal;
		padding:0px 15px;
		text-align:left;
	}
	.lanmu h3 div{
		display:none;
	}
	.lanmu h3 p{
		display:block;
		float:left;
	}
	.lmlogo{
		display:block;
	}
	.lanmu ul{
		position:absolute;
		z-index:9;
		width:100%;
		top:100%;
		margin:0;
		left:0;
		display:none;
		background:#fff;
		padding:15px 15px 5px;
		box-shadow:0px 5px 5px rgba(0,0,0,.3);
	}
	.lanmu ul li{
		float:left;
		width:48%;
		margin-bottom:10px;
	}
	.lanmu ul li:nth-child(even){
		float:right;
	}
	.lanmu ul li>a{
		text-align:center;
		line-height:36px;
		color:#fff;
		padding-left:0;
	}
	.lanmu ul li>a:before{
		display:none;
	}
	.lanmu ul li>a:after{
		display:none;
	}
	.lanmu .xx-logo i:nth-of-type(1):after{
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	.lanmu .xx-logo i:nth-of-type(2):after{
		display:none;
	}
	.lanmu .xx-logo i:nth-of-type(3):after{
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
}
.weizhi{
	border-bottom:1px rgba(0,0,0,.5) solid;
	color:rgba(0,0,0,.8);
	line-height:20px;
	display:flex;
	padding:20px 0px 10px;
	text-transform:uppercase;
	font-size:1.3rem;
	margin:0px 0px 20px;
}
.weizhi a{
	color:rgba(0,0,0,.8);
}
.weizhi a:hover{
	text-decoration:underline;
	color:#ec4000;
}
.weizhi span{
	color:#ec4000;
}
.weizhi small{
	font-size:1.4rem;
	margin:1px 10px 0px 0;
	color:rgba(0,0,0,.8);
}
.iabout{
	font-size:1.4rem;
	line-height:28px;
	color:rgba(0,0,0,.8);
}
@media (max-width:768px) {
	.weizhi{
		display:none;
	}
	.iabout{
		padding:10px;
	}
}
.iabout img{
	max-width:100%;
	height:auto;
}
.iproduct{
	padding: 10px 0px 0px;
}
@media (max-width:768px) {
	.iproduct{
		padding: 10px;
	}
}
.iproduct ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	float: left;
}
.iproduct ul li:nth-child(3n+0){
	margin-right: 0;
}
.iproduct ul li a img{
	width: 100%;
}
.iproduct ul li a span{
	display: block;
	color: #3f3f3f;
	font-size: 1.6rem;
	text-align: center;
	background: #dcdcdc;
	margin: 5px 0px 0px;
	line-height: 60px;
	transition: .3s;
}
.iproduct ul li a:hover span{
	background: #0073c4;
	color: #fff;
}
@media (max-width:768px) {
	.iproduct ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	.iproduct ul li:nth-child(3n+0){
		margin-right: 3%;
	}
	.iproduct ul li:nth-child(even){
		margin-right: 0;
		float:right;
	}
	.iproduct ul li a span{
		font-size: 1.4rem;
		line-height: 46px;
	}
}
.page-list{
	padding: 25px 0px;
}
.page-list>span{
	float:right;
}
.page-list a{
	float: left;
	display: block;
	font-size: 1.4rem;
	color: #808080;
	font-family: Fontthree;
	border: 1px rgba(0,0,0,.1) solid;
	border-radius: 2px;
	line-height: 34px;
	padding: 0px 15px;
	transition: .3s;
	margin: 0px 0px 5px 10px;
}
.page-list a:hover,.page-list a.hover{
	background: #0268af;
	color: #fff;
	border:1px #0268af solid;
}
@media (max-width:768px) {
	.page-list{
		padding: 15px 0px;
	}
	.page-list a{
		font-size: 1.4rem;
		line-height: 30px;
	}
}
.pro-img{
	position: relative;
	border-bottom: 1px rgba(0,0,0,.2) solid;
	padding: 15px 0px 25px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .colmd5{
	width:40%;
	float: left;
}
.pro-img .colmd7{
	width:57%;
	float: right;
}
@media (max-width:768px){
	.pro-img{
		padding:10px;
	}
	.pro-img .colmd5{
		width:100%;
	}
	.pro-img .colmd7{
		width:100%;
	}
	.iproductd{
		padding: 0px 0px 20px;
	}
}
.pro-img .colmd7 .pro-ptt{
	font-size:1.6rem;
	line-height:20px;
	font-weight: bold;
	color: #fff;
	padding:10px 10px;
	background: #0073c4;
}
.jqzzoom{
	position:relative;
}
.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:180px !important;
	height:180px !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;
}
@media (max-width:768px){
	.pro-img .colmd7 .pro-ptt{
		font-size:1.4rem;
		text-align:center;
		background:none;
		color:#444;
		padding:10px 0px;
	}
	.jqZoomPup{
		display:none !important;
	}
	.zoomdiv{
		display:none !important;
	}
}
.colmd7 section{
	font-size:1.4rem;
	line-height:28px;
	color: #666;
	padding:20px 0px 0px;
}
.procont{
	line-height: 28px;
	color: #444;
	margin: 20px 0px;
	border-bottom: 1px rgba(0,0,0,.2) solid;
	padding: 0px 5px 20px;
}
.fanye{
	padding:10px 0px 0px 0px;
}
.fanye a{
	color:#333;
	display:block;
	line-height:30px;
	font-size:1.4rem;
	float: left;
	max-width:49%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.fanye a:last-child{
	float: right;
}
.fanye a p{
	width:60px;
}
.fanye a span{
	line-height:30px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:calc(100% - 60px);
	display:block;
}
.fanye>a:hover{
	color:#ec4000;
}
@media (max-width:768px){
	.colmd7 section{
		display:none;
	}
	.procont{
		line-height: 24px;
		margin: 10px 0px;
		padding: 10px;
	}
	.fanye{
		padding:10px;
	}
	.fanye a{
		max-width:100%;
		width:100%;
	}
}
.inews{
	padding: 20px 0px 0px;
}
.inews ul li{
	margin-bottom:20px;
}
.inews ul li a{
	display:block;
	padding:25px 20px 25px 0px;
	transition:.3s;
	border: 1px rgba(0,0,0,.2) solid;
}
@media (max-width:1400px) {
	.inews ul li{
		margin-bottom:20px;
	}
	.inews ul li a{
		padding:20px 20px 20px 0px;
	}
}
@media (max-width:1200px) {
	.inews ul li{
		margin-bottom:15px;
	}
	.inews ul li a{
		padding:15px 15px 15px 0px;
	}
}
.inews ul li a:after{
	content:"";
	display:block;
	clear:both;
}
.inews ul li a big{
	float:left;
	display:block;
	text-align:center;
	width:16%;
	color:#4e4e4e;
	padding:4px 0px;
	margin-bottom: 5px;
	position: relative;
}
.inews ul li a big:after{
	content: "";
	display: block;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,.5);
	right: 15%;
	width: 1px;
}
.inews ul li a:hover big:after{
	background: #fff;
}
.inews ul li a section{
	width:84%;
	float:left;
	color:#646464;
}
.inews ul li a big p{
	font-size:3.8rem;
	font-weight:bold;
	font-family:Avenir;
	line-height:41px;
}
.inews ul li a big small{
	display:block;
	font-size:1.6rem;
	font-family:Avenir;
	line-height:20px;
}
.inews ul li a section h3{
	font-weight:bold;
	font-size:1.5rem;
	line-height:22px;
}
.inews ul li a section span{
	display:block;
	font-size:1.4rem;
	line-height:21px;
	margin:5px 0px 0px;
}
.inews ul li a:hover{
	background:#0073c4;
}
.inews ul li a:hover big{
	color:#fff;
}
.inews ul li a:hover section{
	color:#fff;
}
.inewsd h2{
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:2.0rem;
}
.inewsd section{
	line-height:26px;
	color:#666;
	margin:10px 0px 0px;
}
@media (max-width:1200px) {
	.inews ul li a big{
		width:20%;
	}
	.inews ul li a section{
		width:80%;
	}
	.inews ul li a big:after{
		display: none;
	}
	.inews ul li a section h3{
		font-size:1.4rem;
	}
	.inews ul li a section span{
		font-size:1.3rem;
	}
}
@media (max-width:992px) {
	.inews ul li a section h3{
		font-size:1.4rem;
	}
	.inews ul li a section span{
		font-size:1.2rem;
	}
}
@media (max-width:768px) {
	.inews,.inewsd{
		padding:10px;
	}
	.inewsd h2{
		line-height:30px;
		font-weight:bold;
		font-size:1.6rem;
	}
	.inews ul li a big{
		width:100%;
		padding: 0;
		margin: 0;
	}
	.inews ul li a section{
		width:100%;
	}
	.inews ul li a big p{
		font-size:1.4rem;
		float: right;
		line-height:26px;
	}
	.inews ul li a big p:before{
		content: "-";
	}
	.inews ul li a big small{
		float: right;
		font-size:1.4rem;
		line-height:26px;
	}
	.inews ul li{
		margin-bottom:10px;
	}
	.inews ul li a{
		display:block;
		background:#fff;
		padding:5px 15px 15px;
		transition:.3s;
	}
	.inews ul li a section span{
		line-height: 22px;
	}
}
.iliuyan{
	padding:10px 0px 0px;
}
.iliuyan form span{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.iliuyan form span input{
	line-height:22px;
	padding:12px 10px;
	border:1px rgba(0,0,0,.2) solid;
	width:49%;
	border-radius:3px;
	font-size:1.4rem;
}
.iliuyan form textarea{
	line-height:22px;
	padding:15px 10px;
	border:1px rgba(0,0,0,.2) solid;
	width:100%;
	resize:none;
	border-radius:3px;
	margin-bottom:20px;
	font-size:1.4rem;
}
.iliuyan form button{
	display:block;
	width:200px;
	line-height:48px;
	color:#fff;
	background:#ec4000;
	transition:.3s;
	border:0;
}
.iliuyan form button:hover{
	background:#585858;
	color:#fff;
}
.icase ul{
	margin: 20px -10px 0px;
}
.icase ul li{
	width: 33.3333333333333%;
	padding: 0px 10px;
	margin-bottom:20px;
	float: left;
}
.icase ul li img{
	width: 100%;
}
.icase ul li a span{
	display: block;
	background: #fff;
	padding: 20px 15px;
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}
.icase ul li a span:after{
	content: "";
	display: block;
	clear: both;
}
.icase ul li a span p{
	float: left;
	line-height: 32px;
	color: #383838;
	font-size: 1.6rem;
	width: 67%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.icase ul li a span small{
	display: block;
	width: 33%;
	color: #fff;
	float: left;
	line-height: 32px;
	text-align: center;
	transition: .3s;
	background: #0073c4;
}
.icase ul li a:hover span small{
	background: #fc8823;
}
@media (max-width:1200px) {
	.icase ul li a span p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.icase ul{
		margin: 15px -10px 0px;
	}
	.icase ul li{
		width: 50%;
		margin-bottom: 20px;
	}
}
@media (max-width:768px) {
	.icase,.iliuyan{
		padding:10px;
	}
	.icase ul{
		margin-top: 10px;
	}
	.icase ul li a span{
		padding: 5px 10px;
	}
	.icase ul li a span p{
		line-height: 32px;
		font-size: 1.4rem;
		width: 100%;
		text-align: center;
	}
	.icase ul li a span small{
		display: none;
	}
	.menu ul li dl{
	    opacity: 0;
	}
}