@charset "utf-8";
/************基本公共样式 ***********/
*{
	margin:0; padding:0;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body
{
	font-size: 12pt;
	font-family:微软雅黑, Arial;
	-webkit-backface-visibility: hidden;
}
ol, ul, li
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline:none;
	text-decoration:none;
	color:#999;
	-webkit-tap-highlight-color:#e8e8e8
}
a:hover {
	text-decoration:none
}
a:active {
	-webkit-tap-highlight-color:#e8e8e8
}
a.a_white:link,a.a_white:visited {
	color:#fff;
	text-decoration:none;
}
a.a_white:hover {
	color:#fff;
	text-decoration:underline;
}
a.red:link,a.red:visited {
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
}
a.red:hover {
	color: #ff0000;
	font-weight:bold;
	text-decoration: underline;
}
.clear
{
	clear:both;
}
.blank
{
	clear:both;
	height:10px;
	overflow:hidden;
}
div {
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
span{
	box-sizing: border-box;
}
.textalign
{
	text-align:center;
}
.hidden {
	display:none;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.mgin10{
	margin-top:.2rem;
}
.dis{
	display:none;
}
img {
	border:none;
	vertical-align:middle;
}
body{
	background:#efeff4;
}
.main
{
    margin:0;
	width:100%;
}
.radius3{/*圆角*/
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}
/*圆角*/
.radius{
	-webkit-border-radius: .6em; 
	-moz-border-radius: .6em;
	border-radius: .6em;
}
html {
  font-size: 50px;
}
@media screen and (min-width:750px){
  html{
    font-size: 100px;
  }
}
/***********幻灯片开始***********/
#image {
	width:100%;
}
#image img {
	width:100%;
	border:none;
	margin:0;
	padding:0;
}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
}
.swipe-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    height: 100%;
    position: relative;
}
.dots {
	z-index:1;
	position:absolute;
	bottom:0;
	padding:0;
	height:30px;
	line-height:30px;
	display:block;
	left:43.47826%;
}
.dots b {
	display:inline-block;
	margin:12px 4px;
	width:10px;
	height:10px;
	border-radius:6px;
	background:#fff;
}
.dots .select {
	background:#5fa6ee;
}
/***********幻灯片结束***********/
/************底部开始 ***********/
.footer {
	left:0;
	right:0;
	position:fixed;
	z-index:6;
	overflow:hidden;
	margin:0 auto;
	bottom:0;
	height:1rem;
	background-color:#FFFFFF;
	border-top:solid .02rem #efefef;
}
.footer ul {
	overflow:hidden;
}
.footerlist {
	padding:.12rem 0;
	width:25%;
	text-align:center;
	position:relative;
}
.footerlist i 
{
    font-size: .36rem;
    color: #636363;
    display: block;
	line-height: .4rem;
	font-weight:bold;
}
.footerlist span {
    font-size: .24rem;
    color: #636363;
    line-height: .4rem;
}
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  /* IE9*/
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 2.5rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .004rem;
  -moz-osx-font-smoothing: grayscale;
 }
.current{
	 color:#ff4f03 !important;
 }
/************底部结束 ***********/
/************版权开始 ***********/
.copyright {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:.4rem 0 .4rem 0;
	clear:both;
	font-size:.26rem;
	color:#999;
	line-height:.4rem;
	margin-bottom:1rem;
}
/************版权结束 ***********/
/*******右侧浮动*******/
.rightfixed {
	right:6px;
	bottom:1.42rem;
	position:fixed;
}
.rightfixed li a,.rightfixed li a:visited {
	display:inline-block;
	width:33px;
	height:33px;
	margin-top:8px;
	background:#ff4f03;
	border-radius:22px;
}
.icon {
	width:20px;
	height:20px;
	background:url(../images/top.png);
}
.backtop {
	width:20px;
	height:20px;
	margin:6px 0 0 6px;
	display:inline-block;
}
#backtop
{
	display:none;
}