﻿@font-face {
  font-family: 'SH-CN';
  src: url(http://www.jshongtu.cn/template/default/static/font/SourceHanSansCN-Light.otf) format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SH-CN';
  src: url(http://www.jshongtu.cn/template/default/static/font/SourceHanSansCN-Regular.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SH-CN';
  src: url(http://www.jshongtu.cn/template/default/static/font/SourceHanSansCN-Bold.otf) format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SH-CN';
  src: url(http://www.jshongtu.cn/template/default/static/font/SourceHanSansCN-Normal.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SH-CN';
  src: url(http://www.jshongtu.cn/template/default/static/font/SourceHanSansCN-Medium.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SH-CN';
  src: url(http://www.jshongtu.cn/template/default/static/font/SourceHanSansCN-Heavy.otf) format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'N-aA';
  src: url(http://www.jshongtu.cn/template/default/static/font/nissan-ag-extrabold-cnd.otf) format('opentype');
}

@font-face {
  font-family: 'FN-B';
  src: url(../font/FuturaNDAltCn-Bold.ttf) format('turetype');
}

.f-s-na {
  font-family: 'N-aA', sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  /* font: 12px/1.5 tahoma, arial, Microsoft YaHei, sans-serif; */
  font-family: 'SH-CN';
  font-weight: 400;
  overflow-x: hidden;
  color: #1D1D1E;
  background: #eeeeee;
}

html {
  scroll-behavior: smooth;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.ht_small_banner img,
.apple-banner img {
  max-width: 1920px;
}

.ht_small_banner {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  top: 0px;
  z-index: -2;
  margin: 0 auto;
}

.ht_title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin: 0 0 30px 0;
  position: relative;
  line-height: 42px;
  z-index: 1;
  white-space: nowrap;

  .en_title {
    text-transform: uppercase;
    font-size: 24px;
    color: #d5d5d5;
    font-family: 'SH-CN';
    position: absolute;
    top: -16px;
    font-weight: 500;
    transform: scaleY(1);
    letter-spacing: 0px;
    z-index: -1;
    white-space: nowrap;
    font-style: italic;
  }

  span {
    color: #C72E23;
  }
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.full-height {
  height: 100%
}

.flex-row-sb {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.flex-row-sa {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center
}

.flex-row-left {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.flex-row-right {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.flex-column-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center
}

.flex-column-sa {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.flex-column-center.flex-column-center-b2b {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end
}

.flex-column-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}

.flex-column-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center
}

.flex-block {
  flex-shrink: 0;
  flex-grow: 0
}

.flex-auto {
  flex-shrink: 1;
  flex-grow: 1
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-align-start {
  align-items: flex-start
}

.flex-align-end {
  align-items: flex-end
}

.fimg {
  overflow: hidden
}

.fimg>img {
  width: 100%
}

.fimg_d {
  overflow: hidden
}

.fimg_d>img {
  height: 100%
}

.back-row-c {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat
}

.back-column-c {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.text-of-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.text-of-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.text-of-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.text-of-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.text-of-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.scroll-theme::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

.link {
  transition: all .3s ease;
  cursor: pointer
}

.link:hover {
  color: #fff
}

.link-primary {
  cursor: pointer;
  transition: all .3s ease;
  color: #fff
}

.link-primary:hover {
  color: #fff
}

.pointer {
  cursor: pointer
}

.hide {
  display: none
}

.abs-full {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.text-center {
  text-align: center
}

.opacity-limit {
  opacity: 0
}

.relative {
  position: relative
}

.absolute {
  position: relative
}

.z-index-999 {
  z-index: 999
}

.of-hidden {
  overflow: hidden
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .3
}



a:hover {
  text-decoration: none
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(200deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.rotate {
  transition: .5s;
  transform-origin: 50% 50%;
  animation: rotate 1s linear infinite
}

.w {
  width: 100%;
  min-width: 1400px;
  overflow: hidden;

}

.ssw {
  width: 1200px;
  margin: 0 auto
}

.sw {
  width: 1400px;
  margin: 0 auto
}

.sw_b {
  max-width: 1760px;
  margin: 0 auto
}

.headerCom {
  position: absolute;
  top: 0px;
  transition: all .5s ease;
  background-color: rgba(0, 0, 0, .3);
  z-index: 99;
  overflow: initial;
}

.headerCom:hover {
  background-color: rgba(0, 0, 0, .5);
}

.headerCom .navcarrier {
  position: relative;
  width: 100%
}

.headerCom .navcarrier .headerCom_c {
  height: 94px
}

.headerCom .navcarrier .headerCom_c .logoCom>img {
  width: 290px;
  height: auto
}

.headerCom .navcarrier .headerCom_c .header_right {
  height: 100%;
  flex: 1;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox {
  margin-right: 35px;
  cursor: pointer;
  position: relative;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level1 {
  color: #fff
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level1>span {
  font-size: 16px;
  letter-spacing: 1px;
  margin-right: 6px;
  /* transition: all .5s ease; */
  color: #fff;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox.active .level1>span {
  color: #de1d22;
  font-weight: 700;
}

.headerCom.change .navcarrier .headerCom_c .header_right .navCom .navBox .level1>span {
  color: #000;
}

.headerCom.change .navcarrier .headerCom_c .header_right .navCom .navBox.active .level1>span {
  color: #de1d22;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level1>i {
  font-size: 18px;
  /* transition: all .5s ease; */
  color: #fff;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox.active .level1>i {
  font-size: 18px;
  /* transition: all .5s ease; */
  color: #de1d22;
}

.headerCom.change .navcarrier .headerCom_c .header_right .navCom .navBox .level1>i {
  font-size: 18px;
  /* transition: all .5s ease; */
  color: #000;
}

.headerCom .logoCom img:nth-child(1) {
  display: block;
}

.headerCom .logoCom img:nth-child(2) {
  display: none;
}

.headerCom.change .logoCom img:nth-child(1) {
  display: none;
}

.headerCom.change .logoCom img:nth-child(2) {
  display: block;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .navmouse {
  width: 0;
  height: 3px;
  background-color: #000;
  position: relative;
  top: 15px;
  transition: all .5s ease
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 {
  position: absolute;
  width: 300px;
  left: 0px;
  top: 41px;
  transition: all .5s ease;
  overflow: hidden;
  max-height: 0px;
  background-color: #3C3E4380;
  border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf {
  width: 100%;
  /* height: 133px; */
  padding: 30px 0px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box {
  padding: 0 45px;
  /* border-right: 1px solid #ccc; */
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box:hover span {
  color: #de1d22;
  font-weight: 700;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box:hover .leve12_icon>img:nth-child(1) {
  z-index: 1;
  opacity: 1;
  filter: sepia(100%) hue-rotate(312deg) saturate(65000%);
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box:hover .leve12_icon>img:nth-child(2) {
  z-index: 2;
  opacity: 1
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box .leve12_icon {
  position: relative;
  width: 16px;
  height: 18px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box .leve12_icon>img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  /* transition: all .5s ease */
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box .leve12_icon>img:nth-child(1) {
  z-index: 2;
  opacity: 1
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box .leve12_icon>img:nth-child(2) {
  z-index: 1;
  opacity: 0
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box>span {
  font-size: 14px;
  color: #fff;
  /* transition: all .5s ease */
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox .level2 .kabedf .level2Box:last-child {
  border-right: none
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox:last-child {
  margin-right: 0px
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox:hover .navmouse {
  width: 100%
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox:hover .level1>span {
  color: #de1d22;
  font-weight: 700;
}

.headerCom.change .navcarrier .headerCom_c .header_right .navCom .navBox:hover .level1>span {
  color: #de1d22
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox:hover .level1>i {
  color: #de1d22;
  transform: rotate(180deg)
}

.headerCom.change .navcarrier .headerCom_c .header_right .navCom .navBox:hover .level1>i {
  color: #000;
}

.headerCom .navcarrier .headerCom_c .header_right .navCom .navBox:hover .level2 {
  max-height: 600px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.headerCom .navcarrier .headerCom_c .header_right .header_contact {
  color: #fff;
  align-items: flex-end;
  margin-left: 30px;
  height: 100%;
  padding-left: 50px;
}

.headerCom.change .navcarrier .headerCom_c .header_right .header_contact {
  color: #000;
}

.headerCom .navcarrier .headerCom_c .header_right .header_contact .contact_top {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px
}

.headerCom .navcarrier .headerCom_c .header_right .header_contact .contact_top>i {
  font-size: 26px;
  margin-right: 10px
}

.headerCom .navcarrier .headerCom_c .header_right .header_contact>span {
  font-size: 20px;
  font-weight: 400
}

.headerCom .navcarrier .headerCom_c .header_right .header_contact .nav-tel {
  /* position: relative; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerCom .nav-tel img:nth-child(1) {
  display: block;
}

.headerCom .nav-tel img:nth-child(2) {
  display: none;
}

.headerCom.change .nav-tel img:nth-child(1) {
  display: none;
}

.headerCom.change .nav-tel img:nth-child(2) {
  display: block;
}

.headerCom .navcarrier .headerCom_c .header_right .header_contact .nav-tel p {
  /*position: absolute; */
  font-size: 16px;
  text-align: center;
  /* width: 100%; */
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  padding: 0 20px;
  background: #C72E23;
  border-radius: 5px;
  line-height: 32px;
  margin-left: 15px;
}

.navCom {
  /* margin-left: 8%; */
}

.headerCom.change .navcarrier .headerCom_c .header_right .header_contact .nav-tel p {
  color: #fff;
}

.headerCom .navcarrier .headerCom_c .header_right .navBtn_wap {
  display: none
}

.headerCom .headerBorder {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .5)
}

.headerCom.change .headerBorder {
  background-color: rgba(0, 0, 0, .5)
}

.coanse-top {
  display: none
}

.leftMenu a {
  text-decoration: none
}

.leftMenu {
  background: #000;
  right: -500px;
  position: fixed;
  top: 0px;
  display: block;
  height: 100%;
  width: 68%;
  min-width: 140px;
  max-width: 440px;
  z-index: 90002;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  overflow: auto
}

.leftMenu.menu-open {
  right: 0
}

.leftMenu ul {
  list-style: none;
  padding: 0;
  overflow: hidden
}

.f2,
.f3 {
  height: 0;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  transition: height .4s ease;
  -moz-transition: height .4s ease;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease
}

.menu-dark-backdrop {
  background: rgba(0, 0, 0, 0);
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -4
}

.menu-dark-backdrop.in {
  height: 100%;
  z-index: 90001;
  background: rgba(0, 0, 0, .5)
}

#menu .menu_top {
  height: 95px;
  border-bottom: 1px solid #333;
  font-size: 16px;
  color: #999
}

#menu .menu_top>i {
  margin-right: 10px
}

#menu>ul>li {
  padding: 10px
}

#menu>ul>li>a {
  color: #999;
  font-size: 14px
}

#menu>ul>li>a>i {
  font-size: 20px;
  transition: all .5s ease
}

#menu>ul>li .f2>ul>li>a {
  color: #999;
  font-size: 14px;
  height: 40px
}

#menu>ul>li .f2>ul>li>a>i {
  font-size: 24px;
  transition: all .5s ease
}

#menu>ul>li .f2>ul>li .f3 ul li>a {
  color: #999;
  font-size: 16px;
  height: 40px
}

#menu>ul>li .f2>ul>.hasChild.open>a>i {
  transform: rotate(90deg)
}

#menu>ul>.hasChild.open>a>i {
  transform: rotate(90deg)
}

.footerCom {
  background: #000 url(../picture/ht_foot_bg.png);
  z-index: 100
}

.footerCom .footer_c {
  padding: 70px 0px 0px 0px;
  align-items: flex-start
}

.footerCom .footer_c .footer_nav {
  align-items: flex-start
}

/* .footerCom .footer_c .footer_nav .navBox {
  width: auto;
  margin-right: 100px
} */

.footerCom .footer_c .footer_nav .navBox>.footer_navLevel1 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1px;
  transition: all .5s ease
}

.footerCom .footer_c .footer_nav .navBox>.footer_navLevel1::after {
  content: '';
  width: 33px;
  display: block;
  height: 2px;
  background: #C72E23;
  margin: 20px 0;
}

.footerCom .footer_c .footer_nav .navBox>.footer_navLevel2>a {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  transition: all .5s ease
}

.footerCom .footer_c .footer_nav .navBox>.footer_navLevel2>a:hover {
  color: #fff
}

.footerCom .footer_c .footer_contact {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footerCom .footer_c .footer_contact .contact_top {
  width: auto;
  padding: 7px 0px;
  background: #434343;
  margin-bottom: 30px
}

.footerCom .footer_c .footer_contact .contact_top .contactBtn {
  padding: 0px 20px;
  transition: all .5s ease;
  font-size: 14px;
  color: #a4a4a4;
  border-right: 1px solid #a4a4a4;
  cursor: pointer
}

.footerCom .footer_c .footer_contact .contact_top .contactBtn:last-child {
  border-right: none
}

.footerCom .footer_c .footer_contact .contact_top .activated_btn {
  color: #fff
}

.footerCom .footer_c .footer_contact .contact_bottom {
  width: 526px;
  height: 140px;
  position: relative
}

.footerCom .footer_c .footer_contact .contact_bottom .contactContent_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
  align-items: flex-start;
  color: #fff;
  font-size: 14px
}

.footerCom .footer_c .footer_contact .contact_bottom .contactContent_box .content_bno>i {
  width: 20px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px
}

.footerCom .footer_c .footer_contact .contact_bottom .contactContent_box .content_bno>span:nth-child(2) {
  letter-spacing: 4px
}

.footerCom .footer_c .footer_contact .contact_bottom .activateds {
  z-index: 1;
  opacity: 1
}

.wapFooter {
  height: 70px;
  position: fixed;
  z-index: 99;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .5);
  display: none !important;
  border-radius: 7vw 7vw 0vw 0vw
}

.wapFooter .wapfooter_box {
  width: 25%;
  color: #fff
}

.wapFooter .wapfooter_box>i {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px
}

.wapFooter .wapfooter_box>span {
  font-size: 16px;
  line-height: 16px
}

.footer_stents {
  height: 70px;
  width: 100%;
  display: none !important
}

.digital {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  /* background: #999; */
  background: -webkit-linear-gradient(top, #c40100, #f60100);
  background: -o-linear-gradient(top, #c40100, #f60100);
  background: -moz-linear-gradient(top, #c40100, #f60100);
  background: -ms-linear-gradient(top, #c40100, #f60100);
  box-shadow: 2px 2px 8px rgb(128, 128, 128)
}

.digital .digital_box {
  width: 25%;
  margin: 34px 0px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  color: #fff;
}

.digital .digital_box:last-child {
  border-right: none
}

.digital .digital_box .digital_top {
  align-items: flex-end;
  margin-bottom: 15px;
  color: #fff
}

.digital .digital_box .digital_top>span:nth-child(1) {
  font-size: 62px;
  font-weight: bold;
  line-height: 62px;
  margin-right: 10px
}

.digital .digital_box .digital_top>span:nth-child(2) {
  font-size: 20px;
  line-height: 36px
}

.digital .digital_box>span {
  font-size: 18px;
  letter-spacing: 3px
}

.public_title {
  width: 100%;
  /* height: 195px; */
}

.public_title_logo {
  background: #fff;
  padding: 115px 0 60px 0;
}


.public_title.public_title_logo span:nth-child(1) {
  font-size: 50px;
  /* color: #27282a; */
  background-image: linear-gradient(to bottom, #f60100, #b10100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.public_title.public_title_logo span:nth-child(2) {
  font-size: 25px;
  color: #000;
  margin-top: 25px;
  font-weight: 100;
}

.public_title>span {
  letter-spacing: 2px
}

.public_title>span:nth-child(1) {
  font-size: 32px;
  font-weight: 400;
  color: #27282a;
  /* background-image: linear-gradient(to right, #137bfc, #1c35b1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent */
}

.public_title>span:nth-child(2) {
  font-size: 18px;
  color: #000
}

.internal_top {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative
}

.internal_top .mask1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.internal_top .mask1>img {
  /* height: 100% */
}

.internal_top .mask2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.internal_top .mask2>img {
  width: 50%;
  height: auto
}

.partner {
  background-image: url(http://www.jshongtu.cn/template/default/static/image/partner_background.jpg);
  background-attachment: fixed;
  padding: 30px 0;
  overflow: hidden;
}

.partner .public_title>span:nth-child(1) {
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.partner .public_title>span:nth-child(2) {
  color: #fff
}

.partner .partnerCom {
  flex-wrap: wrap
}

.partner .partnerCom .partnerBox {
  width: 30%;
  height: 120px
}

.partner .partnerCom .partnerBox>img {
  width: 70%;
  height: auto
}

.internal_top .mask1 .mask1_title {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.internal_top .mask1 h2 {
  font-size: 70px;
  background-image: linear-gradient(to bottom, #f60100, #b10100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.internal_top .mask1 h5 {
  text-align: center;
  font-size: 30px;
}

.internal_top .mask1 h3 {
  font-size: 70px;
  color: #fff;
}

.internal_top .mask1 h4 {
  margin-bottom: 30px;
}

.internal_top .mask1 .mask1_title2 {
  font-size: 30px;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
}

.internal_top .mask1 .mask1_title2 span {
  background-image: linear-gradient(to bottom, #f60100, #b10100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.honor-title span {
  text-align: center;
  margin: 10px;
  display: block;
  font-size: 20px;
}



.internal_top .mask1>img {
  /* height: 100% */
}

.internal_top .mask2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.internal_top .mask2>img {
  width: 70%;
  height: auto
}

.page {
  margin-top: 130px;
  z-index: auto;
}

dd {
  margin-bottom: 0px;
}

body {
  font-size: initial !important;
}

/* 侧边悬浮导航 */
.toTop {
  margin: 0;
  list-style: none;
  right: 34px;
  bottom: 150px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;

  span {
    margin-top: 14px;
  }
}

.at-bottom span {
  color: #fff;
}

.right_nav {
  display: none;
  margin: 0;
  list-style: none;
  right: 0;
  bottom: 150px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}

.right_nav li {
  background: #0085cd;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -70px;
}

.right_nav li .iconBox {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.right_nav li img {
  width: 30px;
  height: 30px;
}

.right_nav li h4 {
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  margin-left: 15px;
}

.right_nav li:hover {
  background: #cf1322
}

.right_nav li .hideBox {
  width: 206px;
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}

.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #0085cd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
  margin: 0;
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #0085cd;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}

.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
  display: flex;
  align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
  width: 25px;
  height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}

.right_nav p {
  margin: 0 !important;
}

.card2-content p {
  margin-bottom: 0 !important;
}

.permissions {
  /* background-color: #232323; */
  font-size: 14px;
  color: #666;
  height: 50px;
}

.permissions>a {
  display: inline-block;
  color: #666;
}

/* .headerCom.w.change {
  background-color: rgba(255, 255, 255, 1);
  z-index: 99;
  position: sticky;
  top: 0;
}
.headerCom.w.change .navcarrier_w{
  display: none;
} */
.leftMenu {
  display: block;
}


.hb img {
  width: 140px !important;
  height: 140px !important;
}

@media only screen and (max-width: 1600px) {

  .ht_small_banner img,
  .apple-banner img {
    max-width: 100%;
  }

  .w {
    width: 100%;
    min-width: 1200px
  }

  .sw {
    width: 1200px;
    margin: 0 auto
  }

  .ssw {
    width: 1200px;
    margin: 0 auto
  }

  .headerCom {
    width: 100%
  }

  .headerCom .navcarrier .headerCom_c {
    /* width: 100%; */
    box-sizing: border-box;
    padding: 0 20px
  }

  .headerCom .navcarrier .headerCom_c .header_right .navCom .navBox {
    margin-right: 35px
  }

  .headerCom .navcarrier .headerCom_c .header_right .header_contact {
    display: none
  }

  .footerCom .footer_c {
    align-items: flex-start
  }

  .footerCom .footer_c .footer_nav {
    align-items: flex-start
  }

  .footerCom .footer_c .footer_nav .navBox {
    width: auto;
    margin-right: 80px
  }

  .footerCom .footer_c .footer_nav .navBox:last-child {
    margin-right: 0px
  }

  .footerCom .footer_c .footer_contact .contact_bottom {
    width: 330px;
    height: 120px;
    position: relative
  }

  .footerCom .footer_c .footer_contact .contact_bottom .contactContent_box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease;
    align-items: flex-start;
    color: #fff;
    font-size: 14px
  }

  .footerCom .footer_c .footer_contact .contact_bottom .contactContent_box .content_bno>i {
    width: 20px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px
  }

  .footerCom .footer_c .footer_contact .contact_bottom .contactContent_box .content_bno>span:nth-child(2) {
    letter-spacing: 4px
  }

  .footerCom .footer_c .footer_contact .contact_bottom .activateds {
    z-index: 1;
    opacity: 1
  }

  .digital {
    width: 1200px
  }

  .digital .digital_box {
    width: 25%;
    margin: 24px 0px
  }

  .digital .digital_box .digital_top {
    margin-bottom: 12px
  }

  .digital .digital_box .digital_top>span:nth-child(1) {
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px
  }

  .digital .digital_box .digital_top>span:nth-child(2) {
    font-size: 14px;
    line-height: 20px
  }

  .digital .digital_box>span {
    font-size: 16px;
    letter-spacing: 2px
  }

  .partner {
    padding: 30px 0;
  }

  .partner .partnerCom .partnerBox {
    width: 30%;
    height: 90px
  }

  .partner .partnerCom .partnerBox>img {
    width: 60%;
    height: auto
  }

  .internal_top {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
  }

  .internal_top .mask1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
  }


}

@media only screen and (max-width: 1200px) {
  .w {
    width: 100%;
    min-width: 800px
  }

  .sw {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px
  }

  .ssw {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px
  }

  .leftMenu {
    display: none;
  }

  .headerCom {
    width: 100%;
    background-color: rgba(0, 0, 0, .5)
  }

  .headerCom .navcarrier .headerCom_c {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px
  }

  /* .headerCom .navcarrier .headerCom_c .header_right .navCom {
    display: none
  } */

  .headerCom .navcarrier .headerCom_c .header_right .header_contact {
    display: none
  }

  .headerCom .navcarrier .headerCom_c .header_right .navBtn_wap {
    display: none;
    font-size: 30px;
    color: #fff
  }

  .public_title {
    width: 100%;
    height: 150px
  }

  .public_title>span:nth-child(1) {
    font-size: 35px
  }

  .public_title>span:nth-child(2) {
    font-size: 16px
  }

  .footerCom .footer_c {
    flex-direction: column;
    justify-content: space-around;
    align-items: center
  }

  .footerCom .footer_c .footer_nav {
    align-items: flex-start;
    width: 100%;
    justify-content: space-evenly
  }

  .footerCom .footer_c .footer_nav .navBox {
    width: auto;
    margin-right: 0px
  }

  .footerCom .footer_c .footer_contact {
    display: flex
  }

  .digital {
    width: 90%;
    flex-wrap: wrap;
    background: none;
    box-shadow: none
  }

  .digital .digital_box {
    width: 50%;
    margin: 24px 0px;
    color: #000
  }

  .digital .digital_box .digital_top>span:nth-child(1) {
    /* background-image: linear-gradient(to right, #137bfc, #1c35b1); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #e01f1f
  }

  .digital .digital_box:nth-child(2n) {
    border-right: none
  }

  .digital .digital_box>span {
    font-size: 14px;
    letter-spacing: 2px
  }

  .internal_top {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative
  }

  .internal_top .mask1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
  }

  .internal_top .mask1>img {
    width: 100%;
    /* height: 100% */
  }

  .internal_top .mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
  }

  .internal_top .mask2>img {
    width: 70%;
    height: auto
  }

  .headerCom .navcarrier .headerCom_c .header_right .navCom .navBox {
    margin: 0 30px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1024px) {
  .headerCom .navcarrier .headerCom_c .header_right .navBtn_wap {
    display: none;
  }

}

@media only screen and (max-width: 800px) {
  .coanse-top {
    margin-top: 12vw;
    display: block;
  }

  .internal_top .mask1 .mask1_title {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .internal_top .mask1 h2 {
    font-size: 20px;
    background-image: linear-gradient(to bottom, #f60100, #b10100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .internal_top .mask1 h5 {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }

  .internal_top .mask1 h3 {
    font-size: 20px;
    color: #fff;
  }

  .internal_top .mask1 h4 {
    margin-bottom: 30px;
    display: none;
  }

  .internal_top .mask1 .mask1_title2 {
    font-size: 20px;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
  }

  .internal_top .mask1 .mask1_title2 span {
    background-image: linear-gradient(to bottom, #f60100, #b10100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .permissions {
    display: none;
  }


  .w {
    width: 100%;
    min-width: auto
  }

  .sw {
    width: 94vw;
    margin: 0 auto
  }

  .ssw {
    width: 94vw;
    margin: 0 auto
  }

  .headerCom {
    width: 100%;
    z-index: 99 !important;
    background-color: rgba(0, 0, 0, .5) !important
  }

  .headerCom .navcarrier .headerCom_c {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2vw;
    height: 12vw
  }

  .headerCom .navcarrier .headerCom_c .logoCom {
    display: block !important;
  }

  .headerCom .navcarrier .headerCom_c .logoCom>img {
    width: 38vw
  }

  .headerCom .navcarrier .headerCom_c .header_right .navCom {
    display: none
  }

  .headerCom .navcarrier .headerCom_c .header_right .navCom .navBox {
    margin-right: 20px
  }

  .headerCom .navcarrier .headerCom_c .header_right .header_contact {
    display: none
  }

  .headerCom .navcarrier .headerCom_c .header_right .navBtn_wap {
    display: block;
    font-size: 5vw;
    color: #fff
  }

  .public_title {
    height: 20vw
  }

  .public_title>span:nth-child(1) {
    font-size: 5vw
  }

  .public_title>span:nth-child(2) {
    font-size: 2.4vw
  }

  .footerCom {
    display: block
  }

  .footer_stents {
    display: block
  }

  .wapFooter {
    display: flex
  }

  .digital {
    width: 90%;
    flex-wrap: wrap;
    background: none;
    box-shadow: none;
    align-items: flex-start
  }

  .digital .digital_box {
    width: 50%;
    margin: 15px 0px;
    color: #000
  }

  .digital .digital_box .digital_top {
    margin-bottom: 10px
  }

  .digital .digital_box .digital_top>span:nth-child(1) {
    /* background-image: linear-gradient(to right, #137bfc, #1c35b1); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 40px;
    line-height: 40px;
    color: #e01f1f;
  }

  .digital .digital_box .digital_top>span:nth-child(2) {
    font-size: 14px;
    line-height: 18px
  }

  .digital .digital_box:nth-child(2n) {
    border-right: none
  }

  .digital .digital_box>span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #666
  }

  .partner {
    padding-bottom: 4vw
  }

  .partner .partnerCom {
    width: 98%;
    padding: 0
  }

  .partner .partnerCom .partnerBox {
    width: 49%;
    height: 14vw
  }

  .partner .partnerCom .partnerBox>img {
    width: 100%;
    height: auto
  }

  .internal_top {
    width: 100%;
    height: 56vw;
    overflow: hidden;
    position: relative
  }

  .internal_top .mask1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
  }

  .internal_top .mask1>img {
    /* height: 100% */
  }

  .internal_top .mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
  }

  .internal_top .mask2>img {
    width: 80%;
    height: auto;
    margin-top: 10vw
  }

  #menu .menu_top {
    height: 12vw;
    border-bottom: 1px solid #333;
    font-size: 16px;
    color: #999;
    box-sizing: initial
  }
}

@media only screen and (max-width: 570px) {
  .apple-banner img {
    max-width: 100%;
  }

  .toTop {
    display: none!important;
  }

  .ht_title {
    font-weight: bold;
    font-size: 24px;
    color: #3C3837;
    margin: 0 0 10px 0;
    position: relative;
    padding-top: 16px;
    z-index: 1;
    white-space: normal;

    .en_title {
      text-transform: uppercase;
      font-size: 16px;
      color: #d8d8d8;
      font-family: 'SH-CN';
      position: absolute;
      top: 13px;
      font-weight: 500;
      transform: scaleY(1);
      letter-spacing: 0px;
      z-index: -1;
      white-space: normal;
    }

    span {
      color: #C72E23;
    }
  }

  .ht_small_banner img {
    max-width: 100%;
  }

  .wapFooter {
    /* height: 14vw; */
    height: 0;

  }

  .wapFooter .wapfooter_box>i {
    font-size: 5vw;
    line-height: 4vw;
    margin-bottom: 1vw
  }

  .wapFooter .wapfooter_box>span {
    font-size: 3.2vw;
    line-height: 3.2vw
  }

  .footer_stents {
    /* height: 14vw */
    height: 0;
  }

  .footerCom .footer_c .footer_nav {
    align-items: flex-start;
    width: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footerCom .footer_c .footer_nav .navBox {
    width: 32.333%;
    margin-right: 0;
  }

  .ht_ewm_box {

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

  }

  .footerCom .footer_c .footer_contact {
    display: flex;
  }

}