i,
em {
  font-style: normal;
}

.hea {
  height: 130px;
  background: #fff;
}

.hea .logo {
  width: 8.854%;
  float: left;
  margin: 34px 0 0 4%;
  border-right: 1px solid #d8d8d8;
}

.hea .logo img {
  display: block;
  width: 87.65%;
}

.hea h2 {
  width: 20.958%;
  float: left;
  font-size: 24px;
  white-space: nowrap;
  color: #333;
  line-height: 3.em;
  height: 130px;
  padding-left: 1%;
  font-weight: 500;
  white-space: pre-wrap;
  position: relative;
}

.hea h2 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* for Chrome || Safari */
  -moz-transform: translateY(-50%);
  /* for Firefox */
  -ms-transform: translateY(-50%);
  /* for IE */
  -o-transform: translateY(-50%);
  /* for Opera */
}

.hea h2 img {
  max-width: 100%;
}

.hea h5 {
  width: 33px;
  height: 33px;
  float: left;
  margin-top: 48px;
  position: relative;
  z-index: 5;
}

.hea h5 em {
  display: none;
  font: 24px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 40px;
  left: -230px;
  width: 250px;
  background: #fff;
  text-align: right;
  padding: 20px 20px 20px 0;
  box-shadow: 0 0 1rem #ccc;
}

.hea h5:hover em {
  display: block;
}

.hea h5 i {
  font-size: 14px;
  font-weight: normal;
}

.menu {
  width: 47.83%;
  float: left;
  margin: 43px 0 0 5.5%;
}

.menu li {
  font-size: 16px;
  float: left;
  margin-right: 7.2%;
}

.menu li a {
  display: block;
  color: #333;
  height: 44px;
  line-height: 44px;
  position: relative;
}

.menu li a:hover,
.menu .cur a {
  color: #e1000f;
  font-weight: bold;
}

.menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #e1000f;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.menu li.cur a:before,
.menu li a:hover:before {
  width: 100%;
}

.menu li:last-child {
  margin-right: 0;
}

.menu li .submenu {
  overflow: hidden;
  display: none;
  position: absolute;
  width: 100%;
  top: 110px;
  z-index: 9;
  background: #f7f5f5;
  padding: 14px 0;
  left: 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.menu li .submenu dl {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.menu li .submenu dt {
  float: right;
  width: 450px;
  height: 260px;
  overflow: hidden;
}

.menu li .submenu dt a {
  background: none;
}

.menu li .submenu dt img {
  width: 450px;
  height: 260px;
  display: block;
}

.menu li .submenu dd {
  float: left;
  width: 740px;
  margin-top: 30px;
}

.menu li .submenu p a {
  display: block;
  float: left;
  width: 180px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding-left: 42px;
  font-size: 15px;
  color: #333333;
  margin: 0 20px 20px 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu li .submenu p a:nth-child(3n),
.menu li:nth-child(3) .submenu p a:nth-child(2n) {
  margin-right: 0;
}

.menu li:nth-child(3) .submenu p a:nth-child(3n) {
  margin: 0 20px 20px 0;
}

.menu li:nth-child(3) .submenu p a {
  width: 280px;
}

.menu li .submenu p a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #cb0912;
  border-radius: 50%;
  left: 21px;
  top: 21px;
}

.menu li .submenu p a::after,
.menu li .submenu dt a::before {
  width: 0;
}

.menu li:hover .submenu p a {
  font-weight: normal;
}

.menu li:hover .submenu p a:hover {
  border-color: #cb0912;
  background: #cb0912;
  color: #fff;
}

.menu li .submenu span a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #007de0;
  padding-left: 42px;
  font-size: 18px;
  color: #fff;
  margin: 0 20px 20px 0;
  position: relative;
  text-align: left;
  font-weight: normal;
  float: left;
  background: #007de0;
}

.menu li .submenu span a:before,
.menu li .submenu p a:hover:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 21px;
  top: 21px;
}


@media (min-width: 1400px) and (max-width: 1680px) {
  .hea .logo {
    width: 12.854%;
    margin: 34px 0 0 2%;
  }

  .hea h2 {
    font-size: 22px;
  }

  .menu {
    width: 42.83%;
    float: left;
    margin: 43px 0 0 8%;
  }

  .menu li {
    margin-right: 2.8%;
    margin-left: 2.8%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hea .logo {
    width: 12.854%;
    margin: 34px 0 0 2%;
  }

  .hea h2 {
    font-size: 18px;
    width: 16.958%;
  }

  .menu {
    width: 46.83%;
    float: left;
    margin: 43px 0 0 8%;
  }

  .menu li {
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media (min-width: 1020px) and (max-width: 1200px) {
  .hea .logo {
    width: 12%;
    margin: 34px 0 0 2%;
  }

  .hea h2 {
    font-size: 16px;
    width: 15.958%;
  }

  .menu {
    width: 48.83%;
    float: left;
    margin: 43px 0 0 4%;
  }

  .menu li {
    margin-right: 2%;
    margin-left: 2%;
  }
}


.foot {
  height: 485px;
  overflow: hidden;
}

.footer {
  width: 1200px;
  margin: 0 auto;
}

.fwz {
  height: 128px;
  border-bottom: 2px solid #e9e9e9;
}

.fwz p {
  float: left;
  font: 14px;
  color: #666;
  background: url(../image/f01.png) no-repeat left center;
  padding-left: 33px;
  line-height: 128px;
}

.fwz p em {
  font: 22px;
  color: #333;
  font-weight: bold;
}

.fwz p:nth-child(2) {
  background: url(../image/f02.png) no-repeat left center;
  margin-left: 163px;
}

.fwz h5 {
  float: right;
  font: 14px;
  line-height: 128px;
  color: #666;
}

.fwz h5 span {
  position: relative;
}

.fwz h5 span img {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #23303e;
  border-radius: 42px;
  vertical-align: middle;
  margin: 0 6px;
}

.fwz h5 span em {
  display: none;
  font: 22px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 8;
}

.fwz h5 span em img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 0;
  border: 5px solid #fff;
}

.fwz h5 span:hover em {
  display: block;
}

.fwz h5 span:hover img {
  background: #cb0912;
}

.fnav {
  width: 240px;
  height: 235px;
  margin-top: 40px;
  float: left;
}

.fnav:nth-child(2) {
  width: 480px;
}

.fnav:nth-child(3) {
  width: 360px;
}

.fnav:nth-child(4) {
  float: right;
}

.fnav p {
  font: 14px;
  line-height: 36px;
  color: #666;
}

.fnav p a {
  display: block;
  color: #666;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  width: 45%;
  padding-right: 5%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fnav p a:hover,
.tit1 a:hover,
.fwz a:hover,
.foot2 a:hover {
  font-weight: bold;
  color: #cb0912;
}

.tit1 a {
  display: block;
  height: 48px;
  font: 16px;
  line-height: 48px;
  overflow: hidden;
  color: #333;
  margin-bottom: 5px;
}

.foot2 {
  font: 14px;
  line-height: 70px;
  color: #fff;
}

.foot2 a {
  color: #fff;
}

.foot2 em {
  padding: 0 19px;
}


.client-2 {
  width: 45px;
  position: fixed;
  right: 10px;
  top: 60%;
  z-index: 999;
  color: #fff;
}

.client-2 li a {
  text-decoration: none;
  color: #fff;
}

.client-2 li {
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.client-2 li.my-kefu-qq {
  background: #153960 url(../image/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
  background: #153960 url(../image/cimg24.png) center no-repeat;
}


.client-2 li.my-kefu-whatsapp {
  background: #153960;
}

.client-2 li.my-kefu-youtube {
  background: #153960 url(../image/f2-1.png) center center no-repeat;
}

.client-2 li.my-kefu-tiktok {
  background: #153960 url(../image/f3.png) center center no-repeat;
}

.client-2 li.my-kefu-tel {
  background: #153960 url(../image/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
  background: #153960 url(../image/tohome.png) center no-repeat;
  background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
  width: 45px;
  height: 45px;
  display: block;
}

.client-2 li.my-kefu-ftop {
  background: #153960 url(../image/returnTop.png) center no-repeat;
}

.client-2 li p {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 li.my-kefu-qq .cont {
  margin: 0;
  background: #153960 url(../image/cimg23.png) 15px center no-repeat;
  border-radius: 50px;
  padding-left: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
  margin: 0;
  background: #153960 url(../image/cimg25.png) 15px center no-repeat;
  border-radius: 50px;
  padding-left: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
  padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
  margin: 0;
  width: 115px;
  padding: 5px;
  border: solid 1px #ccc;
  position: absolute;
  left: -150px;
  top: -44px;
  background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
  display: block;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
  width: 115px;
  height: 115px;
}

.client-2 li:hover .cont {
  display: block !important;
}