BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: "Regular";
}

@font-face{
  font-family:"Regular";
  src: url('../font/Source_Han_Sans_SC_Regular.otf');
}

*{  
  font-family: "Regular";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a { color:#000000; text-decoration:none; outline: medium none;}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1400px;
  margin: 0 auto;
}
.commonA {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(212, 0, 61, 1);
}

.header {
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  padding: 0px 120px;
  display: flex;
  justify-content: space-between;
}
.logo {
  width: 530px;
  height: 67px;
  margin-top: 12px;
  overflow: hidden;
}
.logo>a>img {
  display: block;
  width: 100%;
}
.menu {
  width: auto;
}
.nav {
  width: auto;
}
.nav>li {
  position: relative;
  float: left;
  padding: 0px 24px;
}
.nav>li>a {
  display: block;
  line-height: 90px;
  padding: 0px 2px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.navTwo {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 3;
}
.navTwo>li {
  display: block;
  text-align: center;
  background-color: #ffffff;
}
.navTwo>li+li {
  border-top: 1px solid #e2e2e2;
}
.navTwo>li>a {
  display: block;
  padding: 10px 10px;
  color: #525252;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
.navTwo>li>a:hover {
  background-color: rgba(212, 0, 61, 1);
  color: #ffffff;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.headerBtn {
  width: auto;
}
.login>a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 90px;
  color: #D4003D;
  padding-left: 30px;
  background: url(../images/icon_login.png) no-repeat 0px;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 29px;
  height: 29px;
  margin-left: 20px;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  margin-top: 0px;
  background: url(../images/nav-btn.png) no-repeat center center;
  background-size: 70%;
  border: 1px solid rgba(212, 0, 61, 1);
}

/* footer */

.footer {
  width: 100%;
}
.foot {
  width: 100%;
  height: 230px;
  background: url(../images/fooerBg.png) no-repeat center center / cover;
  padding: 30px 0px 20px;
}
.foot .commonWidth {
  display: flex;
  justify-content: space-between;
}
.footNav {
  width: calc(100% - 40%);
  display: flex;
  justify-content: space-between;
}
.footMenu {
  width: calc(100% - 75%);
}
.footMenu>h3 {
  margin-bottom: 10px;
}
.footMenu>h3,
.footMenu>li {
  display: block;
  text-align: center;
}
.footMenu>h3>a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.footMenu>li>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}
.footMenu>li>a:hover {
  color: #ffffff;
}
.code {
  width: calc(100% - 80%);
  text-align: center;
}
.code>img {
  display: block;
  width: 137px;
  height: 137px;
  margin: 0 auto;
  overflow: hidden;
}
.code>span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  margin-top: 10px;
}
.copyright {
  width: 100%;
  height: 54px;
  background: #231818;
  text-align: center;
  line-height: 54px;
}
.copyright>p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.copyright>p>a {
  color: rgba(255, 255, 255, 0.8);
}