@charset "utf-8";

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 625%;
}

html,
body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
}

body {
	font-size: 0.3rem;
	line-height: 1.4;
	color: #333;
	font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #ffffff;
}

a {
	color: #333;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}

.clear:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

img {
	vertical-align: middle;
}

input,
select,
textarea {
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

textarea {
	overflow: auto;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: 0;
}

input::-ms-clear {
	display: none;
}

input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.button {
	border-radius: 0;
}

section {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	background: #f0293e;
	overflow: hidden;
	padding: 0.15rem;
}

header .logo {
	position: relative;
	/*left: 0.15rem;*/
	float: left;
}

header .down {
	float: right;
}

header .down a {
	float: left;
	margin-left: 0.05rem;
}

header img {
	height: 1.2rem;
	width: auto;
	float: left;
}

.banner {
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: auto;
}

.appdown {
	overflow: hidden;
	padding: 0.15rem;
	position: relative;
	top: -1.67rem;
	right: -4.5rem;
}

.appdown li {
	padding: 0.02rem 0.1rem 0.00rem 0.1rem;
	overflow: hidden;
	width: 39%;
}

.appdown li img {
	width: 100%;
	height: auto;
}

.box {
	overflow: hidden;
	padding: 0.1rem;
	/* position: absolute; */
	/* top: 6.7rem; */
	margin-bottom: 10px;
	width: 100%;
}

.box li {
	padding: 0.1rem 0;
	overflow: hidden;
	border-bottom: 1px dashed #ffffff;
}

.box li .bt {
	color: #797979;
	overflow: hidden;
	padding: 0 0 0.1rem 0;
}

.box li .bt span {
	color: #f54a2c;
	display: block;
	overflow: hidden;
	font-size: 0.45rem;
}

.box li img {
	width: 100%;
	height: auto;
}

footer {
	overflow: hidden;
	text-align: center;
	padding: 0.3rem;
	font-size: 0.2rem;
	line-height: 1.8;
}

footer .big {
	font-size: 0.32rem;
}







.sj {
	background: url(../images/sj.png) no-repeat 15px center;
	background-size: 26px auto;
}

.yh {
	background: url(../images/yh.png) no-repeat 5px center;
	background-size: 35px auto;
}

.kf {
	background: url(../images/kf.png) no-repeat 5px center;
	background-size: 30px auto;
}

nav a {
	position: relative;
	float: left;
	width: 33%;
	line-height: 58px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	text-indent: 2em;
}

.sj:after,
.yh:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	width: 1px;
	background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(130, 22, 16, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 481px) {
	html {
		font-size: 340%;
	}
}

@media screen and (max-width: 380px) {
	html {
		font-size: 320%;
	}
}

@media screen and (max-width: 330px) {
	html {
		font-size: 270%;
	}
}