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: "HanSans";
}
*{  
  font-family: "HanSans";
  -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;}

@font-face{
  font-family:"HanSans_bold";
  src: url('../font/SourceHanSansCN-Bold.otf');
}
@font-face{
  font-family:"HanSans";
  src: url('../font/SourceHanSansCN-Regular.otf');
}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1500px;
  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: #AE0B2A;
}

.headerBg {
  width: 100%;
  height: 120px;
}
.header {
  width: 100%;
  position: relative;
}
.logo {
  width: 656px;
  height: 120px;
  position: relative;
  z-index: 2;
}
.headerText {
  width: calc(100% - 656px);
  height: 100px;
  background-color: #7B081E;
  padding-right: 40px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.headerText:after {
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  background-color: #7B081E;
  position: absolute;
  left: -60px;
  top: 0px;
  z-index: -1;
}
.menu {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.menu>li {
  position: relative;
  padding: 0 35px;
}
.menu>li.slide {
  background: url(../images/icon_arrow_bottom.png) 90% no-repeat;
}
.menu>li>a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100px;
  padding: 0px 2px;
  position: relative;
  font-weight: bold;
}
.menu>li>a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.menu>li>a:after {
  display: block;
  content:"";
  position: absolute;
  top: 96px;
  left: 0px;
  border-bottom: 4px solid #ffffff;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.menu>li>a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navTwo {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
.navTwo>li {
  display: block;
  text-align: center;
}
.navTwo>li+li {
  border-top: 1px solid #e2e2e2;
}
.navTwo>li>a {
  display: block;
  padding: 10px 10px;
  color: #525252;
  width: auto;
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
.navTwo>li>a:hover {
  background-color: #ad0b29;
  color: #ffffff;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.headerBtn {
  margin-left: 50px;
  margin-top: 30px;
}
.searchBg {
  width: 40px;
  height: 40px;
  background: url(../images/icon_search.png) no-repeat center center / cover;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.searchBg .btn2 {
  border-style: none;
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 0;
  cursor: pointer;
  margin-top: 0px;
  background: url(../images/nav-btn.png) no-repeat center center #ae0c2a;
  border-radius: 50px;
}
.language {
  width: 40px;
  height: 40px;
  position: relative;
}
.language>a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_language.png) no-repeat center center / cover;
}


/* footer */

.footerBg {
  width: 100%;
  min-height: 370px;
  background: rgba(4, 23, 45, 1);
  padding-top: 30px;
}
.footerBg .commonWidth {
  display: flex;
  justify-content: space-between;
}
.footlt {
  width: calc(100% - 70%);
}
.footerLogo {
  width: 400px;
  height: 78px;
}
.foot_contact {
  width: 100%;
  margin-top: 30px;
}
.foot_contact>h3,
.foot_contact>h2 {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 33px;
}
.foot_contact>h3>span {
  color: rgba(255, 252, 2, 1);
  padding-right: 20px;
}
.footNav {
  width: calc(100% - 60%);
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.footMenu>h3 {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.8;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.footMenu>li>a {
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  opacity: 0.8;
  padding: 5px 0px;
}
.footMenu>li>a:hover {
  opacity: 1;
}
.footCode {
  width: 100px;
  margin-top: 110px;
}
.footCodeDetail {
  width: 100%;
}
.footCodeDetail>img {
  display: block;
  width: 100px;
  height: auto;
}
.footCodeDetail>h3 {
  display: block;
  font-weight: 400;
  opacity: 0.8;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}
.copyright {
  margin-top: 20px;
  clear: both;
  border-top: 1px solid rgb(90 90 90 / 80%);
  text-align: center;
}
.copyright>p {
  font-weight: 400;
  opacity: 0.8;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 55px;
}