@charset "UTF-8";
@media (max-width: 768px) {
}@font-face {
  font-family: "pf_b";
}
@font-face {
  font-family: "pf_h";
}
@font-face {
  font-family: "pf_m";
  src: url('../fonts/SourceHanSansK-Regular.ttf');
}
@font-face {
  font-family: "pf_r";
  src: url('../fonts/SourceHanSansK-Regular.ttf');
}
@font-face {
  font-family: "din";
  src: url('../fonts/DINMittelschriftStd.otf');
}
@font-face {
  font-family: "arial";
  src: url('../fonts/arial.ttf');
}
* {
  font-family: "pf_r";
}
html {
  font-size: 100px;
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*app-头部*/
.ss2 {
  float: right;
  width: 420px;
  height: 48px;
  border: 2px solid #bebcba;
  border-radius: 48px;
  margin-top: 47px;
  padding: 0 25px;
  position: absolute;
  right: 22%;
  top: -25px;
  display: none;
}
.ss3 {
  width: 90%;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
}
.ss2:hover {
  border: 2px solid #6eb92c;
}
.ss2 input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 0.14rem;
  color: #333;
  font-family: "regular";
}
.ss2 button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  /* background-image: url(../images/img2.png); */
  background-repeat: no-repeat;
  background-position: center;
}
.ss2 button img {
  width: 18px;
  height: 18px;
}
.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  z-index: 1000;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 0.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-app .logo {
  float: left;
  height: 0.6rem;
  vertical-align: middle;
  padding: 0.08rem 0.1rem;
  background: #d9091a;
}
.header-app .logo img {
  height: auto;
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 0.22rem 0.15rem;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 0.24rem;
  height: 0.02rem;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
.nav-menu {
  position: absolute;
  top: 0.6rem;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 0.2rem 0.15rem;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-0.44rem);
  -ms-transform: translateY(-0.44rem);
  transform: translateY(-0.44rem);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-0.36rem);
  -ms-transform: translateY(-0.36rem);
  transform: translateY(-0.36rem);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-0.32rem);
  -ms-transform: translateY(-0.32rem);
  transform: translateY(-0.32rem);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-0.28rem);
  -ms-transform: translateY(-0.28rem);
  transform: translateY(-0.28rem);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-0.24rem);
  -ms-transform: translateY(-0.24rem);
  transform: translateY(-0.24rem);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-0.16rem);
  -ms-transform: translateY(-0.16rem);
  transform: translateY(-0.16rem);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-family: "regular";
  font-size: 0.16rem;
  line-height: 0.48rem;
  margin-right: 0.6rem;
  display: block;
  color: #333;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item .category-a {
  color: #e40013;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #e40013;
}
.category-tig {
  font-size: 0.14rem;
  color: #888;
  text-align: right;
  line-height: 0.48rem;
  width: 0.5rem;
  height: 0.48rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-tig::before,
.category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before {
  width: 0.16rem;
  height: 0.02rem;
  right: 0;
  margin-top: -0.01rem;
}
.category-tig::after {
  width: 0.02rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  right: 0.07rem;
}
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #00aeef;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-bottom: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
  border-top: 0.01rem solid rgba(133, 131, 131, 0.5) !important;
}
.category-pad {
  padding: 0 0.15rem;
}
.category-cont a {
  font-family: "regular";
  font-size: 0.14rem;
  line-height: 0.4rem;
  display: block;
  color: #333;
}
.category-cont a:last-child {
  border-bottom: none !important;
}
.category-pad a.on {
  color: #e51c24;
}
.lan-box-app {
  padding: 0.2rem 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 0.14rem;
  color: #333;
  display: inline-block;
  padding: 0 0.1rem;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 0.01rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #00aeef;
}
.lan-box-app a:last-child:after {
  display: none;
}
/* header */
.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 140px;
  background: #fff;
  transition: all 0.5s;
}
.header-top {
  line-height: 40px;
  background-color: #0f0f0f;
}
.header-top .lef {
  float: left;
  font-size: 14px;
  color: #666666;
}
.header-top .rig {
  float: right;
  font-size: 14px;
  color: #666666;
}
.header-top .rig .div1 {
  display: inline-block;
  vertical-align: middle;
}
.header-top .rig a {
  font-size: 14px;
  color: #999999;
}
.header-top .rig .a1 {
  margin-right: 30px;
  position: relative;
  padding-right: 20px;
}
.language-list.show {
  opacity: 1;
  visibility: visible;
}
.header-top .rig .a1::after {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.header-top .rig .a1:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-top .rig .a1:last-child::after {
  content: none;
}
.header-top .rig a:last-child {
  margin-right: 0;
}
.language {
  float: right;
  position: relative;
}
.language-text {
  text-align: center;
  width: 102px;
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-down {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.language-list {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.language-list a {
  width: 100px;
  display: block;
  padding: 0px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-rig .div3 p {
  padding-left: 50px;
}
.header-bottom {
  height: 100px;
}
.header2 {
  top: -208px !important;
}
.header_lef .logo {
  padding-top: 27px;
  float: left;
  position: relative;
}
.header_lef .logo .ig {
  width: 200px;
  display: inline-block;
}
.header_lef .logo img {
  width: 100%;
  vertical-align: bottom;
}
.header_lef .logo .div1 {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.header_lef .logo .div1::before {
  content: '';
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 4%;
  background-color: #bcbcbc;
  transform: translateY(-50%);
}
.header_lef .logo .div1 p {
  font-size: 21px;
  color: #000;
}
.header_center {
  float: left;
  margin-left: 100px;
}
.category-item {
  float: left;
  padding: 0 20px;
  position: relative;
}
.category-item:last-child {
  padding-right: 0;
}
.category-a {
  font-size: 18px;
  line-height: 100px;
  padding: 0 0;
  display: block;
  position: relative;
  color: #000;
}
.category-item.active .category-a {
  color: #e40013;
}
.category-item:hover a {
  color: #e40013;
}
.category-a::after {
  content: '';
  width: 0;
  height: 3px;
  background: #e40013;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.category-item.active .category-a::after,
.category-item:hover .category-a::after {
  width: 100%;
  opacity: 1;
}
.header-rig {
  padding-top: 40px;
  float: left;
}
.header-rig div {
  float: left;
  margin-left: 43px;
}
.header-rig .div1 {
  font-size: 20px;
  color: #b3b3b3;
}
.header-rig .div1 a {
  font-size: 20px;
  color: #999999;
  font-family: 'din';
}
.header-rig .div1 a:hover {
  color: #e40013;
}
.header-rig .div3 {
  font-size: 20px;
  color: #e40013;
  font-family: 'din';
  position: relative;
  transform: translateY(-13px);
}
.header-rig .div3::before {
  content: '';
  width: 38px;
  height: 38px;
  background: url(../images/head1.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.sousuo {
  width: 500px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border-bottom: 1px solid #333;
  transition: all 0.5s;
  transition-duration: 0.5s;
}
.sousuo input {
  width: 420px;
  height: 60px;
  border: none;
  float: left;
  font-size: 16px;
  color: #333;
  opacity: 0.8;
}
.sousuo button {
  width: 80px;
  height: 60px;
  border: none;
  float: right;
  background: none;
  font-size: 18px;
  color: #333;
  opacity: 0.8;
}
/* 改变搜索框默认字体颜色 */
.sousuo input:-moz-placeholder,
.ss2 input:-moz-placeholder {
  color: #333;
  opacity: 0.8;
}
.sousuo input:-ms-input-placeholder,
.ss2 input:-ms-input-placeholder {
  color: #333;
  opacity: 0.8;
}
.sousuo input::-webkit-input-placeholder,
.ss2 input::-webkit-input-placeholder {
  color: #333;
  opacity: 0.8;
}
.sousuo .gb {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  transition: all 0.5s;
  cursor: pointer;
}
.hide1 {
  transform: scale(0) !important;
  opacity: 0;
  transition: 0.6s ease-in-out;
  transition-duration: 0.5s;
}
.show1 {
  z-index: 8;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.header-in {
  transition-duration: 0.5s;
}
.footer-zong {
  width: 100%;
  background: url(../images/img414.png);
  background-size: 100% 100%;
}
.footer-zong .foot-top .lef {
  width: 86%;
  float: left;
  border-right: 2px solid #e6e6e6;
  padding-bottom: 40px;
}
.footer-zong .lef .top {
  padding: 40px 0;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.footer-zong .lef .top .div1 {
  float: left;
  display: flex;
  align-items: center;
  flex: 1;
}
.footer-zong .lef .top .div1 .logo {
  width: 205px;
  display: inline-block;
}
.footer-zong .lef .top .div1 .logo img {
  width: 100%;
  vertical-align: bottom;
}
.footer-zong .lef .top .div1 .p1 {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  transform: unset;
  margin-left: 30px;
}
.footer-zong .lef .top .div2 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1459px) {
  .footer-zong .lef .top .div2 {
    flex: 2;
  }
}
@media (max-width: 1280px) {
  .footer-zong .lef .top .div2 {
    flex: 1.7;
  }
}
.footer-zong .lef .top .div2 .logo {
  display: inline-block;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.footer-zong .lef .top .div2 .logo img {
  width: 100%;
  vertical-align: bottom;
}
.footer-zong .lef .top .div2 .logo img:nth-of-type(1) {
  margin-right: 10px;
}
.footer-zong .lef .top .div2 .p1 {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  width: 43%;
}
@media (max-width: 1680px) {
  .footer-zong .lef .top .div2 .p1 {
    font-size: 13px;
  }
}
.footer-zong .lef .bottom {
  padding-top: 35px;
}
.footer-zong .lef .bottom .tree {
  float: left;
  margin-left: 93px;
  width: 12.5%;
  margin-left: 0;
  padding-right: 5px;
}
.footer-zong .lef .bottom .tree:nth-child(1) {
  margin-left: 0;
}
.footer-zong .lef .bottom .tree .head {
  display: block;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.footer-zong .lef .bottom .tree .head::after {
  content: '';
  width: 19px;
  height: 2px;
  background-color: #e40013;
  position: absolute;
  left: 0;
  bottom: -100%;
  transform: translateY(10px);
}
.footer-zong .lef .bottom .tree .a {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.footer-zong .lef .bottom .tree .a:nth-child(2) {
  margin-top: 70px;
}
.footer-zong .lef .bottom .div2 {
  float: right;
  margin-top: 25px;
  padding-right: 40px;
}
.footer-zong .lef .bottom .div2 span {
  color: #666666;
  font-size: 14px;
}
.footer-zong .lef .bottom .div2 a {
  color: #666666;
  font-size: 14px;
  margin-left: 25px;
}
.footer-zong .lef .bottom .div2 a:nth-child(2) {
  margin-left: 0;
}
.footer-zong .rig {
  width: 14%;
  float: right;
  padding-left: 20px;
}
.footer-zong .sitea {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.footer-zong .rig .p {
  margin-top: 30px;
  font-size: 22px;
  color: #333333;
  position: relative;
}
@media (max-width: 1024px) {
  .footer-zong .rig .p {
    margin-top: 50px;
  }
}
.footer-zong .rig .p::after {
  content: '';
  width: 19px;
  height: 2px;
  background-color: #e40013;
  position: absolute;
  left: 0;
  bottom: -51%;
}
@media (max-width: 1459px) {
  .footer-zong .rig .p::after {
    bottom: -77%;
  }
}
.footer-zong .rig .div1 {
  margin-top: 70px;
}
.footer-zong .rig .div1 .p1 {
  font-size: 16px;
  color: #999;
}
.footer-zong .rig .div2 {
  margin-top: 50px;
}
.footer-zong .rig .div2 .p1 {
  font-size: 16px;
  color: #999;
}
.footer-zong .rig .div2 .p2 {
  font-size: 20px;
  color: #999;
  font-family: 'din';
}
.footer-zong .rig .div3 {
  margin-top: 50px;
}
.footer-zong .rig .div3 .imgcon {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(../images/f2.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  transition: 0.5s all;
}
.footer-zong .rig .div3 .imgcon:hover {
  background: url(../images/f2r.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(2):hover {
  background: url(../images/f3r.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(3):hover {
  background: url(../images/f4r.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(4):hover {
  background: url(../images/f5r.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(2) {
  background: url(../images/f3.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(3) {
  background: url(../images/f4.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon:nth-child(4) {
  background: url(../images/f5.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.footer-zong .rig .div3 .imgcon {
  margin-left: 10px;
}
.footer-zong .rig .div3 .imgcon:nth-child(1) {
  margin-left: 0;
}
.footer-zong .rig .div4 {
  margin-top: 25px;
}
.footer-zong .rig .div4 div {
  width: 46%;
  margin-left: 4%;
  display: inline-block;
}
.footer-zong .rig .div4 div:nth-child(1) {
  margin-left: 0;
}
.footer-zong .rig .div4 div img {
  width: 100%;
}
.foot-bottom {
  background-color: #e8e8e8;
  line-height: 60px;
}
.foot-bottom .lef {
  font-size: 14px;
  color: #666666;
  float: left;
}
.foot-bottom .rig {
  float: right;
}
.foot-bottom .rig a {
  font-size: 14px;
  color: #666666;
  margin-right: 25px;
}
.foot-bottom .rig a:last-child {
  margin-right: 0;
}
.footer-zong a {
  transition: 0.5s all;
}
.footer-zong a:hover {
  color: #e40013 !important;
}
.foot-bottom .div2 {
  display: none;
}
.foot-bottom .div2 span {
  color: #666666;
  font-size: 14px;
}
.foot-bottom .div2 a {
  color: #666666;
  font-size: 14px;
  margin-left: 25px;
}
@media (max-width: 1680px) {
  .footer-zong .lef .bottom .tree {
    margin-left: 0;
  }
  .category-item {
    padding: 0 10px;
  }
  .category-a {
    font-size: 14px;
  }
  .header_lef .logo .div1 p {
    font-size: 16px;
  }
  .header_lef .logo .ig {
    width: 150px;
  }
  .header-rig .div1 a {
    font-size: 16px;
  }
  .header-rig .ss img {
    width: 16px;
  }
  .header-rig .div3 {
    font-size: 16px;
  }
  .header-rig .div1 {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .header-rig .div1 a {
    font-size: 14px;
  }
  .header-rig div {
    margin-left: 20px;
  }
  .header-rig .div3 {
    display: none;
  }
  .header_center {
    margin-left: 40px;
  }
  .footer-zong .lef .top .div1 .logo {
    width: 150px;
  }
  .footer-zong .lef .top .div1 .p1 {
    font-size: 15px;
    margin-left: 15px;
  }
  .footer-zong .lef .top .div2 .logo {
    margin-right: 10px;
  }
  .footer-zong .lef .top .div2 .p1 {
    font-size: 12px;
    letter-spacing: 1px;
    width: 75%;
  }
  .footer-zong .lef .top {
    padding: 30px 0;
  }
  .footer-zong .lef .bottom .tree .a {
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .footer-zong .lef .bottom .tree {
    margin-left: 0;
    width: 12.5%;
    padding-right: 5px;
  }
  .footer-zong .lef .bottom .tree .head {
    font-size: 15px;
  }
  .footer-zong .lef .bottom .div2 a {
    font-size: 12px;
    margin-left: 16px;
  }
  .footer-zong .lef .bottom .div2 span {
    font-size: 12px;
  }
  .footer-zong .rig .p {
    font-size: 16px;
  }
  .footer-zong .rig .div2 .p2 {
    font-size: 18px;
  }
  .footer-zong .rig .div1 .p1 {
    font-size: 14px;
  }
  .footer-zong .rig .div3 .imgcon {
    width: 18px;
    height: 18px;
  }
  .footer-zong .rig .div4 div {
    width: 47%;
    margin-left: 0;
  }
  .foot-bottom .rig a {
    margin-right: 18px;
  }
}
@media (max-width: 1459px) and (max-width: 1459px) {
  .footer-zong .lef .top .div2 .p1 {
    width: 50%;
  }
}
@media (max-width: 1459px) and (max-width: 1280px) {
  .footer-zong .lef .top .div2 .p1 {
    width: 45%;
  }
}
@media (max-width: 1459px) and (max-width: 1024px) {
  .footer-zong .lef .top .div2 .p1 {
    display: none;
  }
}
@media (max-width: 1459px) and (max-width: 1366px) {
  .footer-zong .lef .bottom .tree .head {
    font-size: 12px;
  }
}
@media (max-width: 1459px) and (max-width: 1024px) {
  .footer-zong .lef .bottom .tree .head {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1459px) and (max-width: 1024px) {
  .footer-zong .rig .p {
    font-size: 14px;
  }
}
@media (max-width: 1259px) {
  .header-rig div {
    margin-left: 13px;
  }
  .category-item {
    padding: 0 5px;
  }
  .header_center {
    margin-left: 10px;
  }
  .footer-zong .rig {
    padding-left: 10px;
  }
  .footer-zong .lef .bottom .tree {
    margin-left: 0;
    position: relative;
  }
  .footer-zong .lef .top .div2 {
    float: left;
    margin-top: 20px;
  }
  .footer-zong .rig .div3 .imgcon {
    margin-left: 5px;
  }
  .foot-bottom .rig a {
    margin-right: 5px;
  }
}
@media (max-width: 1259px) and (max-width: 1024px) {
  .footer-zong .lef .bottom .tree::before {
    content: '';
    width: 19px;
    height: 2px;
    background-color: #e40013;
    position: absolute;
    left: 0;
    top: 45px;
    transform: translateY(10px);
  }
}
@media (max-width: 768px) {
  .foot-bottom .div2 {
    display: block;
  }
  .foot-top {
    display: none;
  }
  .header {
    display: none;
  }
  .header-app {
    display: block;
  }
  .foot-bottom .rig {
    width: auto;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .foot-bottom .rig .div a {
    width: 21px;
    height: 21px;
    margin-left: 5px !important;
  }
  .foot-bottom .lef {
    line-height: 21px;
    text-align: center;
  }
  .foot-bottom .rig {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .footer-zong .foot-container .div1 {
    display: flex;
    flex-direction: column;
  }
  .foot-bottom .rig {
    line-height: 20px;
    margin-top: 0.1rem;
    margin-bottom: 0.05rem;
  }
  .foot-bottom .lef {
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .foot-bottom .rig a {
    font-size: 0.14rem;
  }
  .foot-bottom .div2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .foot-bottom .div2 a {
    font-size: 0.14rem;
  }
  .foot-bottom .div2 span {
    font-size: 0.14rem;
  }
  .footer-zong .foot-container {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 500px) {
  .foot-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .foot-bottom .div2 a {
    margin-left: 5px;
  }
  .foot-bottom {
    line-height: 25px;
  }
}
/* 全通网印新版头部开始 */
.qtwy-header-pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #d9091a;
  transition: all 0.4s;
}
.qtwy-header-pc .qtwy-header {
  display: flex;
  justify-content: space-between;
  height: 1.1rem;
  align-items: center;
  margin: 0 auto;
  transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_logo {
  height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a {
  display: flex;
  height: 100%;
  align-items: center;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 {
  display: flex;
  align-items: center;
  background: #d9091a;
  height: 100%;
  width: 8.854vw;
  justify-content: center;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div1 .img {
  width: auto;
  height: 75%;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 {
  display: flex;
  flex-direction: column;
  margin-left: 0.25rem;
}
.qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
  line-height: 1.5;
  font-family: 'pf_b';
  font-weight: bold;
}
@media (max-width: 2048px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_logo .a .div2 p {
    display: none;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox {
  display: flex;
  align-items: center;
  height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav {
  height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul {
  display: flex;
  height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li {
  height: 100%;
  margin-right: 3vw;
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li {
    margin-right: 3vw;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: #222;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
  position: relative;
  font-family: 'pf_m';
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 2048px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span {
    font-size: 14px;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span::before {
  position: absolute;
  content: '';
  background: url(../images/img2_xz2232957.png);
  background-size: 100% 100%;
  width: 14px;
  height: 7px;
  bottom: -20px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span::before {
    bottom: -55%;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .one_a span::before {
    bottom: -45%;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first {
  position: absolute;
  top: 1.1rem;
  width: 100%;
  min-height: auto;
  left: 0;
  transition: all 0.5s;
  background: #f7f7f7;
  display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w {
  width: 16rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.35rem 0 0.35rem 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li {
  width: 15%;
  margin-right: 1.875%;
  cursor: pointer;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a {
  width: 100%;
  display: inline-block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.33%;
  overflow: hidden;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 > .img,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p1 .two_img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t {
  padding: 0.15rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
  font-weight: bold;
  color: #333;
  flex: 1;
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.1rem;
  transition: all 0.5s;
  line-height: 1;
}
@media (max-width: 2048px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .icon {
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
  background: #dcdcdc;
  border-radius: 1000px;
  transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_t .a .icon::before {
  content: '';
  position: absolute;
  background: url('../images/img353.png') no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 6px;
  height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY {
  height: 2.15rem;
  overflow-y: auto;
  font-size: 16px;
  color: #666;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li {
  width: 100%;
  margin-top: 0.12rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
  color: #666;
  transition: all 0.5s;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.1rem;
  flex: 1;
}
@media (max-width: 2048px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .title {
    font-size: 14px;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .icon {
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
  transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li .a .icon::before {
  content: '';
  position: absolute;
  background: url('../images/img353.png') no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 6px;
  height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li .two_a .two_p2 .two_p2_ul .two_p2_li:nth-of-type(1) {
  margin-top: 0.17rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:nth-child(6n+6) {
  margin-right: 0;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p1 .two_img {
  transform: scale(1.05);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_t .title {
  color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_t .icon {
  background: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_t .icon::before {
  background: url('../images/img354.png') no-repeat;
  background-size: 100% 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_ul .two_p2_li:hover .title {
  color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first .hh_w .two_ul .two_li:hover .two_a .two_p2 .two_p2_ul .two_p2_li:hover .icon::before {
  background: url('../images/img355.png') no-repeat;
  background-size: 100% 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_first.active {
  display: block;
  animation: hideShow 0.25s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second {
  position: absolute;
  top: 1.1rem;
  opacity: 1;
  width: 100%;
  left: 0;
  transition: all 0.5s;
  min-height: 5.4rem;
  background: url('../images/img356.png') no-repeat;
  background-size: 100% 100%;
  display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div {
  display: flex;
  justify-content: flex-start;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul {
  width: 4.85rem;
  background: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li {
  height: 0.9rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a {
  padding: 0 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
  font-weight: bold;
  color: #333;
  flex: 1;
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.1rem;
  transition: all 0.5s;
  line-height: 1;
}
@media (max-width: 2048px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 18px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .title {
    font-size: 14px;
    line-height: 24px;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .icon {
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
  background: #dcdcdc;
  border-radius: 1000px;
  transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .a .icon::before {
  content: '';
  position: absolute;
  background: url('../images/img353.png') no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 6px;
  height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul {
  position: absolute;
  left: 4.85rem;
  top: 0;
  width: 3.6rem;
  height: 5.6rem;
  background: rgba(246, 246, 246, 0.8);
  display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .a {
  height: 0.9rem;
  padding: 0 0.3rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .a .title {
  font-size: 16px;
  color: #333;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .a .icon {
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
  transition: all 0.5s;
  background: transparent;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .a .icon::before {
  content: '';
  position: absolute;
  background: url('../images/img353.png') no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 6px;
  height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .second_three_ul .second_three_li {
  display: none;
  transition: all 0.5s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .second_three_ul .second_three_li .a {
  padding: 0.11rem 0.3rem;
  height: auto;
  font-size: 14px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .second_three_ul .second_three_li.active {
  display: block;
  animation: hideShow 0.25s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li .second_three_ul .second_three_li:hover .a {
  color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li.active {
  background: rgba(255, 255, 255, 0.8);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li:hover .title,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li.on .title {
  color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li:hover .icon::before,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li .second_two_ul .second_two_li.on .icon::before {
  background: url('../images/img355.png') no-repeat;
  background-size: 100% 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li:hover .title,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li.on .title {
  color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li:hover .icon,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li.on .icon {
  background: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li:hover .icon::before,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .second_one_ul .second_one_li.on .icon::before {
  content: '';
  position: absolute;
  background: url('../images/img354.png') no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 6px;
  height: 10px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .dingzhi {
  height: 1.1rem;
  background: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .scrollY {
  height: 4.5rem;
  overflow-y: auto;
  font-size: 16px;
  color: #666;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_one .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_pro {
  position: absolute;
  width: 6.75rem;
  height: 4.55rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second .second_div .second_pro .img {
  max-width: 100%;
  max-height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li .two_style_second.active {
  display: block;
  animation: hideShow 0.25s;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.one_style_second:hover .two_style_second {
  display: inline;
  opacity: 1;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.one_style_second:hover .two_style_second .second_div {
  display: flex;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.on .one_a {
  color: #e40013;
  position: relative;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a span,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.on .one_a span {
  white-space: nowrap;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li:hover .one_a span::before,
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_nav .one_ul .one_li.on .one_a span::before {
  opacity: 1;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng {
  margin-left: 1.302vw;
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  background: #e5c68b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng a {
  color: #fff;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .on {
  color: #e40013;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0;
  top: 0.75rem;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a {
  display: flex;
  padding: 0.15rem 0.2rem;
  background: rgba(255, 255, 255, 0.55);
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .img {
  margin-right: 0.15rem;
  display: none;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
  color: #333;
}
@media (max-width: 2048px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng .enBox .a .span {
    font-size: 14px;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .xz_head_lng:hover .enBox {
  display: block;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_search {
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  background: #e60013;
  margin-left: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .qtwy_search {
    margin-left: 0;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel {
  margin-left: 1.302vw;
  margin-right: 2.604vw;
  height: 100%;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel img {
  max-width: unset;
  max-height: unset;
  width: 35px;
  height: 35px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel .hh_div {
  margin-left: 15px;
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel .hh_div .div2 {
  font-family: 'din';
  color: #e60013;
  font-size: 19px;
}
@media (max-width: 1680px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel .hh_div .div2 {
    font-size: 16px;
  }
}
@media (max-width: 1290px) {
  .qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel .hh_div .div2 {
    font-size: 14px;
  }
}
.qtwy-header-pc .qtwy-header .qtwy_navBox .nav_info .tel .hh_div .div1 {
  font-size: 12px;
  font-family: 'pf_m';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
/* 全通网印新版头部结束 */
.qtwy-header-pc.scroll {
  top: -110%;
}
.qtwy_bread {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.qtwy_bread .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_bread .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_bread .hh_w {
    display: -webkit-box;
    overflow-x: scroll;
  }
}
.qtwy_bread .hh_w .div {
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_bread .hh_w .div {
    margin-right: 0.2rem;
  }
}
.qtwy_bread .hh_w .div .a {
  padding: 0.31rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
  font-family: 'siyuan_medium';
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .qtwy_bread .hh_w .div .a {
    font-size: 0.18rem;
    padding: 0.1rem 0;
  }
}
.qtwy_bread .hh_w .div .a::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #e20001;
  bottom: 0;
  left: 0%;
  transition: all 0.5s;
}
.qtwy_bread .hh_w .div .a:hover,
.qtwy_bread .hh_w .div .a.on {
  color: #e20001;
}
.qtwy_bread .hh_w .div .a:hover::before,
.qtwy_bread .hh_w .div .a.on::before {
  content: '';
  width: 100%;
}
.qtwy_bread2 {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.qtwy_bread2 .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .qtwy_bread2 .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_bread2 .hh_w {
    display: -webkit-box;
    overflow-x: scroll;
  }
}
.qtwy_bread2 .hh_w .div {
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_bread2 .hh_w .div {
    margin-right: 0.25rem;
  }
}
.qtwy_bread2 .hh_w .div .a {
  padding: 0.31rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
  font-family: 'siyuan_medium';
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .qtwy_bread2 .hh_w .div .a {
    font-size: 0.18rem;
    padding: 0.1rem 0;
  }
}
.qtwy_bread2 .hh_w .div .a::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #e20001;
  bottom: 0;
  left: 0%;
  transition: all 0.5s;
}
.qtwy_bread2 .hh_w .div .a:hover,
.qtwy_bread2 .hh_w .div .a.on {
  color: #e20001;
}
.qtwy_bread2 .hh_w .div .a:hover::before,
.qtwy_bread2 .hh_w .div .a.on::before {
  content: '';
  width: 100%;
}
.qtwy_bread2 .hh_w .div2 {
  margin: 0 1.7rem;
}
@media (max-width: 768px) {
  .qtwy_bread2 .hh_w .div2 {
    margin: 0 0.2rem 0 0;
  }
}
.kefu_win {
  top: 50%;
  position: fixed;
  right: 5px;
  z-index: 999;
  transform: translateY(-50%);
}
.kefu_win .kefu_bUl {
  background: #80807f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 70px;
}
.kefu_win .kefu_bUl .kefu_bLi {
  height: 70px;
  width: 100%;
  cursor: pointer;
}
.kefu_win .kefu_bUl .kefu_bLi .a {
  display: flex;
  width: 100%;
  height: 100%;
}
.kefu_win .kefu_bUl .kefu_bLi .a .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kefu_win .kefu_bUl .kefu_bLi .a .icon .img_a {
  display: none;
}
.kefu_win .kefu_bUl .kefu_bLi .win {
  position: absolute;
  right: -5rem;
  transition: all 0.5s;
  top: 0;
  padding: 0.15rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #999;
  z-index: -1;
}
.kefu_win .kefu_bUl .kefu_bLi .win p {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kefu_win .kefu_bUl .kefu_bLi:hover {
  background: #d9000f;
}
.kefu_win .kefu_bUl .kefu_bLi:hover .a .icon .img {
  display: none;
}
.kefu_win .kefu_bUl .kefu_bLi:hover .a .icon .img_a {
  display: block;
}
.kefu_win .kefu_bUl .kefu_bLi:hover .win {
  right: 85px;
}
.kefu_win .backTop {
  height: 70px;
  width: 100%;
  cursor: pointer;
  background: #80807f;
  border-radius: 5px;
  margin-top: 5px;
}
.kefu_win .backTop .a {
  display: flex;
  width: 100%;
  height: 100%;
}
.kefu_win .backTop .a .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kefu_win .backTop .a .icon .img_a {
  display: none;
}
.kefu_win .backTop:hover {
  background: #d9000f;
}
.kefu_win .backTop:hover .a .icon .img {
  display: none;
}
.kefu_win .backTop:hover .a .icon .img_a {
  display: block;
}
/* 搜索 */
.lbotal {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  height: 0.5rem;
  width: 9rem;
  border: 1px solid #666;
  border-radius: 0.25rem;
  background: transparent;
  display: none;
}
.lbotal .c2 {
  float: left;
  width: 0.6rem;
  height: 0.48rem;
  border: none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat center center;
  background-size: 0.2rem;
  opacity: 0;
  transform: translateX(0.5rem);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 7.2rem;
  border: none;
  height: 0.48rem;
  padding: 0 0.1rem 0 0;
  font-size: 0.16rem;
  opacity: 0;
  transform: translateX(80%);
  transition: all 0.5s ease;
}
.lbotal.on .c1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s ease;
}
.lbotal > .bgcl {
  float: left;
  height: 0.48rem;
  width: 0.58rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  background: url('../images/icon_search_close.png') no-repeat center center;
  background-size: 0.18rem;
}
@media (max-width: 991px) {
  .lbotal {
    right: 18%;
  }
}
/*app-头部*/
.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #333;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 5px;
}
.app_ss:hover {
  border: 2px solid #4a69ca;
}
.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder {
  color: #fff;
}
.app_ss input:-ms-input-placeholder {
  color: #fff;
}
.app_ss input::-webkit-input-placeholder {
  color: #fff;
}
.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}
.app_ss button img {
  width: 18px;
  height: 18px;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.nav-menu {
  position: absolute;
  /* top: 60px; */
  top: 0.6rem;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
  background: #fff;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  border-bottom: 1px solid #333;
  opacity: 0;
  pointer-events: none;
}
.nav-list li.open {
  border-bottom: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
}
.cate-item a {
  font-size: 16px;
  line-height: 48px;
  /* margin-right: 60px; */
  display: block;
  color: #333;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #e40013;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #e40013;
}
.category-tig,
.P_tig_two,
.P_tig_three {
  font-size: 14px;
  color: #e40013;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* wap端二级+三级下拉样式--开始 */
.category-tig::before,
.category-tig::after,
.P_tig_two::before,
.P_tig_two::after,
.P_tig_three::before,
.P_tig_three::after {
  content: '';
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.category-tig::before,
.P_tig_two::before,
.P_tig_three::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-tig::after,
.P_tig_two::after,
.P_tig_three::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.cate-item.open .P_tig_two::after,
.P_tig_two.open::after,
.P_tig_three.open::after {
  opacity: 0;
}
.cate-item.open .P_tig_two::before,
.P_tig_two.open::before,
.P_tig_three.open::before {
  background: #e40013;
}
.category-cont-two .cate-item {
  border-top: 1px solid rgba(133, 131, 131, 0.5);
}
.category-cont-two .cate-item:nth-of-type(1) {
  border-top: 0;
}
.category-cont-two,
.category-cont-three {
  display: none;
}
.category-cont-three {
  padding: 0 15px;
}
.category-cont-three .cate-item {
  position: relative;
}
/* wap端二级+三级+四级下拉样式--结束 */
.nav-list li.open .category-tig::after {
  opacity: 0;
}
.nav-list li.open .category-tig::before {
  background: #e40013;
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.category-pad {
  padding: 0 15px;
}
.category-cont a {
  font-size: 14px;
  line-height: 40px;
  display: block;
  color: #333;
}
.category-pad a.on {
  color: #e40013;
}
.category-two-a,
.category-three-a,
.category-four-a {
  color: #333 !important;
}
.category-two-a.on,
.category-three-a.on {
  color: #e40013 !important;
}
.lan-box-app {
  padding: 20px 0;
  text-align: center;
}
.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #e40013;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #e40013;
}
.lan-box-app a:last-child:after {
  display: none;
}
/* 底部 */
footer {
  background: #232323;
}
.ft-t {
  font-size: 20px;
  margin-bottom: 45px;
  color: #fff;
  position: relative;
}
.ft-t::before {
  content: '';
  width: 6px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -54px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .ft-t::before {
    left: -50px;
  }
}
.ft-lef {
  background: #232323;
}
.ft-rig {
  background: #1e1e1e;
}
.ft-a a {
  color: #838383;
  font-size: 16px;
  margin-bottom: 20px;
}
.ft-a a:hover {
  color: #fff;
}
@media (max-width: 1680px) {
  .ft-a a {
    font-size: 18px;
  }
}
.ft-1 {
  width: 100%;
  border-top: 10px solid #328cee;
  display: flex;
  flex-direction: column;
}
.ft-1 .ft-1-1 {
  flex: 1;
}
.ft-1 .ft-1-2 {
  padding: 56px 0;
  font-size: 16px;
  color: #838383;
  border-top: 1px solid #393939;
}
.ft-nav {
  /* padding-left: 8.335vw; */
  border-top: 10px solid #328cee;
}
.ft-bq {
  padding: 45px 0;
  font-size: 16px;
  color: #838383;
  border-top: 1px solid #393939;
}
.ft-li {
  border-left: 1px solid #393939;
  padding-top: 85px;
  padding-bottom: 55px;
  padding-left: 50px;
}
.ft-pb2 p:nth-of-type(2) {
  width: 400px;
}
.ft-p1,
.ft-pb2 p {
  font-size: 18px;
  color: #a9a9a9;
  text-align: left;
}
.ft-p2 {
  font-size: 36px;
  color: #fff;
  /* margin-right: 1.83vw; */
  margin-top: 20px;
  margin-bottom: 35px;
}
.ft-pb1 {
  border-bottom: 1px solid #393939;
}
.ft-pbox {
  padding-right: 160px;
  border-top: 10px solid #6f6f6f;
}
.ft-pb2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
}
.ft-pb2 .p2 {
  line-height: 30px;
}
.ft-pb2 a {
  color: #a9a9a9;
  font-size: 16px;
}
.ft-pb2 a:hover {
  color: #fff;
  font-size: 16px;
}
.banquan {
  display: none;
}
/* 底部 */
footer {
  padding-bottom: 0rem;
}
.ft-1 {
  display: none !important;
}
.ft-lef {
  display: none !important;
}
@media (max-width: 768px) {
  footer > div {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
.ft-pbox {
  border-top: 0;
  padding-right: 0;
}
.ft-pb1 {
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
}
.ft-pb2 {
  padding: 0 0 16px 0;
  display: flex;
  flex-direction: column;
}
.ft-pb1 .ft-p1,
.ft-pb2 p {
  font-size: 14px;
}
.ft-pbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
.ft-p2 {
  margin: 0;
  font-size: 18px;
}
.ft-pbox {
  background: #232323;
}
.ft-pb2 .addr {
  display: flex;
}
.ft-pb2 p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  flex: unset;
}
.ft-pb2 p:nth-of-type(1) img {
  width: 15px;
  margin-right: 10px;
  margin-top: 4px;
}
.ft-pb2 p:nth-of-type(2) {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}
.ft-pb2 .p2 {
  font-size: 0.14rem;
  margin-left: 6px;
}
.banquan {
  display: block;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
  border-top: 1px solid #343434;
  padding-top: 15px;
  margin-top: 15px;
}
.hhtips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banquan p,
.hhtips a {
  text-align: left;
  font-size: 12px;
}
.hhtips a {
  font-size: 12px;
}
.hhtips .p1 {
  display: flex;
  flex: 2;
  align-items: flex-start;
  font-size: 12px;
}
.hhtips .p2 {
  flex: 1;
  margin-left: 0;
}
.hhtips .p2 a {
  font-size: 12px;
}
@media (max-width: 768px) {
  .hhtips {
    justify-content: center;
    flex-direction: unset !important;
    justify-content: flex-start;
    align-items: center;
  }
  .ft-pb2 p:nth-of-type(2) {
    text-align: left !important;
    margin-left: 15px;
  }
  .hhtips .p1 {
    margin-top: 5px;
    margin-bottom: 3px;
  }
}
.ftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ft_ca {
  padding: 20px 20px 0;
  background: #232323;
  width: 100%;
}
.ft_ca .div1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.ft_ca .div2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}
.ft_ca ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
.ft_ca ul li:nth-of-type(1) {
  margin-bottom: 22px;
}
.ft_ca ul li:nth-of-type(1) img {
  width: 20px;
  margin-top: 3px;
}
.ft_ca ul li:nth-of-type(1) p span {
  color: #d9091a;
  font-size: 18px;
}
.ft_ca ul li img {
  margin-top: 5px;
  margin-right: 10px;
}
.ft_ca ul li p {
  color: #a9a9a9;
  font-size: 12px;
  margin-top: 4px;
}
.ft_ca ul li p span {
  font-size: 16px;
  color: #fff;
}
.ft_win {
  padding: 2.08vw 0;
  background: #fff;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border: 1px solid #e2e2e2;
  border-right: 0;
}
@media (min-width: 2048px) {
  .ft_win {
    width: 65px;
  }
}
.ft_win li {
  width: 100%;
  height: 2.86vw;
  min-height: 40px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ft_win li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 2048px) {
  .ft_win li a .hh_img,
  .ft_win li a .hh_img_a {
    width: 30px;
  }
}
.ft_win li .hh_img_a {
  display: none;
}
.ft_win li .hh_tel {
  position: absolute;
  right: 45px;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  height: 55px;
  align-items: center;
  padding-right: 1.56vw;
  padding-left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e2e2e2;
  display: none;
}
@media (min-width: 2048px) {
  .ft_win li .hh_tel {
    right: 70px;
  }
}
.ft_win li .hh_tel .hh_i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
.ft_win li .hh_tel div {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: #e60013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #e1e1e1;
  margin-right: 18px;
}
.ft_win li .hh_tel p {
  white-space: nowrap;
  color: #e60013;
  font-family: 'hmos_m';
}
@media (max-width: 2048px) {
  .ft_win li .hh_tel p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .ft_win li .hh_tel p {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  .ft_win li .hh_tel p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .ft_win li .hh_tel p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .ft_win li .hh_tel p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .ft_win li .hh_tel p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .ft_win li .hh_tel p {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .ft_win li .hh_tel p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ft_win li .hh_tel p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .ft_win li .hh_tel p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 2500px) {
  .ft_win li .hh_tel p {
    font-size: 22px;
  }
}
.ft_win li .hh_wx {
  position: absolute;
  right: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  height: 55px;
  align-items: center;
  width: 6.25vw;
  height: 6.25vw;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e2e2e2;
  display: none;
  border-radius: 5px;
}
@media (min-width: 2048px) {
  .ft_win li .hh_wx {
    right: 75px;
  }
}
.ft_win li .hh_wx div {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_win li .hh_wx div img {
  border-radius: 5px;
  width: 100%;
}
.ft_win li .hh_wx .hh_i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
.ft_win li:hover .hh_tel,
.ft_win li:hover .hh_wx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_win li:hover .hh_img {
  display: none;
}
.ft_win li:hover .hh_img_a {
  display: block;
}
.ft_win li:nth-of-type(1) {
  margin-top: 0;
}
/*# sourceMappingURL=./nav.css.map */