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.woff');
}

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: 1520px;
  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: #AF8051;
}

.headerBg {
  width: 1520px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: calc(-1520px / 2);
  z-index: 99999;
}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
}
.logo {
  width: 383px;
  height: 49px;
  overflow: hidden;
  margin-top: 19px;
}
.menu_right {
  width: auto;
}
.menu_btn {
  width: auto;
  margin-top: 36px;
  margin-left: 50px;
}
.menu_btn>a {
  display: inline-block;
  font-size: 15px;
  color: #cccccc;
  padding: 0px 10px;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat center center ;
  background-size: 60%;
  margin-top: 17px;
  margin-left: 10px;
}
.search {
  width: auto;
  margin-top: 35px;
}
.search .btn2{
  border-style: none;
  outline: none;
  background:url(../images/icon_search.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  cursor: pointer;
}
.search_wap {
  display: block;
  border-style: none;
  outline: none;
  width: 90%;
  height: 40px;
  cursor: pointer;
  color: #ffffff;
  background:url(../images/icon_search.png) no-repeat 20% #7C302F;
  border-radius: 20px;
  margin: 20px auto;
}
.nav {
  width: auto;
  clear: both;
  text-align: right;
}
.nav>li {
  float: left;
  position: relative;
}
.nav>li>a {
  display: block;
  font-size: 16px;
  color: #222222;
  height: 88px;
  line-height: 88px;
  padding: 0px 35px;
  font-weight: bold;
}
.nav>li:hover >a {
  color: #966041;
}
.nav>li>a>i {
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(../images/icon_arrow_nav.png) no-repeat 0px;
}
.navT {
  display: none;
  position: absolute;
  z-index: 100;
  width: auto;
  left: 0px;
  margin: 0px;
  background: rgba(175, 128, 81, 1);
  border-bottom: 2px solid #ffffff;
}
.navT>li>a{
  display: block;
  color: #ffffff;
  white-space: nowrap;
  width: auto;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.navT>li>a:hover{
  color: #ffffff;
}
.menu_A {
  margin-left: 20px;
}
.footerBg {
  width: 100%;
  height: auto;
  padding-top: 40px;
  background-color: rgba(23, 23, 23, 1);
}
.footer_info {
  width: 100%;
}
.footer_info>div {
  display: flex;
  justify-content: space-between;
}
.footer_link {
  width: calc(100% - 67%);
}
.footer_title {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 20px;
}
.footer_list {
  width: 100%;
}
.footer_link_list {
  width:calc(100% - 51%);
}
.footer_link_list>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  height: 30px;
  padding-left: 25px;
  overflow: hidden;
  background: url(../images/icon_link.png) no-repeat 0px;
}
.footer_link_list>a:hover {
  color: #ffffff;
}
.contact_us {
  width: calc(100% - 75%);
}
.contact_us_cont>span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 35px;
  height: 35px;
  padding-left: 25px;
  overflow: hidden;
}
.contact_us_cont>span {
  background: url(../images/icon_call.png) no-repeat 0px;
}
.contact_us_cont>span+span {
  background: url(../images/icon_email.png) no-repeat 0px;
}
.contact_us_cont>span+span+span {
  background: url(../images/icon_adress.png) no-repeat 0px;
}
.contact_us_cont {
  width: 100%;
}
.code {
  width: calc(100% - 67%);
  height: 197px;
  display: flex;
  justify-content: space-between;
}
.code_cont {
  width: calc(100% - 52%);
  height: 100%;
}
.code_cont>img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.code_cont>h3 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.copyRight {
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1)
/*  background-color: #9a0000;*/
}
.copyRight p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 60px;
}

.commonBg {
  width: 100%;
  height: 100%;
  padding: 20px 0px 70px 0px;
}
.commonLeftNav {
  width: 240px;
  background-color: #f5f5f5;
}
.commonLeftNavTitle {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(#fe0000, #9b0000);
  background-color: #9b0000;
}
.commonLeftNavTitle>h3 {
  display: block;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}
.commonLeftMemu {
  width: 100%;
  height: auto;
  
  padding: 0px 20px;
}
.commonLeftMemu>li {
  
  text-align: center;
}
.common_icon_arrow {
  display: block;
  width: 18px;
  height: 11px;
  background: url(../images/icon_arrow_bottom.png) no-repeat;
  position: absolute;
  top: 40%;
  right: 0px;
}
.commonLeftMemu>li>a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 18px 0px;
  color: #333333;
  border-bottom: 1px solid #e2e2e2;
}
.commonLeftMemu>li:last-child a{
  border-bottom: 0px;
}
.commonLeftMemu>li>a:hover,
.locationNav>span>a:hover,
.commonLeft_T_Nav>a:hover {
  color: #9a0000;
}
.commonLeftActive>a,
.commonLeft_T_Nav_act>a {
  color: #9a0000 !important;
}
.common_icon_arrow_h {
  background: url(../images/icon_arrow_bottom_h.png) no-repeat !important;
}
.commonLeft_T {
  display: none;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.commonLeft_T_Nav>a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}
.commonRightCont {
  width: calc(100% - 280px);
}

.location {
  width: 100%;
  height: 47px;
  
  border-bottom: 1px solid #e2e2e2;
  margin-top: 13px;
}
.locationTitle>h3 {
  display: block;
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  background: url(../images/icon_axis.jpg) no-repeat 0px;
}
.locationNav {
  margin-top: 5px;
}
.locationNav>span,
.locationNav>span>a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.locationNav>span>a {
  padding: 0px 5px;
}
.commonLeft_F_nav {
  width: 100%;
  background: #e5e5e5;
}
.commonLeft_F_nav>a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}
.commonLeft_F_nav>a+a {
  border-top: 1px solid #fff;
}
.commonLeft_F_nav>a:hover {
  color: #9a0000;
}
.headerBg.headerAnimation{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  max-width: 100%;
  border-radius: 0px;
  padding: 0px;
  margin-left: 0;
}
.headerAnimation .header {
  max-width: 1520px;
  margin: 0 auto;
}

.slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 174px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.slot.m-show {
  display: none
}
.slot .slot-track {
  width: calc(100% / 15);
  position: relative;
  height: 100%;
  overflow: hidden
}
.slot .slot-track .slot-item {
  will-change: top, bottom;
  top: 150px;
  bottom: 0;
  position: relative;
  height: 100%;
  width: 101%;
  left: -0.5%
}
.slot .slot-track .s5 {
  top: 110px
}

.slot .slot-track .s6 {
  top: 60px
}

.slot .slot-track .s7,.slot .slot-track .s9 {
  top: 30px
}

.slot .slot-track .s8 {
  top: 0px
}

.slot .slot-track .s10 {
  top: 60px
}

.slot .slot-track .s11 {
  top: 110px
}

/*.slot .slot-track .s13 {
  top: 120px
}*/
.slot .s1,
.slot .s3,
.slot .s5,
.slot .s15,
.slot .s13 {
  background: #592621;
}
.slot .s2,
.slot .s4,
.slot .s14,
.slot .s12 {
  background: #471D1D;
}
.slot .s5,
.slot .s11 {
  background: #592621;
}
.slot .s6,
.slot .s10 {
  background: #673425;
}
.slot .s7,
.slot .s9 {
  background: #966041;;
}
.slot .s8 {
  background: #AF8051;
}

.slot .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  margin: auto;
  top: 32px
}
.slot .s8 .icon {
  background: url(../images/icon_wechat.png) no-repeat top center;
}
.slot .s7 .icon {
  background: url(../images/icon_bili.png) no-repeat top center;
}
.slot .s9 .icon {
  background: url(../images/icon_weibo.png) no-repeat top center;
}
.slot .s10 .icon {
  background: url(../images/icon_video.png) no-repeat top center;
}
.slot .icon img {
  display: block;
  width: 70px;
  height: 77px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50px;
  z-index: 1;
}

.slot .icon .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s
}

.slot .icon img.i {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

