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: "SourceHanSerifCN";
}
*{  
  font-family: "SourceHanSerifCN";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face{
  font-family:"SourceHanSerifCN";
  src: url('../font/SourceHanSerifCN-Regular.otf');
}
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: #7E2E2F;
}

.headerBg {
  width: 1500px;
  margin: 0 auto;
  height: 88px;
  background: #7E2E2F;
  padding: 0px 50px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -750px;
  z-index: 2;
}
.header {
  width: 100%;
}
.logo {
  width: 389px;
  height: 50px;
  margin-top: 15px;
}
.headerText {
  width: auto;
}
.menu>li {
  float: left;
  position: relative;
  padding: 0 23px;
}
.menu>li>a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 88px;
  padding: 0px 2px;
  position: relative;
}
.menu>li>a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.menu>li>a:after {
  display: block;
  content:"";
  position: absolute;
  top: 84px;
  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 {
  font-weight: bold;
}
.menu>li>a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.menu>li>a>i {
  display: inline-block;
  margin-left: 10px;
  width: 7px;
  height: 5px;
  background: url(../images/icon_arrow_nav.png) no-repeat 0px;
}
.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: #7E2E2F;
  color: #ffffff;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.headerBtn {
  margin-left: 50px;
}
.searchBg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-top: 32px;
}
.searchBg .btn2 {
  border-style: none;
  outline: none;
  background: url(../images/icon_search.png) no-repeat center center / cover;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.langage {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 17px;
}
.langage>a {
  display: block;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  margin-top: 0px;
  background: url(../images/nav-btn.png) no-repeat center center #b82625;
  background-size: 50%;
  border-radius: 50px;
}


/* footer */

.footer {
  width: 100%;
  background-color: rgba(4, 4, 4, 1);
  padding-top: 60px;
}
.foot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footLogo {
  width: 389px;
  height: 50px;
}
.footText {
  display: flex;
  justify-content: space-between;
}
.footText>ul {
  padding: 0px 30px;
}
.footText>ul>h3 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 35px;
  opacity: 0.8;
  margin-bottom: 20px;
}
.footText>ul>li>a,
.footText>ul>li {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 35px;
  opacity: 0.8;
  margin-bottom: 10px;
}
.footText>ul>li>a:hover {
  opacity: 1;
}
.copyright {
  width: 100%;
  height: 60px;
  margin-top: 60px;
  background-color: rgba(125, 46, 47, 1);
}
.copyright>div {
  display: flex;
  justify-content: space-between;
}
.copyright>div>p {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 60px;
  opacity: 0.8;
}
.share {
  display: flex;
  justify-content: space-between;
}
.share>p {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 60px;
  opacity: 0.8;
  margin-right: 20px;
}
.share_btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 12px 10px 0px;
}
.icon_wechat {
  background: url(../images/icon_wechat.png) no-repeat 0px;
}
.icon_weibo {
  background: url(../images/icon_weibo.png) no-repeat 0px;
}
.icon_douyin {
  background: url(../images/icon_douyin.png) no-repeat 0px;
}
.share_btn {
  position: relative;
}
.icon_img {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50%;
  margin-left: -50px;
}
.lan_tab {
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  background: url() no-repeat 10px center #7E2E2F;
  border-radius: 25px;
  padding: 5px;
  height: 30px;
  line-height: 20px;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}