body, html{
    background-color: #fafafa;
}

  
/* 导航，底部 公用 */
.mainW {
    margin: 0 auto;
    width: 1360px !important;
}

.mainF {
  margin: 0 auto;
  width: 1495px !important;
}

.content {
    min-height: 1360px;
}

.header {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    font-size: 17px;
    font-family: zihun125hao-jiuzhouzhenshu;
    line-height: 20px;
    color: #444444;
}
  
.headerContent {
    position: fixed;
    height: 140px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    box-sizing: border-box;
    vertical-align: middle;
    
    text-align: center;
    background-color: #FFFFFF;
}
.reHeaderContent{
  height: 90px !important;
}


.header.detail {
    position: fixed;
    animation: fadeInDown 0.6s linear;
    background-color: #FFFFFF;
    width: 100% !important;
}

@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);
    }
}
.headerContent .headerTop{
  height: 90px;
}
.headerContent .headerBtmNav{
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding-left: 20px;
  background-color: #FFFFFF;
  z-index: 999;
  clear: both;
}


.headerBtmNavItems{
  /* width: 1360px; */
  margin: 0 auto;
}
.headerContent .headerBtmNav a{
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-right: 130px;
}
.headerContent .headerBtmNav a:last-child{
  margin-right: 0px;
}
.headerContent .headerBtmNav .item:hover {
  color: #D40C1C;
}
.headerBtmNav .guideCons{
  display: table;
}
/* .headerBtmNav .guideCons a{
  line-height: 60px;
} */
.headerBtmNav .guideBox{
  width: 1360px;
  height: 50px;
  margin: 0 auto;
  text-align: left;
}
.headerBtmNav .guideBox .homeIcons{
    width: 20px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    line-height: 50px;
}
.headerBtmNav .guideBox .homeIcon{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inherit;
}
.headerBtmNav .guideBox .arrowIcon{
    width: 12px;
    height: 14px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 50px;
}

.headerBtmNav .childTit {
  margin-right: 0px !important;
  margin-left: 0px !important;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999 !important;
  line-height: 50px;
  vertical-align: bottom;
  cursor: pointer;
}
.headerBtmNav .childTit1 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #333333 !important;
  line-height: 50px;
  vertical-align: bottom;
  cursor: pointer;
}

.headerBtmNav .childTit:hover,.headerBtmNav .childTit1:hover{
  color: #D40C1C !important;
}
.headerBtmNav .guideBox .homeIcon:hover{
  content: url(../../images/Icon/home1.png);
}



.headerContent .headerIcon {
    float: left;
    margin-top: 15px;
}

.headerContent .headerIcon img {
  width: 150px;
  height: 60px;
}

.headerContent .headerNav {
    float: right;
    position: relative;
    margin-top: 35px;
}
.headerContent .headerLine{
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
}

.navShow {
    width: 1200px;
    padding-right: 60px;
    animation: fadeIn 0.2s linear;
    color: #ffffff;
}
.headerContent .headerNav .navItem {
    display: inline-block;
    height: 55px;
    font-size: 0;
    transition: all 0.1s;
    text-align: center;
    margin-left: 5px;
  }
  
  .headerContent .headerNav .navItem .iconfont {
    color: #444;
    font-size: 22px;
    opacity: 0.6;
  }
  
  .headerContent .headerNav span {
    color: #707070;
  }
  
  .headerContent .headerNav .navItem > a {
    position: relative;
    z-index: 1000;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 15px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
  }
  
  .headerContent .headerNav .lineBtm{
    width: 60px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 27px;
  }

  .headerContent .headerNav .navItemActive .lineBtm{
    background-color: #D40C1C;
  }

  .headerContent .headerNav .navItemActive > a{
     color: #D40C1C;
     font-weight: bold;
  }
  
  .headerContent .headerNav input {
    border: none;
    width: 100px;
    font-size: 14px;
    outline: none;
    padding: 0;
    margin: 0;
  }

.menuBox{
    float: right;
}

.toggleBox{
  width: 90px;
  position: relative;
  display: inline-block;
}
.menuBox .toggleBtn{
    cursor: pointer;
    width: 90px;
    height: 25px;
    border: 1px solid #808080;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
}
.menuBox .toggleBtn span{
    color: #808080;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.menuBox .toggleBtn img{
  width: 8px;
  height: 5px;
  vertical-align: middle;
}

.langList{width: 90px;position: absolute;left: 0;top: 25px;border-radius: 2px;background-color: #FFFFFF;z-index: 9999;display: none;}
.langList>li{cursor:pointer;width:100%;height:40px;line-height:40px;font-size: 15px;color: #666;padding-left:5px;text-align: center;}
.langList>li:hover{background: #D40C1C;color: #fff;}
.lbaxztop{animation: rotatete 0.3s linear forwards;}
.lbaxztop2{animation: rotatete2 0.3s linear forwards;}
@keyframes rotatete{
  from{transform: rotate(0deg);}
  to{transform: rotate(180deg);}
}

@keyframes rotatete{
  from{transform: rotate(0deg);}
  to{transform: rotate(180deg);}
}

@-moz-keyframes rotatete2{
  from{transform: rotate(180deg);}
  to{transform: rotate(0deg);}
}
@keyframes rotatete2{
  from{transform: rotate(180deg);}
  to{transform: rotate(0deg);}
}



.footer {
    position: relative;
    width: 100%;
    height: 490px;
    background-color: #EBEBEB;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 80px;
}

.footer .footerContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

.footerContent .contentBox {
    position: relative;
    box-sizing: border-box;
    padding-top: 70px;
    height: 409px;
}

.footerContent .contentBox .contLeft{
  float: left;
  margin-top: 10px;
} 

.footerContent .contentBox .contLeft .list{
  color: #808080;
  font-size: 14px;
}


.footerContent .contentBox .contLeft .list img{
    width: 100px;
    height: 100px;
}

.footerContent .contentBox .contLeft .list .contLeftTit{
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #333333;
}


.footerContent .contentBox .footMobile{
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #D40C1C;
}

.footerContent .contentBox .contMiddle{
  float: left;
  margin-top: 8px;
}
.footerContent .contentBox .contMiddle .column{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.footerContent .contentBox .contMiddle .column .listHeader a{
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  position: relative;
}
.footerContent .contentBox .contMiddle .column .listHeader a::after{
  content: '';
  position: absolute;
  right: -14px;
  bottom: 4px;
  display: block;
  width: 6px;
  height: 10px;
  background: url('../../images/Icon/rarrow.png') repeat-x 50%;
  background-size: 100% 100%;
}
.footerContent .contentBox .contMiddle .column .list .item a{
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.footerContent .contentBox .contMiddle .column .list a{
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.footerContent .contentBox .contRight .item a{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.copyRight{
  height: 80px;
  border-top: 1px solid #D9D9D9;
}

.copyRight .copyRightBox{
  line-height: 80px;
}

.copyRight .copyRightBox .left{
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  float: right;
}

.copyRightTit{
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  margin-right: 35px;
}


.copyRight .copyRightBox .right{
  float: left;
  line-height: 35px;
  margin-top: 20px;
}
.copyRight .copyRightBox .right .rightIcon{
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  position: relative;
}

.copyRight .copyRightBox .right .rightIcon img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}


.titBox p{
  color: #1A1A1A;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.titBox .titLine{
  width: 26px;
  height: 5px;
  background: #D40C1C;
  display: block;
}





/* 回到顶部 */
.topTurn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 100px;
  bottom: 200px;
  cursor: pointer;
  z-index: 1111 !important;
  display: none;
}
.topTurn img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  /* .flIcon > li {
    width: 100px;
    height: 100px;
    cursor: pointer;
  } */
  /* .topTurn {
    right: 25px;
    width: 50px;
    height: 50px;
  } */
}




/* btn */
.moreBtn{
  width: 150px;
  height: 50px;
  border: 1px solid #D40C1C;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #D40C1C;
  line-height: 50px;
  text-align: center;
}

/* ------------------ 分页 -----------------------*/
#page {
  /* margin: 20px auto; */
  /* height:78px; */
  line-height: 78px;
  color: #666;
  display: block;
  text-align: center;
}

#page .pagination > li {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  /* border: 1px solid #e5f5f6; */
  text-align: center;
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  user-select: none;
  background-color: #F5F5F5;
  font-weight: 400;
}

#page .pagination > li:hover {
  background: linear-gradient(90deg, #d82325, #ff3838) !important;
  border-color: #d82325;
  color: #fff;
}

#page .pagination > li.xl-nextPage {
  width: 40px;
  color: #d82325;
  background: transparent !important;
  border: none !important;
  background: url("../../images/list/arrowR.png") no-repeat 50% !important;
  height: 40px;
  vertical-align: middle;
}

#page .pagination > li.xl-prevPage {
  width: 40px;
  color: #d82325;
  background: transparent !important;
  border: none !important;
  background: url("../../images/list/arrowL.png") no-repeat 50% !important;
  height: 40px;
  vertical-align: middle;
}

#page li.xl-nextPage.xl-disabled,
#page li.xl-prevPage.xl-disabled {
  opacity: 0.5;
}

#page li.xl-nextPage:hover,
#page li.xl-prevPage:hover {
  background-color: #f9f9f9 !important;
}

#page .pagination > li.xl-disabled {
  background-color: transparent !important;
  border: none;
  font-size: 15px;
  cursor: no-drop;
}

#page .pagination > li.xl-disabled:hover {
  background-color: none !important;
  border: none !important;
}

#page .pagination > li.xl-active {
  background: linear-gradient(90deg, #d82325, #ff3838);
  border-color: #ff3838;
  color: #fff;
}

#page .pagination > li.xl-jumpText {
  margin-left: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff3838;
  color: #999;
  opacity: 1;
  display: none;
}

#page .pagination > li.xl-jumpText:hover {
  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
  padding: 0 17px;
  border-radius: 0;
  display: none;
}

#page .xlJumpNum {
  text-align: center;
  width: 50px;
  height: 25px;
  border: 1px solid #999;
  margin: 0 6px;
  border-radius: 2px;
}

#page {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}




.hoverActive:hover{
  color: #D40C1C !important;
}
.langActive{
  color: #FFFFFF !important;
  font-size: 16px;
}


.sclaBox{
  overflow: hidden;
}

.sclaBox img{
  transition: all 1s;
}
.sclaBox img:hover{
  transform: scale(1.2);
}



.animated{
  opacity: 0;
}


.itemTab .item{
  display: inline-block;
}

.itemTab .item:nth-child(2){
  margin-left: 10px;
}

.clear{
  clear: both;
}
