@charset "utf-8";

/* CSS Document */

body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .3rem;
	color: #666;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/**** 公共css ****/


/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	padding: 7.8rem .2rem .5rem .2rem;
	background: #264063 url(../images/wrap-bg.jpg) no-repeat;
	background-size: 100% auto;
}
.indexTab {
	position: sticky;
	top: 0;
	float: left;
	width: calc(100% + .4rem);
	height: 1.1rem;
	margin: 0 0 0 -.2rem;
	background: url(../images/tab-bg.png) no-repeat;
	background-size: 100% 100%;
	transition: top .3s ease-in-out;
}
.indexTab a {
	float: left;
	width: 2.5rem;
	height: 100%;
}
.indexTab a.current {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexTab a:nth-child(1).current {
	background-image: url(../images/tab-cur1.png);
}
.indexTab a:nth-child(2).current {
	background-image: url(../images/tab-cur2.png);
}
.indexTab a:nth-child(3).current {
	background-image: url(../images/tab-cur3.png);
}
.bigbox {
	float: left;
	width: 100%;
	margin: .85rem 0 0 0;
	color: #4c1800;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .15rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.85rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 100%;
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.picture.marg {
	margin: -.45rem 0 0 0;
}
.indexText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.indexText span, .indexText b {
	color: #f10017;
}
.indexText img {
	width: .74rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}
.indexText a {
	color: #0000bf;
	text-decoration: underline;
}
.indexBox {
	float: left;
	width: 100%;
	padding: 0 .06rem .3rem .06rem;
	margin: .6rem 0 0 0;
	background: #fffbf6;
	border-radius: .1rem;
}
.indexSwiper {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	overflow: hidden;
}
.indexSwiper ul li img {
	display: block;
	width: 100%;
}
.indexBtn {
	position: fixed;
	bottom: 0;
	float: left;
	width: 100%;
	max-width: 7.5rem;
	margin: 0 0 0 -.2rem;
	z-index: 9;
}
.indexBtn a {
	display: block;
	width: 100%;
	background: linear-gradient(#f10017, #80002e);
	line-height: .9rem;
	color: #fffed2;
	text-align: center;
}
.indexBtn a b {
	font-size: .42rem;
}
.indexBtn a del {
	font-size: .28rem;
	color: #fff;
}

/**** 首页 ****/