 body,html{
  width: 100%;
  height: 100%;
  min-width: 1240px;
}
#app{
  position:relative;
  width:100%;
  height:100%;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
strong span {
  font-weight: bold;
}
body {font-family:STHeiti,Microsoft YaHei,Helvetica,Arial,sans-serif;background: #f5f5f5}
main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* filter: grayscale(1); */
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
i,b,s {
  font-style: normal;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
img {
  content: normal !important;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
input {
  border: 0;
}
.mint-indicator,
.mint-indicator-mask,
.mint-indicator-wrapper {
  z-index: 2;
}
video {
  max-width: 100%;
}
a,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}
input:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*  */
.container{
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  background: #fff;
  /* margin-top: 220px; */
  position: relative;
}
.container .close{
  width:70px;
  height:22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #1A1A1A;
  background:rgba(255,255,255,0.8);
  position: absolute;
  right: 0;
  top: -22px;
  cursor: pointer;
}
.theme-bck{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.container .header{
  width: 100%;
  height: 85px;
  position: relative;
}
.container .header .logo{
  width: 123px;
  height: 47px;
  display: block;
  margin-top: 18px;
  margin-right: 222px;
}
.container .header .search{
  width: 510px;
  height: 42px;
  margin-top: 23px;
}
.container .header .search input{
  width:388px;
  height:40px;
  border:1px solid rgba(221,221,221,1);
  padding: 5px;
}
.container .header .search .btn{
  width:118px;
  height:40px;
  line-height: 40px;
  text-align: center;
  background:rgba(230,0,18,1);
  font-size:14px;
  color: #fff;
  cursor: pointer;
}
.container .header .login{
  width: 240px;
  height: 85px;
  line-height: 85px;
}
.container .header .login li{
  padding: 0 10px
}
.container .header .login .li1{
  padding-right: 0;
}
.container .header .login li img{
  width: 27px;
  height: 22px;
  display: block;
  margin-top: 31px;
  cursor: pointer;
}
.container .header .login li .login-img{
  width: 21px;
  height: 22px;
  display: block;
  margin-right: 7px;
}
.container .header .login li span{
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.footer{
  width: 100%;
  overflow: auto;
  padding-bottom: 30px;
}
/*.footer .ad{*/
  /*width: 100%;*/
  /*overflow: auto;*/
/*}*/
.footer .about{
  width: 195px;
  overflow: auto;
  margin: 30px auto;
}
.footer .about li{
  padding: 0 20px;
  border-right: 1px solid #666666;
  font-size: 12px;
  color: #666666;
}
.footer .about li:last-child{
  border-right: 0;
}
.footer .about li:hover{
  font-size: 12px;
  color: #CB0010;
}
.footer .explain{
  width: 100%;
  overflow: auto;
  text-align: center;
  margin: 0 auto;
  line-height: 20px;
}
.footer .explain p{
  font-size: 12px;
  color: #ACACAC
}
.footer .explain p .sp{
	margin-right: 10px;
}
.footer .explain p .links{
	margin-right: 10px;
}
.footer .explain p .links:hover{
	color:#CB0010;
}
.container .main{
  width: 100%;
  overflow: auto;
}
.container .main .navigation-more{
  width: 100%;
  padding: 0 25px;
  background: #E60012;
  overflow: hidden;
  position: relative;
}
.container .main .navigation-more .more{
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  display: none;
  cursor: pointer;
}
.container .main .navigation-more .more:before {
  position: absolute;
  right: -14px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: '';
}
.container .main .navigation{
  width: 100%;
  padding: 0 25px;
  height: 46px;
  line-height: 46px;
  background: #E60012;
  /* margin-bottom: 20px; */
}
.container .main .navigation li{
  margin-right: 38px;
  font-size: 18px;
  color: #fff;
}
.container .main .navigation li:nth-child(10){
	margin-right: 30px;
}
.container .main .navigation li:last-child{
  margin-right: 0;
}
.container .main .navigation li a{
  padding-bottom: 4px;
}
.container .main .navigation li a.active{
  border-bottom: 2px solid #fff;
}
