 
@charset "utf-8";
/* CSS Document */
.mian {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 640px;
	overflow: hidden;
	background-color: #fff;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
	color: #666;
}
@media screen and (min-width:320px) {
body {
	font-size: 75%;
}
}
@media screen and (min-width:375px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:480px) {
body {
	font-size: 87.5%;
}
}
@media screen and (min-width:540px) {
body {
	font-size: 112.5%;
}
}
@media screen and (min-width:550px) {
body {
	font-size: 125%;
}
}
@media screen and (min-width:640px) {
body {
	font-size: 150%;
}
}


/*banner*/
.focus {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	height: 4px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}
.focus .hd ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	height: 4px;
	background-color: rgba(51,51,51,0.5);
}
.focus .hd ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	font-size: 0
}
.focus .hd ul .on {
	background: #0809f8;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li img {
	width: 100%;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
/*优势01*/
.youshi {
	overflow: hidden;
	width: 100%;
	padding: 1em 0; 
}
.youshi h3 {
	font-size: 1.5em;
	color: #0809f8;
	text-align: center;
	margin-bottom: 0.2em;
}
.youshi em {
	display: block;
	text-align: center;
	font-size: 0.7em;
	color: #dedede;
	opacity: 0.28;
	margin-bottom: 1.5em;
}
.youshi .ysbox {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 1.5em;
}
.youshi .ysbox a {
	display: block;
	width: 5%;
	position: absolute;
	top: 30%;
}
.youshi .ysbox .btn01 {
	left: 10%;
}
.youshi .ysbox .btn02 {
	right: 10%;
}
.youshi .ysbox a img {
	display: block;
	width: 100%;
}
.youshi .ysbox ul {
	overflow: hidden;
}
.youshi .ysbox li {
	width: 100%;
	overflow: hidden
}
.youshi .ysbox li img {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 0.4em;
}
.youshi .ysbox li h4 {
text-align: center;
    font-size: 1.25em;
    color: #0809f8;
    margin-bottom: 0.8em;
}
.youshi .ysbox li p {
	font-size: 1em; 
	line-height: 1.5em;
	text-align: center;
	width: 98%;
	margin: 0 auto
}
.youshi .prolist {
	overflow: hidden;
	width: 94%;
	padding: 1.5%;
	background-color: #fff;
	margin: 0 auto;
}
.youshi .prolist li {
	float: left;
	width: 50%;
}
.youshi .prolist li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}
.youshi .prolist li span {
	margin-bottom: 0.5em;
	display: block;
	text-align: center;
	font-size: 1em;
	color: #333;
}
.youshi .prolist li:nth-child(2) img {
	margin-left: -2px;
}
/*优势02*/
.youshi02 {
	overflow: hidden;
	width: 100%;
	padding: 1em 0;
	background: url(../img/ysbg.jpg) no-repeat center top;
	background-size: 100%;
	background-color: #080c10;
}
.youshi02 h3 {
	font-size: 1.5em;
	color: #ffff00;
	text-align: center;
	margin-bottom: 0.2em;
}
.youshi02 em {
	display: block;
	text-align: center;
	font-size: 0.7em;
	color: #fff;
	opacity: 0.1;
	margin-bottom: 1.5em;
}
.youshi02 .ysbox {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 1.5em;
}
.youshi02 .ysbox i {
	display: block;
	width: 5%;
	position: absolute;
	top: 30%;
}
.youshi02 .ysbox .btn01 {
	left: 10%;
}
.youshi02 .ysbox .btn02 {
	right: 10%;
}
.youshi02 .ysbox i img {
	display: block;
	width: 100%;
}
.youshi02 .ysbox ul {
	overflow: hidden;
}
.youshi02 .ysbox li {
	width: 100%;
	overflow: hidden
}
.youshi02 .ysbox li img {
	display: block;
	width: 55%;
	margin: 0 auto;
	margin-bottom: 0.4em;
}
.youshi02 .ysbox li h4 {
	font-weight: normal;
	text-align: center;
	font-size: 1.25em;
	color: #0809f8;
	margin-bottom: 0.8em;
}
.youshi02 .ysbox li p {
	font-size: 1em;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	width: 98%;
	margin: 0 auto
}
.youshi02 .prolist {
	overflow: hidden;
	width: 94%;
	padding: 1.5%;
	background-color: #fff;
	margin: 0 auto;
}
.youshi02 .prolist li {
	float: left;
	width: 50%;
}
.youshi02 .prolist li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}
.youshi02 .prolist li span {
	margin-bottom: 0.5em;
	display: block;
	text-align: center;
	font-size: 1em;
	color: #333;
}
.youshi02 .prolist li:nth-child(2) img {
	margin-left: -2px;
}
/*ad*/
.ad {
	overflow: hidden;
	width: 100%;
	padding: 1em 0;
	background-color: #0809f8;
}
.ad h3 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 0.4em;
}
.ad h3 a {
	color: #fff;
}
.ad .num {
	display: block;
	text-align: center;
	font-size: 1em;
	color: #ffff00;
	margin-bottom: 0.5em;
}
.ad .btn {
	display: block;
	width: 30%;
	text-align: center;
	font-size: 1em;
	color: #fff;
	padding: 0.4em 0;
	background-color: #ffcc00;
	margin: 0 auto;
	border-radius: 2em;
}
/*优势03*/
.youshi03 {
	overflow: hidden;
	width: 97%;
	margin: 1.5em auto;
}
.youshi03 h3 {
	font-size: 1.5em;
	text-align: center;
	color: #0809f8;
}
.youshi03>h4 {
	font-size: 1em;
	color: #999;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0.3em;
}
.youshi03>em {
	display: block;
	text-align: center;
	font-size: 0.6em;
	color: #999;
	opacity: 0.25;
	font-family: Arial;
}
.youshi03>span {
	display: block;
	text-align: center;
	font-size: 0.5em;
	margin-bottom: 1em;
	font-family: Arial;
	color: #999;
	opacity: 0.25;
}
.youshi03 .ysbox {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 1.7em;
}
.youshi03 dl {
	overflow: hidden;
	width: 100%;
}
.youshi03 dt {
	float: left;
	width: 10%;
	background: url(../img/ys03_l.png) no-repeat center top;
	background-size: 100%;
}
.youshi03 dt em {
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	margin-top: 2%;
	margin-bottom: 1%;
}
.youshi03 dt span {
	display: block;
	text-align: center;
	font-size: 0.7em;
	color: #fff;
	margin-bottom: 2em
}
.youshi03 dd {
	overflow: hidden;
	width: 86%;
	float: right;
}
.youshi03 dd h4 {
	font-size: 1.25em;
	color: #0809f8;
	margin-top: 0.6em;
}
.youshi03 dd h5 {
	font-weight: normal;
	font-size: 1em;
	color: #333;
}
.youshi03 dd em {
	display: block;
	font-size: 0.5em;
	color: #383a3a;
	opacity: 0.09;
	margin-bottom: 0.6em;
}
.youshi03 dd p {
	font-size: 1em;
	color: #666;
	line-height: 1em;
	margin-bottom: 0.8em
}
.youshi03 dd img {
	display: block;
	margin-top: 2em;
	width: 100%;
}
.youshi03 .btn {
	overflow: hidden;
	width: 3.6em;
	margin: 0 auto;
}
.youshi03 .btn span {
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.5em;
	float: left;
	margin: 0 0.2em;
	background-color: #c9d0cd;
}
.youshi03 .btn span.on {
	background-color: #0809f8
}
/*news*/
.news {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5.5em;
}
.news .menu {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.5em;
}
.news .menu li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	padding: 1em 0;
	background-color: #080c10;
}
.news .menu li.on {
	background-color: #0809f8;
}
.news .newsbox {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
}
.news .newslist {
	overflow: hidden;
	width: 100%;
}
.news .newslist img {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.news .newslist .list {
	overflow: hidden;
	width: 100%;
}
.news .list li {
	overflow: hidden;
	font-size: 1em;
	line-height: 2.7em;
	border-bottom: 1px dotted #dcdcdc;
	background: url(../img/news_li.png) left center no-repeat;
	padding-left: 3%;
	width: 97%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
