﻿

@font-face {
  font-family: syht_l;
  /*src: url(../font/SourceHanSansCN-Light.ttf)*/
}

@font-face {
  font-family: syht;
  /*src: url(../font/SourceHanSansCN-Regular.ttf)*/
}

@font-face {
  font-family: en_l;
  src: url(https://www.boyijingke.com/wstmart/home/view/default/fonts/Gilroy-Light-11.otf) format("truetype")
}

@font-face {
  font-family: en_r;
  src: url(https://www.boyijingke.com/wstmart/home/view/default/fonts/gilroy-regular-3.otf) format("truetype")
}

@font-face {
  font-family: en_b;
  src: url(https://www.boyijingke.com/wstmart/home/view/default/fonts/gilroy-bold-4.otf) format("truetype")
}

.font_l {
  font-family: syht_l
}

.font_en_l {
  font-family: en_l
}

.font_en_b {
  font-family: en_b
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  font-family: en_r, syht;
  -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

body {
  padding: 0;
  margin: 0 auto !important;
  font-size: 16px;
  color: #333;
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 400;
  font-style: normal
}

ul,
ol,
li {
  list-style-type: none
}

a {
  text-decoration: none;
  outline: 0;
  color: #333;
  cursor: pointer
}

a:focus {
  outline: 0;
  -moz-outline: 0
}

a img {
  border: 0
}

select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0
}

input:focus {
  outline: 0
}

input,
button,
select,
textarea {
  outline: 0
}

textarea {
  resize: none
}

textarea,
input,
select {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: .75em;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box
}

table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box
}

table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box
}

main,
footer {
  display: block
}

input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none
}

.clearfix:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden
}

.clearfix {
  *zoom: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important
}

.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex
}

.d_flex>* {
  display: block
}

.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}

.f_direction_row_reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline
}

.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch
}

.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto
}

.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2
}

.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3
}

.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dh {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.fd {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1)
}

.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg)
}

.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg)
}

.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.w1800 {
  max-width: 100%;
  padding: 0 60px
}

.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto
}

.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto
}

.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto
}

img {
  max-width: 100%;
  max-height: 100%
}

.pc {
  display: block
}

.wap {
  display: none
}

@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px
  }
}

@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px
  }
}

@media (max-width:1520px) {

  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px
  }
}

@media (max-width:1024px) {

  .w1800,
  .w1400,
  .wrap,
  .w1440,
  .w1600 {
    padding: 0 30px
  }
}

@media (max-width:990px) {

  .w1800,
  .w1400,
  .wrap,
  .w1440,
  .w1600 {
    padding: 0 20px
  }
}

@media (max-width:768px) {
  .pc {
    display: none
  }

  .wap {
    display: block
  }
}

.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0
}

.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0
}

* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin
}

::-webkit-scrollbar {
  width: 2px
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, .3);
  background: #eaeaea;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 1);
  background: #2f3133
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #2f3133
}

.layui_form {
  width: 100%;
  height: auto;
  margin-top: 2.5vw
}

.layui_form .layui_item {
  width: 100%;
  height: auto;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.layui_form .layui_item .layui_input_block {
  flex: 1;
  margin-right: 18px
}

.layui_form .layui_item .layui_input_block .layui-input {
  height: 60px;
  border: 0;
  padding: 0 2vw;
  border-radius: 0;
  color: #2f3133;
  font-family: syht_l
}

.layui_form .layui_item .layui_input_block .layui-textarea {
  min-height: 160px;
  padding: 20px 2vw;
  border: 0;
  border-radius: 0;
  color: #2f3133;
  font-family: syht_l
}

.layui_form .layui_item .layui_input_block .layui-form-select .layui-select-title i {
  right: initial;
  left: calc(100% - 2vw)
}

.layui_form .layui_item .layui_input_block .layui-form-select dl {
  top: 110%;
  padding: 0;
  border: 0
}

.layui_form .layui_item .layui_input_block .layui-form-select dl dd {
  padding: 5px 2vw !important;
  font-family: syht_l
}

.layui_form .layui_item .layui_input_block .layui-form-select dl dd.layui-this {
  background: #2b37d8
}

.layui_form .layui_item .layui_input_block .layui-btn {
  min-width: 200px;
  height: 60px;
  background: #2f3133;
  font-size: 16px;
  font-family: syht_l;
  border-radius: 0
}

.layui_form .layui_item .layui_input_block .layui-btn:hover {
  background: #2b37d8;
  opacity: 1
}

.layui_form .layui_item .layui_input_block.layui_code {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.layui_form .layui_item .layui_input_block.layui_code .layui-input {
  width: 70%;
  margin-right: 18px;
  float: left
}

.layui_form .layui_item .layui_input_block.layui_code img {
  width: 30%;
  float: left
}

.layui_form .layui_item .layui_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.layui_form .layui_item .layui_active .layui-form-checked i {
  background: #2b37d8
}

.layui_form .layui_item .layui_active .layui-form-checkbox {
  width: 18px;
  height: 18px;
  vertical-align: middle
}

.layui_form .layui_item .layui_active .layui-form-checkbox i {
  border: 0;
  border-radius: 0;
  font-size: 8px !important
}

.layui_form .layui_item .layui_active .txt {
  width: auto;
  flex: 1;
  line-height: 18px;
  font-size: 16px;
  color: #999;
  font-family: syht_l;
  vertical-align: middle
}

.layui_form .layui_item .layui_active .txt span {
  color: #2b37d8;
  cursor: pointer
}

.layui_form .layui_item .layui_active .txt span:hover {
  text-decoration: underline
}

.layui_form .layui_item .layui_input_block:last-child {
  margin: 0
}

.layui_form>.layui_item:last-child {
  margin-top: 30px
}

.layui_form .layui_nbsp {
  width: 100%;
  height: 10px;
  overflow: hidden
}

.layui_form .layui_tips {
  width: 100%;
  height: auto;
  margin: 10px 0;
  font-size: 16px;
  font-family: syht_l;
  color: #bcc1c3;
  overflow: hidden
}

.layui_form .layui_click {
  width: 100%;
  height: 16px;
  line-height: 16px;
  margin: 10px 0;
  font-size: 16px;
  font-family: syht_l;
  overflow: hidden
}

.layui_form .layui_click .click_btn .txt {
  float: left;
  color: #2b37d8;
  margin-right: 15px;
  cursor: pointer
}

.layui_form .layui_click .click_btn .icon {
  width: 16px;
  height: 16px;
  float: left;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.layui_form .layui_click .click_btn .icon i {
  font-size: 14px;
  color: #2b37d8
}

.layui_form .layui_click .click_btn.active .icon {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.layui_form .layui_slide {
  display: none
}

.layui_form .layui_line {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #bcc1c3;
  overflow: hidden
}

.layui_form.active .layui_item .layui_input_block .layui-input {
  background: #f3f5f6
}

.layui_form.active .layui_item .layui_input_block .layui-textarea {
  background: #f3f5f6
}

.layui_form.active .layui_item .layui_active .layui-form-checkbox i {
  border: 1px solid #e0e0e0
}

.layui_form.active .layui_item .layui_active .layui-form-checked i {
  border-color: #2b37d8 !important
}

@media (max-width:768px) {
  .layui_form .layui_item {
    display: block;
    margin-top: 10px
  }

  .layui_form .layui_item .layui_input_block {
    width: 100%;
    margin: 10px 0 0 !important
  }

  .layui_form .layui_item .layui_input_block .layui-input {
    height: 46px;
    padding: 0 12px;
    font-size: 14px
  }

  .layui_form .layui_item .layui_input_block .layui-textarea {
    padding: 12px;
    font-size: 14px
  }

  .layui_form .layui_item .layui_input_block .layui-form-select .layui-select-title i {
    right: initial;
    left: calc(100% - 20px)
  }

  .layui_form .layui_item .layui_input_block .layui-btn {
    min-width: 140px;
    height: 46px;
    font-size: 14px !important
  }

  .layui_form .layui_item .layui_input_block.layui_code {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }

  .layui_form .layui_item .layui_input_block.layui_code .layui-input {
    width: 70%;
    margin-right: 18px;
    float: left
  }

  .layui_form .layui_item .layui_input_block.layui_code img {
    width: 30%;
    float: left
  }

  .layui_form .layui_item .layui_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }

  .layui_form .layui_item .layui_active .txt {
    font-size: 14px
  }

  .layui_form .layui_tips,
  .layui_form .layui_click {
    font-size: 14px
  }

  .layui_form .layui_item:first-child {
    margin: 0
  }

  .layui_form .layui_item:last-child {
    margin-top: 15px
  }
}

.layui-laypage {
  width: 100%;
  height: auto;
  margin: 3vw 0 0;
  text-align: center;
  overflow: hidden
}

.layui-laypage a,
.layui-laypage span {
  margin: 0 5px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  font-size: 18px
}

.layui-laypage a {
  vertical-align: top;
  font-size: 20px;
  border: 0;
  line-height: 30px !important;
  border-radius: 0
}

@media (max-width:1680px) {
  .layui-laypage a {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .layui-laypage a {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .layui-laypage a {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .layui-laypage a {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .layui-laypage a {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .layui-laypage a {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .layui-laypage a {
    font-size: 16px
  }
}

.layui-laypage a i {
  font-size: 12px
}

.layui-laypage a:hover {
  color: #2b37d8
}

.layui-laypage .laypage-btn {
  width: 30px;
  padding: 0;
  border: 1px solid #494b4c;
  border-radius: 0;
  border-radius: 0 !important
}

.layui-laypage .laypage-btn i {
  vertical-align: top;
  font-size: 14px
}

.layui-laypage .laypage-btn:hover {
  background: #2b37d8;
  border-color: #2b37d8;
  color: #fff
}

.layui-laypage .laypage-btn:hover i {
  border-color: #fff !important
}

.layui-laypage .layui-laypage-first.active {
  margin: 0 5px 0 0
}

.layui-laypage .layui-laypage-first.active i {
  border-left: 1px solid #333
}

.layui-laypage .layui-laypage-last.active {
  margin: 0 0 0 5px
}

.layui-laypage .layui-laypage-last.active i {
  border-right: 1px solid #333
}

.layui-laypage .layui-laypage-spr {
  border: 0;
  border-radius: 0;
  margin: 0 5px;
  padding: 0
}

.layui-laypage .layui-laypage-curr {
  font-size: 20px;
  border: 0
}

@media (max-width:1680px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .layui-laypage .layui-laypage-curr {
    font-size: 16px
  }
}

.layui-laypage .layui-laypage-curr em {
  color: #2b37d8;
  vertical-align: top
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  height: 2px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: #2b37d8;
  top: initial;
  left: 0;
  bottom: 0
}

.layui-laypage .layui-laypage-prev {
  margin-right: 10px
}

.layui-laypage .layui-laypage-next {
  margin-left: 10px
}

@media (max-width:990px) {
  .layui-laypage {
    margin-top: 40px
  }
}

@media (max-width:768px) {
  .layui-laypage {
    margin-top: 30px
  }

  .layui-laypage a,
  .layui-laypage span {
    margin: 0 2px;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    line-height: 24px !important;
    font-size: 14px
  }

  .layui-laypage .laypage-btn {
    width: 24px
  }

  .layui-laypage .laypage-btn i {
    font-size: 10px
  }

  .layui-laypage .layui-laypage-curr .layui-laypage-em {
    display: none
  }
}

.header_yt0516 {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20
}

@media (max-width:990px) {
  .header_yt0516 {
    display: none
  }
}

.header_yt0516 .header_main {
  width: 100%;
  height: 120px;
  line-height: 120px;
  position: relative;
  z-index: 5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header_yt0516 .header_main::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1
}

.header_yt0516 .header_main .logo {
  width: 7%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden
}

.header_yt0516 .header_main .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.header_yt0516 .header_main .logo img.active {
  display: none
}

.header_yt0516 .header_main .logo_text {
  width: auto;
  height: 100%;
  padding: 0 0 0 2vw;
  float: left;
  font-size: 20px;
  color: #fff
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .logo_text {
    font-size: 16px
  }
}

@media (max-width:1366px) {
  .header_yt0516 .header_main .logo_text {
    display: none
  }
}

.header_yt0516 .header_main .column {
  width: auto;
  height: 100%;
  float: right
}

.header_yt0516 .header_main .column .nav {
  width: auto;
  height: 100%;
  float: left
}

.header_yt0516 .header_main .column .nav ul {
  height: 100%
}

.header_yt0516 .header_main .column .nav ul li {
  width: auto;
  height: 100%;
  float: left
}

.header_yt0516 .header_main .column .nav ul li>a {
  display: block;
  height: 100%;
  margin: 0 1.4vw;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #fff;
  font-family: syht_l;
  -webkit-transition: color .3s, border .3s;
  -moz-transition: color .3s, border .3s;
  -ms-transition: color .3s, border .3s;
  -o-transition: color .3s, border .3s;
  transition: color .3s, border .3s
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    font-size: 16px
  }
}

.header_yt0516 .header_main .column .nav ul li>a.active {
  border-color: #2b37d8
}

.header_yt0516 .header_main .column .nav ul li .nav_menu {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background: #f4f4f4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  opacity: 0
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left {
  flex-basis: 37.5%;
  height: auto;
  margin: 4.1vw 0 3.3vw;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info {
  width: auto;
  height: auto
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .title {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  color: #333
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .title {
    font-size: 31.5px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .title {
    font-size: 27px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .title {
    font-size: 24px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .title {
    font-size: 19.2px
  }
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .txt {
  margin-top: 1.2vw;
  line-height: 30px;
  font-family: syht_l;
  font-size: 18px;
  color: #666
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list {
  width: 100%;
  height: auto;
  margin: 2vw 0 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link {
  width: 32%;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: .5vw 2% 0 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a {
  display: inline-block;
  height: 100%;
  font-size: 18px;
  font-family: syht_l;
  color: #666
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a .icon {
  width: 30px;
  height: 100%;
  margin-left: 10px;
  display: inline-block;
  background: url(https://www.boyijingke.com/wstmart/home/view/default/images/nav_jt.png) no-repeat left center / 60% auto;
  vertical-align: top;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a.active,
.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a:hover {
  color: #2b37d8
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a.active .icon,
.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a:hover .icon {
  background-position: right center;
  opacity: 1
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link:nth-child(3n) {
  margin-right: 0
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .img {
  flex-basis: 30%;
  height: auto;
  margin: 4.1vw 0 3.3vw;
  font-size: 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .img .pb {
  padding-bottom: 57.08%;
  position: relative;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .img img {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list {
  flex-basis: 22.5%;
  height: auto;
  padding: 4.1vw 0 3.3vw 2.6vw;
  background: #2b37d8;
  align-self: stretch
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .menu_title {
  height: auto;
  box-sizing: initial;
  padding: 0 0 1.5vw;
  line-height: 1;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .menu_title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .menu_title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .menu_title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .menu_title {
    font-size: 16px
  }
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item {
  width: 100%;
  height: auto;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a {
  line-height: 24px
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
  font-size: 0
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .icon img {
  max-width: 100%;
  vertical-align: middle
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .title {
  max-width: calc(100% - 34px);
  height: auto;
  float: left;
  line-height: 24px;
  font-family: syht_l;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a:hover .title {
  padding-left: 5px
}

.header_yt0516 .header_main .column .nav ul li .nav_menu .center .r_bg {
  width: 10vw;
  height: 100%;
  background: #2b37d8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.header_yt0516 .header_main .column .nav ul li>ul {
  width: auto;
  height: auto;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.header_yt0516 .header_main .column .nav ul li>ul li {
  width: 100%;
  height: auto;
  float: initial;
  text-align: center;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li>ul li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 15px 10px;
  font-size: 16px;
  color: #2f3133;
  border: 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .nav ul li>ul li a:hover {
  border: 0
}

.header_yt0516 .header_main .column .nav ul li:hover>ul {
  visibility: initial;
  opacity: 1;
  margin-top: 0
}

.header_yt0516 .header_main .column .nav ul li:hover .nav_menu {
  visibility: initial;
  opacity: 1;
  top: 100%
}

@media (max-width:1600px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    margin: 0 1.2vw
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .txt {
    font-size: 16px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a {
    font-size: 16px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .title {
    font-size: 16px
  }
}

@media (max-width:1366px) {
  .header_yt0516 .header_main .column .nav ul li>ul li a {
    font-size: 14px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a {
    line-height: 20px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .icon {
    width: 16px;
    height: 100%
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .title {
    line-height: 20px;
    font-size: 14px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .nav ul li>a {
    margin: 0 1vw
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link {
    height: 24px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a {
    height: 24px;
    line-height: 24px;
    font-size: 14px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a .icon {
    width: 20px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list {
    flex-basis: 25%
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .menu_list .items .item a .title {
    line-height: 20px;
    font-size: 14px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .title {
    font-size: 20px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .info .txt {
    font-size: 14px
  }

  .header_yt0516 .header_main .column .nav ul li .nav_menu .center .content .c_left .list .link a {
    font-size: 14px
  }
}

.header_yt0516 .header_main .column .nav ul li:hover>a {
  border-color: #2b37d8
}

.header_yt0516 .header_main .column .phone {
  width: auto;
  height: 100%;
  float: left;
  margin: 0 0 0 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.header_yt0516 .header_main .column .phone .center {
  width: auto;
  height: auto;
  border-radius: 40px;
  color: #fff;
  position: relative;
  cursor: pointer
}

.header_yt0516 .header_main .column .phone .center .number {
  width: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 20px;
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1;
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  pointer-events: none;
  overflow: hidden
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .phone .center .number {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .phone .center .number {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .phone .center .number {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .phone .center .number {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .phone .center .number {
    font-size: 14px
  }
}

.header_yt0516 .header_main .column .phone .center .number span {
  width: auto;
  display: block;
  position: relative;
  margin: 0 0 0 -150px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: en_l
}

.header_yt0516 .header_main .column .phone .center .icon {
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden
}

.header_yt0516 .header_main .column .phone .center .icon i {
  font-size: 20px
}

@media (max-width:1366px) {
  .header_yt0516 .header_main .column .phone .center .number {
    height: 36px;
    line-height: 36px;
    padding: 0 18px
  }

  .header_yt0516 .header_main .column .phone .center .number span {
    padding: 0 18px 0 0
  }

  .header_yt0516 .header_main .column .phone .center .icon {
    width: 36px;
    height: 36px
  }
}

.header_yt0516 .header_main .column .phone .center:hover .number {
  background: #494b4c;
  pointer-events: initial;
}

.header_yt0516 .header_main .column .phone .center:hover .number span {
  margin: 0;
  opacity: 1;
}

.header_yt0516 .header_main .column .lang {
  width: auto;
  height: 100%;
  float: left;
  margin: 0 2vw 0 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.header_yt0516 .header_main .column .lang .center {
  width: auto;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.header_yt0516 .header_main .column .lang .center .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
  background: url(../image/icon_map2.gif) no-repeat center / cover
}

.header_yt0516 .header_main .column .lang .center a {
  display: block;
  width: auto;
  height: 20px;
  line-height: 20px;
  margin-left: 9px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .lang .center a {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .lang .center a {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .lang .center a {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .lang .center a {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .lang .center a {
    font-size: 14px
  }
}

.header_yt0516 .header_main .column .menu {
  width: 22px;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.header_yt0516 .header_main .column .menu .icon {
  width: 100%;
  height: 40px;
  line-height: 0;
  cursor: pointer;
  position: relative
}

.header_yt0516 .header_main .column .menu .icona{
    height: 40px;
    width: 40px;
  line-height: 1;
  cursor: pointer;
  position: relative;
    display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.header_yt0516.on .header_main .column .menu .icona i::before{color: #000;}
.header_yt0516.active .header_main .column .menu .icona i::before{color: #000;}
.header_yt0516 .header_main .column .menu .icona i::before{
    font-size: 20px;
    color: white;
}
.header_yt0516.on .header_main{
      height: 90px;
  line-height: 90px;
}
.header_yt0516 .header_main .column .menu .icon i {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center
}

.header_yt0516 .header_main .column .menu .icon i:first-child {
  margin-top: -9px
}

.header_yt0516 .header_main .column .menu .icon i:nth-child(2) {
  width: 70%;
  margin-top: -1px
}

.header_yt0516 .header_main .column .menu .icon i:last-child {
  margin-top: 7px
}

.header_yt0516 .header_main .column .menu .icon:hover i:nth-child(2) {
  width: 100%;
  background: #2b37d8
}

.header_yt0516 .header_main .column .menu .icon.active {
  display: block
}

.header_yt0516 .header_main .column .menu .icon.active i {
  margin-top: -1px;
  background: #2b37d8 !important
}

.header_yt0516 .header_main .column .menu .icon.active i:first-child {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg)
}

.header_yt0516 .header_main .column .menu .icon.active i:nth-child(2) {
  width: 0;
  opacity: 0
}

.header_yt0516 .header_main .column .menu .icon.active i:last-child {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.header_yt0516 .header_main .column .menu .menu_box {
  width: 100%;
  height: auto;
  padding-bottom: 4.1vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #f4f4f4 url(../image/menu_bg.png) no-repeat bottom;
  overflow: hidden;
  display: none
}

.header_yt0516 .header_main .column .menu .menu_box .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info {
  width: 70%;
  padding: 3.125vw 5.2vw 0 0
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title {
  width: 100%;
  height: auto;
  position: relative;
  line-height: initial;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  background: #cdcdcd
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title span {
  height: 50px;
  display: inline-block;
  box-sizing: initial;
  padding-bottom: 2vw;
  line-height: 1;
  font-size: 44px;
  color: #2f3133;
  font-weight: 700;
  position: relative;
  z-index: 2
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title span {
    font-size: 23.46666667px
  }
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .info_title span::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2b37d8
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items {
  width: 100%;
  height: auto;
  margin: 1.5vw 0 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li {
  width: calc(50% - 1.5vw);
  height: auto;
  padding: 1.5vw 0;
  border-bottom: 1px solid #e4e6e7;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li:nth-child(even) {
  padding-left: 25px
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head {
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head .icon {
  width: 24px;
  height: 100%;
  margin-right: 10px;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head .icon img {
  max-width: 100%;
  vertical-align: middle
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head .title {
  font-size: 16px;
  font-family: syht_l;
  color: #aab0b3
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .txt {
  width: 100%;
  height: auto;
  font-family: syht;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 20px;
  color: #2f3133;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .search_form {
  width: 100%;
  max-width: 740px;
  height: 60px;
  margin-top: 4.1vw;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .search_form form {
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .search_form form input {
  width: 70%;
  height: 100%;
  display: block;
  border: 1px solid #c7cccf;
  padding: 0 20px;
  background: #fff;
  float: left;
  font-size: 16px;
  color: #2f3133
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .search_form form .layui-btn {
  width: calc(30% - 20px);
  height: 100%;
  float: right;
  background: #2b37d8;
  font-size: 18px;
  color: #fff
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_info .search_form form .layui-btn i {
  font-size: 20px;
  vertical-align: center;
  margin-right: 15px
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list {
  flex: 0 0 30%;
  padding: 3.125vw 2.6vw 0;
  background: #2b37d8
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .menu_title {
  height: 48px;
  box-sizing: initial;
  padding: 0 0 2vw;
  line-height: 47px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff
}

@media (max-width:1680px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_list .menu_title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_list .menu_title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_list .menu_title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_list .menu_title {
    font-size: 16px
  }
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .items {
  width: 100%;
  height: auto;
  margin: 1.5vw 0 0;
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .items .item {
  width: 100%;
  height: auto;
  padding: 1.5vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  overflow: hidden
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .items .item a {
  line-height: 24px
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .items .item a .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .items .item a .title {
  max-width: calc(100% - 34px);
  height: auto;
  float: left;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.header_yt0516 .header_main .column .menu .menu_box .center .menu_list .items .item a:hover .title {
  padding-left: 5px
}

@media (max-width:1366px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head {
    height: 20px;
    line-height: 20px
  }

  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head .icon {
    width: 20px
  }

  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .head .title {
    font-size: 14px
  }

  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .txt {
    font-size: 17px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .header_main .column .menu .menu_box .center .menu_info .items ul li .txt {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .header_main {
    height: 90px;
    line-height: 90px
  }
}

.header_yt0516 .header_menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header_yt0516 .header_menu .w1400 {
  margin: 20px auto;
  text-align: right;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header_yt0516 .header_menu .w1400 a {
  font-size: 16px;
  margin-left: 2.15vw;
  color: #bcc1c3
}

.header_yt0516 .header_menu .w1400 a:first-child {
  margin: 0
}

.header_yt0516 .header_menu .w1400 a.active,
.header_yt0516 .header_menu .w1400 a:hover {
  color: #2b37d8
}

@media (max-width:1024px) {
  .header_yt0516 .header_menu .w1400 a {
    font-size: 14px
  }
}

.header_yt0516 .page_subnav {
  width: 100%;
  height: auto;
  background: #f1f4f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header_yt0516 .page_subnav .center {
  height: 80px;
  line-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header_yt0516 .page_subnav .center .menu {
  width: auto;
  height: 100%;
  overflow: hidden
}

.header_yt0516 .page_subnav .center .menu a {
  display: inline-block;
  width: auto;
  height: 80px;
  margin-right: 2.4vw;
  font-size: 18px;
  font-family: syht_l;
  color: #494b4c
}

@media (max-width:1680px) {
  .header_yt0516 .page_subnav .center .menu a {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .page_subnav .center .menu a {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .header_yt0516 .page_subnav .center .menu a {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .header_yt0516 .page_subnav .center .menu a {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .header_yt0516 .page_subnav .center .menu a {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .header_yt0516 .page_subnav .center .menu a {
    font-size: 16px
  }
}

.header_yt0516 .page_subnav .center .menu a.active,
.header_yt0516 .page_subnav .center .menu a:hover {
  color: #2b37d8;
  border-bottom: 2px solid #2b37d8
}

.header_yt0516 .page_subnav .center .navigation {
  width: auto;
  height: auto;
  font-size: 0;
  overflow: hidden
}

.header_yt0516 .page_subnav .center .navigation a,
.header_yt0516 .page_subnav .center .navigation span,
.header_yt0516 .page_subnav .center .navigation i {
  display: inline-block;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
  line-height: 20px
}

.header_yt0516 .page_subnav .center .navigation span {
  color: #999
}

.header_yt0516 .page_subnav .center .navigation i {
  font-size: 10px;
  margin: 0 10px
}

.header_yt0516 .page_subnav .center .navigation a:hover {
  color: #2b37d8
}

@media (max-width:990px) {
  .header_yt0516 .page_subnav {
    display: none
  }

  .header_yt0516 .page_subnav .center .navigation {
    display: none
  }
}

.header_yt0516 .page_subnav.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .08)
}

.header_yt0516 .page_subnav.active .center {
  height: 60px;
  line-height: 60px
}

.header_yt0516.active .header_main {
  height: 90px;
  line-height: 90px
}

.header_yt0516.active .header_main::before {
  background: #f1f4f5;
  opacity: 1
}

.header_yt0516.active .header_menu .w1400 {
  margin: 15px auto
}

.header_yt0516.active::before,
.header_yt0516.on::before {
  background: #000
}

.header_yt0516.active .header_main,
.header_yt0516.on .header_main {
  background: #fff;
  border-color: rgba(0, 0, 0, .1)
}

.header_yt0516.active .header_main .logo,
.header_yt0516.on .header_main .logo {
  width: 7%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden
}

.header_yt0516.active .header_main .logo img,
.header_yt0516.on .header_main .logo img {
  display: none
}

.header_yt0516.active .header_main .logo img.active,
.header_yt0516.on .header_main .logo img.active {
  display: block
}

.header_yt0516.active .header_main .logo_text,
.header_yt0516.on .header_main .logo_text {
  color: #2f3133
}

.header_yt0516.active .header_main .column,
.header_yt0516.on .header_main .column {
  width: auto;
  height: 100%;
  float: right
}

.header_yt0516.active .header_main .column .nav,
.header_yt0516.on .header_main .column .nav {
  width: auto;
  height: 100%;
  float: left
}

.header_yt0516.active .header_main .column .nav ul li a,
.header_yt0516.on .header_main .column .nav ul li a {
  height: 100%;
  color: #2f3133
}

.header_yt0516.active .header_main .column .nav ul li a.active,
.header_yt0516.on .header_main .column .nav ul li a.active {
  border-color: #2b37d8;
  color: #2b37d8
}

.header_yt0516.active .header_main .column .nav ul li .nav_menu,
.header_yt0516.on .header_main .column .nav ul li .nav_menu {
  background: #f8f9f9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.header_yt0516.active .header_main .column .nav ul li:hover>a,
.header_yt0516.on .header_main .column .nav ul li:hover>a {
  border-color: #2b37d8;
  color: #2b37d8
}

.header_yt0516.active .header_main .column .phone .center,
.header_yt0516.on .header_main .column .phone .center {
  color: #2f3133
}

.header_yt0516.active .header_main .column .phone .center:hover,
.header_yt0516.on .header_main .column .phone .center:hover {
  color: #fff
}

.header_yt0516.active .header_main .column .lang .center .icon,
.header_yt0516.on .header_main .column .lang .center .icon {
  background-image: url(../image/icon_map.gif)
}

.header_yt0516.active .header_main .column .lang .center a,
.header_yt0516.on .header_main .column .lang .center a {
  color: #2f3133
}

.header_yt0516.active .header_main .column .lang .center a:hover,
.header_yt0516.on .header_main .column .lang .center a:hover {
  color: #2b37d8
}

.header_yt0516.active .header_main .column .menu .icon i,
.header_yt0516.on .header_main .column .menu .icon i {
  background: #2f3133
}

.header_yt0516.active .header_menu,
.header_yt0516.on .header_menu {
  background: #f5f5f5
}

@media (max-width:990px) {
  .header_nbsp {
    display: none
  }
}

.head_wap {
  display: none
}

@media (max-width:990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff
  }

  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px
  }

  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg)
  }

  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0
  }

  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg)
  }

  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #2b37d8;
    margin: 2.5px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }

  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    display: none;
    position: relative
  }

  .head_wap .h_bot .h_nav {
    max-height: 70vh;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px;
    background: #f7f7f7;
    overflow: hidden;
    overflow-y: auto
  }

  .head_wap .h_bot .h_nav a:hover {
    color: #2b37d8
  }

  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent
  }

  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(50%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase
  }

  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }

  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 15px 10px
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #2b37d8
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(50%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 15px 10px
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 36px;
    font-size: 13px;
    display: block
  }

  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #2b37d8
  }

  .head_wap .h_bot .h_lan {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 30px 0;
    padding: 0 0 10px
  }

  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%
  }

  .head_wap .h_bot .h_lan a.on {
    background: #2b37d8;
    color: #fff
  }
}

.header_d {
  height: 0
}

@media (max-width:990px) {
  .header_d {
    height: 60px
  }
}

.idx_banner {width: 100vw;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50vw);
}

.idx_banner .banner_img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  overflow: hidden
}

.idx_banner .banner_img .swiper-slide {
  height: auto;
  position: relative;
  overflow: hidden
}

.idx_banner .banner_img .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.idx_banner .banner_img .swiper-slide .info .center {
  width: 100%;
  height: auto;
  min-height: 136px;
  overflow: hidden;
  position: relative
}

.idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 24px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-family: en_l;
  font-size: 18px
}

@media (max-width:1680px) {
  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    font-size: 16px
  }
}

.idx_banner .banner_img .swiper-slide .info .center .title {
  width: 100%;
  height: auto;
  margin: 1vw 0 2vw;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_banner .banner_img .swiper-slide .info .center .title {
    font-size: 63px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_img .swiper-slide .info .center .title {
    font-size: 54px
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_img .swiper-slide .info .center .title {
    font-size: 48px
  }
}

@media (max-width:1024px) {
  .idx_banner .banner_img .swiper-slide .info .center .title {
    font-size: 38.4px
  }
}

.idx_banner .banner_img .swiper-slide .info .center .txt {
  width: 100%;
  height: auto;
  font-family: syht_l;
  font-size: 28px;
  color: #fff;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_banner .banner_img .swiper-slide .info .center .txt {
    font-size: 24.5px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_img .swiper-slide .info .center .txt {
    font-size: 21px
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_img .swiper-slide .info .center .txt {
    font-size: 18.66666667px
  }
}

@media (max-width:1024px) {
  .idx_banner .banner_img .swiper-slide .info .center .txt {
    font-size: 14.93333333px
  }
}

.idx_banner .banner_img .swiper-slide .info .center .line {
  width: 214px;
  height: 136px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -150px;
  overflow: hidden
}

.idx_banner .banner_img .swiper-slide .info .center .line .svg_box {
  width: 100%;
  height: 100%;
  position: relative
}

.idx_banner .banner_img .swiper-slide .info .center .line svg {
  width: 100%;
  height: 100%;
  position: absolute
}

.idx_banner .banner_img .swiper-slide .info .center .line .ball {
  width: 10px;
  height: 10px;
  background-color: #3f4cff;
  box-shadow: 0 0 20px rgba(43, 108, 216, .44);
  border-radius: 50%;
  offset-path: path('M8 122.5 120 122.5 S 206.5 122.5 206.5 30 L 206.5 10');
  offset-distance: 100%;
  animation: red-ball 2s linear infinite
}

@keyframes red-ball {
  0% {
    offset-distance: 100%
  }

  60% {
    offset-distance: 10%;
    width: 10px;
    height: 10px;
    opacity: 1
  }

  70% {
    offset-distance: 0;
    width: 0;
    height: 0;
    opacity: 0
  }

  100% {
    offset-distance: 0;
    width: 0;
    height: 0;
    opacity: 0
  }
}

.idx_banner .banner_img .swiper-slide .images {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  overflow: hidden
}

.idx_banner .banner_img .swiper-slide .images .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden
}

.idx_banner .banner_img .swiper-slide .images .img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%
}

.idx_banner .banner_line {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 72%;
  z-index: 2;
  background: url(../image/line_bg.png) no-repeat -100% center / 50% auto;
  animation: bgline 1.5s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden
}

.idx_banner .banner_foot {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: margin .6s, bottom .6s;
  transition-timing-function: linear
}

.idx_banner .banner_foot .on_down {
  width: 200px;
  height: auto;
  float: left;
  overflow: hidden
}

.idx_banner .banner_foot .on_down .icon {
  width: 23px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 11.23px;
  float: left;
  position: relative
}

.idx_banner .banner_foot .on_down .icon i {
  width: 2px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -1px;
  border-radius: 2px;
  overflow: hidden;
  animation: down 1.5s linear infinite
}

.idx_banner .banner_foot .on_down .txt {
  width: 160px;
  height: 30px;
  line-height: 30px;
  float: right;
  font-size: 16px;
  font-family: syht_l;
  color: #fff;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_banner .banner_foot .on_down .txt {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_foot .on_down .txt {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_foot .on_down .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_banner .banner_foot .on_down .txt {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_banner .banner_foot .on_down .txt {
    font-size: 14px
  }
}

.idx_banner .banner_foot .swiper_pager {
  width: auto;
  height: 20px;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 0 1.5vw;
  float: right;
  text-align: right;
  font-size: 0
}

.idx_banner .banner_foot .swiper_pager .banner_btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 15px 0 0;
  position: static;
  vertical-align: middle;
  cursor: pointer
}

.idx_banner .banner_foot .swiper_pager .prev,
.idx_banner .banner_foot .swiper_pager .next {
  color: #fff;
  line-height: 20px;
  opacity: 1
}

.idx_banner .banner_foot .swiper_pager .prev i,
.idx_banner .banner_foot .swiper_pager .next i {
  font-size: 14px
}

.idx_banner .banner_foot .swiper_pager .play {
  position: relative
}

.idx_banner .banner_foot .swiper_pager .play i {
  width: 0;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  border-left: 3px solid #fff
}

.idx_banner .banner_foot .swiper_pager .play i:first-child {
  width: 0;
  margin-left: -5px
}

.idx_banner .banner_foot .swiper_pager .play i:last-child {
  margin-left: 3px
}

.idx_banner .banner_foot .swiper_pager .play.active i:first-child {
  height: 0;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #fff
}

.idx_banner .banner_foot .swiper_pager .play.active i:last-child {
  height: 0;
  margin-top: 0
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 {
  width: 10vw;
  max-width: 170px;
  height: 2px;
  margin: 0 15px 0 0;
  display: inline-block;
  position: static;
  vertical-align: middle;
  background: #fff;
  overflow: hidden
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center {
  width: 100%;
  height: 100%;
  position: relative
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  opacity: 0;
  font-size: 0;
  overflow: hidden
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2b37d8;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span.swiper-pagination-bullet-active {
  opacity: 1
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span.swiper-pagination-bullet-active::before {
  animation: lines 4.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span.active::before {
  animation-play-state: paused;
  -webkit-animation-play-state: paused
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span.active::before {
  width: 100%
}

@keyframes lines {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
  width: auto;
  height: 100%;
  line-height: 20px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  vertical-align: middle
}

@media (max-width:1680px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    font-size: 16px
  }
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-2 .center {
  text-align: center
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-2 .center div {
  display: inline-block
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-2 .center .active {
  min-width: 16px
}

.idx_banner .banner_foot .swiper_pager .swiper-pagination-2 .center .number {
  min-width: 16px
}

@media (max-width:1440px) {
  .idx_banner .banner_img .swiper-slide .info .center .line {
    top: 40px;
    left: 37%;
    margin: 0
  }

  .idx_banner .banner_img .swiper-slide .info .center .line .svg_box {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }
}

@media (max-width:1280px) {
  .idx_banner .banner_img .swiper-slide .info .center .line {
    left: 40%
  }

  .idx_banner .banner_img .swiper-slide .info .center .line .svg_box {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6)
  }
}

@media (max-width:1024px) {
  .idx_banner .banner_img .swiper-slide .info .center .line {
    top: 35px;
    left: 36%
  }

  .idx_banner .banner_img .swiper-slide .info .center .line .svg_box {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4)
  }
}

@media (max-width:990px) {
  .idx_banner {
    height: calc(100vh - 60px)
  }

  .idx_banner .banner_foot {
    background: 0 0;
    padding: 0;
    bottom: 2vw !important
  }

  .idx_banner .banner_foot .on_down {
    display: none
  }

  .idx_banner .banner_foot .swiper_pager {
    width: 100%;
    height: auto;
    padding: 0
  }

  .idx_banner .banner_foot .swiper_pager .banner_btn {
    display: none
  }

  .idx_banner .banner_foot .swiper_pager .swiper-pagination-1 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    background: 0 0
  }

  .idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center {
    width: 100%;
    text-align: center
  }

  .idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span {
    width: 10px;
    position: relative;
    margin: 0 3px;
    display: inline-block !important;
    background: #fff;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }

  .idx_banner .banner_foot .swiper_pager .swiper-pagination-1 .center span.swiper-pagination-bullet-active {
    width: 20px
  }

  @keyframes lines {
    0% {
      width: 0
    }

    100% {
      width: 20px
    }
  }

  .idx_banner .banner_foot .swiper_pager .swiper-pagination-2 {
    display: none
  }
}

@media (max-width:768px) {
  .idx_banner {
    max-height: calc(100vh - 60px)
  }

  .idx_banner .banner_foot .banner_line {
    top: 60%
  }

  .idx_banner .banner_img .swiper-slide .info {
    height: 100%;
    top: 0
  }

  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    padding: 5px 2vw;
    font-size: 12px
  }

  .idx_banner .banner_img .swiper-slide .info .center .title {
    margin: 20px 0 0;
    font-size: 30px
  }

  .idx_banner .banner_img .swiper-slide .info .center .line {
    top: 15px;
    left: 40%
  }

  .idx_banner .banner_img .swiper-slide .images img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover
  }
}

@media (max-width:480px) {
  .idx_banner .banner_img .swiper-slide .info .center {
    margin-bottom: 25px
  }

  .idx_banner .banner_img .swiper-slide .info .center .logo_text .en {
    padding: 2px 2vw;
    font-size: 10px
  }

  .idx_banner .banner_img .swiper-slide .info .center .title {
    font-size: 24px;
    margin-top: 10px
  }

  .idx_banner .banner_img .swiper-slide .info .center .txt {
    font-size: 12px
  }

  .idx_banner .banner_img .swiper-slide .info .center .line {
    top: 10px;
    left: 50%
  }

  .idx_banner .banner_foot .banner_line {
    margin-bottom: 20px
  }
}

@media screen and (max-height:700px) {
  .idx_banner .banner_line {
    height: 6px;
    top: initial;
    bottom: 17%
  }
}

@keyframes down {

  0%,
  100% {
    height: 12px;
    top: -11px;
    opacity: 1
  }

  98% {
    height: 4px;
    opacity: 0;
    top: 60%
  }

  99% {
    height: 12px;
    opacity: 0;
    top: -11px
  }
}

@keyframes bgline {
  0% {
    background-position: -100% center;
    opacity: 0
  }

  100% {
    background-position: 0 center;
    opacity: 1
  }
}

.idx_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.idx_title .info {
  width: 55%
}

.idx_title .info .title {
  line-height: 0;
  font-size: 30px;
  color: #494b4c
}

@media (max-width:1680px) {
  .idx_title .info .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .idx_title .info .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .idx_title .info .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .idx_title .info .title {
    font-size: 16px
  }
}

.idx_title .info .title span {
  display: inline-block;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #494b4c
}

.idx_title .info .slogan {
  margin-top: 2vw;
  line-height: 4vw;
  font-size: 48px;
  font-weight: 700;
  color: #2f3133;
  line-height: 1.4
}

@media (max-width:1680px) {
  .idx_title .info .slogan {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .idx_title .info .slogan {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .idx_title .info .slogan {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .idx_title .info .slogan {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .idx_title .info .slogan {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .idx_title .info .slogan {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .idx_title .info .slogan {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .idx_title .info .slogan {
    font-size: 24px
  }
}

.idx_title .info .slogan span {
  color: #bcc1c3
}

.idx_title .info .info_more {
  margin-top: 4vw
}

.idx_title .info .info_more a {
  display: inline-block;
  animation: infomore 2s cubic-bezier(0.25, .1, .25, 1) infinite;
  position: relative
}

.idx_title .info .info_more a:hover {
  animation-play-state: paused
}

.idx_title .idx_more {
  margin-top: 42px;
  padding-top: 2vw
}

.idx_title .idx_more a {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}

.idx_title .idx_more a::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #2f3133;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1
}

.idx_title .idx_more a::before {
  content: '';
  width: 0;
  height: 2px;
  background: #2b37d8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.idx_title .idx_more a .word {
  margin-right: 2vw;
  font-size: 0;
  color: #2f3133
}

.idx_title .idx_more a .word span {
  display: inline-block;
  font-size: 24px
}

@media (max-width:1680px) {
  .idx_title .idx_more a .word span {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .idx_title .idx_more a .word span {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_title .idx_more a .word span {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .idx_title .idx_more a .word span {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .idx_title .idx_more a .word span {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .idx_title .idx_more a .word span {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_title .idx_more a .word span {
    font-size: 16px
  }
}

.idx_title .idx_more a .word span:nth-child(2) {
  animation-delay: .05s
}

.idx_title .idx_more a .word span:nth-child(3) {
  animation-delay: .1s
}

.idx_title .idx_more a .word span:nth-child(4) {
  animation-delay: .15s
}

.idx_title .idx_more a .word span:nth-child(5) {
  animation-delay: .2s
}

.idx_title .idx_more a .word span:nth-child(6) {
  animation-delay: .25s
}

.idx_title .idx_more a .word span:nth-child(7) {
  animation-delay: .3s
}

.idx_title .idx_more a .word span:nth-child(8) {
  animation-delay: .35s
}

.idx_title .idx_more a .word span:nth-child(9) {
  animation-delay: .4s
}

.idx_title .idx_more a .word span:nth-child(10) {
  animation-delay: .45s
}

.idx_title .idx_more a .word span:nth-child(11) {
  animation-delay: .5s
}

.idx_title .idx_more a .word span:nth-child(12) {
  animation-delay: .55s
}

.idx_title .idx_more a .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #2b37d8;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff
}

.idx_title .idx_more a .icon img {
  max-width: 30%
}

.idx_title .idx_more a:hover::before {
  width: 100%
}

.idx_title .idx_more a:hover .word span {
  animation-name: textbeat;
  animation-duration: .4s;
  animation-timing-function: ease
}

.idx_title .idx_more a:hover .icon {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

@media (max-width:1440px) {
  .idx_title .idx_more a .icon {
    width: 40px;
    height: 40px
  }
}

@media (max-width:990px) {
  .idx_title {
    display: block
  }

  .idx_title .info {
    width: 100%
  }

  .idx_title .info .slogan {
    margin-top: 15px
  }

  .idx_title .idx_more {
    display: inline-block;
    margin-top: 30px;
    padding-top: 0
  }

  .idx_title .idx_more a {
    padding: 0;
    border: 0
  }

  .idx_title .idx_more a .word span {
    color: #2b37d8
  }

  .idx_title .idx_more a .icon {
    width: 36px;
    height: 36px
  }

  .idx_title .idx_more a::after,
  .idx_title .idx_more a::before {
    display: none
  }
}

@media (max-width:768px) {
  .idx_title .idx_more {
    margin-top: 20px
  }

  .idx_title .idx_more a .icon {
    width: 30px;
    height: 30px
  }
}

@media (max-width:640px) {
  .idx_title .info .title {
    font-size: 14px
  }

  .idx_title .info .title span {
    line-height: 1;
    border-bottom-width: 1px
  }

  .idx_title .info .slogan {
    font-size: 18px
  }

  .idx_title .idx_more a .word span {
    font-size: 16px
  }

  .idx_title .idx_more a .icon {
    width: 28px;
    height: 28px
  }
}

@media (max-width:480px) {
  .idx_title .idx_more {
    margin-top: 15px
  }

  .idx_title .idx_more a .word span {
    font-size: 14px
  }

  .idx_title .idx_more a .icon {
    width: 24px;
    height: 24px
  }
}

@keyframes textbeat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

@keyframes infomore {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 20px
  }
}

.move {
  width: 100%;
  height: 8px;
  margin: 4.1vw 0;
  background: #d9d9d9 url(../image/move_bg.png) repeat-x left center;
  animation: bgmove 120s linear infinite
}

@keyframes bgmove {

  0%,
  100% {
    background-position: left center
  }

  50% {
    background-position: 100% center
  }
}

.more.active {
  display: inline-block
}

.more.active a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.more.active a .icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #494b4c;
  border-radius: 50%;
  position: relative
}

.more.active a .icon i {
  width: 6px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -.5px;
  transform-origin: right center
}

.more.active a .icon i:first-child {
  transform: rotate(45deg);
  border-radius: 5px 5px 0
}

.more.active a .icon i:last-child {
  transform: rotate(-45deg);
  border-radius: 5px 0 5px 5px
}

.more.active a .txt {
  flex: 1;
  font-size: 16px;
  color: #bcc1c3;
  font-weight: none
}

@media (max-width:1680px) {
  .more.active a .txt {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .more.active a .txt {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .more.active a .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .more.active a .txt {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .more.active a .txt {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .more.active a .icon {
    width: 18px;
    height: 18px
  }

  .more.active a .icon i {
    width: 4px;
    margin-left: -2px
  }

  .more.active a .txt {
    font-size: 12px
  }
}

.service_yt0517 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background: #f3f6f7
}

.service_yt0517 .service_main .service_list {
  width: 100%;
  height: auto;
  padding: 3.125vw 0;
  position: relative;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

.service_yt0517 .service_main .service_list ul {
  box-sizing: border-box;
  border: 1px solid #e4e6e6;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;  margin-top: 30px;
}

.service_yt0517 .service_main .service_list ul li {
  flex: 0 0 20%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 40px;
  border-left: 1px solid #e4e6e6;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  transition-timing-function: ease
}

.service_yt0517 .service_main .service_list ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../image/ser_bg.jpg) no-repeat center / cover;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  transition-timing-function: ease
}

.service_yt0517 .service_main .service_list ul li:first-child {
  border: 0
}

.service_yt0517 .service_main .service_list ul li .head {
  width: 100%;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 2
}

.service_yt0517 .service_main .service_list ul li .head .icon {
  width: 53px;
  height: 53px;
  position: relative
}

.service_yt0517 .service_main .service_list ul li .head .icon i {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.service_yt0517 .service_main .service_list ul li .head .icon i img {
  max-width: 100%;
  max-height: 100%
}

.service_yt0517 .service_main .service_list ul li .head .icon i.active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0
}

.service_yt0517 .service_main .service_list ul li .head .order {
  font-size: 16px;
  color: #2f3133;
  opacity: .3;
  font-family: en_l
}

@media (max-width:1680px) {
  .service_yt0517 .service_main .service_list ul li .head .order {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .service_yt0517 .service_main .service_list ul li .head .order {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .service_yt0517 .service_main .service_list ul li .head .order {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .service_yt0517 .service_main .service_list ul li .head .order {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .service_yt0517 .service_main .service_list ul li .head .order {
    font-size: 14px
  }
}

.service_yt0517 .service_main .service_list ul li .info {
  margin: 2vw 0;
  position: relative;
  z-index: 2
}

.service_yt0517 .service_main .service_list ul li .info .title {
  font-size: 26px;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 22.75px
  }
}

@media (max-width:1440px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 19.5px
  }
}

@media (max-width:1280px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 17.33333333px
  }
}

@media (max-width:1024px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 13.86666667px
  }
}

@media (max-width:1680px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 22px
  }
}

@media (max-width:1440px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 18px
  }
}

@media (max-width:1024px) {
  .service_yt0517 .service_main .service_list ul li .info .title {
    font-size: 16px
  }
}

.service_yt0517 .service_main .service_list ul li .info .txt {
  height: 60px;
  font-weight: none;
  margin: .8vw 0 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 100;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

@media (max-width:1680px) {
  .service_yt0517 .service_main .service_list ul li .info .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .service_yt0517 .service_main .service_list ul li .info .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .service_yt0517 .service_main .service_list ul li .info .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .service_yt0517 .service_main .service_list ul li .info .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .service_yt0517 .service_main .service_list ul li .info .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .service_yt0517 .service_main .service_list ul li .info .txt {
    font-size: 16px
  }
}

.service_yt0517 .service_main .service_list ul li .more {
  position: relative;
  z-index: 2
}

.service_yt0517 .service_main .service_list ul li .more:hover a .icon {
  background: #2b37d8
}

.service_yt0517 .service_main .service_list ul li .more:hover a .txt {
  color: #2b37d8
}

.service_yt0517 .service_main .service_list ul li.active {
  width: 40%;
  flex: 0 0 40%;
  background-size: 100%
}

.service_yt0517 .service_main .service_list ul li.active::after {
  opacity: 1
}

.service_yt0517 .service_main .service_list ul li.active .head .icon i {
  opacity: 0
}

.service_yt0517 .service_main .service_list ul li.active .head .icon i.active {
  opacity: 1
}

.service_yt0517 .service_main .service_list ul li.active .head .order {
  color: #fff;
  opacity: .7
}

.service_yt0517 .service_main .service_list ul li.active .info .title {
  color: #fff
}

.service_yt0517 .service_main .service_list ul li.active .info .txt {
  color: #fff
}

.service_yt0517 .service_main .service_list ul li.active .more a .icon {
  background: #fff
}

.service_yt0517 .service_main .service_list ul li.active .more a .icon i {
  background: #2b37d8
}

.service_yt0517 .service_main .service_list ul li.active .more a .txt {
  color: #fff
}

@media (max-width:1366px) {
  .service_yt0517 .service_main .service_list ul li .head {
    height: 40px
  }

  .service_yt0517 .service_main .service_list ul li .head .icon {
    width: 40px;
    height: 40px
  }
}

@media (max-width:1280px) {
  .service_yt0517 .service_main .service_list ul li .head {
    height: 36px
  }

  .service_yt0517 .service_main .service_list ul li .head .icon {
    width: 36px;
    height: 36px
  }
}

@media (max-width:990px) {
  .service_yt0517 {
    overflow: hidden
  }

  .service_yt0517 .service_main .service_list {
    margin: 40px 0;
    top: 0 !important;
    padding: 0 !important
  }

  .service_yt0517 .service_main .service_list ul {
    margin: -20px 0 0;
    border: 0;
    display: block;
    background: 0 0
  }

  .service_yt0517 .service_main .service_list ul li {
    width: calc(50% - 10px) !important;
    border-top: 0;
    margin: 20px 20px 0 0;
    padding: 20px;
    float: left;
    border: 0
  }

  .service_yt0517 .service_main .service_list ul li:nth-child(2n) {
    margin-right: 0
  }
}

@media (max-width:768px) {
  .service_yt0517 .service_main .service_list {
    margin: 30px 0
  }

  .service_yt0517 .service_main .service_list ul {
    margin: -10px 0 0
  }

  .service_yt0517 .service_main .service_list ul li {
    width: calc(50% - 5px) !important;
    margin: 10px 10px 0 0;
    padding: 15px
  }

  .service_yt0517 .service_main .service_list ul li .head .icon {
    width: 30px;
    height: 30px
  }

  .service_yt0517 .service_main .service_list ul li .head .order span {
    display: none
  }

  .service_yt0517 .service_main .service_list ul li .info {
    margin: 10px 0 20px
  }

  .service_yt0517 .service_main .service_list ul li .info .txt {
    display: none
  }
}

@media (max-width:768px) {
  .service_yt0517 .service_main .service_list {
    margin: 20px 0
  }
}

.grid {
  display: grid
}

.inlinegrid {
  display: inline-grid
}

.idx_cpzx_yt0517 {
  width: 100%;
  height: auto;
  background: url(../image/pro_bg.jpg) no-repeat bottom / cover;
  overflow: hidden
}

.idx_cpzx_yt0517.active {
  background: 0 0
}

.idx_cpzx_yt0517.active .cpzx_main {
  margin: 6.2vw auto 4.1vw
}

.idx_cpzx_yt0517 .cpzx_main {
  margin: 5.2vw auto 6.25vw;
  overflow: hidden
}

.service_yt0517 .service_main .service_list .product_search { width: 100%; height: 80px; margin-top: 2vw; }
.service_yt0517 .service_main .service_list .product_search .search_box { width: 100%; height: 100%; }
.service_yt0517 .service_main .service_list .product_search .search_box form { width: 100%; height: 100%; padding: 0 20px; border: 1px solid #eeeded; background: #eeeded; display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex; -webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center; }
.service_yt0517 .service_main .service_list .product_search .search_box form .icon { width: auto; height: auto; margin-right: 20px; }
.service_yt0517 .service_main .service_list .product_search .search_box form .icon i { font-size: 16px; color: #000; }
.service_yt0517 .service_main .service_list .product_search .search_box form .input { flex: 1; width: 100%; height: 100%; }
.service_yt0517 .service_main .service_list .product_search .search_box form .input input { width: 100%; height: 100%; border: 0; border-radius: 0; background: transparent; font-size: 16px; color: #000; }
.service_yt0517 .service_main .service_list .product_search .search_box form .input input::-webkit-input-placeholder { color: #666; opacity: 1; }
.service_yt0517 .service_main .service_list .product_search .search_box form .input input:-moz-placeholder { color: #666; opacity: 1; }
.service_yt0517 .service_main .service_list .product_search .search_box form .input input::-moz-placeholder { color: #666; opacity: 1; }
.service_yt0517 .service_main .service_list .product_search .search_box form .input input:-ms-input-placeholder { color: #666; opacity: 1; }

.idx_cpzx_yt0517 .cpzx_main .cpzx_list {
  margin: 3vw 0 0;
  overflow: hidden
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li {
  width: 23.5%;
  margin: 2% 2% 0 0;
  background: #262729 url(../image/pro_list_bg.jpg) no-repeat center / cover;
  position: relative;
  float: left;
  overflow: hidden
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li:nth-child(4n) {
  margin-right: 0
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head {
  box-sizing: border-box;
  padding: 2vw 2vw 10px;
  overflow: hidden
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .img {
  width: 50px;
  height: 50px;
  padding: 0;
  float: left;
  display: none
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 18px
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .word {
  font-size: 16px;
  font-family: en_l;
  color: #f7f7f7;
  opacity: .5;
  overflow: hidden;
  white-space: nowrap
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .word {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .word {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .word {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .word {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .word {
    font-size: 14px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
  width: 2em;
  font-size: 16px;
  font-family: en_l;
  color: #f7f7f7;
  opacity: .5;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  text-align: right
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 14px
  }
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle .number {
    font-size: 16px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .title {
  margin-top: 10px;
  font-size: 30px;
  color: #fff
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .title {
    font-size: 16px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .icon {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
  display: none
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .icon i {
  font-size: 14px
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 3.2vw calc(60px + 2vw);
  background: #2b37d8;
  position: absolute;
  bottom: -3vw;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .center {
  width: 100%;
  height: 0;
  padding-bottom: 100%
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items {
  width: calc(100% + 2.4vw);
  transform: translateX(-1.2vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  box-sizing: border-box;
  padding: 2vw 0 0
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item {
  height: 40px;
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item::before {
  content: '';
  width: 11px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
  font-size: 16px;
  font-family: syht_l;
  color: #fff
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 14px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item:hover::before {
  width: 0
}

@media (max-width:1366px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item {
    padding: 0 0 0 16px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item::before {
    width: 6px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 16px
  }
}

@media (max-width:1366px) and (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 14px
  }
}

@media (max-width:1366px) and (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 12px
  }
}

@media (max-width:1366px) and (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 10.66666667px
  }
}

@media (max-width:1366px) and (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 8.53333333px
  }
}

@media (max-width:1366px) and (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 14px
  }
}

@media (max-width:640px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .items .item a {
    font-size: 12px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 3.2vw;
  overflow: hidden
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .img .center {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .img .center img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more {
  box-sizing: border-box;
  padding: 10px 2vw 2vw;
  position: relative;
  z-index: 5
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
  display: block;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-family: en_l;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
    font-size: 14px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more:hover a {
  border-color: #fff;
  background: #fff;
  color: #2b37d8
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li:hover .menu {
  bottom: 0;
  opacity: 1
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li:hover .more a {
  border-color: #fff
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list .cpzx_pagination {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0;
  line-height: auto
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_list .cpzx_pagination span {
  background: #fff
}

@media (min-width:991px) and (max-width:1366px) {
  .idx_cpzx_yt0517 .cpzx_main {
    margin: 5.2vw auto 0
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .center .items .item {
    height: 30px;
    line-height: 30px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more a {
    height: 40px
  }
}

@media (max-width:990px) {
  .idx_cpzx_yt0517 .cpzx_main {
    margin: 40px auto
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list {
    box-sizing: border-box;
    margin: 20px 0 0
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li {
    width: 100%;
    float: initial;
    box-sizing: border-box;
    margin: 10px 0 0
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head {
    padding: 10px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .subtitle {
    display: none
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .title {
    width: calc(100% - 65px);
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 50px 0 0;
    float: right
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .img {
    display: block
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .head .icon {
    display: flex
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .img {
    display: none
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu {
    opacity: 1;
    position: relative;
    padding: 0 20px;
    bottom: 0;
    background: 0 0;
    display: none;
    transition: none;
    border-top: 1px solid rgba(255, 255, 255, .1)
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .center {
    height: auto;
    padding: 0
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .center .items {
    width: 100%;
    transform: translateX(0);
    padding: 15px 0
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .center .items .item {
    height: 40px;
    line-height: 40px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .menu .center .items .item a {
    font-size: 14px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li .more {
    display: none
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_list ul li.active .head .icon {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
  }
}

@media (max-width:768px) {
  .idx_cpzx_yt0517 .cpzx_main {
    margin: 30px auto
  }
}

.idx_cases_yt0519 {
  width: 100%;
  height: auto;
  background: url(../image/cases_bg.jpg) no-repeat center / cover;
  overflow: hidden
}

.idx_cases_yt0519 .cases_main {
  margin: 5.2vw auto 6.25vw
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box {
  width: 100%;
  height: 100%
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content {
  width: 42.5%;
  height: auto;
  float: left
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos {
  width: 100%;
  height: auto
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info {
  display: none
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .title {
  font-size: 30px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .title {
    font-size: 16px
  }
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
  margin: 1vw 0;
  min-height: 120px;
  font-size: 16px;
  font-family: syht_l;
  line-height: 30px;
  color: #666
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
    font-size: 14px
  }
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a {
  padding: 12px 30px;
  background: #2b37d8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a .icon {
  background: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a .icon i {
  background: #2b37d8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a .txt {
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a:hover {
  background: #fff
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a:hover .icon {
  background: #2b37d8
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a:hover .icon i {
  background: #fff
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a:hover .txt {
  color: #2b37d8
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info.active {
  display: block !important
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images {
  width: 49%;
  height: auto;
  float: right;
  position: relative;
  background: #fff;
  overflow: hidden
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  padding: 0 1.5vw;
  position: absolute;
  bottom: 1.5vw;
  z-index: 10;
  text-align: right;
  font-size: 0
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .cases_btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  position: static;
  vertical-align: middle;
  cursor: pointer
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .prev,
.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .next {
  color: #fff;
  opacity: 1
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .prev i,
.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .next i {
  font-size: 14px
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .play {
  position: relative
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .play i {
  width: 0;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  border-left: 3px solid #fff
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .play i:first-child {
  width: 0;
  margin-left: -5px
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .play i:last-child {
  margin-left: 3px
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .play.active i:first-child {
  height: 0;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #fff
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .play.active i:last-child {
  height: 0;
  margin-top: 0
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination {
  width: 100px;
  height: 2px;
  margin: 0 5px 0 0;
  display: inline-block;
  position: static;
  background: #fff;
  vertical-align: middle;
  position: relative
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination span {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  opacity: 0;
  font-size: 0
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination span::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2b37d8;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination span.swiper-pagination-bullet-active::before {
  animation: lines2 4.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination.active span::before,
.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination span.active::before {
  width: 100%;
  animation-play-state: paused;
  -webkit-animation-play-state: paused
}

@keyframes lines2 {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
  width: auto;
  height: 100%;
  line-height: 20px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  vertical-align: middle
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 16px
  }
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 .center {
  text-align: center
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 .center div {
  display: inline-block;
  font-family: en_l
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 .center .active {
  min-width: 16px
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 .center .number {
  min-width: 16px
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs {
  width: 100%;
  height: auto;
  margin: 2.2vw 0 0;
  position: relative;
  overflow: hidden
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e2e3e4;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item {
  width: 100%;
  text-align: center;
  padding: 16px 0 0;
  position: relative;
  cursor: pointer
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
  padding: 10px 0 0;
  font-family: syht_l;
  font-size: 18px;
  color: #333;
  text-align: center
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 16px
  }
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title::before {
  content: '';
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: 0;
  z-index: 1;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #b5b9bb;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 3px;
  margin-left: -5px;
  z-index: 1;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item.active::before,
.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item:hover::before {
  width: 16px;
  height: 16px;
  top: 0;
  margin-left: -8px;
  background: #2b37d8
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item.active .title,
.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item:hover .title {
  color: #2b37d8
}

.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item.active .title::before,
.idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item:hover .title::before {
  width: 6px;
  height: 6px;
  top: 5px;
  margin-left: -3px
}

@media (max-width:990px) {
  .idx_cases_yt0519 .cases_main {
    margin: 40px auto
  }

  .idx_cases_yt0519 .cases_main .cases_content {
    margin-top: 20px
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0;
    float: initial
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .move {
    display: none
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .title {
    font-size: 16px
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .textarea {
    margin: 2vw 0 3vw;
    min-height: auto;
    line-height: 1.4;
    font-size: 14px
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images {
    width: 100%;
    float: initial
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .cases_btn,
  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination {
    display: none
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .swiper_images .center .swiper_img .swiper_pager .swiper-pagination-2 {
    font-size: 12px
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs {
    margin-top: 5.2vw
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_tabs .item .title {
    font-size: 14px
  }
}

@media (max-width:768px) {
  .idx_cases_yt0519 .cases_main {
    margin: 30px auto
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content {
    margin-top: 15px
  }

  .idx_cases_yt0519 .cases_main .cases_content .swiper_box .content .infos .info .more a {
    padding: 10px 15px
  }
}

.idx_industry_yt0519 {
  width: 100%;
  height: auto;
  background: url(../image/industry_bg.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
  z-index: 2
}

.idx_industry_yt0519 .industry_main {
  margin: 0 auto;
  padding-top: 6.25vw;
  padding-bottom: 6.7vw
}

.idx_industry_yt0519 .industry_main .idx_title {
  width: 45%;
  padding: 0 0 3vw;
  position: relative;
  display: block;
  float: left
}

@media (max-width:990px) {
  .idx_industry_yt0519 .industry_main .idx_title {
    background: 0 0;
    padding: 20px 0
  }
}

.idx_industry_yt0519 .industry_main .idx_title::before {
  content: '';
  width: 60px;
  height: 4px;
  background: #2b37d8;
  position: absolute;
  left: 0;
  bottom: 0
}

.idx_industry_yt0519 .industry_main .idx_title .info {
  width: 100%
}

.idx_industry_yt0519 .industry_main .idx_title .info .title {
  color: #fff !important
}

.idx_industry_yt0519 .industry_main .idx_title .info .title span {
  border-color: #fff
}

.idx_industry_yt0519 .industry_main .idx_title .info .slogan {
  color: #fff
}

.idx_industry_yt0519 .industry_main .idx_title .info .slogan span {
  color: #a5a8ac
}

.idx_industry_yt0519 .industry_main .industry_form {
  width: 49%;
  max-width: 780px;
  height: auto;
  float: right;
  margin-top: 4vw;
  position: relative;
  z-index: 10
}

.idx_industry_yt0519 .industry_main .industry_form .form_box {
  width: 100%;
  height: auto;
  font-size: 0
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form {
  width: 100%;
  height: 55px;
  line-height: 55px
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content {
  width: 70%;
  height: 100%;
  float: left;
  position: relative
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  padding-right: 40px;
  position: relative;
  font-size: 16px
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input::before {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  background: url(../image/input_more.png) no-repeat center / auto 40%
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  color: #333
}

@media (max-width:1680px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 14px
  }
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content .info {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 1px;
  padding: 15px;
  background: #fff;
  display: none;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow: hidden
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content .info a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #777
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .content .info a:hover {
  color: #2b37d8
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .submit {
  width: 28%;
  height: 100%;
  float: right;
  overflow: hidden
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
  width: 100%;
  height: 100%;
  background: #2b37d8;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:1680px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 16px
  }
}

.idx_industry_yt0519 .industry_main .industry_form .form_box form .submit:hover input {
  background: #fff;
  color: #2b37d8
}

@media (max-width:768px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 14px
  }

  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .input input {
    font-size: 12px
  }

  .idx_industry_yt0519 .industry_main .industry_form .form_box form .submit input {
    font-size: 12px
  }
}

.idx_industry_yt0519 .industry_main .industry_form .form_link {
  width: 100%;
  height: auto;
  margin-top: 2vw;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.idx_industry_yt0519 .industry_main .industry_form .form_link a,
.idx_industry_yt0519 .industry_main .industry_form .form_link span {
  display: inline-block;
  font-family: syht_l;
  font-size: 16px;
  color: #fff;
  opacity: .7;
  line-height: 1.8
}

@media (max-width:1680px) {

  .idx_industry_yt0519 .industry_main .industry_form .form_link a,
  .idx_industry_yt0519 .industry_main .industry_form .form_link span {
    font-size: 14px
  }
}

@media (max-width:1440px) {

  .idx_industry_yt0519 .industry_main .industry_form .form_link a,
  .idx_industry_yt0519 .industry_main .industry_form .form_link span {
    font-size: 12px
  }
}

@media (max-width:1280px) {

  .idx_industry_yt0519 .industry_main .industry_form .form_link a,
  .idx_industry_yt0519 .industry_main .industry_form .form_link span {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {

  .idx_industry_yt0519 .industry_main .industry_form .form_link a,
  .idx_industry_yt0519 .industry_main .industry_form .form_link span {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {

  .idx_industry_yt0519 .industry_main .industry_form .form_link a,
  .idx_industry_yt0519 .industry_main .industry_form .form_link span {
    font-size: 14px
  }
}

.idx_industry_yt0519 .industry_main .industry_form .form_link span {
  margin: 0 4px
}

.idx_industry_yt0519 .industry_main .industry_form .form_link a:hover {
  opacity: 1
}

@media (max-width:990px) {
  .idx_industry_yt0519 .industry_main {
    padding: 40px 20px
  }

  .idx_industry_yt0519 .industry_main .idx_title {
    width: 100%;
    padding: 0;
    float: initial
  }

  .idx_industry_yt0519 .industry_main .idx_title::before {
    display: none
  }

  .idx_industry_yt0519 .industry_main .industry_form {
    width: 100%;
    height: auto;
    float: initial;
    margin: 5vw auto 0
  }

  .idx_industry_yt0519 .industry_main .industry_form .form_box form {
    height: 48px;
    line-height: 48px
  }

  .idx_industry_yt0519 .industry_main .industry_form .form_box form .content .info a {
    font-size: 12px
  }

  .idx_industry_yt0519 .industry_main .industry_form .form_link {
    display: none
  }

  .idx_industry_yt0519 .industry_main .industry_form .form_link a,
  .idx_industry_yt0519 .industry_main .industry_form .form_link span {
    font-size: 12px
  }
}

.idx_about_yt0520 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.idx_about_yt0520 .about_bg {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.idx_about_yt0520 .about_bg img {
  max-width: 100%;
  width: 100%
}

.idx_about_yt0520 .about_head {
  margin: 9.37vw auto 6.7vw;
  overflow: hidden
}

.idx_about_yt0520 .about_head .idx_title {
  width: 42.5%;
  display: block;
  float: left
}

.idx_about_yt0520 .about_head .idx_title .info {
  width: 100%
}

.idx_about_yt0520 .about_head .idx_title .idx_more {
  display: none
}

.idx_about_yt0520 .about_head .about_content {
  width: 50%;
  height: auto;
  margin-top: 4.4vw;
  float: right;
  overflow: hidden
}

.idx_about_yt0520 .about_head .about_content .p1 {
  width: 100%;
  height: auto;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_head .about_content .p1 {
    font-size: 16px
  }
}

.idx_about_yt0520 .about_head .about_content .p2 {
  width: 100%;
  height: auto;
  margin-top: 2.2vw;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  font-family: syht_l;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 16px
  }
}

.idx_about_yt0520 .about_head .about_content .p2 .p2_color {
  color: #2b37d8;
  font-family: syht
}

.idx_about_yt0520 .about_head .about_content .p2 .p2_bold {
  font-weight: 700;
  color: #2f3133;
  font-family: syht
}

@media (max-width:990px) {
  .idx_about_yt0520 .about_bg {
    display: none
  }

  .idx_about_yt0520 .about_head {
    margin: 40px auto
  }

  .idx_about_yt0520 .about_head .idx_title {
    width: 100%;
    float: initial
  }

  .idx_about_yt0520 .about_head .idx_title .info .info_more {
    display: none
  }

  .idx_about_yt0520 .about_head .idx_title .idx_more {
    display: block
  }

  .idx_about_yt0520 .about_head .about_content {
    width: 100%;
    margin: 20px 0 0;
    float: initial
  }
}

@media (max-width:768px) {
  .idx_about_yt0520 .about_head {
    margin: 30px auto
  }
}

@media (max-width:640px) {

  .idx_about_yt0520 .about_head .about_content .p1,
  .idx_about_yt0520 .about_head .about_content .p2 {
    font-size: 14px
  }
}

.idx_about_yt0520 .about_main {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden
}

.idx_about_yt0520 .about_main .about_img {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100vh
}

.idx_about_yt0520 .about_main .about_img .pin-spacer {
  width: 100% !important
}

.idx_about_yt0520 .about_main .about_img .fixed_wrap {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
  z-index: 1
}

.idx_about_yt0520 .about_main .about_img .fixed_wrap .fixed_bg {
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-position: center;
  background-size: cover
}

.idx_about_yt0520 .about_main .about_info {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_about_yt0520 .about_main .about_info .items {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.idx_about_yt0520 .about_main .about_info .items .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  overflow: hidden
}

.idx_about_yt0520 .about_main .about_info .items .item .number {
  font-family: en_b;
  font-size: 120px;
  line-height: 1;
  vertical-align: top;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number {
    font-size: 105px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number {
    font-size: 90px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number {
    font-size: 80px
  }
}

@media (max-width:1024px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number {
    font-size: 64px
  }
}

.idx_about_yt0520 .about_main .about_info .items .item .number span {
  display: inline-block;
  height: 100%;
  margin-left: 5px
}

.idx_about_yt0520 .about_main .about_info .items .item .number span i {
  font-size: 60px;
  font-family: en_b;
  vertical-align: top
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number span i {
    font-size: 52.5px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number span i {
    font-size: 45px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number span i {
    font-size: 40px
  }
}

@media (max-width:1024px) {
  .idx_about_yt0520 .about_main .about_info .items .item .number span i {
    font-size: 32px
  }
}

.idx_about_yt0520 .about_main .about_info .items .item .title {
  font-family: syht_l;
  font-size: 24px
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_about_yt0520 .about_main .about_info .items .item .title {
    font-size: 16px
  }
}

.idx_about_yt0520 .about_main .about_info.active .item {
  position: fixed
}

@media (max-width:990px) {
  .idx_about_yt0520 .about_main {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    overflow: hidden
  }

  .idx_about_yt0520 .about_main .about_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
  }

  .idx_about_yt0520 .about_main .about_img .fixed_wrap,
  .idx_about_yt0520 .about_main .about_img .fixed_wrap .fixed_bg {
    width: 100%;
    height: 100%
  }

  .idx_about_yt0520 .about_main .about_info {
    height: auto;
    position: relative;
    visibility: initial
  }

  .idx_about_yt0520 .about_main .about_info .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }

  .idx_about_yt0520 .about_main .about_info .items .item {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 40px 0;
    color: #fff;
    opacity: 1;
    overflow: hidden
  }

  .idx_about_yt0520 .about_main .about_info .items .item .number {
    font-size: 40px
  }

  .idx_about_yt0520 .about_main .about_info .items .item .number span i {
    font-size: 20px
  }

  .idx_about_yt0520 .about_main .about_nbsp {
    display: none
  }
}

@media (max-width:768px) {
  .idx_about_yt0520 .about_main .about_info .items .item {
    margin: 30px 0
  }

  .idx_about_yt0520 .about_main .about_info .items .item .number {
    font-size: 30px
  }

  .idx_about_yt0520 .about_main .about_info .items .item .number span i {
    font-size: 16px
  }
}

.idx_hzhb_yt0520 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.idx_hzhb_yt0520 .idx_title {
  margin: 5.7vw auto 0
}

.idx_hzhb_yt0520 .hzhb_main {
  width: 100%;
  height: auto;
  margin: 5vw 0;
  overflow: hidden
}

.idx_hzhb_yt0520 .hzhb_main .hzhb_content {
  width: 100%;
  height: auto;
  overflow: hidden
}

.idx_hzhb_yt0520 .hzhb_main .hzhb_content .hzhb_list {
  width: 10000%;
  position: relative;
  overflow: hidden
}

.idx_hzhb_yt0520 .hzhb_main .hzhb_content .hzhb_list .item {
  width: 240px;
  height: 116px;
  float: left;
  text-align: center;
  position: relative
}

.idx_hzhb_yt0520 .hzhb_main .hzhb_content .hzhb_list .item img {
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:990px) {
  .idx_hzhb_yt0520 .idx_title {
    margin: 40px auto
  }

  .idx_hzhb_yt0520 .hzhb_main .hzhb_content .hzhb_list .item {
    flex: 0 0 180px;
    width: 180px;
    height: 87px
  }
}

@media (max-width:768px) {
  .idx_hzhb_yt0520 .idx_title {
    margin: 30px auto
  }

  .idx_hzhb_yt0520 .hzhb_main .hzhb_content .hzhb_list .item {
    flex: 0 0 140px;
    width: 140px;
    height: 68px
  }
}

@media (max-width:640px) {
  .idx_hzhb_yt0520 .hzhb_main .hzhb_content .hzhb_list .item {
    flex: 0 0 120px;
    width: 120px;
    height: 58px
  }
}

.idx_news_yt0520 {
  width: 100%;
  height: auto;
  background: #f4f7f8;
  background-attachment: fixed;
  overflow: hidden
}

.idx_news_yt0520 .news_main {
  margin: 6.25vw auto 6.7vw;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head .idx_title {
  width: 45%;
  position: relative;
  display: block;
  float: left
}

.idx_news_yt0520 .news_main .news_head .idx_title .info {
  width: 100%
}

.idx_news_yt0520 .news_main .news_head .news_list {
  width: 49%;
  height: auto;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head .news_list .item {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head .news_list .item:first-child {
  margin-right: 32px
}

.idx_news_yt0520 .news_main .news_head .news_list .item .img {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head .news_list .item .img .center {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head .news_list .item .img .center a {
  display: block;
  width: 100%;
  height: 100%
}

.idx_news_yt0520 .news_main .news_head .news_list .item .img .center a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_news_yt0520 .news_main .news_head .news_list .item .info {
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
  width: 100%;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
  margin: 1vw 0;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  color: #2f3133
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    font-size: 16px
  }
}

.idx_news_yt0520 .news_main .news_head .news_list .item .info .time::before {
  content: '';
  width: 18px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/icon_time.png) no-repeat left / auto 100%
}

.idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
  line-height: 18px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 16px
  }
}

.idx_news_yt0520 .news_main .news_head .news_list .item .info .title a {
  font-family: syht_l
}

.idx_news_yt0520 .news_main .news_head .news_list .item:hover .img .center a img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05)
}

.idx_news_yt0520 .news_main .news_head .news_list .item:hover .info .title a {
  color: #2b37d8
}

.idx_news_yt0520 .news_main .news_content {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .new_title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4
}

.idx_news_yt0520 .news_main .news_content .new_title a {
  width: auto;
  height: auto;
  display: block;
  padding: 14px 30px;
  background: #2b37d8;
  font-size: 20px;
  color: #fff
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_content .new_title a {
    font-size: 16px
  }
}

.idx_news_yt0520 .news_main .news_content .news_swiper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img {
  width: 31.25%;
  height: auto;
  cursor: pointer;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img .content {
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
  overflow: hidden;
  position: relative
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img .content .center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img .content .center .swiper_img_list {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img .content .center .swiper_img_list .swiper-slide {
  position: relative
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img .content .center .swiper_img_list .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img .content .center .swiper_img_list .swiper-slide:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05)
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title {
  width: 60%;
  height: auto;
  position: relative;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item:last-child {
  border: 0
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item.active .title a {
  color: #2b37d8
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title {
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
  font-family: syht_l;
  font-size: 20px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 16px
  }
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a:hover {
  color: #2b37d8
}

.idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
  flex: 0 0 150px;
  font-size: 18px;
  color: #b5b9bb;
  text-align: right
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img {
    width: 36%
  }
}

@media (max-width:990px) {
  .idx_news_yt0520 .news_main {
    margin: 40px auto
  }

  .idx_news_yt0520 .news_main .news_head .idx_title {
    width: 100%;
    float: initial
  }

  .idx_news_yt0520 .news_main .news_head .idx_title .info {
    width: 100%
  }

  .idx_news_yt0520 .news_main .news_head .idx_title .info .info_more {
    display: none
  }

  .idx_news_yt0520 .news_main .news_head .news_list {
    width: 100%;
    margin: 20px 0;
    float: initial
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item {
    padding: 15px;
    background: #fff
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item:first-child {
    margin-right: 20px
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    margin: 15px 0
  }

  .idx_news_yt0520 .news_main .move {
    display: none
  }

  .idx_news_yt0520 .news_main .news_content {
    width: 100%
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper {
    position: relative
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img {
    width: 40%;
    height: auto;
    background: #fff;
    overflow: hidden
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title {
    width: calc(60% - 20px)
  }
}

@media (max-width:768px) {
  .idx_news_yt0520 .news_main {
    margin: 30px auto
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper {
    display: block
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_img {
    width: 100%
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title {
    width: 100%;
    height: 200px;
    margin-top: 10px
  }
}

@media (max-width:640px) {
  .idx_news_yt0520 .news_main .news_head .idx_title {
    width: 100%;
    float: initial
  }

  .idx_news_yt0520 .news_main .news_head .idx_title .info {
    width: 100%
  }

  .idx_news_yt0520 .news_main .news_head .idx_title .info .info_more {
    display: none
  }

  .idx_news_yt0520 .news_main .news_head .news_list {
    display: block
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item {
    margin: 2vw 0 0
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item:first-child {
    margin: 0
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item .img {
    width: 40%;
    float: left
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item .info {
    width: calc(60% - 15px);
    float: right
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time {
    height: 14px;
    line-height: 14px;
    margin: 5px 0 10px;
    padding-left: 24px;
    font-size: 12px
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item .info .time::before {
    width: 14px
  }

  .idx_news_yt0520 .news_main .news_head .news_list .item .info .title {
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .idx_news_yt0520 .news_main .news_content {
    width: 100%
  }

  .idx_news_yt0520 .news_main .news_content .new_title a {
    padding: 10px 15px;
    font-size: 14px
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .title a {
    font-size: 14px
  }

  .idx_news_yt0520 .news_main .news_content .news_swiper .swiper_title .news_list .item .time {
    flex: 0 0 80px;
    font-size: 12px
  }
}

.idx_advert_yt0520 {
  width: 100%;
  height: auto;
  background: url(../image/b_bg.jpg) no-repeat center / cover;
  position: relative;
  overflow: hidden
}

.idx_advert_yt0520 .advert_bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: -10px;
  bottom: -.25em;
  z-index: 1;
  font-size: 223px;
  color: #fff;
  line-height: .8;
  font-family: en_b;
  opacity: .04;
  overflow: hidden
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_bg {
    font-size: 195.125px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_bg {
    font-size: 167.25px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_bg {
    font-size: 148.66666667px
  }
}

@media (max-width:1024px) {
  .idx_advert_yt0520 .advert_bg {
    font-size: 118.93333333px
  }
}

.idx_advert_yt0520 .advert_mian {
  margin: 4.2vw auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.idx_advert_yt0520 .advert_mian .advert_info {
  width: 42%;
  float: left;
  color: #fff
}

.idx_advert_yt0520 .advert_mian .advert_info .title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 35px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 30px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 26.66666667px
  }
}

@media (max-width:1024px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 21.33333333px
  }
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 34px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 26px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 22px
  }
}

@media (max-width:1024px) {
  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 20px
  }
}

.idx_advert_yt0520 .advert_mian .advert_info .txt {
  margin-top: 1.2vw;
  font-family: syht_l;
  font-size: 20px;
  line-height: 36px
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 16px
  }
}

.idx_advert_yt0520 .advert_mian .advert_items {
  width: 50%;
  height: auto;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one {
  width: 100%;
  height: auto;
  margin-right: 3vw;
  overflow: hidden
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one:last-child {
  margin: 0
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
  font-family: syht_l;
  font-size: 24px;
  color: #fff
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    font-size: 16px
  }
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more {
  width: 100%;
  margin-top: 15px
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a {
  padding: 15px;
  background: #fff
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .txt,
.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .icon,
.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .icon i {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a:hover .txt {
  color: #2b37d8
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a:hover .icon {
  background: #2b37d8
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a:hover .icon i {
  background: #fff
}

.idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .icon {
  margin: 0
}

@media (max-width:990px) {
  .idx_advert_yt0520 .advert_bg {
    bottom: -15%;
    display: none
  }

  .idx_advert_yt0520 .advert_mian {
    margin: 40px auto
  }

  .idx_advert_yt0520 .advert_mian .advert_info {
    width: 100%;
    float: initial
  }

  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    margin-top: 15px;
    line-height: 1.6
  }

  .idx_advert_yt0520 .advert_mian .advert_items {
    width: 100%;
    margin: 20px 0 0;
    float: initial
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one {
    width: 100%;
    height: auto;
    margin-right: 2vw;
    overflow: hidden
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .title {
    display: none
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more {
    margin-top: 0
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a {
    padding: 10px 15px
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .txt,
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .icon,
  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .icon i {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a:hover .txt {
    color: #2b37d8
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a:hover .icon {
    background: #2b37d8
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a:hover .icon i {
    background: #fff
  }

  .idx_advert_yt0520 .advert_mian .advert_items .advert_one .more a .icon {
    margin: 0
  }
}

@media (max-width:768px) {
  .idx_advert_yt0520 .advert_mian {
    margin: 30px auto
  }

  .idx_advert_yt0520 .advert_mian .advert_info .title {
    font-size: 18px
  }

  .idx_advert_yt0520 .advert_mian .advert_info .txt {
    font-size: 14px
  }
}

.pendant_box {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 20
}

.pendant_box .compare_btn {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1
}

.pendant_box .compare_btn .number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2b37d8;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -6px
}

.pendant_box .compare_btn .icon {
  color: #999
}

.pendant_box .compare_btn .icon i {
  font-size: 24px
}

.pendant_box .compare_btn .title {
  margin-top: 10px;
  font-size: 14px;
  color: #999
}

.pendant_box .compare_btn:hover .icon,
.pendant_box .compare_btn:hover .title {
  color: #2b37d8
}

.pendant_box .zixun_link {
  width: 100%;
  height: auto;
  background: #2b37d8;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden
}

.pendant_box .zixun_link .icon {
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  overflow: hidden
}

.pendant_box .zixun_link .icon i {
  font-size: 24px
}

.pendant_box .zixun_link .title {
  width: 100%;
  height: auto;
  margin-top: 5px;
  line-height: 20px;
  text-align: center;
  font-family: syht_l;
  font-size: 14px;
  color: #fff;
  overflow: hidden
}

.pendant_box .zixun_hover {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb
}

.pendant_box .zixun_hover .item {
  width: 100%;
  height: auto;
  padding: 10px;
  position: relative
}

.pendant_box .zixun_hover .item .head {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  color: #999
}

.pendant_box .zixun_hover .item .head .icon {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden
}

.pendant_box .zixun_hover .item .head .icon i {
  font-size: 24px
}

.pendant_box .zixun_hover .item .head .title {
  width: 100%;
  height: auto;
  margin-top: 5px;
  line-height: 20px;
  text-align: center;
  font-family: syht_l;
  font-size: 14px;
  overflow: hidden
}

.pendant_box .zixun_hover .item .info {
  display: none
}

.pendant_box .zixun_hover .item.wx_zixun .info {
  width: 140px;
  height: auto;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 100%
}

.pendant_box .zixun_hover .item.wx_zixun .info::after {
  content: '';
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  background: #fff
}

.pendant_box .zixun_hover .item.wx_zixun .info .img {
  width: calc(100% - 10px);
  height: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.pendant_box .zixun_hover .item.wx_zixun .info .txt {
  width: calc(100% - 10px);
  height: auto;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #999;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info {
  width: 210px;
  height: auto;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  right: 100%
}

.pendant_box .zixun_hover .item.phone_zixun .info::after {
  content: '';
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  background: #fff
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li {
  width: calc(100% - 10px);
  height: auto;
  margin-top: 15px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .title {
  width: 100%;
  height: auto;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .title .icon {
  width: 20px;
  height: 20px;
  float: left;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .title .icon img {
  max-width: 100%;
  max-height: 100%
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .title .txt {
  width: calc(100% - 25px);
  height: auto;
  float: right;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .title .txt .b1 {
  line-height: 20px;
  font-size: 14px;
  color: #333
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .title .txt .b2 {
  font-size: 18px;
  color: #2b37d8;
  font-weight: 700
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .form {
  width: 100%;
  height: auto;
  margin-top: 8px;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .form .layui-input {
  width: 100%;
  height: 35px;
  font-size: 14px;
  text-align: center;
  color: #333;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li .form .layui-btn {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-top: 10px;
  background: #2b37d8;
  font-size: 14px;
  overflow: hidden
}

.pendant_box .zixun_hover .item.phone_zixun .info .info_li:first-child {
  margin-top: 0
}

.pendant_box .zixun_hover .line {
  width: 50%;
  height: 1px;
  background: #dbdbdb;
  margin: 0 auto
}

.pendant_box .zixun_hover .item:hover .head {
  color: #2b37d8
}

.pendant_box .zixun_hover .item:hover .info {
  display: block
}

.pendant_box .scroll_top {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 5px 10px;
  background: #e7ebec;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: none;
  overflow: hidden
}

.pendant_box .scroll_top i {
  font-size: 18px
}

.pendant_box .scroll_top:hover {
  background: #2b37d8;
  color: #fff
}

@media (max-width:990px) {
  .pendant_box {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    bottom: 20px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }

  .pendant_box .compare_btn {
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 60px
  }

  .pendant_box .compare_btn .icon i {
    font-size: 20px
  }

  .pendant_box .zixun_link {
    flex-basis: 30%;
    height: 100%
  }

  .pendant_box .zixun_link a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .pendant_box .zixun_link a .icon {
    width: auto
  }

  .pendant_box .zixun_link a .title {
    width: auto;
    margin: 0 0 0 10px
  }

  .pendant_box .zixun_hover {
    flex: 1;
    height: 100%;
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  .pendant_box .zixun_hover .line {
    flex-basis: 2px;
    height: 18px
  }

  .pendant_box .zixun_hover .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .pendant_box .zixun_hover .item .head .icon {
    width: auto
  }

  .pendant_box .zixun_hover .item .head .title {
    width: auto;
    margin: 0 0 0 10px
  }

  .pendant_box .zixun_hover .item.wx_zixun .info,
  .pendant_box .zixun_hover .item.phone_zixun .info {
    top: initial;
    right: initial;
    bottom: calc(100% + 6px);
    left: initial
  }

  .pendant_box .zixun_hover .item.wx_zixun .info::after,
  .pendant_box .zixun_hover .item.phone_zixun .info::after,
  .pendant_box .zixun_hover .item.wx_zixun .info .img,
  .pendant_box .zixun_hover .item.phone_zixun .info .img,
  .pendant_box .zixun_hover .item.wx_zixun .info .txt,
  .pendant_box .zixun_hover .item.phone_zixun .info .txt {
    width: 100%
  }

  .pendant_box .zixun_hover .item.wx_zixun .info {
    left: 0
  }

  .pendant_box .zixun_hover .item.phone_zixun .info {
    right: 0
  }

  .pendant_box .scroll_top {
    display: none !important
  }
}

@media (max-width:640px) {
  .pendant_box {
    bottom: 10px
  }

  .pendant_box .zixun_link a .icon i {
    font-size: 16px
  }

  .pendant_box .zixun_link a .title {
    font-size: 12px
  }

  .pendant_box .zixun_hover {
    margin-left: 10px
  }

  .pendant_box .zixun_hover .item .head .icon i {
    font-size: 16px
  }

  .pendant_box .zixun_hover .item .head .title {
    font-size: 12px
  }
}

.footer_yt0520 {
  width: 100%;
  height: auto;
  background: url(../image/f_bg.jpg) no-repeat center / cover;
  overflow: hidden
}

.footer_yt0520 .footer_main {
  margin: 0 auto;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_head {
  width: 100%;
  height: auto;
  margin: 5.2vw 0;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_head .footer_title {
  width: 40%;
  height: auto;
  float: left;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_head .footer_title .title {
  font-size: 30px;
  color: #fff
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .title {
    font-size: 16px
  }
}

.footer_yt0520 .footer_main .footer_head .footer_title .title span {
  display: inline-block;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff
}

.footer_yt0520 .footer_main .footer_head .footer_title .slogan {
  margin-top: 2vw;
  line-height: 1.6;
  font-size: 48px;
  font-weight: 700;
  color: #fff
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    font-size: 24px
  }
}

.footer_yt0520 .footer_main .footer_head .footer_title .slogan span {
  color: #8a8c8f
}

.footer_yt0520 .footer_main .footer_head .footer_title .info_more {
  margin-top: 4vw
}

.footer_yt0520 .footer_main .footer_head .footer_title .info_more a {
  display: inline-block
}

.footer_yt0520 .footer_main .footer_head .footer_nav {
  width: 50%;
  height: auto;
  float: right;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li a,
.footer_yt0520 .footer_main .footer_head .footer_nav ul li span {
  color: #fff
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 20px;
  font-family: syht_l;
  overflow: hidden
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 16px
  }
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .title a {
  display: inline-block;
  padding: 0 0 15px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .title a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease-in-out
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .title a:hover::before {
  width: 100%
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu {
  margin-top: 2vw
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu a,
.footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu span {
  display: block;
  margin-top: 5px;
  line-height: 30px;
  font-family: syht_l;
  opacity: .5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu a:first-child {
  margin: 0
}

.footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu a:hover {
  opacity: 1
}

.footer_yt0520 .footer_main .footer_head .qrcode {
  display: none
}

.footer_yt0520 .footer_main .footer_body {
  width: 100%;
  height: auto;
  margin: 4vw 0 2.6vw;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_body .info {
  width: 74.5%;
  height: auto;
  float: left;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_body .info .contact {
  width: 100%;
  height: auto;
  overflow: hidden
}

.footer_yt0520 .footer_main .footer_body .info .contact .one {
  width: auto;
  margin: 0 4vw 20px 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.footer_yt0520 .footer_main .footer_body .info .contact .one .icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-right: 10px
}

.footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
  flex: 1;
  color: #fff;
  font-family: en_l, syht;
  font-size: 18px;
  vertical-align: top
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 16px
  }
}

.footer_yt0520 .footer_main .footer_body .info .copy {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: syht_l;
  color: #626566;
  line-height: 1.8;
  overflow: hidden
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_body .info .copy {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .footer_body .info .copy {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .footer_body .info .copy {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .footer_body .info .copy {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .footer_body .info .copy {
    font-size: 14px
  }
}

.footer_yt0520 .footer_main .footer_body .info .copy a {
  color: #626566
}

.footer_yt0520 .footer_main .footer_body .info .copy a:hover {
  color: #fff
}

.footer_yt0520 .footer_main .footer_body .info .copy.mobile {
  display: none
}

.footer_yt0520 .footer_main .qrcode {
  width: 20%;
  height: auto;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden
}

.footer_yt0520 .footer_main .qrcode .one {
  width: 50%;
  max-width: 100px;
  margin-right: 15px
}

.footer_yt0520 .footer_main .qrcode .one:last-child {
  margin-right: 0
}

.footer_yt0520 .footer_main .qrcode .one .img {
  font-size: 0
}

.footer_yt0520 .footer_main .qrcode .one .title {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  font-size: 16px;
  font-family: syht_l;
  color: #626566;
  text-align: center;
  overflow: hidden
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .qrcode .one .title {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .footer_yt0520 .footer_main .qrcode .one .title {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .footer_yt0520 .footer_main .qrcode .one .title {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .footer_yt0520 .footer_main .qrcode .one .title {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .footer_yt0520 .footer_main .qrcode .one .title {
    font-size: 14px
  }
}

@media (max-width:1366px) {

  .footer_yt0520 .footer_main .footer_head .footer_nav ul li a,
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li span {
    color: #fff
  }

  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .title {
    font-size: 16px
  }

  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu a,
  .footer_yt0520 .footer_main .footer_head .footer_nav ul li .menu span {
    font-size: 14px
  }

  .footer_yt0520 .footer_main .footer_body {
    width: 100%;
    height: auto;
    margin: 4vw 0;
    overflow: hidden
  }

  .footer_yt0520 .footer_main .footer_body .info .contact .one .icon {
    width: 24px;
    height: 24px
  }

  .footer_yt0520 .footer_main .footer_body .info .contact .one .txt {
    font-size: 14px
  }

  .footer_yt0520 .footer_main .footer_body .info .copy {
    font-size: 14px
  }

  .footer_yt0520 .footer_main .footer_body .info .copy a {
    color: #626566
  }

  .footer_yt0520 .footer_main .footer_body .info .copy a:hover {
    color: #fff
  }

  .footer_yt0520 .footer_main .footer_body .qrcode .one .title {
    font-size: 12px
  }
}

@media (max-width:990px) {
  .footer_yt0520 .footer_main {
    padding-bottom: 70px
  }

  .footer_yt0520 .footer_main .footer_head {
    margin: 40px 0
  }

  .footer_yt0520 .footer_main .footer_head .footer_title {
    width: 50%
  }

  .footer_yt0520 .footer_main .footer_head .footer_title .slogan {
    margin-top: 20px
  }

  .footer_yt0520 .footer_main .footer_head .footer_nav {
    display: none
  }

  .footer_yt0520 .footer_main .footer_head .qrcode {
    width: 48%;
    display: flex
  }

  .footer_yt0520 .footer_main .footer_body .info {
    width: 100%;
    float: initial
  }

  .footer_yt0520 .footer_main .footer_body .info .contact {
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
    border-right: 0
  }

  .footer_yt0520 .footer_main .footer_body .info .contact .one {
    width: 100%;
    margin: 10px 0
  }

  .footer_yt0520 .footer_main .footer_body .info .copy {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.4
  }

  .footer_yt0520 .footer_main .footer_body .info .copy p {
    margin-top: 10px
  }

  .footer_yt0520 .footer_main .footer_body .info .copy p:first-child {
    margin: 0
  }

  .footer_yt0520 .footer_main .footer_body .info .copy.pc {
    display: none
  }

  .footer_yt0520 .footer_main .footer_body .info .copy.mobile {
    display: block
  }

  .footer_yt0520 .footer_main .footer_body .qrcode {
    display: none
  }
}

@media (max-width:768px) {
  .footer_yt0520 .footer_main {
    padding-bottom: 50px
  }

  .footer_yt0520 .footer_main .footer_head {
    margin: 30px 0
  }

  .footer_yt0520 .footer_main .footer_head .footer_title .title span {
    font-size: 16px
  }
}

@media (max-width:640px) {
  .footer_yt0520 .footer_main .footer_head .footer_title {
    width: 100%
  }

  .footer_yt0520 .footer_main .footer_head .qrcode {
    display: none
  }
}

.page_title {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_title.active span {
  font-size: 44px;
  font-family: syht;
  font-weight: 700
}

@media (max-width:1680px) {
  .page_title.active span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .page_title.active span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .page_title.active span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .page_title.active span {
    font-size: 23.46666667px
  }
}

.page_title span {
  display: inline-block;
  font-size: 30px;
  font-family: syht_l;
  color: #494b4c;
  line-height: 1;
  padding: 0 0 10px;
  border-bottom: 2px solid #494b4c
}

@media (max-width:1680px) {
  .page_title span {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .page_title span {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .page_title span {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .page_title span {
    font-size: 16px
  }
}

@media (max-width:990px) {
  .page_title span {
    font-weight: 700
  }
}

@media (max-width:480px) {
  .page_title span {
    font-size: 16px;
    border-width: 1px
  }

  .page_title.active span {
    font-size: 20px
  }
}

.page_banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

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

.page_banner .banner_main .center {
  height: 100%;
  position: relative
}

.page_banner .banner_main .center .info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.page_banner .banner_main .center .info .title {
  width: 100%;
  font-size: 60px;
  color: #fff;
  font-family: en_b
}

@media (max-width:1680px) {
  .page_banner .banner_main .center .info .title {
    font-size: 52.5px
  }
}

@media (max-width:1440px) {
  .page_banner .banner_main .center .info .title {
    font-size: 45px
  }
}

@media (max-width:1280px) {
  .page_banner .banner_main .center .info .title {
    font-size: 40px
  }
}

@media (max-width:1024px) {
  .page_banner .banner_main .center .info .title {
    font-size: 32px
  }
}

.page_banner .banner_main .center .info .banner_nav {
  width: 100%;
  height: auto;
  margin-top: 4vw;
  overflow: hidden
}

.page_banner .banner_main .center .info .banner_nav ul {
  margin: -2vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.page_banner .banner_main .center .info .banner_nav ul li {
  min-width: 11.625%;
  height: 20px;
  line-height: 20px;
  box-sizing: auto;
  margin: 2vw 1% 0 0;
  font-size: 0;
  overflow: hidden
}

.page_banner .banner_main .center .info .banner_nav ul li a {
  width: auto;
  height: 100%;
  box-sizing: border-box;
  padding-left: 33px;
  display: inline-block;
  font-size: 20px;
  font-family: syht_l;
  color: #fff;
  position: relative;
  vertical-align: middle
}

@media (max-width:1680px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 16px
  }
}

.page_banner .banner_main .center .info .banner_nav ul li a::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  background: #2b37d8;
  opacity: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.page_banner .banner_main .center .info .banner_nav ul li a::before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.page_banner .banner_main .center .info .banner_nav ul li:nth-child(8n) {
  margin-right: 0
}

.page_banner .banner_main .center .info .banner_nav ul li.active a::after,
.page_banner .banner_main .center .info .banner_nav ul li:hover a::after {
  opacity: 1
}

.page_banner .banner_main .center .info .banner_nav ul li.active a::before,
.page_banner .banner_main .center .info .banner_nav ul li:hover a::before {
  background: #fff
}

.page_banner .banner_main .center .info .navigation {
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 0;
  text-align: right;
  overflow: hidden
}

.page_banner .banner_main .center .info .navigation a,
.page_banner .banner_main .center .info .navigation span,
.page_banner .banner_main .center .info .navigation i {
  display: inline-block;
  font-size: 14px;
  color: #bcc1c3;
  vertical-align: middle;
  line-height: 20px
}

.page_banner .banner_main .center .info .navigation span {
  color: #fff
}

.page_banner .banner_main .center .info .navigation i {
  font-size: 10px;
  margin: 0 10px
}

.page_banner .banner_main .center .info .navigation a:hover {
  color: #fff
}

.page_banner .banner_main .center .info.active .title {
  font-size: 48px;
  font-family: syht;
  font-weight: 700
}

@media (max-width:1680px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .page_banner .banner_main .center .info.active .title {
    font-size: 24px
  }
}

.page_banner .banner_main .center .info.active .navigation {
  display: none
}

.page_banner .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  font-size: 0;
  overflow: hidden
}

.page_banner .img img {
  width: 100%
}

@media (max-width:1366px) {
  .page_banner .banner_main .center .info .banner_nav ul li {
    height: 16px;
    line-height: 16px
  }

  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 16px;
    padding-left: 27px
  }

  .page_banner .banner_main .center .info .banner_nav ul li a::after {
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px
  }

  .page_banner .banner_main .center .info .banner_nav ul li a::before {
    width: 16px
  }
}

@media (max-width:1024px) {
  .page_banner .banner_main .center .info .banner_nav ul li {
    width: 15%;
    height: 14px;
    line-height: 14px;
    margin-right: 2% !important
  }

  .page_banner .banner_main .center .info .banner_nav ul li a {
    font-size: 14px;
    padding-left: 22px
  }

  .page_banner .banner_main .center .info .banner_nav ul li a::after {
    width: 6px;
    height: 6px;
    top: 4px;
    left: 4px
  }

  .page_banner .banner_main .center .info .banner_nav ul li a::before {
    width: 14px
  }

  .page_banner .banner_main .center .info .banner_nav ul li:nth-child(6n) {
    margin-right: 0 !important
  }
}

@media (max-width:990px) {
  .page_banner .banner_main .center .info {
    padding: 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .page_banner .banner_main .center .info .navigation {
    padding: 10px 0;
    display: block !important
  }

  .page_banner .banner_main .center .banner_nav {
    display: none
  }
}

@media (max-width:480px) {
  .page_banner .banner_main .center .info .title {
    font-size: 24px
  }

  .page_banner .banner_main .center .info .navigation a,
  .page_banner .banner_main .center .info .navigation span {
    font-size: 12px !important
  }

  .page_banner .banner_main .center .info .navigation i {
    font-size: 8px
  }
}

.anchor_nav {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  position: relative;
  z-index: 5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.anchor_nav::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #bcc1c3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1
}

.anchor_nav .center {
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.anchor_nav .center>.flex { min-width: 50%; }
@media (max-width:990px) {
    .anchor_nav .center>.flex { width: 100%; }
}
.anchor_nav .center .alert_btn {
  width: auto;
  min-width: 23.28%;
  height: 100%;
  border-bottom: 1px solid #bcc1c3;
  font-size: 22px;
  color: #2b37d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}

@media (max-width:1680px) {
  .anchor_nav .center .alert_btn {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .anchor_nav .center .alert_btn {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .anchor_nav .center .alert_btn {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .anchor_nav .center .alert_btn {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .anchor_nav .center .alert_btn {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .anchor_nav .center .alert_btn {
    font-size: 16px
  }
}

.anchor_nav .center .alert_btn .title {
  width: 100%;
  height: 100%;
  padding: 0 3vw 0 2vw;
  position: relative;
  cursor: pointer;
  background: #f1f4f5;
  overflow: hidden
}

.anchor_nav .center .alert_btn .title .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2b37d8;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  overflow: hidden
}

.anchor_nav .center .alert_btn .title .icon i {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 10px
}

.anchor_nav .center .alert_btn:hover .alert_nav {
    margin: 0;
    opacity: 1;
    visibility: visible;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3 eases
}

.anchor_nav .center .alert_btn .alert_nav {
  width: 240px;
  height: auto;
  max-height: 50vh;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
  border: 1px solid #bcc1c3;
  border-top: 0;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  margin: 10px 0 0;
  opacity: 0;
  visibility: hidden;
}

.anchor_nav .center .alert_btn .alert_nav ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.anchor_nav .center .alert_btn .alert_nav ul li {
  width: 100%;
  height: auto;
  line-height: 1.5;
  overflow: hidden
}

.anchor_nav .center .alert_btn .alert_nav ul li a {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 10px 2vw;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  overflow: hidden
}

.anchor_nav .center .alert_btn .alert_nav ul li a:hover {
  background: #2b37d8;
  color: #fff
}

.anchor_nav .center .alert_btn .alert_nav ul li:last-child a {
  border: 0
}

.anchor_nav .center .menu {
  width: auto;
  height: 100%;
  font-size: 0;
  overflow: hidden
}

.anchor_nav .center .menu a {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 2.4vw;
  border-bottom: 1px solid #bcc1c3;
  font-size: 18px;
  font-family: syht_l;
  color: #494b4c
}

@media (max-width:1680px) {
  .anchor_nav .center .menu a {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .anchor_nav .center .menu a {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .anchor_nav .center .menu a {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .anchor_nav .center .menu a {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .anchor_nav .center .menu a {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .anchor_nav .center .menu a {
    font-size: 16px
  }
}

.anchor_nav .center .menu a.active,
.anchor_nav .center .menu a:hover {
  color: #2b37d8;
  border-bottom: 2px solid #2b37d8
}

.anchor_nav .center .navigation {
  width: auto;
  height: auto;
  font-size: 0;
  overflow: hidden
}

.anchor_nav .center .navigation a,
.anchor_nav .center .navigation span,
.anchor_nav .center .navigation i {
  display: inline-block;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
  line-height: 20px
}

.anchor_nav .center .navigation span {
  color: #2b37d8
}

.anchor_nav .center .navigation i {
  font-size: 10px;
  margin: 0 10px
}

.anchor_nav .center .navigation a:hover {
  color: #2b37d8
}

@media (max-width:990px) {
  .anchor_nav {
    height: 70px;
    line-height: 70px;
    background: #f3f6f7
  }

  .anchor_nav .center .alert_btn {
    min-width: auto;
    flex: 0 0 auto;
  }

  .anchor_nav .center .alert_btn .title {
    padding: 0 60px 0 15px
  }

  .anchor_nav .center .alert_btn .alert_nav ul li a {
    padding: 10px 15px;
    font-size: 14px
  }

  .anchor_nav .center .menu a {
    font-size: 16px
  }

  .anchor_nav .center .navigation {
    display: none
  }
}

@media (max-width:768px) {
  .anchor_nav {
    height: 50px;
    line-height: 50px
  }

  .anchor_nav .center .menu a {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .anchor_nav .center .alert_btn .title .icon {
    width: 18px;
    height: 18px;
    margin-top: -9px
  }

  .anchor_nav .center .alert_btn .title .icon i {
    font-size: 8px
  }

  .anchor_nav .center .menu a {
    font-size: 13px
  }
}

.anchor_nbsp {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: none
}

.anchor_nav.active {
  height: 60px;
  line-height: 60px;
  background: #f8f8f8;
  z-index: 10
}

.anchor_nav.active~.anchor_nbsp {
  display: block
}

@media (max-width:768px) {
  .anchor_nav.active {
    height: 50px;
    line-height: 50px
  }
}

.about_banner {
  width: 100%;
  height: auto;
  background: url(../image/about_banner_bg.jpg) center;
  position: relative;
  z-index: 4;
  overflow: hidden
}

.about_banner .about_main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.about_banner .about_main.is_fixed .about_info {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1
}

.about_banner .about_main.is_fixed2 .about_info {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1
}

.about_banner .about_main .about_info {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  z-index: 1;
  overflow: hidden
}

.about_banner .about_main .about_info .fixed_img {
  width: 16vw;
  height: 41vh;
  min-width: 300px;
  min-height: 380px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all .6s ease-in-out
}

.about_banner .about_main .about_info .fixed_img.is_set {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 1.5s
}

.about_banner .about_main .about_info .fixed_img.is_set.is_active {
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%) scale(1.1);
  background-size: auto 150%;
  transition: all .8s ease-in-out
}

.about_banner .about_main .about_info .fixed_img.active {
  background-color: #0f1013;
  opacity: 0 !important;
  z-index: 3 !important
}

.about_banner .about_main .about_info .fixed_img.is_set.is_active.active {
  opacity: .7 !important
}

.about_banner .about_main .about_info .fixed_text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: 100vh;
  text-align: center;
  letter-spacing: 3vw;
  font-size: 330px;
  font-family: en_b;
  color: #fff;
  opacity: .02;
  overflow: hidden
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_text {
    font-size: 288.75px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_text {
    font-size: 247.5px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_text {
    font-size: 220px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .fixed_text {
    font-size: 176px
  }
}

.about_banner .about_main .about_info .fixed_wrap {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  color: #fff;
  overflow: hidden
}

.about_banner .about_main .about_info .fixed_wrap .fixed_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
  font-size: 72px
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
    font-size: 63px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
    font-size: 54px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
    font-size: 48px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
    font-size: 38.4px
  }
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
  font-size: 40px;
  font-family: syht_l
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 35px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 30px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 26.66666667px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 21.33333333px
  }
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 34px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 26px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 22px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 20px
  }
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01.is_set {
  display: block
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner {
  font-size: 16px;
  line-height: 1.5
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner {
    font-size: 14px
  }
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea {
  width: 100%;
  max-width: 800px
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
  font-size: 24px;
  margin-top: 0
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p:first-child {
    font-size: 16px
  }
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p {
  margin: 1.8vw 0 0;
  color: #b5b9bb;
  font-family: syht_l
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p b,
.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p span {
  color: #fff;
  font-weight: 700
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01.is_set.is_active {
  display: none
}

.about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02.is_set {
  opacity: 1;
  transform: translateY(0)
}

.about_banner .about_main .about_info .banner_scroll {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  overflow: hidden
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .banner_scroll {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .banner_scroll {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .about_banner .about_main .about_info .banner_scroll {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .about_banner .about_main .about_info .banner_scroll {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .about_banner .about_main .about_info .banner_scroll {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .about_banner .about_main .about_info .banner_scroll {
    font-size: 16px
  }
}

.about_banner .about_main .about_info .banner_scroll span {
  width: 1px;
  height: 5.2vw;
  display: block;
  margin-top: 10px;
  position: relative;
  left: 50%;
  background: rgba(255, 255, 255, .3);
  overflow: hidden
}

.about_banner .about_main .about_info .banner_scroll span::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 1;
  background: #fff;
  animation: scrool ease-in-out 1.5s infinite
}

@keyframes scrool {
  0% {
    top: -100%
  }

  100% {
    top: 100%
  }
}

@media (max-width:990px) {
  .about_banner {
    background: 0 0
  }

  .about_banner .about_main .about_info {
    position: initial !important;
    height: auto
  }

  .about_banner .about_main .about_info .fixed_text {
    display: none
  }

  .about_banner .about_main .about_info .fixed_img {
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    opacity: 1;
    left: 0;
    top: 0;
    transform: none;
    background-size: 100% auto
  }

  .about_banner .about_main .about_info .fixed_img.active {
    display: none
  }

  .about_banner .about_main .about_info .fixed_wrap {
    min-height: auto;
    position: relative;
    transform: none !important;
    opacity: 1 !important
  }

  .about_banner .about_main .about_info .fixed_wrap .fixed_inner {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    opacity: 1;
    transform: none;
    margin: 0
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
    font-size: 36px
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .txt {
    font-size: 18px
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 {
    margin: 30px 0 40px
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea {
    max-width: 100%
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p {
    margin: 15px 0 0;
    font-size: 14px !important;
    color: #666
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p b,
  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 .fixed_inner .fixed_textarea p span {
    color: #2f3133
  }

  .about_banner .about_main .about_info .banner_scroll {
    display: none
  }
}

@media (max-width:768px) {
  .about_banner .about_main .about_info .fixed_text {
    top: 150px;
    font-size: 150px
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_01 .fixed_inner .title {
    font-size: 30px
  }

  .about_banner .about_main .about_info .fixed_wrap.fixed_wrap_02 {
    margin: 20px 0 30px
  }
}

@media (max-width:640px) {
  .about_banner .about_main .about_info .fixed_text {
    font-size: 120px
  }
}

@media (max-width:480px) {
  .about_banner .about_main .about_info .fixed_text {
    font-size: 90px
  }
}

.number_yt0530 {
  width: 100%;
  height: auto;
  background: url(../image/number_bg.jpg) center / cover;
  overflow: hidden
}

.number_yt0530 .number_main ul {
  margin: 6.25vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.number_yt0530 .number_main ul li {
  width: 100%;
  margin-right: 6.25vw;
  cursor: pointer;
  overflow: hidden
}

.number_yt0530 .number_main ul li .number {
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 60px;
  font-family: en_b;
  color: #2b37d8;
  margin-bottom: 2vw;
  padding-bottom: 2.2vw;
  border-bottom: 1px solid #b5b9bb;
  position: relative
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .number {
    font-size: 52.5px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .number {
    font-size: 45px
  }
}

@media (max-width:1280px) {
  .number_yt0530 .number_main ul li .number {
    font-size: 40px
  }
}

@media (max-width:1024px) {
  .number_yt0530 .number_main ul li .number {
    font-size: 32px
  }
}

.number_yt0530 .number_main ul li .number::before {
  content: '';
  width: 0;
  height: 2px;
  background: #2b37d8;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.number_yt0530 .number_main ul li .number span {
  display: inline-block;
  margin-left: 5px;
  font-size: 40px
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 35px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 30px
  }
}

@media (max-width:1280px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 26.66666667px
  }
}

@media (max-width:1024px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 21.33333333px
  }
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 34px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 26px
  }
}

@media (max-width:1280px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 22px
  }
}

@media (max-width:1024px) {
  .number_yt0530 .number_main ul li .number span {
    font-size: 20px
  }
}

.number_yt0530 .number_main ul li .number span i {
  font-size: 20px;
  font-family: en_b;
  vertical-align: top
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .number_yt0530 .number_main ul li .number span i {
    font-size: 16px
  }
}

.number_yt0530 .number_main ul li .title {
  font-size: 22px;
  font-family: syht_l;
  color: #2f3133
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .title {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .title {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .number_yt0530 .number_main ul li .title {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .number_yt0530 .number_main ul li .title {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .number_yt0530 .number_main ul li .title {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .number_yt0530 .number_main ul li .title {
    font-size: 16px
  }
}

.number_yt0530 .number_main ul li:hover .number::before {
  width: 100%
}

@media (max-width:768px) {
  .number_yt0530 .number_main ul {
    margin: 0 0 40px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }

  .number_yt0530 .number_main ul li {
    width: calc(50% - 10px);
    margin: 40px 20px 0 0
  }

  .number_yt0530 .number_main ul li:nth-child(2n) {
    margin-right: 0
  }
}

.mlink {
  width: 100%;
  height: 139px;
  position: absolute;
  top: -139px;
  left: 0;
  overflow: hidden
}

.mlink.active {
  height: 90px;
  top: -90px
}

.qywh_yt0530 {
  width: 100%;
  height: auto;
  background: #fff url(../image/qywh_bg.png);
  position: relative;
  overflow: hidden
}

.qywh_yt0530 .qywh_main {
  margin: 5.2vw auto 6.25vw
}

.qywh_yt0530 .qywh_main .qywh_content {
  width: 100%;
  height: auto;
  margin-top: 3.125vw;
  overflow: hidden
}

.qywh_yt0530 .qywh_main .qywh_content .center {
  width: 100%;
  height: 0;
  padding-bottom: calc(48.85% * .7017);
  position: relative;
  overflow: hidden
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_img {
  width: 48.85%;
  height: 100%;
  float: left;
  text-align: center;
  overflow: hidden
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_img img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list {
  width: 44.57%;
  height: 100%;
  float: right;
  overflow: hidden
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li {
  width: 100%;
  height: auto;
  flex: 0 0 50px;
  margin: 2vw 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head {
  width: 100%;
  height: auto;
  flex: 0 0 50px;
  line-height: 30px;
  padding-bottom: 19px;
  border-bottom: 1px solid #bcc1c3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
  width: 80px;
  font-size: 24px;
  font-family: syht_l
}

@media (max-width:1680px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .title {
    font-size: 16px
  }
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .slogan {
  flex: 1;
  margin: 0 2vw;
  font-size: 30px;
  font-weight: 700
}

@media (max-width:1680px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .slogan {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .slogan {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .slogan {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .slogan {
    font-size: 16px
  }
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #050505;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .icon i {
  font-size: 20px
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  padding-right: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  overflow: hidden;
  overflow-y: auto
}

@media (max-width:1680px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body {
    font-size: 14px
  }
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body p {
  margin: 8px 0;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_body p::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #2b37d8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head:hover .slogan {
  color: #2b37d8
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head:hover .icon {
  color: #2b37d8;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li:first-child {
  margin-top: 0
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li.active {
  flex: 1
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li.active .qywh_head {
  border-color: #2f3133
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li.active .qywh_head .slogan {
  color: #2b37d8
}

.qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li.active .qywh_head .icon {
  color: #2b37d8;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}

@media (max-width:990px) {
  .qywh_yt0530 {
    background: #fff
  }

  .qywh_yt0530 .qywh_main {
    margin: 40px auto
  }
}

@media (max-width:768px) {
  .qywh_yt0530 .qywh_main {
    margin: 30px auto
  }

  .qywh_yt0530 .qywh_main .qywh_content {
    margin-top: 20px
  }

  .qywh_yt0530 .qywh_main .qywh_content .center {
    height: auto;
    padding: 0
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info {
    position: inherit
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_img {
    width: 100%;
    height: auto;
    float: initial
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list {
    width: 100%;
    height: auto;
    float: inherit;
    margin-top: 20px
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul {
    display: block
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li {
    margin: 0;
    max-height: 50px
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head {
    padding: 0
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li .qywh_head .icon i {
    font-size: 16px
  }

  .qywh_yt0530 .qywh_main .qywh_content .center .qywh_info .qywh_list ul li.active {
    max-height: 300px
  }
}

.fzlc_yt0531 {
  width: 100%;
  height: auto;
  background: url(../image/fzlc_bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.fzlc_yt0531 .fzlc_main {
  margin: 6.25vw auto 0
}

.fzlc_yt0531 .fzlc_main .fzlc_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.fzlc_yt0531 .fzlc_main .fzlc_head .page_title {
  width: 21%;
  float: left
}

.fzlc_yt0531 .fzlc_main .fzlc_head .page_title span {
  color: #fff;
  border-color: #fff
}

.fzlc_yt0531 .fzlc_main .fzlc_head .txt {
  width: 78%;
  height: auto;
  float: right;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    font-size: 24px
  }
}

.fzlc_yt0531 .fzlc_main .fzlc_head .txt span {
  color: #bcc1c3
}

.fzlc_yt0531 .fzlc_body {
  width: 100%;
  height: auto;
  margin: 5.2vw 0 2.6vw;
  overflow: hidden
}

.fzlc_yt0531 .fzlc_body .fzlc_content {
  float: right;
  overflow: hidden
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list {
  width: 100%;
  max-width: 1400px
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li {
  width: 100%;
  height: auto;
  padding: 0 35px;
  border-right: 1px solid rgba(188, 193, 195, .2);
  overflow: hidden
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
  font-size: 48px;
  font-family: en_b;
  color: #fff
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .year {
    font-size: 24px
  }
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info {
  width: 100%;
  height: auto;
  margin-top: 3.125vw;
  color: #fff;
  overflow: hidden
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
  font-size: 20px;
  font-weight: 700
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .title {
    font-size: 16px
  }
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .txt {
  margin-top: 1.2vw;
  font-size: 16px;
  font-family: syht_l;
  color: #bcc1c3
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .txt {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .txt {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .txt {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li .info .txt {
    font-size: 14px
  }
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li:last-child {
  border: 0
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager {
  width: 100%;
  margin-top: 3.125vw;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn {
  width: 55px;
  height: 55px;
  margin: 0 15px 0 0;
  background: #fff;
  position: initial;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #bcc1c3;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
  font-size: 20px
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn i {
    font-size: 16px
  }
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn:hover {
  background: #2b37d8;
  color: #fff
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn[aria-disabled=true] {
  opacity: .2
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper-pagination {
  flex: 1;
  height: 2px;
  background: rgba(188, 193, 195, .2);
  position: relative
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper-pagination span {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  display: none;
  background: #2b37d8
}

.fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper-pagination span.swiper-pagination-bullet-active {
  display: block;
  animation: fzlc_line 4.5s linear
}

@keyframes fzlc_line {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@media (max-width:1280px) {
  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager .swiper_btn {
    width: 44px;
    height: 44px
  }
}

@media (max-width:768px) {

  .fzlc_yt0531 .fzlc_main .fzlc_head .page_title,
  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    width: 100%;
    float: initial
  }

  .fzlc_yt0531 .fzlc_main .fzlc_head .txt {
    margin-top: 15px;
    line-height: 1.5
  }

  .fzlc_yt0531 .fzlc_body {
    margin: 30px 0
  }

  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_pager {
    margin-top: 30px
  }
}

@media (max-width:480px) {
  .fzlc_yt0531 .fzlc_main {
    margin: 40px auto 0
  }

  .fzlc_yt0531 .fzlc_body {
    margin: 40px 0
  }

  .fzlc_yt0531 .fzlc_body .fzlc_content .fzlc_list ul li {
    padding: 0 20px 0 0
  }
}

.zzjg_yt0531 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.zzjg_yt0531 .zzjg_main {
  margin: 5.2vw auto
}

.zzjg_yt0531 .zzjg_main .zzjg_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.zzjg_yt0531 .zzjg_main .zzjg_head .page_title {
  width: 21%;
  float: left
}

.zzjg_yt0531 .zzjg_main .zzjg_head .txt {
  width: 78%;
  height: auto;
  float: right;
  font-size: 48px;
  font-weight: 700;
  color: #2f3133;
  line-height: 1.4
}

@media (max-width:1680px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    font-size: 24px
  }
}

.zzjg_yt0531 .zzjg_main .zzjg_head .txt span {
  color: #bcc1c3
}

.zzjg_yt0531 .zzjg_main .zzjg_body {
  width: 100%;
  height: auto;
  margin-top: 3.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big {
  width: 30.35%;
  height: auto
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center {
  width: 100%;
  height: 0;
  padding-bottom: 116.61%;
  overflow: hidden;
  position: relative;
  overflow: initial
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(../image/lbx.png) no-repeat center / cover;
  opacity: 0;
  animation: zzjg_fadeUp 3.4s linear infinite
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center::before {
  content: '';
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: url(../image/lbx.png) no-repeat center / cover;
  opacity: 0;
  animation: zzjg_fadeUp 3.4s linear 1.7s infinite
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info {
  width: 76%;
  height: 76%;
  position: absolute;
  top: 12%;
  left: 12%;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 15%;
  background: url(../image/lbx.png) no-repeat center / cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .img {
  width: 100%;
  height: auto;
  overflow: hidden
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .job {
  width: 100%;
  height: auto;
  margin: 15px 0;
  font-size: 30px;
  overflow: hidden
}

@media (max-width:1680px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .job {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .job {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .job {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .job {
    font-size: 16px
  }
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
  padding: 10px 0;
  background: #2b37d8;
  font-size: 24px
}

@media (max-width:1680px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big .center .info .txt {
    font-size: 16px
  }
}

@keyframes zzjg_fadeUp {
  0% {
    width: 76%;
    height: 76%;
    opacity: .3
  }

  100% {
    width: 120%;
    height: 120%;
    opacity: 0
  }
}

.zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_img {
  flex: 1
}

@media (max-width:768px) {

  .zzjg_yt0531 .zzjg_main .zzjg_head .page_title,
  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    width: 100%;
    float: initial
  }

  .zzjg_yt0531 .zzjg_main .zzjg_head .txt {
    margin-top: 15px;
    line-height: 1.5
  }

  .zzjg_yt0531 .zzjg_main .zzjg_body {
    display: block
  }

  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_big {
    width: 100%;
    max-width: 300px;
    margin: 0 auto
  }

  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_img {
    margin-top: 30px
  }
}

@media (max-width:480px) {
  .zzjg_yt0531 .zzjg_main {
    margin: 40px 0
  }

  .zzjg_yt0531 .zzjg_main .zzjg_body {
    margin-top: 40px
  }

  .zzjg_yt0531 .zzjg_main .zzjg_body .zzjg_img {
    margin-top: 40px
  }
}

.foot_join_yt0531 {
  width: 100%;
  height: auto;
  background: url(../image/join_bg.jpg) no-repeat top;
  position: relative;
  overflow: hidden
}

.foot_join_yt0531 .foot_join_bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: -10px;
  bottom: -.25em;
  z-index: 1;
  font-size: 200px;
  color: #fff;
  line-height: .8;
  font-family: en_b;
  opacity: .04;
  overflow: hidden
}

@media (max-width:1680px) {
  .foot_join_yt0531 .foot_join_bg {
    font-size: 175px
  }
}

@media (max-width:1440px) {
  .foot_join_yt0531 .foot_join_bg {
    font-size: 150px
  }
}

@media (max-width:1280px) {
  .foot_join_yt0531 .foot_join_bg {
    font-size: 133.33333333px
  }
}

@media (max-width:1024px) {
  .foot_join_yt0531 .foot_join_bg {
    font-size: 106.66666667px
  }
}

.foot_join_yt0531 .foot_join_main {
  margin: 4.5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.foot_join_yt0531 .foot_join_main .join_title {
  flex: 0 0 60%;
  color: #fff;
  line-height: 1.6
}

.foot_join_yt0531 .foot_join_main .join_title .t1 {
  font-size: 40px;
  font-family: syht_l
}

@media (max-width:1680px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 35px
  }
}

@media (max-width:1440px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 30px
  }
}

@media (max-width:1280px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 26.66666667px
  }
}

@media (max-width:1024px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 21.33333333px
  }
}

@media (max-width:1680px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 34px
  }
}

@media (max-width:1440px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 26px
  }
}

@media (max-width:1280px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 22px
  }
}

@media (max-width:1024px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 20px
  }
}

.foot_join_yt0531 .foot_join_main .join_title .t2 {
  font-size: 44px;
  font-weight: 700
}

@media (max-width:1680px) {
  .foot_join_yt0531 .foot_join_main .join_title .t2 {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .foot_join_yt0531 .foot_join_main .join_title .t2 {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .foot_join_yt0531 .foot_join_main .join_title .t2 {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .foot_join_yt0531 .foot_join_main .join_title .t2 {
    font-size: 23.46666667px
  }
}

.foot_join_yt0531 .foot_join_main .join_link {
  flex: 1;
  max-width: 300px
}

.foot_join_yt0531 .foot_join_main .join_link .more {
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 15px 0 0;
  background: #fff
}

.foot_join_yt0531 .foot_join_main .join_link .more>.txt {
  padding: 0 20px;
  font-size: 16px;
  color: #808386
}

@media (max-width:1680px) {
  .foot_join_yt0531 .foot_join_main .join_link .more>.txt {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .foot_join_yt0531 .foot_join_main .join_link .more>.txt {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .foot_join_yt0531 .foot_join_main .join_link .more>.txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .foot_join_yt0531 .foot_join_main .join_link .more>.txt {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .foot_join_yt0531 .foot_join_main .join_link .more>.txt {
    font-size: 14px
  }
}

.foot_join_yt0531 .foot_join_main .join_link .more:first-child {
  margin-top: 0
}

.foot_join_yt0531 .foot_join_main .join_link .more a {
  display: block;
  box-sizing: border-box;
  padding: 0 62px 0 20px;
  position: relative
}

.foot_join_yt0531 .foot_join_main .join_link .more a .txt {
  color: #808386;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.foot_join_yt0531 .foot_join_main .join_link .more a .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.foot_join_yt0531 .foot_join_main .join_link .more a:hover .txt {
  color: #2b37d8
}

.foot_join_yt0531 .foot_join_main .join_link .more a:hover .icon {
  right: 20px;
  opacity: 1;
  background: #2b37d8
}

@media (max-width:990px) {
  .foot_join_yt0531 .foot_join_main {
    margin: 40px auto;
    display: block
  }

  .foot_join_yt0531 .foot_join_main .join_link {
    width: 100%;
    max-width: 100%;
    margin-top: 20px
  }

  .foot_join_yt0531 .foot_join_main .join_link .more {
    width: 49%;
    margin: 0;
    float: left
  }

  .foot_join_yt0531 .foot_join_main .join_link .more:nth-child(2n) {
    float: right
  }
}

@media (max-width:768px) {
  .foot_join_yt0531 .foot_join_main {
    margin: 30px auto
  }

  .foot_join_yt0531 .foot_join_main .join_link .more {
    width: 100%;
    float: initial !important;
    margin-top: 15px
  }
}

@media (max-width:480px) {
  .foot_join_yt0531 .foot_join_main .join_title .t1 {
    font-size: 16px
  }

  .foot_join_yt0531 .foot_join_main .join_link .more {
    height: 46px;
    line-height: 46px
  }

  .foot_join_yt0531 .foot_join_main .join_link .more>.txt {
    font-size: 12px
  }
}

.page_first_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-top: -82px;
  background: url(../image/page_first_bg.jpg) no-repeat top / 100% 70%;
  overflow: hidden
}

.page_first_box .page_first_main {
  width: 100%;
  height: auto;
  margin-top: 82px;
  position: relative;
  overflow: hidden
}

.page_first_box .page_first_main .text_bg {
  width: 100%;
  height: auto;
  position: absolute;
  right: -10px;
  top: -.15em;
  z-index: 1;
  font-size: 240px;
  color: #bcc1c3;
  line-height: 100%;
  font-family: en_b;
  opacity: .2;
  text-align: right;
  overflow: hidden
}

@media (max-width:1680px) {
  .page_first_box .page_first_main .text_bg {
    font-size: 210px
  }
}

@media (max-width:1440px) {
  .page_first_box .page_first_main .text_bg {
    font-size: 180px
  }
}

@media (max-width:1280px) {
  .page_first_box .page_first_main .text_bg {
    font-size: 160px
  }
}

@media (max-width:1024px) {
  .page_first_box .page_first_main .text_bg {
    font-size: 128px
  }
}

.page_first_box.active {
  background: #f3f6f7 url(../image/page_first_bg_active.png)
}

.page_first_box.active .page_first_main .text_bg {
  top: initial;
  bottom: -.35em
}

.page_first_box.active_2 {
  background-size: 100%
}

@media (max-width:990px) {
  .page_first_box {
    margin-top: 0;
    background: #f3f6f7
  }

  .page_first_box .page_first_main {
    margin-top: 0
  }

  .page_first_box .page_first_main .text_bg {
    display: none
  }
}

@media (max-width:768px) {
  .page_first_box .page_first_main .text_bg {
    display: none
  }
}

.join_yt0601 {
  margin: 5.2vw auto;
  position: relative;
  z-index: 2
}

.join_yt0601 .join_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.join_yt0601 .join_head .page_title {
  width: 21%;
  float: left
}

.join_yt0601 .join_head .txt {
  width: 78%;
  height: auto;
  float: right;
  font-size: 48px;
  font-weight: 700;
  color: #2f3133;
  line-height: 1.4
}

@media (max-width:1680px) {
  .join_yt0601 .join_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .join_yt0601 .join_head .txt {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .join_yt0601 .join_head .txt {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .join_yt0601 .join_head .txt {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .join_yt0601 .join_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .join_yt0601 .join_head .txt {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .join_yt0601 .join_head .txt {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .join_yt0601 .join_head .txt {
    font-size: 24px
  }
}

.join_yt0601 .join_head .txt span {
  color: #bcc1c3
}

.join_yt0601 .join_body {
  width: 100%;
  height: auto;
  margin-top: 3.9vw;
  box-shadow: 0 0 30px rgba(47, 49, 51, .1)
}

.join_yt0601 .join_body .join_one {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 5vw;
  line-height: 1.5;
  background: #fff;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.join_yt0601 .join_body .join_one .item {
  float: left;
  font-family: syht_l;
  font-size: 18px;
  color: #666;
  overflow: hidden
}

@media (max-width:1680px) {
  .join_yt0601 .join_body .join_one .item {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .join_yt0601 .join_body .join_one .item {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .join_yt0601 .join_body .join_one .item {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .join_yt0601 .join_body .join_one .item {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .join_yt0601 .join_body .join_one .item {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .join_yt0601 .join_body .join_one .item {
    font-size: 16px
  }
}

.join_yt0601 .join_body .join_one .item_1 {
  flex: 0 0 150px
}

.join_yt0601 .join_body .join_one .item_2 {
  flex: 0 0 100px
}

.join_yt0601 .join_body .join_one .item_5 {
  flex: 0 0 120px
}

.join_yt0601 .join_body .join_one .item_5 .more {
  width: 100%;
  height: 40px
}

.join_yt0601 .join_body .join_one .item_5 .more a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d8dcdd;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.join_yt0601 .join_body .join_one .item_5 .more a .icon {
  background: #d8dcdd
}

.join_yt0601 .join_body .join_one .item_5 .more a .txt {
  flex: initial
}

.join_yt0601 .join_body .join_one .item_5 .more a:hover {
  border-color: #2f3133;
  background: #2f3133
}

.join_yt0601 .join_body .join_one .item_5 .more a:hover .icon {
  background: #2b37d8
}

.join_yt0601 .join_body .join_one .item_5 .more a:hover .txt {
  color: #fff
}

.join_yt0601 .join_body .join_one:first-child {
  background: #2b37d8;
  border: 0
}

.join_yt0601 .join_body .join_one:first-child .item {
  font-size: 20px;
  color: #fff;
  font-family: syht;
  font-weight: 700
}

@media (max-width:1680px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .join_yt0601 .join_body .join_one {
    padding: 20px
  }
}

@media (max-width:990px) {
  .join_yt0601 {
    margin: 40px auto
  }

  .join_yt0601 .join_body .join_one .item {
    font-size: 14px
  }

  .join_yt0601 .join_body .join_one .item .more {
    height: auto;
    text-align: center
  }

  .join_yt0601 .join_body .join_one .item .more a {
    width: auto;
    border: 0;
    height: auto;
    display: inline-block
  }

  .join_yt0601 .join_body .join_one .item .more a .icon {
    display: none
  }

  .join_yt0601 .join_body .join_one .item .more a:hover {
    background: 0 0
  }

  .join_yt0601 .join_body .join_one .item .more a:hover .txt {
    color: #2b37d8
  }

  .join_yt0601 .join_body .join_one .item_1 {
    flex: 0 0 100px
  }

  .join_yt0601 .join_body .join_one .item_2 {
    flex: 0 0 80px
  }

  .join_yt0601 .join_body .join_one .item_5 {
    flex: 0 0 80px
  }

  .join_yt0601 .join_one:first-child .item {
    font-size: 16px
  }
}

@media (max-width:768px) {
  .join_yt0601 {
    margin: 30px auto
  }

  .join_yt0601 .join_head .page_title {
    width: 100%;
    float: initial
  }

  .join_yt0601 .join_head .txt {
    width: 100%;
    float: initial;
    margin-top: 20px;
    font-size: 20px
  }

  .join_yt0601 .join_body {
    box-shadow: none;
    overflow: hidden
  }

  .join_yt0601 .join_body .join_one {
    padding: 15px
  }

  .join_yt0601 .join_body .join_one .item_2,
  .join_yt0601 .join_body .join_one .item_3,
  .join_yt0601 .join_body .join_one .item_4 {
    display: none
  }

  .join_yt0601 .join_body .join_one .item {
    font-size: 12px
  }

  .join_yt0601 .join_body .join_one:first-child .item {
    font-size: 14px
  }
}

.layui-layer {
  max-width: 1200px !important;
  max-height: 630px !important;
  border-radius: 8px !important;
  overflow: hidden !important
}

.layui-layer .layui-layer-content {
  overflow: hidden
}

.layui-layer .layui-layer-setwin {
  right: 0;
  top: 0
}

.layui-layer .layui-layer-setwin a {
  width: 56px;
  height: 32px;
  top: 20px;
  right: 20px;
  background: rgba(43, 55, 216, .1) url(../image/close.png) no-repeat center;
  border-radius: 30px;
  border: 1px solid rgba(43, 55, 216, .16);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.layui-layer .layui-layer-setwin a:hover {
  background: #2b37d8 url(../image/close_active.png) no-repeat center;
  border: 0
}

.layui-layer .layui-layer-btn .layui-layer-btn0 {
  background: #2b37d8;
  border: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 30px
}

.layui-layer .layui-layer-btn .layui-layer-btn1 {
  background: #2f3133;
  border: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  color: #fff
}

@media (max-width:990px) {
  .layui-layer .layui-layer-setwin {
    top: initial;
    bottom: 30%
  }
}

.layui_join {
  height: 100%;
  display: none
}

.layui_join .center {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.layui_join .center .join_info {
  width: 60%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.layui_join .center .join_info .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #333
}

@media (max-width:1680px) {
  .layui_join .center .join_info .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_info .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_info .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .layui_join .center .join_info .title {
    font-size: 16px
  }
}

.layui_join .center .join_info .infos {
  width: 100%;
  height: auto;
  line-height: 1.5;
  margin: 2vw 0;
  padding: 10px 0;
  border: 1px solid #e8e8e8;
  border-left: 0;
  border-right: 0
}

.layui_join .center .join_info .infos ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.layui_join .center .join_info .infos ul li {
  font-size: 16px;
  font-family: syht_l;
  color: #999
}

@media (max-width:1680px) {
  .layui_join .center .join_info .infos ul li {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_info .infos ul li {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_info .infos ul li {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .layui_join .center .join_info .infos ul li {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .layui_join .center .join_info .infos ul li {
    font-size: 14px
  }
}

.layui_join .center .join_info .infos ul li span {
  color: #333
}

.layui_join .center .join_info .infos ul li:nth-child(2) {
  flex: 1;
  margin: 0 20px;
  text-align: center
}

.layui_join .center .join_info .infos ul li:last-child {
  text-align: right
}

.layui_join .center .join_info .content {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  overflow-y: auto
}

@media (max-width:1680px) {
  .layui_join .center .join_info .content {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_info .content {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_info .content {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .layui_join .center .join_info .content {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .layui_join .center .join_info .content {
    font-size: 14px
  }
}

.layui_join .center .join_info .content .info {
  box-sizing: border-box;
  padding-right: 5px
}

.layui_join .center .join_info .content .info p {
  margin-top: 10px;
  font-family: syht_l
}

.layui_join .center .join_info .content .info p b {
  color: #333
}

.layui_join .center .join_info .content .info p:first-child {
  margin: 0
}

.layui_join .center .join_contact {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  padding: 5.7vw 4vw 4vw 3.6vw;
  float: right;
  background: url(../image/join_bg_2.jpg) no-repeat center / cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.layui_join .center .join_contact .head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.layui_join .center .join_contact .head .p1 {
  width: 100%;
  font-size: 18px;
  color: #2f3133;
  font-weight: 700;
  overflow: hidden
}

@media (max-width:1680px) {
  .layui_join .center .join_contact .head .p1 {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_contact .head .p1 {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_contact .head .p1 {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .layui_join .center .join_contact .head .p1 {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .layui_join .center .join_contact .head .p1 {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_contact .head .p1 {
    font-size: 16px
  }
}

.layui_join .center .join_contact .head .p2 {
  width: 100%;
  margin-top: 10px;
  font-size: 24px;
  color: #2b37d8;
  font-family: en_b;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden
}

@media (max-width:1680px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_contact .head .p2 {
    font-size: 16px
  }
}

.layui_join .center .join_contact .contact {
  width: 100%;
  height: auto;
  font-size: 16px;
  overflow: hidden
}

.layui_join .center .join_contact .contact .one:first-child {
  margin: 0
}

.layui_join .center .join_contact .contact .one {
  width: 100%;
  height: auto;
  margin-top: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: syht_l;
  overflow: hidden
}

.layui_join .center .join_contact .contact .one .label {
  flex: 0 0 5em;
  font-family: syht_l;
  color: #999
}

.layui_join .center .join_contact .contact .one .txt {
  flex: 1;
  font-family: syht_l;
  color: #333
}

.layui_join .center .join_contact .foot {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  border: 1px solid #fff;
  overflow: hidden
}

.layui_join .center .join_contact .foot .qrcode {
  flex: 0 0 32.15%;
  padding: 10px;
  background: #fff;
  position: relative
}

.layui_join .center .join_contact .foot .qrcode .ab {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden
}

.layui_join .center .join_contact .foot .qrcode .ab .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.layui_join .center .join_contact .foot .qrcode .ab .center img {
  width: 100%;
  vertical-align: middle
}

.layui_join .center .join_contact .foot .info {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  font-size: 18px;
  font-family: syht_l;
  line-height: 1.8;
  color: #525252;
  overflow: hidden
}

@media (max-width:1680px) {
  .layui_join .center .join_contact .foot .info {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_contact .foot .info {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .layui_join .center .join_contact .foot .info {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .layui_join .center .join_contact .foot .info {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .layui_join .center .join_contact .foot .info {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .layui_join .center .join_contact .foot .info {
    font-size: 16px
  }
}

.layui_join .center .join_contact .foot .info .icon {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 5px solid #2b37d8;
  border-right: 5px solid #2b37d8;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  border-left: 5px solid rgba(255, 255, 255, 0)
}

@media (max-width:990px) {
  .layui_join .center .join_info {
    width: 100%;
    height: 70%;
    padding: 30px;
    float: initial
  }

  .layui_join .center .join_contact {
    width: 100%;
    height: 30%;
    padding: 70px 30px 30px;
    float: initial;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }

  .layui_join .center .join_contact .head {
    flex: 0 0 25%
  }

  .layui_join .center .join_contact .contact {
    flex: 1;
    margin: 0 20px;
    font-size: 14px
  }

  .layui_join .center .join_contact .contact .one {
    margin-top: 10px
  }

  .layui_join .center .join_contact .foot {
    flex: 0 0 30%
  }

  .layui_join .center .join_contact .foot .qrcode {
    padding: 5px
  }

  .layui_join .center .join_contact .foot .info {
    font-size: 14px;
    line-height: 1.4
  }
}

@media (max-width:768px) {
  .layui_join .center .join_info {
    padding: 20px
  }

  .layui_join .center .join_contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .layui_join .center .join_contact .head {
    flex: 0 0 30%
  }

  .layui_join .center .join_contact .contact {
    flex: 0 0 65%;
    margin: 0;
    font-size: 14px
  }

  .layui_join .center .join_contact .contact .one {
    margin-top: 10px
  }

  .layui_join .center .join_contact .foot {
    display: none
  }
}

@media (max-width:480px) {
  .layui_join .center .join_info .infos ul li {
    font-size: 12px
  }

  .layui_join .center .join_info .content {
    font-size: 12px
  }

  .layui_join .center .join_info .content .info p {
    margin-top: 5px
  }

  .layui_join .center .join_contact {
    padding: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .layui_join .center .join_contact .head {
    height: auto;
    flex: 1
  }

  .layui_join .center .join_contact .contact {
    flex: 1;
    font-size: 12px
  }
}

.rcln_yt0601 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.rcln_yt0601 .rcln_main {
  margin: 0 auto 5.2vw
}

.rcln_yt0601 .rcln_main .rcln_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.rcln_yt0601 .rcln_main .rcln_head .page_title {
  width: 21%;
  float: left
}

.rcln_yt0601 .rcln_main .rcln_head .txt {
  width: 78%;
  height: auto;
  float: right;
  font-size: 18px;
  font-family: syht_l;
  color: #666;
  line-height: 1.4
}

@media (max-width:1680px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 16px
  }
}

.rcln_yt0601 .rcln_main .rcln_head .txt p {
  margin-top: 8px
}

.rcln_yt0601 .rcln_main .rcln_head .txt p:first-child {
  margin: 0
}

.rcln_yt0601 .rcln_main .rcln_head .txt span {
  color: #2f3133;
  font-weight: 700
}

.rcln_yt0601 .rcln_main .rcln_body {
  width: 100%;
  height: auto;
  margin-top: 3.6vw;
  overflow: hidden
}

.rcln_yt0601 .rcln_main .rcln_body .center {
  width: 100%;
  height: 0;
  padding-bottom: 37.14%;
  position: relative;
  overflow: hidden
}

.rcln_yt0601 .rcln_main .rcln_body .center .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw auto
}

.rcln_yt0601 .rcln_main .rcln_body.active .img {
  animation: img_small 3s linear;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards
}

@keyframes img_small {
  0% {
    background-size: 100vw auto
  }

  100% {
    background-size: 100% auto
  }
}

@media (max-width:990px) {
  .rcln_yt0601 .rcln_main {
    margin: 40px auto
  }
}

@media (max-width:768px) {
  .rcln_yt0601 .rcln_main {
    margin: 30px auto
  }

  .rcln_yt0601 .rcln_main .rcln_head .page_title {
    width: 100%;
    float: initial
  }

  .rcln_yt0601 .rcln_main .rcln_head .txt {
    width: 100%;
    float: initial;
    margin-top: 20px
  }
}

@media (max-width:480px) {
  .rcln_yt0601 .rcln_main .rcln_head .txt {
    font-size: 14px
  }
}

.whhd_yt0601 {
  width: 100%;
  height: auto;
  background: url(../image/whhd_bg.jpg) no-repeat center / cover;
  overflow: hidden
}

.whhd_yt0601 .whhd_main {
  margin: 4.6vw auto
}

.whhd_yt0601 .whhd_main .whhd_head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_tabs {
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title {
  display: inline-block;
  width: auto;
  margin-right: 3vw;
  cursor: pointer
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title span {
  display: inline-block;
  font-size: 30px;
  font-family: syht_l;
  color: #494b4c;
  line-height: 1.2;
  padding: 0 0 10px;
  border-style: solid;
  border-color: #494b4c
}

@media (max-width:1680px) {
  .whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title span {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title span {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title span {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title span {
    font-size: 16px
  }
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title.active span {
  border-bottom-width: 2px
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title:last-child {
  margin-right: 0
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager {
  width: 100px;
  height: 40px;
  position: relative;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center.active {
  visibility: initial
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center .swiper_btn {
  width: 40%;
  height: 100%;
  float: left;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #494b4c
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center .swiper_btn i {
  font-size: 14px
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center .swiper_btn[aria-disabled=true] {
  opacity: .3
}

.whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center .whhd_next {
  float: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.whhd_yt0601 .whhd_main .whhd_body {
  width: 100%;
  height: auto;
  margin-top: 2.55vw;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_body .whhd_swiper {
  width: 100%;
  height: auto;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .img {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .img .ab {
  width: 100%;
  height: 0;
  padding-bottom: 68.71%;
  position: relative;
  overflow: hidden
}

.whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .img .ab .center {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .img .ab .center img {
  width: 100%;
  vertical-align: middle
}

.whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
  width: 100%;
  height: auto;
  padding: 1.2vw 0;
  line-height: 30px;
  font-family: syht_l;
  font-size: 18px;
  color: #494b4c;
  border-bottom: 1px solid rgba(73, 75, 76, .2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 16px
  }
}

@media (max-width:990px) {
  .whhd_yt0601 .whhd_main {
    margin: 40px auto
  }

  .whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title span {
    font-weight: 700
  }
}

@media (max-width:768px) {
  .whhd_yt0601 .whhd_main {
    margin: 30px auto
  }

  .whhd_yt0601 .whhd_main .whhd_head .whhd_pager {
    width: 70px;
    height: 30px
  }

  .whhd_yt0601 .whhd_main .whhd_head .whhd_pager .center .swiper_btn i {
    font-size: 14px
  }

  .whhd_yt0601 .whhd_main .whhd_body {
    margin-top: 20px
  }

  .whhd_yt0601 .whhd_main .whhd_body .whhd_swiper ul li .title {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .whhd_yt0601 .whhd_main .whhd_head .whhd_tabs .title.active span {
    border-bottom-width: 1px
  }
}

.xpfb_yt0602 {
  margin: 4.1vw auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main {
  width: 100%;
  height: 0;
  padding-bottom: calc(48.85% * .6652);
  position: relative;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper {
  width: 48.85%;
  height: auto;
  float: left;
  position: relative;
  background: #fff;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
  width: auto;
  height: auto;
  background: #2b37d8;
  font-size: 20px;
  color: #fff;
  padding: 15px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

@media (max-width:1680px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    font-size: 16px
  }
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img {
  width: 100%;
  height: auto;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb {
  padding-bottom: 66.5%
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper_img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper_img .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper_img img {
  width: 100%;
  vertical-align: middle
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 10;
  font-size: 0;
  text-align: right;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination span {
  width: 20px;
  height: 100%;
  display: inline-block;
  background: #f90;
  margin: 0 5px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination span::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2b37d8;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination span.swiper-pagination-bullet-active::before {
  animation: lines 4.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination span.active::before {
  animation-play-state: paused;
  -webkit-animation-play-state: paused
}

.xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .swiper-pagination span.active::before {
  width: 100%
}

@keyframes lines {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content {
  width: 45%;
  height: 100%;
  float: right;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .time {
  width: 100%;
  height: 16px;
  line-height: 16px;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #999
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .time::before {
  content: '';
  width: 16px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/icon_time.png) no-repeat left / auto 100%
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .title {
  margin: 1vw 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
  color: #2f3133
}

@media (max-width:1680px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .title {
    font-size: 31.5px
  }
}

@media (max-width:1440px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .title {
    font-size: 27px
  }
}

@media (max-width:1280px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .title {
    font-size: 24px
  }
}

@media (max-width:1024px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .title {
    font-size: 19.2px
  }
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea {
  flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
  padding-right: 5px;
  font-size: 18px;
  font-family: syht_l;
  line-height: 2;
  color: #666
}

@media (max-width:1680px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 16px
  }
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .move {
  height: 5px;
  margin: 2vw 0 3.3vw
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .move a {
  float: left
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .more a:hover .icon {
  background: #2b37d8
}

.xpfb_yt0602 .xpfb_main .xpfb_info .content .item .more a:hover .txt {
  color: #2b37d8
}

@media (max-width:990px) {
  .xpfb_yt0602 {
    margin: 40px auto
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea {
    margin: 0 0 15px
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .move {
    display: none
  }
}

@media (max-width:768px) {
  .xpfb_yt0602 {
    margin: 30px auto
  }

  .xpfb_yt0602 .xpfb_main {
    height: auto;
    padding: 0
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info {
    position: relative
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper {
    width: 100%;
    float: initial
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_title {
    padding: 10px 20px;
    font-size: 14px
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .ab .swiper-pagination {
    text-align: center
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .ab .swiper-pagination span {
    width: 10px;
    height: 100%;
    display: inline-block;
    background: #f90;
    margin: 0 5px;
    background: #fff;
    opacity: 1;
    border-radius: 2px;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .ab .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .xpfb_swiper .xpfb_img .pb .ab .swiper-pagination span.active::before {
    width: 100%
  }

  @keyframes lines {
    0% {
      width: 0
    }

    100% {
      width: 100%
    }
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .content {
    width: 100%;
    float: initial;
    margin-top: 15px
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .time {
    height: 14px;
    line-height: 14px;
    padding-left: 20px;
    font-size: 14px
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .title {
    margin: 15px 0;
    font-size: 16px;
    white-space: normal
  }

  .xpfb_yt0602 .xpfb_main .xpfb_info .content .item .textarea .txt {
    font-size: 14px;
    line-height: 1.6
  }
}

.bydt_yt0602 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.bydt_yt0602 .bydt_main {
  margin: 4.16vw auto
}

.bydt_yt0602 .bydt_main .bydt_list {
  overflow: hidden
}

.bydt_yt0602 .bydt_main .bydt_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.bydt_yt0602 .bydt_main .bydt_list ul li:nth-child(3n-1) {
  margin: 30px 2% 0
}

.bydt_yt0602 .bydt_main .bydt_list ul li {
  flex: 0 0 32%;
  height: auto;
  margin: 30px 0 0;
  overflow: hidden;
  position: relative
}

.bydt_yt0602 .bydt_main .bydt_list ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 30px 50px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.bydt_yt0602 .bydt_main .bydt_list ul li a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #d8dcdd;
  border-bottom: 0
}

.bydt_yt0602 .bydt_main .bydt_list ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  border-bottom: 4px solid #494b4c
}

.bydt_yt0602 .bydt_main .bydt_list ul li a .head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 5
}

.bydt_yt0602 .bydt_main .bydt_list ul li a .head .time {
  font-size: 16px;
  color: #bcc1c3
}

.bydt_yt0602 .bydt_main .bydt_list ul li a .head .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bcc1c3;
  color: #bcc1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.bydt_yt0602 .bydt_main .bydt_list ul li a .head .icon i {
  font-size: 10px
}

.bydt_yt0602 .bydt_main .bydt_list ul li a .title {
  width: 100%;
  height: auto;
  margin-top: 1.5vw;
  font-size: 24px;
  color: #2f3133;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

@media (max-width:1680px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 16px
  }
}

.bydt_yt0602 .bydt_main .bydt_list ul li a .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../image/ser_bg.jpg) no-repeat center;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.bydt_yt0602 .bydt_main .bydt_list ul li a:hover .head .time {
  color: #fff
}

.bydt_yt0602 .bydt_main .bydt_list ul li a:hover .head .icon {
  border-color: #fff;
  background: #fff;
  color: #2f3133;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.bydt_yt0602 .bydt_main .bydt_list ul li a:hover .title {
  text-decoration: underline;
  color: #fff
}

.bydt_yt0602 .bydt_main .bydt_list ul li a:hover .img {
  opacity: 1
}

@media (max-width:990px) {
  .bydt_yt0602 .bydt_main .bydt_list ul {
    display: block;
    margin-top: -20px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li {
    width: 49%;
    float: left;
    margin: 20px 0 0 !important
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a {
    padding: 20px 20px 30px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    height: 48px;
    line-height: 24px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li:nth-child(2n) {
    float: right
  }
}

@media (max-width:768px) {
  .bydt_yt0602 .bydt_main {
    margin: 30px 0
  }

  .bydt_yt0602 .bydt_main .bydt_list ul {
    display: block;
    margin-top: -15px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li {
    width: 49%;
    float: left;
    margin: 15px 0 0 !important
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a {
    padding: 20px 20px 30px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a::before {
    border-bottom-width: 2px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head .time {
    font-size: 14px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head .icon {
    width: 24px;
    height: 24px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head .icon i {
    font-size: 8px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    height: 48px;
    line-height: 24px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li:nth-child(2n) {
    float: right
  }
}

@media (max-width:480px) {
  .bydt_yt0602 .bydt_main .bydt_list ul li {
    width: 100%
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a {
    padding: 15px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head {
    line-height: 18px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head .time {
    font-size: 12px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head .icon {
    width: 18px;
    height: 18px;
    border-color: rgba(0, 0, 0, .1)
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .head .icon i {
    font-size: 6px
  }

  .bydt_yt0602 .bydt_main .bydt_list ul li a .title {
    font-size: 14px
  }
}

.zhpq_yt0606 {
  width: 100%;
  height: auto;
  background: #f1f4f5 url(../image/bg.png);
  position: relative;
  overflow: hidden
}

.zhpq_yt0606::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../image/zh_bg.png) no-repeat top
}

.zhpq_yt0606 .zhpq_main {
  margin: 5.2vw auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_head {
  width: 30%;
  height: auto;
  float: left;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs {
  width: 100%;
  height: auto;
  margin-top: 5.2vw;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab {
  margin-top: 3.5vw
}

.zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span {
  font-size: 30px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span {
    font-size: 16px
  }
}

.zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab:first-child {
  margin: 0
}

.zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
  font-size: 40px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 35px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 30px
  }
}

@media (max-width:1280px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 26.66666667px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 21.33333333px
  }
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 34px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 26px
  }
}

@media (max-width:1280px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 22px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 20px
  }
}

.zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span:hover {
  color: #2f3133
}

.zhpq_yt0606 .zhpq_main .zhpq_body {
  width: 65.71%;
  height: auto;
  float: right;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content {
  width: 100%;
  height: auto;
  box-sizing: initial;
  padding: 1vw 0 3vw;
  background: #fff;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list {
  width: 100%;
  height: 100%;
  padding: 0 2.6vw;
  overflow: hidden;
  overflow-y: auto
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li {
  width: 100%;
  height: auto;
  padding: 2vw 0;
  line-height: 18px;
  border-bottom: 1px solid #d9dada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
  flex: 0 0 15%;
  padding-left: 30px;
  background: url(../image/icon_time.png) no-repeat left top;
  font-size: 18px;
  color: #999;
  order: 0
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    font-size: 16px
  }
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
  font-size: 18px;
  flex: 1;
  padding: 0 2.6vw;
  color: #2f3133;
  cursor: pointer;
  order: 1
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 16px
  }
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title a {
  color: #2f3133
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title:hover,
.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title a:hover {
  color: #2b37d8
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
  padding-left: 30px;
  background: url(../image/icon_address_2.png) no-repeat left top;
  font-size: 18px;
  color: #999;
  text-align: right;
  order: 2
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 16px
  }
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a {
  width: 100%;
  height: auto;
  padding: 1.2vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #2f3133;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a .icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 50%;
  background: #2b37d8;
  font-size: 0;
  text-align: center;
  overflow: hidden
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a .icon img {
  max-width: 60%;
  vertical-align: middle
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a .txt {
  font-size: 16px;
  color: #fff
}

.zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a:hover {
  background: #2b37d8
}

@media (max-width:1366px) {

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time,
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title,
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    font-size: 14px
  }
}

@media (max-width:1024px) {
  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    flex: 0 0 100px
  }
}

@media (max-width:990px) {
  .zhpq_yt0606 .zhpq_main {
    margin: 40px auto
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head {
    width: 100%
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs {
    background: #2f3133;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab {
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: center
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span {
    font-size: 18px;
    color: #fff
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span:hover {
    color: #fff
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active {
    background: #2b37d8
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 18px;
    font-weight: 400;
    color: #fff
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body {
    width: 100%
  }
}

@media (max-width:768px) {
  .zhpq_yt0606 .zhpq_main {
    margin: 30px auto
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span,
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 16px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content {
    padding: 20px 0
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list {
    padding: 0 20px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li {
    padding: 15px 0;
    display: block
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    width: 100%;
    padding: 0 0 20px;
    font-size: 16px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    width: auto;
    float: left;
    line-height: 14px;
    padding-left: 20px;
    background-size: auto 100%
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    width: auto;
    text-align: left;
    float: right;
    line-height: 14px;
    padding-left: 20px;
    background-size: auto 100%
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a {
    padding: 15px
  }
}

@media (max-width:480px) {
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab {
    padding: 10px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab span,
  .zhpq_yt0606 .zhpq_main .zhpq_head .zhpq_tabs .tab.active span {
    font-size: 14px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content {
    padding: 10px 0 15px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .title {
    font-size: 14px;
    padding-bottom: 15px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .time {
    height: 10px;
    line-height: 10px;
    padding-left: 15px;
    font-size: 10px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_content .zhpq_list ul li .address {
    height: 10px;
    line-height: 10px;
    padding-left: 15px;
    font-size: 10px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a {
    padding: 10px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a .icon {
    width: 24px;
    height: 24px
  }

  .zhpq_yt0606 .zhpq_main .zhpq_body .zhpq_more a .txt {
    font-size: 14px
  }
}

.page_service_yt0606 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  overflow: hidden
}

.page_service_yt0606 .service_main {
  margin: 5.2vw auto;
  overflow: hidden
}

.page_service_yt0606 .service_main .page_title span {
  font-size: 44px;
  font-family: syht;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .page_service_yt0606 .service_main .page_title span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .page_service_yt0606 .service_main .page_title span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .page_service_yt0606 .service_main .page_title span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .page_service_yt0606 .service_main .page_title span {
    font-size: 23.46666667px
  }
}

.page_service_yt0606 .service_main .service_list {
  width: 100%;
  height: auto;
  margin: 3.9vw 0 0;
  position: relative;
  top: 0;
  overflow: hidden
}

.page_service_yt0606 .service_main .service_list ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_service_yt0606 .service_main .service_list ul li {
  width: 23.35%;
  height: auto;
  float: left;
  margin: 0 2.2% 0 0;
  padding: 1.3vw 1.5vw 2.3vw;
  background: #f1f4f5 url(https://www.boyijingke.com/wstmart/home/view/default/images/qywh_bg.jpg);
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.page_service_yt0606 .service_main .service_list ul li:last-child {
  margin: 0
}

.page_service_yt0606 .service_main .service_list ul li .more {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #2b37d8;
  color: #fff;
  overflow: hidden
}

.page_service_yt0606 .service_main .service_list ul li .more i {
  font-size: 18px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_service_yt0606 .service_main .service_list ul li .number {
  font-size: 20px;
  color: #2f3133;
  opacity: .4;
  font-family: en_l
}

@media (max-width:1680px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 16px
  }
}

.page_service_yt0606 .service_main .service_list ul li .info {
  margin: 2vw 0;
  position: relative;
  z-index: 2
}

.page_service_yt0606 .service_main .service_list ul li .info .title {
  font-size: 30px;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .page_service_yt0606 .service_main .service_list ul li .info .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .page_service_yt0606 .service_main .service_list ul li .info .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .page_service_yt0606 .service_main .service_list ul li .info .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .page_service_yt0606 .service_main .service_list ul li .info .title {
    font-size: 16px
  }
}

.page_service_yt0606 .service_main .service_list ul li .info .txt {
  height: auto;
  font-weight: none;
  margin: .8vw 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 100;
  color: #bcc1c3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    font-size: 14px
  }
}

.page_service_yt0606 .service_main .service_list ul li .move {
  height: 5px;
  margin: 2.3vw 0;
  background-color: #d0d0d0;
  background-image: url(../image/move_bg_active.png);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_service_yt0606 .service_main .service_list ul li .icon {
  width: 100%;
  height: 2vw;
  min-height: 28px;
  overflow: hidden
}

.page_service_yt0606 .service_main .service_list ul li .icon img.active {
  display: none
}

.page_service_yt0606 .service_main .service_list ul li:hover {
  background-color: #333
}

.page_service_yt0606 .service_main .service_list ul li:hover .more i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.page_service_yt0606 .service_main .service_list ul li:hover .number {
  color: #fff
}

.page_service_yt0606 .service_main .service_list ul li:hover .move {
  background-color: initial
}

.page_service_yt0606 .service_main .service_list ul li:hover .info .title {
  color: #fff
}

.page_service_yt0606 .service_main .service_list ul li:hover .info .txt {
  color: #fff
}

.page_service_yt0606 .service_main .service_list ul li:hover .icon img {
  display: none
}

.page_service_yt0606 .service_main .service_list ul li:hover .icon img.active {
  display: block
}

.page_service_yt0606.active {
  background: #f1f4f5
}

.page_service_yt0606.active .service_main .service_list ul li {
  background-color: #fff
}

.page_service_yt0606.active .service_main .service_list ul li:hover {
  background-color: #333
}

@media (max-width:990px) {
  .page_service_yt0606 .service_main .service_list {
    margin-top: 30px
  }

  .page_service_yt0606 .service_main .service_list ul {
    margin-top: -20px
  }

  .page_service_yt0606 .service_main .service_list ul li {
    width: calc(50% - 10px);
    margin: 20px 0 0 !important;
    padding: 15px
  }

  .page_service_yt0606 .service_main .service_list ul li:nth-child(even) {
    float: right
  }
}

@media (max-width:768px) {
  .page_service_yt0606 .service_main {
    margin: 30px auto
  }

  .page_service_yt0606 .service_main .service_list {
    margin-top: 20px
  }

  .page_service_yt0606 .service_main .service_list ul {
    margin-top: -16px
  }

  .page_service_yt0606 .service_main .service_list ul li {
    width: calc(50% - 8px);
    margin: 16px 0 0 !important
  }

  .page_service_yt0606 .service_main .service_list ul li .more {
    width: 30px;
    height: 30px
  }

  .page_service_yt0606 .service_main .service_list ul li .more i {
    font-size: 12px
  }

  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    font-size: 12px
  }

  .page_service_yt0606 .service_main .service_list ul li .move {
    height: 3px
  }
}

@media (max-width:480px) {
  .page_service_yt0606 .service_main .page_title span {
    font-size: 18px
  }

  .page_service_yt0606 .service_main .service_list ul li .number {
    font-size: 14px
  }

  .page_service_yt0606 .service_main .service_list ul li .info .txt {
    display: none
  }

  .page_service_yt0606 .service_main .service_list ul li .move {
    height: 2px;
    margin: 15px 0
  }
}

.page_details {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_details .details_main {
  margin: 4.6vw auto 4.1vw;
  overflow: hidden
}

.page_details .details_main .page_mews {
  width: 68.57%;
  height: auto;
  float: left;
  overflow: hidden
}

.page_details .details_main .page_mews .news_title {
  padding-bottom: 1vw;
  border-bottom: 1px solid #d9d9d9
}

.page_details .details_main .page_mews .news_title .title h1 {
  font-size: 36px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .page_details .details_main .page_mews .news_title .title h1 {
    font-size: 31.5px
  }
}

@media (max-width:1440px) {
  .page_details .details_main .page_mews .news_title .title h1 {
    font-size: 27px
  }
}

@media (max-width:1280px) {
  .page_details .details_main .page_mews .news_title .title h1 {
    font-size: 24px
  }
}

@media (max-width:1024px) {
  .page_details .details_main .page_mews .news_title .title h1 {
    font-size: 19.2px
  }
}

.page_details .details_main .page_mews .news_title .info {
  width: 100%;
  height: auto;
  margin-top: 3.125vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.page_details .details_main .page_mews .news_title .info * {
  height: 18px;
  line-height: 18px;
  font-family: syht_l;
  margin-right: 2vw;
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  position: relative
}

.page_details .details_main .page_mews .news_title .info ::before {
  content: '';
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0
}

.page_details .details_main .page_mews .news_title .info :last-child {
  margin-right: 0
}

.page_details .details_main .page_mews .news_title .info .author::before {
  background-image: url(../image/icon_author.png)
}

.page_details .details_main .page_mews .news_title .info .time::before {
  background-image: url(../image/icon_time_2.png)
}

.page_details .details_main .page_mews .news_title .info .source::before {
  background-image: url(../image/icon_source.png)
}

.page_details .details_main .page_mews .news_details {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  overflow: hidden
}

.page_details .details_main .page_mews .news_details * {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-family: syht_l
}

.page_details .details_main .page_mews .news_details p {
  margin: 2vw 0 0
}

.page_details .details_main .page_mews .news_details p:first-child {
  margin: 0
}

.page_details .details_main .page_mews .news_details img {
  max-width: 100%;
  font-size: 0;
}

.page_details .details_main .page_mews .page_list {
  width: 100%;
  height: auto;
  margin-top: 5.2vw;
  padding-top: 1.5vw;
  border-top: 1px solid #bcc1c3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.page_details .details_main .page_mews .page_list .prev a,
.page_details .details_main .page_mews .page_list .next a {
  font-size: 16px;
  font-family: syht_l;
  color: #999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_details .details_main .page_mews .page_list .prev i {
  font-size: 16px;
  vertical-align: center;
  margin-right: 15px
}

.page_details .details_main .page_mews .page_list .next i {
  font-size: 16px;
  vertical-align: center;
  margin-left: 15px
}

.page_details .details_main .page_mews .page_list .prev a:hover,
.page_details .details_main .page_mews .page_list .next a:hover {
  color: #2b37d8
}

.page_details .details_main .page_mews .page_list .list {
  width: 60px;
  height: 60px;
  position: relative
}

.page_details .details_main .page_mews .page_list .list a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_details .details_main .page_mews .page_list .list::before,
.page_details .details_main .page_mews .page_list .list::after {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_details .details_main .page_mews .page_list .list::before {
  left: -3px;
  animation: list_l ease-in-out 3s infinite
}

.page_details .details_main .page_mews .page_list .list::after {
  right: -3px;
  animation: list_r ease-in-out 3s infinite
}

.page_details .details_main .page_mews .page_list .list:hover a {
  color: #2b37d8
}

@keyframes list_l {

  0%,
  100% {
    left: -3px
  }

  50% {
    left: 3px;
    opacity: .3
  }
}

@keyframes list_r {

  0%,
  100% {
    left: 3px
  }

  50% {
    left: -3px;
    opacity: .3
  }
}

.page_details .details_main .sidebar_box {
  width: 25.57%;
  height: auto;
  float: right;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new {
  width: 100%;
  height: auto;
  background: #f1f4f5;
  border-top: 5px solid #2b37d8;
  padding: 0 32px;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .title {
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: 24px;
  color: #2f3133;
  overflow: hidden
}

@media (max-width:1680px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_details .details_main .sidebar_box .sidebar_new .title {
    font-size: 16px
  }
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_img {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_img .content {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_img .content .center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_img .content .center .swiper_img_list {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_img .content .center img {
  width: 100%;
  vertical-align: middle
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title {
  width: 100%;
  height: 120px;
  margin: 15px 0 0;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title .item {
  width: 100%;
  height: auto;
  padding-left: 15px;
  position: relative;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title .item::after {
  content: '';
  width: 10px;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-radius: 2px
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title .item a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title .item.active::after {
  background: #2b37d8
}

.page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title .item.active a {
  color: #2b37d8
}

.page_details .details_main .sidebar_box .sidebar_faq {
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_faq .head {
  width: 100%;
  height: auto;
  padding: 15px 32px;
  background: #2f3133;
  font-size: 24px;
  color: #fff;
  overflow: hidden
}

@media (max-width:1680px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_details .details_main .sidebar_box .sidebar_faq .head {
    font-size: 16px
  }
}

.page_details .details_main .sidebar_box .sidebar_faq .menu {
  width: 100%;
  height: auto;
  padding: 10px 32px;
  border: 1px solid #bcc1c3;
  border-top: 0;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_faq .menu ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_details .details_main .sidebar_box .sidebar_faq .menu ul li {
  margin: 20px 0
}

.page_details .details_main .sidebar_box .sidebar_faq .menu ul li .time {
  font-size: 16px;
  color: #999;
  font-family: en_l
}

.page_details .details_main .sidebar_box .sidebar_faq .menu ul li .title {
  margin-top: 5px;
  font-size: 16px;
  font-family: syht_l
}

.page_details .details_main .sidebar_box .sidebar_faq .menu ul li .title a {
  color: #2f3133
}

.page_details .details_main .sidebar_box .sidebar_faq .menu ul li .title a:hover {
  color: #2b37d8
}

@media (max-width:990px) {
  .page_details .details_main {
    margin: 40px auto
  }

  .page_details .details_main .page_mews {
    width: 100%;
    float: initial
  }

  .page_details .details_main .page_mews .news_title {
    padding-bottom: 15px
  }

  .page_details .details_main .page_mews .news_title .info {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }

  .page_details .details_main .page_mews .news_title .info * {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin: 10px 20px 10px 0;
    padding-left: 20px
  }

  .page_details .details_main .page_mews .news_title .info ::before {
    width: 15px
  }

  .page_details .details_main .page_mews .news_details * {
    font-size: 14px
  }

  .page_details .details_main .page_mews .page_list {
    padding-top: 20px
  }

  .page_details .details_main .page_mews .page_list .prev a,
  .page_details .details_main .page_mews .page_list .next a {
    font-size: 14px
  }

  .page_details .details_main .page_mews .page_list .prev i {
    font-size: 12px
  }

  .page_details .details_main .page_mews .page_list .next i {
    font-size: 12px
  }

  .page_details .details_main .page_mews .page_list .list {
    width: 40px;
    height: 40px
  }

  .page_details .details_main .sidebar_box {
    width: 100%;
    float: initial;
    margin-top: 40px
  }

  .page_details .details_main .sidebar_box .sidebar_new {
    padding: 0;
    border: 0
  }

  .page_details .details_main .sidebar_box .sidebar_new .title {
    padding: 20px;
    background: #2b37d8;
    color: #fff
  }

  .page_details .details_main .sidebar_box .sidebar_new .news_swiper {
    padding: 20px 20px 10px
  }

  .page_details .details_main .sidebar_box .sidebar_new .news_swiper .swiper_title .item a {
    font-size: 14px
  }

  .page_details .details_main .sidebar_box .sidebar_faq {
    margin-top: 20px
  }

  .page_details .details_main .sidebar_box .sidebar_faq .head {
    padding: 15px 20px
  }

  .page_details .details_main .sidebar_box .sidebar_faq .menu {
    padding: 10px 20px
  }

  .page_details .details_main .sidebar_box .sidebar_faq .menu ul li .time {
    font-size: 14px
  }

  .page_details .details_main .sidebar_box .sidebar_faq .menu ul li .title {
    font-size: 14px
  }
}

@media (max-width:768px) {
  .page_details .details_main {
    margin: 30px auto
  }

  .page_details .details_main .sidebar_box {
    margin-top: 30px
  }
}

@media (max-width:480px) {
  .page_details .details_main .page_mews .news_title .info * {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    margin: 5px 15px 5px 0
  }

  .page_details .details_main .page_mews .news_title .info ::before {
    background-size: auto 90%
  }

  .page_details .details_main .sidebar_box .sidebar_new .title {
    padding: 12px 15px
  }

  .page_details .details_main .sidebar_box .sidebar_new .news_swiper {
    padding: 15px
  }
}

.faq_yt0614 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.faq_yt0614 .faq_main {
  margin: 4.2vw auto;
  overflow: hidden
}

.faq_yt0614 .faq_main .faq_list {
  width: 100%;
  height: auto;
  overflow: hidden
}

.faq_yt0614 .faq_main .faq_list ul li {
  text-align: left;
  background: #fbfbfb;
  border-bottom: 1px solid #d8dcdd;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit {
  padding: 0 2vw;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con {
  padding: 1.5vw 40px;
  position: relative;
  overflow: hidden
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .title {
  color: #2f3133;
  font-family: en_l, syht_l;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon {
  color: #2f3133;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon i {
  font-size: 16px
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.left {
  left: 0
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.left i {
  font-size: 24px
}

.faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.right {
  right: 0
}

.faq_yt0614 .faq_main .faq_list ul li .faq_font {
  display: none;
  padding: 0 2vw;
  background: #fbfbfb
}

.faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det {
  padding: 2vw 40px;
  font-size: 16px;
  line-height: 1.66;
  font-family: en_l, syht_l;
  color: #666
}

.faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det p {
  margin-top: 1vw
}

.faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det p:first-child {
  margin: 0
}

.faq_yt0614 .faq_main .faq_list ul li.on,
.faq_yt0614 .faq_main .faq_list ul li:hover {
  background: #2b37d8
}

.faq_yt0614 .faq_main .faq_list ul li.on .faq_tit .title,
.faq_yt0614 .faq_main .faq_list ul li:hover .faq_tit .title {
  color: #fff
}

.faq_yt0614 .faq_main .faq_list ul li.on .faq_tit .icon,
.faq_yt0614 .faq_main .faq_list ul li:hover .faq_tit .icon {
  color: #fff
}

.faq_yt0614 .faq_main .faq_list ul li.on .faq_tit .icon.right,
.faq_yt0614 .faq_main .faq_list ul li:hover .faq_tit .icon.right {
  transform: rotate(180deg) translateY(50%)
}

@media (max-width:1366px) {
  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con {
    padding: 25px 40px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .title {
    font-size: 16px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon i {
    font-size: 14px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.left i {
    font-size: 20px
  }
}

@media (max-width:990px) {
  .faq_yt0614 .faq_main {
    margin: 40px auto
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit {
    padding: 0 15px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con {
    padding: 20px 30px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .title {
    font-size: 16px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon i {
    font-size: 14px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.left i {
    font-size: 20px
  }
}

@media (max-width:768px) {
  .faq_yt0614 .faq_main {
    margin: 30px auto
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit {
    padding: 0 15px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con {
    padding: 20px 30px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .title {
    font-size: 15px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon i {
    font-size: 12px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.left i {
    font-size: 18px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_font {
    padding: 0 15px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det {
    padding: 20px 30px;
    font-size: 14px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det p {
    margin-top: 15px
  }
}

@media (max-width:480px) {
  .faq_yt0614 .faq_main .faq_list ul li .faq_tit {
    padding: 0 10px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con {
    padding: 20px 25px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .title {
    font-size: 14px;
    font-family: syht
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon i {
    font-size: 10px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_tit .faq_tit_con .icon.left i {
    font-size: 16px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_font {
    padding: 0 10px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det {
    padding: 15px 25px;
    font-size: 14px
  }

  .faq_yt0614 .faq_main .faq_list ul li .faq_font .faq_det p {
    margin-top: 10px
  }
}

.mycontact_yt0606 {
  margin: 5.2vw auto;
  position: relative;
  z-index: 2
}

.mycontact_yt0606 .mycontact_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.mycontact_yt0606 .mycontact_head .txt {
  width: 100%;
  height: auto;
  margin-top: 3.125vw;
  font-size: 48px;
  font-weight: 700;
  color: #2f3133;
  line-height: 1.4
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .mycontact_yt0606 .mycontact_head .txt {
    font-size: 24px
  }
}

.mycontact_yt0606 .mycontact_head .txt span {
  color: #bcc1c3
}

.mycontact_yt0606 .mycontact_body {
  width: 100%;
  height: auto;
  margin: 3.9vw 0 0;
  position: relative;
  top: 0;
  overflow: hidden
}

.mycontact_yt0606 .mycontact_body ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.mycontact_yt0606 .mycontact_body ul li {
  width: 31.8%;
  height: auto;
  float: left;
  margin: 0 2.3% 0 0;
  padding: 1.3vw 1.5vw 2.3vw;
  background: #2f3133 url(https://www.boyijingke.com/wstmart/home/view/default/images/qywh_bg.jpg);
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.mycontact_yt0606 .mycontact_body ul li:last-child {
  margin: 0
}

.mycontact_yt0606 .mycontact_body ul li .more {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #2b37d8;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.mycontact_yt0606 .mycontact_body ul li .more i {
  font-size: 18px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.mycontact_yt0606 .mycontact_body ul li .number {
  font-size: 20px;
  color: #fff;
  opacity: .4;
  font-family: en_l
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_body ul li .number {
    font-size: 16px
  }
}

.mycontact_yt0606 .mycontact_body ul li .info {
  margin: 2vw 0;
  position: relative;
  z-index: 2
}

.mycontact_yt0606 .mycontact_body ul li .info .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_body ul li .info .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .mycontact_yt0606 .mycontact_body ul li .info .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_body ul li .info .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .mycontact_yt0606 .mycontact_body ul li .info .title {
    font-size: 16px
  }
}

.mycontact_yt0606 .mycontact_body ul li .info .txt {
  height: auto;
  font-weight: none;
  margin: 10px 0 0;
  line-height: 16px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  opacity: .3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_body ul li .info .txt {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .mycontact_yt0606 .mycontact_body ul li .info .txt {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_body ul li .info .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .mycontact_yt0606 .mycontact_body ul li .info .txt {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .mycontact_yt0606 .mycontact_body ul li .info .txt {
    font-size: 14px
  }
}

.mycontact_yt0606 .mycontact_body ul li .move {
  height: 5px;
  margin: 2.3vw 0;
  background-color: initial;
  background-image: url(../image/move_bg_active.png);
  opacity: .5
}

.mycontact_yt0606 .mycontact_body ul li .foot {
  width: 100%;
  color: #fff;
  overflow: hidden
}

.mycontact_yt0606 .mycontact_body ul li .foot .txt {
  font-size: 16px;
  font-family: syht_l;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.mycontact_yt0606 .mycontact_body ul li .foot .phone {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4
}

.mycontact_yt0606 .mycontact_body ul li:hover {
  background-color: #2b37d8
}

.mycontact_yt0606 .mycontact_body ul li:hover .more {
  background: #fff
}

.mycontact_yt0606 .mycontact_body ul li:hover .more i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #2b37d8
}

.mycontact_yt0606 .mycontact_body ul li:hover .number {
  color: #fff
}

.mycontact_yt0606 .mycontact_body ul li:hover .info .txt {
  opacity: .7
}

@media (max-width:1366px) {
  .mycontact_yt0606 .mycontact_body ul li .foot .txt {
    font-size: 14px
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .phone {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .mycontact_yt0606 .mycontact_body ul li .foot .txt {
    font-size: 13px
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .phone {
    font-size: 15px
  }
}

@media (max-width:1024px) {
  .mycontact_yt0606 .mycontact_body ul li .foot .txt {
    font-size: 12px
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .phone {
    font-size: 14px
  }
}

@media (max-width:990px) {
  .mycontact_yt0606 {
    margin: 40px auto
  }

  .mycontact_yt0606 .mycontact_body ul li {
    width: 100%;
    margin: 15px 0 0 !important;
    padding: 20px
  }

  .mycontact_yt0606 .mycontact_body ul li .more {
    width: 36px;
    height: 36px
  }

  .mycontact_yt0606 .mycontact_body ul li .more i {
    font-size: 14px
  }

  .mycontact_yt0606 .mycontact_body ul li .move {
    margin: 15px 0;
    background-color: none;
    opacity: .2
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .txt {
    font-size: 14px;
    white-space: normal
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .phone {
    font-size: 16px
  }
}

@media (max-width:768px) {
  .mycontact_yt0606 {
    margin: 30px auto
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .txt {
    font-size: 12px
  }

  .mycontact_yt0606 .mycontact_body ul li .foot .phone {
    margin-top: 3px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .mycontact_yt0606 .mycontact_head .txt {
    margin-top: 15px;
    font-size: 18px
  }
}

.contact_yt0607 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.contact_yt0607 .contact_main {
  margin: 1.25vw auto 5.729vw;
  position: relative
}

.contact_yt0607 .contact_main .contact_info {
  width: 45%;
  height: auto;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_info .contact_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_info .contact_head .txt {
  margin-top: 3.125vw;
  font-size: 48px;
  font-weight: 700;
  color: #333
}

@media (max-width:1680px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .contact_yt0607 .contact_main .contact_info .contact_head .txt {
    font-size: 24px
  }
}

.contact_yt0607 .contact_main .contact_info .move {
  height: 5px;
  margin: 3.6vw 0;
  background-color: #e0e0e0;
  background-image: url(../image/move_bg_active.png)
}

.contact_yt0607 .contact_main .contact_info .contact_menu {
  width: 100%;
  height: auto;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul {
  width: 100%;
  height: auto;
  margin: -1.5vw 0 -1px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li {
  width: 50%;
  height: auto;
  padding: 1.5vw 0;
  border-bottom: 1px solid #e4e6e7;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li:nth-child(even) {
  padding-left: 25px
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li .head {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .icon {
  width: 18px;
  height: 100%;
  margin-right: 10px;
  font-size: 0;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .title {
  font-size: 16px;
  font-family: syht_l;
  color: #bcc1c3
}

.contact_yt0607 .contact_main .contact_info .contact_menu ul li .txt {
  width: 100%;
  height: auto;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 16px;
  word-break: break-all;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_map {
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 0 10px 10px;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_map::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #2b37d8;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_map .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.contact_yt0607 .contact_main .contact_map .img img {
  width: auto;
  max-width: initial;
  max-height: initial;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width:990px) {
  .contact_yt0607 .contact_main {
    margin: 40px auto
  }

  .contact_yt0607 .contact_main .contact_info {
    width: 100%
  }

  .contact_yt0607 .contact_main .contact_info .move {
    height: 4px;
    background-color: #efefef
  }

  .contact_yt0607 .contact_main .contact_map {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: initial;
    left: 0;
    padding: 0
  }

  .contact_yt0607 .contact_main .contact_map::before {
    display: none
  }

  .contact_yt0607 .contact_main .contact_map .img {
    height: 360px
  }
}

@media (max-width:768px) {
  .contact_yt0607 .contact_main {
    margin: 30px auto
  }

  .contact_yt0607 .contact_main .contact_info .move {
    height: 3px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul {
    margin: 0
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li {
    padding: 15px 0
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .head {
    height: 16px;
    line-height: 16px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .icon {
    width: 16px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .title {
    font-size: 14px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .txt {
    margin-top: 5px;
    font-size: 14px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li:nth-child(2n) {
    padding-left: 20px
  }
}

@media (max-width:480px) {
  .contact_yt0607 .contact_main .contact_info .move {
    height: 2px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li {
    padding: 15px 0 10px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .head {
    height: 14px;
    line-height: 14px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .icon {
    width: 14px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .head .title {
    font-size: 12px
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li .txt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.3
  }

  .contact_yt0607 .contact_main .contact_info .contact_menu ul li:nth-child(2n) {
    padding-left: 20px
  }
}

.layui-layer,
.layui-layer-content {
  overflow: inherit !important
}

.feed_yt0607 {
  width: 100%;
  height: auto;
  background: #f1f4f5 url(../image/bg.png);
  position: relative;
  overflow: hidden
}

.feed_yt0607::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../image/feed_bg.png) repeat-y top
}

.feed_yt0607.active {
  background: 0 0
}

.feed_yt0607.active::after {
  display: none
}

.feed_yt0607 .feed_main {
  margin: 4.1vw auto 5.7vw;
  position: relative;
  z-index: 2
}

.feed_yt0607 .feed_main .feed_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.feed_yt0607 .feed_main .feed_head .txt {
  margin-top: 2.5vw;
  font-family: syht_l;
  font-size: 22px;
  line-height: 1.8;
  color: #666
}

@media (max-width:1680px) {
  .feed_yt0607 .feed_main .feed_head .txt {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .feed_yt0607 .feed_main .feed_head .txt {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .feed_yt0607 .feed_main .feed_head .txt {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .feed_yt0607 .feed_main .feed_head .txt {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .feed_yt0607 .feed_main .feed_head .txt {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .feed_yt0607 .feed_main .feed_head .txt {
    font-size: 16px
  }
}

.feed_yt0607 .feed_main .feed_head.active .page_title {
  width: auto;
  float: left
}

.feed_yt0607 .feed_main .feed_head.active .page_title span {
  font-size: 44px;
  font-weight: 700
}

@media (max-width:1680px) {
  .feed_yt0607 .feed_main .feed_head.active .page_title span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .feed_yt0607 .feed_main .feed_head.active .page_title span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .feed_yt0607 .feed_main .feed_head.active .page_title span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .feed_yt0607 .feed_main .feed_head.active .page_title span {
    font-size: 23.46666667px
  }
}

.feed_yt0607 .feed_main .feed_head.active .txt {
  width: auto;
  float: right;
  margin: 0;
  font-family: syht_l;
  font-size: 20px;
  line-height: 1.8;
  color: #666
}

@media (max-width:1680px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 16px
  }
}

.feed_yt0607 .feed_main .feed_form {
  width: 100%;
  height: auto;
  margin-top: 2.5vw
}

@media (max-width:1280px) {
  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 14px
  }
}

@media (max-width:990px) {
  .feed_yt0607 .feed_main {
    margin: 40px auto
  }

  .feed_yt0607 .feed_main .feed_head.active .page_title {
    width: 100%;
    float: initial
  }

  .feed_yt0607 .feed_main .feed_head.active .txt {
    width: 100%;
    margin: 20px 0 0;
    float: inherit;
    font-size: 16px
  }
}

@media (max-width:768px) {
  .feed_yt0607 .feed_main {
    margin: 30px auto
  }

  .feed_yt0607 .feed_main .feed_head .txt {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px
  }

  .feed_yt0607 .feed_main .feed_head .txt p {
    display: inline
  }

  .feed_yt0607 .feed_main .feed_head.active .txt {
    font-size: 14px
  }

  .feed_yt0607 .feed_main .feed_form {
    margin-top: 30px
  }
}

@media (max-width:480px) {
  .feed_yt0607 .feed_main .feed_head.active .page_title span {
    font-size: 20px
  }

  .feed_yt0607 .feed_main .feed_form {
    margin-top: 20px
  }
}

.layui_text {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: none
}

.layui_text .center {
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden
}

.layui_text .center * {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-family: syht_l
}

.layui_text .center p {
  margin: 2vw 0 0
}

.layui_text .center p:first-child {
  margin: 0
}

.layui_text .center img {
  max-width: 100%;
  font-size: 0;
  display: block
}

.solution_yt0607 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.solution_yt0607::after {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../image/solution_bg.jpg) no-repeat center / cover;
  opacity: .05
}

.solution_yt0607::before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../image/bg.png)
}

.solution_yt0607 .solution_main {
  margin: 4.1vw auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden
}

.solution_yt0607 .solution_main .solution_head .txt {
  width: 100%;
  height: auto;
  margin-top: 3.125vw;
  font-size: 48px;
  font-weight: 700;
  color: #2f3133;
  line-height: 1.4
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 24px
  }
}

.solution_yt0607 .solution_main .solution_head .txt span {
  color: #bcc1c3
}

.solution_yt0607 .solution_main .solution_menu {
  margin-top: 3.6vw;
  overflow: hidden
}

.solution_yt0607 .solution_main .solution_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.solution_yt0607 .solution_main .solution_menu ul li {
  margin-left: 1.6vw;
  flex: 1;
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: background .3s
}

.solution_yt0607 .solution_main .solution_menu ul li .center {
  width: 100%;
  height: auto;
  padding-bottom: 78.65%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.solution_yt0607 .solution_main .solution_menu ul li .center::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #d0d6d8;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2vw 1.5vw;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head .info {
  flex: 1
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
  width: 100%;
  height: auto;
  line-height: 30px;
  font-size: 24px;
  font-family: en_l;
  color: #bcc1c3;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 16px
  }
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
  width: 100%;
  height: auto;
  margin-top: 1.5vw;
  font-size: 24px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 16px
  }
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head .icon {
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bcc1c3;
  color: #bcc1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.solution_yt0607 .solution_main .solution_menu ul li .center .head .icon i {
  font-size: 10px
}

.solution_yt0607 .solution_main .solution_menu ul li .center .txt {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -20px;
  z-index: 4;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb {
  padding-bottom: 78.65%
}

.solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #2f3133;
  opacity: .8
}

.solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
  z-index: 2;
  padding: 0 1.5vw;
  font-size: 18px;
  font-family: syht_l;
  color: #fff;
  line-height: 1.8;
  overflow-y: auto
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 16px
  }
}

.solution_yt0607 .solution_main .solution_menu ul li .center .img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 3;
  overflow: hidden
}

.solution_yt0607 .solution_main .solution_menu ul li .center .img .pb {
  padding-bottom: 78.65%
}

.solution_yt0607 .solution_main .solution_menu ul li .center .img .pb .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #2f3133;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.solution_yt0607 .solution_main .solution_menu ul li .center .img .pb .ab {
  z-index: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.solution_yt0607 .solution_main .solution_menu ul li .center .img .pb .ab img {
  width: 100%
}

.solution_yt0607 .solution_main .solution_menu ul li:first-child {
  margin: 0
}

.solution_yt0607 .solution_main .solution_menu ul li:hover {
  background: #2f3133
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center::after {
  border-color: #2f3133
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center .img .pb .ab {
  top: 10%
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center .head {
  border-color: #2f3133
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center .head .info .en {
  color: #fff;
  opacity: .7
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center .head .info .title {
  color: #fff
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center .head .icon {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-color: #2b37d8;
  background: #2b37d8;
  color: #fff
}

.solution_yt0607 .solution_main .solution_menu ul li:hover .center .txt {
  opacity: 1;
  bottom: 0
}

@media (max-width:990px) {
  .solution_yt0607::after {
    height: 100%
  }

  .solution_yt0607::before {
    height: 100%
  }

  .solution_yt0607 .solution_main {
    margin: 40px auto
  }

  .solution_yt0607 .solution_main .solution_head .txt {
    margin-top: 20px
  }

  .solution_yt0607 .solution_main .solution_menu {
    margin-top: 30px
  }

  .solution_yt0607 .solution_main .solution_menu ul {
    display: block
  }

  .solution_yt0607 .solution_main .solution_menu ul li {
    margin: 20px 0 0 !important
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center {
    padding: 0;
    display: block
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center::after {
    display: none
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .img {
    width: 40%;
    position: inherit;
    float: left
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head {
    width: 60%;
    float: right;
    border-color: #2f3133;
    padding: 20px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    color: #2f3133;
    opacity: .3
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 20px;
    color: #2f3133
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .icon {
    border-color: #2b37d8;
    background: #2b37d8;
    color: #fff
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt {
    width: 60%;
    opacity: 1;
    bottom: 0;
    position: inherit;
    float: right
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb {
    padding: 0;
    height: auto
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb::after {
    display: none
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    position: relative
  }

  .solution_yt0607 .solution_main .solution_menu ul li:first-child {
    margin: 0 !important
  }

  .solution_yt0607 .solution_main .solution_menu ul li:hover {
    background: 0 0
  }

  .solution_yt0607 .solution_main .solution_menu ul li:hover .center .img .pb .ab {
    top: 0
  }

  .solution_yt0607 .solution_main .solution_menu ul li:hover .center .head {
    border-color: #2f3133
  }

  .solution_yt0607 .solution_main .solution_menu ul li:hover .center .head .info .en {
    color: #2f3133;
    opacity: .3
  }

  .solution_yt0607 .solution_main .solution_menu ul li:hover .center .head .info .title {
    color: #2f3133
  }
}

@media (max-width:768px) {
  .solution_yt0607 .solution_main {
    margin: 30px auto
  }

  .solution_yt0607 .solution_main .solution_head .txt {
    font-size: 20px
  }

  .solution_yt0607 .solution_main .solution_menu ul {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }

  .solution_yt0607 .solution_main .solution_menu ul li {
    flex: 0 0 48%;
    margin: 15px 0 0
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    height: 24px;
    line-height: 24px;
    font-size: 14px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    margin: 0;
    font-size: 18px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title span {
    padding: 0;
    border: 0
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .icon {
    width: 24px;
    flex: 0 0 24px;
    height: 24px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .icon i {
    font-size: 6px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .solution_yt0607 .solution_main .solution_menu ul li:nth-child(2) {
    margin-top: 0
  }
}

@media (max-width:640px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head {
    padding: 10px 15px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    line-height: 20px;
    padding: 0 15px 10px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .solution_yt0607 .solution_main .solution_menu ul li .center .head {
    padding-bottom: 5px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .en {
    font-size: 12px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .info .title {
    font-size: 16px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .icon {
    width: 24px;
    flex: 0 0 24px;
    height: 24px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .head .icon i {
    font-size: 6px
  }

  .solution_yt0607 .solution_main .solution_menu ul li .center .txt .pb .ab {
    height: 30px;
    line-height: 15px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px
  }
}

.page_cases_yt00608 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_cases_yt00608 .cases_main {
  margin: 0 auto;
  padding-bottom: 4.1vw;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one {
  width: 100%;
  height: auto;
  padding: 4.1vw 0;
  border-bottom: 1px solid #bcc1c3;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb {
  width: 100%;
  height: 0;
  padding-bottom: calc(51.21% * .6);
  position: relative;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_big {
  width: 51.21%;
  height: 100%;
  float: left;
  font-size: 0;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_big img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_big:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info {
  width: 42.85%;
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info {
  width: 100%;
  height: auto;
  flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
  width: 100%;
  height: auto;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 16px
  }
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .txt {
  width: 100%;
  height: auto;
  flex: 1;
  margin: 10px 0;
  line-height: 1.8;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  overflow: hidden;
  overflow-y: auto
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a {
  width: auto;
  height: auto;
  padding: 12px 1.5vw;
  background: #f1f4f5;
  display: inline-block;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
  text-align: center;
  background: #2f3133;
  position: relative;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .icon img {
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .zx {
  width: auto;
  height: 100%;
  line-height: 22px;
  float: right;
  font-size: 16px;
  font-family: syht_l;
  color: #2f3133
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a:hover .icon {
  background: #2b37d8
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a:hover .zx {
  color: #2b37d8
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper {
  width: 100%;
  height: auto;
  flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title {
  width: 100%;
  height: 36px;
  flex: 0 0 36px;
  position: relative;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #eceded
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
  width: auto;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding-top: 12px;
  border-top: 2px solid #2b37d8;
  position: relative;
  z-index: 2;
  font-size: 22px;
  color: #2b37d8
}

@media (max-width:1680px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 16px
  }
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list {
  width: 100%;
  height: auto;
  flex: 1;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu {
  width: auto;
  height: 100%;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li {
  width: 30%;
  height: auto;
  float: left;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a .img {
  width: 100%;
  height: auto;
  padding: 20%;
  background: url(../image/pro_list_bg.jpg);
  text-align: center;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a .img .pb {
  padding-bottom: 100%;
  position: relative
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a .img .pb .ab img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a .title {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 5px;
  background: rgba(0, 0, 0, .5);
  font-size: 14px;
  font-family: syht_l;
  color: rgba(255, 255, 255, .8);
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a:hover .title {
  opacity: 1
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation {
  width: auto;
  flex: 0 0 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation .cases_btn {
  width: 32px;
  height: 32px;
  margin: 5px 0;
  border-radius: 50%;
  border: 1px solid #c9cfd1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #323436;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation .cases_btn i {
  font-size: 12px
}

.page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation .cases_btn:hover {
  background: #323436;
  border-color: #323436;
  color: #fff
}

@media (max-width:1366px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb {
    padding-bottom: calc(55% * .6)
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_big {
    width: 55%
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 20px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .txt {
    font-size: 14px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .icon {
    width: 18px;
    height: 18px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .zx {
    font-size: 14px;
    line-height: 18px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    font-size: 18px
  }
}

@media (max-width:1024px) {
  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 20px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .txt {
    font-size: 14px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .icon {
    width: 18px;
    height: 18px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .zx {
    font-size: 14px;
    line-height: 18px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title {
    height: 30px;
    flex: 0 0 30px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    height: 16px;
    line-height: 16px;
    font-size: 16px
  }
}

@media (max-width:990px) {
  .page_cases_yt00608 .cases_main {
    padding-bottom: 40px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb {
    height: auto;
    padding: 0
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab {
    position: inherit
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_big {
    width: 100%;
    float: initial
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info {
    width: 100%;
    float: initial;
    margin-top: 20px;
    display: block
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info {
    display: block
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 20px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .txt {
    font-size: 14px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more {
    margin-top: 20px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a {
    padding: 12px 15px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .icon {
    width: 18px;
    height: 18px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .more a .zx {
    font-size: 14px;
    line-height: 18px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper {
    display: block;
    margin-top: 20px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title {
    height: auto
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_title span {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    padding-top: 16px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list {
    display: block
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu {
    width: 100%
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .menu ul li a .title {
    position: initial;
    background: 0;
    margin-top: 10px;
    padding: 0;
    line-height: 1.2;
    color: #2f3133;
    opacity: 1;
    font-size: 12px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation {
    height: auto;
    position: absolute;
    right: 0;
    top: 10px;
    display: block
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation .cases_btn {
    float: left;
    margin: 0
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .cases_swiper .cases_list .navigation .cases_btn.next {
    margin-left: 10px
  }
}

@media (max-width:768px) {
  .page_cases_yt00608 .cases_main {
    padding-bottom: 30px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one {
    padding: 30px 0
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .title {
    font-size: 16px
  }

  .page_cases_yt00608 .cases_main .cases_content .cases_one .cases_pb .cases_ab .cases_info .info .txt {
    font-size: 14px;
    line-height: 1.5
  }
}

.page_service_yt0608 {
  width: 100%;
  height: auto;
  margin: 5.2vw auto;
  overflow: hidden
}

.page_service_yt0608 .title {
  font-size: 44px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .page_service_yt0608 .title {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .page_service_yt0608 .title {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .page_service_yt0608 .title {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .page_service_yt0608 .title {
    font-size: 23.46666667px
  }
}

.page_service_yt0608 .content {
  width: 100%;
  height: auto;
  margin-top: 3.6vw;
  overflow: hidden
}

.page_service_yt0608 .content .item {
  width: 100%;
  height: auto;
  margin-top: 1.5vw;
  font-family: syht_l;
  line-height: 1.8;
  overflow: hidden
}

.page_service_yt0608 .content .item .p1 {
  font-size: 24px;
  font-weight: 700;
  color: #2b37d8
}

@media (max-width:1680px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_service_yt0608 .content .item .p1 {
    font-size: 16px
  }
}

.page_service_yt0608 .content .item .p2 {
  margin-top: 5px;
  font-size: 22px;
  color: #2f3133
}

@media (max-width:1680px) {
  .page_service_yt0608 .content .item .p2 {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .page_service_yt0608 .content .item .p2 {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .page_service_yt0608 .content .item .p2 {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .page_service_yt0608 .content .item .p2 {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .page_service_yt0608 .content .item .p2 {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .page_service_yt0608 .content .item .p2 {
    font-size: 16px
  }
}

.page_service_yt0608 .content .item:first-child {
  margin: 0
}

@media (max-width:990px) {
  .page_service_yt0608 {
    margin: 40px auto
  }
}

@media (max-width:768px) {
  .page_service_yt0608 {
    margin: 30px auto
  }

  .page_service_yt0608 .content {
    margin-top: 30px
  }

  .page_service_yt0608 .content .item {
    margin-top: 20px
  }

  .page_service_yt0608 .content .item .p1 {
    font-size: 18px
  }

  .page_service_yt0608 .content .item .p2 {
    font-size: 14px;
    line-height: 1.5
  }
}

@media (max-width:480px) {
  .page_service_yt0608 .title {
    font-size: 20px
  }

  .page_service_yt0608 .content {
    margin-top: 15px
  }

  .page_service_yt0608 .content .item {
    margin-top: 10px
  }

  .page_service_yt0608 .content .item .p1 {
    font-size: 16px
  }
}

.cpln_yt0608 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.cpln_yt0608 .cpln_main {
  margin: 0 auto;
  overflow: hidden
}

.cpln_yt0608 .cpln_main .cpln_one {
  width: 100%;
  height: auto;
  padding: 5.2vw 0;
  border-bottom: 1px solid #bcc1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.cpln_yt0608 .cpln_main .cpln_one .img {
  width: 48.85%;
  height: auto;
  overflow: hidden
}

.cpln_yt0608 .cpln_main .cpln_one .img img {
  width: 100%
}

.cpln_yt0608 .cpln_main .cpln_one .info {
  width: 45.71%;
  height: auto;
  overflow: hidden
}

.cpln_yt0608 .cpln_main .cpln_one .info .title {
  width: 100%;
  height: auto;
  line-height: 1.3;
  font-size: 44px;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden
}

@media (max-width:1680px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .title {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .title {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .title {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .title {
    font-size: 23.46666667px
  }
}

.cpln_yt0608 .cpln_main .cpln_one .info .move {
  height: 5px;
  margin: 2.6vw 0
}

.cpln_yt0608 .cpln_main .cpln_one .info .content {
  width: 100%;
  height: auto;
  overflow: hidden
}

.cpln_yt0608 .cpln_main .cpln_one .info .content p {
  box-sizing: border-box;
  margin: 15px 0 0;
  padding-left: 20px;
  line-height: 20px;
  font-size: 18px;
  font-family: syht_l;
  color: #666;
  position: relative
}

@media (max-width:1680px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 16px
  }
}

.cpln_yt0608 .cpln_main .cpln_one .info .content p:first-child {
  margin: 0
}

.cpln_yt0608 .cpln_main .cpln_one .info .content p::after {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  background: #2b37d8
}

.cpln_yt0608 .cpln_main .cpln_one:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.cpln_yt0608 .cpln_main .cpln_one:last-child {
  border: 0
}

@media (max-width:990px) {
  .cpln_yt0608 .cpln_main .cpln_one {
    display: block;
    padding: 40px 0
  }

  .cpln_yt0608 .cpln_main .cpln_one .img {
    width: 100%
  }

  .cpln_yt0608 .cpln_main .cpln_one .info {
    width: 100%;
    margin-top: 30px
  }

  .cpln_yt0608 .cpln_main .cpln_one .info .move {
    margin: 20px 0
  }
}

@media (max-width:768px) {
  .cpln_yt0608 .cpln_main .cpln_one {
    padding: 30px 0
  }

  .cpln_yt0608 .cpln_main .cpln_one .info .title {
    font-size: 24px
  }

  .cpln_yt0608 .cpln_main .cpln_one .info .move {
    height: 3px;
    margin: 15px 0
  }

  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 15px
  }
}

@media (max-width:480px) {
  .cpln_yt0608 .cpln_main .cpln_one .info {
    margin-top: 20px
  }

  .cpln_yt0608 .cpln_main .cpln_one .info .title {
    font-size: 18px
  }

  .cpln_yt0608 .cpln_main .cpln_one .info .content p {
    font-size: 14px
  }
}

.faq_yt0608 {
  width: 100%;
  height: auto;
  position: relative
}

.faq_yt0608::after {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f1f4f5 url(../image/bg.png)
}

.faq_yt0608::before {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../image/feed_bg.png) repeat-y top
}

.faq_yt0608 .faq_main {
  margin: 0 auto;
  padding-top: 5.2vw;
  position: relative;
  z-index: 5
}

.faq_yt0608 .faq_main .faq_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.faq_yt0608 .faq_main .faq_head .page_title {
  width: auto;
  float: left
}

.faq_yt0608 .faq_main .faq_head .page_more {
  height: 55px;
  float: right
}

.faq_yt0608 .faq_main .faq_head .page_more a {
  height: 100%;
  padding: 0 20px;
  border: 1px solid #969b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.faq_yt0608 .faq_main .faq_head .page_more a .word {
  margin-right: 15px;
  font-size: 18px;
  color: #2f3133
}

.faq_yt0608 .faq_main .faq_head .page_more a .icon {
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  background: #2b37d8;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.faq_yt0608 .faq_main .faq_head .page_more a .icon i {
  font-size: 10px
}

.faq_yt0608 .faq_main .faq_head .page_more a:hover .word {
  color: #2b37d8
}

.faq_yt0608 .faq_main .faq_head .page_more a:hover .icon {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.faq_yt0608 .faq_main .faq_list {
  width: 100%;
  height: auto;
  margin-top: 2.6vw;
  padding: 2.2vw;
  background: #fff;
  box-shadow: 0 10px 40px rgba(47, 49, 51, .1);
  overflow: hidden
}

.faq_yt0608 .faq_main .faq_list ul li {
  width: 48%;
  height: auto;
  padding: 1.5vw 0;
  float: left;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.faq_yt0608 .faq_main .faq_list ul li a {
  font-size: 18px;
  font-family: syht_l;
  color: #494b4c
}

@media (max-width:1680px) {
  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 16px
  }
}

.faq_yt0608 .faq_main .faq_list ul li a i {
  font-family: en_l
}

.faq_yt0608 .faq_main .faq_list ul li a:hover {
  color: #2b37d8
}

.faq_yt0608 .faq_main .faq_list ul li:nth-child(even) {
  float: right
}

.faq_yt0608 .faq_main .faq_list ul li:first-child,
.faq_yt0608 .faq_main .faq_list ul li:nth-child(2) {
  border: 0
}

@media (max-width:1366px) {
  .faq_yt0608 .faq_main .faq_head .page_more {
    height: 48px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .word {
    font-size: 16px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .icon {
    width: 28px;
    flex: 0 0 28px;
    height: 28px
  }
}

@media (max-width:990px) {
  .faq_yt0608 {
    overflow: hidden
  }

  .faq_yt0608::after {
    height: 100%
  }

  .faq_yt0608::before {
    height: 100%
  }

  .faq_yt0608 .faq_main {
    margin: 40px auto;
    padding-top: 0
  }

  .faq_yt0608 .faq_main .faq_head .page_more {
    height: 48px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .word {
    font-size: 16px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .icon {
    width: 28px;
    flex: 0 0 28px;
    height: 28px
  }

  .faq_yt0608 .faq_main .faq_list {
    box-shadow: none;
    margin-top: 30px;
    padding: 20px
  }

  .faq_yt0608 .faq_main .faq_list ul li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eaeaea !important;
    padding: 15px 0
  }

  .faq_yt0608 .faq_main .faq_list ul li:last-child {
    border: 0 !important
  }
}

@media (max-width:768px) {
  .faq_yt0608 .faq_main .faq_head .page_more {
    height: 36px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a {
    padding: 0 10px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .word {
    font-size: 14px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .icon {
    width: 24px;
    flex: 0 0 24px;
    height: 24px
  }

  .faq_yt0608 .faq_main .faq_head .page_more a .icon i {
    font-size: 8px
  }

  .faq_yt0608 .faq_main .faq_list {
    margin-top: 20px;
    padding: 10px 15px
  }

  .faq_yt0608 .faq_main .faq_list ul li a {
    font-size: 14px
  }
}

.zdbj_yt0607 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.zdbj_yt0607 .zdbj_main {
  margin: 4.1vw auto 5.7vw;
  position: relative;
  z-index: 2
}

.zdbj_yt0607 .zdbj_main .zdbj_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.zdbj_yt0607 .zdbj_main .zdbj_head .page_title {
  width: auto;
  float: left
}

.zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
  font-size: 44px;
  font-weight: 700
}

@media (max-width:1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 23.46666667px
  }
}

.zdbj_yt0607 .zdbj_main .zdbj_head .txt {
  width: auto;
  float: right;
  font-family: syht_l;
  font-size: 20px;
  line-height: 1.8;
  color: #666
}

@media (max-width:1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 16px
  }
}

.zdbj_yt0607 .zdbj_main .zdbj_form {
  width: 100%;
  height: auto;
  margin-top: 2.5vw
}

@media (max-width:1280px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 14px
  }
}

@media (max-width:990px) {
  .zdbj_yt0607 .zdbj_main {
    margin: 40px auto
  }

  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title {
    width: 100%;
    float: initial
  }

  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    width: 100%;
    float: inherit;
    margin: 20px 0 0;
    font-size: 16px
  }
}

@media (max-width:768px) {
  .zdbj_yt0607 .zdbj_main {
    margin: 30px auto
  }

  .zdbj_yt0607 .zdbj_main .zdbj_head .txt {
    font-size: 14px
  }

  .zdbj_yt0607 .zdbj_main .zdbj_form {
    margin-top: 30px
  }
}

@media (max-width:480px) {
  .zdbj_yt0607 .zdbj_main .zdbj_head .page_title span {
    font-size: 20px
  }
}

.stop_yt0608 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.stop_yt0608 .stop_main {
  padding-top: 5.2vw;
  padding-bottom: 7.3vw
}

.stop_yt0608 .stop_main .stop_head {
  width: 100%;
  height: auto;
  overflow: hidden
}

.stop_yt0608 .stop_main .stop_head .title {
  width: 40%;
  float: left;
  font-size: 44px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .stop_yt0608 .stop_main .stop_head .title {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .stop_yt0608 .stop_main .stop_head .title {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .stop_yt0608 .stop_main .stop_head .title {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .stop_yt0608 .stop_main .stop_head .title {
    font-size: 23.46666667px
  }
}

.stop_yt0608 .stop_main .stop_head .search_form {
  width: 48.85%;
  height: 65px;
  line-height: 65px;
  float: right
}

.stop_yt0608 .stop_main .stop_head .search_form form {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.stop_yt0608 .stop_main .stop_head .search_form form .layui-input {
  width: 83.05%;
  height: 100%;
  padding: 0 2vw;
  background: #f1f4f5;
  border: 0;
  float: left;
  border-radius: 0;
  font-size: 18px;
  color: #2f3133
}

.stop_yt0608 .stop_main .stop_head .search_form form .layui-btn {
  width: 16.95%;
  height: 100%;
  float: right;
  border-radius: 0;
  background: #2f3133
}

.stop_yt0608 .stop_main .stop_head .search_form form .layui-btn i {
  font-size: 24px
}

.stop_yt0608 .stop_main .stop_head .search_form form .layui-btn:hover {
  background: #2b37d8;
  opacity: 1
}

.stop_yt0608 .stop_main .stop_body {
  width: 100%;
  height: auto;
  margin-top: 3.4vw;
  box-shadow: 0 10px 40px rgba(47, 49, 51, .1);
  overflow: hidden
}

.stop_yt0608 .stop_main .stop_body .stop_table {
  width: 100%;
  height: auto;
  overflow: hidden
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_head {
  width: 100%;
  height: auto;
  background: #2b37d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
  width: auto;
  padding: 1.5vw 10px;
  flex: 0 0 25%;
  border-right: 1px solid #f1f4f5;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  overflow: hidden
}

@media (max-width:1680px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    font-size: 16px
  }
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_head .item:last-child {
  border: 0
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_body {
  width: 100%;
  height: auto;
  overflow: hidden
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_body .items {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 1.5vw 10px;
  text-align: center;
  border: 1px solid #f1f4f5;
  border-top: 0;
  border-left: 0;
  font-size: 18px;
  font-family: syht_l;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media (max-width:1680px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    font-size: 16px
  }
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item:last-child {
  border-right: 0
}

.stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item a:hover {
  color: #2b37d8;
  opacity: 1
}

.stop_yt0608 .stop_main .stop_body .layui-laypage {
  margin: 3vw 0
}

@media (max-width:990px) {
  .stop_yt0608 .stop_main {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .stop_yt0608 .stop_main .stop_head .title {
    width: 100%;
    float: initial
  }

  .stop_yt0608 .stop_main .stop_head .search_form {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    float: initial;
    max-width: 540px
  }

  .stop_yt0608 .stop_main .stop_head .search_form form .layui-input {
    font-size: 16px
  }

  .stop_yt0608 .stop_main .stop_head .search_form form .layui-btn i {
    font-size: 18px
  }

  .stop_yt0608 .stop_main .stop_body {
    margin-top: 20px
  }

  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    padding: 15px 5px;
    font-size: 16px
  }

  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    padding: 15px 5px;
    font-size: 14px
  }

  .stop_yt0608 .stop_main .stop_body .layui-laypage {
    margin: 20px 0
  }
}

@media (max-width:990px) {
  .stop_yt0608 .stop_main {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .stop_yt0608 .stop_main .stop_head .search_form form .layui-input {
    font-size: 14px;
    padding: 0 15px
  }

  .stop_yt0608 .stop_main .stop_head .search_form form .layui-btn i {
    font-size: 18px
  }

  .stop_yt0608 .stop_main .stop_body {
    margin-top: 20px
  }

  .stop_yt0608 .stop_main .stop_body .stop_table .table_head .item {
    padding: 15px 5px;
    font-size: 14px
  }

  .stop_yt0608 .stop_main .stop_body .stop_table .table_body .items .item {
    padding: 8px 5px;
    font-size: 12px;
    line-height: 1.5
  }

  .stop_yt0608 .stop_main .stop_body .layui-laypage {
    margin: 20px 0
  }
}

@media (max-width:480px) {
  .stop_yt0608 .stop_main .stop_head .title {
    font-size: 20px
  }
}

.make_yt0606 {
  margin: 5.2vw auto 2.7vw
}

.make_yt0606 .make_head {
  width: 100%;
  height: auto
}

.make_yt0606 .make_head .head_info {
  width: 100%;
  height: auto;
  margin: 2.6vw 0 3.2vw
}

.make_yt0606 .make_head .head_info .txt {
  width: 64.28%;
  height: auto;
  float: left;
  font-family: syht_l;
  line-height: 1.6;
  overflow: hidden
}

.make_yt0606 .make_head .head_info .txt .p1 {
  font-size: 22px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 16px
  }
}

.make_yt0606 .make_head .head_info .txt .p2 {
  margin-top: 2vw;
  font-size: 18px;
  color: #666
}

@media (max-width:1680px) {
  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 16px
  }
}

.make_yt0606 .make_head .head_info .head_more {
  width: 23.28%;
  height: auto;
  float: right
}

.make_yt0606 .make_head .head_info .head_more .item {
  width: 100%;
  height: auto;
  margin: 1.5vw 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  overflow: hidden
}

.make_yt0606 .make_head .head_info .head_more .item a {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 15px 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.make_yt0606 .make_head .head_info .head_more .item a .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative
}

.make_yt0606 .make_head .head_info .head_more .item a .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.make_yt0606 .make_head .head_info .head_more .item a .icon img.active {
  opacity: 0
}

.make_yt0606 .make_head .head_info .head_more .item a .title {
  font-size: 22px;
  font-family: syht_l;
  color: #666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@media (max-width:1680px) {
  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 16px
  }
}

.make_yt0606 .make_head .head_info .head_more .item a:hover {
  background: #2b37d8
}

.make_yt0606 .make_head .head_info .head_more .item a:hover .icon img {
  display: none;
  opacity: 0
}

.make_yt0606 .make_head .head_info .head_more .item a:hover .icon img.active {
  display: block;
  opacity: 1
}

.make_yt0606 .make_head .head_info .head_more .item a:hover .title {
  color: #fff
}

.make_yt0606 .make_head .head_info .head_more .item:first-child {
  margin: 0
}

.make_yt0606 .make_body {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.make_yt0606 .make_body .menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden
}

.make_yt0606 .make_body .menu .item {
  flex: 1;
  border-left: 1px solid #bcc1c3;
  text-align: center;
  color: #fff
}

.make_yt0606 .make_body .menu .item .center {
  width: 100%;
  padding: 1.5vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.make_yt0606 .make_body .menu .item .center .number {
  font-size: 48px;
  font-weight: 700
}

@media (max-width:1680px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .make_yt0606 .make_body .menu .item .center .number {
    font-size: 24px
  }
}

.make_yt0606 .make_body .menu .item .center .txt {
  margin-top: 15px;
  font-size: 24px
}

@media (max-width:1680px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .make_yt0606 .make_body .menu .item .center .txt {
    font-size: 16px
  }
}

.make_yt0606 .make_body .menu .item:first-child {
  border-left: 0
}

.make_yt0606 .make_body .img {
  width: 100%;
  height: 400px;
  font-size: 0;
  position: relative;
  overflow: hidden
}

.make_yt0606 .make_body .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: auto !important;
  height: auto !important;
  max-width: initial !important;
  max-height: initial !important
}

@media (max-width:1280px) {
  .make_yt0606 .make_head .head_info .head_more {
    width: 30%
  }

  .make_yt0606 .make_head .head_info .head_more .item a {
    padding: 14px 2.6vw
  }

  .make_yt0606 .make_head .head_info .head_more .item a .icon {
    width: 34px;
    height: 34px
  }

  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 16px
  }
}

@media (max-width:990px) {
  .make_yt0606 {
    margin: 40px auto
  }

  .make_yt0606 .make_head .head_info {
    margin-top: 20px
  }

  .make_yt0606 .make_head .head_info .txt {
    width: 100%;
    float: initial
  }

  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 16px
  }

  .make_yt0606 .make_head .head_info .txt .p2 {
    font-size: 14px
  }

  .make_yt0606 .make_head .head_info .head_more {
    width: 100%;
    float: initial;
    margin-top: 20px;
    overflow: hidden
  }

  .make_yt0606 .make_head .head_info .head_more .item {
    width: auto;
    float: left;
    margin: 0 0 0 1.5vw;
    box-shadow: none
  }

  .make_yt0606 .make_head .head_info .head_more .item a {
    padding: 14px 2.6vw
  }

  .make_yt0606 .make_head .head_info .head_more .item a .icon {
    width: 34px;
    height: 34px
  }

  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 16px
  }

  .make_yt0606 .make_body .menu {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
  }

  .make_yt0606 .make_body .menu .item {
    width: 50%;
    flex: 0 0 auto;
    border-top: 1px solid #bcc1c3
  }

  .make_yt0606 .make_body .menu .item:first-child,
  .make_yt0606 .make_body .menu .item:nth-child(2) {
    border-top: 0
  }
}

@media (max-width:768px) {
  .make_yt0606 {
    margin: 30px auto
  }

  .make_yt0606 .make_head .head_info .head_more .item {
    margin-left: 10px
  }

  .make_yt0606 .make_head .head_info .head_more .item a {
    padding: 14px 10px
  }

  .make_yt0606 .make_head .head_info .head_more .item a .icon {
    width: 28px;
    height: 28px;
    margin-right: 10px
  }

  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .make_yt0606 .make_head .page_title.active span {
    font-weight: 400
  }

  .make_yt0606 .make_head .head_info .txt .p1 {
    font-size: 16px;
    line-height: 1.5
  }

  .make_yt0606 .make_head .head_info .txt .p2 {
    margin-top: 10px;
    font-size: 14px
  }

  .make_yt0606 .make_head .head_info .head_more .item {
    margin-left: 10px
  }

  .make_yt0606 .make_head .head_info .head_more .item a {
    padding: 14px 10px
  }

  .make_yt0606 .make_head .head_info .head_more .item a .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
  }

  .make_yt0606 .make_head .head_info .head_more .item a .title {
    font-size: 14px
  }
}

.make_active_yt0609 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.make_active_yt0609 .make_active_one {
  width: 100%;
  height: auto;
  margin: 4.1vw 0;
  position: relative;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main .make_info {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.make_active_yt0609 .make_active_one .make_main .make_info .center {
  width: 42.85%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .title {
  width: 100%;
  height: auto;
  flex: 0 0 60px;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .title span {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  color: #2f3133;
  line-height: 1.2;
  padding: 0 0 10px;
  border-bottom: 2px solid #494b4c
}

@media (max-width:1680px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .title span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .title span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .title span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .title span {
    font-size: 23.46666667px
  }
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
  width: auto;
  height: auto;
  margin-top: 2.4vw;
  padding-right: 5px;
  line-height: 1.8;
  font-size: 18px;
  font-family: syht_l;
  color: #666;
  overflow: hidden;
  overflow-y: auto
}

@media (max-width:1680px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 16px
  }
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more {
  width: 100%;
  height: auto;
  flex: 0 0 50px;
  margin-top: 3.6vw;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item {
  width: auto;
  height: auto;
  margin-right: 1vw;
  float: left;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 14px 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f1f4f5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .icon {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  margin-right: 20px;
  position: relative
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  max-width: 100%
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .icon img.active {
  opacity: 0
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .title {
  flex: 1;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a:hover {
  background: #2b37d8
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a:hover .icon img {
  display: none;
  opacity: 0
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a:hover .icon img.active {
  display: block;
  opacity: 1
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a:hover .title {
  color: #fff
}

.make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item:last-child {
  margin: 0
}

.make_active_yt0609 .make_active_one .make_img {
  width: 49.16%;
  height: auto;
  font-size: 0;
  float: left;
  overflow: hidden
}

.make_active_yt0609 .make_active_one.active .make_img {
  float: right
}

.make_active_yt0609 .make_active_one.active .make_main .make_info {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}

@media (max-width:1366px) {
  .make_active_yt0609 .make_active_one .make_main .make_info .center {
    width: 46%
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    font-size: 14px;
    line-height: 2
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more {
    flex: 0 0 40px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a {
    padding: 10px 1.5vw
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .icon {
    width: 20px;
    flex: 0 0 20px;
    height: 20px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .title {
    font-size: 14px
  }
}

@media (max-width:768px) {
  .make_active_yt0609 .make_active_one {
    margin: 30px 0;
    padding: 0 20px
  }

  .make_active_yt0609 .make_active_one .make_img {
    width: 100%;
    float: initial !important
  }

  .make_active_yt0609 .make_active_one .make_main {
    margin-top: 20px;
    position: initial
  }

  .make_active_yt0609 .make_active_one .make_main .make_info {
    display: block;
    padding: 0
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center {
    width: 100%;
    height: auto;
    display: block
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more {
    margin-top: 20px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item {
    margin-right: 10px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a {
    padding: 14px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .icon {
    margin-right: 10px
  }
}

@media (max-width:480px) {
  .make_active_yt0609 .make_active_one .make_main {
    margin-top: 20px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info {
    display: block;
    padding: 0
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center {
    width: 100%;
    height: auto;
    display: block
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .title span {
    border-bottom-width: 1px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.66
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more {
    margin-top: 20px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item {
    margin-right: 10px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a {
    padding: 14px
  }

  .make_active_yt0609 .make_active_one .make_main .make_info .center .make_more .item a .icon {
    margin-right: 10px
  }
}

.pzbz_yt0609 {
  width: 100%;
  height: auto;
  margin-top: 2vw;
  background: #f1f4f5;
  position: relative;
  overflow: hidden
}

.pzbz_yt0609 .pzbz_main {
  margin: 5.2vw auto 6.25vw;
  overflow: hidden
}

.pzbz_yt0609 .pzbz_main .pzbz_head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.pzbz_yt0609 .pzbz_main .pzbz_head .page_title {
  width: auto
}

.pzbz_yt0609 .pzbz_main .pzbz_head .page_title span {
  font-size: 44px;
  font-weight: 700
}

@media (max-width:1680px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .page_title span {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .page_title span {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .page_title span {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .page_title span {
    font-size: 23.46666667px
  }
}

.pzbz_yt0609 .pzbz_main .pzbz_head .txt {
  width: auto;
  max-width: 70%;
  flex: 1;
  padding-left: 5vw;
  font-family: syht_l;
  font-size: 18px;
  line-height: 1.8;
  color: #666
}

@media (max-width:1680px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 16px
  }
}

.pzbz_yt0609 .pzbz_main .pzbz_head .txt .p1 {
  margin: 0;
  font-weight: 700;
  color: #2f3133
}

.pzbz_yt0609 .pzbz_main .pzbz_head .txt p {
  margin-top: 2vw
}

.pzbz_yt0609 .pzbz_main .pzbz_content {
  width: 100%;
  height: auto;
  margin-top: 4.1vw;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-column-gap: 32px
}

.pzbz_yt0609 .pzbz_main .pzbz_content .big {
  background: #fff;
  font-size: 0;
  overflow: hidden
}

.pzbz_yt0609 .pzbz_main .pzbz_content .big img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.pzbz_yt0609 .pzbz_main .pzbz_content .big:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.pzbz_yt0609 .pzbz_main .pzbz_content .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden
}

.pzbz_yt0609 .pzbz_main .pzbz_content .item .img {
  width: 100%;
  height: auto;
  padding: 20px;
  flex: 1;
  text-align: center;
  overflow: hidden
}

.pzbz_yt0609 .pzbz_main .pzbz_content .item .img img {
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.pzbz_yt0609 .pzbz_main .pzbz_content .item .title {
  width: 100%;
  height: auto;
  padding: 1vw;
  background: #2f3133;
  text-align: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.pzbz_yt0609 .pzbz_main .pzbz_content .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.pzbz_yt0609 .pzbz_main .pzbz_content .item:hover .title {
  background: #2b37d8
}

@media (max-width:1280px) {
  .pzbz_yt0609 .pzbz_main .pzbz_content .item .title {
    padding: 15px;
    font-size: 16px
  }
}

@media (max-width:990px) {
  .pzbz_yt0609 .pzbz_main {
    margin: 40px auto
  }

  .pzbz_yt0609 .pzbz_main .pzbz_head {
    display: block
  }

  .pzbz_yt0609 .pzbz_main .pzbz_head .page_title {
    width: 100%
  }

  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 0
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content {
    display: block
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content .big {
    width: 100%
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content .item {
    width: calc(50% - 10px);
    float: left;
    margin: 20px 20px 0 0
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content .item .title {
    font-size: 14px
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content .item:last-child {
    margin-right: 0
  }
}

@media (max-width:768px) {
  .pzbz_yt0609 .pzbz_main {
    margin: 30px auto
  }

  .pzbz_yt0609 .pzbz_main .pzbz_head .txt {
    font-size: 14px;
    line-height: 1.66
  }

  .pzbz_yt0609 .pzbz_main .pzbz_head .txt p {
    margin-top: 10px
  }
}

@media (max-width:480px) {
  .pzbz_yt0609 .pzbz_main .pzbz_head .page_title.active span {
    font-weight: 400;
    font-size: 20px
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content .item {
    width: calc(50% - 7.5px);
    margin: 15px 15px 0 0
  }

  .pzbz_yt0609 .pzbz_main .pzbz_content .item .title {
    padding: 8px 10px
  }
}

.download_yt0609 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.download_yt0609 .download_main {
  margin: 5.2vw auto;
  overflow: hidden
}

.download_yt0609 .download_main .download_title {
  width: 100%;
  height: auto;
  font-size: 44px;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_title {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_title {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_title {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .download_yt0609 .download_main .download_title {
    font-size: 23.46666667px
  }
}

.download_yt0609 .download_main .download_content {
  width: 100%;
  height: auto;
  margin-top: 3vw;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box {
  width: 21.14%;
  height: auto;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
  width: 100%;
  height: 40px;
  box-sizing: initial;
  padding-bottom: 1.5vw;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #2f3133;
  border-bottom: 2px solid #2f3133;
  position: relative;
  z-index: 2;
  overflow: hidden
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    font-size: 16px
  }
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_title .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #2b37d8;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_title .icon i {
  font-size: 8px
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li {
  width: 100%;
  height: auto;
  margin-top: 1.5vw;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-right: 10px;
  background: #2f3133;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  transform-origin: center
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .icon i {
  font-size: 8px
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
  height: 100%;
  font-size: 20px;
  color: #2f3133
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 17.5px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 15px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 13.33333333px
  }
}

@media (max-width:1024px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 10.66666667px
  }
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 16px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 16px
  }
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .more {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .more i {
  font-size: 14px
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title:hover a .txt {
  color: #2b37d8
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-left: 20px;
  display: none;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item {
  width: 100%;
  height: auto;
  margin-top: .9vw;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #2b37d8;
  color: #2b37d8;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .icon i {
  font-size: 7px
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
  font-size: 18px;
  font-family: syht_l;
  color: #494b4c
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 16px
  }
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item.active a .icon,
.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a:hover .icon {
  background: #2b37d8;
  color: #fff
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item.active a .txt,
.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a:hover .txt {
  color: #2b37d8
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item:first-child {
  margin-top: 0
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li.active .title a .icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  background: #2b37d8
}

.download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li.active .title a .more {
  opacity: 1;
  margin-left: 15px;
  color: #2b37d8
}

.download_yt0609 .download_main .download_content .download_info {
  width: 74.28%;
  height: auto;
  float: right;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .content_title {
  width: 100%;
  height: 40px;
  box-sizing: initial;
  padding-bottom: 1.5vw;
  border-bottom: 2px solid #2f3133;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .content_title .link {
  width: auto;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 0;
  color: #2f3133;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .content_title .link a {
  font-size: 18px;
  margin-left: 3vw;
  padding-left: 10px;
  position: relative;
  color: #bcc1c3
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 16px
  }
}

.download_yt0609 .download_main .download_content .download_info .content_title .link a::after {
  content: '';
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  background: #bcc1c3
}

.download_yt0609 .download_main .download_content .download_info .content_title .link a:first-child {
  margin-left: 0
}

.download_yt0609 .download_main .download_content .download_info .content_title .link a.active,
.download_yt0609 .download_main .download_content .download_info .content_title .link a:hover {
  color: #2b37d8
}

.download_yt0609 .download_main .download_content .download_info .content_title .link a.active::after,
.download_yt0609 .download_main .download_content .download_info .content_title .link a:hover::after {
  background: #2b37d8
}

.download_yt0609 .download_main .download_content .download_info .content_title .search_form {
  width: 31.34%;
  height: 40px;
  line-height: 40px;
  float: right
}

.download_yt0609 .download_main .download_content .download_info .content_title .search_form form {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .content_title .search_form form .layui-input {
  width: 83.05%;
  height: 100%;
  padding: 0 1vw;
  background: #f1f4f5;
  border: 0;
  float: left;
  border-radius: 0;
  font-size: 14px;
  color: #2f3133
}

.download_yt0609 .download_main .download_content .download_info .content_title .search_form form .layui-btn {
  width: 16.95%;
  height: 100%;
  padding: 0;
  float: right;
  border-radius: 0;
  background: #d9dfe1;
  color: #2f3133
}

.download_yt0609 .download_main .download_content .download_info .content_title .search_form form .layui-btn i {
  font-size: 18px
}

.download_yt0609 .download_main .download_content .download_info .content_title .search_form form .layui-btn:hover {
  background: #2b37d8;
  color: #fff;
  opacity: 1
}

.download_yt0609 .download_main .download_content .download_info .download_list {
  width: 100%;
  height: auto;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul {
  width: 100%;
  height: auto;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li {
  width: calc(50% - 1vw);
  height: auto;
  float: left;
  box-sizing: border-box;
  margin: 2vw 0 0;
  padding: 1.5vw;
  background: #f1f4f5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .images {
  width: 41%;
  padding-bottom: 50px;
  background: url(../image/pro_list_bg.jpg);
  position: relative
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .images .logo {
  width: 100%;
  height: auto;
  padding: 15px 15px 10px;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .images .logo img {
  max-width: 30%
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .images .img {
  width: 60%;
  height: auto;
  margin: 15px auto;
  text-align: center;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .images .img .pb {
  padding-bottom: 100%;
  position: relative
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .images .title {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info {
  width: 48%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head {
  width: 100%;
  height: auto;
  margin: 15px 0;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
  font-size: 22px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .title {
    font-size: 16px
  }
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .head .tips {
  margin-top: 10px;
  font-family: en_l;
  font-size: 14px;
  color: #999
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more {
  width: 100%;
  height: auto;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 5px;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  border: 1px solid #bcc1c3;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a .txt {
  font-family: syht_l;
  line-height: 16px;
  font-size: 16px;
  color: #999
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a .icon {
  width: 18px;
  height: 18px;
  background: url(../image/icon_add.png) no-repeat center / auto
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.active a {
  border-color: #2b37d8;
  background: #2b37d8
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.active a .txt {
  color: #fff
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.active a .icon {
  background-image: url(../image/icon_down_active.png)
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.no a {
  background: #bcc1c3 !important;
  border-color: #bcc1c3 !important
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.no a .txt {
  color: #fff !important
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.no a .icon {
  background-image: url(../image/icon_add_active.png) !important
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item:first-child {
  margin-top: 0
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item:hover a {
  border-color: #2f3133;
  background: #2f3133
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item:hover a .txt {
  color: #fff
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item:hover a .icon {
  background-image: url(../image/icon_add_active.png)
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item.active:hover a .icon {
  background-image: url(../image/icon_down_active.png)
}

.download_yt0609 .download_main .download_content .download_info .download_list ul li:nth-child(even) {
  float: right
}

.download_yt0609 .download_main .download_content .download_info .download_more {
  width: 100%;
  height: auto;
  margin-top: 2.5vw;
  font-size: 0;
  text-align: center;
  overflow: hidden
}

.download_yt0609 .download_main .download_content .download_info .download_more a {
  display: inline-block;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  border: 1px solid #bcc1c3;
  padding: 20px 4vw;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.download_yt0609 .download_main .download_content .download_info .download_more a:hover {
  border-color: #2b37d8;
  background: #2b37d8;
  color: #fff
}

@media (max-width:1280px) {
  .download_yt0609 .download_main .download_content .download_info .download_list ul li .images {
    width: 45%
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info {
    width: 50%
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a {
    padding: 12px 10px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a .txt {
    font-size: 14px
  }
}

@media (max-width:990px) {
  .download_yt0609 .download_main {
    margin: 40px auto
  }

  .download_yt0609 .download_main .download_content {
    margin-top: 30px;
    overflow: initial
  }

  .download_yt0609 .download_main .download_content .sidebar_box {
    width: 100%;
    height: auto;
    float: initial;
    overflow: initial
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 15px 20px;
    border: 0;
    background: #f1f4f5;
    overflow: hidden
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title .icon {
    display: flex
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    margin: 0;
    font-size: 18px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fdfdfd;
    border: 1px solid #f1f4f5;
    border-top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    display: none
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li {
    margin-top: 30px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 16px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item {
    margin-top: 15px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .icon {
    border-width: .8px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 14px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li:first-child {
    margin-top: 0
  }

  .download_yt0609 .download_main .download_content .download_info {
    width: 100%;
    margin-top: 30px
  }

  .download_yt0609 .download_main .download_content .download_info .content_title {
    height: auto;
    border: 0;
    padding: 0
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .link {
    width: 100%;
    float: initial;
    box-sizing: inherit;
    padding-bottom: 18px;
    border-bottom: 1px solid #2f3133;
    font-size: 16px
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .search_form {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
    float: initial;
    overflow: hidden
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .search_form form .layui-input {
    padding: 0 15px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list {
    margin-top: 30px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li {
    padding: 15px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .images {
    width: 60%;
    padding-bottom: 36px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .images .title {
    font-size: 12px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info {
    width: 35%
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .title {
    font-size: 18px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item:last-child {
    display: none
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li:first-child,
  .download_yt0609 .download_main .download_content .download_info .download_list ul li:nth-child(2) {
    margin-top: 0
  }

  .download_yt0609 .download_main .download_content .download_info .download_more {
    margin-top: 30px
  }

  .download_yt0609 .download_main .download_content .download_info .download_more a {
    padding: 15px 40px
  }
}

@media (max-width:768px) {
  .download_yt0609 .download_main {
    margin: 30px auto
  }

  .download_yt0609 .download_main .download_content .sidebar_box {
    width: 100%;
    height: auto;
    float: inherit
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    padding: 10px 20px;
    font-size: 18px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list {
    flex: 1;
    overflow-y: auto
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li {
    margin-top: 20px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .icon {
    width: 20px;
    flex-basis: 20px;
    height: 20px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 16px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .more i {
    font-size: 12px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item {
    margin-top: 10px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .menu .item a .txt {
    font-size: 14px
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .link {
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .link a {
    font-size: 14px;
    margin-left: 15px
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .link a::after {
    width: 1px;
    height: 10px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li {
    width: 100%;
    float: initial !important;
    margin: 15px 0 0 !important
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li:first-child {
    margin-top: 0 !important
  }

  .download_yt0609 .download_main .download_content .download_info .download_more {
    margin-top: 20px
  }

  .download_yt0609 .download_main .download_content .download_info .download_more a {
    padding: 10px 30px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .download_yt0609 .download_main .download_title {
    font-size: 20px
  }

  .download_yt0609 .download_main .download_content {
    margin-top: 15px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_title {
    height: auto;
    line-height: 36px;
    font-size: 16px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .txt {
    font-size: 14px
  }

  .download_yt0609 .download_main .download_content .sidebar_box .sidebar_list ul li .title a .more i {
    font-size: 10px
  }

  .download_yt0609 .download_main .download_content .download_info {
    margin-top: 15px
  }

  .download_yt0609 .download_main .download_content .download_info .content_title .link {
    padding-bottom: 10px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a {
    padding: 10px
  }

  .download_yt0609 .download_main .download_content .download_info .download_list ul li .info .more .item a .txt {
    font-size: 12px
  }
}

.alert_download {
  width: 90%;
  max-width: 400px;
  height: auto;
  background: rgba(0, 0, 0, .85);
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  overflow: hidden
}

.alert_download .head {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.alert_download .head .info {
  width: auto;
  color: #fff
}

.alert_download .head .info .title {
  font-size: 18px;
  font-weight: 700
}

.alert_download .head .info .size {
  margin-top: 10px;
  font-size: 14px
}

.alert_download .head .remove {
  line-height: 1
}

.alert_download .head .remove a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline
}

.alert_download .head .remove a i {
  font-size: 14px;
  vertical-align: center
}

.alert_download .head .remove a:hover {
  text-decoration: none
}

.alert_download .menu {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin: 20px 0;
  overflow: hidden;
  overflow-y: auto
}

.alert_download .menu .item {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.alert_download .menu .item .img {
  width: 80px;
  height: 80px;
  background: url(../image/pro_list_bg.jpg);
  position: relative
}

.alert_download .menu .item .img .close {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer
}

.alert_download .menu .item .img .close a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff
}

.alert_download .menu .item .img .close i {
  font-size: 6px;
  vertical-align: top
}

.alert_download .menu .item .img .close:hover {
  background: #2b37d8
}

.alert_download .menu .item .img .pb {
  padding-bottom: 100%;
  text-align: center;
  z-index: 1
}

.alert_download .menu .item .img .pb img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle
}

.alert_download .menu .item .title {
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
  color: #c9c9c9
}

.alert_download .foot {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #2f3133;
  text-align: right;
  overflow: hidden
}

.alert_download .foot a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 3px;
  background: #2b37d8;
  font-size: 16px;
  color: #fff
}

.alert_download .foot a img {
  vertical-align: top;
  margin-left: 10px
}

@media (max-width:990px) {
  .alert_download {
    display: none
  }
}

.page_cpzx_yt0609 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.page_cpzx_yt0609::after {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../image/cpzx_bg.jpg) no-repeat center / cover
}

.page_cpzx_yt0609 .cpzx_main {
  margin: 5.2vw auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head .info {
  width: 45%;
  height: auto;
  float: left;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head .info .txt {
  margin-top: 2vw;
  font-size: 44px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .info .txt {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .info .txt {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .info .txt {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .info .txt {
    font-size: 23.46666667px
  }
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head .content {
  width: 48%;
  height: auto;
  float: right;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
  box-sizing: border-box;
  margin: 1.5vw 0 0;
  padding-left: 20px;
  line-height: 22px;
  font-size: 22px;
  font-family: syht_l;
  color: #666;
  position: relative
}

@media (max-width:1680px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 16px
  }
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head .content p:first-child {
  margin: 0
}

.page_cpzx_yt0609 .cpzx_main .cpzx_head .content p::after {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  background: #2b37d8
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify {
  width: 100%;
  height: auto;
  margin-top: 5.2vw;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li {
  margin-left: 1.6vw;
  flex: 1;
  position: relative;
  background: url(../image/pro_list_bg.jpg);
  overflow: hidden;
  transition: background .3s
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .title {
  font-size: 36px;
  font-weight: 700
}

@media (max-width:1680px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .title {
    font-size: 31.5px
  }
}

@media (max-width:1440px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .title {
    font-size: 27px
  }
}

@media (max-width:1280px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .title {
    font-size: 24px
  }
}

@media (max-width:1024px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .title {
    font-size: 19.2px
  }
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
  margin-top: .6vw;
  font-size: 24px;
  font-family: syht_l
}

@media (max-width:1680px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    font-size: 16px
  }
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .line {
  width: 20%;
  max-width: 60px;
  height: 2px;
  margin-top: 2vw;
  background: #fff
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .icon {
  width: 40px;
  height: 40px;
  background: #2b37d8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .icon i {
  font-size: 14px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .img .pb {
  padding-bottom: 100%;
  position: relative
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .img .pb img {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li:first-child {
  margin: 0
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li:hover .icon i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li:hover .img img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02)
}

@media (max-width:990px) {
  .page_cpzx_yt0609::after {
    height: 100%
  }

  .page_cpzx_yt0609 .cpzx_main {
    margin: 40px auto
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_head .info {
    width: 100%;
    float: inherit
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content {
    width: 100%;
    margin-top: 30px;
    float: inherit
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul {
    display: block
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li {
    width: 100%;
    float: initial;
    margin: 20px 0 0
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info {
    padding: 30px 20px
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .img {
    max-width: 480px
  }
}

@media (max-width:768px) {
  .page_cpzx_yt0609 .cpzx_main {
    margin: 30px auto
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content {
    margin-top: 20px
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_head .content p {
    font-size: 14px
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .icon {
    width: 30px;
    height: 30px
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .icon i {
    font-size: 10px
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_classify ul li .info .txt {
    margin: 10px 0 20px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .page_cpzx_yt0609 .cpzx_main {
    margin: 30px auto
  }

  .page_cpzx_yt0609 .cpzx_main .cpzx_head .info .txt {
    font-size: 20px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head {
  position: relative;
  z-index: 2
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .title {
  font-size: 44px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .title {
    font-size: 38.5px
  }
}

@media (max-width:1440px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .title {
    font-size: 33px
  }
}

@media (max-width:1280px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .title {
    font-size: 29.33333333px
  }
}

@media (max-width:1024px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .title {
    font-size: 23.46666667px
  }
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_form {
  position: relative;
  z-index: 2
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_form .layui_item {
  margin: 0
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_form .layui_item .layui_input_block:last-child {
  flex: 0 0 20%
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_form .layui_item .layui_input_block:last-child .layui-btn {
  width: 100%;
  background: #2b37d8;
  font-size: 18px
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link {
  width: 100%;
  height: auto;
  margin-top: 1.5vw;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link a,
.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link span {
  display: inline-block;
  font-family: syht_l;
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin: 15px 0 0
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link span {
  margin: 0 4px
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link a:hover {
  color: #2b37d8
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_more {
  width: 100%;
  height: auto;
  margin-top: 2.5vw;
  font-size: 0;
  text-align: center;
  overflow: hidden
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_more a {
  display: inline-block;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  border: 1px solid #bcc1c3;
  padding: 20px 4vw;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.idx_cpzx_yt0517 .cpzx_main .cpzx_more a:hover {
  border-color: #2b37d8;
  background: #2b37d8;
  color: #fff
}

@media (max-width:1366px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_more {
    margin: 30px 0
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_more a {
    padding: 15px 40px;
    font-size: 16px
  }
}

@media (max-width:990px) {
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link {
    margin-top: 20px;
    max-height: 72px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link a,
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link span {
    margin-top: 10px;
    font-size: 14px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link span {
    margin: 0 6px;
    font-size: 10px
  }
}

@media (max-width:768px) {

  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_form,
  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link {
    margin-top: 20px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_head .cpzx_link {
    margin-top: 10px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_more {
    margin-top: 20px
  }

  .idx_cpzx_yt0517 .cpzx_main .cpzx_more a {
    padding: 10px 30px;
    font-size: 14px
  }
}

.ts_cases_yt0609 {
  width: 100%;
  height: auto;
  background: #f1f4f5;
  overflow: hidden
}

.ts_cases_yt0609 .ts_cases_main {
  margin: 4.6vw auto
}

.ts_cases_yt0609 .ts_cases_main .cases_head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.ts_cases_yt0609 .ts_cases_main .cases_head .pager {
  width: 100px;
  height: 40px;
  position: relative;
  overflow: hidden
}

.ts_cases_yt0609 .ts_cases_main .cases_head .pager.active {
  visibility: initial
}

.ts_cases_yt0609 .ts_cases_main .cases_head .pager .swiper_btn {
  width: 40px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #494b4c;
  float: left;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #494b4c;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.ts_cases_yt0609 .ts_cases_main .cases_head .pager .next {
  float: right
}

.ts_cases_yt0609 .ts_cases_main .cases_head .pager .swiper_btn:hover {
  background: #494b4c;
  color: #fff
}

.ts_cases_yt0609 .ts_cases_main .cases_body {
  width: 100%;
  height: auto;
  margin-top: 2.55vw;
  overflow: hidden
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .img {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .img .ab {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .img .ab .center {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .img .ab .center img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
  width: 100%;
  height: auto;
  padding: 1.2vw 0;
  line-height: 30px;
  font-family: syht_l;
  font-size: 18px;
  color: #494b4c;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

@media (max-width:1680px) {
  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 15.75px
  }
}

@media (max-width:1440px) {
  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 13.5px
  }
}

@media (max-width:1280px) {
  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 9.6px
  }
}

@media (max-width:1680px) {
  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 16px
  }
}

@media (max-width:1440px) {
  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 16px
  }
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .txt {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .icon {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .icon i {
  display: inline-block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 12px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li:hover .title {
  color: #2b37d8
}

.ts_cases_yt0609 .ts_cases_main .cases_body ul li:hover .title .icon i {
  margin-left: 5px
}

@media (max-width:990px) {
  .ts_cases_yt0609 .ts_cases_main {
    margin: 40px auto
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body {
    margin-top: 20px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 14px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .icon {
    width: 20px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .icon i {
    font-size: 10px
  }
}

@media (max-width:768px) {
  .ts_cases_yt0609 .ts_cases_main {
    margin: 40px auto
  }

  .ts_cases_yt0609 .ts_cases_main .cases_head .pager {
    height: 30px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_head .pager .swiper_btn {
    width: 30px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_head .pager .swiper_btn i {
    font-size: 12px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title {
    font-size: 14px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .icon {
    width: 16px
  }

  .ts_cases_yt0609 .ts_cases_main .cases_body ul li .title .icon i {
    font-size: 8px
  }
}

.filter_box {
  width: 100%;
  height: auto;
  overflow: hidden
}

.filter_box .filter_main {
  margin: 2.6vw auto;
  overflow: hidden
}

.filter_box .filter_main .filter_list {
  width: 100%;
  height: auto;
  overflow: hidden
}

.filter_box .filter_main .filter_list .filter_one {
  width: 100%;
  height: auto;
  padding: 1.5vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden
}

.filter_box .filter_main .filter_list .filter_one .label {
  flex: 0 0 10%;
  margin: 0 1.5vw 1.5vw 0;
  font-size: 18px;
  line-height: 18px;
  color: #0c0c0c
}

.filter_box .filter_main .filter_list .filter_one .options {
  flex: 1;
  font-size: 0
}

.filter_box .filter_main .filter_list .filter_one .options .option {
  width: auto;
  height: 16px;
  margin: 0 2vw 1.5vw 0;
  display: inline-block
}

.filter_box .filter_main .filter_list .filter_one .options .option a {
  width: auto;
  height: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-family: en_l, syht_l;
  color: #666;
  position: relative;
  vertical-align: middle
}

.filter_box .filter_main .filter_list .filter_one .options .option a::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  background: #2b37d8;
  opacity: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.filter_box .filter_main .filter_list .filter_one .options .option a::before {
  content: '';
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.filter_box .filter_main .filter_list .filter_one .options .option:last-child {
  margin-right: 0
}

.filter_box .filter_main .filter_list .filter_one .options .option.active a,
.filter_box .filter_main .filter_list .filter_one .options .option:hover a {
  color: #2b37d8
}

.filter_box .filter_main .filter_list .filter_one .options .option.active a::after,
.filter_box .filter_main .filter_list .filter_one .options .option:hover a::after {
  opacity: 1
}

.filter_box .filter_main .filter_list .filter_one .options .option.active a::before,
.filter_box .filter_main .filter_list .filter_one .options .option:hover a::before {
  background: #fff
}

.filter_box .filter_main .filter_list .filter_one:first-child {
  padding-top: 0
}

.filter_box .filter_main .filter_list .filter_one:last-child {
  border: 0
}

.filter_box .filter_main .filter_foot {
  width: 100%;
  height: auto;
  padding-top: 1.5vw;
  border-top: 1px solid #e0e0e0;
  overflow: hidden
}

.filter_box .filter_main .filter_foot .item {
  width: auto;
  height: auto;
  float: left;
  margin-right: 20px;
  overflow: hidden
}

.filter_box .filter_main .filter_foot .item a {
  width: 100%;
  height: auto;
  padding: 10px 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #d9dddf;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.filter_box .filter_main .filter_foot .item a .txt {
  margin-right: 10px;
  font-size: 16px;
  color: #cbd0d1
}

.filter_box .filter_main .filter_foot .item a .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1f4f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #c1c6c8;
  overflow: hidden;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.filter_box .filter_main .filter_foot .item a .icon i {
  font-size: 10px
}

.filter_box .filter_main .filter_foot .item a:hover {
  border-color: #2b37d8;
  background: #2b37d8
}

.filter_box .filter_main .filter_foot .item a:hover .txt {
  color: #fff
}

.filter_box .filter_main .filter_foot .item a:hover .icon {
  background: #fff;
  color: #2b37d8
}

.filter_box .filter_main .filter_foot .item.active a {
  background: #2b37d8;
  border-color: #2b37d8
}

.filter_box .filter_main .filter_foot .item.active a .txt {
  color: #fff
}

.filter_box .filter_main .filter_foot .item.active a .icon {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background: #fff;
  color: #2b37d8
}

@media (max-width:1366px) {
  .filter_box .filter_main .filter_list .filter_one .label {
    font-size: 16px
  }

  .filter_box .filter_main .filter_list .filter_one .options .option a {
    font-size: 14px
  }

  .filter_box .filter_main .filter_foot .item a .txt {
    font-size: 14px
  }
}

@media (max-width:1024px) {
  .filter_box .filter_main .filter_list .filter_one .label {
    font-size: 14px
  }

  .filter_box .filter_main .filter_list .filter_one .options .option a {
    font-size: 12px
  }

  .filter_box .filter_main .filter_foot .item a .txt {
    font-size: 14px
  }
}

@media (max-width:990px) {
  .filter_box .filter_main {
    margin: 30px auto
  }

  .filter_box .filter_main .filter_list .filter_one {
    padding: 20px 0 0
  }

  .filter_box .filter_main .filter_list .filter_one .label {
    flex: 0 0 20%;
    margin: 0 20px 20px 0;
    font-size: 14px
  }

  .filter_box .filter_main .filter_list .filter_one .options .option {
    margin: 0 20px 20px 0
  }

  .filter_box .filter_main .filter_list .filter_one .options .option a {
    font-size: 14px
  }

  .filter_box .filter_main .filter_foot {
    padding-top: 20px
  }

  .filter_box .filter_main .filter_foot .item a {
    padding: 10px 15px
  }

  .filter_box .filter_main .filter_foot .item a .txt {
    font-size: 14px
  }
}

.cplb_yt0609 {
  width: 100%;
  height: auto;
  overflow: hidden
}

.cplb_yt0609 .cplb_main {
  margin: 0 auto 4vw
}
.cplb_yt0609 .cplb_main .cplb_list ul{
    display: flex;
    flex-wrap: wrap;
}

.cplb_yt0609 .cplb_main .cplb_list ul li {
  width: 23.35%;
  height: auto;
  float: left;
  margin: 20px 2.2% 0 0;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  overflow: hidden
}

.cplb_yt0609 .cplb_main .cplb_list ul li .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #2b37d8;
  color: #fff;
  overflow: hidden
}

.cplb_yt0609 .cplb_main .cplb_list ul li .icon i {
  font-size: 14px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cplb_yt0609 .cplb_main .cplb_list ul li .img {
  width: 100%;
  height: auto;
  background: url(../image/pro_list_bg.jpg);
  text-align: center;
  overflow: hidden
}

.cplb_yt0609 .cplb_main .cplb_list ul li .img .pb {
  padding-bottom: 100%;
  position: relative
}

.cplb_yt0609 .cplb_main .cplb_list ul li .img .pb img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #fff
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:1680px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 21px
  }
}

@media (max-width:1440px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 12.8px
  }
}

@media (max-width:1680px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 20px
  }
}

@media (max-width:1440px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 18px
  }
}

@media (max-width:1280px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 16px
  }
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .en a {
  color: #2f3133
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .en a:hover {
  color: #2b37d8
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .title {
  margin-top: 2px;
  font-size: 16px;
  font-family: syht_l;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .content {
  height: 48px;
  box-sizing: initial;
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #eaeaea;
  overflow: auto;
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .content p {
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
  font-family: syht_l;
  color: #999;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .content p::after {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  background: #2b37d8
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item {
  width: 48%;
  height: auto;
  padding: 10px 0;
  background: #f1f4f5;
  float: left;
  overflow: hidden
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item a {
  width: auto;
  height: auto;
  line-height: 20px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item a .link {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item a .link img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item a .link .active {
  opacity: 0
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item a .txt {
  font-size: 14px;
  color: #999
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item:last-child {
  float: right
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item:hover {
  background: #2b37d8
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item:hover a .link img {
  opacity: 0
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item:hover a .link .active {
  opacity: 1
}

.cplb_yt0609 .cplb_main .cplb_list ul li .info .more .item:hover a .txt {
  color: #fff
}

.cplb_yt0609 .cplb_main .cplb_list ul li:nth-child(4n) {
  margin-right: 0
}

.cplb_yt0609 .cplb_main .cplb_list ul li:hover .icon i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.cplb_yt0609 .cplb_main .cplb_list ul li:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

@media (max-width:1280px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li .info {
    padding: 15px
  }

  .cplb_yt0609 .cplb_main .cplb_list ul li .info .en {
    font-size: 18px
  }

  .cplb_yt0609 .cplb_main .cplb_list ul li .info .tiitle {
    font-size: 14px
  }

  .cplb_yt0609 .cplb_main .cplb_list ul li .info .content p {
    font-size: 12px
  }
}

@media (max-width:990px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li {
    width: 49%;
    margin: 20px 0 0
  }

  .cplb_yt0609 .cplb_main .cplb_list ul li:nth-child(2n) {
    float: right
  }
}

@media (max-width:480px) {
  .cplb_yt0609 .cplb_main .cplb_list ul li {
    width: 100%;
    margin: 20px 0 0;
    float: initial !important
  }
  .cplb_yt0609 .cplb_main .cplb_list ul li .info .content{
      height: inherit;
  }
}

.cpxx_yt0609 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2
}

.cpxx_yt0609 .cpxx_main {
  margin-top: -200px
}

.cpxx_yt0609 .cpxx_main .navigation {
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: 0;
  text-align: right;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .navigation a,
.cpxx_yt0609 .cpxx_main .navigation span,
.cpxx_yt0609 .cpxx_main .navigation i {
  display: inline-block;
  font-size: 14px;
  color: #bcc1c3;
  vertical-align: middle;
  line-height: 20px
}

.cpxx_yt0609 .cpxx_main .navigation span {
  color: #2b37d8
}

.cpxx_yt0609 .cpxx_main .navigation i {
  font-size: 10px;
  margin: 0 10px
}

.cpxx_yt0609 .cpxx_main .navigation a:hover {
  color: #fff
}

.cpxx_yt0609 .cpxx_main .cpxx_content {
  background: #f1f4f5;
  padding: 3.3vw 3.3vw 2.6vw
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info {
  width: 40%
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
  font-size: 48px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 36px
  }
}

@media (max-width:1280px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 32px
  }
}

@media (max-width:1024px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 25.6px
  }
}

@media (max-width:1680px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 42px
  }
}

@media (max-width:1440px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 32px
  }
}

@media (max-width:1280px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 28px
  }
}

@media (max-width:1024px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 24px
  }
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
  font-size: 22px;
  font-family: syht_l;
  color: #666
}

@media (max-width:1680px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 16px
  }
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .move {
  height: 5px;
  margin: 2vw 0
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .content {
  height: auto;
  box-sizing: initial;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .content p {
  box-sizing: border-box;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 22px;
  font-size: 16px;
  font-family: en_l, syht_l;
  color: #666;
  position: relative
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .content p:first-child {
  margin-top: 0
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .info .content p::after {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  background: #2b37d8
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info {
  width: 50%
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg {
  width: 45%;
  height: auto;
  float: left;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg .pb {
  padding-bottom: 100%;
  position: relative
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg .pb .cpxx_swiper {
  width: 100%;
  height: 100%
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg .pb .cpxx_swiper .swiper-wrapper {
  height: 100%
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg .pb .cpxx_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  text-align: center
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg .pb .cpxx_swiper .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  vertical-align: middle
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body {
  width: 48%;
  height: auto;
  float: right;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs .item {
  width: 100%;
  height: auto;
  background: url(../image/pro_list_bg.jpg);
  cursor: pointer;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs .item .pb {
  padding-bottom: 100%;
  position: relative;
  text-align: center
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs .item .pb img {
  max-height: 80%;
  vertical-align: middle
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs .item.active {
  border: 5px solid #2b37d8
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs .item:last-child {
  margin: 0
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .more {
  width: 100%;
  height: auto;
  margin: 4vw 0 0;
  overflow: hidden
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .more a {
  width: 48%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
  float: left;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .more a:last-child {
  float: right
}

.cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .more a:hover {
  border-color: #2b37d8;
  background: #2b37d8;
  color: #fff
}

@media (max-width:990px) {
  .cpxx_yt0609 .cpxx_main {
    margin-top: -200px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content {
    padding: 30px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center {
    display: block
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info {
    width: 100%
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    margin: 10px 0 0
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .move {
    margin: 20px 0
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .thumbs {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px;
  }
}

@media (max-width:768px) {
  .cpxx_yt0609 .cpxx_main {
    margin-top: -300px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content {
    padding: 20px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .title {
    font-size: 20px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .txt {
    font-size: 14px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .move {
    height: 3px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .content p {
    font-size: 14px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .more a {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .cpxx_yt0609 .cpxx_main {
    margin-top: -250px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content {
    padding: 20px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .info .content p {
    margin-top: 5px;
    line-height: 1.5;
    font-size: 14px
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info {
    display: block
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .bigimg {
    width: 80%;
    margin: 0 auto;
    float: initial
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body {
    width: 100%;
    margin-top: 30px;
    float: initial
  }

  .cpxx_yt0609 .cpxx_main .cpxx_content .center .cpxx_info .info_body .more a {
    height: 36px;
    line-height: 36px;
    font-size: 12px
  }
}

@media (max-width:360px) {
  .cpxx_yt0609 .cpxx_main {
    margin-top: -200px
  }
}

.cp_details_yt0609 {
  width: 100%;
  height: auto
}

.cp_details_yt0609 .cp_details_head {
  width: 100%;
  height: auto;
  padding: 2vw 0 0;
  overflow: hidden;
  position: sticky;
  top: 70px;
  z-index: 10;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cp_details_yt0609 .cp_details_head .center {
  width: 100%;
  height: auto;
  overflow: hidden
}

.cp_details_yt0609 .cp_details_head .center .info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.cp_details_yt0609 .cp_details_head .center .info::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #bcc1c3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}

.cp_details_yt0609 .cp_details_head .center .info .tabs_link {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overfloat-style: none
}

.cp_details_yt0609 .cp_details_head .center .info .tabs_link::-webkit-scrollbar {
  display: none
}

.cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  height: 60px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  margin-right: 3vw;
  font-size: 22px
}

@media (max-width:1680px) {
  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 19.25px
  }
}

@media (max-width:1440px) {
  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 16.5px
  }
}

@media (max-width:1280px) {
  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 14.66666667px
  }
}

@media (max-width:1024px) {
  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 11.73333333px
  }
}

@media (max-width:1680px) {
  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 18px
  }
}

@media (max-width:1440px) {
  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 16px
  }
}

.cp_details_yt0609 .cp_details_head .center .info .tabs_link a:last-child {
  margin-right: 0
}

.cp_details_yt0609 .cp_details_head .center .info .tabs_link a.active,
.cp_details_yt0609 .cp_details_head .center .info .tabs_link a:hover {
  border-bottom: 2px solid #2b37d8;
  color: #2b37d8
}

.cp_details_yt0609 .cp_details_head .center .info .more {
  width: auto;
  height: auto;
  padding-left: 30px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cp_details_yt0609 .cp_details_head .center .info .more a {
  width: 4em;
  height: 40px;
  box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
  padding: 0 20px;
  border: 1px solid #333;
  float: left;
  font-size: 16px;
  color: #333;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cp_details_yt0609 .cp_details_head .center .info .more a:last-child {
  margin-right: 0;
  background: #2b37d8;
  border-color: #2b37d8;
  color: #fff
}

.cp_details_yt0609 .cp_details_head .center .info .more a:hover {
  border-color: #2b37d8;
  background: #2b37d8;
  color: #fff
}

.cp_details_yt0609 .cp_details_head .center::-webkit-scrollbar {
  display: none
}

.cp_details_yt0609 .cp_details_head.active {
  background: #f1f4f5
}

.cp_details_yt0609 .cp_details_head.active .center .more {
  visibility: initial;
  opacity: 1
}

.cp_details_yt0609 .cp_details_main {
  margin: 3vw auto 5.2vw;
  overflow: hidden
}

.cp_details_yt0609 .cp_details_main .cp_details_body {
  width: 100%;
  height: auto;
  overflow: hidden
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content {
  font-size: 16px;
  line-height: 1.5;
  font-family: syht_l;
  color: #333
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content p {
  margin: 10px 0 0
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content p:first-child {
  margin: 0
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content img {
  vertical-align: middle;
  max-width: 100%
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content table {
  font-size: 18px;
  width: 100%;
  color: #333;
  border-width: 1px;
  border-color: #d8dcdd;
  font-family: syht_l;
  border-collapse: collapse
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content table th {
  border-width: 1px;
  padding: 15px 1.5vw;
  border-style: solid;
  border-color: #d8dcdd;
  vertical-align: middle;
  background: #2f3133;
  color: #fff;
  font-weight: 400
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content table th:first-child {
  text-align: center;
  vertical-align: middle
}

.cp_details_yt0609 .cp_details_main .cp_details_body .content table td {
  font-size: 16px;
  border-width: 1px;
  padding: 15px 1.5vw;
  border-style: solid;
  border-color: #d8dcdd;
  vertical-align: middle
}

@media (max-width:990px) {
  .cp_details_yt0609 .cp_details_head {
    position: relative;
    top: 0;
    margin-top: 40px;
    padding: 0
  }

  .cp_details_yt0609 .cp_details_head .center .info {
    display: block
  }

  .cp_details_yt0609 .cp_details_head .center .info .tabs_link {
    width: 100%
  }

  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    font-size: 16px
  }

  .cp_details_yt0609 .cp_details_head .center .info .more {
    display: none
  }

  .cp_details_yt0609 .cp_details_main {
    margin: 30px 0 40px
  }

  .cp_details_yt0609 .cp_details_main .cp_details_body {
    margin: 0
  }
}

@media (max-width:768px) {
  .cp_details_yt0609 .cp_details_head {
    margin-top: 30px
  }

  .cp_details_yt0609 .cp_details_head .center .info .tabs_link a {
    height: 50px;
    line-height: 30px;
    font-size: 14px
  }

  .cp_details_yt0609 .cp_details_head .center .info .more a {
    height: 30px;
    margin-right: 5px;
    padding: 0 10px;
    font-size: 12px
  }

  .cp_details_yt0609 .cp_details_main {
    margin: 20px 0 30px
  }

  .cp_details_yt0609 .cp_details_main .cp_details_body .content {
    font-size: 14px
  }

  .cp_details_yt0609 .cp_details_main .cp_details_body .content table {
    font-size: 16px
  }

  .cp_details_yt0609 .cp_details_main .cp_details_body .content table td {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .cp_details_yt0609 .cp_details_main .cp_details_body .content {
    font-family: syht
  }

  .cp_details_yt0609 .cp_details_main .cp_details_body .content table {
    font-size: 14px
  }

  .cp_details_yt0609 .cp_details_main .cp_details_body .content table td {
    font-size: 12px
  }
}

.legal_box {
  width: 100%;
  height: auto;
  overflow: hidden
}

.legal_box .legal_head {
  background: #f1f4f5;
  padding: 26px 0
}

.legal_box .legal_head .navigation {
  width: auto;
  height: auto;
  font-size: 0;
  overflow: hidden
}

.legal_box .legal_head .navigation a,
.legal_box .legal_head .navigation span,
.legal_box .legal_head .navigation i {
  display: inline-block;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
  line-height: 20px
}

.legal_box .legal_head .navigation span {
  color: #999
}

.legal_box .legal_head .navigation i {
  font-size: 10px;
  margin: 0 10px
}

.legal_box .legal_head .navigation a:hover {
  color: #2b37d8
}

.legal_box .leagl_main {
  margin: 4.6vw auto;
  overflow: hidden
}

.legal_box .leagl_main .title_details {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9
}

.legal_box .leagl_main .title_details .title h1 {
  font-size: 36px;
  font-weight: 700;
  color: #2f3133
}

@media (max-width:1680px) {
  .legal_box .leagl_main .title_details .title h1 {
    font-size: 31.5px
  }
}

@media (max-width:1440px) {
  .legal_box .leagl_main .title_details .title h1 {
    font-size: 27px
  }
}

@media (max-width:1280px) {
  .legal_box .leagl_main .title_details .title h1 {
    font-size: 24px
  }
}

@media (max-width:1024px) {
  .legal_box .leagl_main .title_details .title h1 {
    font-size: 19.2px
  }
}

.legal_box .leagl_main .title_details .info {
  width: 100%;
  height: auto;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  color: #999
}

@media (max-width:1680px) {
  .legal_box .leagl_main .title_details .info {
    font-size: 14px
  }
}

@media (max-width:1440px) {
  .legal_box .leagl_main .title_details .info {
    font-size: 12px
  }
}

@media (max-width:1280px) {
  .legal_box .leagl_main .title_details .info {
    font-size: 10.66666667px
  }
}

@media (max-width:1024px) {
  .legal_box .leagl_main .title_details .info {
    font-size: 8.53333333px
  }
}

@media (max-width:1680px) {
  .legal_box .leagl_main .title_details .info {
    font-size: 14px
  }
}

.legal_box .leagl_main .text_details {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  overflow: hidden
}

.legal_box .leagl_main .text_details * {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  font-family: syht_l
}

.legal_box .leagl_main .text_details p {
  margin: 8px 0 0
}

.legal_box .leagl_main .text_details p:first-child {
  margin: 0
}

.legal_box .leagl_main .text_details img {
  max-width: 100%;
  font-size: 0;
  display: block
}

@media (max-width:990px) {
  .legal_box .legal_head {
    display: none
  }

  .legal_box .leagl_main .title_details .title h1 {
    font-size: 24px
  }

  .legal_box .leagl_main .title_details .info {
    font-size: 14px
  }

  .legal_box .leagl_main .text_details * {
    font-size: 14px
  }
}

.page_compare {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_compare .compare_box_yt {
  width: 100%;
  height: auto;
  margin: 100px auto;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_title {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  color: #2f3133;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_head {
  width: 100%;
  height: auto;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_head .label {
  width: 20%;
  font-size: 14px;
  font-family: syht_l;
  color: #818585
}

.page_compare .compare_box_yt .compare_main .compare_head .menu {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #818585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close i {
  font-size: 16px
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #2b37d8
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .img {
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .img .pb {
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  font-size: 0
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .img img {
  vertical-align: middle
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info {
  width: 100%;
  height: auto;
  margin-top: 35px;
  text-align: center;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .title {
  font-size: 24px;
  font-weight: 700;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .details {
  margin-top: 4px;
  font-family: syht_l;
  font-size: 16px;
  color: #818585;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add::before,
.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #818585;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add::before {
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add::after {
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .txt {
  margin-top: 20px;
  font-size: 18px;
  color: #818585
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active:hover .add {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active:hover .add::before,
.page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active:hover .add::after {
  background: #2b37d8
}

.page_compare .compare_box_yt .compare_main .compare_head .menu ul li:nth-child(3)~li {
  display: none
}

.page_compare .compare_box_yt .compare_main .compare_menu {
  width: 100%;
  height: auto;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_menu .item {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_menu .item .label {
  width: 20%;
  font-size: 14px;
  font-family: syht_l;
  color: #818585
}

.page_compare .compare_box_yt .compare_main .compare_menu .item .info {
  flex: 1;
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px
}

.page_compare .compare_box_yt .compare_main .compare_menu .item .info .one {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #2f3133;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_body {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_body .label {
  width: 20%
}

.page_compare .compare_box_yt .compare_main .compare_body .info {
  flex: 1;
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px
}

.page_compare .compare_box_yt .compare_main .compare_body .info .more {
  width: 100%;
  max-width: 200px;
  height: 60px;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_body .info .more a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #2f3133;
  font-size: 16px;
  color: #fff;
  overflow: hidden
}

.page_compare .compare_box_yt .compare_main .compare_body .info .more a:hover {
  background: #2b37d8
}

@media (max-width:1366px) {
  .page_compare .compare_box_yt .compare_title {
    font-size: 24px
  }

  .page_compare .compare_box_yt .compare_main .compare_head {
    padding: 30px 0
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul {
    grid-column-gap: 20px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li {
    padding: 25px 15px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info {
    margin-top: 20px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .title {
    font-size: 18px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .details {
    font-size: 14px
  }
}

@media (max-width:990px) {
  .page_compare .compare_box_yt {
    margin: 50px 0
  }

  .page_compare .compare_box_yt .compare_title {
    font-size: 20px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .label {
    font-size: 12px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu {
    margin-left: 15px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul {
    grid-column-gap: 15px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li {
    padding: 20px 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close i {
    font-size: 14px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .img {
    max-width: 100px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .title {
    font-size: 14px;
    font-weight: 400
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .details {
    font-size: 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add {
    width: 20px;
    height: 20px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .txt {
    font-size: 14px
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item {
    padding: 20px 0
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .label {
    font-size: 12px
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .info {
    margin-left: 15px;
    grid-column-gap: 15px
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .info .one {
    font-size: 12px
  }
}

@media (max-width:768px) {
  .page_compare .compare_box_yt {
    margin: 40px 0
  }

  .page_compare .compare_box_yt .compare_title {
    padding-bottom: 15px;
    font-size: 16px
  }

  .page_compare .compare_box_yt .compare_main .compare_head {
    padding: 20px 0
  }

  .page_compare .compare_box_yt .compare_main .compare_head .label {
    font-size: 12px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu {
    margin-left: 15px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul {
    display: block
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li {
    margin-top: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close {
    width: 20px;
    height: 20px;
    right: 0;
    top: 0
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .close i {
    font-size: 8px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .img {
    width: 80px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .title {
    font-size: 12px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li .info .details {
    font-size: 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active {
    padding: 20px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .add {
    width: 16px;
    height: 16px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li.active .txt {
    margin-top: 10px;
    font-size: 12px
  }

  .page_compare .compare_box_yt .compare_main .compare_head .menu ul li:first-child {
    margin-top: 0
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item {
    padding: 15px 0
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .label {
    font-size: 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .info {
    margin-left: 15px;
    grid-column-gap: 15px;
    display: block
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .info .one {
    margin-top: 10px;
    font-size: 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_menu .item .info .one:first-child {
    margin-top: 0
  }

  .page_compare .compare_box_yt .compare_main .compare_body {
    margin-top: 20px
  }

  .page_compare .compare_box_yt .compare_main .compare_body .info {
    margin-left: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px
  }

  .page_compare .compare_box_yt .compare_main .compare_body .info .more {
    height: 40px
  }

  .page_compare .compare_box_yt .compare_main .compare_body .info .more a {
    max-width: 100%;
    font-size: 12px
  }
}

.compare_yt {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  overflow: hidden
}

.compare_yt::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: .6
}

.compare_yt .compare_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.compare_yt .compare_box .compare_main {
  width: 100%;
  height: auto;
  padding: 2vw;
  background: #fff
}

.compare_yt .compare_box .compare_main .compare_head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_head .title {
  font-size: 30px
}

@media (max-width:1680px) {
  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 16px
  }
}

.compare_yt .compare_box .compare_main .compare_head .close {
  font-size: 14px;
  color: #818585;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.compare_yt .compare_box .compare_main .compare_head .close:hover {
  color: #2b37d8
}

.compare_yt .compare_box .compare_main .compare_content {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu {
  width: 100%;
  height: auto;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5vw
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li {
  width: 100%;
  height: auto;
  padding: 30px 44px 30px 15px;
  background: #f3f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close i {
  font-size: 16px
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #2b37d8
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .img {
  width: 100px;
  height: auto;
  text-align: center;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .img .pb {
  padding-bottom: 100%;
  position: relative;
  z-index: 1
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .img img {
  vertical-align: middle
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info {
  flex: 1;
  height: auto;
  padding-left: 20px;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info .title {
  font-size: 18px;
  color: #2f3133;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info .details {
  margin-top: 2px;
  font-family: syht_l;
  font-size: 14px;
  color: #818585;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_btn {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_btn .empty a {
  font-size: 16px;
  color: #818585;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.compare_yt .compare_box .compare_main .compare_content .compare_btn .empty a:hover {
  color: #2b37d8
}

.compare_yt .compare_box .compare_main .compare_content .compare_btn .more {
  width: 200px;
  height: 60px;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_btn .more a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #2b37d8;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.compare_yt .compare_box .compare_main .compare_content .compare_btn .more a:hover {
  background: #2f3133
}

@media (max-width:1366px) {
  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 22px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li {
    padding: 20px 40px 20px 10px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close i {
    font-size: 14px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info {
    padding-left: 10px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info .title {
    font-size: 16px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info .details {
    font-size: 12px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn .empty a {
    font-size: 14px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn .more {
    width: 180px;
    height: 50px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn .more a {
    font-size: 14px
  }
}

@media (max-width:1024px) {
  .compare_yt .compare_box .compare_main {
    padding: 20px
  }

  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 18px
  }

  .compare_yt .compare_box .compare_main .compare_head .close {
    font-size: 12px
  }

  .compare_yt .compare_box .compare_main .compare_content {
    margin: 15px 0 0
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li {
    display: block;
    padding: 20px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close {
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close i {
    font-size: 12px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    text-align: center
  }
}

@media (max-width:768px) {
  .compare_yt .compare_box .compare_main {
    padding: 15px
  }

  .compare_yt .compare_box .compare_main .compare_head .title {
    font-size: 16px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul {
    display: block
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li {
    margin-top: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 10px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .close i {
    font-size: 8px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .img {
    width: 100%;
    max-width: 60px;
    margin: 0 auto
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info {
    margin: 0;
    padding-left: 10px;
    text-align: left
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info .title {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li .info .details {
    font-size: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_menu ul li:first-child {
    margin-top: 0
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn {
    margin-top: 15px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn .empty a {
    font-size: 12px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn .more {
    width: 100px;
    height: 36px
  }

  .compare_yt .compare_box .compare_main .compare_content .compare_btn .more a {
    font-size: 12px
  }
}

.add_product {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  display: none
}

.add_product::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: .8
}

.add_product .add_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden
}

.add_product .add_box .add_main {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: relative;
  z-index: 2;
  background: #fff
}

.add_product .add_box .add_head {
  width: 100%;
  height: auto;
  padding: 2vw 2vw 20px;
  border-bottom: 1px solid #f3f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.add_product .add_box .add_head .title {
  font-size: 30px
}

@media (max-width:1680px) {
  .add_product .add_box .add_head .title {
    font-size: 26.25px
  }
}

@media (max-width:1440px) {
  .add_product .add_box .add_head .title {
    font-size: 22.5px
  }
}

@media (max-width:1280px) {
  .add_product .add_box .add_head .title {
    font-size: 20px
  }
}

@media (max-width:1024px) {
  .add_product .add_box .add_head .title {
    font-size: 16px
  }
}

.add_product .add_box .add_head .close {
  color: #818585;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.add_product .add_box .add_head .close i {
  font-size: 14px
}

.add_product .add_box .add_head .close:hover {
  color: #2b37d8
}

.add_product .add_box .add_form {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  padding: 0 2vw
}

.add_product .add_box .add_form .items {
  width: 100%;
  height: auto
}

.add_product .add_box .add_form .items .item {
  width: calc((100% - 40px) / 3);
  height: 60px;
  float: left
}

.add_product .add_box .add_form .items .item .layui-form-select {
  width: 100%;
  height: 100%
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-select-title {
  width: 100%;
  height: 100%
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0;
  background: #f3f5f6;
  border-radius: 3px;
  font-size: 14px;
  font-family: syht_l;
  color: #2f3133
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-disabled {
  color: #2f3133 !important
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit {
  top: 100%
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit dd {
  font-family: syht_l;
  font-size: 14px;
  color: #999
}

.add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit .layui-this {
  background: #2b37d8;
  color: #fff
}

.add_product .add_box .add_form .items .item .layui-form-selectup .layui-anim-upbit {
  top: auto;
  bottom: 100%
}

.add_product .add_box .add_form .items .item:first-child~.item {
  margin-left: 20px
}

.add_product .add_box .add_list {
  width: 100%;
  height: auto;
  max-height: calc(90px * 3 + 20px * 2);
  margin: 30px 0 40px;
  overflow: hidden;
  overflow-y: auto
}

.add_product .add_box .add_list ul {
  padding: 0 2vw;
  overflow: hidden
}

.add_product .add_box .add_list ul li {
  width: calc(50% - 10px);
  height: 90px;
  float: left;
  padding: 14px;
  background: #f3f5f6;
  border: 1px solid #f3f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden
}

.add_product .add_box .add_list ul li .img {
  width: 60px;
  height: auto;
  text-align: center;
  overflow: hidden
}

.add_product .add_box .add_list ul li .img .pb {
  padding-bottom: 100%;
  position: relative;
  z-index: 1
}

.add_product .add_box .add_list ul li .img img {
  vertical-align: middle
}

.add_product .add_box .add_list ul li .info {
  flex: 1;
  height: auto;
  padding-left: 20px;
  overflow: hidden
}

.add_product .add_box .add_list ul li .info .title {
  font-size: 18px;
  color: #2f3133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.add_product .add_box .add_list ul li .info .details {
  margin-top: 2px;
  font-family: syht_l;
  font-size: 14px;
  color: #818585;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.add_product .add_box .add_list ul li::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  background: #2b37d8;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0
}

.add_product .add_box .add_list ul li.active {
  border-color: #2b37d8
}

.add_product .add_box .add_list ul li.active .info .title {
  color: #2b37d8
}

.add_product .add_box .add_list ul li.active::after {
  opacity: 1
}

.add_product .add_box .add_list ul li:nth-child(odd) {
  margin-right: 20px
}

.add_product .add_box .add_list ul li:nth-child(2n)~li {
  margin-top: 20px
}

.add_product .add_box .submit_btn {
  width: 100%;
  height: auto;
  padding: 0 2vw 30px;
  text-align: right;
  overflow: hidden
}

.add_product .add_box .submit_btn .layui-btn {
  background: #222;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.add_product .add_box .submit_btn .layui-btn:hover {
  background: #2b37d8;
  opacity: 1
}

@media screen and (max-height:540px) {
  .add_product .add_box .add_form {
    margin-top: 20px
  }

  .add_product .add_box .add_list {
    max-height: calc(90px * 3 + 10px * 2);
    margin: 20px 0 30px
  }

  .add_product .add_box .add_list ul {
    grid-gap: 10px 10px
  }
}

@media (max-width:990px) {
  .add_product .add_box .add_main {
    width: calc(100% - 40px)
  }

  .add_product .add_box .add_head {
    padding: 20px
  }

  .add_product .add_box .add_head .title {
    font-size: 18px
  }
}

@media (max-width:768px) {
  .add_product .add_box .add_head {
    padding: 20px 15px
  }

  .add_product .add_box .add_head .title {
    font-size: 16px
  }

  .add_product .add_box .add_head .close i {
    font-size: 12px
  }

  .add_product .add_box .add_form {
    margin: 15px 0 0;
    padding: 0 15px
  }

  .add_product .add_box .add_form .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 5px
  }

  .add_product .add_box .add_form .items .item:last-child {
    grid-column: span 2
  }

  .add_product .add_box .add_form .items .item {
    width: 100%;
    height: 50px;
    margin: 0 !important
  }

  .add_product .add_box .add_form .items .item .layui-form-select .layui-input {
    font-size: 12px
  }

  .add_product .add_box .add_form .items .item .layui-form-select .layui-anim-upbit dd {
    font-size: 12px
  }

  .add_product .add_box .add_list {
    margin: 10px 0 15px;
    max-height: calc(130px * 2 + 10px)
  }

  .add_product .add_box .add_list ul {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px
  }

  .add_product .add_box .add_list ul li {
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 9px;
    display: block
  }

  .add_product .add_box .add_list ul li .img {
    margin: 0 auto
  }

  .add_product .add_box .add_list ul li .info {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    padding: 0;
    text-align: center
  }

  .add_product .add_box .add_list ul li .info .title {
    line-height: 18px;
    font-size: 12px
  }

  .add_product .add_box .add_list ul li .info .details {
    margin: 0;
    line-height: 12px;
    font-size: 10px
  }

  .add_product .add_box .submit_btn {
    padding: 0 15px 20px
  }
}

.layui_product {
  width: 100%;
  height: auto;
  padding: 40px;
  border: 1px solid #f3f5f6;
  overflow: hidden
}

.layui_product ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  overflow: hidden
}

.layui_product ul .line {
  width: 100%;
  background: #f3f5f6
}

.layui_product ul .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden
}

.layui_product ul .item .img {
  width: 160px;
  height: auto;
  padding: 15px;
  background: url(../image/pro_list_bg.jpg);
  overflow: hidden
}

.layui_product ul .item .img .pb {
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: center
}

.layui_product ul .item .info {
  flex: 1;
  height: auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden
}

.layui_product ul .item .info .title {
  font-size: 24px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.layui_product ul .item .info .details {
  margin-top: 5px;
  font-size: 16px;
  font-family: syht_l;
  color: #818585;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.layui_product ul .item .item_btn {
  width: 60px;
  height: 100%;
  padding: 15px 0;
  overflow: hidden
}

.layui_product ul .item .item_btn .add_btn,
.layui_product ul .item .item_btn .remove_btn {
  width: 60px;
  height: 60px;
  background: #f3f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden
}

.layui_product ul .item .item_btn .add_btn .icon,
.layui_product ul .item .item_btn .remove_btn .icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden
}

.layui_product ul .item .item_btn .add_btn .icon::before,
.layui_product ul .item .item_btn .remove_btn .icon::before,
.layui_product ul .item .item_btn .add_btn .icon::after,
.layui_product ul .item .item_btn .remove_btn .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #818585;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.layui_product ul .item .item_btn .add_btn .icon::before,
.layui_product ul .item .item_btn .remove_btn .icon::before {
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px
}

.layui_product ul .item .item_btn .add_btn .icon::after,
.layui_product ul .item .item_btn .remove_btn .icon::after {
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px
}

.layui_product ul .item .item_btn .add_btn:hover .icon,
.layui_product ul .item .item_btn .remove_btn:hover .icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}

.layui_product ul .item .item_btn .add_btn .icon::before,
.layui_product ul .item .item_btn .add_btn .icon::after {
  background: #2b37d8
}

.layui_product ul .item .item_btn .remove_btn {
  margin-top: 10px
}

.layui_product ul .item .item_btn .remove_btn .icon::before,
.layui_product ul .item .item_btn .remove_btn .icon::after {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.layui_product ul .active {
  width: 100%;
  height: auto;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden
}

.layui_product ul .active .add {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.layui_product ul .active .add::before,
.layui_product ul .active .add::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #818585;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.layui_product ul .active .add::before {
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px
}

.layui_product ul .active .add::after {
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px
}

.layui_product ul .active .txt {
  margin-top: 20px;
  font-size: 18px;
  color: #818585
}

.layui_product ul .active:hover .add {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}

.layui_product ul .active:hover .add::before,
.layui_product ul .active:hover .add::after {
  background: #2b37d8
}

.layui_product ul .item:nth-child(2)~.active {
  display: none
}

@media (max-width:1366px) {
  .layui_product {
    padding: 30px
  }

  .layui_product ul {
    grid-row-gap: 30px
  }

  .layui_product ul .item {
    padding: 0 30px 0 0
  }

  .layui_product ul .item .img {
    width: 140px
  }

  .layui_product ul .item .info .title {
    font-size: 20px
  }

  .layui_product ul .item .info .details {
    font-size: 14px
  }

  .layui_product ul .item .item_btn {
    width: 50px;
    padding: 10px 0
  }

  .layui_product ul .item .item_btn .add_btn,
  .layui_product ul .item .item_btn .remove_btn {
    width: 50px;
    height: 50px
  }

  .layui_product ul .item:nth-child(2) {
    padding: 0 0 0 40px
  }

  .layui_product ul .active .add {
    width: 24px;
    height: 24px
  }

  .layui_product ul .active .txt {
    font-size: 16px
  }
}

@media (max-width:990px) {
  .layui_product {
    padding: 20px
  }

  .layui_product ul {
    display: block
  }

  .layui_product ul .item {
    margin-top: 20px;
    padding: 20px 0 0 !important;
    border: 0;
    border-top: 1px solid #f3f5f6 !important
  }

  .layui_product ul .item .info {
    padding: 20px
  }

  .layui_product ul .item .info .title {
    font-size: 16px
  }

  .layui_product ul .item .info .details {
    font-size: 14px
  }

  .layui_product ul .item .item_btn .add_btn .icon,
  .layui_product ul .item .item_btn .remove_btn .icon {
    width: 10px;
    height: 10px
  }

  .layui_product ul .item .item_btn .add_btn .icon::before,
  .layui_product ul .item .item_btn .remove_btn .icon::before {
    width: 2px
  }

  .layui_product ul .item .item_btn .add_btn .icon::after,
  .layui_product ul .item .item_btn .remove_btn .icon::after {
    height: 2px
  }

  .layui_product ul .item:first-child {
    margin: 0;
    padding: 0 !important;
    border-top: 0 !important
  }

  .layui_product ul .item:first-child~.active {
    display: none
  }
}

@media (max-width:768px) {
  .layui_product {
    padding: 15px
  }

  .layui_product ul {
    display: block
  }

  .layui_product ul .item {
    margin-top: 15px;
    padding: 15px 0 0 !important
  }

  .layui_product ul .item .img {
    width: 80px
  }

  .layui_product ul .item .info {
    padding: 0 15px
  }

  .layui_product ul .item .info .title {
    font-size: 14px
  }

  .layui_product ul .item .info .details {
    font-size: 12px
  }

  .layui_product ul .item .item_btn {
    width: 35px;
    padding: 0
  }

  .layui_product ul .item .item_btn .add_btn,
  .layui_product ul .item .item_btn .remove_btn {
    width: 35px;
    height: 35px
  }
}