@charset "UTF-8";
/*
Theme Name: Autel Green
*/
/* 变量类 _vars.scss */
/* 颜色 */
/* 字体 */
/* 行高 */
/* 字体 */
/* 行高 */
/* 函数类 */
/* _base.scss */
@font-face {
  font-family: "HarmonyOSHans-Bold";
  src: url("HarmonyOSHans-Bold.woff2") format("woff2"), url("HarmonyOSHans-Bold.woff") format("woff");
}

@font-face {
  font-family: "HarmonyOSHans-Medium";
  src: url("HarmonyOSHans-Medium.woff2") format("woff2"), url("HarmonyOSHans-Medium.woff") format("woff");
}

@font-face {
  font-family: "HarmonyOSHans-Regular";
  src: url("HarmonyOSHans-Regular.woff2") format("woff2"), url("HarmonyOSHans-Regular.woff") format("woff");
}
 
body {
  font-family: Helvetica,Inconsolata;
}

/* 字体包引入开始 */
@font-face {
  font-family: "PingFangSC-Regular";
  src: local("PingFangSC-Thin");
  font-style: normal;
}
 :root {
    --main-color: #007ed1;
    --main-color1: #d32329;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@font-face {
  font-family: "PingFangSC-Regular";
  src: local("PingFangSC-Regular");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("HuaweiSans-Light.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("HuaweiSans-Bold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("HuaweiSans-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("HuaweiSans-Medium.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("Manrope-Bold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("Manrope-SemiBold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("Manrope-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("Manrope-Medium.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("Manrope-Light.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOSHans-Medium";
  src: url("HarmonyOSHans-Medium.woff2") format("woff2"), url("HarmonyOSHans-Medium.woff") format("woff");
}

@font-face {
  font-family: "HarmonyOSHans-Regular";
  src: url("HarmonyOSHans-Regular.woff2") format("woff2"), url("HarmonyOSHans-Regular.woff") format("woff");
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-size: inherit;
  font-family: Helvetica,Inconsolata;
}

a {
  color: #1d1d1f;
  text-decoration: none;
  font-size: 14px;
  font-family: Helvetica,Inconsolata;
}

a:active {
  color: #000000;
}

a[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  a:hover {
    color: #000000;
  }
}

a[href] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  margin: .2rem 0;
  border: 0;
  border-top: 1px solid #CACACA;
  padding: 0;
}

.line-v {
  display: block;
  width: 1px;
  margin: 0 .2rem;
  border: 0;
  border-top: 1px solid #CACACA;
  background-color: #000000;
  padding: 0;
  align-self: normal;
  opacity: .3;
}

img {
  width: 100%;
}

ul, li {
  list-style: none;
}

.hide {
  display: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: ' ';
  height: 1px;
  width: 1px;
  visibility: hidden;
  clear: both;
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullwc {
  width: 100%;
  text-align: center;
}

[data-magic-name] {
  visibility: hidden;
}

:after, :before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  line-height: 1.15;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
  font-size: 100%;
}

nav ol, nav ul {
  list-style: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}



::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: initial;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, dialog {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

.rte {
  font-size: inherit;
}

.rte p {
  margin-bottom: .4rem;
}

.rte2 p {
  margin-bottom: 10px;
}

.rte3 h3 {
  margin-top: 32px;
  margin-bottom: 10px;
}

.rte3 p {
  font-family: SourceHanSansCN-Normal;
  margin-bottom: 10px;
  text-indent: 32px; 
  line-height: 1.5;
  color: #666;
}

/* _typography.scss */
/* 
  排版类
  _typography
  .t, .s
  规则：排版类不要添加 margin padding，而这两个属性应该直接添加到组件

*/
/* 
$fs_super_x: .56rem; // 超大字号，用于 banner
$fs_super: .48rem; // 超大字号，用于 section 模块大标题

$fs_max_x: .32rem; // 大字号，用于 banner
$fs_max: .28rem; // 大字号，用于 模块二级标题

$fs_normal: .16rem; // 正常字号，用于 导航链接、按钮等
$fs_small: .14rem; // 小字号，用于 页脚导航文字等


*/
.t1 {
  font-size: 0.56rem !important;
}

.t2 {
  font-size: 0.24rem !important;
}

.t3 {
  font-size: 16px !important;
  line-height: 1.3;
}

.m1 {
  font-size: 0.42rem !important;
}

.m2 {
  font-size: 0.24rem !important;
}

.m3 {
  font-size: 0.2rem !important;
}

.s1 {
  font-size: 0.48rem !important;
}

.s2 {
  font-size: 0.28rem !important;
}

.s3 {
  font-size: 14px !important;
  line-height: 1.3;
}

/* 组件 _components.scss */
/* 亮点列表组件 .c-lights.scss */
@media screen and (max-width: 767px) {
  [class*="c-lights_"] {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
  }
  [class*="c-lights_"] > *:first-child {
    margin-top: 0;
  }
  [class*="c-lights_"] .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    margin-top: .2rem;
    text-align: left;
  }
  [class*="c-lights_"] .c-light > *:first-child {
    margin-left: 0;
  }
  [class*="c-lights_"] .c-light > span {
    flex: 1;
  }
  [class*="c-lights_"] .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-lights_1 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .c-lights_1 > *:first-child {
    margin-left: 0;
  }
  .c-lights_1 .c-light {
    width: 50%;
    border: 1px solid transparent;
  }
  .c-lights_1 .c-light:nth-child(1) {
    padding-left: .2rem;
    padding-right: .4rem;
    padding-bottom: .4rem;
  }
  .c-lights_1 .c-light:nth-child(2) {
    padding-left: .4rem;
    padding-bottom: .4rem;
    border-left-color: #dbdbdb;
  }
  .c-lights_1 .c-light:nth-child(3) {
    padding-top: .4rem;
    padding-left: .2rem;
    padding-right: .4rem;
    border-top-color: #dbdbdb;
  }
  .c-lights_1 .c-light:nth-child(4) {
    padding-top: .4rem;
    padding-left: .4rem;
    border-left-color: #dbdbdb;
    border-top-color: #dbdbdb;
  }
}
  .header-nav {  display: flex;
  justify-content: center; /* 水平居中 */
  }
#page-main .header-logo  {
 margin:0 auto;  width: 100%;  display: flex;  position: absolute;   z-index: 112; top:85px;
  justify-content: center; /* 水平居中 */
}
#page-main .header-logo .c-img {
 text-align: center; z-index: 112;
}
@media screen and (max-width: 767px) {
  .c-lights_2 p {
    flex: 1;
  }
  .c-lights_2 .c-light {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-lights_3 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
  }
  .c-lights_3 > *:first-child {
    margin-top: 0;
  }
  .c-lights_3 .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: center;
    margin-top: .2rem;
  }
  .c-lights_3 .c-light > *:first-child {
    margin-left: 0;
  }
  .c-lights_3 .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-lights_4 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
    align-items: flex-start;
  }
  .c-lights_4 > *:first-child {
    margin-top: 0;
  }
  .c-lights_4 .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: center;
    margin-top: .1rem;
    color: #000000;
  }
  .c-lights_4 .c-light > *:first-child {
    margin-left: 0;
  }
  .c-lights_4 .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 10px;
  }
}

.c-lights_5 .c-light::before {
  background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .c-lights_5 {
    width: 100%;margin-bottom:20px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
    align-items: flex-start;
  }
  .c-lights_5 > *:first-child {
    margin-top: 0;
  }
  .c-lights_5 .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: center;
    margin-top: .1rem;
    color: #FFFFFF;
    font-size: 0.2rem;
  }
  .c-lights_5 .c-light > *:first-child {
    margin-left: 0;
  }
  .c-lights_5 .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    margin-right: 10px;
  }
}

/* 图片 */
.c-img {
  display: inline-flex;
  vertical-align: middle;
}

.c-img > img {
  height: 100%;
  width: auto;
}

.c-img_ratio {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

 
.c-img_ratio > img {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.c-img_ratioaa {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 0;
  width: 100%;
  padding-bottom: 46.01%;
}

 
.c-img_ratioaa > img {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-img_ratio.h-ratio_1 {
  padding-bottom: 36.04167%;
}


@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_1 {
    padding-bottom: 163.73333%;
  }

    .c-lights_5 {
 margin-bottom:20px;  }

}

.c-img_ratio.h-ratio_2 {
  padding-bottom: 52.12083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_2 {
    padding-bottom: 163.73333%;
  }
}

.c-img_ratio.h-ratio_2-1 {
  padding-bottom: 40.52083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_2-1 {
    padding-bottom: 177.86667%;
  }
}

.c-img_ratio.h-ratio_3 {
  padding-bottom: 43.28125%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_3 {
    padding-bottom: 165.2%;
  }
}

.c-img_ratio.h-ratio_4 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_4 {
    padding-bottom: 207.6%;
  }
}

.c-img_ratio.h-ratio_5 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_5 {
    padding-bottom: 177.86667%;
  }
}

.c-img_ratio.h-ratio_6 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_6 {
    padding-bottom: 195.73333%;
  }
}

.c-img_ratio.h-ratio_7 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_7 {
    padding-bottom: 188.8%;
  }
}

.c-img_ratio.h-ratio_8 {
  padding-bottom: 39.58333%;
}



@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_8 {
    padding-bottom: 194.66667%;
  }
}

.c-img_ratio.h-ratio_9 {
  padding-bottom: 40.52083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_9 {
    padding-bottom: 139.2%;
  }
  .c-img_ratio.h-ratio_9.f-ratio_1 {
    padding-bottom: 156%;
  }
  .c-img_ratio.h-ratio_9.f-ratio_2 {
    padding-bottom: 176%;
  }
}

.c-img_ratio.h-ratio_b {
  padding-bottom: 11.14583%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b {
    padding-bottom: 26.66667%;
  }
}

.c-img_ratio.h-ratio_b2 {
  padding-bottom: 21.875%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b2 {
    padding-bottom: 120%;
  }
}

.c-img_ratio.h-ratio_b3 {
  padding-bottom: 56.52083%;
}

.c-img_ratioaa.h-ratio_b3aa {
  padding-bottom: 48.52083%;
}


@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b3 {
    padding-bottom: 120%;
  }
  .c-img_ratioaa.h-ratio_b3aaa {
    padding-bottom: 120%;
  }
}

.c-img_ratio.h-ratio_b4 {
  padding-bottom: 29.16667%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b4 {
    padding-bottom: 120%;
  }
}

.c-img_ratio.h-ratio_p1 {
  padding-bottom: 113.98964%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p1 {
    padding-bottom: 56.81159%;
  }
}

.c-img_ratio.h-ratio_p2 {
  padding-bottom: 63%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p2 {
    padding-bottom: 56.23188%;
  }
}

.c-img_ratio.h-ratio_p2-1 {
  padding-bottom: 63%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p2-1 {
    padding-bottom: 63%;
  }
}

.c-img_ratio.h-ratio_p3 {
  padding-bottom: 100%;
}

.c-img_ratio.h-ratio_p4 {
  padding-bottom: 68.69565%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p4 {
    padding-bottom: 56.81159%;
  }
}

.c-img_ratio.h-ratio_p5 {
  padding-bottom: 75%;
}

.c-img_ratio.h-ratio_p6 {
  padding-bottom: 66.66667%;
}

.c-img_ratio.h-ratio_app {
  padding-bottom: 199.68944%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_app {
    padding-bottom: 199.68944%;
  }
}

/* Swiper 组件 */
.c-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.c-swiper-wrapper {
  position: relative;
}

.c-swiper-slide {
  text-align: center;
  font-size: initial;
  background: #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;
}

.c-swiper-pagination {
  bottom: 0 !important;
  height: 1rem; 
}

#jsSwiper_homeTop .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  box-shadow: 0 0 0.05rem #34c759;
  background-color: #000000;
  margin: 0 0.1rem;
}

.c-swiper_2 {
  width: 300px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: content-box;
  position: relative;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-swiper_2 {
    width: 100%;
    box-sizing: border-box;
  }
}

.c-swiper_2 [data-role="swiper"] {
  overflow: hidden;
  position: relative;
}

.c-swiper_2 .c-swiper-wrapper_2 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-swiper_2 .c-swiper-slide_2 {
    padding: 4px;
  }
}

.c-swiper_2 [class*="c-swiper-btn"] {
  -webkit-user-select: none;
  outline: none;
}

.c-swiper_2 .c-swiper-btn_prev2,
.c-swiper_2 .c-swiper-btn_next2 {
  position: absolute;
  width: 20px;
  height: 40px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont";
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  user-select: none;
}

.c-swiper_2 .c-swiper-btn_prev2 > *:first-child,
.c-swiper_2 .c-swiper-btn_next2 > *:first-child {
  margin-left: 0;
}

.c-swiper_2 .c-swiper-btn_prev2:hover,
.c-swiper_2 .c-swiper-btn_next2:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.c-swiper_2 .c-swiper-btn_prev2.swiper-button-disabled,
.c-swiper_2 .c-swiper-btn_next2.swiper-button-disabled {
  opacity: 0.2;
}

.c-swiper_2 .c-swiper-btn_prev2 {
  left: 0;
}

.c-swiper_2 .c-swiper-btn_next2 {
  right: 0;
}

.c-swiper-btn_prev3,
.c-swiper-btn_next3 {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-swiper-box {
    margin-bottom: 0.4rem;
  }
}

.c-swiper_3 {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
}

.c-swiper_3 [data-role="swiper"] {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-swiper_3 .swiper-wrapper {
  flex-wrap: nowrap;
}

.c-swiper_3 .c-swiper-btn_prev3,
.c-swiper_3 .c-swiper-btn_next3 {
  position: absolute;
  width: 0.4rem;
  height: 0.8rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont";
  font-size: 0.4rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  user-select: none;
}

.c-swiper_3 .c-swiper-btn_prev3 > *:first-child,
.c-swiper_3 .c-swiper-btn_next3 > *:first-child {
  margin-left: 0;
}

.c-swiper_3 .c-swiper-btn_prev3:hover,
.c-swiper_3 .c-swiper-btn_next3:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.c-swiper_3 .c-swiper-btn_prev3.swiper-button-disabled,
.c-swiper_3 .c-swiper-btn_next3.swiper-button-disabled {
  opacity: 0.2;
}

.c-swiper_3 .c-swiper-btn_prev3 {
  left: 0;
}

.c-swiper_3 .c-swiper-btn_next3 {
  right: 0;
}

.c-swiper_3 .swiper-slide {
  margin-top: 0;
}

/* Banner 组件 */
.c-banner_abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

[class*="c-banner-layout_"] {
  height: 100%;
  display: flex;
}

[class*="c-banner-layout_"] h2 {
  font-weight: normal;
  text-align: left;
  margin-bottom: .1rem;
}

[class*="c-banner-layout_"] h1 {
  font-weight: 500;
  text-align: left;
  margin-bottom: .36rem;
  width: 100%;
  font-family: "HarmonyOSHans-Bold", "Arial", "Helvetica", sans-serif;
}

@media screen and (max-width: 767px) {
  [class*="c-banner-layout_"] {
    height: auto;
  }
  [class*="c-banner-layout_"].f-pz_1 {
    width: 50%;
    margin-left: 50%;
    padding-top: 2rem;
  }
  [class*="c-banner-layout_"].f-pz_1 > h1 {
    text-align: right;
    background-color: rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 60px 30px rgba(255, 255, 255, 0.8);
  }
  [class*="c-banner-layout_"] .t1 {
    font-size: 0.60rem !important;
  }
  [class*="c-banner-layout_"] .t2 {
    font-size: 0.32rem !important;
  }
}

@media screen and (min-width: 768px) {
  .c-banner_content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .c-banner_content .c-banner_text1 {
    width: 60%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-banner_content .c-banner_text1 > *:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-banner_content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .c-banner_content .c-banner_text1 {
    padding-bottom: .8rem;
  }
}

.c-banner-desc {
  width: 100%;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-banner-desc {
    font-size: 16px;
  }
}

.c-banner_pic1 {
  position: absolute;
  z-index: 8;
}

@media screen and (min-width: 768px) {
  .c-banner_pic1 {
    width: 48%;
    text-align: center;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .c-banner_pic1 {
    bottom: 1.5rem;
  }
}

.c-banner_pic2 {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-banner_pic2 > *:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .c-banner_pic2 .c-img {
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .c-banner_pic2 {
    width: 80%;
    width: 100%;
  }
}

.c-banner-layout_lc {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; 
}

@media screen and (min-width: 768px) {
  .c-banner-layout_lc {
    width: 50%;text-align: left;
  }
   .c-banner-layout_lc h1 {
    text-align: left;color:#ffffff;
  }
}

@media screen and (max-width: 767px) {
  .c-banner-layout_lc {
    width: 100%;
    align-items: center; 
    justify-content: flex-start;color:#ffffff;
    padding-top: 1.2rem;
  }
  .c-banner-layout_lc h1 {
    text-align: center;color:#ffffff;
  }

   
}

.c-banner-layout_cc {
  flex-direction: column;   align-items:center;
 
color:#ffffff;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.c-banner-layout_cc h1{
  text-align: center;color:#ffffff;letter-spacing: 0.1em;margin-top:220px;
}
.c-banner-layout_cc h2 {
  text-align: center;color:#ffffff;letter-spacing: 0.1em; 
}
@media screen and (max-width: 767px) {
  .c-banner-layout_cc {
    width: 100%;color:#ffffff;
    align-items: center;
    padding-top: 0.8rem;
  }

.c-banner-layout_cc h1{
  text-align: center;color:#ffffff;letter-spacing: 0.1em;margin-top:140px;
}
.c-banner-layout_cc h2 {
  text-align: center;color:#ffffff;letter-spacing: 0.1em; 
}
}

.c-banner-layout_ct {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-banner-layout_ct h1, .c-banner-layout_ct h2 {
  text-align: center;color:#ffffff;
}

.c-banner-layout_ct h1 {
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 768px) {
  .c-banner-layout_ct {
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-banner-layout_ct {
    width: 100%;
    align-items: center;
    padding-top: 1.2rem;
  }
  .c-banner-layout_ct h2 {
    margin-bottom: .6rem;
  }
}

/* section 基础组件 包装层 */
[class*="c-section_"] {
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  [class*="c-section_"] {
    margin-top: 0;
  }
}

.c-section-desc {
  font-size: 16px;
  line-height: 1.3;
  color: inherit;
  text-align: center;
}

.c-section_white {
  color: #1d1d1f;
  padding-top: 1rem;
  padding-bottom: .6rem;

background: url(bt111.jpg) no-repeat center; background-size: cover;
}

.c-section_white2 {margin-top: -10px;
  color: #1d1d1f;
  padding-top: 1rem;
  padding-bottom: .6rem;
  background: #d4d1c9;
}

.c-section_lg {
  color: #1d1d1f;
  padding-top: 1rem;
  padding-bottom: .6rem;
  background-color: #f9fdfa;
}

.c-section_gray {
  color: #1d1d1f;  margin-top: -15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #d4d1c9;
}
.c-section_news {
  color: #1d1d1f;  margin-top: -15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f8f7f7;
}
@media screen and (max-width: 767px) {
  .c-section_gray { 
    background-color: #d4d1c9;
  }

    .c-section_news { 
    background-color: #f8f7f7;
  }
}

.c-section_dark {
  color: #FFFFFF;
  background: linear-gradient(226deg, #414442 0%, #0E0E0E 100%);
}

@media screen and (min-width: 768px) {
  .c-section_dark {
    padding-top: 1.2rem;
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section_dark {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

.c-section_top {
  margin-top: 0;
  color: #FFFFFF;
}

.c-section_top.f-theme {
  background: linear-gradient(227deg, #C2FF6A 0%, #34C359 100%);
}

@media screen and (min-width: 768px) {
  .c-section_top h1 {
     font-weight: normal;
    text-align: left;
    font-size: 0.42rem;
  }
  .c-section_top [class*="o-btn_"] {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section_top h1 {
    font-weight: 500;
    text-align: center;
    font-size: .54rem;
    line-height: .70rem;
  }
  .c-section_top [class*="o-btn_"] {
    margin-top: 0.6rem;
  }
}

.c-section_1 {
  color: #1d1d1f;
}

.c-section_1.f-bg_ff {
  background-color: #FFFFFF;
}

.c-section_1.f-bg_f5 {
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .c-section_1 {
    background-color: #F0F2F5;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
}

.c-section_rt {
  color: #1d1d1f;
  background-color: #FFFFFF;
}
.c-section_heise {
  color: #1d1d1f;
  background-color: #121212;
}
@media screen and (max-width: 767px) {
  .c-section_rt {
    background-color: #F0F2F5;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section_rt {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.c-section_theme {
  color: #FFFFFF;margin-top:-10px;
  background: #d5d2ca;
}

.c-section_theme2 {
  color: #070d1c;
  padding-top: 0.56rem;margin-top:-10px;
  padding-bottom: 0.56rem;
   background: url(bt3.jpg)  no-repeat  ;  
   background-position: top center; /* 图片右上角对齐容器的右上角 */
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-section_theme2 .c-section-t {
  
  }
  .c-section_theme2 .c-section-desc {
    margin-bottom: .5rem;
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section_theme2 .c-section-t {
    text-align: left;
    font-size: .34rem;
    margin-bottom: .28rem;
  }
  .c-section_theme2 .c-section-desc {
    text-align: left;
    font-size: .32rem;
    margin-bottom: .84rem;
  }
  .c-section_theme2 a {
    width: 100%;
  }
}

.c-section-t {
  text-align: center;
  margin-bottom: .3rem;  margin-top: .3rem;  font-size: 0.6rem !important;
  font-family: "HarmonyOSHans-Bold", "Arial", "Helvetica", sans-serif;
  font-weight: 300;  color: #070d1c;
}

@media screen and (max-width: 767px) {
  .c-section-t { 
    font-weight: 100;
  }
  .s1 {
  font-size: 0.38rem !important;
}

  .c-section-t.f-mt_100 {
    margin-top: 1rem;
  }
}

/* 卡片组件 */
[class*="c-card_"] {
  border-radius: 4px;
  overflow: hidden;
}

.c-card-t {
  font-size: 0.28rem;
}

.c-card-desc {
  width: 100%;
}

.c-card_1 {
  width: 3.86rem;
  margin-left: .2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-card_1 [class*="c-img"] {
  display: block;
  margin-bottom: 0.3rem;
}

.c-card_1 .c-card-t {
  margin-bottom: 0.16rem;
}

.c-card_1 a {
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .c-card_1 {
    margin-top: .6rem;
    width: 100%;
    text-align: center;
  }
  .c-card_1:first-child {
    margin-top: 0;
  }
  .c-card_1 .c-card-t {
    font-size: .42rem;
    font-weight: 600;
  }
  .c-card_1 a {
    align-self: center;
  }
}

.c-card_2 {
  width: calc((100% - 0.4rem)/2);
  padding: .4rem; 
  color: #1d1d1f;
  margin-top: .2rem;
}



.c-card_2 [class*="c-icon-text_"] {
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .c-card_2 {
    width: calc((100% - 0.2rem)/2);
    padding: .2rem;
    text-align: left;
    margin-top: 0.2rem;
  }
  .c-card_2 .c-card-desc {
    flex: 1 0 auto;
  }
  .c-card_2 .c-card-t {
    font-size: .42rem;
  }
}

.c-card_3 {
  flex: 1;
  padding: 0 0.2rem;
  text-align: center;
}

.c-card_3 [class*="c-img"] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3rem;
}

.c-card_3 .c-card-t {
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 0.28rem;
}

.c-card_3 .c-card-desc {
  line-height: 0.28rem;
  color: #333333;
  padding: 0 0.6rem;
}

@media screen and (max-width: 767px) {
  .c-card_3 {
    margin-top: .9rem;
    width: 100%;
    text-align: center;
  }
  .c-card_3:first-child {
    margin-top: 0;
  }
  .c-card_3 [class*="c-img"] {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.6rem;
  }
  .c-card_3 .c-card-t {
    font-size: .42rem;
  }
  .c-card_3 .c-card-desc {
    line-height: 0.42rem;
    color: #666666;
    font-size: 0.28rem;
  }
}

.c-card_4 {
  width: 100%;
  border-radius: 0;
}

.c-card_4 .c-card_pic {
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-card_4 .c-card_pic .c-img {
  width: 4rem;
  height: 4rem;
}

.c-card_4 .c-card_inner {
  flex: 1;
  padding-left:0.1rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.c-card_4 [class*="c-img"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.c-card_4 .c-card-t {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
  font-family: "HarmonyOSHans-Medium", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}

.c-card_4 .c-card-desc {
  line-height: 0.28rem;
  font-size: 0.24rem;
  line-height: 32px;
  color: #666666;
  margin-bottom: .6rem;
}

.c-card_4 .c-card_lights {
  margin-bottom: .6rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-card_4 .c-card_lights > *:first-child {
  margin-top: 0;
}

.c-card_4 .o-link_arrow {
  font-size: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-card_4 .o-link_arrow {
    font-size: 14px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .c-card_4 {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding: .4rem 0;
  }
  .c-card_4:last-child {
    border-bottom: 1px solid transparent;
  }
  .c-card_4:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-card_4 {
    background-color: #FFFFFF;
    flex-direction: column;
    margin-top: .9rem;
    box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.5);
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
  .c-card_4:first-child {
    margin-top: 0;
  }
  .c-card_4 [class*="c-img"] {
    width: 100%;
  }
  .c-card_4 .c-card_pic {
     
    border-radius: 0;
  }
  .c-card_4 .c-card_inner {
    padding: .5rem;
  }
  .c-card_4 .c-card_lights {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .c-card_4 .c-card_lights > li {
    flex: 1;
  }
  .c-card_4 .line-v {
    margin: 0 .4rem;
  }
  .c-card_4 .c-card-t {
    font-size: .40rem;
    text-align: left;
  }
  .c-card_4 .c-card-desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: left;
    color: #666666;
  }
}

.c-card_5 .c-card-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #666666;
}

@media screen and (min-width: 768px) {
  .c-card_5 {
    width: 46%;
    margin-top: 1.4rem;
  }
  .c-card_5:nth-child(1) {
    margin-top: 0;
  }
  .c-card_5:nth-child(2) {
    margin-top: 0;
  }
  .c-card_5 .c-icon-text_3 {
    margin-bottom: .18rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card_5 {
    margin-bottom: 0.24rem;
  }
  .c-card_5 .c-card-desc {
    padding-left: 1.06rem;
  }
}

.c-card_6 {
  width: 4rem;
  margin-left: .2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-card_6 [class*="c-img"] {
  display: block;
  margin-bottom: 0.4rem;
}

.c-card_6 .c-card-t {
  margin-bottom: 0.16rem;
  text-align: center;
  font-size: 0.18rem;
}

@media screen and (max-width: 767px) {
  .c-card_6 {
    margin-top: .6rem;
    width: 100%;
    text-align: center;
  }
  .c-card_6:first-child {
    margin-top: 0;
  }
  .c-card_6 .c-card-t {
    font-size: .42rem;
  }
}

.c-card_7 {
  width: 4.6rem;
  margin-left: .2rem;
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-card_7 > *:first-child {
  margin-top: 0;
}

.c-card_7 > div {
  width: 100%;
}

.c-card_7 [class*="c-img"] {
  display: block;
  margin-bottom: 0.4rem;
}

.c-card_7 .c-card-t {
  margin-bottom: 0.16rem;
  text-align: left;
  font-size: 0.24rem;
}

.c-card_7 .c-card-desc {
  margin-bottom: 0.3rem;
  padding-right: 0.4rem;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-card_7 {
    margin-top: .6rem;
    width: 100%;
    text-align: left;
  }
  .c-card_7:first-child {
    margin-top: 0;
  }
  .c-card_7 .c-card-t {
    font-size: .42rem;
  }
}

.c-card_contact {
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.c-card_contact .h2, .c-card_contact h3 {
  font-weight: 600;
  margin-bottom: .1rem;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-card_contact .h2, .c-card_contact h3 {
    font-size: 0.42rem;
  }
}

.c-card_contact p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: .2rem;
}

.c-card_contact em {
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .c-card_contact {
    width: 46%;
  }
  .c-card_contact:nth-last-child(1), .c-card_contact:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .c-card_contact:nth-last-child(1) {
    border-bottom: none;
  }
}

.c-card_event {
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .c-card_event {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out !important;
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .c-card_event.prepare {
    height: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-card_event {
    width: 3.8rem;
    width: 30%;
  }
  .c-card_event.swiper-slide {
    width: 3.8rem;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .c-card_event ._event-t {
    text-align: left;
    font-size: 0.32rem;
    min-height: 1.56rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card_event ._event-t {
    font-size: 0.42rem;
    margin-bottom: 0.3rem;
  }
}

.c-card_event ._event-desc {
  font-size: 0.24rem;
  font-size: 0.24rem;
  color: #1d1d1f;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-card_event ._event-desc {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
}

.c-card_event ._event-pic {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.2rem;
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-card_event ._event-pic {
    margin-bottom: 0.4rem;
  }
}

.c-card_event ._event-info {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.c-card_news {
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .c-card_news {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out !important;
    transition-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .c-card_news {
    width: 3.8rem;
    width: 30%;
  }
  .c-card_news.swiper-slide {
    width: 3.8rem;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .c-card_news ._news-t {
    text-align: left;
    min-height: 0.56rem;
  }
  .c-card_news ._news-t a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-card_news ._news-t {
    margin-bottom: 0.3rem;
  }
  .c-card_news ._news-t a {
    font-size: 0.42rem;
  }
}

.c-card_news ._news-desc {
  font-size: 0.24rem;
  font-size: 0.24rem;
  color: #1d1d1f;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-card_news ._news-desc {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
}

.c-card_news ._news-pic {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.2rem;
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-card_news ._news-pic {
    margin-bottom: 0.4rem;
  }
}

.c-card_news ._news-info {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/* 图标-文本 */
[class*="c-icon-text_"] {
  display: flex;
  align-items: center;
}

.c-icon-text_1 {
  width: 100%;
}

.c-icon-text_1 .o-icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin-right: .1rem;
}

@media screen and (max-width: 767px) {
  .c-icon-text_1 {
    flex-direction: column;
  }
  .c-icon-text_1 > .o-icon {
    height: .8rem;
    width: .8rem;
  }
  .c-icon-text_1 > span {
    font-weight: 600;
    font-size: .30rem;
  }
}

@media screen and (min-width: 768px) {
  .c-icon-text_2 {
    border: 1px solid #34c759;
    border-radius: 40px;
    padding: 4px 10px 4px 6px;
    margin-top: .2rem;
  }
  .c-icon-text_2 .o-icon {
    min-width: .24rem;
    min-height: .24rem;
    margin-right: 6px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .c-icon-text_2 .h-text {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_2 {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
  }
  .c-icon-text_2 .o-icon {
    height: .66rem;
    width: .66rem;
    margin-bottom: 0.18rem;
  }
  .c-icon-text_2 .h-text {
    font-size: .24rem;
    color: #666666;
  }
}

.c-icon-text_3 {
  align-items: center;
}

.c-icon-text_3 span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .c-icon-text_3 .o-icon {
    min-width: .6rem;
    min-height: .6rem;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_3 {
    padding: 0;
  }
  .c-icon-text_3 > .o-icon {
    height: .80rem;
    width: .80rem;
    margin-right: 0.26rem;
  }
  .c-icon-text_3 > h6 {
    font-size: .32rem;
    line-height: .42rem;
    font-weight: 600;
  }
}

.c-icon-text_4 {
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #e3e3e3;
}

.c-icon-text_4 .h-text {
  font-weight: 600;
  flex: 1 1 auto;
}

.c-icon-text_4:hover::after {
  border-top-color: #000000;
  border-right-color: #000000;
}

.c-icon-text_4::after {
  content: '';
  color: #333333;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .c-icon-text_4 {
    width: calc((100% - 0.3rem)/2);
    padding: 0.16rem .28rem;
  }
  .c-icon-text_4 .o-icon {
    min-width: .6rem;
    min-height: .6rem;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_4 {
    padding: 0.32rem .50rem;
    margin-top: .2rem;
  }
  .c-icon-text_4:nth-child(1) {
    margin-top: 0;
  }
  .c-icon-text_4 > .o-icon {
    height: .72rem;
    width: .72rem;
    margin-right: 0.46rem;
  }
  .c-icon-text_4 > h6 {
    font-size: .32rem;
    line-height: .42rem;
    font-weight: 600;
  }
}

.c-icon-text_5 {
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-icon-text_5 .o-icon {
    min-width: 1.2rem;
    min-height: 1.2rem;
  }
  .c-icon-text_5 .h-text {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_5 {
    padding: 0;
    width: 50%;
  }
  .c-icon-text_5:nth-child(3), .c-icon-text_5:nth-child(4) {
    margin-top: 0.6rem;
  }
  .c-icon-text_5 > .o-icon {
    height: .80rem;
    width: .80rem;
  }
  .c-icon-text_5 .h-text {
    font-size: 0.28rem !important;
    margin-top: 0.1rem;
  }
}

.c-icon-text_6 {
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-icon-text_6 .o-icon {
    min-width: 1.2rem;
    min-height: 1.2rem;
  }
  .c-icon-text_6 .h-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: 600;
    font-family: "HarmonyOSHans-Regular", "Arial", "Helvetica", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_6 {
    padding: 0;
    width: 60%;
    margin-top: 0.4rem;
  }
  .c-icon-text_6:nth-child(1) {
    margin-top: 0rem;
  }
  .c-icon-text_6 > .o-icon {
    height: 1.2rem;
    width: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .c-icon-text_6 .h-text {
    font-size: 0.28rem !important;
    margin-top: 0.1rem;
  }
}

.c-icon-text_7 {
  display: inline-flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-icon-text_7 {
    align-items: flex-start;
    text-align: left;
    width: 1.6rem;
    width: 60%;
  }
  .c-icon-text_7 .o-icon {
    min-width: 0.8rem;
    min-height: 0.8rem;
  }
  .c-icon-text_7 .h-text {
    margin-top: 0.1rem;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_7 {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .c-icon-text_7 > .o-icon {
    height: .80rem;
    width: .80rem;
  }
  .c-icon-text_7 .h-text {
    font-size: 0.28rem !important;
    margin-top: 0.1rem;
  }
}

.c-icon-text_8 {
  width: 100%;
  display: inline-flex;
}

.c-icon-text_8 .o-icon {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.36rem;
  margin-right: .28rem;
  color: #000000;
}

.c-icon-text_8 > span {
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-icon-text_8 {
    padding-left: 1rem;
  }
}

.c-icon-text_9 {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-icon-text_9 {
    flex: 1;
  }
  .c-icon-text_9 .o-icon {
    min-width: 1.0rem;
    min-height: 1.0rem;
  }
  .c-icon-text_9 .h-text {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    font-weight: 800;
  }
  .c-icon-text_9 .h-text2 {
    margin-top: 0.2rem;
    color: #1d1d1f;
    opacity: 0.66;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_9 {
    padding: 0;
    margin-top: 1rem;
  }
  .c-icon-text_9:nth-child(1) {
    margin-top: 0rem;
  }
  .c-icon-text_9 > .o-icon {
    height: 1.08rem;
    width: 1.08rem;
  }
  .c-icon-text_9 .h-text {
    font-size: 0.42rem;
    margin-top: 0.3rem;
  }
  .c-icon-text_9 .h-text2 {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    color: #1d1d1f;
    opacity: 0.66;
  }
}

.c-icon-text_10 {
  display: inline-flex;
}

.c-icon-text_10 > .o-icon {
  color: #000000;
  margin-right: 0.12rem;
}

/* 折叠组件 */
[class*="c-fold_"] {
  width: 100%;
}

[class*="c-fold_"] > .c-fold-c {
  width: 100%;color: #ffffff;
  margin: 0;
}

[class*="c-fold_"] > .c-fold-c .c-anav {
  height: 0;
  visibility: hidden;color: #ffffff;
  opacity: 0;
}

.c-fold-h {
  width: 100%;
  height: 1rem;
}

.c-fold-h a {
  font-size: inherit;
}

.c-fold-t {
  font-size: inherit;
  font-weight: 600;
}

.c-fold-btn {
  height: .5rem;
  width: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.c-fold-btn::before {
  content: " ";
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #666666;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 50%;
  transition: inherit;
}

.c-fold-btn::after {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #666666;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  height: 50%;
  transition: inherit;
}

.c-fold_1 {
  border-bottom: 1px solid #979797;
}

.c-fold_1.is-open .c-fold-btn::before {
  width: 0%;
  left: 50%;
}

.c-fold_1.is-open .c-fold-btn {
  transform: rotateZ(90deg);
}

.c-fold_1.is-open .c-fold-c {color: #ffffff;
  height: auto;
}

.c-fold_1.is-open .c-anav {
  height: auto;
  visibility: visible;
  opacity: 1;
}

/* 箭头列表组件 */
[class*="c-anavs_"] {
  width: 100%;
  padding: 0 .2rem;
}

.c-anav {
  width: 100%;
  height: .6rem;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.c-anav:nth-child(1) {
  transition-delay: 0.05s;
}

.c-anav:nth-child(2) {
  transition-delay: 0.1s;
}

.c-anav:nth-child(3) {
  transition-delay: 0.15s;
}

.c-anav:nth-child(4) {
  transition-delay: 0.2s;
}

.c-anav:nth-child(5) {
  transition-delay: 0.25s;
}

.c-anav:nth-child(6) {
  transition-delay: 0.3s;
}

.c-anav:nth-child(7) {
  transition-delay: 0.35s;
}

.c-anav:nth-child(8) {
  transition-delay: 0.4s;
}

.c-anav-t {
  font-size: inherit;color: #000000;
}

@media screen and (max-width: 767px) {
  .c-anav-t {
    height: .8rem;
    line-height: .8rem;color: #000000;
    flex: 1;
  }
}

.c-anavs-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}

/* 视频组件 */
[class*="c-video_"] {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.c-video-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.c-video-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
}

.c-video-box {
  z-index: 11;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.c-video-box.is-play {
  transform: scale(1);
  opacity: 1;
}

.c-video-box:hover .c-video-btns_close {
  opacity: 0.6;
}

body.touch .c-video-box {
  transform: scale(1);
  opacity: 1;
}

.c-video-wrap {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-video-wrap video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-video-wrap {
    width: 100%;
  }
}

.c-video-btns_play {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  font-family: 'iconfont';
  font-style: normal;
  color: white;
  line-height: 1;
}

.c-video-btns_play::before {
  content: "\e6c0";
}

.c-video-btns_close {
  position: absolute;
  top: calc(0% - 0.48rem);
  right: calc(0% - 0.48rem);
  height: 0.48rem;
  width: 0.48rem;
  font-size: 0.48rem;
  line-height: 1;
  opacity: 0;
  transition: opacity .5s ease;
  font-family: 'iconfont';
  font-style: normal;
  color: white;
  cursor: pointer;
}

.c-video-btns_close::before {
  content: '\e60d';
}

.c-video-btns_close:hover {
  opacity: 1 !important;
}

.c-video_1 {
  padding-bottom: 37.5%;
}

/* list 组件 */
[class*="c-list_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

[class*="c-list_"].f-bl {
  align-items: baseline;
}

[class*="c-list_"].f-fwrap {
  flex-wrap: wrap;
}

.c-list_1 > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list_1 {
    flex-direction: column;
  }
  .c-list_1 > * {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_2 {
    justify-content: space-between;
  }
}

@media screen and (min-width: 401px) {
  .c-list_2 {
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media (min-width: 1660px) {
  .c-list_2 {
    width: 92%;
  }
}

@media screen and (min-width: 768px) {
  .c-list_3 {
    width: 80%;
    padding: 2rem 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_3 {
    padding-bottom: .6rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list_4 {
    width: 70.76923%;
    padding: 0 0 0.6rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_4 {
    flex-direction: column;
    align-items: center;
    padding: 0 0 0.62rem 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .c-list_5 {
    padding: .6rem 1rem;
    padding-left: 14.61538%;
    padding-right: 14.61538%;
  }
  .c-list_5 li {
    flex: 1;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-list_5 li:nth-child(2) {
    margin-left: 0.92rem;
  }
  .c-list_5 h4 {
    font-size: 32px;
  }
  .c-list_5 p {
    margin-top: .2rem;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-list_5 {
    flex-direction: column;
    padding: .8rem .48rem;
  }
  .c-list_5 h4 {
    font-size: 0.32rem;
  }
  .c-list_5 p {
    margin-top: .2rem;
    margin-bottom: 0;
    font-size: 0.28rem;
  }
  .c-list_5 li:nth-child(2) {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list_6 {
    padding-left: 10.76923%;
    padding-right: 10.76923%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .c-list_6 li {
    width: 33.33333%;
    margin-top: 0.6rem;
  }
  .c-list_6 li:nth-child(1), .c-list_6 li:nth-child(2), .c-list_6 li:nth-child(3) {
    margin-top: 0;
  }
  .c-list_6 li:nth-child(3n+1) {
    text-align: left;
  }
  .c-list_6 li:nth-child(3n+2) {
    text-align: center;
  }
  .c-list_6 li:nth-child(3n) {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .c-list_6 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .c-list_6 li {
    width: 50%;
    margin-top: 0.6rem;
    text-align: center;
  }
  .c-list_6 li:nth-child(1), .c-list_6 li:nth-child(2) {
    margin-top: 0;
  }
}

.c-list_7 {
  flex-direction: column;
}

.c-list_7 > li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-list_7 {
    margin-top: 0.6rem;
  }
  .c-list_7 > li {
    margin-top: 0.24rem;
  }
}

@media screen and (max-width: 767px) {
  .c-list_7 {
    flex-direction: column;
    margin-top: 0.44rem;
  }
  .c-list_7 > li {
    margin-top: 0.24rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list_8 {
    padding: 0 0 0.6rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_8 {
    flex-direction: column;
    align-items: center;
    padding: 0 0 0.62rem 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .c-list_9 {
    width: 72.30769%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-list_9 > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list_9 {
    flex-direction: column;
  }
  .c-list_9 > * {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list_10 {
    width: 70.76923%;
    padding: 0 0 0.6rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_10 {
    flex-direction: row;
    padding: 0 0 0.62rem 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .c-list_dl {
    width: 65.84615%;
    padding: 0.84rem 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_dl {
    flex-direction: column;
    padding: 0.62rem 0;
  }
}

.c-list_contacts {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .c-list_contacts {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list_events {
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-list_events li {
    margin-top: 0.6rem;
  }
  .c-list_events li:nth-child(1), .c-list_events li:nth-child(2), .c-list_events li:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_events {
    flex-direction: column;
  }
  .c-list_events li {
    margin-top: 0.6rem;
  }
  .c-list_events li:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list_news {
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c-list_news li {
    margin-top: 0.6rem;
    margin-right: 40px;
  }
  .c-list_news li:nth-child(1), .c-list_news li:nth-child(2), .c-list_news li:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_news {
    flex-direction: column;
  }
  .c-list_news li {
    margin-top: 0.6rem;
  }
  .c-list_news li:nth-child(1) {
    margin-top: 0;
  }
}

/* 步骤条 */
[class*="c-steps"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: inherit;
}

[class*="c-steps"] > *:first-child {
  margin-left: 0;
}

.c-step {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: center;
}

.c-step:first-child .c-step-line.left {
  background-color: transparent !important;
}

.c-step:last-child .c-step-line.right {
  background-color: transparent !important;
}

.c-step.is-actived [class*="c-step-icon"] {
  background-color: rgba(52, 199, 89, 0.2);
  border: 1px solid rgba(52, 199, 89, 0.2);
  color: #000000;
}

.c-step.is-actived .c-step-text {
  color: #000000;
}

.c-step.is-current [class*="c-step-icon"] {
  transform: scale(1.1);
}

.c-step.is-current .c-step-text {
  color: #000000;
}

.c-step-text {
  font-size: 16px;
  line-height: 1.3;
  color: #1d1d1f;
  margin-top: 10px;
}

.c-step-shape {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.68rem;
}

.c-step-line {
  background-color: #e5e5e5;
  flex: 1;
  height: 1px;
}

[class*="c-step-icon"] {
  width: 0.68rem;
  height: 0.68rem;
  min-width: 48px;
  min-height: 48px;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  color: #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-steps_1 {
  width: 80%;
  padding: 0.6rem 0;
  margin-left: auto;
  margin-right: auto;
}

.c-steps_1 .c-step-icon_1 {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 0.24rem;
}

/* 表单 */
.c-form {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .c-form:nth-child(1) {
    padding-right: 0.4rem;
  }
  .c-form:nth-child(2) {
    padding-left: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-form {
    margin-top: 0.4rem;
  }
  .c-form:nth-child(1) {
    margin-top: 0;
  }
}

.c-form_t {
  font-size: 0.24rem;
}

.c-form-item {
  margin-top: 10px;
  position: relative;
}

.c-form-item .c-form-err {
  display: none;
  color: #d9001b;
  margin-top: 4px;
  font-size: 12px;
}

.c-form-item.error .c-form-err {
  display: block;
}

.c-form-item .c-form-label {
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .c-form-item .c-form-label {
    display: none;
  }
}

.c-form-item.required .c-form-label::before {
  display: inline-block;
  content: "*";
  color: #d9001b;
  margin-right: 6px;
}

.c-form-item .c-form-dropbox {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: white;
  z-index: 11;
  box-sizing: border-box;
  max-height: 200px;
  overflow-y: auto;
}

.c-form-item .c-form-dropbox .nodata {
  padding: 10px;
  text-align: center;
}

.c-form-item .c-form-dropbox li {
  padding: 6px;
}

.c-form-item .c-form-dropbox li:hover {
  background-color: #F3F3F3;
}

.c-form-box {
  position: relative;
  width: 100%;
  border: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between;
}

.c-form-box:hover {
  width: 100%;
  border: 1px solid rgba(52, 199, 89, 0.2);
  display: flex;
  justify-content: space-between;
}

.c-form-item.error .c-form-box {
  border-color: #b92020;
}

.c-form-box ._input {
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  text-indent: 10px;
  height: 36px;
  background: inherit;
}

.c-form-box ._input._select[disabled] {
  background-color: inherit;
}

select._input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
}

select._input option {
  color: black;
  padding: 2px 4px;
  box-sizing: border-box;
}

select._input::-ms-expand {
  display: none;
}

.c-form-box > i {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  padding: 8px;
  font-size: 16px;
  color: #979797;
}

.c-form-box > i::before {
  content: "\e602";
}

.c-form-box.is-open i::before {
  content: "\e607";
}

.c-form-box > i > svg {
  height: 100%;
  width: 100%;
}

.c-form-actions {
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .c-form-actions {
    width: 100%;
  }
  .c-form-actions [class*="o-btn_"] {
    display: block;
    text-align: center;
  }
}

[class*='c-form-placeholder'] {
  display: none;
}

@media screen and (max-width: 767px) {
  [class*='c-form-placeholder'] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    color: #CCCCCC;
    font-size: 0.24rem;
    display: flex;
    text-align: left;
    padding: 0 10px;
  }
  [class*='c-form-placeholder'].aside {
    color: #1D1D1F;
    background-color: white;
    transform: translateY(-26px) translateX(2px) scale(0.8);
    transition: transform .2s ease-in-out;
    transform-origin: left top;
    opacity: 1;
  }
}

.c-form-placeholder_1 {
  color: #1D1D1F;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .f-mt_1 {
    margin-top: 0.4rem !important;
  }
  .f-mb_1 {
    margin-bottom: 1rem !important;
  }
  .f-cbox {
    max-width: 800px !important;
    margin-bottom: .4rem !important;
  }
  .f-cbox i {
    margin-right: .1rem;
    color: #000000;
  }
  .f-info {
    max-width: 800px !important;
  }
  .f-info i {
    margin-right: .1rem;
    color: #000000;
  }
}

@media screen and (max-width: 767px) {
  .f-mt_1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.4rem !important;
    padding: 0 !important;
  }
  .f-mb_1 {
    margin-bottom: 1rem !important;
    padding: 0 !important;
  }
  .f-cbox {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: .4rem !important;
    padding: 0 !important;
  }
  .f-cbox i {
    margin-right: .1rem;
    color: #000000;
  }
  .f-info {
    font-size: 14px;
    line-height: 18px;
    padding: 0 !important;
  }
  .f-info i {
    margin-right: .1rem;
    color: #000000;
  }
  .f-info span {
    flex: 1;
  }
}

[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/* dealer项组件 */
.c-dealer:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-dealer {
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-dealer {
    margin-top: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .c-dealer h2 {
    font-size: 0.48rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-dealer h2 > *:first-child {
    margin-left: 0;
  }
  .c-dealer h2::after {
    content: '';
    height: 1px;
    flex: 1;
    margin-left: 1rem;
    background-color: #F5F5F5;
  }
}

@media screen and (max-width: 767px) {
  .c-dealer h2 {
    font-size: .54rem;
    text-align: center;
  }
}

.c-dealer > ul {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-dealer > ul > *:first-child {
  margin-left: 0;
}

.c-dealer > ul > a {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-dealer > ul > a img {
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .c-dealer > ul > a {
    margin-top: 0.6rem;
  }
  .c-dealer > ul > a > p {
    margin-top: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-dealer > ul > a {
    width: 46%;
    margin-top: .8rem;
  }
  .c-dealer > ul > a > p {
    margin-top: .3rem;
  }
}

/* 滑块组件 */
.c-slide_1 {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  .c-slide_1 {
    width: 100%;
  }
}

.c-slide-info {
  text-align: left;
  margin-bottom: 0.3rem;
}

.c-slide-num {
  height: 0.68rem;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.68rem;
}

.c-slide-desc {
  height: 0.24rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-slide-desc {
    font-size: 0.28rem;
  }
}

.c-slide-bar {
  height: 0.18rem;
  cursor: pointer;
  background: linear-gradient(180deg, #EFEFEF 0%, #EFEFEF 100%);
  border-radius: 0.1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-slide-bar {
    width: calc(100% - 0.15rem);
  }
}

.c-slide-progress {
  height: 100%;
  width: 0%;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #64e592 0%, #34c759 100%);
  transition: width 0.3s ease-in-out;
}

.c-sbar-slider {
  position: absolute;
  right: calc(0% - 0.15rem);
  top: -0.06rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.06rem solid #34c759;
}

.c-sbar-subtxt {
  position: absolute;
  bottom: -0.4rem;
  font-size: 0.16rem;
  color: #666666;
  width: 1rem;
  right: -0.28rem;
  text-align: center;
  cursor: pointer;
}

.c-sbar-subtxt.is-active {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .c-sbar-subtxt {
    top: 0.4rem;
    font-size: 0.28rem;
  }
}

/* 标签组件 */
[class*="c-tag_"] {
  color: #000000;
  border: 2px solid #34c759;
  font-weight: 600;
  text-align: center;
}

.c-tag_1 {
  padding: 0.1rem 0.4rem;
  border-radius: 40px;
  font-size: 0.24rem;
}

.c-tag_2 {
  padding: 0.1rem 0.4rem;
  border-radius: 40px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.24rem;
}

/* 产品技术参数 专属组件 */
[class*="c-params_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-params_1 .c-param {
  padding: 0.4rem 0;
  min-height: 2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
}

.c-params_1 .c-param > *:first-child {
  margin-left: 0;
}

.c-params_1 .c-param:last-child {
  border-bottom-color: transparent;
}

.c-params_1 .c-param-label {
  width: 23.07692%;
  font-size: 0.28rem;
}

.c-params_1 .c-params-items {
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-params_1 .c-param-item {
    width: 33.33333%;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }
  .c-params_1 .c-param-item:nth-child(1), .c-params_1 .c-param-item:nth-child(2), .c-params_1 .c-param-item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-params_1 .c-param-item {
    width: 50%;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }
  .c-params_1 .c-param-item:nth-child(1), .c-params_1 .c-param-item:nth-child(2) {
    margin-top: 0;
  }
}

.c-params_1 .c-param-t {
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 768px) {
  .c-params_1 .c-param-t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_1 .c-param-t {
    font-size: 16px;
    line-height: 1.3;
  }
}

.c-params_1 .c-param-desc {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .c-params_1 .c-param-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_1 .c-param-desc {
    font-size: 16px;
    line-height: 1.3;
  }
}

.c-params_2 .c-param {
  padding: 0.4rem 0;
  min-height: 2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
}

.c-params_2 .c-param > *:first-child {
  margin-left: 0;
}

.c-params_2 .c-param:last-child {
  border-bottom-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    min-height: initial;
  }
  .c-params_2 .c-param > *:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-label {
    width: 23.07692%;
    margin-right: 0.2rem;
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-label {
    font-size: 16px;
    padding: 0.2rem 0;
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-btn {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-btn {
    color: #666666;
    font-family: 'iconfont';
    font-size: 16px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-params_2 .c-param-btn > *:first-child {
    margin-left: 0;
  }
  .c-params_2 .c-param-btn:before {
    content: "\e602";
  }
  .c-params_2 .c-param.is-open .c-param-btn:before {
    content: "\e607";
  }
  .c-params_2 .c-param.is-open .c-params-items {
    display: block;
  }
}

.c-params_2 .c-params-items {
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-params-items {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-item {
    width: 33.33333%;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }
  .c-params_2 .c-param-item:nth-child(1), .c-params_2 .c-param-item:nth-child(2), .c-params_2 .c-param-item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-item {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: flex-start;
    padding: 0.1rem 0;
  }
  .c-params_2 .c-param-item > *:first-child {
    margin-left: 0;
  }
}

.c-params_2 .c-param-t {
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-t {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0.2rem;
    padding-left: 10px;
  }
}

.c-params_2 .c-param-desc {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-desc {
    flex: 3;
    font-size: 14px;
  }
}

/* 进度条 组件 */
.c-progress {
  position: fixed;
  top: 0;
  height: 2px;
  background-color: #6cb36c;
  z-index: 9999;
  width: 0;
  transition: width 0.2s;
}

.c-progress.ready {
  display: none;
}

.c-progress.started {
  width: 40%;
  display: block;
}

.c-progress.finished {
  width: 100%;
  display: block;
}

.c-progress .c-progress-mask {
  position: fixed;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  opacity: 0;
}

.c-progress.started .c-progress-mask {
  opacity: 1;
}

.c-progress.finished .c-progress-mask {
  opacity: 0;
}

.c-search_1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.c-search-bar {
  position: relative;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  box-sizing: border-box;
}

.search-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* 页面 */
@media screen and (max-width: 767px) {
  .page-app {
    padding: 0 !important;
  }
}

.app-navs {
  display: flex;
  width: 100%;
}

.app-navs li {
  flex: 1;
  font-size: .36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;
  padding: 2%;
  color: #939393;
  cursor: pointer;
}

.app-navs li.actived {
  background-color: #000000;
  color: white;
}

.app-main {
  display: none;
}

.app-main.actived {
  display: flex;
}

.app-main .app-pics {
  flex: 1;
  width: 50%;
}

.app-main .app-pics .swiper-box {
  padding: 12.18% 28%;
  box-sizing: border-box;
}

.app-main .app-pics .swiper-box .swiper-slide {
  padding: 0 20px;
}

.app-main .app-pics .swiper-pagination {
  position: static;
  margin-top: 24px;
  line-height: 1;
  font-size: 14px;
}

.app-main .app-pics .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  margin: 0;
  background-color: #d7d7d7;
  opacity: 1;
}

.app-main .app-pics .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.app-main .app-qr {
  flex: 1;
  width: 50%;
}

.app-main .app-qr .qr-box {
  padding-top: 22.15%;
  padding: 22.15% 34.18% 0;
}

.app-main .app-qr p {
  font-size: .24rem;
  text-align: center;
  margin-top: 30px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .app-main {
    flex-direction: column;
  }
  .app-main .app-pics {
    width: 100%;
  }
  .app-main .app-pics .swiper-box {
    padding: 5% 14%;
  }
  .app-main .app-pics .swiper-box .swiper-slide {
    padding: 0 10px;
  }
  .app-main .app-pics .swiper-pagination {
    margin-top: 20px;
  }
  .app-main .app-pics .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .app-main .app-qr {
    width: 100%;
    padding-bottom: 40px;
  }
  .app-main .app-qr .qr-box {
    padding-top: 22.15%;
    padding: 6% 30% 0;
  }
  .app-main .app-qr p {
    margin-top: 20px;
  }
}

.qr-btns {
  text-align: center;
  font-size: 14px;
  margin-top: 138px;
}

.qr-btns .android, .qr-btns .ios {
  padding: 0.2rem 0.2rem;
  font-size: .3rem;
  display: inline-flex;
  align-items: center;
}

.qr-btns .android i, .qr-btns .ios i {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.qr-btns .android i svg, .qr-btns .ios i svg {
  width: 100%;
  height: 100%;
}

.qr-btns .android {
  margin-left: 44px;
  background-color: #8bc736;
}

.qr-btns .android:hover {
  background-color: rgba(139, 199, 54, 0.8);
}

@media screen and (max-width: 767px) {
  .qr-btns {
    margin-top: 38px;
  }
  .qr-btns .android, .qr-btns .ios {
    font-size: .24rem;
    padding: 0.1rem 0.3rem;
  }
  .qr-btns .android i, .qr-btns .ios i {
    width: .24rem;
    height: .24rem;
    display: flex;
  }
}

/* 对象类 _objects.scss */
/* 
  注意：对象类不要包含任何这些属性和值
  absolute 和 fixed 定位。
  margin
  padding (除非你用了background-color。 在这种情况下，它不会中断对象外部的对齐)
  float
*/
[class*="o-btn_"] {
  display: inline-block;
  border-radius: 24px;
  background-color: #102053;
  color: white;
  line-height: 1;
  line-height: initial;
  line-height: auto;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  -webkit-user-select: none;
  min-width: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  [class*="o-btn_"] {
    font-size: 14px;
    line-height: 22px;
  }
}

[class*="o-btn_"]:hover {
  background-color: #333;
  color: white;
}

[class*="o-btn_"]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #c6fcd3 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}

[class*="o-btn_"]:active::after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

.o-btn_small {
  padding: 0.08rem 0.18rem;
}
.o-btn_small22 {
  padding: 0.08rem 0.18rem;  display: inline-block;
  border-radius: 4px;
  background-color: #000000;
  color: white;
  line-height: 1;
  line-height: initial;
  line-height: auto;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  -webkit-user-select: none;
  min-width: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .o-btn_small {
    padding: 0.16rem 0.24rem;
    font-size: .28rem;
  }
    .o-btn_small22 {
    padding: 0.16rem 0.24rem;
    font-size: .28rem;  display: inline-block;
  border-radius: 4px;
  background-color: #000000;
  color: white;
  line-height: 1;
  line-height: initial;
  line-height: auto;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  -webkit-user-select: none;
  min-width: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  }
}

.o-btn_normal {
  padding: 0.12rem 0.34rem;
}

.o-btn_plain {
  background-color: #9fa0a0;
  border: 1px solid #9fa0a0;
  font-size: 16px;
  padding: 0.08rem 0.24rem;
  margin-left: auto;
  margin-right: auto;
}

.o-btn_plain:hover {
   background-color: #9fa0a0;
  border: 1px solid #9fa0a0;
  color: white;
  opacity: .6;
}

.o-btn_m1 {
  font-size: 14px;
  padding: 0.18rem 0.24rem;
  text-align: center;
  width: 100%;
}

.o-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  font-style: normal;
}

.o-icon[class*="icon-"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont';
  font-style: normal;
  position: relative;
}

.o-icon[class*="icon-"] > *:first-child {
  margin-left: 0;
}

.o-icon > svg {
  width: 100%;
  height: 100%;
}

.o-link_arrow {
  font-size: 14px;
  color: #221815;
  font-family: 'iconfont';
  cursor: pointer;
}

.o-link_arrow::after {
  content: '\e600';
  color: inherit;
}

.o-link_arrow:hover {
  text-decoration: underline;
}

/* _utils.scss */
.u-text-left {
  text-align: left !important;
}

.u-bg_ff {
  background-color: #FFFFFF !important;
}

.u-bg_f5 {
  background-color: #f5f5f5 !important;
}

.u-bg_ea {
  background-color: #eaeaea !important;
}

.u-full > img {
  width: 100% !important;
}

.u-dark {
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .u-dark_f_1d {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .u-dark_f_1d {
    color: #1d1d1f;
  }
}

@media screen and (min-width: 768px) {
  .u-dark_f_f {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .u-dark_f_f {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .u-light_1d_1d {
    color: #1d1d1f;
  }
}

@media screen and (max-width: 767px) {
  .u-light_1d_1d {
    color: #1d1d1f;
  }
}

@media screen and (min-width: 768px) {
  .u-light_1 {
    color: #1d1d1f;
  }
}

@media screen and (max-width: 767px) {
  .u-light_1 {
    color: #FFFFFF;
  }
}

.u-l2c {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-l2c {
    text-align: center;
  }
}

.u-rel {
  position: relative !important;
}

.u-btn_1 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

@media screen and (max-width: 767px) {
  .u-shadow_m {
    background-color: rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 60px 30px rgba(255, 255, 255, 0.8);
  }
}

@media screen and (min-width: 768px) {
  .u-shadow_p {
    background-color: rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 60px 30px rgba(255, 255, 255, 0.8);
  }
}

.u-m0 {
  margin: 0 !important;
}

.u-p0 {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .u-left_m {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .u-left_p {
    text-align: left !important;
  }
}

[id^=NotiflixReportWrap] svg {
  vertical-align: top;
}

/* _common.scss */
[class*="l-block-1_"] {
  flex: 1;
}

.l-block-1_0 {
  text-align: center;
}

.l-block-1_0 .c-swiper--image {
  width: 4.8rem;
  height: 4.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-block-1_0 {
    order: 2;
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-1_0 .c-swiper_2 [class*="c-img_"] {
    background-color: #dbdbdb;
    border-radius: 4px;
    cursor: pointer;
  }
  .l-block-1_0 .c-swiper_2 [class*="c-img_"] > img {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
  }
  .l-block-1_0 .c-swiper_2 [class*="c-img_"] > img:hover {
    opacity: 0.6;
  }
}

.l-block-1_1 {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-block-1_1 {
    margin-left: .2rem;
  }
  .l-block-1_1 h2 {
    margin-bottom: 0.2rem;
    font-size: 0.48rem;
    font-family: "HarmonyOSHans-Bold", "Arial", "Helvetica", sans-serif;
    font-weight: 500;
  }
  .l-block-1_1 > h2 {
    width: 80%;
  }
  .l-block-1_1 .desc {
    margin-bottom: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-1_1 {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  .l-block-1_1 h2 {
    margin-bottom: 0.2rem;
    font-size: 0.54rem;
  }
  .l-block-1_1 .desc {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-2 {
    padding: 0.8rem 0;
    background-color: #FFFFFF;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-block-2 {
    padding: 0.8rem 0;
    background-color: #FFFFFF;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-2 form > .l-row_c {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .l-block-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 240px;
  }
}

@media screen and (min-width: 768px) {
  [class*="l-block-prod-"] [class*="c-tag_"] {
    margin-bottom: 0.3rem;
  }
  [class*="l-block-prod-"] h1 {
    margin-bottom: 0.3rem;
  }
  [class*="l-block-prod-"] [class*="c-lights_"] {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-prod-1 {
    justify-content: flex-start;
    padding-top: 1.4rem;
    width: 60%;
  }
  .l-block-prod-1 .c-list_x {
    justify-content: space-between;
    width: 50%;
    width: 4rem;
  }
  .l-block-prod-1 .c-img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .l-block-prod-1 .c-lights_3 {
    width: 50%;
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-prod-1 {
    padding-top: 1.2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-block-prod-1 [class*="c-tag_"] {
    margin-bottom: 0.4rem;
  }
  .l-block-prod-1 > h1 {
    text-align: left;
    font-size: 0.32rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-prod-2 {
    width: 50%;
    margin-right: 0;
    text-align: left;
    align-items: flex-start;
  }
  .l-block-prod-2 h1 {
    text-align: left;
  }
  .l-block-prod-2 .c-lights_3 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-block-prod-2 {
    padding-top: 1.0rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-block-prod-2 [class*="c-tag_"] {
    margin-bottom: 0.4rem;
  }
  .l-block-prod-2 > h1 {
    text-align: left;
    font-size: 0.32rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-prod-3 {
    width: 50%;
    margin-left: 0;
    text-align: left;
    align-items: flex-start;
  }
  .l-block-prod-3 h1 {
    text-align: left;
  }
  .l-block-prod-3 .c-lights_3 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-block-prod-3 {
    padding-top: 1.2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-block-prod-3 [class*="c-tag_"] {
    margin-bottom: 0.4rem;
  }
  .l-block-prod-3 > h1 {
    text-align: left;
    font-size: 0.32rem;
  }
}

[class*="l-block-service_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

[class*="l-block-service_"] .l--pic {
  border-radius: 8px;
  overflow: hidden;
}

[class*="l-block-service_"] .l--ctx {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  [class*="l-block-service_"] {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.9rem 0;
  }
  [class*="l-block-service_"] > div {
    flex: 1;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [class*="l-block-service_"] {
    flex-direction: column;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  [class*="l-block-service_"] .l--ctx {
    margin-top: 0.4rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-block-service_1 .l--ctx {
    padding-left: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-service_2 .l--ctx {
    padding-left: 1rem;
    padding-right: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-service_2 .l--pic {
    order: 1;
  }
  .l-block-service_2 .l--ctx {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .l-block-sw_1 {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-about_3 {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-about_4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.l-block-solution_mgr h1 {
  font-size: 0.48rem;
}

@media screen and (max-width: 767px) {
  .l-block-solution_mgr {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .l-block-solution_mgr h1 {
    text-align: left;
  }
  .l-block-solution_mgr [class*='c-lights_'] {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .b-software_1 {
    width: 80%;
  }
}

.b-news-wrap {
  display: flex;
}

.b-news-wrap .news-content {
  width: 70%;
}

.b-news-wrap .news-prodt {
  width: 30%;
  padding-left: 20px;
}

.b-news-wrap .news-prodt .news-prodt-box {
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.b-news-wrap .news-prodt .news-prodt-box .prodt-title {
  text-indent: 0;
}

.b-news-wrap .news-prodt .news-prodt-box .link {
  display: inline-block;
}

.b-news-wrap .news-prodt .news-prodt-box .prodt-name {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.b-news-wrap .img-wrap {
  margin-bottom: 20px;
  padding: 0 20%;
}

.b-news-wrap .img-wrap p.img-desc {
  text-align: center;
  text-indent: 0;
  margin-top: 6px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .b-news-wrap .news-content {
    width: 100%;
  }
  .b-news-wrap .news-prodt {
    display: none;
  }
}

#page {
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
.0-pagew {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; z-index: 111;
     position: absolute;
}
}

@media screen and (max-width: 767px) {
  #page {
    padding-top: 1rem;
  }
}

.l-pagew {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-contentw {
  max-width: 1300px;
  margin: 0 auto;top:0px;
  height: 100%;  
  position: relative;
}

.l-contentwbt {
  max-width: 1300px;
  margin: 0 auto;top:0px;
  height: 100%; border-bottom: 1px solid #9fa0a0;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .l-contentw {
    padding: 0  ;
  }

   .l-contentwbt {
    padding: 0  ;
  }
}

@media screen and (max-width: 767px) {
  .l-contentw {
    padding: 0.3rem 0.3rem 0rem 0.3rem;
  }

   .l-contentwbt {
    padding: 0.3rem 0.3rem 0rem 0.3rem;
  }
}

.l-center {
  margin-left: auto;
  margin-right: auto;
}

[class*="l-row_"] > li:first-child {
  margin-left: 0;
}

[class*="l-row_"].f-bl {
  align-items: baseline;
}

[class*="l-row_"].f-fwrap {
  flex-wrap: wrap;
}

.l-row_c {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-row_l {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-row_r {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-row_bt, .c-fold-h, .c-anav {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-col_l, [class*="c-fold_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-col_l > *, [class*="c-fold_"] > * {
  margin-top: 0.2rem;
}

.l-col_l > *:first-child, [class*="c-fold_"] > *:first-child {
  margin-top: 0;
}

.l-col_bt, .c-card_2 {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.l-col_bt > *, .c-card_2 > * {
  margin-top: 0.2rem;
}

.l-col_bt > *:first-child, .c-card_2 > *:first-child {
  margin-top: 0;
}

.l-inline {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.l-inline > *:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
 
.0-pagew {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; z-index: 111;
     position: absolute;
}

}
@media screen and (max-width: 400px) {
  .hide_phone {
    display: none !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
  .hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 401px) {
  .hide_tablet-and-up {
    display: none !important;
  }
}

@media screen and (min-width: 401px) {
  .hide_phone-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide_pocket {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hide_lap {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide_pocket-up {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .hide_desk {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .hide_desk-up {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .hide_wide {
    display: none !important;
  }
}

#page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 999;
  height: auto;
  font-size: 16px; 
  transition: top 0.3s ease;
}

@media screen and (min-width: 768px) {
  #page-header {
    height: 0.8rem;
    line-height: 0.8rem;
  }
   #page-main {  
    top: 0;  
    left: 0;
    width: 100%;z-index:1;}
  #page-header.out {
    top: -1.2rem;height: 0rem;
  }
}

@media screen and (max-width: 767px) {
  #page-header {
    height: 1rem;
    line-height: 1rem;
    user-select: none;
  }
   #page-main {  
    margin-top: -50px;
     width: 100%;z-index: -999;}
  #page-header.out {
    top: -2rem;
  }
}

#page-main .header-logo .c-img {
  height: 0.8rem;
}

@media screen and (max-width: 767px) {
#page-main .header-logo  {
 margin:0 auto;  width: 100%;  display: flex;  position: absolute;   z-index: 112; top:75px;
  justify-content: center; /* 水平居中 */
}

 
  #page-main .header-logo .c-img {
    height: 1.5rem;
  }
}

.header-nav {
  height: 100%;
  position: initial;
  position: unset;
  position: static;
}

@media screen and (max-width: 768px) {
  .header-nav {
    padding: 0 0.5rem;
  }
}

.header-nav .link-list {
  flex: 1;
  flex-wrap: wrap;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.header-nav .link-list_item {
  margin-left: 30px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-nav .link-list_item:first-child {
  margin-left: 130px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header-nav .link-list_item {
    margin-left: .2rem;
  }
  .header-nav .link-list_item > a {
    font-size: 13px; color: #ffffff;font-weight:bold;
  }
}

.header-nav .link-list_item > a {
  display: block; color: #ffffff;font-weight:bold;
  height: 0.8rem;
  position: relative;
  font-size: 16px;
}

.header-nav .link-list_item > a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  transform: translateX(-50%);
  background-color: transparent;
  transition: width 0.2s ease;
}

.header-nav .link-list_item:hover > a {
  color: #ffffff;
}

.header-nav .link-list_item:hover > a::after {
  color: #ffffff;
}

.header-nav .link-list_item:hover > a::before {
  width: 100%;
  background-color: #ffffff;
}

.header-nav .link-list_item.more > a::after {
  content: '\e602';
  font-family: 'iconfont';
  font-size: 12px;
  margin-left: 6px;
  transform: scale(0.7);
}

.header-nav .header-actionList {
  height: 100%;
}

.header-nav .header-actionList .header-action {
  margin-left: 0.3rem;
  height: 100%;
}

.header-nav .header-actionList .header-action a {
  height: 100%;
  width: auto;
  font-size: 0.3rem;
  vertical-align: middle;
}

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

  .header-nav {  display: flex;
  justify-content: center; /* 水平居中 */ text-align: left;float:left;
  }
  .header-nav .header-actionList .header-action_search a {
    width: 0.4rem;
    font-size: 0.4rem;
  }
}

.navlist {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  will-change: transform,max-height;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.5rem;
  padding-bottom: 4rem;
}

.navlist [class*='o-btn_'] {
  margin-top: .6rem;
}

.openHeaderMenu .navlist {
  max-height: initial;
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
  height: calc(100vh - 1rem);
}

.header-m_menu {
  height: 1rem;
  line-height: 1rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-m_menu > *:first-child {
  margin-left: 0;
}

.header-m_menu b {
  width: 19px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.header-m_menu b::before, .header-m_menu b::after,
.header-m_menu b em {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  content: "";
  transition: all 0.3s linear;
}

.header-m_menu b::before {
  top: 0;
}

.header-m_menu b em {
  transition: all 0.3s linear;
  top: 8px;
}

.header-m_menu b::after {
  bottom: 0;
}

.header-m_menu b.open::before {
  transform: rotateZ(45deg);
  top: 8px;
}

.header-m_menu b.open em {
  opacity: 0;
}

.header-m_menu b.open::after {
  top: 8px;
  transform: rotateZ(-45deg);
}

.header-btn_rp {
  margin-left: 30px;
  height: 100%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-btn_rp > *:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  .header-btn_rp {
    margin: 0 .1rem;
  }
}

.header-btn_rp .xunjia {
  color: #000000;  background: url(icon_011.png)   no-repeat left center; margin-left:100px;

}

.header-menu_pc, .header-menu_pc2 {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #726259;
  padding: 2px 0px 20px 0px;
  box-sizing: border-box;
 
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}

.menu-item {
  margin-left: 48px;
  text-align: center;
}

.menu-item .c-img {
  width: 48px;
  height: 48px;
  transform: translateY(0px);
  transition: transform .2s ease-in-out;
}

.menu-item:hover .c-img {
  transform: translateY(-3px) scale(1.1);
}

.menu-item a:hover {
  color: #ffffff;
}

.menu-item_name {
  display: block;
  text-align: center;
  line-height: 1.1;font-size: 12px;
  margin-top: 5px;
}

.header-menu_pc2 {
  padding: 0;
  width: 200px;
  background-color: #f4f4f4;
}

.header-menu_pc2 .menu-item {
  margin: 0;
  width: 100%;
  padding: 10px 20px;
}

.header-menu_pc2 .menu-item:hover {
  background-color: #FFFFFF;
}

.header-menu_pc2 .menu-item_name {
  margin: 0;
  text-align: left;
}

.link-list_item.more:hover .header-menu_pc, .link-list_item.more:hover .header-menu_pc2, .link-list_item.more:hover .header-menu_pc2 {
  opacity: 1;
  visibility: visible;
}

/* 页脚样式 */
#page-footer {
  padding: 0 0 .3rem 0;
 background: url(bt.jpg) no-repeat center; background-size: cover;
  font-size: 14px;
  line-height: 1.3;margin-top:-40px;
}

@media screen and (max-width: 767px) {
  #page-footer {
    background-color: #F5F5F5;
    font-size: 14px;color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .footer-ts {
    display: box;color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer-ts [class*="c-fold_"] {
    width: initial;color: #ffffff;
    border: none;
  }
  .footer-ts .c-fold-btn {
    display: none;color: #ffffff;
  }
  .footer-ts .c-fold-h {
    height: auto;color: #ffffff;
  }
  .footer-ts .c-fold-c {
    height: auto;color: #ffffff;
  }
  .footer-ts .c-fold-c .c-anav {
    height: auto;color: #ffffff;
    visibility: visible;
    opacity: 1;
  }
  .footer-ts .c-fold-c .c-anavs-arrow {
    display: none;color: #ffffff;
  }
  .footer-ts [class*="c-anavs_"] {
    padding: 0;color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .footer-ts {
    display: box;
    display: -webkit-box;color: #ffffff;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.8rem;
  }
  .footer-ts > *:first-child {
    margin-top: 0;color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .footer-t {
    margin-bottom: .2rem;color: #ffffff;
    font-weight: 600;
    font-size: 16px;
  }
}

.footer-links > a {
  margin-top: 0;
 color: #ffffff;
}

.footer-links > a:hover {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .footer-links > a {
    font-size: 14px;color: #ffffff;
    line-height: 1.3;
    margin-bottom: .1rem;
  }
}

.footer-shares {
  margin-top: .6rem;color: #ffffff;
  margin-bottom: .4rem;
}

@media screen and (min-width: 768px) {
  .footer-shares {
    display: box;color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer-shares {
    display: box;color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-shares > *:first-child {
    margin-top: 0;color: #ffffff;
  }
}

.share-list {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.share-list > *:first-child {
  margin-left: 0;
}

.share-list li {
  margin-left: 30px;
}

.share-list .o-icon {
  min-width: 30px;
  min-height: 30px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .footer-contracts {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .footer-contracts > *:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-contracts {
    width: 100%;
    margin-bottom: .6rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-contracts > *:first-child {
    margin-top: 0;color: #ffffff;
  }
}

.footer-contract {
  margin-left: 1rem;color: #ffffff;
  width: auto;
}

.footer-contract .o-icon {
  max-width: .24rem;
  max-height: .24rem;
  font-size: .24rem;
  width: 24px;
  height: 24px;color: #ffffff;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .footer-contract {
    width: 100%;
    flex-direction: row;color: #ffffff;
    margin-left: 0;
  }
  .footer-contract .o-icon {
    min-width: .48rem;
    min-height: .48rem;
    font-size: .48rem;color: #ffffff;
  }
  .footer-contract > span {
    font-weight: 400;color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .footer-legals {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;color: #ffffff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer-legals {
    font-size: .2rem;
    display: box;color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-legals a {
    color: #ffffff;
  }
  .footer-legals > *:first-child {
    margin-top: 0;color: #ffffff;
  }
}

.legal-links {
  font-size: 14px;color: #ffffff;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .legal-links {
    display: box;color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .legal-links a {color: #ffffff;
    font-size: .2rem;
  }
}

.legal-links > li:first-child {
  margin-left: 0;color: #ffffff;
}

.legal-links > li {
  display: inline-block;
  margin-left: .4rem;
}

.footer-copyright {
  flex: 1;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-copyright {
    margin-left: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: .2rem;
  }
}

.footer-lang {
  cursor: pointer;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer-lang > *:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .footer-lang {
    display: inline-block;
    border-radius: 28px;
    border: 1px solid #979797;
    height: .58rem;
    line-height: .58rem;
    width: 1.8rem;
    text-align: center;
  }
}

.footer-lang .o-icon {
  width: .24rem;
  height: .24rem;
  font-size: .24rem;
  margin-right: .1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .footer-copyright {
    color: #666666;
  }
  .l-block-1_1 h2 {
    font-size: 48px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-slide_1 {
    width: 500px;
  }
  .c-slide-info {
    margin-bottom: 30px;
  }
  .c-slide-num {
    height: 68px;
    font-size: 48px;
    line-height: 68px;
  }
  .c-slide-desc {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .c-slide-bar {
    height: 18px;
  }
  .c-slide-progress {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #64e592 0%, #34c759 100%);
    transition: width 0.3s ease-in-out;
  }
  .c-sbar-slider {
    position: absolute;
    right: calc(0% - 15px);
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 6px solid #34c759;
  }
  .c-sbar-subtxt {
    bottom: -40px;
    font-size: 16px;
    width: 100px;
    right: -28px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-block-1_0 .c-swiper--image {
    width: 480px;
    height: 480px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card-t {
    font-size: 28px;
  }
  .c-card_7 .c-card-t {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .c-card_7 .c-card-desc {
    margin-bottom: 30px;
    padding-right: 40px;
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-contract .o-icon {
    max-width: 24px;
    max-height: 24px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon-text_2 .h-text {
    font-size: 16px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-steps_1 .c-step-icon_1 {
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon-text_5 .o-icon {
    min-width: 120px;
    min-height: 120px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .t1 {
    font-size: 56px !important;
  }
  .t2 {
    font-size: 24px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-block-solution_mgr h1 {
    font-size: 48px;
  }
  .c-banner-desc {
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card_4 .c-card_pic .c-img {
    width: 400px;
    height: 400px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon-text_9 .o-icon {
    min-width: 100px;
    min-height: 100px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-section_top h1 {
    font-size: 42px;
  }
}

.con2 {
        width: 100%;
        padding: 2px 0 0 0;
 background: #000000 ;  

    }
    .con2con {
        max-width: 1580px;
        margin: 0 auto;
        padding: 0 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2left {
        width: 28%;
    }
    .con2left img { vertical-align: top;
        width: 95%;
    }
    .con2right {
        width: 70%;     color: #ffffff;
    }
    .con2right h1 {
        color: #ffffff;letter-spacing: 0.5em;
        font-weight: normal; margin-top: 30px; margin-bottom: 10px;
        font-size: 30px;
    }
    .con2right .more {
        margin: inherit !important;
        margin-top: 30px !important;
    }
    .con2right h2 {
        font-weight: normal;width: 55%; 
        font-size: 25px;
        margin: 1px 0;
    }
    .con2right p {
        font-size: 15px;
     color: #ffffff;
        line-height: 35px;
        margin-bottom: 10px;
    }

	    .newimg {
        display: block;
        overflow: hidden;
    }
	.con2right .newimg img {
 
       max-height:145px; 
    }
    .con2right ul li {
       
        padding: 10px 0;
        padding-left: 52px;  color: #ffffff;
        font-size: 14px;
    }
    .con2right ul li span {
      
        line-height: 25px;
    }
    .more1 {
        display: block;float:left;
        transition: var(--main-transition);
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
     color: #ffffff;
       border: 3px solid #ffffff;
        font-size: 14px;
      
        margin-top: 30px; margin-left: 30px;
    }

	    .more2 {
        display: block; float:left;
        transition: var(--main-transition);
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
     color: #ffffff;
       border: 3px solid #ffffff;
        font-size: 14px;
      
        margin-top: 30px; margin-left: 30px;
    }
    .more1:hover {
         border: 3px solid #e7e7e7;color: #e7e7e7;
    }
	    .more2:hover {
         border: 3px solid #e7e7e7;color: #e7e7e7;
    }
      .con1 {
        width: 100%;
        padding-top: 0px;
    }
    .con1con {
        padding: 0 0px;  margin: 0 auto;  margin-top: 58px;
        max-width: 1580px;    background:#151414;
      
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 30px 80px 30px;
        box-shadow: var(--main-shadow);
    }
    .con1con ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 23%;
    }
    .con1con ul li img {
        width: 30px;
    }
    .con1_r {
        padding-left: 20px; display: flex;
        flex-wrap: wrap;
    }
    .con1_r p {
        font-size: 14px;
        color: #ffffff;line-height:150%;
       
    }
    .con1_r h1{
     color: #ffffff;line-height: 30px; 
        font-weight: bold;
        font-size: 18px; margin-bottom: 25px;
    }
	  .con1_r h2{
     color: #ffffff;line-height: 30px; 
        font-weight: bold;
        font-size: 22px; margin-bottom: 5px;
    }
	@media only screen and (max-width: 767px) {
    .more1 {
        display: block;float:left;
        transition: var(--main-transition);
        width: 120px;
        height: 45px;
        line-height:45px;
        text-align: center;
     color: #ffffff;
       border: 3px solid #ffffff;
        font-size: 14px;
      
        margin-top: 30px; margin-left: 30px;
    }

	    .more2 {
        display: block; float:left;
        transition: var(--main-transition);
        width: 120px;
        height: 45px;
        line-height: 45px;
        text-align: center;
     color: #ffffff;
       border: 3px solid #ffffff;
        font-size: 14px;
      
        margin-top: 30px; margin-left: 30px;
    }
    .more1:hover {
         border: 3px solid #e7e7e7;color: #e7e7e7;
    }
	    .more2:hover {
         border: 3px solid #e7e7e7;color: #e7e7e7;
    }
 .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2left {
        width: 100%;
        margin-bottom: 25px;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 100%;
    }

 
    .con2right h1 {
        color: #ffffff;
        font-weight: normal;
        font-size: 20px;
    }
   .con2right h2 {
        font-weight: normal;width: 100%; 
        font-size: 25px;
           margin-top: 45px; 
    }
    .con2right p {
        font-size: 14px;
     color: #ffffff;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .con2right ul li {  
        padding: 1px 0;
        padding-left: 55px;
    }
    .con2right ul li span {
        color: #ffffff;
        font-size: 12px;
        line-height: 25px;
    }
    .more {
        display: block;
        transition: var(--main-transition);
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .more:hover {
        border-radius: 40px;
    }
 .con1 {
        width: 100%;background:#151414;
    }
  .con1con {
        padding: 0 0px;  margin: 0 
      background:#151414;
      
    }

    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 45%;
        margin-bottom: 20px;
    }
    .con1con ul li img {
        width: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .con1_r {
        width: 100%;
    }
    .con1_r p {
       
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 5px;
        text-align: left;
    }
    .con1_r h1 {
     color: #ffffff; font-weight: bold;
        font-size: 16px;
        display: block;
        line-height: 25px;
        text-align: center;
    }

	}


	.con5 {
            background-color: #f1f0ee;
        }
        .con5con {
            display: flex;
            justify-content: space-between;
        }
        .con5left {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 100px 5%;
        }
        .con5right {
            width: 50%;
            position: relative;
        }
        .con5right img {
            width: 100%;
        }
        .playvideo {
            position: absolute;
            left: 50%;
            width: 50px !important;
            cursor: pointer;
            top: 46%;
            transform: translate(-50%);
        }
        .con5left strong {
            font-weight: normal;
            font-size: 36px;
            color: #151414;
            display: block;
            margin-bottom: 30px;
        }
        .con5left p {
            color: #151414;
            font-size: 18px;
            display: block;
            margin-bottom: 60px;
        }
        .con5left em {
            font-style: normal;
            color: #151414;
            font-size: 18px;
            line-height: 30px;
        }
        .con5left a {
            display: block;
            margin-top: 40px;
            width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
        }

		@media only screen and (max-width: 767px) {
		.con5 {
            background-color: #f1f0ee;
           
        }
        .con5con {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: column-reverse;
        }
        .con5left {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .con5right {
            width: 100%;
            position: relative;
        }
        .con5right img {
            width: 100%;
        }
        .playvideo {
            position: absolute;
            left: 50%;
            width: 50px !important;
            cursor: pointer;
            top: 46%;
            transform: translate(-50%);
        }
        .con5left strong {
            font-weight: normal;
            font-size: 20px;
            color: var(--main-color);
            display: block;
            margin-bottom: 10px;
        }
        .con5left p {
            color: #777;
            font-size: 14px;
            display: block;
            margin-bottom: 20px;
        }
        .con5left em {
            font-style: normal;
            color: #777;
            font-size: 14px;
            line-height: 25px;
        }
        .con5left a {
            display: block;
            margin-top: 20px;
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 12px;
        }

		 }


.con2tt {
        width: 100%;
        padding: 50px 0 0 0;height:800px;
 background: url(cp2.jpg) #000000 no-repeat top center;  

    }
    .con2ttcon {
        max-width: 1580px;
        margin: 0 auto;
        padding: 0 65px; margin-top: 150px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2ttleft {
        width: 28%;
    }
    .con2ttleft img { vertical-align: top;
        width: 95%;
    }
    .con2ttright {
        width: 70%;     color: #ffffff;
    }
    .con2ttright h1 {
        color: #ffffff;letter-spacing: 0.5em;
        font-weight: normal; margin-top: 30px; margin-bottom: 10px;
        font-size: 30px;
    }
    .con2ttright .more {
        margin: inherit !important;
        margin-top: 30px !important;
    }
    .con2ttright h2 {
        font-weight: normal;width: 55%; 
        font-size: 25px;   margin-top: 45px; 
        margin: 1px 0;
    }
    .con2ttright p {
        font-size: 15px;
     color: #ffffff;
        line-height: 35px;
        margin-bottom: 10px;
    }

 
	.con2ttright .newimg img {
 
       max-height:145px; 
    }
    .con2ttright ul li {
       
        padding: 10px 0;
        padding-left: 52px;  color: #ffffff;
        font-size: 14px;
    }
    .con2ttright ul li span {
      
        line-height: 25px;
    }

      .con1tt {
        width: 100%;background:#121212;
        
    }
    .con1ttcon {
      margin: 0 auto; 
        max-width: 1580px;    
      
    }
    .con1ttcon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 90px 30px 90px 30px;
        box-shadow: var(--main-shadow);
    }
    .con1ttcon ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 23%;
    }
    .con1ttcon ul li img {
        width: 30px;
    }
    .con1tt_r {
        padding-left: 20px; display: flex;vertical-align: top;
        flex-wrap: wrap;
    }
    .con1tt_r p {
        font-size: 14px;vertical-align: top;
        color: #ffffff;line-height:150%;
       
    }
    .con1tt_r h1{
     color: #c39891;line-height: 30px; 
        font-weight: bold;
        font-size: 18px; margin-bottom: 25px;
    }
	  .con1tt_r h2{
     color: #ffffff;line-height: 30px; 
        font-weight: bold;
        font-size: 22px; margin-bottom: 5px;
    }
@media only screen and (max-width: 767px) {

 .con2tt {
        width: 100%;
        padding: 30px 15px;
    }
    .con2ttcon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2ttleft {
        width: 100%; padding-top: 30px  ;
    }
    .con2ttleft img {
        width: 100%;
    }
    .con2ttright {
        width: 100%;
    }

 
    .con2ttright h1 {
        color: #ffffff;
        font-weight: normal;
        font-size: 20px;
    }
   .con2ttright h2 {
        font-weight: normal;width: 100%; 
        font-size: 25px;
        
    }
    .con2ttright p {
        font-size: 14px;
     color: #ffffff;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .con2ttright ul li {  
        padding: 1px 0;
        padding-left: 55px;
    }
    .con2ttright ul li span {
        color: #ffffff;
        font-size: 12px;
        line-height: 25px;
    }
 .con1tt {
        width: 100%;background:#151414;
    }
  .con1ttcon {  margin: 0 auto; margin-top:120px;
 
    }

    .con1ttcon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1ttcon ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 45%;
        margin-bottom: 20px;
    }
    .con1ttcon ul li img {
        width: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .con1tt_r {
        width: 100%;
    }
    .con1tt_r p {
       
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 5px;
        text-align: left;
    }
    .con1tt_r h1 {
     color: #ffffff; font-weight: bold;
        font-size: 16px;
        display: block;
        line-height: 25px;
        text-align: center;
    }

	 }


	     .con51con {
         width: 100%;
        padding: 0 1px;
        margin: 0 auto;
    }
    .con51con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con51con ul li {
        width: calc(100% / 2);
        text-align: center;
        padding-top: 40px; padding-bottom: 40px;
        cursor: pointer;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .con51con ul li:nth-child(2n) {
        border-right: none !important;
    }
    .con51con ul li:nth-child(4) {
        border-bottom: none !important;
    }
    .con51con ul li:nth-child(3) {
        border-bottom: none !important;
    }
    .con51con ul li:nth-child(6) {
        border-bottom: none !important;
    }
    .con51con ul li:hover strong {
        color: var(--main-color);
    }
    .con51con ul li strong {
        font-size: 18px;
        margin: 10px auto;
             color: #000000;
        display: block;
        text-align: center;
    }
    .con51con ul li p {
        color: #ddd;
        font-size: 14px;
    }
    .con51con ul li img {
        width: 60px;
        margin: 0 auto;
        height: 60px;
    }
     .con51con ul li:hover p {
        color: #000000;
    }
    .con51con ul li:hover .img_n {
        display: block !important;
    }
    .con51con ul li:hover .img_o {
        display: none !important;
    }

    @media only screen and (max-width: 768px) {
.con51con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con51con ul li {
  width: calc(100% / 2);
        text-align: center;
        padding: 20px;
        cursor: pointer;
    }
    .con51con ul li:hover strong {
        color: var(--main-color);
    }
    .con51con ul li strong {
        font-size: 14px;
        margin: 5px auto;
        color: var(--main-color-white);
        display: block;
        text-align: center;
    }
    .con51con ul li p {
        color: #ddd;
        font-size: 12px;
    }
    .con51con ul li img {
        width: 40px;
        margin: 0 auto;
        height: 40px;
    }
    .img_n {
        display: none;
    }
    .con51con ul li:hover p {
        color: var(--main-color);
    }
    .con51con ul li:hover .img_n {
        display: block;
    }
    .con51con ul li:hover .img_o {
        display: none;
    }

    }
 
	    .con6 {
        padding: 50px 0; background-color: #f6f5f5; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


		    .con61 {
        padding: 50px 0; background-color: #ffffff; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;margin-top:100px;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {    width: 48%;
        display: flex;
        align-items: center;
        padding: 30px 20px;
        background-color: #fffffff;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .lileft {
        margin-right: 15px;
    }
    .con6con ul li img {
        width: 48px;
    }
    .liright {
        flex: 1;
    }
    .liright p {   text-align: center;
        font-size: 16px;
     color: #000000;margin-bottom: 25px;
    }
    .liright strong {   text-align: center;
        color: #000000; font-weight: normal;
        font-size: 36px;
        display: block;
        margin-top: 5px;margin-bottom: 35px;
    }
    .con6_title {
        margin-bottom: 30px;
    }
    .con6_title strong {
        font-size: 34px;
        font-weight: bold;
        color: #000000;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .con6_title p {
     line-height:180%;text-align: center;
        font-size: 16px;
   color: #000000;
    }
@media only screen and (max-width: 996px) {

      .con6_title {
        margin-bottom: 30px;
    }
    .con6_title strong {
        font-size: 30px;
        font-weight: bold;
      color: #000000;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .con6_title p {
        text-align: center;
        font-size: 16px;
       color: #000000;
    }
	.con6 {
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con6con {
        margin: 0 auto;margin-top:50px;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        padding: 30px 20px;
        background-color: var(--main-color-white);
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .lileft {
        margin-right: 15px;
    }
    .con6con ul li img {
        width: 48px;
    }
    .liright {
        flex: 1;
    }
    .liright p {
        font-size: 16px;
    color: #000000;
    }
    .liright strong {
    color: #000000;
        font-size: 24px;
        display: block;
        margin-top: 5px;
    }
	 }  
	 
	 .inside {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 0;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
 
    .con7 {
        width: 100%;
        padding: 50px 0;
        background-image: url(bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con_title {
        margin-bottom: 30px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .con_title11 {
        margin-bottom: 30px;
    }
    .con_title11 strong {
        display: block;
        text-align: left;
        color: #000000;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-999);
        font-size: 14px;
    }
.con7con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con7con .con_title strong {
   color: #ffffff;
    }
    .con7con .con_title p {
  color: #ffffff;
    }
    .indexcase {
        width: 1200px;
        height: 360px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        background: url(line.jpg) center center no-repeat;
    }
    .course_slide {
        width: 300px!important;
        height: 360px;
        overflow: hidden;
        margin: 0 -100px 0 0;
        padding: 230px 20px 20px;
        background: url(course_bg02.png) center bottom no-repeat;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .course_slide p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 24px;
        margin: 0 auto 10px;
        padding: 0;
    }
    .course_slide span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .course_slide em {
        font-style: normal;
        font-weight: bold;
    }
    .course_slide:nth-child(2n+2) {
        background: url(course_bg01.png) center top no-repeat;
        padding: 20px 20px 230px;
    }
@media only screen and (max-width: 768px) {

    .con8 {
        width: 100%;
        padding: 30px 15px;
    }
	    .inside {
        margin: 0 auto;
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .con8con {
        margin: 0 auto;
    }
    .con8box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con8left {
        width: 100%;
    }
    .con8right {
        width: 100%;
    }
    .newbox {
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .newbox img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con8left:hover img {
        transform: scale(1.1);
    }
    .newfdout {
        padding: 15px 0;
    }
    .newfdtop {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newfdtop a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        margin-bottom: 10px;
        color: var(--main-color-333);
    }
    .newfdtop span {
        color: var(--main-color-999);
        font-size: 14px;
        margin-top: 10px;
    }
    .con8left:hover a {
        color: var(--main-color);
    }
    .newfd p {
        color: var(--main-color-999);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .con8right .newfd {
        padding: 15px 0;
        border-bottom: 1px dashed #ddd
    }
    .newfd:hover a {
        color: var(--main-color);
    }
    .con7 {
        width: 100%; max-height: 360px;
        padding: 30px 15px 0px 15px;
        background-image: url(bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con7con {
        margin: 0 auto;
    }
    .con7con .con_title strong { margin-top: 30px;
        color:  #ffffff;
    }
    .con7con .con_title p {
        color:  #ffffff;
    }
    .indexcase {
        width: 100%;margin-top: 30px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0; background: url() center center no-repeat;
    }
	
    .course_slide {
     max-height: 160px;
        overflow: hidden;background: url( ) center top no-repeat;
        margin: 0 -100px 0 0;
        background-color: #ffffff;
         padding: 20px 20px ;
    }
	 .course_slide:nth-child(2n+2) {  max-height: 160px;
        overflow: hidden;background: url( ) center top no-repeat;
        margin: 0 -100px 0 0;
        background-color: #ffffff;
       padding: 20px 20px;
    }
    .course_slide p {
        width: 100%;
        height: 36px;
        overflow: hidden;
        line-height: 36px;
        color: #262626;
        font-size: 20px;
        margin: 0 auto 10px;
        padding: 0;
    }
    .course_slide span {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 24px;
        color: #666;
        font-size: 14px;
        text-align: justify;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .course_slide em {
        font-style: normal;
        font-weight: bold;
    }



    .papos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 126, 209, .8);
        top: 0;
        z-index: 20;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: var(--main-color-white);
        font-size: 15px;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }
    .papos .line {
        width: 40px;
        margin-top: 20px;
        height: 2px;
        background-color: var(--main-color-white);
    }

    .indexhonor img {
        width: 100%;
        padding: 5px;
        border: 1px solid #ccc;
        height: 200px;
        object-fit: contain;
    }
    .indexhonor {
        width: 100%;
        padding-bottom: 80px !important;
    }
    .indexhonorbtn .swiper-pagination-bullet {
        width: 40px;
        height: 5px;
        border-radius: 0 !important;
    }
    .indexhonorbtn .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
    }
   
    
    
    
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}



    .conaaa1 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/s_about_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .conaaa1con {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .conaaa1conleft {
        width: 50%;
    }
    .conaaa1conright {
        width: 47%;
    }
	 .conaaa1conright p{ font-size: 16px;line-height: 25px;
        color: #000000;  
    }
    .conaaa1conright a img {
        width: 100%;
        border-radius: 0px 50px 0px 50px;
    }
    .conaaa1conleft p {
        font-size: 30px;
        color: #000000;
        margin-bottom: 5px;
    }
    .conaaa1conleft strong {
        font-size: 56px;
          color: #000000;margin-right: 88px;
        position: relative;
        display: block;
        margin-bottom: 50px;
    }
    .conaaa1conleft strong::after {
        position: absolute;
        width: 80px;
        height: 2px;
        content: '';
        left: 0;
        bottom: -15px;
    }
    .conaaa1conleft span {
        font-size: 16px; padding-right: 88px;
      color: #333333;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .conaaa1conleft a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
           color: #333333;
        font-size: 15px;
        border-radius: 50px;
        transition: var(--main-transition);
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .conaaa1conleft a:hover {
        width: 150px;
    }
    .conaaa1conleft ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .conaaa1conleft h2 {
        font-size: 50px;
        color: var(--main-color);
    }
    .conaaa1conleft h6 {
        font-size: 16px;
        font-weight: normal;
        color: var(--main-color-666);
        margin-top: 5px;
    }

  .ml_message  {
        text-align: center;
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .form_area {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: space-between;
    }
    .form_area input {
        display: block;
        width: 48%;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
        padding-left: 15px;
        outline: none;
    }
    .form_area textarea {
        display: block;
        outline: none;
        width: 100%;
        min-height: 150px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .message_sub {
        display: block;
        max-width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        background-color: #000000;
        border-radius: 4px;
        margin: 0 auto;
    }


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

	  .ml_message  {
        text-align: center;
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .form_area {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: space-between;
    }
    .form_area input {
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
        padding-left: 15px;
        outline: none;
    }
    .form_area textarea {
        display: block;
        outline: none;
        width: 100%;
        min-height: 150px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .message_sub {
        display: block;
        max-width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 4px;
        margin: 0 auto;
    }
.conaaa1 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/s_about_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .conaaa1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .conaaa1conleft {
        width: 100%;
        margin-top: 20px;
    }
    .conaaa1conright {
        width: 100%;
    }
   .conaaa1conright p{ font-size: 16px; line-height: 25px;
        color: #000000;
    }


    .conaaa1conright a img {
        width: 100%;
        border-radius: 0px 50px 0px 50px;
    }
    .conaaa1conleft p {
        font-size: 25px;
        color: var(--main-color-666);
        margin-bottom: 5px;
    }
    .conaaa1conleft strong {
        font-size: 30px;
        color: var(--main-color-222);
        position: relative;
        display: block;
        margin-bottom: 35px;
    }
    .conaaa1conleft strong::after {
        position: absolute;
        width: 80px;
        height: 2px;
        content: '';
        left: 0;
        bottom: -15px;
    }
    .conaaa1conleft span {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .conaaa1conleft a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #909090;
        font-size: 14px;
        border-radius: 50px;
        transition: var(--main-transition);
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .conaaa1conleft a:hover {
        width: 150px;
    }
    .conaaa1conleft ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .conaaa1conleft ul li {
        flex: 1;
    }
    .conaaa1conleft h2 {
        font-size: 30px;
        color: var(--main-color);
    }
    .conaaa1conleft h6 {
        font-size: 14px;
        font-weight: normal;
        color: var(--main-color-666);
        margin-top: 5px;
    }

	   }

   .conaaa5 {
        padding: 80px 0;
 background: url(news_bg2.jpg) no-repeat top center;   background-size: cover;

    }
    .conaaa5con {
        max-width: 1500px;
        margin: 0 auto;
    }

	.topnews {
        display: flex;
        justify-content: space-between;
        box-shadow: var(--main-shadow);
    }
    .topnewsleft {
        width: 50%;
    }
    .topnewsleft img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .topnewsright {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 65px;
    }
    .tag {
        background-color: var(--main-color);
        font-size: 12px;
        color: var(--main-color-white);
        width: 70px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    .topnewsright a {
        display: block;
        width: 100%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
    }
    .topnewsright span {
        color: var(--main-color-888);
        font-size: 12px;
        display: block;
        margin-bottom: 25px;
    }
    .topnewsright p {
        font-size: 13px;
        color: var(--main-color-888);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .centernew {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .centernewitem {
        width: 31%;
    }
    .centernewitem_top {
        height: 235px;
        display: flex;
        align-items: center;
        padding: 0 25px;
        justify-content: space-between;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .centernewitem_top span {
        font-size: 24px;
        color: var(--main-color-white);
    }
    .centernewitem_top a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .centernewitem_box {
        padding: 15px 0px 0px 0px;
    }
    .centernewitem_box ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between;
    }
    .centernewitem_box ul li a {
        display: block;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 12px;
        color: var(--main-color-333);
    }
    .centernewitem_box ul li span {
        flex: 1;
        text-align: right;
        font-size: 12px;
        color: var(--main-color-999);
    }
    .conaaa5_title strong {
        font-size: 42px;
      color: #000000;
        font-weight: normal;
        display: block;
        text-align: center;
        position: relative;
    }
    .conaaa5_title strong::after {
        position: absolute;
        content: '';
        width: 50px; 
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .conaaa5_title p {
        font-size: 14px;
        color: #000000;
        line-height: 25px;
        text-align: center;
        margin-top: 40px;
    }
	.newitem2 {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 0px dashed #e5e5e5;
        align-items: center;
    }
    .newitem2left {
        width: 85px;
        height: 85px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		  border-right: 1px solid #f2f2f2;
    }
    .newitem2left strong {
        font-size: 25px;
        color: #000;
        display: block;
        text-align: center;
        font-weight:bold;
    }
    .newitem2left p {
        font-size: 14px;
        color: #000;   font-weight:bold;
        margin-top: 4px;
        text-align: center;
    }
    .newitem2right {
        flex: 1;
        padding-left: 15px;
    }
    .newitem2right a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: #000;
        margin-bottom: 5px;
    }
    .newitem2right a:hover {
        color: var(--main-color) !important;
    }
    .newitem2right p {
        font-size: 13px;
        color: #777;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.coqqq ul {
        display: flex;height:55px;
        align-items: center;
        justify-content: space-between;
    }
    .coqqq ul li {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        border-right: 1px solid #dfdfdf;
    }
    .coqqq ul li:last-child {
        border: none;
    }
    .coqqq ul li img {
        width: 40px;float:left;
    }
    .coqqq ul li p {
        width: 28%;   font-size: 25px;
        color: #000;
        display: block;
        text-align:left;
        font-weight:bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
  
        color: var(--main-color-333);
        padding-left: 10px;
    }
    .ml_app {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_app_left {
        width: 40%;padding-top:30px;padding-bottom:30px;
    }
    .ml_app_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ml_app_right {
        width: 60%;
        display: flex;
        padding: 100px 50px 0px 50px;
        flex-direction: column;
        justify-content: left;
    }
    .ml_app_right .title strong {
        color:#000000 !important;text-align:left;font-size:40px;font-weight: normal;
    }
   .ml_app_right .title p {
        color:#000000 !important;text-align:left;font-size:18px;
    }
    .ml_app_right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



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


.ml_app {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ml_app_left {
        width: 100%;   
        padding-top:0px;padding-bottom:0px;
    }
    
    .ml_app_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ml_app_right {
        width: 100%;
        display: flex;
        padding: 30px 20px;
        flex-direction: column;
        justify-content: center;
    }
    .ml_app_right .title strong {font-weight: normal;
        color: #000000;
    }
 
  .ml_app_right .title p {
        color:#000000 !important;text-align:left;font-size:18px;
    }
    .ml_app_right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



   .conaaa5_title p {
        font-size: 14px;
       color: #000000;
        line-height: 25px;
        text-align: center;
        margin-top: 30px;
    }
    .conaaa5_title {
        margin-bottom: 50px;
    }
    .conaaa5_title strong {
        font-size: 25px;
        color: #000000;
        font-weight: normal;
        display: block;
        text-align: center;
        position: relative;
    }
    .conaaa5_title strong::after {
        position: absolute;
        content: '';
        width: 50px; 
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
 .conaaa5 {
        padding: 30px 15px;
    }
    .conaaa5con {
        margin: 0 auto;
    }
    .topnews {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: var(--main-shadow);
    }
    .topnewsleft {
        width: 100%;
    }
    .topnewsleft img {
        width: 100%;
    }
    .topnewsright {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tag {
        background-color: var(--main-color);
        font-size: 12px;
        color: var(--main-color-white);
        width: 70px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
    .topnewsright a {
        display: block;
        width: 100%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
    }
    .topnewsright span {
        color: var(--main-color-888);
        font-size: 12px;
        display: block;
        margin-bottom: 15px;
    }
    .topnewsright p {
        font-size: 13px;
        color: var(--main-color-888);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .centernew {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .centernewitem {
        width: 100%;
        margin-bottom: 25px;
        box-shadow: var(--main-shadow);
    }
    .centernewitem_top {
        height: 235px;
        display: flex;
        align-items: center;
        padding: 0 25px;
        justify-content: space-between;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .centernewitem_top span {
        font-size: 24px;
        color: var(--main-color-white);
    }
    .centernewitem_top a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .centernewitem_box {
        padding: 15px 0px 0px 0px;
    }
    .centernewitem_box ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between;
    }
    .centernewitem_box ul li a {
        display: block;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 12px;
        color: var(--main-color-333);
    }
    .centernewitem_box ul li span {
        flex: 1;
        text-align: right;
        font-size: 12px;
        color: var(--main-color-999);
    }
	   .newitem2 {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px dashed #e5e5e5;
        align-items: center;
    }
    .newitem2left {
        width: 85px;
        height: 85px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #f2f2f2;
    }
    .newitem2left strong {
        font-size: 25px;
        color: #000;
        display: block;
        text-align: center;
        font-weight: normal;
    }
    .newitem2left p {
        font-size: 14px;
        color: #000;
        margin-top: 4px;
        text-align: center;
    }
    .newitem2right {
        flex: 1;
        padding-left: 15px;
    }
    .newitem2right a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: #000;
        margin-bottom: 5px;
    }
    .newitem2right p {
        font-size: 13px;
        color: #777;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* 样式2 */

	    .coqqq {
        margin: 0 auto;
    }

    .coqqq ul {
        flex-wrap: wrap;height:45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .coqqq ul li {
        width: 90%;  
        padding: 0px 0;
    }
    .coqqq ul li img {
        width: 45px;
        display: block;
        margin: 0 auto;
         margin-right: 15px;
    }
    .coqqq ul li:last-child {
        border: none;
    }
    .coqqqul li img {
        width: 40px;
    }
    .coqqq ul li p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 20px;
        text-align: left;
    }
	}

	/* 定义按钮的样式 */
.dropbtn { 
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
 
/* 容器 <div> - 滚动容器 */
.dropdown {
  position: relative;
  display: inline-block;
}
 
/* 下拉内容 (默认隐藏) */
.dropdown-content {
  display: none;margin-left:57px;margin-top:-10px;
  position: absolute;
 background: url(xiala.png) no-repeat top center;  
  min-width: 120px; 
  z-index: 1;
}
 
/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content ul{
  color: black;
  padding: 10px 0px;
  text-decoration: none;
  display: block;
} 

.dropdown-content ul li{
  color: black; 
 list-style: none; text-align: center;
  text-decoration: none; font-size: 16px;
  display: block;
} 
/* 链接样式 */
.dropdown-content ul li a{
  color: black;height:28px;line-height:28px;margin-top:15px;
 list-style: none; text-align: center;
  text-decoration: none; font-size: 16px;
  display: block;
} 
 
/* 链接悬停样式 */
.dropdown-content a:hover { color:#333333; }