@media screen and (min-width:1850px) {
  html {
    font-size: 16px;
  }
}

.menubox1 {
  display: none;
}

.title h5 {
  font-size: 62px;
  line-height: 1;
  color: #fff;
  margin-bottom: 45px;
}

.title p {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.header {
  width: 100%;
  height:70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 1px solid #fff;
  background-color: #000f21;
}

.header-phone {
  display: none;
}

.header-in {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  padding-left: 21rem;
  background-color: #010f21;
  /* border-bottom: 1px solid #465669; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.header .hamburger {
  display: none;
}

.header .logo {
  display: block;
  width: 270px;
  line-height: 70px;
  display: flex;
  align-items: center;
}
.header .logo a{
  display: flex;
  align-items: center;
}
.header-main .header-r {
  height: 70px;
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
}

.header-main .header-r .search-wrap:hover .search-main {
  border-color: #fff;
}

.header-main .header-r .search-wrap .search-main {
  width: 200px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding-left: 10px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}

.header-main .header-r .search-wrap input {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
}

.header-main .header-r .search-wrap .search-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.header-main .menu {
  padding: 0 0 0 10%;
  width: 100%;
}

.header-main .menu>ul>li {
  float: left;
  margin: 0 17px;
  position: relative;
  line-height: 70px;
}

/* .header-main .menu>ul>li:hover .menu-list::before {
  position: absolute;
  display: block;
  left: 3px;
  top: 60px;
  margin: auto;
  content: "";
  height: 2px;
  width: 69px;
  background: hsla(0, 0%, 100%, .8)
} */
.header-main .menu>ul>li:hover .menu-list span{
  color: #0057fe;
}
.header-main .menu>ul>li:hover .menu-list::after {
  transform: rotate(180deg);
  transition: all .2s;
}

.header-main .menu>ul>li:hover .list {
  display: block;
}

.header-main .menu .menu-list {
  cursor: pointer;
  position: relative;
}

.header-main .menu .menu-list span {
  font-size: 18px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;

}

.header-main .menu .menu-list::after {
  content: '';
  width: 12px;
  height: 9px;
  background: url(../images/icon1.png) no-repeat center / 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.header-main .menu ul li:nth-of-type(4) .menu-list::after{
  background: none;
}
.header-main .menu ul li:nth-of-type(5) .menu-list::after{
  background: none;
}
.header-main .menu ul li:nth-of-type(6) .menu-list::after{
  background: none;
}

.header-main .menu .list {
  display: none;
  position: absolute;
  left: -30px;
}
.header-main .menu .list::after {
  content: '';
  width: 21px;
  height: 14px;
  background: url(../images/triangle.png) no-repeat center / 100% 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left:55px;
}
.header-main .menu .product-list {
  background: #0057fe;
  border-radius: 0 0 20px 20px;
  /*width: 786px;*/
  width: 1100px;
  /* left: 25.32375%; */
}

@media (max-width: 1400px) {
  .header-main .menu .product-list {
    left: -120px;
  }
  .header-main .menu .list::after {
    left: 150px;
  }
}

.header-main .menu .product-list li {
  float: left;
  /* width: 262px; */
  width: 220px;
  border-right: 1px solid #fff;
  border-right: none;
}

.header-main .menu .product-list li:last-child {
  border-right: none;
}

.header-main .menu .product-list li>p {
  margin: 0 25px 10px;
  border-bottom: 1px solid #fff;
  line-height: normal;
}

.header-main .menu .product-list li span {
  font-size: 16px;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.header-main .menu .product-list li p span:last-child {
  display: none;
}

.header-main .menu .product-list li span:last-child {
  font-size: 12px;
  margin-left: 10px;
}

.header-main .menu .product-list dl {
  padding-bottom: 5px;
}

.header-main .menu .product-list dd {
  margin-bottom: 10px;
  margin-bottom: 0;
  position: relative;
}

.header-main .menu .product-list dd::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/arr8.png) no-repeat center / 100% 100%;
  position: absolute;
  top: 12px;
  left: 0;
  opacity: 0;

}

.header-main .menu .product-list dd:hover::before {
  opacity: 1;
}

.header-main .menu .product-list dd a {
  color: #ddd;
  padding: 10px 0;
  height: 70px;
  display: block;
}

.header-main .menu .product-list dd a>p {
  padding-left: 25px;
}

.header-main .menu .product-list dd a>p:first-child {
  font-size: 16px;
  font-size: 14px;
  line-height: 26px;
}

.header-main .menu .product-list dd a>p:last-child {
  font-size: 12px;
  line-height: 22px;
}

.header-main .menu .product-list dd:hover a {
  /* background: #001d40; */
  color: #fff;
}

.header-main .menu .product-list dd:hover::before {
  opacity: 1;
}

.header-main .menu .solution-list {
  background: #0057fe;
  border-radius: 0 0 20px 20px;
  /* left: 31.5%; */
}
.header-main .menu .solution-list>ul,.header-main .menu .serve-list>ul{
  display: flex;
}
.header-main .menu .solution-list li {
  float: left;
  /* border-right: 1px solid #fff; */
  width: 262px;
}

.header-main .menu .solution-list li:last-child {
  border-right: none;
}

.header-main .menu .solution-list li>p {
  margin: 0 25px 10px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
}

.header-main .menu .solution-list dl {
  padding-bottom: 5px;
}

.header-main .menu .solution-list dd {
  margin-bottom: 10px;
  position: relative;
}

.header-main .menu .solution-list dd.half-dd {
  width: 125px;
}

.header-main .menu .solution-list dd.half-dd a {
  height: 34px;
  padding: 0;
}

.header-main .menu .solution-list dd.half-dd p {
  line-height: 34px;
}

.header-main .menu .solution-list dd.half-dd p:last-child {
  font-size: 16px;
  line-height: 34px;
}

.header-main .menu .solution-list dd:hover:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/arr8.png) no-repeat center / 100% 100%;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 1;
}

.header-main .menu .solution-list dd a {
  color: #ddd;
  /* padding: 10px 0; */
  height: 34px;
  display: block;
}

.header-main .menu .solution-list dd a>p {
  padding-left: 25px;
}

.header-main .menu .solution-list dd a>p:first-child {
  font-size: 14px;
  line-height: 34px;
}

.header-main .menu .solution-list dd a>p:last-child {
  font-size: 12px;
  line-height: 22px;
}

.header-main .menu .solution-list dd:hover a {
  /* background: #001d40; */
  color: #fff;
}

.header-main .menu .solution-list dd:hover::before {
  opacity: 1;
}

.header-main .menu .serve-list {
  background: #0057fe;
  border-radius: 0 0 20px 20px;
  /* left: 37.5%; */
}

.header-main .menu .serve-list li {
  float: left;
  /* border-right: 1px solid #fff; */
  width: 262px;
  height: 225px;
  height: auto;
}

.header-main .menu .serve-list li:last-child {
  border-right: none;
}

.header-main .menu .serve-list li>p {
  margin: 0 25px 10px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
}

.header-main .menu .serve-list dl {
  padding-bottom: 5px;
}

.header-main .menu .serve-list dd {
  margin-bottom: 10px;
  position: relative;
}

.header-main .menu .serve-list dd.half-dd a {
  height: 34px;
  padding: 0;
}

.header-main .menu .serve-list dd.half-dd p:first-child {
  font-size: 14px;
  line-height: 34px;
}

.header-main .menu .serve-list .half-dd:hover:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/arr8.png) no-repeat center / 100% 100%;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 1;
}

.header-main .menu .serve-list dd a {
  color: #ddd;
  /* padding: 10px 0; */
  height: 34px;
  display: block;
}

.header-main .menu .serve-list dd a>p {
  padding-left: 25px;
}

.header-main .menu .serve-list dd a>p:first-child {
  font-size: 14px;
  line-height: 34px;
}

.header-main .menu .serve-list dd:hover a {
  /* background: #001d40; */
  color: #fff;
}

.header-main .menu .serve-list dd:hover::before {
  opacity: 1;
}

.header-main .menu .list1 {
  background: #0057fe;
  border-radius: 0 0 20px 20px;
  padding-bottom: 15px;
  /* left: 50%; */
}

.header-main .menu .list1 li {
  width: 265px;
  font-size: 16px;
  font-size: 14px;
  line-height: 44px;
  margin-bottom: 10px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.header-main .menu .list1 li:last-child {
  margin-bottom: 0;
}

.header-main .menu .list1 li:hover ::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/arr8.png) no-repeat center / 100% 100%;
  position: absolute;
  top: 12px;
  left: 0;
  opacity: 1;
}

.header-main .menu .list1 li:hover a {
  /* background: #001d40; */
  color: #fff;
}

.header-main .menu .list1 li:hover::before {
  opacity: 1;
}

.header-main .menu .list1 a {
  display: block;
  color: #ddd;
}

/* .header-main .menu .list2 {
  left: 57%;
}

.header-main .menu .list3 {
  left: 63%;
} */

.footer {
  margin-top: 0 !important;
  box-sizing: border-box;
}

.footer .footer-top {
  box-sizing: border-box;
  background-color: #000;
  width: 100%;
  padding: 8.6458% 7.29% 11.1458%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #63758a;
}

.footer .footer-top>div {
  display: inline-block;
  vertical-align: top;
}

.footer .footer-top .footer-left {
  width: 250px;
  padding-top: 17px;
}

.footer .footer-top .footer-left .footer-logo {
  width: 250px;
  display: block;
  margin-bottom: 52px;
}

.footer .footer-top .footer-left ul {
  margin: 0 5px;
}

.footer .footer-top .footer-left ul li {
  float: left;
  width: 24px;
  margin: 0 10px;
}

.footer .footer-top .footer1 p {
  font-size: 16px;
  line-height: 54px;
  color: #fff;
}

.footer .footer-top .footer1 dd {
  font-size: 14px;
  line-height: 52px;
  color: #fff;
}

.footer .footer-top .footer1 dd a {
  color: #fff;
  display: block;
}

.footer .footer-top .footer-right {
  box-sizing: border-box;
  width: 322px;
}

.footer .footer-top .footer-right .contact-tit {
  font-size: 16px;
  line-height: 54px;
  color: #fff;
}

.footer .footer-top .footer-right .contact-item span {
  font-size: 14px;
  line-height: 52px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-top .footer-right .contact-item:last-child span{
  line-height: 28px;
}
.footer .footer-top .footer-right .contact-item span:first-child {
  width: 55px;
}

.footer .footer-top .footer-right .contact-item span:last-child {
  width: calc(100% - 55px);
}

.footer .copyright {
  background-color: #000;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.footer .copyright a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}

.footer .copyright a:hover {
  color: #000f21;
}

.footer .copyright .link1 {
  margin-left: 30px;
}

.message {
  width: 62px;
  height: 62px;
  position: fixed;
  right: 3%;
  bottom: 5vh;
  z-index: 2;
}

/* 导航按钮 */
.right-menu {
  cursor: pointer;
  color: #fff;
  float: right;

}

.right-menu i {
  font-style: normal;
}

.right-menu .top-menu {
  font-size: 1.6rem
}

.menubox {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  z-index: -1
}

.menubox,
.menubox .menubox-bg {
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s
}

.menubox .menubox-bg {
  z-index: 0;
  background-color: rgba(0, 0, 0, .6);
  cursor: pointer;
}

.menubox .menubox-bg,
.menubox .menumain {
  opacity: 0;
  position: absolute;
  height: 100%
}

.menubox .menumain {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  left: 100%;
  z-index: 4;
  background-color: #000f21;
  border-left: 1px solid hsla(0, 0%, 93%, .2);
  padding: 2.63vh 2.67vw 4.21vh
}

@media screen and (max-width:1300px) {
  .menubox .menumain {
    width: 30%
  }
}

@media screen and (min-width:1300px) {
  .menubox .menumain {
    width: 21%
  }
}

.menubox .menumain .menu-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.menubox .menumain .menu-logo .anticon {
  cursor: pointer;
  font-style: normal;
}

.menubox .menumain .menu-logo .anticon:last-child {
  margin-right: 1.04vw;
  color: #fff;
  font-size: 1.9rem
}

.menubox .menumain .menu-logo .menu-logo-img {
  height: 1.2rem;
  cursor: pointer
}

.menubox .menumain .menuitem-box {
  margin-top: 3.5rem
}

.menubox .menumain .menuitem-box .menuitem {
  padding: 3.05vh 0;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
  color: #fff;
  cursor: pointer
}

.menubox .menumain .menuitem-box .menuitem a {
  color: inherit
}

.menubox .menumain .menuitem-box .menuitem a:active,
.menubox .menumain .menuitem-box .menuitem a:focus {
  text-decoration: none
}

.menubox .menumain .menuitem-box .menuitem:last-child {
  padding-bottom: 3.5rem;
  border-bottom: 2px solid hsla(0, 0%, 100%, .2)
}

.menubox .menumain .menuitem-box .menuitem:hover,
.menubox .menumain .menuitem-box ._3mLE {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
  color: #232ffe
}

.menubox .menumain ._3wHs {
  padding-top: 18.95vh
}

.menubox .menumain ._3wHs div {
  font-size: .75rem;
  font-weight: 400;
  font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
  color: hsla(0, 0%, 100%, .2);
  width: 72px
}

.menuactive {
  z-index: 102;
  width: 100%;
}

.menuactive ._14n0 {
  opacity: 1;
  z-index: 3;
  cursor: pointer
}

.menuactive .menubox-bg {
  opacity: 1;
  z-index: 1;
  width: 100%;
}

.menuactive .menumain {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 1
}

.top-lang {
  border: 1px solid #333f4d;
  height: 4.3vmin;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  float: left
}

.top-lang a {
  border: none;
  background: 0 0;
  padding: 0 1.5vmin;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 400;
  font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
  color: hsla(0, 0%, 100%, .5);
  border-right: 1px solid #333f4d
}

.top-lang a:last-child {
  border-right: none
}

.top-lang a:active,
.top-lang a:focus,
.top-lang a:hover {
  outline: 0;
  color: #fff
}

.top-lang .XrEj {
  color: #fff
}

.langbox {
  margin-top: 2rem
}


/*end*/

@media (max-width: 1680px) {
  .title h5 {
    font-size: 52px;
    margin-bottom: 30px;
  }

  .title p {
    font-size: 24px;
  }

  .footer .footer-top .footer-center {
    box-sizing: border-box;
    padding: 0 5% 0 10%;
  }

  .header {
    height: 80px;
  }

  .headHT {
    height: 70px;
    display: block;
    overflow: hidden;
  }

  .header .logo {
    width: 220px;
    line-height: 80px;
  }

  .header .header-r {
    margin-top: 20px;
    width: calc(100% - 220px);
  }

  .header-main .menu {
    padding-left: 10%;
  }

  .header-main .menu>ul>li {
    margin: 0 14px;
  }

  /* .header-main .menu .list {
    margin-top: 26px;
  } */

  /* .header-main .menu .product-list {
    left: 25%;
  }

  .header-main .menu .solution-list {
    left: 32%;
  }

  .header-main .menu .serve-list {
    left: 38%;
  }

  .header-main .menu .list1 {
    left: 52%;
  }

  .header-main .menu .list2 {
    left: 60%;
  }

  .header-main .menu .list3 {
    left: 66.5%;
  } */

  .header-main .menu>ul>li:hover .menu-list::before {
    top: 56px;

  }
}

@media (max-width: 1440px) {
  .title h5 {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .title p {
    font-size: 20px;
  }

  .footer .footer-top .footer-center ul {
    margin: 0 -5%;
  }

  .footer .footer-top .footer-center li {
    padding: 0 15%;
  }


  /* .header-main .menu .list {
    margin-top: 26px;
  } */

  /* .header-main .menu .product-list {
    left: 26.4%;
  }

  .header-main .menu .solution-list {
    left: 34.5%;
  }

  .header-main .menu .serve-list {
    left: 42.2%;
  }

  .header-main .menu .list1 {
    left: 58%;
  }

  .header-main .menu .list2 {
    left: 66.9%;
  }

  .header-main .menu .list3 {
    left: 74.7%;
  } */

  .header-main .menu>ul>li:hover .menu-list::before {
    top: 52px;

  }

}


@media (max-width: 1366px) {
  .header-in {
    padding-left: 16rem;
  }
  /* .header-main .menu .product-list {
    left: 22.4%;
  }

  .header-main .menu .solution-list {
    left: 31.1%;
  }

  .header-main .menu .serve-list {
    left: 39.5%;
  }

  .header-main .menu .list1 {
    left: 56.2%;
  }

  .header-main .menu .list2 {
    left: 65.5%;
  }

  .header-main .menu .list3 {
    left: 74%;
  } */

  .header-main .menu>ul>li:hover .menu-list::before {
    top: 50px;

  }
}

@media (max-width: 1360px) {
  .header .header-r .search-wrap .search-main {
    display: none;
  }
}

@media (max-width: 1280px) {
  .header {
    height: 70px;
  }

  .headHT {
    height: 70px;
    display: block;
    overflow: hidden;
  }

  .header .logo {
    width: 180px;
    line-height: 70px;
  }

  .header .header-r {
    margin-top: 15px;
    width: calc(100% - 180px);
  }

  /* .header-main .menu>ul>li {
    padding-bottom: 20px;
  } */

  .header-in {
    padding-left: 16rem;
  }
  /* .header-main .menu .product-list {
    left: 22.5%;
  }

  .header-main .menu .solution-list {
    left: 31.5%;
  }

  .header-main .menu .serve-list {
    left: 40.3%;
  }

  .header-main .menu .list1 {
    left: 58.5%;
  }

  .header-main .menu .list2 {
    left: 68.2%;
  }

  .header-main .menu .list3 {
    left: 77%;
  } */

  .header-main .menu>ul>li:hover .menu-list::before {
    top: 48px;

  }
}

@media (max-width: 1200px) {
  .title h5 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .title p {
    font-size: 18px;
  }

  .footer .footer-top {
    padding: 6% 5%;
  }

  .footer .footer-top .footer-left {
    width: 170px;
  }

  .footer .footer-top .footer-left .footer-logo {
    margin-bottom: 30px;
  }

  .footer .footer-top .footer-center {
    width: calc(100% - 492px);
    padding: 0 0 0 100px;
  }

  .footer .footer-top .footer-center p {
    font-size: 22px;
    line-height: 42px;
  }

  .footer .footer-top .footer-center dd {
    font-size: 16px;
    line-height: 42px;
  }

  .footer .footer-top .footer-center ul {
    margin: 0 -20px;
  }

  .footer .footer-top .footer-center li {
    padding: 0 20px;
  }

  .footer .footer-top .footer-right .contact-tit {
    font-size: 22px;
    line-height: 42px;
  }

  .footer .footer-top .footer-right .contact-item span {
    font-size: 16px;
    line-height: 42px;
  }

  .header-main .menu {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 10px 0 50px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
  }

  .header-main .menu>ul>li {
    margin: 0;
    float: none;
    padding-bottom: 0;
  }

  .header-main .menu .menu-list {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .header-main .menu .menu-list::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }

  .header-main .menu .menu-list span {
    font-size: 16px;
    line-height: 52px;
    width: 100%;
  }

  .header-main .menu .list {
    display: none;
    margin-top: 0;
    position: relative;
    left: auto;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }

  .header-main .menu .product-list,
  .header-main .menu .solution-list,
  .header-main .menu .serve-list {
    width: 100%;
    background: none;
  }

  .header-main .menu .product-list li,
  .header-main .menu .solution-list li,
  .header-main .menu .serve-list li {
    float: none;
    width: 100%;
    border-right: none;
    padding-left: 0;
    height: auto;
  }

  .header-main .menu .product-list li>p,
  .header-main .menu .solution-list li>p,
  .header-main .menu .serve-list li>p {
    display: none;
  }

  .header-main .menu .product-list dl,
  .header-main .menu .solution-list dl,
  .header-main .menu .serve-list dl {
    padding-bottom: 0;
  }

  .header-main .menu .product-list dd,
  .header-main .menu .solution-list dd,
  .header-main .menu .serve-list dd {
    margin-bottom: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }

  .header-main .menu .product-list dd::before,
  .header-main .menu .solution-list dd::before,
  .header-main .menu .serve-list dd::before {
    display: none;
  }

  .header-main .menu .product-list dd a,
  .header-main .menu .solution-list dd a,
  .header-main .menu .serve-list dd a {
    height: auto;
  }

  .header-main .menu .product-list dd a>p,
  .header-main .menu .solution-list dd a>p,
  .header-main .menu .serve-list dd a>p {
    padding-left: 0;
  }

  .header-main .menu .product-list dd a>p:last-child,
  .header-main .menu .solution-list dd a>p:last-child,
  .header-main .menu .serve-list dd a>p:last-child {
    display: none;
  }

  .header-main .menu .solution-list dd.half-dd,
  .header-main .menu .serve-list dd.half-dd {
    width: 100%;
  }

  .header-main .menu .solution-list dd.half-dd a,
  .header-main .menu .serve-list dd.half-dd a {
    padding: 10px 0;
    height: auto;
  }

  .header-main .menu .solution-list dd.half-dd p:first-child,
  .header-main .menu .serve-list dd.half-dd p:first-child {
    line-height: 26px;
  }

  .header-main .menu .list1,
  .header-main .menu .list2,
  .header-main .menu .list3 {
    background: none;
    padding-bottom: 0;
  }

  .header-main .menu .list1 li,
  .header-main .menu .list2 li,
  .header-main .menu .list3 li {
    width: 100%;
    line-height: 26px;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }

  .header-main .menu .list1 li::before,
  .header-main .menu .list2 li::before,
  .header-main .menu .list3 li::before {
    display: none;
  }

  .header-main .menu .list1 li a,
  .header-main .menu .list2 li a,
  .header-main .menu .list3 li a {
    padding: 10px 0;
  }

  .header .hamburger {
    display: block;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 999;
  }

  .header .hamburger .line {
    height: 2px;
    width: 26px;
    margin: 6px auto;
    background-color: #1f45fe;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header .is-active {
    animation: smallbig 0.6s forwards;
  }

  .header .is-active .line:nth-child(1),
  .header .is-active .line:nth-child(2),
  .header .is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .header .is-active .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .header .is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .header .is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 992px) {
  .footer .footer-top {
    flex-direction: column;
  }

  .footer .footer-top .footer1 {
    display: none;
  }

  .footer .footer-top .footer-right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .title h5 {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .title p {
    font-size: 16px;
  }

  .header {
    height: 60px;
  }

  .headHT {
    height: 60px;
    display: block;
    overflow: hidden;
  }

  .header .logo {
    width: 160px;
    line-height: 60px;
  }

  .header .hamburger {
    margin-top: 15px;
  }

  .header .header-r {
    /* margin-top: 60px; */
    z-index: 999;
  }

  .header .menu {
    width: 100%;
    background: #001d40;
  }

  .header-main .header-in {
    display: none;
  }


  .header-phone {
    width: 100%;
    position: fixed;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 10px;
    background: #000;
  }

  .header-phone .m-logo {

    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    cursor: pointer;
    width: 24rem;
    -ms-flex-align: center;
    align-items: center
  }

  .header-phone .m-logo .logo-img {
    width: 100%;
    display: inline-block
  }

  .header-phone .right-menu1 {
    cursor: pointer;
    color: #fff
  }

  .header-phone .right-menu1 .top-menu {
    font-size: 3rem;
    font-style: normal;
  }

  .menubox1 {
    display: block;
    position: fixed;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    width: 100%;
  }

  .menubox1,
  .menubox1 .menubox-bg {
    left: 0;
    top: 0;

    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
  }

  .menubox1 .menubox-bg {
    z-index: 0;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
  }

  .menubox1 .menubox-bg,
  .menubox1 .menumain {
    opacity: 0;
    position: absolute;
    height: 100%
  }

  .menubox1 .menumain {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    left: 100%;
    z-index: 4;
    background-color: #000f21;
    border-left: 1px solid hsla(0, 0%, 93%, .2);
    padding: 2.63vh 2.67vw 4.21vh;
    width: 100%;

  }

  .menuactive {
    z-index: 102;
  }

  .menuactive ._14n0 {
    opacity: 1;
    z-index: 3;
    cursor: pointer
  }

  .menuactive .menumain {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 1;
    overflow: auto;
    
  }

  .menuactive .menubox-bg {
    opacity: 1;
    z-index: 1;
  }

  .menubox1 .menumain .menu-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menubox1 .menumain .menu-logo .anticon {
    cursor: pointer;
    font-style: normal;
  }

  .menubox1 .menumain .menu-logo .anticon:last-child {
    margin-right: 1.04vw;
    color: #fff;
    font-size: 1.9rem;
  }

  .menubox1 .menumain .menu-logo .menu-logo-img {
    height: 3rem;
    cursor: pointer;
  }

  .menubox1 .menumain .menuitem-box {
    margin-top: 3.5rem;
  }

  .menubox1 .menumain .menuitem-box .menuitem {
    padding: 3.05vh 0;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
    color: #fff;
    cursor: pointer;
  }

  .menubox1 .menumain .menuitem-box .menuitem a {
    color: inherit;
  }

  .menubox1 .menumain .menuitem-box .menuitem a:active,
  .menubox1 .menumain .menuitem-box .menuitem a:focus {
    text-decoration: none;
  }

  .menubox1 .menumain .menuitem-box .menuitem:last-child {
    padding-bottom: 3.5rem;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  }

  .menubox1 .menumain .menuitem-box .menuitem:hover,
  .menubox1 .menumain .menuitem-box ._3mLE {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
    color: #232ffe;
  }

  .menubox1 .menumain ._3wHs {
    padding-top: 18.95vh;
  }

  .menubox1 .menumain ._3wHs div {
    font-size: 0.75rem;
    font-weight: 400;
    font-family: Microsoft YaHei, PingFangSC, Arial, Helvetica;
    color: hsla(0, 0%, 100%, 0.2);
    width: 72px;
  }

  .menubox1 .menumain .menuitem-box div h3 {
    height: 54px;
    width: 100%;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #465669;
  }
  .menubox1 .menumain .menuitem-box div h3 span a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    line-height: 54px;
  }
  .menubox1 .menumain .menuitem-box div h3 img {
    width: 20px;
    height: 20px;
  }
  .menubox1 .menumain .menuitem-box div .list {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .menubox1 .menumain .menuitem-box div .list ul li {
    margin-bottom: 10px;
  }
  .menubox1 .menumain .menuitem-box div .list ul li p {
    padding-left: 7%;
    font-size: 14px;
    line-height: 42px;
    color: #ccc;
    border-bottom: 1px solid #465669;
  }
  .menubox1 .menumain .menuitem-box div .list ul li p a {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
  }
  .menubox1 .menumain .menuitem-box div .list ul li dl {
    margin-top: 10px;
  }
  .menubox1 .menumain .menuitem-box div .list ul li dl dd {
    padding-left: 10%;
    margin-right: 10px;
  }
  .menubox1 .menumain .menuitem-box div .list ul li dl dd a {
    padding-left: 0;
    font-size: 12px;
    line-height: 24px;

  }
  .menubox1 .menumain .menuitem-box div .list ul li dl dd a p {
    line-height: 24px;
    border: none;

  }
  .menubox1 .menumain .menuitem-box div .list ul li a {
    padding-left: 7%;
    font-size: 14px;
    line-height: 28px;
    color: #ccc;

  }
  .top-lang {
    height: 8.3vmin !important;
  }
  

.top-lang a {
  font-size: 2rem;
}
}