@charset "utf-8";
/* CSS Document */

body, h1, h2, ol, ul, li, p, input, textarea, button {
	margin:0;
	padding:0;
	font-family:"微软雅黑", "Microsoft YaHei", arial
}
ul, ol {
	list-style:none
}
input, img {
	vertical-align: middle;
}
input[type="text"], input[type="search"] {
	-webkit-appearance:none;
	-webkit-tap-highlight-color:#fff;
	outline:0
}
input[type=button],input[type=submit]{
	-webkit-appearance:none;
	outline:none
}
b { font-weight:700;}
a {
	color:#333;
	text-decoration:none
}
a:visited {
	text-decoration:none
}
body {
	color:#333;
	
	font-size:12px;
	background:#FCFCFC;
	font-family:"微软雅黑", "Microsoft YaHei", arial
}
img { border:0px; }
.mian{
	width: 100%;max-width: 640px;margin: 0px auto;padding: 0px;overflow: hidden;
}
.mian .top{
	width: 100%;height: 50px;overflow: hidden;background: #f93656;vertical-align:middle;text-align: center;position: relative;
}
.mian .top .back { position: absolute;top: 0px;left:15px; }
.mian .top img { height: 40px;margin-top: 5px; }


.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px, 0, 0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px, 0, 0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px, 0, 0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px, 0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px, 0, 0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px, 0, 0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom:5px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #d1d1d1;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #AF449A;
}
.hslide {
	min-height: 138px;
	height: 138px;
	width: 100%;
}
.hslide img { width: 100%; }

.mian .search{ width: 100%;overflow: hidden;background: #c6ff00; }

.mian .search .top_img{ width: 100%; overflow: hidden;padding:10px 0px; text-align: center;vertical-align:middle }
.mian .search .top_img img { width: 60%; }
.mian .search .inp
{
	border:1px solid #CCCCCC; width: 70%;border-radius: 5px;-webkit-border-radius:5px;-moz-border-radius:5px;height:30px;padding:5px 10px; line-height: 35px;font-size:18px;
}
.mian .search .m_inp { overflow: hidden;padding:10px 0px;text-align: center;vertical-align:middle  }
.mian .search .uny_img { overflow: hidden;padding:10px 0px;text-align: center;vertical-align:middle  }
.mian .search .uny_img .img { width: 100px; }
.mian_content { width: 100%;overflow: hidden; }

.mian_content img { width: 100%;max-width: 100%; }

.mian_content table{ width: 100%; }
.mian_content table th{ font-weight:bold;padding: 8px ;font-size: 16px; }
.mian_content table td{ padding: 5px;text-align: center;font-size:14px; }


		.content {margin: 0px auto; width: 100%; height: auto;}
		.content > ul {list-style: none; margin-top: 20px; }
		.content .menu-one > li {width: 100%; height: auto; overflow: hidden; border-top: 1px solid #f93656;}
		.content .menu-one > li.firstChild {border: 0;}
		.content .menu-one .header { text-indent: 0px; padding-left:5px;height: 50px;vertical-align:middle;   position:relative;    cursor: pointer;}
		
		
		
		
		.content .menu-one .header:hover,
		.content .menu-one .menuOne-current {background: #f93656; color: #fff;}
		.content .menu-one .header > span {display: block;}
		.content .menu-one .header .txt {float: left; color: #333;vertical-align:middle;  font-size:16px; }
		.content .menu-one .header .arrow {float: right; width: 0px; height: 50px; background: url(/static/img/arrow-d.png) no-repeat center center;}
		.content .menu-two {display: none; width: 100%; height: auto;}
		.

		.content .menu-show .header {background: #c6ff00;}
		.content .menu-show .header .arrow {background-image: url(/static/img/arrow-u.png);}

.menu-two { background: #fff; }
.menu-two p{ padding: 5px 10px; line-height: 20px;  }

.notices {width:100%;background: #fff;overflow: hidden; border-bottom:1px solid #ff0000; border-top:1px solid #ff0000;  }
.notices ul { padding: 0px 5px; }
.notices ul li{ padding: 0px;margin: 0px; }

.notices ul li.hea{ position: relative;padding: 3px 0px;color: #FF0000;font-size:16px; }

.notices ul li.hea span{ position: absolute;top:3px;right: 10px;color: #FF0000 }

.notices ul li.hea span a{color: #FF0000 }
.notices ul li.ms{ padding: 4px 0px; position:relative; line-height:35px; border-bottom:1px solid #ff0000; }
.notices ul li.ms img{ width: 28px; }
.notices ul li.ms a{ font-size:16px;color: #666666 }
.notices ul li.ms span{ position: absolute;right: 10px; }
.notices ul li.sec{ border-bottom: 0px; }



.content{ background: #ffffff; }
.content .nunwss{ width: 100%;text-align: center;padding: 8px 0px;background: #ffd7cb;color: #ff0000;font-size: 16px; }
.content .menu-ones > li { height: auto; overflow: hidden; margin:10px 0px; padding: 0px 5px;  }
.content .menu-ones > li.firstChild {border: 0;}
.content .menu-ones .header {height: 30px; background: #fff; line-height: 30px; text-indent: 8px; cursor: pointer;}




.content .menu-ones .header:hover,
.content .menu-ones .menuOne-current {background: #fff;}
.content .menu-ones .header > span {display: block;}
.content .menu-ones .header .txt {color: #aaa; font-size: 14px; position: relative; }
.content .menu-ones .header .arrow {float: left;  width: 30px; height: 30px; background: url(/static/img/ri.png) no-repeat center center;-webkit-background-size:30px 30px; background-size: 30px 30px;}
.content .menu-twos {display: none; width: 100%; height: auto;}
.content .menu-twos p{ background: #fff;font-size: 12px;  padding-left: 45px; color: #666 }
.content .menu-shows .header { }
.content .menu-shows .header .arrow {background-image: url(/static/img/le.png); -webkit-background-size:30px 30px;background-size: 30px 30px;}


.content .menu-ones .header .txt font{ position: absolute;right: 5px;color: #333 }


.mian_content .he_line{ height:40px;background: #00ff00; }
.mian_content .he_line p{ line-height: 40px;font-size:18px;color: #fff;text-align: center ;  }

.mian_content .li-he{  overflow:hidden;  margin: 10px 0px;  }


.mian_content .li-he .nue{ width: 33%;float: left;text-align: center; }

.mian_content .li-he .nue p{ font-size: 16px;color: #ccc;text-align: center; margin-bottom: 10px;}



.mian_content .chang{ width: 78px;height:26px;text-align: center;font-size:14px; border: 1px solid #EEEEEE; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;; }

.mian_content .kuan{width: 78px;height:26px;text-align: center;font-size:14px;border: 1px solid #EEEEEE; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }


.mian_content .gao{ width: 78px;height:26px;text-align: center;font-size:14px;border: 1px solid #EEEEEE; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.mian_content .zhong{ width: 78px;height:26px;text-align: center;font-size:14px;border: 1px solid #EEEEEE; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.mian_content .total{ width: 78px;height:26px;text-align: center;font-size:14px;border: 1px solid #EEEEEE; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.top .dexdd{ position: absolute;right: 10px; top:13px; }
	.top .dexdd a{ color: #fff; font-size:20px; }

.mian_content .subg{ height:30px; }

dd{
	padding: 0px;
	margin: 0px;
}

.nux{
  padding: 0px 0px;
  float: left;
  width: 100%;
  overflow:hidden;
}
.nux li{
float: left;
  
  vertical-align:middle;
  text-align: center;
  width: 20%
}

 
.nux li a{
  display: block;
   height: 50px;
   vertical-align:middle;
   color: #ffffff;
   line-height: 20px;
   padding-top: 14px;
  border-radius: 50%;
  font-size: 14px;
  width: 64px;
  border: 0px solid #fff;
}
.nux.v1 li{
  width: 25%;
  margin-bottom: 20px;

}
.nux.v1{
  padding: 10px 20px;
  width: 90%;
}
.nux.v3 li{
  text-align: center;
  display:inline;
  float: none;
  display: inline-block;
}
.nux.v3{
 text-align: center;
}
.v01{
  background: #d800ff;
}
.v02{
  background: #0317db;
}
.v03{
  background: #1fb5ec;
}
.v04{
  background: #5cc5d8;
}
.v05{
  background: #00d10d;
}
.v06{
  background: #f47a00;
}
.v07{
  background: #f43900;
}
.v08{
  background: #f0a188;
}
.v09{
  background: #885dde;
}
.v010{
  background: #33bb86;
}
.v011{
  background: #00d10d;
}
.v012{
  background: #d1cf00;
}
.v013{
  background: #ff4f4d;
}
.v014{
  background: #b90197;
}
.v015{
  background: #5520dd;
}
.v016{
  background: #207ddd;
}
.v017{
  background: #bb33a6;
}


.v018{
  background: #00d10d;
}
.v019{
  background: #f47a00;
}
.v020{
  background: #f43900;
}
.v021{
  background: #f0a188;
}
.v022{
  background: #885dde;
}
.v023{
  background: #885dde;
}


.v024{
  background: #f43900;
}
.v025{
  background: #f0a188;
}
.v026{
  background: #885dde;
}
.v027{
  background: #33bb86;
}
.v028{
  background: #00d10d;
}
.v029{
  background: #d1cf00;
}

.v030{
  background: #f0a188;
}
.v031{
	 background: #000000;
}


.v032{
  background: #00d10d;
}
.v033{
  background: #f47a00;
}
.v034{
  background: #f43900;
}
.v035{
  background: #f0a188;
}

.mian .top{
            background-color: #fcfafa;
            border-bottom: 2px solid #771e76;
        }





