/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;}
::-ms-clear,
::-ms-reveal {
	display: none;}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;}
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;}
body {
	margin: 0;
	background: #fff;
	color: #333;
	font-size: .38rem;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
	padding: 0;}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;}
audio:not([controls]) {
	display: none;
	height: 0;}
[hidden],
template {
	display: none;}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;}
a:active,
a:hover {
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}
b,
strong {
	font-weight: bold;}
em {
	font-style: normal;}
h1 {
	font-size: 2em;
	margin: 0.67em 0;}
small {
	font-size: 80%;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}
sup {
	top: -0.5em;}
sub {
	bottom: -0.25em;}
ul,
li,
ol {
	list-style: none;}
img {
	border: 0;}
svg:not(:root) {
	overflow: hidden;}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: none;
	-webkit-appearance: none;}
input[type="text"] {
	-webkit-appearance: none;}
button {
	overflow: visible;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;}
button,
select {
	text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;}
button[disabled],
html input[disabled] {
	cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;}
input {
	line-height: normal;}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;}
legend {
	border: 0;
	padding: 0;}
textarea {
	overflow: auto;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
td,
th {
	padding: 0;}
/**居中*/
/**IE8 不支持*/
/**居中*/
/**清除浮动,控制第一行的margin-top不起作用*/
/**弹性布局*/
/**常用左右边距设置*/
/**常用上下边距设置*/
/**字体设置*/
/**格子系统设置@list 百分比*/
/**等分格子设置*/
/**规范z-index的泛滥使用，规范了7层，-2，-1,0,1,2,3,4,5*/
/**控制多行隐藏*/
/**宽度*/
/**rgba颜色兼容性设置*/
/**IE8 不支持*/
/**过渡动画*/
/**IE8 不支持*/
/**盒子模型*/
/**IE8 不支持*/
/**盒子模型*/
/**IE8 不支持*/
/**不能够被选取*/
/**IE8 不支持*/
/**盒子阴影*/
/**IE8 不支持*/
/**border-radius*函数*/
/**IE8 不支持*/
/**input的placeholder字体设置*/
/**线条*/
/**chrome 清除滚动条*/
/**IE8不支持*垂直渐变色*/
/**线性背影渐变*/
/**图片预加载*/
/**图片预加载通过before的方式*/
body {
	font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
	font-size: 0.34666667rem;
	color: #333;
	background-color: #f7f7f7;}
#wrapper {
	position: relative;
	min-height: 100%;
	padding-bottom: 3rem;}
#wrapper.fixed {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;}
img[class^="icon_"] {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
i[class^="icon_"] {
	vertical-align: middle;
	background-size: 100% 100%;
	display: inline-block;
	font-style: normal;}
.flexTab {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;}
.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);}
/**清除浮动，以及第一个孩子的margin-top:,以及最后一个孩子margin-bottom:错乱的问题上下边*/
.clear:before,
.clear:after {
	content: "";
	display: table;}
.clear:after {
	clear: both;}
/**强制不换行*/
.noWrap {
	white-space: nowrap;}
.fl {
	float: left;}
.fr {
	float: right;}
.tc {
	text-align: center;}
.tl {
	text-align: left;}
.tr {
	text-align: right;}
.pa {
	position: absolute;}
.pr {
	position: relative;}
.pf {
	position: fixed;}
.wf {
	width: 100%;}
.toh {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
.blod {
	font-weight: bold;}
/**常用布局*/
*[class^="g-d"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;}
.g-d-2 > * {
	width: 50%;}
.g-d-3 > * {
	width: 33.33333333%;}
.g-d-4 > * {
	width: 25%;}
.g-d-5 > * {
	width: 20%;}
#pushbutton {
	position: fixed;
	bottom: 0px;}
.comp_select > ul {
	display: none;}
.comp_select > input {
	display: none;}
.comp_tip {
	position: fixed;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 5000;
	width: 7.33333333rem;
	text-align: center;}
.comp_tip .comp_tip_con {
	background-color: #323232;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	padding-top: 0.26666667rem;
	padding-bottom: 0.26666667rem;
	font-size: 0.4rem;
	color: #fff;
	line-height: 150%;
	display: inline-block;
	max-width: 7.33333333rem;}
header.header {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	height: 1.5rem;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	background-color: #8a0e14;}
header.header .icon_list {
	width: .6rem;
	height: .6rem;
	transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-webkit-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	background-image: url(../images/ico_menu.png);}
header.header .icon_search {
	width: .6rem;
	height: .6rem;
	background-image: url(../images/ico_search.png);}
header.header .h_left {
	width: .6rem;}
header.header .h_left .menu_down {
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0px;
	z-index: 1000;
	height: 0px;
	top: 1.5rem;
	background-color: #930f15;
	box-shadow: 0px 10px 10px rgba(128, 128, 128, 0.8);
	transition: all 0.22s ease-out;
	-moz-transition: all 0.22s ease-out;
	-webkit-transition: all 0.22s ease-out;
	-o-transition: all 0.22s ease-out;}
header.header .h_left .menu_down > div {
	padding-top: .43rem;
	padding-bottom: 1.13333333rem;}
header.header .h_left .menu_down .menu_list {
	width: 100%;}
header.header .h_left .menu_down .menu_list > li .nav_tit {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.34666667rem;
	padding-bottom: 0.34666667rem;
	font-size: 0px;
	text-align: left;
	border-bottom: 1px solid rgba(204, 204, 204, 0.39);}
header.header .h_left .menu_down .menu_list > li .nav_tit a {
	font-size: 0.37333333rem;
	color: #fff;
	line-height: 100%;}
header.header .h_left .menu_down .menu_list > li .nav_tit .icon_arrow_down {
	width: 0.32rem;
	height: 0.21333333rem;
	display: block;
	background-image: url(../images/icon_arrow_down.png);
	background-repeat: no-repeat;}
header.header .h_left .menu_down .menu_list > li .subs {
	height: 0px;
	overflow: hidden;
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
	background-color: #b7272e;}
header.header .h_left .menu_down .menu_list > li .subs ul li {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	height: 1.01333333rem;
	margin-left: -0.4rem;
	margin-right: -0.4rem;}
header.header .h_left .menu_down .menu_list > li .subs ul li > div {
	margin-left: 0.4rem;
	margin-right: 0.4rem;}
header.header .h_left .menu_down .menu_list > li .subs ul li a {
	font-size: 0.32rem;
	color: #fff;
	line-height: 1.01333333rem;}
header.header .h_left .menu_down .menu_list > li.active .nav_tit {
	border-bottom: 1px solid #930f15;}
header.header .h_left .menu_down .menu_list > li.active .nav_tit .icon_arrow_down {
	background-image: url(../images/icon_arrow_up.png);}
header.header .h_left .menu_down .menu_list > li.active .subs {
	display: block;}
header.header .h_left .menu_down .search {
	position: relative;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	font-size: 0px;
	border-top: none;
	margin-top: 0.38666667rem;}
header.header .h_left .menu_down .search input {
	margin: 0px;
	width: 100%;
	height: 0.45333333rem;
	color: #cccccc;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
	font-size: 0.18666667rem;
	padding-left: 0.26666667rem;
	padding-right: 0.88rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(204, 204, 204, 0.16);}
header.header .h_left .menu_down .search input::-webkit-input-placeholder {
	font-size: 0.18666667rem;
	color: #cccccc;
	text-align: left;
	line-height: 0.45333333rem;}
header.header .h_left .menu_down .search input:-moz-placeholder {
	font-size: 0.18666667rem;
	color: #cccccc;
	text-align: left;
	line-height: 0.45333333rem;}
header.header .h_left .menu_down .search input::-moz-placeholder {
	font-size: 0.18666667rem;
	color: #cccccc;
	text-align: left;
	line-height: 0.45333333rem;}
header.header .h_left .menu_down .search input:-ms-input-placeholder {
	font-size: 0.18666667rem;
	color: #cccccc;
	text-align: left;
	line-height: 0.45333333rem;}
header.header .h_left .menu_down .search .btn_search {
	position: absolute;
	right: 0.4rem;
	top: 0px;
	height: 0.48rem;
	width: 0.8rem;
	background-size: 0.18666667rem 0.18666667rem;
	background-position: 0.29333333rem 0.14666667rem;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	background-image: url(../images/ico_search.png);}
header.header .h_left.active .icon_list {
	background-image: url(../images/ico_close.png);
	background-position: center;
	background-size: 80% 80%;
	background-repeat: no-repeat;}
header.header .h_center {
	font-size: 0px;
	width: 5.78666667rem;}
header.header .h_center .logo {
	width: 100%;}
header.header .h_right {
	width: .575rem;}
header.header .h_right .search_down {
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	left: 0px;
	height: 0px;
	top: 1.5rem;
	width: 100%;
	transition: all 0.22s ease-out;
	-moz-transition: all 0.22s ease-out;
	-webkit-transition: all 0.22s ease-out;
	-o-transition: all 0.22s ease-out;
	background-color: #930f15;
	box-shadow: 0px 10px 10px rgba(128, 128, 128, 0.8);
	text-align: center;}
header.header .h_right .search_down input {
	width: 7.5rem;
	height: .8rem;
	border: 1px solid #fff;
	margin-top: .7rem;
	font-size: 0.32rem;
	color: #fff;
	line-height: 0.5rem;
	background-color: #7a0806;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-ms-border-radius: 0.8rem;
	-o-border-radius: 0.8rem;
	border-radius: 0.8rem;
	outline: none;
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
	padding-left: 0.52rem;
	padding-right: 0.52rem;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;}
header.header .h_right .search_down input::-webkit-input-placeholder {
	font-size: 0.32rem;
	color: #ccc;
	line-height: 0.5rem;}
header.header .h_right .search_down input:-moz-placeholder {
	font-size: 0.32rem;
	color: #ccc;
	line-height: 0.5rem;}
header.header .h_right .search_down input::-moz-placeholder {
	font-size: 0.32rem;
	color: #ccc;
	line-height: 0.5rem;}
header.header .h_right .search_down input:-ms-input-placeholder {
	font-size: 0.32rem;
	color: #ccc;
	line-height: 0.5rem;}
header.header .h_right .search_down input:focus {
	-moz-box-shadow: 0px 0px 5px 0px rbg(128, 128, 128);
	-webkit-box-shadow: 0px 0px 5px 0px rbg(128, 128, 128);
	box-shadow: 0px 0px 5px 0px rbg(128, 128, 128);}
header.header .h_right.active .search_down {
	height: 2.6rem;}


footer.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4.10666667rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: none;
  background-color: #8a0e14;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;}
footer.footer:before,
footer.footer:after {
  content: "";
  display: table;}
footer.footer:after {
  clear: both;}
footer.footer .left {
  width: 3rem;
  text-align: center;}
footer.footer .left .code {
  width: 2.08rem;
  height: 2.08rem;}
footer.footer .left .txt {
  font-size: 0.33333333rem;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;}
footer.footer .right {
  width: 6.2rem;
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.53333333rem;}
footer.footer .changeComputer {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.6rem;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 0.2rem;}