
/* base */
html {
	background: #fff;
}

body {
	color: #333;
	font: 14px/1.7em "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", "\5b8b\4f53", "sans-serif";
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0 none;
}

li {
	list-style: none outside none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var, b {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #c5261d;
	text-decoration: none;
}

a:link, a:visited, a:active, a:focus {
	text-decoration: none;
}

strong {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.8em;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

.cf {
	zoom: 1;
}

.cf:before, .cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}



.wrapper {
	width: 100%;
	overflow: hidden;
}
.wrapper-full {
	width: 100%;
	overflow: hidden;
}
.container {
	text-align: justify;
	text-justify: inter-word; /* 支持中文和英文 */
}

.m-header {
	width: 100vw;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
}
.m-header-scroll {
	background: rgba(255, 255, 255, 0.95);
}

.m-header a._logo {
	display: inline-block;
	padding: 10px 10px;
}
.m-header a._logo img {
	display: block;
	margin-top: 5px;
	height: 28px;
}
.m-header a._logo img.header-logo2 {
	display: none;
}
.m-header span._menu {
	position: absolute;
	top: 12px;
	right: 4%;
}
.m-header span._menu img._icon_menu {
	display: block;
	height: 16px;
	margin-top: 8px;
}
.m-header span._menu img._icon_menu2 {
	display: none;
}

.m-header-scroll a._logo img.header-logo {
	display: none;
}
.m-header-scroll a._logo img.header-logo2 {
	display: block;
}
.m-header-scroll span._menu img._icon_menu {
	display: none;
}
.m-header-scroll span._menu img._icon_menu2 {
	margin-top: 8px;
	height: 16px;
	display: block;
}


.nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100vw;
	padding-left: 25vw;
	height: 100%;
	z-index: 1001;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: right .2s;
	background: rgba(0, 0, 0, 0.5);
}

.nav.open {
	right: 0;
}

nav .closed_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 25vw;
	height: 100%;
	z-index: 1001;
}

.nav ul._tfirst {
	height: 100vh;
	background-color: #fff;
}

.nav li {
	border-bottom: 1px solid #eee;
	line-height: 45px;
	position: relative;
}
.nav li._first {
	background: #CD3426;
	color: #fff;
	line-height: 2em;
	padding: 14px 0;
	text-indent: 2em;
	font-size: 16px;
}
.nav li._first span {
	float: right;
}
.nav li._first span img {
	display: block;
	height: 14px;
	margin-top: 8px;
	margin-right: 16px;
}
.nav li a {
	padding: 0 3.125%;
	color: #333;
	text-indent: 1.2em;
	display: block;
}
.nav li a.current {
	color: #CD3527;
}

.nav li a:hover, .nav li.on > a, .nav li.cur > a {
	background-color: transparent;
}

.nav li ul {
	position: static;
	left: auto;
	top: auto;
	width: auto;
	margin: 0;
	display: none;
}

.nav li li {
	border-bottom: none;
	border-top: 1px solid #e6e6e6;
}

.nav li li a {
	text-indent: 4em;
}

.nav li em {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
}

.nav li em:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg);
	margin: -5px 0 0 -6.5px;
	transition: all .3s;
}

.nav li em.open:after {
	transform: rotate(45deg);
	margin: -6px 0 0 -6px;
}


/* footer */
.wrapper-footer {
	background: #282828;
}
.container-footer {
	color: #fff;
}
.container-footer a {
	color: #fff;
}
.container-footer .footer-logo {
	padding: 5px 10px 20px;
	border-bottom: 1px solid #C4C4C4;
}
.container-footer .footer-logo img {
	display: block;
	height: 28px;
}
.container-footer .footer-text {
	padding: 20px 10px 20px;
	font-size: 12px;
	line-height: 1.8em;
}
.container-footer .footer-link {
	padding: 30px 0 20px;
	line-height: 3em;
	text-indent: 4em;
}
.container-footer .footer-link h5 {
	font-size: 14px;
	padding-bottom: 10px;
}
.container-footer .footer-link a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}



/* Title */
.index-title {
	text-align: center;
	padding: 20px 0 20px;
}
.index-title img {
	height: 50px;
}

.index-title2 {
	text-align: center;
	padding: 30px 0 20px;
	color: #333;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 600;
}
.index-title2 span {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}



.wrapper-sub-banner {
	position: relative;
	z-index: 101;
}
.wrapper-sub-banner img._sub_banner {
	display: block;
	width: 100%;
}
.wrapper-sub-banner h4 {
	width: 90vw;
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 22px;
	color: #fff;
}
.wrapper-sub-banner h4 span {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
	padding-top: 10px;
}

/*
.subMenu {
	width: 100%;
	line-height: 54px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}
.fxd {
	z-index: 102;
}
.subMenu .inner {
	width: 100vw;
	margin: 0 auto;
	font-weight: 400;
}
.subMenu .inner .subNavBtn {
	display: inline-block;
	padding: 0 10px;
	color: #333;
}
.subMenu .inner .subNavBtn:first-child {
	padding-left: 20px;
}
.subMenu .inner .subNavBtn:hover {
	color: #CD3426;
	border-bottom: 3px solid #CD3426;
}
 .subMenu .inner .active {
	 color: #CD3426;
	 border-bottom: 3px solid #CD3426;
 }
.subPage {
}*/

.subMenu {
	width: 100vw;
	padding-left: 20px;
	line-height: 54px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
	overflow: hidden;
}
.fxd {
	z-index: 102;
}
.subMenu .inner .subNavBtn {
	display: inline-block;
	padding: 0 10px;
	color: #333;
}
.subMenu .inner .subNavBtn:first-child {
}
.subMenu .inner .subNavBtn:hover {
	color: #CD3426;
	border-bottom: 3px solid #CD3426;
}
.subMenu .inner .active {
	color: #CD3426;
	border-bottom: 3px solid #CD3426;
}