*{
  margin: 0;
  padding: 0;
}
html{
  font-size:99.114px;
}
@media screen and (max-width: 1920px) {
    html{
        font-size:99.114px;
    }
}
@media screen and (max-width: 1680px) {
    html{
        font-size:87.5px;
    }
}
@media screen and (max-width: 1600px) {
    html{
        font-size:83.333px;
    }
}
@media screen and (max-width: 1440px) {
    html{
        font-size:75px;
    }
}
@media screen and (max-width: 1366px) {
    html{
        font-size:71.1458px;
    }
}
@media screen and (max-width: 1280px) {
    html{
        font-size:66.6667px;
    }
}
@media screen and (max-width: 1024px) {
    html{
        font-size:53.333px;
    }
}
.language{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.language a{
  display: inline-block;
  width: 75px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: #989898;
  margin-right: 15px;
}
.language_this{
  background-color: #0962ac;
  color: #fff !important;
  border-radius: 12px;
}
#Slide img{
  width: 100%;
  height: 100%;
}
.logo{
  float: left;
  width: 150px;
  position: relative;
  z-index: 1;
  line-height: 90px;
  margin-left: 50px;
    margin-left: 2.01rem;
}
.logo img{
  width: 100%;
}
.layui-nav{
  background: #fff;
  width: 1440px;
  height: 90px;
  line-height: 90px;
  text-align: center;
    margin: 0 auto;
}
.layui-nav li{
  margin: 0 0px;
}
.layui-nav li a{
  color: #000 !important;
  padding: 0 30px !important;
  line-height: 40px !important;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
  height: 2px;
  background-color: #000;
}
.bottom{
  background-color: #2c2c2c;
  color: #6e6e6e;
  margin-top: 0.605rem;
}
.bottom_content{
  width: 16rem;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.4rem;
  border-bottom: 0.013rem solid;
}
.bottom_content_left{
  float: left;
  margin-left:0.53rem;
}
.item{
  overflow: hidden;
  margin:  25px;
}
.item div{
  float: left;
  width: 100px;
}
.item_contact{
  width: 600px !important;
}
.item a{
  color: #fff;
  margin: 0 20px;
}
.QR_code{
  float: right;
  width: 320px;
  text-align: right;
  margin-top: 40px;
  margin-right:0.53rem;
}
.QR_code div{
  width: 100%;
}
.QR_code .ewm_img{
  width: 150px;
  height: 150px;
  background-color: #fff;
  margin: 5px auto 5px;
  display: inline-block;
  margin-right: 10px;
}
.ewm_img:last-child{
  margin-right: 0;
}
.QR_code .ewm_img img{
  width: 100%;
  height: 100%;
}
.friendship_Links{
  width: 16rem;
  margin: 0 auto;
}
.Record_no{
  text-align: center;
  line-height: 40px;
  color: #898989;
  background-color: #000;
}

.fast {
    -vendor-animation-duration: 1s;
    -vendor-animation-delay: 0s;
}
.slow {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 1s;
}
.reallyslow {
    -vendor-animation-duration: 6s;
    -vendor-animation-delay: 3s;
}

.count {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}
.count p {
    display: inline-block;
    margin-right: 10px;
}
.count span {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    background-color: #3f475a;
    border-radius: 2px;
    margin-right: 5px;
    color: #fff;
}

/*a:hover{*/
  /*color:#fff !important;*/
/*}*/

.links_left{
  margin-left:0.53rem !important;
}