@charset "utf-8";
/* CSS Document */
/*************公共样式********************/
*{
	margin:0;
	padding:0;
	outline:none;
}
*::-webkit-input-placeholder{
	color: #999;
}
*:-moz-placeholder{
	color: #999;
}
*::-moz-placeholder{
	color: #999;
}
*:-ms-input-placeholder{
	color: #999;
}
*html{
	overflow:-moz-scrollbars-vertical;
	zoom:expression(function(ele){
		ele.style.zoom = "1";
		document.execCommand("BackgroundImageCache",false,true)
	}(this));
}
body{
	width:100%;
	height:100%;	
	background:#fff;
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Sans GB,'Microsoft YaHei',sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
sub,sup{
	vertical-align:baseline;
}
.img{
	line-height: 0;
}
.img img{
	border:none;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#333;
}
ul,ol{
	list-style:none;
}
b,em,i,h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
input,button{
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Sans GB,'Microsoft YaHei',sans-serif;
}
input[type='text'],input[type='password'],input[type='tel'],input[type='submit'],input[type='number'],button{
	vertical-align:middle;
	background:none;
	-webkit-appearance:none;
	border: none;
	line-height: inherit;
}
button,input[type='submit']{
	cursor: pointer;
}
.wd{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}
.wh{
	width:100%;
	overflow:hidden;
	zoom:1;
}
.wc{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
	zoom:1;
	background: none !important;
	color: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex_items1{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
/**************************/
.top_ban{
	position: relative;
}
.top_ban div.logo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 58%;
}
.top_ban .tell{
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index: 1;
	text-align: center;
}
.top_ban .tell dl{
	height: 2.2rem;
	background: #fff;
	width: 88%;
	margin: 0 auto;
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	font-size: .85rem;
}
.top_ban .tell dt{
	width: 1.4rem;
	padding: .4rem;
	float: left;
}
.top_ban .tell dd{
	padding-left: 2.5rem;
}
.top_ban .tell dd input{
	height: 2.2rem;
	line-height: 2.5rem;
	font-size: .85rem;
	width: 100%;
}
.top_ban .tell button{
	display: block;
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	background: #0072c2;
	color: #fff;
	width:40%;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: .85rem;
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 1;
}
.tit_a{
	padding: 1rem 0;
	text-align: center;
	font-size: 1rem;
}
.tit_a h1{
	font-size: 1rem;
	font-weight: 600;
}
.tit_a h1 b{
	color: #fe0000;
	font-weight: 600;
}
.dan_a{
	padding: 0 5%;
}
.dan_a td{
	padding: .5rem 0 .5rem .5rem;
	border-bottom: #eee solid 1px;
	font-size: .85rem;
	color: #666;
	text-align: justify;
}
.dan_a td.one{
	width: 3.4rem;
	padding: .5rem 0;
	line-height: 0;
}
.dan_a td div.img{
	width: 3.4rem;
	height: 3.4rem;
	display: inline-block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	overflow: hidden;
}
.dan_a td h1{
	font-size: .85rem;
	margin-bottom: .4rem;
}
.dan_a td h1 span{
	float: right;
}
.dan_a td p{
	font-size: .85rem;
}
.dan_hot{
	padding: .1rem 0;
	margin-top: 1rem;
	background: url(../images/a03.png) top left no-repeat;
	background-size: 20% auto;
	background-color: #f7f7f7;
}
.tit_a h2{
	text-align: center;
	font-weight: 600;
}
.tit_a h2 span{
	display: inline-block;
	font-size: 1rem;
	border-bottom: #fe0000 solid 2px;
}
.tit_a h3{
	font-size: .75rem;
	text-transform: uppercase;
	color: #999;
}
.dan_hot ul{
	overflow: hidden;
}
.dan_hot li{
	font-size: .85rem;
	text-align: center;
	width: 25%;
	margin-bottom: .5rem;
	float: left;
}
.dan_hot li div.img{
	width: 3.4rem;
	margin: 0 auto;
}
.tit_b{
	padding: .5rem;
	background: #ff9900;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-shadow: 3px 3px 3px rgba(0,0,0,.35);
}
.form{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	background: #fff;
	width: 84%;
	margin: 1rem auto;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding-bottom: 1rem;
}
.form li{
	padding: .5rem 10%;
}
.form li h1{
	font-size: 1rem;
	padding:1rem 0 .5rem 0;
	text-align: center;
}
.form li dl{
	border: #eee solid 1px;
	margin: 0 auto;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.form li dt{
	width: 1.4rem;
	padding: .5rem;
	float: left;
}
.form li dd {
	padding-left: 2.5rem;
}
.form li dd input{
	font-size: .85rem;
	height: 2.4rem;
	line-height: 2.4rem;
	width: 100%;
}
.form li button{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #ff0000;
	text-align: #fff;
	line-height: 2.4rem;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 1rem;
}
.dan_b{
	padding: .5rem 0;
	background: #f7f7f7;
}
.dan_b td{
	padding: .3rem .5rem;
	font-size: .85rem;
	color: #333;
	text-align: justify;
}
.dan_b td.one{
	width: 5rem;
	padding: .3rem 0;
}
.dan_c{
	padding: 1rem .5rem 1.5rem;
	background: #f7f7f7;
	position: relative;
}
.main_visual{
	z-index:1;
}
.main_image{
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.main_image ul{
	width: 9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.main_image li{
	float: left;
}
.main_image li a{
	display: block;
	width: 100%;
	height: 100%;
}
div.flicking_con{
	overflow: hidden;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 6px;
	right:0;
	z-index: 11;
}
div.flicking_con li{
	height:3px;
	width:18px;
	background:#ddd;
	margin:0 3px;
	display:inline-block;
	opacity:1;
	font-size:0px;
}
div.flicking_con li.on {
	background:#fe0000;
}
.main_image li a{
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.main_image li td{
	font-size: .75rem;
	padding: .5rem;
	line-height: 1.2 !important;
}
.main_image li td.one{
	width: 40%;
	padding: 0;
}
.main_image li td.one img{
	width: 100% !important;
	height: 100% !important;
}
.main_image li h1{
	font-weight: 600;
	color: #222;
	font-size: .75rem;
}
.main_image li h1 span{
	font-size: .75rem;
	color: #999;
	font-weight: normal;
}
.main_image li h1 b{
	font-size: .75rem;
	color: #999;
	font-weight: normal;
	float: right;
}
.main_image li h2{
	font-size: .75rem;
	padding: .4rem 0;
}
.main_image li div.text{
	font-size: .75rem;
	color: #666;
	text-align: justify;
}
.main_image li div.text p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}
.main_image li h3{
	font-size: .75rem;
	color: #222;
	padding-top: .4rem
}
.main_image li h3 em{
	color: #fe0000;
	font-size: .85rem;
}
.dan_footer{
	padding: 4% 4% 0 4%;
	background: url(../images/a20.png) center no-repeat;
	background-size: 100% 100%;
}
.dan_footer .text{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	background: url(../images/a19.png) center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.dan_footer .text td{
	width: 33.33%;
	text-align: center;
	font-size: .75rem;
	padding-bottom: .5rem;
}
.dan_footer .text td div.img{
	width: 2.6rem;
	margin: 0 auto;
}
.dan_footer dl{
	padding: .3rem .5rem;
	overflow: hidden;
}
.dan_footer dt{
	width: 1rem;
	float: left;
}
.dan_footer dd{
	padding-left: 1.3rem;
	font-size: .75rem;
}
.dan_footer h6{
	font-size: .75rem;
	color: #fff;
	line-height: 4rem;
	text-align: center;
}
.footer{
	height: 2.6rem;
	line-height: 2.6rem;
	background: #0072c2;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: -2px;
	z-index: 99;
	width: 100%;
}
.footer a{
	display: block;
	width: 50%;
	text-align: center;
	color: #fff;
	float: left;
	font-size: .85rem;
}
.footer a em{
	display: inline-block;
	padding-left: 1.2rem;
	background: url(../images/b05.png) left center no-repeat;
}
.footer a i{
	display: inline-block;
	padding-left: 1.2rem;
	background: url(../images/b06.png) left center no-repeat;
}









