.navs *{
  color: #7A7A7A;
}
.footer {
  width: 100%;
  background-color: #000000;
  padding-bottom: 2rem;
  padding-top: 2rem;
  color: #fff;
}
.language ul{
  left: 0!important;
}
.language ul li{
  background-color: #fff!important;
}
.language a{
  font-size: 1rem!important;
}

.footer .footer-top {
  display: flex;
  justify-content: space-around;
}
.footer .footer-top .footer1 {
  display: flex;
  flex-direction: column;
}
.footer .footer-top .footer1 .left {
  margin-left: 4.5rem;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer1 .left img {
  width: 14.5rem;
}
.footer .footer-top .footer2 {
  display: flex;
  justify-content: space-around;
}
.footer .footer-top .footer2 .footer2-1 {
  display: flex;
  flex-direction: column;
  /* margin-right: 7.125rem; */
  margin-right: 5.125rem;

}
.footer .footer-top .footer2 .footer2-1 .right1-1 {
  margin-bottom: 1rem;

}
.footer .footer-top .footer2 .footer2-1 a{
  color: #D6D6D6;
  /* font-size: 1.125rem; */
  font-size: 14px;
}
.footer .footer-top .footer2 .footer2-1 a:nth-child(1){
  /* font-size: 1.25rem; */
  font-size: 16px;
  color: #ffffff;
}
.footer .footer-top .footer3 {
  margin-right: 5rem;
  font-size: 1.25rem;
}
.footer .footer-top .footer3 .footer3-1 {
  margin-bottom: 1.25rem;
}
.footer .footer-top .footer3 .footer3-2 {
  margin-bottom: 1.875rem;
}
.footer .footer-top .footer3 .footer3-3 {
  width: 7.375rem;
  margin-bottom: 0.625rem;
}
.footer .copyright {
  margin: 2.5rem auto 0;
  color: #AFAFAF;
  text-align: center;
  line-height: 2;
}
.footer .copyright  a {
  color: #AFAFAF;

}
       .line{
        margin:2rem auto;
       border-bottom: 1px solid rgba(210, 210, 210,.2);
        width:90%;
        height:1px
       }
/*去除a标签下划线*/
.footer a {
  text-decoration: none;
  color: #fff;
}


/*侧边客服*/
.footer-kefu{ position:fixed; bottom:10%; margin-top:-120px; right:0; width:45px;  z-index:9999;}
.footer-kefu li{width:45px; height:45px; line-height:45px;     float: right;   position: relative; margin:1px 0; background:#333; transition:.3s; cursor:pointer; border-radius:1px; zoom:1; transition:0.5s;}
.footer-kefu li:hover{ background: #0595c7;}
.footer-kefu li em{float: left; display:block;width:45px; height:45px; overflow: hidden;}
.footer-kefu li a{display: block;height: 45px; font-size:14px; color: #fff; overflow: hidden; }
.footer-kefu .wx .code{ display:none;right: 47px; position: absolute; top: -135px; width: 150px; padding: 5px; border: 1px #ddd solid; background:#fff;}
.footer-kefu .wx .code img{ width:100%;}
.footer-kefu .wx .code p{line-height: 20px; text-align: center; font-size: 14px;}
.footer-kefu .m .code{ display:none;right: 47px; position: absolute; top: -135px; width: 150px; padding: 5px; border: 1px #ddd solid; background:#fff;}
.footer-kefu .m .code img{ width:100%;}
.footer-kefu .m .code p{line-height: 20px; text-align: center; font-size: 14px;}
.footer-kefu .qq em{ background:url(../images/side-kefu.png) no-repeat  center;}
.footer-kefu .wx em{ background:url(../images/side-weixin.png) no-repeat  center;}
.footer-kefu .m em{ background:url(../images/side-code.png) no-repeat  center;}
.footer-kefu .tel em{ background:url(../images/side-tel.png) no-repeat  center;}
.footer-kefu .tel a{ font-size:16px;}
.footer-kefu .top em{ background:url(../images/side-top.png) no-repeat  center;}


a {
  text-decoration: none;
}
/*去除未被访问的a标签的下划线*/
a:link {
  text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
  text-decoration: none;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
  text-decoration: none;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
  text-decoration: none;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
  text-decoration: none;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 22;
}
header .left img {
  width: 15.8125rem;
  margin-left: 4.5rem;
}
header .right {
  display: flex;
}
header .right .right1 {
  width: 11rem;
  height: 7.5rem;
  border-left: 2px solid #d6d6d65e;
  text-align: center;
  color: #272727;
  overflow: hidden;
}
header .right .right1 ul {
  display: inline-block;
  height: 7.5rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
header .right .right1 ul li {
  height: 7.5rem;
  line-height: 7.5rem;
  text-align: center;
  font-size: 1.25rem;
}
header .right .act {
  height: auto!important;
  z-index: 2;
  background-color: #fff;
}
header .right .language {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .right .language img {
  width: 1.4375rem;
  display: block;
  margin-right: 0.625rem;
  /*margin-top: 1.5rem;*/
}
header .right .language select {
  border: 0;
  margin-bottom: 0;
  /*margin-top: 1.5rem;*/
  width: 5rem;
}
li {
  list-style: none;
}
.right-mob img {
  width: 2.88rem;
}
.maodian{
  height: 0px;padding:0px;margin:0px;position: relative;top: -7.5rem;
 }

.nav .active::after{
  position: absolute;
   background-color: #1651B9;
   bottom:0;
  width:60%;
  height:4px;
  content: '';
  position: absolute;
  left:20%;
}
.nav .one{
  position: relative
}
 .banner img {
  width: 100%;
  height: 37.5rem!important;
  /* margin-top: 7.5rem!important; */
}
.banner{
  width: 100%;
  height: 37.5rem!important;
  margin-top: 7.5rem!important;
  display: flex;

  align-items: center;
  justify-content: center;
}
.banner img {
  position: absolute;
  top: 7.5rem;
  left:0;
  height: 100%;
  z-index: -1;
/*  transform: translateX(-50%);*/
}
.banner .tit{
  color: #ffffff;
  font-size: 3rem;
  max-width: 80%
}
body{
  font-family: "Microsoft YaHei", 宋体, Tahoma, Helvetica, Arial, 宋体, sans-serif;
}
@media (max-width: 1200px) {
  header .right .language img {
    /* margin-top: 1.875rem; */
  }
  header .right .language select {
    margin-top: 1.875rem;
  }
  .nav a {
    /* padding: 10px 0px!important; */
  }
  .footer .footer-top .footer1 {
    display: none;
  }
  .footer .footer-top .footer3 {
    display: none;
  }
}
.about {
  width: 100%;
  height: 69.875rem;
  background-image: url(../images/bg1.png);
  background-repeat: round;
  background-size: 100%;
  margin: 5rem 0 4.875rem;
}
.navs img{
  margin: 0 .5rem;
  width: 12px;
  vertical-align: middle;
}
@media (max-width: 860px) {
  body{
    font-size: 14px!important;
    /* padding-bottom: 95rem!important; */
    /* padding-bottom: 42rem!important; */

    position: relative;
    min-height: 100vh;
  }
  .footer{
    position: absolute;
    bottom: 0;
  }
  .footer .footer-top .footer2 .footer2-1 a {
    color: #D6D6D6;
    font-size: 14px;
}
.footer .footer-top .footer2 .footer2-1 a:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
}
.footer .copyright {
  margin: 2.5rem auto 0;
  color: #AFAFAF;
  text-align: center;
  font-size: 16px;
}
.nav ul > li {
  float: left;
  position: relative;
  width: 12rem!important;
}

}
@media (max-width: 800px) {
  header .right {
    display: none;
  }
  .right-mob {
    display: block!important;
    margin-right: 5rem;
  }
  header .left img {
    width: 20rem;
  }
  header {
    height: 10rem;
  }
  .banner {
    margin-top: 10rem!important;
  }

}
@media (max-width: 600px) {
  .maodian{
   top:-15rem
  }
  .footer .footer-top .footer2 {
    display: flex;
    font-size: 4rem;
    width: 100%;
    justify-content: space-around;
  }
  .header .right {
    display: none!important;
  }
  .right-mob {
    display: block!important;
    margin-right: 5rem;
  }
  .footer .copyright {
    margin: 6rem auto 6rem;
    color: #AFAFAF;
    width: 90%;
    text-align: center;
    word-break: break-all;
    line-height: 1.5;
  }
  body {
    padding-top: 7.5rem;
  }
  .nav a {
    padding: 10px 0px!important;
  }
  .footer .footer-top .footer2 .footer2-1:nth-last-child(1) {
    display: none;
  }
  .footer .footer-top .footer2 .footer2-1 {
    margin-right: 0;
  }
  .footer .footer-top .footer2 .footer2-1 a:nth-child(n+2) {
    display: none;
  }
  .footer .footer-top .footer2 {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 19.2rem;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 22;
  }
  header .left img {
    width: 37.44rem;
    margin-left: 4.5rem;
  }
  .right-mob img {
    width: 7.04rem!important;
  }
  .nav-left-container {
    top: 14.2rem!important;
  }
  .footer .footer-top .footer2 .footer2-1 .right1-1 {
    margin-bottom: 1rem;
    font-size: 18px;
    text-align: center;
  }
  .footer .copyright {
    font-size: 4rem;
  }
  .banner .tit {
    color: #ffffff;
    font-size: 8rem;
    max-width: 80%;
    text-align: center;
}
}
@media (max-width: 450px) {
  body{
    /* padding-bottom: 95rem!important; */
  }
  .banner{
    height: 200px!important;
    margin-top: 19rem!important;
  }
  .banner img{
    object-fit: cover;
    height: 200px!important;
  }
  .footer {
    padding-top: 15rem;
}

.navs {
  height: 16rem!important;
  line-height: 16rem!important;
  font-size: 16px!important;
}
/* .navs a{
  margin-right: 1rem;
} */
.navs img{
  margin: 0 .5rem;
  width: 4rem;
  vertical-align: middle;
}

.footer .footer-top .footer2 .footer2-1 {
  margin-right: 0;
  width: 50%;
  text-align: center;
  margin-bottom: 7rem;
}

.footer .footer-top .footer2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

body{
  font-family: "Raleway", "Arial", "Microsoft JhengHei", "Microsoft YaHei";
}







}
