@charset "utf-8";
.clear {
    clear: both;
}
.f-cb{
    zoom: 1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.pof{
    position: fixed;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.curp{
    cursor: pointer;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.dib{
    display: inline-block;
}
.w-f{
    width: 100%;
}
.h-f{
    height: 100%;
}
.fwn{
    font-weight: normal;
}
.tac{
    text-align: center;
}
.t-f{
    transition: all 0.5s;
}
.t-c{
    transition: color 0.5s;
}
.t-bg{
    transition: background 0.5s;
}


.select{
  display: none;
  position:absolute;
  top:38px;
  left:20px;  
  transition: 2s ease;
  z-index: 2000;

}
.language{
  position: absolute;
  top:4px;   
  left:-24px;
  width: 140px;  
}
.language a{
  display: block;
  padding:8px;
  color:#fff;
  font-size:16px;
  background: rgba(192,192 ,192, 0.8);
  text-align: center;
}
.language a:hover{
  color:#ed1b24;
}
.arrow{
  width: 0;
  height: 0;
  position: absolute;
  top:-16px;
  left:34px;
  border:10px solid transparent;
  border-bottom:10px rgba(192,192,192,0.8) solid;

}
.header .rgt .sch{
  margin-right:30px;
}
@media (min-width: 900px){
.header .rgt  div.en-wrap{
width:145px;
}
.header .rgt .sch{
  margin-right:0px;
}
.map .choiceimg {
width:112px;
}
}
@media (min-width: 1025px){
.layui-hide-lsg{ display:none;}
}
@media (max-width: 767px){
#lang {
    display:none;   
}
.select{
  display: none;
  position:absolute;
  top:44px;
  left:-30px;  
  transition: 2s ease;
  z-index: 2000;

}

}
.wl-more {
  position: relative;
  overflow: hidden;
  display: block;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #ed1b24;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -1px; }
  .wl-more.nolt {
    letter-spacing: 1px; }
  .wl-more span {
    display: inline-block;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s; }

.wl-more:hover span {
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  color: transparent;
  transition-delay: 0s, 0.2s; }

.wl-more:hover span:after {
  color: #fff;
  transition-delay: 0.2s; }

.wl-more span:after {
  content: attr(title);
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 30px;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  color: transparent;
  transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s; }


@media (max-width: 1024px){
.zhongy {
    display:none;   
}

}
.zhongy { 
    transition: 500ms;
    right: 0;
    position: absolute;
    top: 0;
}
.zhongy a { 
    color: #ed1b24;
    font-size: 16px; 
}