<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

:root {
  --hover: #e60012;
  --fs80: 80px;
  --fs42: 42px;
  --fs36: 36px;
  --fs24: 24px;
  --fs20: 20px;
  --fs16: 16px;
  --fs14: 14px;
}

body {
  font-family: 'Microsoft Yahei', '微软雅黑', SimSun, Arial, tahoma, arial !important;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
}

html {
  font-size: 62.5%;
}

a {
  color: #222;
  text-decoration: none;
  outline: none;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

a:hover {
  color: var(--hover);
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

.cell,
.cell2,
.cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.yh {
  font-family: "Microsoft Yahei", "微软雅黑";
}

a,
img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  font-family: 'Microsoft Yahei', '微软雅黑', SimSun, Arial, tahoma, arial !important;
  outline: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="text"]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}


.section {
  width: 100%;
  background-color: #fff;
  height: 100vh;
}

.section .pagefr {
  width: 100%;
  height: calc(100vh - .92rem);
  margin-top: .92rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.section .p_last {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.section.active .pagefr {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0)
  }

  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6)
  }

  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0)
  }
}

@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0)
  }

  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6)
  }

  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0)
  }
}

@-webkit-keyframes an_02 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes an_02 {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02
}


@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }

  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}

@keyframes an_01 {
  0% {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
  }

  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  100% {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
  }
}


@-webkit-keyframes an_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an_03 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {
  0% {}

  100% {}
}

@keyframes an_zdy {
  0% {}

  100% {}
}

.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }

  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }

  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}

@keyframes an_04 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }

  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }

  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}

/*common*/


.in_body {
  min-height: 100vh;
  position: relative;
  opacity: 0;
  background-color: #fff;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_c {
  margin: 0px 206px;
  padding: 0px 0px;
}

.wrap_in {
  margin: 0px 3%;
}

.wrap_nr {
  margin: 0px 6.25%;
}



.w_pc {}

.w_wap {
  display: none !important;
}

.lgn_body {
  background: url('../images/bg_01.jpg') center no-repeat;
  background-size: cover;
}

header {
  border-bottom: 1px solid var(--hover);
}

.qgzt_01 {
  overflow: hidden;
  position: relative;
}

.qgzt_01_slide {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 90px);
  position: relative;
  margin-top: 90px;
}

.qgzt_01_slide .swiper-slide {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.qgzt_01_slide .swiper-slide b.b1 {
  width: 100%;
  height: calc(100vh - 90px);
  display: block;
  overflow: hidden;
}

/* 修改ipv6页面bannerhttps: //www.yolosolive.com/cn/Products_And_Solution/InterConnect/Solutions/IPv6+/ */
.qgzt_01_slide .swiper-slide b.b10 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c .qgzt01c_c {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20vh;
  opacity: 0;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p {
  width: 100%;
  overflow: hidden;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p1 {
  font-size: var(--fs42);
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p1 i {
  font-size: 32px;
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 1.8;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p2 {
  font-size: var(--fs16);
  line-height: 1.5;
  color: #fff;
  margin-top: 30px;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 {
  margin-top: 60px;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 a {
  float: left;
  margin-left: 15px;
  display: inline-block;
  line-height: 44px;
  padding: 0px 40px;
  border: 2px solid #d3cecf;
  border-radius: 50px;
  font-size: var(--fs16);
  color: #fff;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 a:nth-child(1) {
  margin-left: 0px;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 a.a1 {
  background-color: var(--hover);
  border: 2px solid var(--hover);
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 a.a1:hover {
  background-color: #d7000f;
}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 a:hover {
  background-color: var(--hover);
  border: 2px solid var(--hover);
}

.qgzt01_b {
  width: 30px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 4.6%;
  top: 0px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt01_b .qgzt01_b_c {
  width: 100%;
  overflow: visible;
  position: relative;
}

.qgzt01_b .qgzt01_b_c .qgzt_01_prev {
  width: 100%;
  height: 28px;
  display: block;
  overflow: hidden;
  background: url("../images/in_01.png") center no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0px;
  top: -38px;
}

.qgzt01_b .qgzt01_b_c .qgzt_01_next {
  width: 100%;
  height: 28px;
  display: block;
  overflow: hidden;
  background: url("../images/in_02.png") center no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0px;
  bottom: -38px;
}

.qgzt01_b .qgzt_01_sp {
  width: 100%;
  overflow: hidden;
}

.qgzt01_b .qgzt_01_sp span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  background: none;
  padding: 0px;
  margin: 0px !important;
  width: 100%;
  height: auto;
  font-family: Arial;
}

.qgzt01_b .qgzt_01_sp span.swiper-pagination-bullet-active {
  color: #fff;
}

.navfr {
  overflow: hidden;
  line-height: 50px;
}

.navfr a {
  float: left;
  font-size: var(--fs14);
  color: #666;
}

.navfr i {
  float: left;
  margin: 0px 10px;
  color: #000;
  font-family: SimSun;
}

.qgzt_02 {
  overflow: hidden;
  padding: 20px 0px 30px 0px;
}

.qgzt_02_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.qgzt_02_t p {
  width: 100%;
  overflow: hidden;
}

.qgzt_02_t p.p1 {
  text-transform: uppercase;
  color: rgba(146, 146, 165, 0.1);
  font-weight: bold;
  font-size: var(--fs80);
  line-height: 1;
}

.qgzt_02_t p.p2 {
  font-size: var(--fs36);
  color: #1e1e28;
  line-height: 1.4;
  font-weight: bold;
  margin-top: -38px;
  position: relative;
  padding-bottom: 30px;
}

.qgzt_02_t p.p2 b {
  width: 82px;
  height: 4px;
  display: block;
  overflow: hidden;
  border-radius: 0px;
  background-color: var(--hover);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.qgzt_02_t a {
  display: inline-block;
  line-height: 36px;
  padding: 0px 30px;
  border: 2px solid var(--hover);
  border-radius: 50px;
  font-size: var(--fs14);
  color: var(--hover);
  position: absolute;
  right: 0px;
  bottom: 30px;
}

.qgzt_02_t a:hover {
  background-color: var(--hover);
  color: #fff;
}

.qgzt_02_b {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.qgzt_02_b p {
  width: 100%;
  overflow: hidden;
  font-size: var(--fs16);
  color: #666;
  line-height: 1.5;
}

.qgzt_02_b1 p {
  font-weight: bold;
  color: #e60012;
}

.qgzt_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.qgzt_02_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.qgzt_02_c ul li {
  background-color: #fefdfd;
  border-radius: 6px;
  width: 32%;
  border: 1px solid #e7e7e7;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_02_c ul li p {
  width: 100%;
  overflow: hidden;
  font-size: var(--fs14);
  color: #666666;
  line-height: 1.5;
  margin: 10px 0px;
  padding-left: 15px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_02_c ul li p:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  overflow: hidden;
  background-color: #e60012;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 7px;
}

.qgzt_02_c ul li p.p1 {
  position: relative;
  line-height: 80px;
  margin: 0px;
  padding-left: 0px;
}

.qgzt_02_c ul li p.p1:before {
  display: none;
}

.qgzt_02_c ul li p.p1 img {
  width: 80px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ebebeb;
}

.qgzt_02_c ul li p.p1 i {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  font-size: var(--fs20);
  color: #e4e4e4;
  font-weight: bold;
  font-family: Arial;
}

.qgzt_02_c ul li p.p2 {
  font-size: var(--fs20);
  line-height: 2;
  font-weight: bold;
  margin: 15px 0px;
  padding-left: 0px;
}

.qgzt_02_c ul li p.p2:before {
  display: none;
}



.qgzt_03 {
  overflow: hidden;
  background: url("../images/in_03.jpg") center no-repeat;
  background-size: cover;
}

.qgzt_03fr {
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 90px);
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt_03_c {
  width: 100%;
  overflow: hidden;
  padding-right: 200px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_03c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5vh;
}

.qgzt_03c_slide {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.qgzt_03c_slide .swiper-slide {
  width: 100% !important;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background-color: #fff;
}

.qgzt_03c_slide .swiper-slide .fl {
  width: 45%;
  overflow: hidden;
  position: relative;
  height: 43vh;
}

.qgzt_03c_slide .swiper-slide .fl b {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.qgzt_03c_slide .swiper-slide .fr {
  width: 55%;
  overflow: hidden;
  padding: 30px 80px;
  background: url("../images/in_04.jpg") right bottom no-repeat;
  background-size: 55%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_03c_slide .swiper-slide .fr p {
  width: 100%;
  overflow: hidden;
}

.qgzt_03c_slide .swiper-slide .fr p.p1 {
  font-size: var(--fs20);
  color: #1e1e28;
  line-height: 1.5;
  font-weight: bold;
}

.qgzt_03c_slide .swiper-slide .fr dl {
  width: 100%;
  overflow: hidden;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}

.qgzt_03c_slide .swiper-slide .fr dl dt {
  width: 100%;
  overflow: hidden;
  font-size: var(--fs16);
  color: #1e1e28;
  position: relative;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_03c_slide .swiper-slide .fr dl dt:before {
  width: 6px;
  height: 6px;
  display: block;
  overflow: hidden;
  content: "";
  background-color: var(--hover);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 13px;
}

.qgzt_03c_slide .swiper-slide .fr dl dt:nth-child(1) {
  margin-top: 0px;
}

.qgzt_03c_slide .swiper-slide .fr dl dd {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  font-size: var(--fs14);
  color: #8b8b94;
  line-height: 1.5;
}

.qgzt_03c_slide .swiper-slide .fr p.p2 {
  margin-top: 30px;
}

.qgzt_03c_slide .swiper-slide .fr p.p2 a {
  display: inline-block;
  line-height: 36px;
  border: 2px solid var(--hover);
  padding: 0px 30px;
  border-radius: 36px;
  font-size: var(--fs14);
  float: left;
}

.qgzt_03c_slide .swiper-slide .fr p.p2 a:nth-child(2) {
  margin-left: 20px;
  /*background-color:var(--hover);color:#fff;*/
}

.qgzt_03c_slide .swiper-slide .fr p.p2 a:hover {
  background-color: var(--hover);
  color: #fff;
}


.qgzt_03c_b {
  width: 200px;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_03c_b .qgzt_03cb_prev {
  width: 100%;
  height: 20%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt_03c_b .qgzt_03cb_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_05.png") center no-repeat;
  background-size: 20px;
}

.qgzt_03c_b .qgzt_03cb_prev:hover {
  background-color: var(--hover);
}

.qgzt_03c_b .qgzt_03cb_prev:hover b {
  background: url("../images/in_05_on.png") center no-repeat;
  background-size: 20px;
}

.qgzt_03c_b .qgzt_03cb_next {
  width: 100%;
  height: 20%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top: 0px solid #e2e2e2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt_03c_b .qgzt_03cb_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_06.png") center no-repeat;
  background-size: 20px;
}

.qgzt_03c_b .qgzt_03cb_next:hover {
  background-color: var(--hover);
}

.qgzt_03c_b .qgzt_03cb_next:hover b {
  background: url("../images/in_06_on.png") center no-repeat;
  background-size: 20px;
}

.qgzt_03cb_slide {
  width: 100%;
  height: calc(100% - 40%);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 20%;
}

.qgzt_03cb_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_03cb_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_03cb_slide .swiper-slide span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: var(--fs20);
  color: #444444;
  font-weight: bold;
  line-height: 1.5;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_03cb_slide .swiper-slide i {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: var(--fs14);
  color: #666;
  font-weight: bold;
  line-height: 1.5;
  font-family: Arial;
}

.qgzt_03cb_slide .swiper-slide a.on span {
  color: var(--hover);
}

.qgzt_03cb_slide .swiper-slide:hover span {
  color: var(--hover);
}


.qgzt_04 {
  overflow: hidden;
  background-color: #fff;
  padding: 60px 0px;
}

.qgzt_04_t {
  width: 100%;
  overflow: hidden;
}

.qgzt_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.qgzt_04c_slide {
  width: calc(100% - 206px);
  overflow: hidden;
  margin-left: 206px;
}

.qgzt_04c_slide .swiper-slide {
  width: 33vw;
  overflow: hidden;
  border-radius: 10px;
}

.qgzt_04c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.qgzt_04c_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_04c_slide .swiper-slide em.em1 {}

.qgzt_04c_slide .swiper-slide em.em1 img {
  width: 100%;
  display: block;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_04c_slide .swiper-slide em.em2 {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 999;
  text-align: left;
  padding: 0px 30px;
  font-size: var(--fs16);
  color: #fff;
  font-weight: bold;
}

.qgzt_04c_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_04c_slide .swiper-slide:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}



.qgzt_04_b {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}

.qgzt_04_b b.b1 {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: #d8d8d8;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.5px;
}

.qgzt_04b_c {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.qgzt_04b_c .qgzt_04b_c {
  height: 60px;
  overflow: hidden;
  background-color: #f7f8fb;
  display: inline-block;
  padding: 0px 20px;
  width: 144px;
  float: left;
}

.qgzt_04b_c .qgzt_04b_c a {
  width: 12px;
  height: 60px;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0px 26px;
}

.qgzt_04b_c .qgzt_04b_c a.qgzt_04b_prev {
  background: url("../images/in_07.png") center no-repeat;
  background-size: 12px;
}

.qgzt_04b_c .qgzt_04b_c a.qgzt_04b_prev:hover {
  background: url("../images/in_07_on.png") center no-repeat;
  background-size: 12px;
}

.qgzt_04b_c .qgzt_04b_c a.qgzt_04b_next {
  background: url("../images/in_08.png") center no-repeat;
  background-size: 12px;
}

.qgzt_04b_c .qgzt_04b_c a.qgzt_04b_next:hover {
  background: url("../images/in_08_on.png") center no-repeat;
  background-size: 12px;
}

.qgzt_04b_c .qgzt_04b_sp {
  float: right;
  height: 60px;
  line-height: 60px;
  bottom: 0px;
  display: inline-block;
  width: auto;
  font-size: var(--fs16);
  color: #8f8f97;
  font-weight: bold;
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-left: 60px;
}

.qgzt_04b_c .qgzt_04b_sp i {
  font-size: var(--fs20);
  color: var(--hover);
  display: inline-block;
}

.qgzt_04b_c .qgzt_04b_sp span {
  display: inline-block;
}


.qgzt_05 {
  overflow: hidden;
  background: url("../images/in_09.jpg") no-repeat;
  background-size: 100%;
  padding: 60px 0px;
  background-color: #f0f0f0
}

.qgzt_05_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 526px;
  min-height: 380px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_05_c .qgzt_05c_l {
  width: 220px;
  overflow: hidden;
  position: absolute;
  left: 206px;
  top: 60px;
  z-index: 999;
}

.qgzt_05_c .qgzt_05c_l ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  font-size: var(--fs16);
  font-weight: bold;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt_05_c .qgzt_05c_l ul li a {
  color: #222222
}

.qgzt_05_c .qgzt_05c_l ul li.on {
  background: url("../images/in_10.jpg") right bottom no-repeat var(--hover);
  background-size: 60%;
}

.qgzt_05_c .qgzt_05c_l ul li.on a {
  color: #fff;
}

.qgzt_05c_hid {
  width: 100%;
  display: none;
  overflow: hidden;
}


.qgzt_05_r {
  width: 100%;
  overflow: hidden;
}

.qgzt_05r_slide {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}

.qgzt_05r_slide .swiper-slide {
  width: 18vw;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.qgzt_05r_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_05r_slide .swiper-slide em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_05r_slide .swiper-slide em.em1 {}

.qgzt_05r_slide .swiper-slide em.em1 img {
  width: 100%;
  display: block;
}

.qgzt_05r_slide .swiper-slide em.em2 {
  padding: 20px 40px;
}

.qgzt_05r_slide .swiper-slide em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_05r_slide .swiper-slide em.em2 span.sp1 {
  font-size: var(--fs20);
  color: #222222;
  line-height: 1.5;
  font-weight: bold;
}

.qgzt_05r_slide .swiper-slide em.em2 span.sp2 {
  font-size: var(--fs14);
  color: #222222;
  line-height: 1.5;
  margin-top: 10px;
}

.qgzt_05r_slide .swiper-slide:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
}

.qgzt_05r_slide .swiper-slide:hover em.em2 span.sp1 {
  color: #e60012;
}

.qgzt_05r_slide .swiper-slide:hover em.em2 span.sp2 {
  color: #e60012;
}

.qgzt_05r_b {
  height: 60px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0px 20px;
  width: 144px;
  float: left;
  margin-top: 40px;
}

.qgzt_05r_b a {
  width: 12px;
  height: 60px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0px 20px;
}

.qgzt_05r_b a.qgzt_05r_prev {
  background: url("../images/in_07.png") center no-repeat;
  background-size: 100%;
}

.qgzt_05r_b a.qgzt_05r_prev:hover {
  background: url("../images/in_07_on.png") center no-repeat;
  background-size: 100%;
}

.qgzt_05r_b a.qgzt_05r_next {
  background: url("../images/in_08.png") center no-repeat;
  background-size: 100%;
}

.qgzt_05r_b a.qgzt_05r_next:hover {
  background: url("../images/in_08_on.png") center no-repeat;
  background-size: 100%;
}


.qgzt_06 {
  overflow: hidden;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.qgzt_06 b.b1 {
  width: 55%;
  height: 61%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0%;
  top: 19%;
}

.qgzt_06 img.img1 {
  width: 45%;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.qgzt_06fr {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 26%;
}

.qgzt_06_t {
  width: 100%;
  overflow: hidden;
}

.qgzt_06_t p {
  width: 100%;
  overflow: hidden;
}

.qgzt_06_t p.p1 {
  text-transform: uppercase;
  color: rgba(146, 146, 165, 0.1);
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
}

.qgzt_06_t p.p2 {
  font-size: 36px;
  color: #1e1e28;
  line-height: 1.4;
  font-weight: bold;
  margin-top: -38px;
  position: relative;
  padding-bottom: 30px;
}

.qgzt_06_t p.p2 b {
  width: 82px;
  height: 4px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--hover);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.qgzt_06_t p.p3 {
  font-size: var(--fs16);
  color: #1e1e28;
  line-height: 1.5;
  margin-top: 40px;
  font-weight: bold;
}

.qgzt_06_t p.p4 {
  margin-top: 40px;
}

.qgzt_06_t p.p4 a {
  display: inline-block;
  line-height: 36px;
  padding: 0px 30px;
  border: 2px solid var(--hover);
  border-radius: 50px;
  font-size: var(--fs14);
  color: var(--hover);
}

.qgzt_06_t p.p4 a:hover {
  background-color: var(--hover);
  color: #fff;
}

.qgzt_06_video {
  width: 45%;
  height: 37%;
  overflow: visible;
  position: absolute;
  right: 9%;
  top: 31%;
}

.qgzt_06_video i.i1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 990;
}

.qgzt_06_video i.i2 {
  width: calc(100%);
  height: calc(100%);
  display: block;
  overflow: hidden;
  background-color: var(--hover);
  position: absolute;
  left: 10px;
  top: 10px;
}

.qgzt_06_video em {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-style: normal;
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 990;
  padding: 0px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_06_video em span {
  font-size: var(--fs20);
  font-weight: bold;
  color: #222222;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
}

.qgzt_06_video em i.i3 {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: url("../images/in_11.png") center no-repeat;
  background-size: 100%;
  float: right;
  -webkit-animation: an_01 2.1s linear infinite;
  animation: an_01 2.1s linear infinite;
}


.qgzt_07 {
  overflow: hidden;
  background: url("../images/in_12.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0px 100px 0px;
}

.qgzt_07_c {
  width: 100%;
  overflow: visible;
  margin-top: 50px;
}

.qgzt_07c_slide {
  width: 100%;
  overflow: visible;
}

.qgzt_07c_slide .swiper-slide {
  width: 100% !important;
  overflow: visible;
}

.qgzt_07cs_c {
  width: 100%;
  overflow: visible;
  opacity: 0;
}

.qgzt_07c_c {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.qgzt_07c_c .fl {
  width: 48%;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_07c_c .fl a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 340px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_07c_c .fl em {
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_07c_c .fl em.em1 {
  position: relative;
  width: 50%;
}

.qgzt_07c_c .fl em.em1 b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_07c_c .fl em.em1 label {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
}

.qgzt_07c_c .fl em.em1 label span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-family: Arial;
}

.qgzt_07c_c .fl em.em1 label span.sp1 {
  font-size: var(--fs14);
  color: #666666;
  line-height: 24px;
}

.qgzt_07c_c .fl em.em1 label span.sp2 {
  font-size: var(--fs24);
  color: #666;
  line-height: 40px;
  font-weight: bold;
}

.qgzt_07c_c .fl em.em2 {
  width: 50%;
  overflow: hidden;
  padding: 0px 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt_07c_c .fl em.em3 {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_07c_c .fl em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_07c_c .fl em.em2 span.sp1 {
  font-size: var(--fs20);
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.qgzt_07c_c .fl em.em2 span.sp2 {
  margin-top: 15px;
  font-size: var(--fs16);
  line-height: 26px;
  color: #666;
  height: 104px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.qgzt_07c_c .fl em.em2 span.sp3 {
  margin-top: 30px;
}

.qgzt_07c_c .fl em.em2 span.sp3 b {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/in_13.png") center no-repeat;
  background-size: 100%;
}

.qgzt_07c_c .fl a:hover em.em1 b {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.qgzt_07c_c .fl a:hover em.em2 span.sp1 {
  color: var(--hover);
}


.qgzt_07c_c .fr {
  width: 48%;
  overflow: visible;
}

.qgzt_07c_c .fr ul li {
  width: 100%;
  overflow: hidden;
  height: 103.3333px;
  background-color: #fff;
  padding: 0px 30px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qgzt_07c_c .fr ul li:last-child {
  margin-bottom: 0px;
}

.qgzt_07c_c .fr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.qgzt_07c_c .fr ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_07c_c .fr ul li span.sp1 {
  font-size: var(--fs14);
  color: #666;
  line-height: 24px;
}

.qgzt_07c_c .fr ul li span.sp2 {
  font-size: var(--fs16);
  color: #444444;
  font-weight: bold;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qgzt_07c_c .fr ul li a:hover span.sp2 {
  color: var(--hover);
}

.qgzt_07_b {
  height: 60px;
  overflow: hidden;
  background-color: rgba(241, 241, 241, 0.6);
  display: inline-block;
  padding: 0px 20px;
  width: 144px;
  float: left;
  margin-top: 0px;
}

.qgzt_07_b a {
  width: 12px;
  height: 60px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0px 20px;
}

.qgzt_07_b a.qgzt_07b_prev {
  background: url("../images/in_07.png") center no-repeat;
  background-size: 100%;
}

.qgzt_07_b a.qgzt_07b_prev:hover {
  background: url("../images/in_07_on.png") center no-repeat;
  background-size: 100%;
}

.qgzt_07_b a.qgzt_07b_next {
  background: url("../images/in_08.png") center no-repeat;
  background-size: 100%;
}

.qgzt_07_b a.qgzt_07b_next:hover {
  background: url("../images/in_08_on.png") center no-repeat;
  background-size: 100%;
}

.qgzt_08 {
  overflow: hidden;
  background-color: #fff;
  padding: 60px 0px 100px 0px;
}

.qgzt_08_c {
  width: 100%;
  overflow: visible;
  padding-top: 50px;
}

.qgzt_08_c ul li {
  width: 49%;
  overflow: hidden;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_08_c ul li:nth-child(2n) {
  margin-right: 0px;
}

.qgzt_08_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_08_c ul li .sp1 {
  width: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_16.png") left 16px no-repeat;
  background-size: 6px;
  padding-left: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qgzt_08_c ul li .sp1 i {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs16);
  color: #222222;
  font-weight: bold;
  line-height: 40px;
}

.qgzt_08_c ul li .sp2 {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 38px;
  background-color: #fbfbfb;
  padding: 0px 30px;
  border-radius: 40px;
  font-size: var(--fs14);
  color: #222;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_08_c ul li .sp2 i {
  display: inline-block;
  font-weight: bold;
  background: url("../images/in_14.png") left center no-repeat;
  background-size: 14px;
  padding-left: 20px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.qgzt_08_c ul li:hover {
  border: 1px solid var(--hover);
  -moz-box-shadow: 0px 0px 21px rgba(230, 0, 18, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(230, 0, 18, 0.05);
  box-shadow: 0px 0px 21px rgba(230, 0, 18, 0.05);
}

.qgzt_08_c ul li:hover .sp2 {
  border: 1px solid var(--hover);
  background-color: var(--hover);
  color: #fff;
}

.qgzt_08_c ul li:hover .sp2 i {
  background: url("../images/in_15.png") left center no-repeat;
  background-size: 14px;
}


.rightfr {
  width: 70px;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  left: -100px;
  top: 15vh;
  border-radius: 6px;
  z-index: 9999;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
}

.rightfr ul li {
  width: 100%;
  height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.rightfr ul li:last-child {
  border-bottom: 0px;
}

.rightfr ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.rightfr ul li em {
  display: inline-block;
  position: relative;
}

.rightfr ul li em img {
  display: block;
  height: 25px;
}

.rightfr ul li em img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.rightfr ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: var(--fs14);
  color: #222222;
  line-height: 1.5;
}

.rightfr ul li.on em img.img1 {
  opacity: 0;
}

.rightfr ul li.on em img.img2 {
  opacity: 1;
}

.rightfr ul li.on span {
  color: var(--hover);
}



@media screen and (max-width:1820px) {}


@media screen and (max-width:1700px) {}

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

  .wrap_c {
    width: auto;
    margin: 0px 8%;
  }

  .qgzt_05_c .qgzt_05c_l {
    left: 8%;
  }

  .qgzt_05_c {
    padding-left: calc(8% + 220px + 40px);
  }


}

@media screen and (max-width:1520px) {}

@media screen and (max-width:1300px) {}


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

  :root {
    --fs80: 80px;
    --fs42: 42px;
    --fs36: 36px;
    --fs24: 24px;
    --fs20: 20px;
    --fs16: 16px;
    --fs14: 14px;
  }

  .wrap_in {
    margin: 0px 10px;
  }

  .wrap_c {
    margin: 0px 10px;
    padding: 0px;
    width: auto;
  }

  .wrap_nr {
    margin: 0px 10px;
  }

  .w_pc {
    display: none !important;
  }

  .w_wap {
    display: block !important;
  }

  .qgzt_01_slide {
    margin-top: 0px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c {
    align-items: center;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c .qgzt01c_c {
    margin-bottom: 0px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p {
    padding-right: 13%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p1 {
    font-size: 26px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p1 i {
    font-size: 20px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p2 {
    font-size: 14px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p2 br {
    display: none;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 a {
    line-height: 34px;
    padding: 0px 15px;
    font-size: 14px;
    margin-left: 10px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p3 {
    margin-top: 30px;
  }

  .qgzt_02 {
    padding: 20px 0px 50px 0px;
  }

  .qgzt_02_t p.p1 {
    font-size: 34px;
  }

  .qgzt_02_t p.p2 {
    font-size: 20px;
    margin-top: -20px;
    padding-bottom: 20px;
  }

  .qgzt_02_t p.p2 b {
    width: 40px;
  }

  .qgzt_02_t a {
    line-height: 30px;
    padding: 0px 15px;
    font-size: 12px;
    border: 1px solid var(--hover)
  }

  .qgzt_02_b p {
    font-size: 14px;
  }

  .qgzt_02_c {
    margin-top: 30px;
  }

  .qgzt_02_c ul {
    display: block;
  }

  .qgzt_02_c ul li {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }

  .qgzt_02_c ul li:nth-child(1) {
    margin-top: 0px;
  }

  .qgzt_02_c ul li p.p1 img {
    width: 50px;
  }

  .qgzt_02_c ul li p.p1 {
    line-height: 50px;
  }

  .qgzt_02_c ul li p.p2 {
    font-size: 18px;
  }

  .qgzt_03fr {
    min-height: auto;
    padding: 40px 0px;
    display: block;
  }

  .qgzt_03_c {
    padding-right: 0px;
  }

  .qgzt_03c_slide .swiper-slide {
    display: block;
  }

  .qgzt_03c_slide .swiper-slide .fl {
    width: 100%;
    height: 34vh;
  }

  .qgzt_03c_slide .swiper-slide .fr {
    width: 100%;
    padding: 20px;
  }

  .qgzt_03cb_slide {
    height: auto;
    top: 0px;
    position: relative;
    width: calc(100% - 40px);
    margin: 0px auto;
    padding: 0px;
  }

  .qgzt_03c_slide .swiper-slide {
    padding-bottom: 0px;
  }

  .qgzt_03c_slide .swiper-slide .fr p.p1 {
    font-size: 18px;
  }

  .qgzt_03c_slide .swiper-slide .fr dl {
    margin-top: 10px;
  }

  .qgzt_03c_slide .swiper-slide .fr dl dt {
    font-size: 15px;
  }

  .qgzt_03c_slide .swiper-slide .fr dl dd {
    font-size: 14px;
  }

  .qgzt_03c_slide .swiper-slide .fr p.p2 a {
    line-height: 34px;
    padding: 0px 15px;
    font-size: 14px;
  }

  .qgzt_03c_slide .swiper-slide .fr p.p2 a:nth-child(2) {
    margin-left: 10px;
  }

  .qgzt_03c_b {
    width: 100%;
    position: relative;
    height: auto;
    border: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .qgzt_03cb_slide .swiper-slide {
    padding-bottom: 15px;
  }

  .qgzt_03cb_slide .swiper-slide span {
    font-size: 18px;
  }

  .qgzt_03c_b .qgzt_03cb_prev {
    width: 20px;
    height: calc(100% - 15px);
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .qgzt_03c_b .qgzt_03cb_prev b {
    width: 12px;
    background: url("../images/in_07.png") center no-repeat;
    background-size: 100% auto;
    z-index: 999;
  }

  .qgzt_03c_b .qgzt_03cb_prev:hover {
    background-color: initial;
  }

  .qgzt_03c_b .qgzt_03cb_prev:hover b {
    background: url("../images/in_07_on.png") center no-repeat;
    background-size: 100% auto;
  }

  .qgzt_03c_b .qgzt_03cb_next {
    width: 20px;
    height: calc(100% - 15px);
    position: absolute;
    right: 0px;
    top: 0px;
    left: initial;
  }

  .qgzt_03c_b .qgzt_03cb_next b {
    width: 12px;
    background: url("../images/in_08.png") center no-repeat;
    background-size: 100% auto;
    z-index: 999;
  }

  .qgzt_03c_b .qgzt_03cb_next:hover {
    background-color: initial;
  }

  .qgzt_03c_b .qgzt_03cb_next:hover b {
    background: url("../images/in_08_on.png") center no-repeat;
    background-size: 100% auto;
  }

  .qgzt_03c_c {
    margin-top: 30px;
  }

  .qgzt_04 {
    padding: 40px 0px;
  }

  .qgzt_02_b {
    margin-top: 15px;
  }

  .qgzt_04_c {
    margin-top: 20px;
  }

  .qgzt_04c_slide {
    width: calc(100% - 10px);
    margin-left: 10px;
  }

  .qgzt_04c_slide .swiper-slide em.em2 {
    padding: 0px 15px;
    bottom: 10px;
    font-size: 14px;
  }

  .qgzt_04c_slide .swiper-slide {
    width: 70vw;
  }

  .qgzt_04_b {
    margin-top: 25px;
  }

  .qgzt_04b_c .qgzt_04b_c {
    height: 40px;
    width: 100px;
  }

  .qgzt_04b_c .qgzt_04b_c a {
    height: 40px;
    width: 10px;
    margin: 0px 10px;
    padding: 0px;
  }

  .qgzt_04b_c .qgzt_04b_sp {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }


  .qgzt_05 {
    padding: 40px 0px;
  }

  .qgzt_05_c {
    padding: 0px;
    width: calc(100% - 20px);
    margin: 0px auto;
    padding: 0px;
    margin-top: 10px;
  }

  .qgzt_05_c .qgzt_05c_l {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }

  .qgzt_05_c .qgzt_05c_l ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
  }

  .qgzt_05_c .qgzt_05c_l ul li {
    width: 32%;
    font-size: 14px;
    height: 50px;
  }

  .qgzt_05r_slide .swiper-slide {
    width: 70vw;
  }

  .qgzt_05r_slide .swiper-slide em.em2 {
    padding: 20px;
  }

  .qgzt_05r_slide .swiper-slide em.em2 span.sp1 {
    font-size: 16px;
  }

  .qgzt_05r_b {
    margin-top: 25px;
    height: 40px;
    width: 100px;
  }

  .qgzt_05r_b a {
    height: 40px;
    width: 10px;
    margin: 0px 10px;
  }

  .qgzt_06 {
    height: 60vh;
  }

  .qgzt_06 b.b1 {
    width: 100%;
    height: 50%;
    top: 0px;
  }

  .qgzt_06fr {
    top: 5%;
  }

  .qgzt_06_t p.p1 {
    font-size: 34px;
  }

  .qgzt_06_t p.p2 {
    font-size: 20px;
    margin-top: -20px;
    padding-bottom: 20px;
  }

  .qgzt_06_t p.p2 b {
    width: 40px;
  }

  .qgzt_06_t p.p3 {
    font-size: 14px;
    margin-top: 20px;
  }

  .qgzt_06_t p.p4 {
    margin-top: 20px;
  }

  .qgzt_06_t p.p4 a {
    line-height: 34px;
    padding: 0px 15px;
    font-size: 14px;
  }

  .qgzt_06_video {
    right: 0px;
    width: 100%;
    height: 48%;
    top: 50%;
  }

  .qgzt_06_video em {
    padding: 0px 10px;
    bottom: 10px;
  }

  .qgzt_07 {
    padding: 30px 0px;
  }

  .qgzt_07_c {
    margin-top: 30px;
  }

  .qgzt_07c_c {
    display: block;
  }

  .qgzt_07c_c .fl {
    width: 100%;
  }

  .qgzt_07c_c .fl em.em2 {
    padding: 0px 15px;
  }

  .qgzt_07c_c .fl em.em2 span.sp1 {
    font-size: 16px;
  }

  .qgzt_07c_c .fl em.em2 span.sp2 {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 48px;
  }

  .qgzt_07c_c .fl em.em1 label span.sp2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .qgzt_07c_c .fr {
    width: 100%;
    margin-top: 20px;
  }

  .qgzt_07c_c .fr ul li {
    height: auto;
    padding: 15px 10px;
  }

  .qgzt_07c_c .fr ul li span.sp2 {
    font-size: 16px;
    line-height: 1.5;
    white-space: initial;
  }

  .qgzt_07_b {
    margin-top: 25px;
    height: 40px;
    width: 100px;
  }

  .qgzt_07_b a {
    height: 40px;
    width: 10px;
    margin: 0px 10px;
  }

  .qgzt_08 {
    padding: 30px 0px 50px 0px;
  }

  .qgzt_08_c {
    padding-top: 25px;
  }

  .qgzt_08_c ul li {
    width: 100%;
    margin-right: 0px;
    padding: 10px;
    line-height: 30px;
  }

  .qgzt_08_c ul li .sp1 i {
    font-size: 14px;
  }

  .qgzt_08_c ul li .sp1 {
    line-height: 30px;
    padding-right: 103px;
  }

  .qgzt_08_c ul li .sp2 {
    padding: 0px 10px;
    font-size: 12px;
    line-height: 30px;
    top: 4px;
  }


  .rightfr {
    display: none;
  }








}

@media (max-width:768px) {
  .qgzt_03c_slide .swiper-slide {
    padding-bottom: 0px !important;
  }
}


@media screen and (max-width:768px) {
  .qgzt_03c_slide .swiper-slide {
    padding-bottom: 0px !important;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p1 {
    font-size: 24px;
  }

  .qgzt_01_slide .swiper-slide .qgzt_01_c p.p1 i {
    font-size: 18px;
  }

}

.qgzt_01_slide .swiper-slide .qgzt_01_c p.p11 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.hz-221220p1-img {
  width: 100%;
}

.hz-221220p1-img&gt;img {
  width: 100%;
}

.hz-221220p1-bottom {
  width: 100%;
  border: 1px solid #E1E1E1;
  background-color: #F8F7F7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 230px;
  padding: 18px;
}

.qgzt_02_c ul li p.hz-221220p1-t1 {
  width: 92%;
  padding: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #666666;
  font-weight: 600;
}

.qgzt_02_c ul li p.hz-221220p1-t1:before {
  width: 0;
  height: 0;
}

.qgzt_02_c ul li p {
  width: 92%;
  line-height: 1.75em;
  margin: 1.6% auto 0;
}

.hz-part2 {
  width: 100%;
  margin: 3% auto 0;
}

.hz-part2::after {
  content: '';
  clear: both;
  display: block;
}

.hz-part2-left {
  position: relative;
  width: 65.5%;
  float: left;
}

.hz-part2-left video,
.hz-part2-left img {
  width: 100%;
}

.hz-part2-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
}

.hz-part2-btn img {
  width: 100%;
}

.hz-part2-right {
  position: relative;
  width: 34.5%;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.05);
}

.hz-part2-main {
  margin-left: 90px;
  margin-top: 80px;
}

.hz-part2-p1 {
  font-size: 24px;
  color: #1E1E28;
  line-height: 1.6em;
  font-weight: 600;
}

.hz-part2-p2 {
  font-size: 16px;
  color: #666666;
  margin-top: 3%;
  line-height: 1.75em;
}

.hz-part2-right p.p2 {
  overflow: hidden;
  margin-top: 6%;
}

.hz-part2-right p.p2 a {
  display: inline-block;
  line-height: 36px;
  border: 2px solid var(--hover);
  padding: 0px 30px;
  border-radius: 36px;
  font-size: var(--fs14);
  float: left;
}

.hz-part2-right p.p2 a:nth-child(2) {
  margin-left: 10px;
}

.hz-part2-logo {
  width: 380px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hz-part2-logo img {
  width: 100%;
}

.hz-cp-list {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.hz-cp-list li {
  width: 16.4%;
  float: left;
  margin-left: 0.3%;
  background-color: #C6C6C6;
  text-align: center;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.hz-cp-list li:first-child {
  margin-left: 0;
}

.hz-cp-list li.active {
  background-color: #e60012;
  color: #fff
}

.hz-cp-main {
  position: relative;
  width: 100%;
  margin: 2% auto 0;
  overflow: hidden;
  display: none;
}

.hz-cp-main.active {
  display: block;
}

.hz-cp-tip {
  font-size: 20px;
  color: #e60012;
  font-weight: 600;
}

.hz-cp-ul {
  width: 100%;
  overflow: hidden;
  margin: 1.5% auto 3.5%;
}

.hz-cp-ul li {
  width: 31%;
  float: left;
  margin-left: 3.5%;
  border-radius: 8px;
  overflow: hidden;
}

.hz-cp-ul li img {
  width: 100%;
}

.hz-cp-ul li:first-child {
  margin-left: 0;
}

.hz-cp-img {
  position: relative;
  width: 100%;
}

.hz-cp-bottom {
  position: relative;
  width: 100%;
  background-color: #EFEFEF;
  height: 221px;
  padding-top: 26px;
}

.hz-cp-title {
  width: 87%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.hz-cp-t1 {
  width: 87%;
  margin: 3% auto 0;
  color: #7F7F7F;
  font-size: 14px;
  line-height: 1.7em;
}


.hz-cp-more {
  position: absolute;
  left: 6.5%;
  bottom: 10%;
  font-size: 14px;
  color: #333;
}

.hz-cp-ul li .hz-cp-more img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.hz-cpmore {
  width: 48px;
  position: absolute;
  right: 0;
  bottom: 10%;
  cursor: pointer;
}

.hz-cpmorez {
  width: 48px;
  position: absolute;
  right: 0;
  bottom: 10%;
  display: none;
  cursor: pointer;
}

.hz-cpmore img,
.hz-cpmorez img {
  width: 100%;
}

.hz-cpmore img:last-child,
.hz-cpmorez img:last-child {
  display: none;
}

.hz-cpmore:hover img:last-child,
.hz-cpmorez:hover img:last-child {
  display: block;
}

.hz-cpmore:hover img:first-child,
.hz-cpmorez:hover img:first-child {
  display: none;
}

.hz-cp-morebox {
  display: none;
}

.hz-zj-container {
  overflow: hidden;
}

.hz-zj-img {
  width: 100%;
}

.hz-zj-img img {
  width: 100%;
}

.hz-zj-bottom {
  width: 100%;
  background-color: #fff;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding: 3% 0 3% 20px;
}

.qgzt01_b {
  width: 100%;
  left: 0;
  right: auto;
  display: block;
  bottom: 3%;
  height: auto;
  height: 20px;
  top: auto;
}

.qgzt_01_sp {
  text-align: center;
}

.qgzt01_b .swiper-pagination-bullet {
  width: 8px !important;
  display: inline-block !important;
  color: #e60012 !important;
  background-color: #e60012 !important;
  opacity: 0.3 !important;
  height: 8px !important;
  margin: 0 8px !important;
}

.qgzt01_b .qgzt_01_sp span {
  margin: 0 5px !important;
}

.qgzt01_b .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.qgzt_01_slide .swiper-slide b.b1.show-phone {
  display: none;
}

.qgzt_01_slide .swiper-slide b.b10.show-phone {
  display: none;
}

.hz-cp-tip {
  font-size: 12px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 60px;
}

.hz-cp-ul.hz-cp-0306 .hz-cp-tip {
  width: 140px;
}

@media screen and (max-width:1400px) {
  .hz-221220p1-bottom {
    height: 260px;
  }

  .hz-cp-bottom {
    height: 280px;
  }
}

@media screen and (max-width:1200px) {
  .hz-cp-tip {
    font-size: 9px;
    width: 100px;
  }

}

@media screen and (max-width:768px) {
  .qgzt_02_c ul li {
    padding: 0;
  }

  .hz-221220p1-bottom {
    height: auto;
    padding: 24px 18px;
  }

  .qgzt_02_c ul li p.hz-221220p1-t1,
  .qgzt_02_c ul li p {
    width: 100%;
  }

  .qgzt_02_c ul li p.hz-221220p1-t1 {
    font-size: 4.6vw
  }

  .qgzt_02_c ul li p {
    font-size: 3.5vw;
  }

  .hz-part2-left {
    width: 100%;
    float: none;
  }

  .hz-part2-right {
    width: 100%;
    float: none;
    overflow: hidden;
    padding: 0 0 6%;
  }

  .hz-part2-btn {
    width: 50px;
    height: 50px;
    display: none;
  }

  .hz-part2-main {
    margin-left: 5.5%;
    margin-top: 5%;
  }

  .hz-part2-p1 {
    font-size: 4.6vw;
  }

  .hz-part2-p2 {
    font-size: 3.5vw;
  }

  .hz-part2-logo {
    width: 54%;
    right: 1.4%;
    bottom: 5%;
  }

  .hz-part2 {
    margin: 8% auto 0;
  }

  .hz-cp-list li {
    width: 100%;
    float: none;
    height: 50px;
    line-height: 50px;
    margin-bottom: 3%;
  }

  /*.hz-cp-tip{
    font-size:4.2vw;
  }*/
  .hz-cp-ul li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 4%;
  }

  .hz-cp-title {
    width: 89%;
    font-size: 18px;
  }

  .hz-cp-t1 {
    width: 89%;
    font-size: 12px;
  }

  .hz-cp-bottom {
    height: 190px;
  }

  .hz-cp-more {
    font-size: 12px;
    left: 5.5%;
  }

  .hz-cpmore,
  .hz-cpmorez {
    width: 30px;
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
  }

  .hz-cp-list li {
    font-size: 4.2vw;
  }

  .hz-zj-bottom {
    font-size: 4.2vw;
  }

  .hz-zj-container .swiper-slide {
    padding-bottom: 0;
  }

  .qgzt01c_c {
    /*transform:translateY(-50%) !important;*/
  }

  .qgzt_01_slide .swiper-slide .b1 {
    background-position: 40% 70% !important;
  }

  .qgzt_01_slide .swiper-slide b.b1.show-pc {
    display: none;
  }

  .qgzt_01_slide .swiper-slide b.b10.show-pc {
    display: none;
  }

  .hz-cp-ul.hz-cp-0306 .hz-cp-tip {
    width: 110px;
  }

  .hz-cp-ul.hz-cp-0306 li {
    margin-left: 0% !important;
  }
}

/* 新增样式 20230510*/
.qg-video-wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 900000000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.qg-video-box {
  width: 800px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.qg-video-wrap b {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(//www.yolosolive.com/cn/pub/2023_Event/Training/h3c_cup2023/images/close.png) center no-repeat;
}

.qg-clear {
  clear: both;
}

.qg-video-box&gt;video {
  width: 100%;
}

.qgzt_00 {
  overflow: hidden;
  background: url("../images/qg_00.jpg") center no-repeat;
  background-size: cover;
}

.qgzt_00_img {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}

.qgzt_00_img img {
  width: 100%;
}

.qgzt_00_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.hz-part2 {
  width: 48.6%;
  float: left;
}

.hz-part2-left {
  position: relative;
  width: 43.6%;
  float: left;
}

.hz-part2-right {
  position: relative;
  width: 56%;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.05);
}

.hz-part2-main {
  margin-left: 35px;
  margin-top: 79px;
}

.hz-part2:last-child {
  float: right;
}

.hz-part2 .p2 {
  cursor: pointer;
}

.qg-video-btn {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.qg-video-btn img {
  width: 100%;
}

.qgzt_07 {
  display: none;
}

@media screen and (max-width:1500px) {
  .hz-part2-p1 {
    font-size: 21px;
  }

  .hz-part2-main {
    margin-left: 22px;
    margin-top: 55px;
  }

}

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

  .hz-part2-p1 {
    font-size: 17px;
  }

  .hz-part2-main {
    margin-left: 26px;
    margin-top: 44px;
  }
}

@media screen and (max-width:768px) {
  .qgzt_00_img {
    width: 100%;
    margin: 0 auto;
    padding: 7% 0;
  }

  .hz-part2 {
    width: 100%;
    float: none;
  }

  .hz-part2-main {
    margin-left: 3%;
    margin-top: 14%;
  }

  .hz-part2-p1 {
    font-size: 3.7vw;
  }

  .hz-part2-right p.p2 a {
    padding: 0px 14px;

  }

  .qg-video-btn {
    width: 15%;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .qg-video-box {
    width: 97%;
  }

  .qg-video-wrap b {
    width: 16px;
    height: 16px;
  }


}</pre></body></html>