﻿/* 手机 mobile start*/
@media (max-width: 930px) {
body{
	background-size:100% auto;
	font-size:13px;
}

.visible-xs{display: block !important;}
.visible-xs-block {display: block !important;}
.visible-xs-inline {display: inline !important;}
.visible-xs-inline-block {display: inline-block !important;}
.hidden-xs{display:none !important;}




.banner .swiper-pagination{
	bottom: 10px;
}
.banner .swiper-pagination-bullet{
	width: 8px;
}
.banner .cbtn{
	width: 25px;
	height: 7px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 60;
	margin-top:-4px;
}
.banner .pre{
	left: 3%;
	background:url(../images/ba_pre.png) no-repeat center center;
	background-size:100% 100%;
}
.banner .next{
	right: 3%;
	background:url(../images/ba_next.png) no-repeat center center;
	background-size:100% 100%;
}

.h_title{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size:22px;
	font-weight: bold;
	color:#000;
	position: relative;
}
.h_title i{
	display: block;
	width: 40px;
	height: 2px;
	background:#cf3940;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left:-20px;
}
.h_ly{
	padding-bottom:20px;
}

.h_ly .wrapin{
	width: 96%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_ly .item{
	display: block;
	width: 48.5%;
	position: relative;
	margin-top:10px;
}
.h_ly .zw{
	width: 48.5%;
	height:0;
}
.h_ly .item img{
	display: block;
	width: 100%;
	height:auto;
}
.h_ly dl{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h_ly dt{
	font-size:20px;
	color:#fff;
	line-height: 2;
}
.h_ly .more{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding:0 12px;
	font-size:12px;
	border:1px solid #fff;
	border-radius:20px;
	color:#fff;
	background:rgba(15,64,139,0.8);
}

.h_hx{
	padding-bottom:50px;
	background:url(../images/hx.jpg) no-repeat top center;
	background-size:cover;
}
.h_hx .h_title{
	color:#fff;
}
.h_hx .wrapin{
	width: 96%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_hx .item{
	width: 48.5%;
	background:#fff;
	box-sizing:border-box;
	border-radius:15px;
	padding:0 15px;
	margin-top:15px;
}
.h_hx .zw{
	width: 48.5%;
	height: 0;
}
.h_hx .title{
	font-size:18px;
	color:#000;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.h_hx img{
	display: block;
	width: 100%;
}
.h_hx .tip{
	font-size:12px;
	padding:15px 0;
	line-height: 1.6;
	color:#595757;
}

.h_qy{
	background:url(../images/qy.jpg) no-repeat bottom center;
	padding-bottom:24px;
}
.h_qy .wp{
	width: 96%;
	margin:0 auto;
	font-size:#595757;
	line-height: 1.8;
	font-size:14px;
}
.h_qy dl{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 20px;
	color:#000;
	padding-top:10px;
}
.h_qy dd{
	font-size:14px;
	line-height: 3;
}
.h_qy img{
	display: block;
	width: 50px;
	height: 50px;
	margin:0 auto;
}


.h_hz{
	background:#e9e9e9;
	padding-bottom:20px;
}
.h_hz .wrapin{
	width: 96%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_hz .link{
	display: block;
	width: 32%;
	margin-top:10px;
}
.h_hz .link img{
	display: block;
	width: 100%;
}
.h_hz .zw{
	width: 16%;
	height: 0;
}

.h_cul{
	padding-bottom:20px;
}
.h_cul .wrapin{
	width: 96%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_cul .link{
	display: block;
	width: 100%;
	margin-top:10px;
}
.h_cul .link img{
	display: block;
	width: 100%;
}
.h_cul .zw{
	width: 49.3%;
	height: 0;
}

.footer-m{
	background:#e9e9e9;
	border-top:3px solid #d1121a;
	padding:20px 3%;
}
.footer-m .u1{	
	font-size:14px;
	background:url(../images/ft_u1.png) no-repeat left center;
	background-size:auto 20px;
	padding-left:30px;
}
.footer-m .u1 em{
	font-size:18px;
}
.footer-m .u2{	
	font-size:14px;
	background:url(../images/ft_u2.png) no-repeat 5px center;
	background-size:auto 25px;
	padding-left:30px;
	margin:10px 0 0 0;
}
.footer-m .u3{	
	font-size:14px;
	background:url(../images/ft_u3.png) no-repeat left center;
	background-size:auto 15px;
	padding-left:30px;
	margin:10px 0 0 0;
}
.ft_copy{
	border-top:1px solid #d5d5d5;
	margin-top:20px;
	font-size:13px;
	line-height: 1.5;
	padding:10px 0;
	text-align: center;
	color:#9d9d9d;
	font-size:13px;
}

.fm_bar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	height: 60px;
	line-height: 28px;
	background:#ce251f;
	overflow: hidden;
}
.fm_bar .bn{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	padding-top:6px;
	height: 60px;
	box-sizing:border-box;
	border-left:1px solid #fff;
	margin-left:-1px;
	color:#fff;
}
.fm_bar img{
	display: block;
	width: 24px;
	height: 24px;
	margin:0 auto;
}
.fm_zw{
	height: 60px;
	clear: both;
}

/* 手机 mobile end*/	
}
