
@font-face {
  font-family: "hs_m";
  src: url('../font/HarmonyOS_Sans_Medium.ttf');
}
@font-face {
  font-family: "hs_b";
  src: url('../font/HarmonyOS_Sans_Bold.ttf');
}
@font-face {
  font-family: "gr_r";
  src: url('https://www.tigerchip666.com/wstmart/home/view/default/fonts/gilroy-regular.otf');
}
@font-face {
  font-family: "gr_m";
  src: url('https://www.tigerchip666.com/wstmart/home/view/default/fonts/gilroy-medium.otf');
}
@font-face {
  font-family: "gr_l";
  src: url('https://www.tigerchip666.com/wstmart/home/view/default/fonts/gilroy-Light.otf');
}
@font-face {
  font-family: "gr_b";
  src: url('https://www.tigerchip666.com/wstmart/home/view/default/fonts/gilroy-bold.otf');
}
@font-face {
  font-family: "din_b";
  src: url('https://www.tigerchip666.com/wstmart/home/view/default/fonts/DIN-Bold.otf');
}
body {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  font-family: 'Microsoft YaHei';
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -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;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.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;
}
/*html5设置*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html,
body,
div,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  color: rgb(40,48,104);
}
a img {
  border: none;
}
/*强制去除表单自带的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*清楚浮动*/
.clear {
  clear: both;
  overflow: hidden;
}
/*该设置跟后台编辑器有关*/
.ul,
.ul li,
.dl,
.dl dd,
ul,
ul li,
ol,
ol li,
dl,
dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
.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;
}
/*主轴对齐*/
.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;
}
/*伸缩性*/
.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;
}
.text2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dh {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dh1 {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.dh2 {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.dh5 {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}

.imgfd {
  -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);
}
.xz45 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
}
.xz90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.xz180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.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%;
  max-width: 100%;
  max-height: 100%;
  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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 2px;
  background-color: #ccc;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #265ebf;
  border-radius: 10px;
}
.scrollbar2::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.scrollbar2::-webkit-scrollbar-thumb {
  background-color: #265ebf;
  border-radius: 10px;
}
.scrollbar3::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.scrollbar3::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

@media (max-width: 1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .w1400,
  .wrap,
  .w1560,
  .w1600 {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .w1400,
  .wrap,
  .w1560,
  .w1600 {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}


header {
    width: 100%;
    height: 120px;
    padding: 0 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header a {
    color: #121618;
    font-size: 18px;
  }
  header.on {
    height: 80px;
  }
  header .left {
    position: relative;
    height: 100%;
    width: 35%;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header .left:before {
    content: '';
    width: 1920px;
    height: 100%;
    position: absolute;
    background: #265ebf;
    left: -1920px;
    top: 0;
  }
  header .left .logo {
    height: 100%;
    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;
    padding-right: 30px;
    background: #265ebf;
  }
  header .left .logo_t {
    line-height: 1.5;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 30px;
    white-space: nowrap;
  }
  @media (max-width: 1920px) {
    header .left .logo_t p {
      font-size: 20px;
    }
  }
  @media (max-width: 1776px) {
    header .left .logo_t p {
      font-size: 18.12244898px;
    }
  }
  @media (max-width: 1680px) {
    header .left .logo_t p {
      font-size: 17.14285714px;
    }
  }
  @media (max-width: 1600px) {
    header .left .logo_t p {
      font-size: 16.32653061px;
    }
  }
  @media (max-width: 1500px) {
    header .left .logo_t p {
      font-size: 15.30612245px;
    }
  }
  @media (max-width: 1440px) {
    header .left .logo_t p {
      font-size: 14.69387755px;
    }
  }
  @media (max-width: 1366px) {
    header .left .logo_t p {
      font-size: 13.93877551px;
    }
  }
  @media (max-width: 1280px) {
    header .left .logo_t p {
      font-size: 13.06122449px;
    }
  }
  @media (max-width: 1152px) {
    header .left .logo_t p {
      font-size: 11.75510204px;
    }
  }
  @media (max-width: 1024px) {
    header .left .logo_t p {
      font-size: 10.44897959px;
    }
  }
  @media (max-width: 990px) {
    header .left .logo_t p {
      font-size: 10.10204082px;
    }
  }
  header .left .logo_t h3 {
    font-weight: bold;
    color: #265ebf;
  }
  @media (max-width: 1920px) {
    header .left .logo_t h3 {
      font-size: 22px;
    }
  }
  @media (max-width: 1776px) {
    header .left .logo_t h3 {
      font-size: 19.93469388px;
    }
  }
  @media (max-width: 1680px) {
    header .left .logo_t h3 {
      font-size: 18.85714286px;
    }
  }
  @media (max-width: 1600px) {
    header .left .logo_t h3 {
      font-size: 17.95918367px;
    }
  }
  @media (max-width: 1500px) {
    header .left .logo_t h3 {
      font-size: 16.83673469px;
    }
  }
  @media (max-width: 1440px) {
    header .left .logo_t h3 {
      font-size: 16.16326531px;
    }
  }
  @media (max-width: 1366px) {
    header .left .logo_t h3 {
      font-size: 15.33265306px;
    }
  }
  @media (max-width: 1280px) {
    header .left .logo_t h3 {
      font-size: 14.36734694px;
    }
  }
  @media (max-width: 1152px) {
    header .left .logo_t h3 {
      font-size: 12.93061224px;
    }
  }
  @media (max-width: 1024px) {
    header .left .logo_t h3 {
      font-size: 11.49387755px;
    }
  }
  @media (max-width: 990px) {
    header .left .logo_t h3 {
      font-size: 11.1122449px;
    }
  }
  header .right {
    width: 65%;
    height: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .right .nav {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: calc(100% - 280px);
  }
  header .right .nav li {
    height: 100%;
    margin-left: 2.6vw;
  }
  header .right .nav li :first-child{
    margin-left: 0;
  }
  header .right .nav li:hover > a,
  header .right .nav li.on > a {
    color: #265ebf;
  }
  header .right .nav li:hover > a:before,
  header .right .nav li.on > a:before {
    width: 100%;
    background: #265ebf;
  }
  header .right .nav li > a {
    display: block;
    height: 100%;
    white-space: nowrap;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .right .nav li > a:before {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .right .nav li:hover .nav_sub {
    opacity: 1;
    max-height: 1000px;
    z-index: 1;
    background: #f8f8f8;
  }
  header .right .nav li .nav_sub {
    width: 100%;
    opacity: 0;
    max-height: 0;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    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;
  }
  header .right .nav li .nav_sub .nav_l {
    width: 25.3%;
    position: relative;
    background-color: #f8f8f8;
  }
  @media (max-width: 1920px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media (max-width: 1776px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 45.30612245px;
      padding-bottom: 45.30612245px;
    }
  }
  @media (max-width: 1680) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 42.85714286px;
      padding-bottom: 42.85714286px;
    }
  }
  @media (max-width: 1600px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 40.81632653px;
      padding-bottom: 40.81632653px;
    }
  }
  @media (max-width: 1500px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 38.26530612px;
      padding-bottom: 38.26530612px;
    }
  }
  @media (max-width: 1440px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 36.73469388px;
      padding-bottom: 36.73469388px;
    }
  }
  @media (max-width: 1366px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 34.84693878px;
      padding-bottom: 34.84693878px;
    }
  }
  @media (max-width: 1280px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 32.65306122px;
      padding-bottom: 32.65306122px;
    }
  }
  @media (max-width: 1152px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 29.3877551px;
      padding-bottom: 29.3877551px;
    }
  }
  @media (max-width: 1024px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 26.12244898px;
      padding-bottom: 26.12244898px;
    }
  }
  @media (max-width: 990px) {
    header .right .nav li .nav_sub .nav_l {
      padding-top: 25.25510204px;
      padding-bottom: 25.25510204px;
    }
  }
  header .right .nav li .nav_sub .nav_l a {
    font-size: 20px;
    line-height: 60px;
    color: #333333;
    top: 50px;
    right: 90px;
    padding-left: 30%;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .right .nav li .nav_sub .nav_l a:hover,
  header .right .nav li .nav_sub .nav_l a.on {
    color: #265ebf;
  }
  header .right .nav li .nav_sub .nav_r {
    width: 74.7%;
    background-color: #ffff;
  }
  @media (max-width: 1920px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 70px;
      padding-bottom: 60px;
    }
  }
  @media (max-width: 1776px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 63.42857143px;
      padding-bottom: 54.36734694px;
    }
  }
  @media (max-width: 1680) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 60px;
      padding-bottom: 51.42857143px;
    }
  }
  @media (max-width: 1600px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 57.14285714px;
      padding-bottom: 48.97959184px;
    }
  }
  @media (max-width: 1500px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 53.57142857px;
      padding-bottom: 45.91836735px;
    }
  }
  @media (max-width: 1440px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 51.42857143px;
      padding-bottom: 44.08163265px;
    }
  }
  @media (max-width: 1366px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 48.78571429px;
      padding-bottom: 41.81632653px;
    }
  }
  @media (max-width: 1280px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 45.71428571px;
      padding-bottom: 39.18367347px;
    }
  }
  @media (max-width: 1152px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 41.14285714px;
      padding-bottom: 35.26530612px;
    }
  }
  @media (max-width: 1024px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 36.57142857px;
      padding-bottom: 31.34693878px;
    }
  }
  @media (max-width: 990px) {
    header .right .nav li .nav_sub .nav_r {
      padding-top: 35.35714286px;
      padding-bottom: 30.30612245px;
    }
  }
  header .right .nav li .nav_sub .nav_r .nav_r_d {
    width: 100%;
    height: 0;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header .right .nav li .nav_sub .nav_r .nav_r_d.on {
    height: auto;
  }
  header .right .nav li .nav_sub .nav_r .l {
    width: 60%;
    padding-left: 5%;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  header .right .nav li .nav_sub .nav_r .l a {
    width: 50%;
    font-size: 18px;
    line-height: 48px;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .right .nav li .nav_sub .nav_r .l a span {
    position: relative;
  }
  header .right .nav li .nav_sub .nav_r .l a span:before {
    display: block;
    content: '';
    width: 0%;
    height: 1px;
    background-color: #265ebf;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .right .nav li .nav_sub .nav_r .l a:hover,
  header .right .nav li .nav_sub .nav_r .l a.on {
    color: #265ebf;
  }
  header .right .nav li .nav_sub .nav_r .l a:hover span:before,
  header .right .nav li .nav_sub .nav_r .l a.on span:before {
    width: 100%;
    background-color: #265ebf;
    left: 0;
  }
  header .right .nav li .nav_sub .nav_r .r {
    width: 40%;
    padding-right: 10%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  header .right .nav li .nav_sub .nav_r .r .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
  }
  header .right .nav li .nav_sub .nav_r .r .imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    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 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .right .nav li .nav_sub .nav_r .r p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 48px;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_l {
    width: 38.875%;
    padding-left: 8%;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_l h3 {
    font-size: 30px;
    line-height: 48px;
    color: #333;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_l div {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    width: 88%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  @media (max-width: 1920px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 30px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1776px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 27.18367347px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1680) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 25.71428571px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1600px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 24.48979592px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1500px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 22.95918367px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1440px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 22.04081633px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1366px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 20.90816327px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1280px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 19.59183673px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1152px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 17.63265306px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 1024px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 15.67346939px;
      padding-bottom: 0px;
    }
  }
  @media (max-width: 990px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      padding-top: 15.15306122px;
      padding-bottom: 0px;
    }
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_l a {
    background-color: #265ebf;
    width: 150px;
    height: 44px;
    padding: 0 20px;
    color: #fff;
    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;
    white-space: nowrap;
    font-size: 16px;
  }
  @media (max-width: 1920px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 100px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1776px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 90.6122449px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1680) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 85.71428571px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1600px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 81.63265306px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1500px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 76.53061224px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1440px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 73.46938776px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1366px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 69.69387755px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1280px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 65.30612245px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1152px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 58.7755102px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 1024px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 52.24489796px;
      margin-bottom: 0px;
    }
  }
  @media (max-width: 990px) {
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      margin-top: 50.51020408px;
      margin-bottom: 0px;
    }
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_l a i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    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;
    background: #fff;
    color: #265ebf;
    margin-left: 8px;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_r {
    width: 61.125%;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_r .l {
    width: 55.5%;
    padding-left: 8%;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_r .l a {
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
    line-height: 50px;
    color: #333;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_r .l a:hover,
  header .right .nav li .nav_sub.nav_sub3 .nav_r .l a.on {
    color: #265ebf;
  }
  header .right .nav li .nav_sub.nav_sub3 .nav_r .r {
    width: 44.5%;
    padding-right: 5%;
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header .right .tel_a {
    margin-left: 50px;
    width: 50px;
    height: 50px;
    position: relative;
  }
  header .right .tel_a:hover {
    overflow: visible;
  }
  header .right .tel_a:hover .tel_r {
    width: auto;
    padding: 0 10px;
  }
  header .right .tel_a a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 21px 0px rgba(18, 22, 24, 0.13);
    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;
    z-index: 1;
  }
  header .right .tel_a a i {
    color: #265ebf;
  }
  @media (max-width: 1920px) {
    header .right .tel_a a i {
      font-size: 24px;
    }
  }
  @media (max-width: 1776px) {
    header .right .tel_a a i {
      font-size: 21.74693878px;
    }
  }
  @media (max-width: 1680px) {
    header .right .tel_a a i {
      font-size: 20.57142857px;
    }
  }
  @media (max-width: 1600px) {
    header .right .tel_a a i {
      font-size: 19.59183673px;
    }
  }
  @media (max-width: 1500px) {
    header .right .tel_a a i {
      font-size: 18.36734694px;
    }
  }
  @media (max-width: 1440px) {
    header .right .tel_a a i {
      font-size: 17.63265306px;
    }
  }
  @media (max-width: 1366px) {
    header .right .tel_a a i {
      font-size: 16.72653061px;
    }
  }
  @media (max-width: 1280px) {
    header .right .tel_a a i {
      font-size: 15.67346939px;
    }
  }
  @media (max-width: 1152px) {
    header .right .tel_a a i {
      font-size: 14.10612245px;
    }
  }
  @media (max-width: 1024px) {
    header .right .tel_a a i {
      font-size: 12.53877551px;
    }
  }
  @media (max-width: 990px) {
    header .right .tel_a a i {
      font-size: 12.12244898px;
    }
  }
  header .right .tel_a .tel_r {
    position: absolute;
    width: 0px;
    height: 50px;
    padding: 0;
    font-weight: bold;
    right: 50px;
    z-index: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    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;
    color: #265ebf;
  }
  header .right .tel_a .tel_r span {
    line-height: 1.1;
    white-space: nowrap;
  }
  @media (max-width: 1920px) {
    header .right .tel_a .tel_r span {
      font-size: 16px;
    }
  }
  @media (max-width: 1776px) {
    header .right .tel_a .tel_r span {
      font-size: 14.49795918px;
    }
  }
  @media (max-width: 1680px) {
    header .right .tel_a .tel_r span {
      font-size: 13.71428571px;
    }
  }
  @media (max-width: 1600px) {
    header .right .tel_a .tel_r span {
      font-size: 13.06122449px;
    }
  }
  @media (max-width: 1500px) {
    header .right .tel_a .tel_r span {
      font-size: 12.24489796px;
    }
  }
  @media (max-width: 1440px) {
    header .right .tel_a .tel_r span {
      font-size: 11.75510204px;
    }
  }
  @media (max-width: 1366px) {
    header .right .tel_a .tel_r span {
      font-size: 11.15102041px;
    }
  }
  @media (max-width: 1280px) {
    header .right .tel_a .tel_r span {
      font-size: 10.44897959px;
    }
  }
  @media (max-width: 1152px) {
    header .right .tel_a .tel_r span {
      font-size: 9.40408163px;
    }
  }
  @media (max-width: 1024px) {
    header .right .tel_a .tel_r span {
      font-size: 8.35918367px;
    }
  }
  @media (max-width: 990px) {
    header .right .tel_a .tel_r span {
      font-size: 8.08163265px;
    }
  }
  header .right .tel_a .tel_r p {
    font-family: 'gr_b';
    line-height: 1.1;
    white-space: nowrap;
  }
  @media (max-width: 1920px) {
    header .right .tel_a .tel_r p {
      font-size: 24px;
    }
  }
  @media (max-width: 1776px) {
    header .right .tel_a .tel_r p {
      font-size: 21.74693878px;
    }
  }
  @media (max-width: 1680px) {
    header .right .tel_a .tel_r p {
      font-size: 20.57142857px;
    }
  }
  @media (max-width: 1600px) {
    header .right .tel_a .tel_r p {
      font-size: 19.59183673px;
    }
  }
  @media (max-width: 1500px) {
    header .right .tel_a .tel_r p {
      font-size: 18.36734694px;
    }
  }
  @media (max-width: 1440px) {
    header .right .tel_a .tel_r p {
      font-size: 17.63265306px;
    }
  }
  @media (max-width: 1366px) {
    header .right .tel_a .tel_r p {
      font-size: 16.72653061px;
    }
  }
  @media (max-width: 1280px) {
    header .right .tel_a .tel_r p {
      font-size: 15.67346939px;
    }
  }
  @media (max-width: 1152px) {
    header .right .tel_a .tel_r p {
      font-size: 14.10612245px;
    }
  }
  @media (max-width: 1024px) {
    header .right .tel_a .tel_r p {
      font-size: 12.53877551px;
    }
  }
  @media (max-width: 990px) {
    header .right .tel_a .tel_r p {
      font-size: 12.12244898px;
    }
  }
  header .right .line {
    margin-left: 25px;
  }
  header .right .line > a {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    background: #265ebf;
    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: 16px;
    color: #fff;
  }
  header .right .line > a span {
    margin: 0 15px 0 10px;
  }
  header .open_nav {
    display: none;
  }
  .head_d {
    width: 100%;
    height: 120px;
  }
  .header_wap {
    display: none;
  }
  @media (max-width: 1680px) {
    header {
      height: 100px;
    }
    .head_d {
      height: 100px;
    }
    header .left .logo {
      padding-right: 20px;
    }
    header .left .logo_t {
      padding: 0 20px;
    }
    header .right .tel_a {
      margin-left: 30px;
    }
    header .right .line {
      margin-left: 20px;
    }
    header .right .nav {
      width: calc(100% - 250px);
    }
  }
  @media (max-width: 1440px) {
    header {
      height: 80px;
    }
    header a {
      font-size: 16px;
    }
    .head_d {
      height: 80px;
    }
    header .right .nav {
      width: calc(100% - 230px);
    }
    header .left .logo {
      padding-right: 15px;
    }
    header .left .logo_t {
      padding: 0 15px;
    }
    header .right .tel_a {
      margin-left: 20px;
      width: 40px;
      height: 40px;
    }
    header .right .tel_a p {
      height: 40px;
      line-height: 40px;
      right: 40px;
    }
    header .right .line {
      margin-left: 15px;
    }
    header .right .line > a {
      width: 150px;
      height: 40px;
      font-size: 14px;
    }
    header .right .line > a span {
      margin: 0 8px;
    }
    header .right .nav li > a:before {
      height: 3px;
    }
    header .right .nav li .nav_sub .nav_l a {
      font-size: 18px;
      line-height: 40px;
    }
    header .right .nav li .nav_sub .nav_r .l a {
      font-size: 16px;
      line-height: 35px;
    }
    header .right .nav li .nav_sub .nav_r .r p {
      font-size: 15px;
    }
    header .right .nav li .nav_sub.nav_sub3 .nav_l h3 {
      font-size: 24px;
      line-height: 30px;
    }
    header .right .nav li .nav_sub.nav_sub3 .nav_l div {
      font-size: 14px;
      line-height: 26px;
    }
    header .right .nav li .nav_sub.nav_sub3 .nav_l a {
      font-size: 14px;
    }
    header .right .nav li .nav_sub.nav_sub3 .nav_l a i {
      width: 20px;
      height: 20px;
    }
    header .right .nav li .nav_sub.nav_sub3 .nav_r .l a {
      font-size: 16px;
      line-height: 40px;
    }
  }
  @media (max-width: 1366px) {
    header a {
      font-size: 15px;
    }
    header .left .logo {
      padding-right: 10px;
    }
    header .left .logo_t {
      padding: 0 10px;
    }
    header .right .tel_a {
      margin-left: 20px;
      width: 35px;
      height: 35px;
    }
    header .right .tel_a p {
      height: 35px;
      line-height: 35px;
      right: 35px;
    }
    header .right .line {
      margin-left: 15px;
    }
    header .right .line > a {
      width: 130px;
      height: 35px;
      font-size: 14px;
    }
    header .right .line > a span {
      margin: 0 5px;
    }
    header .right .nav {
      width: calc(100% - 180px);
    }
  }
  @media (max-width: 1280px) {
    header .left {
      width: 170px;
    }
    header .left .logo_t {
      display: none;
    }
    header .right {
      width: calc(100% - 200px);
    }
  }
  @media (max-width: 1024px) {
    header {
      padding: 0 30px;
    }
  }
  @media (max-width: 990px) {
    header {
      padding: 0 20px;
      height: 60px;
    }
    header.on {
      height: 60px;
    }
    header .left {
      width: auto;
    }
    header .left .logo {
      width: 100px;
    }
    header .left .logo_t {
      display: flex;
    }
    .head_d {
      height: 60px;
    }
    header .right {
      display: none;
    }
    header .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;
    }
    header .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);
    }
    header .open_nav.on i:nth-child(2) {
      opacity: 0;
    }
    header .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);
    }
    header .open_nav i {
      width: 24px;
      height: 2px;
      background-color: #265ebf;
      margin: 2.5px 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .header_wap {
      display: block;
      width: 100%;
      height: 0;
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background: #f2f5ff;
      z-index: 9;
      padding: 20px;
      overflow: hidden;
    }
    .header_wap.on {
      top: 60px;
      height: calc(100vh - 60px);
      overflow-y: auto;
      z-index: 999;
    }
    .header_wap ul li {
      position: relative;
    }
    .header_wap ul li.on .li_a {
      color: #265ebf;
    }
    .header_wap ul li.on .i1 {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -moz-transform: rotate(90deg);
      /* Firefox */
      -webkit-transform: rotate(90deg);
      /* Safari 和 Chrome */
      -o-transform: rotate(90deg);
      color: #265ebf;
    }
    .header_wap ul li.on .sub_wap {
      height: auto;
      padding-bottom: 5px;
    }
    .header_wap ul li.on .a1 {
      color: #265ebf;
      border-bottom: 1px solid #265ebf;
    }
    .header_wap ul li.on .a1 a {
      color: #265ebf;
    }
    .header_wap ul li > a {
      font-size: 18px;
      line-height: 45px;
      display: block;
      width: 100%;
    }
    .header_wap ul li .a1,
    .header_wap ul li .a2 {
      position: relative;
      height: 45px;
      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;
    }
    .header_wap ul li .a1 i,
    .header_wap ul li .a2 i {
      width: 45px;
      height: 45px;
      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: 20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .header_wap ul li .a1 a,
    .header_wap ul li .a2 a {
      width: calc(100% - 45px);
      height: 100%!important;
      font-size: 18px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: flex !important;
      -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;
      padding-left: 0!important;
    }
    .header_wap ul li .a1 a:before,
    .header_wap ul li .a2 a:before {
      display: none;
    }
    .header_wap ul li .a2 {
      height: 40px;
    }
    .header_wap ul li .a2 i {
      width: 40px;
      height: 40px;
      font-size: 18px;
    }
    .header_wap ul li .a2 a {
      width: calc(100% - 40px);
      font-size: 16px!important;
    }
    .header_wap ul li .a2.on .i2 {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -moz-transform: rotate(90deg);
      /* Firefox */
      -webkit-transform: rotate(90deg);
      /* Safari 和 Chrome */
      -o-transform: rotate(90deg);
      color: #265ebf;
    }
    .header_wap ul li .a2.on a {
      color: #265ebf;
    }
    .header_wap ul li .sub_wap {
      height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .header_wap ul li .sub_wap .sub_wap2 {
      padding: 0 10px;
    }
    .header_wap ul li .sub_wap .sub_wap2 a {
      height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 14px;
      line-height: 26px;
    }
    .header_wap ul li .sub_wap .sub_wap2 a.on {
      height: auto;
    }
    .header_wap ul li .sub_wap a {
      font-size: 16px;
      line-height: 40px;
      padding-left: 15px;
      display: block;
      position: relative;
    }
    .header_wap ul li .sub_wap a:before {
      content: '';
      width: 8px;
      height: 2px;
      background: #666666;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .header_wap .search_box_wap {
      width: 100%;
      height: 40px;
      margin-top: 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;
    }
    .header_wap .search_box_wap input {
      width: calc(100% - 40px);
      height: 40px;
      padding: 0 10px;
      background: #fff;
      color: #666;
    }
    .header_wap .search_box_wap input::placeholder {
      color: #666;
    }
    .header_wap .search_box_wap .search_a_wap {
      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;
      background: #fff;
    }
    .header_wap .line {
      margin: 15px auto;
    }
    .header_wap .line > a {
      width: 150px;
      height: 40px;
      border-radius: 20px;
      background: #265ebf;
      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: 16px;
      color: #fff;
      margin: 0 auto;
    }
    .header_wap .line > a span {
      margin: 0 15px 0 10px;
    }
  }

  
footer {
  width: 100%;
  background: #192029;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1920px) {
  footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1776px) {
  footer {
    padding-top: 72.48979592px;
    padding-bottom: 54.36734694px;
  }
}
@media (max-width: 1680) {
  footer {
    padding-top: 68.57142857px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1600px) {
  footer {
    padding-top: 65.30612245px;
    padding-bottom: 48.97959184px;
  }
}
@media (max-width: 1500px) {
  footer {
    padding-top: 61.2244898px;
    padding-bottom: 45.91836735px;
  }
}
@media (max-width: 1440px) {
  footer {
    padding-top: 58.7755102px;
    padding-bottom: 44.08163265px;
  }
}
@media (max-width: 1366px) {
  footer {
    padding-top: 55.75510204px;
    padding-bottom: 41.81632653px;
  }
}
@media (max-width: 1280px) {
  footer {
    padding-top: 52.24489796px;
    padding-bottom: 39.18367347px;
  }
}
@media (max-width: 1152px) {
  footer {
    padding-top: 47.02040816px;
    padding-bottom: 35.26530612px;
  }
}
@media (max-width: 1024px) {
  footer {
    padding-top: 41.79591837px;
    padding-bottom: 31.34693878px;
  }
}
@media (max-width: 990px) {
  footer {
    padding-top: 40.40816327px;
    padding-bottom: 30.30612245px;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #fff;
}
footer .foot1 {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1776px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 63.42857143px;
  }
}
@media (max-width: 1680) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 57.14285714px;
  }
}
@media (max-width: 1500px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 53.57142857px;
  }
}
@media (max-width: 1440px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 51.42857143px;
  }
}
@media (max-width: 1366px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 48.78571429px;
  }
}
@media (max-width: 1280px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 45.71428571px;
  }
}
@media (max-width: 1152px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 41.14285714px;
  }
}
@media (max-width: 1024px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 36.57142857px;
  }
}
@media (max-width: 990px) {
  footer .foot1 {
    padding-top: 0px;
    padding-bottom: 35.35714286px;
  }
}
footer .foot1 .f_title h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .foot1 .f_title h3 span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
footer .foot1 .f_menu {
  width: 490px;
}
footer .foot1 .f_menu ul {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
footer .foot1 .f_menu ul li {
  width: 25%;
  margin-bottom: 20px;
}
footer .foot1 .f_menu ul li a {
  font-size: 14px;
}
footer .foot1 .f_lx {
  width: 400px;
  margin: 0 50px;
}
footer .foot1 .f_lx .box {
  font-size: 14px;
  line-height: 36px;
  color: #aaaaaa;
}
footer .foot1 .f_lx .box b {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}
footer .foot1 .f_ewm {
  width: 318px;
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer .foot1 .f_ewm .box1 {
  width: 147px;
  max-width: 48%;
}
footer .foot1 .f_ewm .box1 .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 10px;
}
footer .foot1 .f_ewm .box1 .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .foot1 .f_ewm .box1 p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
footer .foot2 {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer .foot2 .copyright {
  width: calc(100% - 250px);
}
footer .foot2 .jszc {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .foot2 .jszc a {
  font-size: 14px;
  padding-left: 16px;
  margin-left: 15px;
  position: relative;
}
footer .foot2 .jszc a:first-child {
  padding-left: 0;
  margin-left: 0;
}
footer .foot2 .jszc a:first-child:before {
  display: none;
}
footer .foot2 .jszc a:before {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  left: 0;
  top: 15%;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1440px) {
  footer .foot1 .f_ewm {
    width: 250px;
  }
  footer .foot1 .f_title h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  footer .foot1 .f_title h3 span {
    font-size: 16px;
  }
  footer .foot1 .f_lx {
    margin: 0 25px;
  }
  footer .foot1 .f_lx .box b {
    font-size: 14px;
    margin-left: 2px;
  }
}
@media (max-width: 990px) {
  footer .foot1 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 15px;
  }
  footer .foot1 .f_menu {
    width: 100%;
  }
  footer .foot1 .f_lx {
    width: 100%;
    margin: 10px 0 15px;
  }
  footer .foot1 .f_title h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  footer .foot1 .f_title h3 span {
    font-size: 14px;
  }
  footer .foot1 .f_menu ul li {
    margin-bottom: 10px;
    width: auto;
    min-width: 21%;
  }
  footer .foot1 .f_lx .box {
    line-height: 26px;
  }
  footer .foot2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .foot1 .f_ewm {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  footer .foot2 .copyright {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .foot2 .jszc {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}