#box{
  font-size: .083333rem;
}
.title{
  width: 100%;
  height: .260417rem;
  clear: both;
  text-align: center;
  display: flex;
  align-items: center;
}
.titleleft{
  float: left;
  width: 50%;
  display: flex;
  justify-content: center;

}
.titleright{
  float: left;
  font-size: .072917rem;
  line-height: .151042rem;
  width: 50%;
  text-align: center;
}
.topimg{
  width: 100%;
}
.topimg img{
  width: 100%;
}
.tabbar{
  width: 100%;
  height: .3125rem;
  background-color: #cc0000;
 
}
.tabbar ul{
  width: 80%;
  margin:  0 auto;
 list-style: none;
 height: 100%;
 display: flex;
 justify-content: center;
 position: relative;
 /* align-items: center; */
}
.tabbar ul li{
  color: #ffffff;
  font-size: .104167rem;
  line-height: .3125rem;
  padding: 0 .1875rem;
  white-space: nowrap;
  font-weight: 700;
  height: 100%;
  position: relative;
}
.tabbar ul li+li::after{
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: .010417rem;
  transform: translateY(-50%);
  height: .104167rem;
  background: #ffffff;
  z-index: 111111;
  border: .0026rem solid #da6b6b;
}
ul{
  margin: 0;
  padding: 0;
}
a.colorsffff{
  color: #ffffff;
  }
  a.colorsred{
    color: #890103;
  }
  a.colorsh{
    color: #9b9b9b;;
  }
  a.colorbck{
    color: #333333;
  }
  a.colorsqh{
    color: #dcc9ce;
  }
  .colorsls{
    color: #326db6;
  }
  .clear{
    clear: both;
  }
  img{
    width: 100%;
  }
  footer{
    height: 1.25rem;
    background-color: #cc0000;
  }
  footer .box{
    width: 70%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  footer .box .gzh{
    width: 9%;
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-60%);
  }
  footer .box .gzh span{
    color: #dcc9ce;
    display: block;
      text-align: center;
  }
  
  footer .box .yqlj{
    display: inline-block;
    width: auto;
    height: .3646rem;
    line-height: .3646rem;
    border-bottom: .0052rem solid #d63333;
  }
  footer .box .yqlj .titles{
    color: #dcc9ce;
    width: auto;
    display: inline-block;
  }
  footer .box .yqlj .cons{
    width: auto;
    display: inline-block;
    position: relative;
  }
  footer .box .yqlj .cons span{
    color: #dcc9ce;
    padding: 0 .0521rem;
    border-right: .0052rem solid #dcc9ce;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
    
  }
  footer .box .yqlj .cons span:last-child{
    
    border-right:none;
  
  
  }
  footer .box .yqlj .linkme{
    padding: .1042rem 0;
  }
  footer .box .yqlj .linkme .mediv{
        height: .2083rem;
        line-height: .2083rem;
  }
  footer .box .yqlj .linkme .twodiv span{
    /* display: inline-block !important ; */
    padding-right: .4167rem;
  }
  footer .box .yqlj .linkme .onediv span:first-child{
    padding-right: .1042rem;
    border-right:1px solid #dcc9ce;
    height: 14px;
    line-height: 14px;
    display: inline-block;
  }
  footer .box .yqlj .linkme .onediv span:last-child{
    padding-left: .1042rem;
  }