.contact-title-block {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}

/* 主标题缩小 */
.contact-title-block .main-title {
  font-size: 42px;
  font-weight: bold;
  color: #063f87;
  margin: 0 0 16px;
  line-height: 1.2;
}

.contact-title-block .yellow-line {
  width: 100px;
  height: 4px;
  background-color: #f5be2c;
  margin: 0 auto 28px;
  border-radius: 2px;
}

/* 副标题整体缩小 */
.contact-title-block .sub-desc {
  font-size: 22px;
  color: #063f87;
  margin: 0;
  line-height: 1.6;
}

/* 平板 */
@media screen and (max-width: 1200px) {
  .contact-title-block .main-title {
    font-size: 34px;
  }
  .contact-title-block .sub-desc {
    font-size: 19px;
  }
  .contact-title-block {
    padding: 32px 15px;
  }
}

/* 手机端 */
@media screen and (max-width: 768px) {
  .contact-title-block .main-title {
    font-size: 26px;
  }
  .contact-title-block .yellow-line {
    width: 70px;
    height: 3px;
  }
  .contact-title-block .sub-desc {
    font-size: 16px;
  }
  .contact-title-block {
    padding: 25px 12px;
  }
}
a {
    text-decoration: none;
    color: #000000;
}
.a_dw{position: relative;top: calc(var(--header-height) / 16 * -16px);}

.w1440{max-width:1440px;width:76%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.box{max-width:1600px;width:85%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.box2{max-width:1660px;width:88%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.box3{max-width:1760px;width:95%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}

.alltime2,.alltime2 *{-webkit-transition: all .6s cubic-bezier(.4,0,.2,1); -moz-transition: all .6s cubic-bezier(.4,0,.2,1); transition: all .6s cubic-bezier(.4,0,.2,1);}

.alltime3,.alltime3 *{-webkit-transition: all .8s cubic-bezier(.4,0,.2,1); -moz-transition: all .8s cubic-bezier(.4,0,.2,1); transition: all .8s cubic-bezier(.4,0,.2,1);}

.alltime4,.alltime4 *{-webkit-transition: all 1s cubic-bezier(.4,0,.2,1); -moz-transition: all 1s cubic-bezier(.4,0,.2,1); transition: all 1s cubic-bezier(.4,0,.2,1);}

 
  input, textarea {
    border: none;
    outline: none;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: "owr";
  }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-family: "owr";
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: "owr";
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: "owr";
  }
  input::placeholder, textarea::placeholder {
    font-family: "owr";
  }
  
  textarea {
    resize: none;
  }
  
  img, video {
    -o-object-fit: cover;
       object-fit: cover;
  }
   .en {
    position: absolute;
    right: 120px;
    display: block;
    line-height: 14px;
    padding: 7px 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: url(../images/svg/yyh.svg) center left 16px no-repeat;
    padding-left: 45px;
  }
  p, span {
    /*word-break: break-all;*/
  }
  
  body::-webkit-scrollbar {
    width: 4px;
  }
  body::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #063f87;
  }
  body.status1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
  
  .z_tanchuang .video{
    display: none;
    position: relative;
    padding-top: 49.47916666667%;
  }
  
  .z_tanchuang .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .z_tanchuang.youtube .video{
    display: block;
  }
  
  .z_tanchuang.youtube .img{
    display: none;
  }
  
  .liuyan_tanchuang {
    position: fixed;
    width: 90%;
    max-width: 400px;
    display: none;
    top: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2010;
    border-radius: 2px;
    background: #000;
  }
  
  .liuyan_tanchuang .lox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    color: #fff;
    line-height: 24px;
  }
  
  .liuyan_tanchuang .ico {
    width: 24px;
  }
  
  .liuyan_tanchuang .out {
    width: 20px;
    cursor: pointer;
    margin-top: 2px;
  }
  
  .liuyan_tanchuang .wz {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    padding: 0 10px;
  }
  
  @font-face {
    font-family: "owl";
    src: url("../fonts/Oswald-Light.ttf");
    font-style: normal;
  }
  .owl {
    font-family: "owl";
  }
  
  @font-face {
    font-family: "owm";
    src: url("../fonts/Oswald-Medium.ttf");
    font-style: normal;
  }
  .owm {
    font-family: "owm";
  }
  
  @font-face {
    font-family: "owr";
    src: url("../fonts/Oswald-Regular.ttf");
    font-style: normal;
  }
  .owr {
    font-family: "owr";
  }
  
  @font-face {
    font-family: "owb";
    src: url("../fonts/Oswald-Bold.ttf");
    font-style: normal;
  }
  .owb {
    font-family: "owb";
  }
  
  @font-face {
    font-family: "owsb";
    src: url("../fonts/Oswald-SemiBold.ttf");
    font-style: normal;
  }
  .owsb {
    font-family: "owsb";
  }
  
  .w100 {
    width: 100%;
  }
  
  .wh100 {
    width: 100%;
    height: 100%;
  }
  
  .groui-select {
    --groui-select-width: 240px;
    --groui-select-radius: 4px;
    --groui-select-border-color: #e4e7ed;
    --groui-select-theme-color: #063f87;
    --groui-font-size-num: 16;
    --groui-font-size: -webkit-calc(var(--groui-font-size-num) * 1px);
    --groui-font-size: -moz-calc(var(--groui-font-size-num) * 1px);
    --groui-font-size: calc(var(--groui-font-size-num) * 1px);
    margin-right: 15px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: var(--groui-select-width);
  }
  .groui-select.select-active .select-options {
    visibility: visible;
    -webkit-animation-name: selectIn;
       -moz-animation-name: selectIn;
         -o-animation-name: selectIn;
            animation-name: selectIn;
  }
  .groui-select.select-active .select-container .select-icon {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .groui-select .select-container {
    width: 100%;
    cursor: pointer;
    height: 100%;
    border: solid 1px var(--groui-select-border-color);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px 0 19px;
    border-radius: var(--groui-select-radius);
  }
  .groui-select .select-container .select-label-input {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
    font-size: var(--groui-font-size);
    cursor: pointer;
    outline: none;
    border: none;
    background-color: inherit;
    line-height: 2.375;
  }
  .groui-select .select-container .select-icon {
    width: 11px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .groui-select .select-options {
    visibility: hidden;
    -webkit-animation-name: none;
       -moz-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
    -webkit-animation-duration: 0.3s;
       -moz-animation-duration: 0.3s;
         -o-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    min-width: var(--groui-select-width);
    max-width: 100%;
    left: 0;
    z-index: 9;
    padding: 10px 0;
    border-radius: var(--groui-select-radius);
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    max-height: -webkit-calc(34 / var(--groui-font-size-num) * 6em);
    max-height: -moz-calc(34 / var(--groui-font-size-num) * 6em);
    max-height: calc(34 / var(--groui-font-size-num) * 6em);
    border: solid 1px var(--groui-select-border-color);
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    overflow: auto;
    font-size: var(--groui-font-size);
  }
  .groui-select .select-options::-webkit-scrollbar {
    width: 2px;
  }
  .groui-select .select-options::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: var(--groui-select-theme-color);
  }
  .groui-select .select-options .select-option {
    padding: 0 10px;
    line-height: -webkit-calc(34 / var(--groui-font-size-num));
    line-height: -moz-calc(34 / var(--groui-font-size-num));
    line-height: calc(34 / var(--groui-font-size-num));
    cursor: pointer;
    display: block;
    text-align: left;
    font-size: var(--groui-font-size);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .groui-select .select-options .select-option:hover, .groui-select .select-options .select-option.select-option-active {
    background-color: var(--groui-select-theme-color);
    color: #fff;
  }
  @-webkit-keyframes selectIn {
    0% {
      opacity: 0.3;
      -webkit-transform: translate3d(0, 15px, 0);
              transform: translate3d(0, 15px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @-moz-keyframes selectIn {
    0% {
      opacity: 0.3;
      -moz-transform: translate3d(0, 15px, 0);
           transform: translate3d(0, 15px, 0);
    }
    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
    }
  }
  @-o-keyframes selectIn {
    0% {
      opacity: 0.3;
      transform: translate3d(0, 15px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes selectIn {
    0% {
      opacity: 0.3;
      -webkit-transform: translate3d(0, 15px, 0);
         -moz-transform: translate3d(0, 15px, 0);
              transform: translate3d(0, 15px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  .my-pagination {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: #063f87;
  }
  .my-pagination.swiper-pagination.my-pagination-status1 {
    --swiper-pagination-bullet-inactive-color: #D3D3D3;
    bottom: 0;
  }
  .my-pagination.swiper-pagination {
    bottom: 42px;
  }
  .my-pagination .swiper-pagination-bullet {
    border-radius: 50%;
  }
  
  .my-swiper-button .swiper-button {
    color: #999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .my-swiper-button .swiper-button.swiper-button-prev {
    left: -48px;
  }
  .my-swiper-button .swiper-button.swiper-button-next {
    right: -48px;
  }
  .my-swiper-button .swiper-button:hover {
    color: #063f87;
  }
  .my-swiper-button .swiper-button::after {
    font-size: 24px;
    font-weight: 800;
  }
  
  .my-more {
    /*border: 2px solid #222;*/
    display: inline-block;
    /* color: #222; */
    padding: 0 28px 0 38px;
    line-height: 3.2142857143;
    white-space: nowrap;
    border-radius: 5px;
    color: #fff;
    border-color: #063f87;
    background-color: #ffffff;
  }
  .my-more img {
    vertical-align: middle;
    display: inline-block;
  }
  .my-more.my-more-status1 {
    color: #222;
    border-color: transparent;
  }
  .my-more.my-more-status1 img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .my-more.my-more-status2 {
    color: #063f87;
    border: 2px solid #063f87;
    line-height: 2.2857142857;
    padding: 0 14px 0 24px;
  }
  .my-more.my-more-status2 img {
    width: 20px;
  }
  
  .my-more-active, .my-img-active {
    cursor: pointer;
    
  }
  
  .my-more-active:hover .my-more {
    color: #fff;
    border-color: #063f87;
    background-color: #063f87;
  }
  .my-more-active:hover .my-more img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  
  .my-more-active:hover.my-more {
    color: #fff;
    background-color: #063f87;
    border-color: #063f87;
  }
  .my-more-active:hover.my-more img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  
  .my-img-active .my-img-target {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* .my-img-active:hover.my-img-target {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  .my-img-active:hover .my-img-target {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  } */
  
  .my-img-container {
    overflow: hidden;
  }
  
  .my-background-active {
    cursor: pointer;
  }
  .my-background-active.my-background-target, .my-background-active .my-background-target {
    background-image: url(../images/svg/background.svg);
    background-repeat: no-repeat;
    background-position: 200% 100%;
    -o-background-size: 20.1282051282% auto;
       background-size: 20.1282051282% auto;
  }
  .my-background-active.my-background-status1:hover.my-background-target {
    background-color: #063f87;
    background-position: 100% 100%;
  }
  .my-background-active.my-background-status2.active.my-background-target {
    background-color: #063f87;
    background-position: 100% 100%;
  }
  .my-background-active.my-background-status1:hover .my-background-target {
    background-color: #063f87;
    background-position: 100% 100%;
  }
  .my-background-active.my-background-status2.active .my-background-target {
    background-color: #063f87;
    background-position: 100% 100%;
  }
  
  .my-sidebar {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 10vh;
    width: 55px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .my-sidebar .item-mail {
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #063f87;
    padding-right: 24px;
    -webkit-transform: translateX(-webkit-calc(100% - 55px));
       -moz-transform: translateX(-moz-calc(100% - 55px));
        -ms-transform: translateX(calc(100% - 55px));
         -o-transform: translateX(calc(100% - 55px));
            transform: translateX(calc(100% - 55px));
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .my-sidebar .item-mail:hover {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .my-sidebar .item-mail a {
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .my-sidebar .item-mail a:hover {
    text-decoration: underline;
  }
  .my-sidebar .back {
    margin-top: 10px;
  }
  .my-sidebar .item {
    cursor: pointer;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #063f87;
  }
  
  .my-banner {
    height: 550px;
    max-height: 550px;
    position: relative;
  }
  .my-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .my-banner > img:nth-child(2) {
    display: none;
  }
  .my-banner .box {
    position: absolute;
    left: 50%;
    z-index: 3;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
  }
  .my-banner .title1 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .my-banner .title2 {
    line-height: 1.5;
  }
  .my-banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
    padding-bottom: 2.5em;
  }
  
  .my-title {
    line-height: 1.5;
    text-align: center;
  }
  
  .my-list .item {
    padding: 50px 2.5% 45px;
    background-color: #fff;
    text-align: center;
  }
  .my-list .item-img {
    margin: 0 1.724137931%;
    margin-bottom: 20px;
    overflow: initial;
  }
  .my-list .item-title {
    text-align: center;
    line-height: 1.5;
    height: 3em;
    margin-bottom: 25px;
  }
  .my-list .item-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0;
    border-top: 1px solid #d9d9d9;
  }
  .my-list .item-info span:nth-child(1) {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1.5;
    text-align: left;
  }
  .my-list .item-info span:nth-child(2) {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 1.7142857143;
    color: #999;
    margin-left: 10px;
  }
  .my-list .item-more {
    margin-top: 0px;
  }
  
  .my-list1 .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .my-list1 .item + .item {
    margin-top: 30px;
  }
  .my-list1 .item:hover .item-title {
    color: #063f87;
  }
  .my-list1 .item:hover .item-more {
    background-color: #063f87;
  }
  .my-list1 .item:hover .item-more img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .my-list1 .item-img {
    width: 31.25%;
    min-height: 270px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .my-list1 .item-info {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
    padding: 40px 3.125%;
  }
  .my-list1 .item-time {
    line-height: 1.4285714286;
    margin-bottom: 10px;
    color: #666;
  }
  .my-list1 .item-time img {
    display: inline-block;
    vertical-align: middle;
    width: 1.4285714286em;
    margin-right: 5px;
  }
  .my-list1 .item-title {
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
  .my-list1 .item-text {
    line-height: 1.4285714286;
    color: #666;
    height: 2.8571428571em;
    margin-bottom: 30px;
  }
  .my-list1 .item-more {
    width: 2.5em;
    height: 2.5em;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #063f87;
    border-radius: 5px;
  }
  .my-list1 .item-more img {
    width: 1.25em;
  }
  
  .page1 span {
    margin: 0 5px;
  }
  .page1 span a {
    border: none;
    border-radius: 3px;
  }
  .page1 span a.pre, .page1 span a.nex {
    border-radius: 50%;
    background-color: #fff;
  }
  .page1 span input {
    background-color: #fff;
    border-color: #fff;
    width: 60px;
    border-radius: 3px;
  }
  .page1 .qd a {
    width: 65px;
    border-radius: 3px;
  }
  
  .my-breadcrumb {
    padding: 20px 0;
  }
  .my-breadcrumb .breadcrumb-item {
    color: #999;
    padding: 0 15px;
    position: relative;
    line-height: 1.5714285714;
  }
  .my-breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
  }
  .my-breadcrumb .breadcrumb-item:hover {
    color: #222;
  }
  .my-breadcrumb .breadcrumb-item:not(.breadcrumb-item-active)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #d9d9d9;
  }
  .my-breadcrumb .breadcrumb-item.breadcrumb-item-active {
    color: #222;
    cursor: text;
  }
  
  .my-nav {
    position: sticky;
    top: 0;
  }
  .my-nav.active {
    z-index: 1100;
    background-color: #fff;
  }
  .my-nav .box {
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
     
  }
  .my-nav .item {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    line-height: 5;
    position: relative;
  }
  .my-nav .item + .item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.35em;
    background-color: #d9d9d9;
  }
  .my-nav .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #063f87;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .my-nav .item:hover, .my-nav .item.active {
    color: #063f87;
  }
  .my-nav .item:hover::before, .my-nav .item.active::before {
    width: 100%;
  }
  
  .my-form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .my-form .form-item {
    width: 49.3055555556%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 10px 28px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .my-form .form-item:not(.btns) {
    border: 1px solid #f9f9f9;
  }
  .my-form .form-item.error {
    border-color: #D8261C;
    background-color: #F7D4D2;
  }
  .my-form .form-item.required .form-label p::after {
    content: "*";
    color: #063f87;
  }
  .my-form .form-item.textarea {
    width: 100%;
    height: 10.5em;
    padding: 17px 28px;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .my-form .form-item.yzm .yzm-code {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    height: 50%;
  }
  .my-form .form-item.btns {
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: initial;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .my-form .form-item.btns .btn {
    line-height: 3.125;
    border: 2px solid #063f87;
    border-radius: 5px;
    color: #fff;
    padding: 0 78px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #063f87;
  }
  .my-form .form-item.btns .btn:hover {
    color: #fff;
    background-color: #063f87;
  }
  .my-form .form-label {
    width: 110px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 1.5;
  }
  .my-form .form-input {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
  }
  .my-form .form-input input, .my-form .form-input textarea {
    background-color: inherit;
  }
  .my-form .form-input input::-webkit-input-placeholder, .my-form .form-input textarea::-webkit-input-placeholder {
    color: #999;
  }
  .my-form .form-input input:-moz-placeholder, .my-form .form-input textarea:-moz-placeholder {
    color: #999;
  }
  .my-form .form-input input::-moz-placeholder, .my-form .form-input textarea::-moz-placeholder {
    color: #999;
  }
  .my-form .form-input input:-ms-input-placeholder, .my-form .form-input textarea:-ms-input-placeholder {
    color: #999;
  }
  .my-form .form-input input::placeholder, .my-form .form-input textarea::placeholder {
    color: #999;
  }
  .my-form .form-input input {
    line-height: 3.75;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .my-form .form-input textarea {
    line-height: 1.5;
    height: 10.5em;
    width: 100%;
  }
  
  .my-modal {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .my-modal .modal-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: safe center;
       -moz-box-align: safe center;
        -ms-flex-align: safe center;
            align-items: safe center;
    height: 100%;
    padding: 3vh 0;
    max-width: 1920px;
    margin: 0 auto;
  }
  .my-modal .modal-main {
    background-color: #fff;
    max-width: 1010px;
    width: 90%;
    border-radius: 15px;
    padding: 50px 4.1666666667%;
    position: relative;
  }
  .my-modal .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 30px;
  }
  .my-modal .title {
    margin-bottom: 50px;
  }
  .my-modal .my-form .form-label {
    width: 6.875em;
  }
  .my-modal .my-form .form-item.yzm {
    width: 100%;
  }
  .my-modal .my-form .form-item.yzm .form-label, .my-modal .my-form .form-item.textarea .form-label {
    width: 13.125em;
  }
  
  header {
    z-index: 1000;
    position: sticky;
    top: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  
  footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  
  .header {
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
  }
  .header.active2 {
    opacity: 0;
  }
  .header .box3 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .nav-item {
    margin: 0 28px;
    position: relative;
  }
  .header .nav-item:hover .nav-child {
    -webkit-transform: translateX(-50%) translateY(0);
       -moz-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
         -o-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .header .nav-item:hover .nav-child.active1 {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .header .nav-item:hover .nav-link {
    color: #063f87;
  }
  .header .nav-item:hover .nav-link::before {
    width: 100%;
  }
  .header .nav-item:hover .item .items.active {
    pointer-events: auto;
  }
  .header .nav-link {
    line-height: -webkit-calc(var(--header-height) / 16);
    line-height: -moz-calc(var(--header-height) / 16);
    line-height: calc(var(--header-height) / 16);
    position: relative;
  }
  .header .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #063f87;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .nav-link.active {
    color: #063f87;
  }
  .header .nav-link.active::before {
    width: 100%;
  }
  .header .nav-child {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
       -moz-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
         -o-transform: translateX(-50%) translateY(15px);
            transform: translateX(-50%) translateY(15px);
    opacity: 0;
    min-width: 100%;
    padding-top: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
  }
  .header .nav-child.active1 {
    padding-top: 0;
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
  }
  .header .nav-child-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .header .nav-child-container1 {
    background-color: #fff;
  }
  .header .nav-child-container1 .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 64px;
  }
  .header .item {
    padding-top: 50px;
    position: relative;
  }
  .header .item .items {
    position: absolute;
    top: 50px;
    left: 7.9365079365%;
    right: 6.3492063492%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: top 0s, left 0s;
    -o-transition: top 0s, left 0s;
    -moz-transition: top 0s, left 0s;
    transition: top 0s, left 0s;
    pointer-events: none;
  }
  .header .item .items.active {
    opacity: 1;
    z-index: 3;
    position: relative;
    top: 0;
    left: 0;
  }
  .header .item + .item {
    border-left: 1px solid #eee;
  }
  .header .item:nth-child(1) {
    width: 36.875%;
    padding-right: 3.125%;
  }
  .header .item:nth-child(1) .item-li {
    position: relative;
    padding-right: 20px;
  }
  .header .item:nth-child(1) .item-li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/svg/arr-right-gray.svg) no-repeat center center/cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .item:nth-child(2) {
    width: 39.375%;
    padding-left: 3.125%;
    padding-right: 2.5%;
  }
  .header .item:nth-child(3) {
    width: 23.75%;
    padding-left: 2.4375%;
  }
  .header .item .item-li:hover {
    background-color: #f8f8f8;
    color: #000;
  }
  .header .item .item-li:hover::before {
    background-image: url(../images/svg/arr-right-color.svg);
  }
  .header .item3-content{
    width: 100%;
    padding-top: 123.5294117647%;
    position: relative;
    background: url(../images/3.png) no-repeat center center/cover;
  }
  .header .item3-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .header .item3-container .my-img-target {
    margin: 24% auto 0;
    width: 82.3529411765%;
  }
  .header .item3-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 9.0476190476%;
    line-height: 1.5;
    text-align: center;
  }
  .header .item3-more {
    color: #222;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 2.1875;
    padding: 0 24px 0 34px;
    bottom: 9.5238095238%;
  }
  .header .item-title {
    line-height: 1.5;
    padding-bottom: 15px;
    color: #999;
    border-bottom: 1px solid #eee;
  }
  .header .item-li {
    display: block;
    line-height: 1.5;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #666;
  }
  .header .nav-child-link {
    width: 100%;
    color: #666;
    white-space: nowrap;
    line-height: 1.5;
  }
  .header .nav-child-link:hover {
    color: #063f87;
  }
  .header .nav-child-link + .nav-child-link {
    margin-top: 10px;
  }
  .header .search {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.8125em;
    height: 2.8125em;
    border: 1px solid #000;
    border-radius: 3px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .search:hover {
    background-color: #063f87;
    border-color: #063f87;
  }
  .header .search:hover img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .header .search img {
    width: 1.1875em;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  
  .footer .top {
    background-color: #f1f1f1;
  }
  .footer .top .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 5.4166666667;
  }
  .footer .top .item {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .footer .top .item + .item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    left: 0;
    top: 50%;
    background-color: #d9d9d9;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .top .item:hover {
    color: #063f87;
  }
  .footer .top img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 2.0833333333em;
  }
  .footer .bottom {
    background-color: #05090D;
    padding-top: 80px;
  }
  .footer .bottom .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .bottom .nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 67.5%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .bottom .nav-item .nav-item + .nav-item {
    margin-top: 47px;
  }
  .footer .bottom .nav-title:hover, .footer .bottom .nav-link:hover {
    color: #063f87;
  }
  .footer .bottom .nav-title {
    color: #fff;
    line-height: 1.5555555556;
    margin-bottom: 30px;
  }
  .footer .bottom .nav-link {
    display: block;
    color: #666;
    line-height: 1.4285714286;
  }
  .footer .bottom .nav-link + .nav-link {
    margin-top: 15px;
  }
  .footer .bottom .info1 {
    width: 21.875%;
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .bottom .title {
    line-height: 1.5;
    margin-bottom: 36px;
  }
  .footer .bottom .input {
    position: relative;
    margin-bottom: 20px;
  }
  .footer .bottom .input input {
    line-height: 3.125;
    padding: 0 55px 0 20px;
  }
  .footer .bottom .input .input-icon {
    width: 3.125em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #063f87;
    cursor: pointer;
  }
  .footer .bottom .text {
    line-height: 1.5;
    opacity: 0.3;
    margin-bottom: 28px;
  }
  .footer .bottom .content {
    line-height: 1.5;
  }
  .footer .bottom .content p {
   margin-bottom: 10px;
  }
  .footer .bottom .content a {
    color: #fff;
  }
  .footer .bottom .content a:hover {
    color: #063f87;
    text-decoration: underline;
  }
  .footer .bottom .links {
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .bottom .links a {
    margin-left: 10px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .bottom .links a img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer .bottom .links a:hover {
    background-color: #063f87;
  }
  .footer .bottom .links a:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .footer .bottom .info2 {
    margin-top: 30px;
    border-top: 1px solid rgba(217, 217, 217, 0.2);
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.4285714286;
    padding: 30px 0 50px;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .bottom .info2 a {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .bottom .info2 a:hover {
    color: #063f87;
  }
  .footer .bottom .info2 p a {
    padding: 0 20px;
    position: relative;
  }
  .footer .bottom .info2 p a + a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #d9d9d9;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  
  
  .t_didian{
    position: relative;
    width:35px;
    cursor: pointer;
  }
  .t_didian img{
    width: 100%;
  }
  .t_didiandy{
    position: relative;
    width: 35px;
    cursor: pointer;
  }
  .t_didiandy img{
    width: 100%;
  }
  .t_dishli{
    padding: 0 10px;
    margin-bottom: 10px; 
    position: relative;
  }
  .t_sydish{
    margin: 0 -10px;
  }
  .t_syfotxia {
    margin-bottom: 42px;
  }
  .t_sywxcode{
    width: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    padding-bottom: 15px;
    display: none;
  }
  .t_sywxcode::before{
    content: '';
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,.05);
    opacity: 0;
  }
  .t_dishwx.on .t_sywxcode::before{
    opacity: 1;
    transition: all 0.36s 0.36s;
  }
  .t_sywxcode img{
    width: 100%;
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,.05);
  }
  
  
  .t_sydycode{
    width: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    padding-bottom: 15px;
    display: none;
  }
  .t_sydycode::before{
    content: '';
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,.05);
    opacity: 0;
  }
  .t_dishwx.on .t_sydycode::before{
    opacity: 1;
    transition: all 0.36s 0.36s;
  }
  .t_sydycode img{
    width: 100%;
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,.05);
  }
  
  
  .t_syfotban{
    width: 100%;
    background: #2c9e41;
    padding: 17px 0 26px;
  }
  .t_sybanle p{
    font-size: 14px;
    line-height: 1.5;
    color:#fff;
  }
  .t_sybanle p a{
    color:#fff;
  }
  .t_sybanrg p a{
    font-family: 'opposansregular'!important;
    font-size: 14px;
    color:#fff;
    opacity: .47;
    line-height: 1.5;
  }
  
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  .index .section1{
    height: 44.27083333333333333vw;
    max-height: 950px;
  }
  .index .section1 .swiper{
    height: 100%;
  }
  .index .section1 .swiper-slide{
      background-color: #000;
  }
  .index .section1 .swiper-slide img{
    height: 100%;
  }
  .index .section1 .swiper-slide.slide-video-active .slide-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: contain;
  }
  .index .section1 .swiper-slide.slide-video-active .slide-video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    display: none;
  }
  .index .section1 .swiper-slide img:nth-child(2) {
    display: none;
  }
  .index .section1 .box {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
  }
  .index .section1 .title {
    margin-bottom: 20px;
    margin-top: 13.75%;
  }
  .index .section1 .text {
    line-height: 1.5;
    margin-bottom: 66px;
  }
  .index .section2 {
    padding-top: 74px;
    padding-bottom: 120px;
  }
  .index .section2 .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 38px;
  }
  .index .section2 .title p {
    line-height: 1.5;
  }
  .index .section2 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index .section2 .item {
    width: 49.375%;
    height: 350px;
    position: relative;
    margin-bottom: 20px;
  }
  .index .section2 .item:nth-child(2) {
    width: 49.375%;
  }
  .index .section2 .item:hover .item-info {
    background-color: #063f87;
  }
  .index .section2 .item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #010101 0%, rgba(0, 0, 0, 0) 54%);
    background: -moz-linear-gradient(bottom, #010101 0%, rgba(0, 0, 0, 0) 54%);
    background: -o-linear-gradient(bottom, #010101 0%, rgba(0, 0, 0, 0) 54%);
    background: linear-gradient(to top, #010101 0%, rgba(0, 0, 0, 0) 54%);
    z-index: 1;
  }
  .index .section2 .item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    min-height: 175px;
    padding-left: 30px;
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .index .section2 .item-icon {
    margin-bottom: 20px;
    width: 2.5em;
  }
  .index .section2 .item-title {
    line-height: 1.5;
    color: #fff;
  }
  .index .section3 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index .section3 .item {
    width: 50%;
    position: relative;
    /* height: 750px; */
  }
  .index .section3 .item-title {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
  }
  .index .section3 .item-info {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 9.3333333333%;
  }
  .index .section4 {
    /* padding-top: 120px;
    padding-bottom: 104px;
    background: url(../images/13.png) no-repeat right center;
    -o-background-size: auto 140%;
       background-size: auto 140%; */
  }
  .index .section4 .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index .section4 .left {
    width: 50%;
  }
  .index .section4 .right1 {
    width: 88.875%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index .section4 .title {
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .index .section4 .text {
    line-height: 1.8571428571;
    margin-bottom: 36px;
  }
  .index .section4 .item-num {
    color: #063f87;
    line-height: 1.5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index .section4 .item-num span:nth-child(2) {
    line-height: 2.0714285714;
  }
  .index .section4 .item-title {
    line-height: 1.4285714286;
  }
  .index .section5 {
    width: 100%;
    height: 750px;
    position: relative;
  }
  .index .section5.active .video {
    z-index: 3;
    opacity: 1;
    object-fit: contain;
    background-color: #000;
  }
  .index .section5.active .video::-webkit-media-controls-volume-slider{
    display: none;
  }
  .index .section5.active .video::-webkit-media-controls-mute-button { display: none; }
  
  .index .section5.active .video::-webkit-media-controls-timeline { display: none; }
  
  .index .section5.active .video::-webkit-media-controls-current-time-display { display: none; }
  .index .section5.active .video::-webkit-media-controls-fullscreen-button{
    display: none;
  }
  .index .section5.active .video::-webkit-media-controls-time-remaining-display{
    display: none;
  }
  .index .section5 .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .index .section5 .video {
    position: absolute;
    z-index: -9;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .index .section6 {
    padding-top: 98px;
    padding-bottom: 50px;
  }
  .index .section6 .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 56px;
  }
  .index .section6 .title p {
    line-height: 1.5;
  }
  .index .section6 .swiper {
    padding-bottom: 50px;
  }
  .index .section6 .my-pagination {
    bottom: 0;
  }
  .index .section6 .swiper-slide:hover .slide-title, .index .section6 .swiper-slide:hover .slide-time {
    color: #fff;
  }
  .index .section6 .swiper-slide:hover .slide-time img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .index .section6 .slide-info {
    width: 89.6103896104%;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 30px 8.3116883117% 25px;
    -o-background-size: 30.1449275362% auto;
       background-size: 30.1449275362% auto;
  }
  .index .section6 .slide-title {
    line-height: 1.3333333333;
    height: 4em;
    margin-bottom: 16px;
  }
  .index .section6 .slide-time {
    line-height: 20px;
  }
  .index .section6 .slide-time img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
  }
  
  .solutions .section2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .solutions .section2 .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solutions .section2 .box::after {
    content: "";
    width: 31.25%;
  }
  .solutions .section2 .item {
    width: 31.25%;
    height: 320px;
    position: relative;
    margin-bottom: 40px;
  }
  .solutions .section2 .item-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    padding: 0 3%;
    -o-background-size: 48.8% auto;
       background-size: 48.8% auto;
  }
  .solutions .section2 .item-info:hover {
    background-color: rgba(223, 53, 55, 0.9);
  }
  .solutions .section2 .item-icon {
    width: 2.0833333333em;
    margin-bottom: 20px;
  }
  .solutions .section2 .item-title {
    line-height: 1.5;
  }
  
  .solutions_detail .section2 {
    padding-top: 80px;
    padding-bottom: 70px;
    text-align: center;
    background-color: #f5f5f5;
  }
  .solutions_detail .section2 .title {
    margin-bottom: 30px;
  }
  .solutions_detail .section2 .text {
    line-height: 1.625;
    color: #666;
    text-align: left;
  }
  .solutions_detail .section3 {
    padding-top: 80px;
    padding-bottom: 92px;
  }
  .solutions_detail .section3 .title {
    margin-bottom: 50px;
  }
  .solutions_detail .section3 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solutions_detail .section3 .item {
    width: 48.75%;
    margin-bottom: 30px;
  }
  .solutions_detail .section4 {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
  }
  .solutions_detail .section4 .title {
    margin-bottom: 50px;
  }
  .solutions_detail .section4 .swiper {
    padding-bottom: 60px;
  }
  
  .products .section2 {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .products .section2 .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .products .section2 .right .item-check {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
  }
  .products .section2 .left .item-container a,.products .section2 .item-check {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;margin-top: 8px;    margin-left: 0.6em;
  }
  .products .section2 .item-check:hover .item-check-label,.products .section2 .active .item-check-label {
    color: #063f87;
  }
  .products .section2 .item-check + .item-check {
    margin-top: 15px;
  }
  .products .section2 .item-check.active .item-check-input {
    border-color: #063f87;
    background: url(../images/svg/check-icon.svg) no-repeat center center/cover;
  }
  .products .section2 .item-check-input {
    /* width: 1.4285714286em;
    height: 1.4285714286em;
    border-radius: 3px;
    border: 1px solid #aeaeae; */
    margin-right: 10px;  position: relative;
  }
  
  .products .section2 .item-check-input::after {
    content: '';         /* 伪元素必须有内容 */
    position: absolute;  /* 绝对定位 */
    top: 8px;
    right: -3px;       /* 右侧偏移 */
    width: 0.51em;
    height: 0.5em;
    
    border: 1px solid #aeaeae;
    border-radius: 50%;  /* 使伪元素变成圆形 */
  }
  .products .section2 .active .item-check-input::after {
    content: '';         /* 伪元素必须有内容 */
    position: absolute;  /* 绝对定位 */
    top: 8px;
    right: -3px;       /* 右侧偏移 */
    width: 0.51em;
    height: 0.5em;
    
    border: 1px solid #f70000;
    border-radius: 50%;  /* 使伪元素变成圆形 */
  }
  
  .products .section2 .item-check-label {
    line-height: 1.4285714286;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products .section2 .left {
    width: 25%;
    padding: 20px 1.875% 50px;
    background-color: #fff;
    position: sticky;
    top: -webkit-calc(var(--header-height) / 16 * 1em);
    top: -moz-calc(var(--header-height) / 16 * 1em);
    top: calc(var(--header-height) / 16 * 1em);
  }
  .products .section2 .left .item + .item {
    margin-top: 30px;
  }
  .products .section2 .left .item-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .products .section2 .left .item-title span:nth-child(1) {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1.5555555556;
  }
  .products .section2 .left .item-title span:nth-child(2) {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .products .section2 .left .item-container {
    margin-top: 20px;
  }
  .products .section2 .left .item-range-input {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    height: 4px;
    background-color: #e4e4e4;
    margin-bottom: 18px;
  }
  .products .section2 .left .item-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #000;
    cursor: pointer;
  }
  .products .section2 .left .item-range-input:focus {
    outline: none;
  }
  .products .section2 .left .item-range-labels {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.4285714286;
  }
  .products .section2 .left .item-bottom {
    text-align: center;
    margin-top: 30px;
  }
  .products .section2 .left .item-reset {
    display: inline-block;
    line-height: 2.75;
    background-color: #858585;
    white-space: nowrap;
    color: #fff;
    padding: 0 60px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products .section2 .left .item-reset:hover {
    background-color: #063f87;
  }
  .products .section2 .left .item-reset img {
    width: 1.25em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .products .section2 .title {
    padding-bottom: 23px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 16px;
  }
  .products .section2 .title img {
    width: 1.2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .products .section2 .right {
    width: 73.125%;
  }
  .products .section2 .my-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .products .section2 .my-list .item-check {
    position: absolute;
    top: 20px;
    right: 5.4054054054%;
  }
  .products .section2 .my-list .item-check-input {
    margin-right: 0;
    margin-left: 10px;
  }
  .products .section2 .my-list .item-check-label {
    color: #666;
  }
  .products .section2 .my-list::after {
    content: "";
    width: 31.6239316239%;
  }
  .products .section2 .my-list .item {
    width: 31.6239316239%;
    padding: 50px 3.4188034188% 45px;
    margin-bottom: 30px;
    position: relative;
  }
  .products .section3.show .top {
    -webkit-transform: translateX(-50%) translateY(0);
       -moz-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
         -o-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .products .section3.show.active .bottom {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
            
  }
  .products .section3 .top {
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 4;
    color: #fff;
    background-color: #434343;
    -webkit-transform: translateX(-50%) translateY(100%);
       -moz-transform: translateX(-50%) translateY(100%);
        -ms-transform: translateX(-50%) translateY(100%);
         -o-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
  }
  .products .section3 .top:hover .icon img {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .products .section3 .top .icon {
    width: 4em;
    background-color: #063f87;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .section3 .top .icon img {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .products .section3 .top p {
    padding: 0 40px;
    white-space: nowrap;
  }
  .products .section3 .bottom {
    position: fixed;
    left: 0;
    right: 0;
    top: 123px;
    z-index: 999;
    background-color: #fff;
    padding: 50px 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(-1000%);
  }
  .products .section3 .bottom .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .products .section3 .bottom .title {
    margin-right: 5.1875%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .products .section3 .bottom .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .products .section3 .bottom .item {
    background-color: #f5f5f5;
    position: relative;
    width: 260px;
  }
  .products .section3 .bottom .item + .item {
    margin-left: 30px;
  }
  .products .section3 .bottom .item-icon {
    position: absolute;
    top: 10px;
    right: 3.8461538462%;
    cursor: pointer;
  }
  .products .section3 .bottom .btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .section3 .bottom .btn {
    line-height: 2.2857142857;
    padding: 0 20px;
  }
  .products .section3 .bottom .btn + .btn {
    margin-left: 20px;
  }
  .products .section3 .bottom .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #063f87;
    cursor: pointer;
    width: 20px;
  }
  .products .my-modal .modal-main {
    max-width: 500px;
    border-radius: 0;
    padding: 0;
  }
  .products .my-modal .modal-title {
    line-height: 3.75;
    margin-bottom: 0;
    padding-left: 40px;
    background-color: #f3f3f3;
    color: #555;
  }
  .products .my-modal .modal-info {
    padding: 20px 40px 50px;
  }
  .products .my-modal .title {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .products .my-modal .groui-select {
    --groui-select-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .products .my-modal .groui-select .select-container {
    padding: 0 18px 0 20px;
    border-color: #a4a4a4;
    background-color: #f8f8f8;
  }
  .products .my-modal .groui-select .select-label-input {
    line-height: 3.125;
  }
  .products .my-modal .groui-select .select-icon {
    width: 24px;
  }
  .products .my-modal .groui-select .select-icon img {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .products .my-modal .modal-more {
    text-align: center;
  }
  
  .products_compare .section2 {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .products_compare .section2 .title {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .products_compare .section2 .back {
    color: #063f87;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 50px;
  }
  .products_compare .section2 .back img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .products_compare .section2 .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 45px;
  }
  .products_compare .section2 .content-title {
    width: 25.625%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 1.5;
  }
  .products_compare .section2 .list {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_compare .section2 .item {
    width: 31.0924369748%;
  }
  .products_compare .section2 .item + .item {
    margin-left: 3.3613445378%;
  }
  .products_compare .section2 .groui-select {
    --groui-select-width: 100%;
    --groui-select-theme-color: #063f87;
    margin-right: 0;
  }
  .products_compare .section2 .groui-select .select-container {
    padding: 0 18px 0 20px;
    border-color: #a4a4a4;
    background-color: #f8f8f8;
  }
  .products_compare .section2 .groui-select .select-label-input {
    line-height: 3.625;
  }
  .products_compare .section2 .groui-select .select-icon {
    width: 24px;
  }
  .products_compare .section2 .groui-select .select-icon img {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .products_compare .section2 .item-center{
    margin: 20px auto;
    width: 280px;
    max-width: 100%;
  }
  .products_compare .section2 .item.active .item-img{
    display: none;
  }
  .products_compare .section2 .item.active .item-add{
    display: flex;
  }
  .products_compare .section2 .item.active .item-more{
    pointer-events: none;
  }
  .products_compare .section2 .item-center .item-center-container{
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
  .products_compare .section2 .item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .products_compare .section2 .item-img-icon{
    position: absolute;
    z-index: 3;
    top: 3.57142857%;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4E4E4;
    transition: all .5s;
  }
  .products_compare .section2 .item-img-icon:hover{
    background-color: #063f87;
  }
  .products_compare .section2 .item-img-icon:hover img{
    filter: brightness(0) invert(1);
  }
  .products_compare .section2 .item-img-icon img{
    width: 33.33%;
    transition: all .5s;
  }
  .products_compare .section2 .item-add{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #acacac;
    line-height: 1.5;
    /* cursor: pointer; */
  }
  /* .products_compare .section2 .item-add:hover .item-add-icon{
    background-image: url(../images/svg/add-icon-color.svg);
  }
  .products_compare .section2 .item-add:hover p{
    color: #063f87;
  } */
  .products_compare .section2 .item-add-icon{
    width: 2em;
    height: 2em;
    display: block;
    background: url(../images/svg/add-icon.svg) no-repeat center center/cover;
  }
  .products_compare .section2 .item-more {
    width: 100%;
    text-align: center;
  }
  .products_compare .section2 .list1 {
    border-top: 1px solid #c6c6c6;
  }
  .products_compare .section2 .item1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    border-bottom: 1px solid #c6c6c6;
  }
  .products_compare .section2 .item1:nth-of-type(odd) {
    background-color: #e4e4e4;
  }
  .products_compare .section2 .item1-td {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: break-all;
    line-height: 1.5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    border-right: 1px solid #c6c6c6;
  }
  .products_compare .section2 .item1-td:last-child {
    border-right: none;
  }
  
  .products_detail .section-container > .item {
    display: none;
  }
  .products_detail .section-container > .item.active {
    display: block;
  }
  .products_detail .section1 {
    background-color: #f5f5f5;
  }
  .products_detail .section2 {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 81px;
  }
  .products_detail .section2 .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products_detail .section2 .left {
    width: 43.875%;
  }
  .products_detail .section2 .swiper1 {
    margin-bottom: 20px;
  }
  .products_detail .section2 .swiper2 .swiper-slide {
    opacity: 0.5;
  }
  .products_detail .section2 .swiper2 .swiper-slide.slide-video {
    opacity: 1;
  }
  .products_detail .section2 .swiper2 .swiper-slide.slide-video::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  .products_detail .section2 .swiper2 .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #063f87;
  }
  .products_detail .section2 .swiper2 .video-icon {
    width: 22.3880597015%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 4;
  }
  .products_detail .section2 .right {
    width: 48.75%;
  }
  .products_detail .section2 .title {
    line-height: 1.5;
    margin-bottom: 11px;
  }
  .products_detail .section2 .text {
    color: #555;
    line-height: 1.7142857143;
    margin-bottom: 65px;
  }
  .products_detail .section2 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: left;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 23px;
    margin-bottom: 63px;
  }
  .products_detail .section2 .item {
    text-align: center;
    width: 15.3846153846%;
    margin-right: 5.1282051282%;
    margin-bottom: 20px;
  }
  .products_detail .section2 .item:nth-of-type(5n) {
    margin-right: 0;
  }
  .products_detail .section2 .item:last-child {
    margin-right: 0;
  }
  .products_detail .section2 .item-icon {
    margin: 0 auto 20px;
    width: 1.85em;
  }
  .products_detail .section2 .item-title {
    line-height: 1.375;
  }
  .products_detail .section2 .item1 {
    border: 2px solid #ddd;
    border-radius: 5px;
    line-height: 2.375;
    padding: 0 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .products_detail .section2 .item1:hover {
    border-color: #063f87;
    background-color: #063f87;
    color: #fff;
  }
  .products_detail .section2 .item1:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .products_detail .section2 .item1 img {
    width: 1.25em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products_detail .section3 {
    background-color: #f5f5f5;
  }
  .products_detail .section3 .box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_detail .section3 .item {
    line-height: 3.125;
    padding: 0 50px;
    border-radius: 5px 5px 0 0;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
  }
  .products_detail .section3 .item:hover, .products_detail .section3 .item.active {
    background-color: #222;
    color: #fff;
  }
  .products_detail .section4 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .products_detail .section4 .title {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .products_detail .section4 .text {
    line-height: 1.625;
    width: 100%;
    max-width: 1120px;
    color: #555;
    margin: 0 auto;
  }
  .products_detail .select {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_detail .select .select-item {
    color: #999;
    margin: 0 25px;
    line-height: 1.5555555556;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
  }
  .products_detail .select .select-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #063f87;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products_detail .select .select-item.active, .products_detail .select .select-item:hover {
    color: #222;
  }
  .products_detail .select .select-item.active::before, .products_detail .select .select-item:hover::before {
    width: 100%;
  }
  .products_detail .section5 {
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .products_detail .section5 .title {
    margin-bottom: 30px;
  }
  .products_detail .section5 .select {
    margin-bottom: 50px;
  }
  .products_detail .section5 .contents {
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products_detail .section5 .contents.active {
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  .products_detail .section5 .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
  }
  .products_detail .section5 .content.active {
    opacity: 1;
    position: relative;
    z-index: 3;
  }
  .products_detail .section5 .swiper {
    width: 48.75%;
    margin-left: 0;
    padding-bottom: 40px;
  }
  .products_detail .section5 .list {
    width: 48.75%;
  }
  .products_detail .section5 .item {
    background-color: #fff;
    padding: 16px 5.1282051282%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-background-size: 20.1282051282% auto;
       background-size: 20.1282051282% auto;
  }
  .products_detail .section5 .item + .item {
    margin-top: 10px;
  }
  .products_detail .section5 .item.active {
    background-color: #063f87;
  }
  .products_detail .section5 .item.active .item-title {
    color: #fff;
  }
  .products_detail .section5 .item.active .item-icon {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .products_detail .section5 .item-top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products_detail .section5 .item-title {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
    line-height: 1.5555555556;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products_detail .section5 .item-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 20px;
    width: 1.1111111111em;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products_detail .section5 .item-text {
    padding-top: 20px;
    line-height: 1.7142857143;
    color: #fff;
    display: none;
  }
  .products_detail .section6 {
    padding: 80px 0;
  }
  .products_detail .section6 .title {
    margin-bottom: 30px;
  }
  .products_detail .section6 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products_detail .section6 .item {
    width: 48.75%;
    position: relative;
    margin-bottom: 20px;
  }
  .products_detail .section6 .item-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products_detail .section6 .item-icon {
    width: 2.0833333333em;
    margin-bottom: 10px;
  }
  .products_detail .section7 {
    background-color: #f5f5f5;
    padding: 80px 0 100px;
  }
  .products_detail .section7 .title {
    margin-bottom: 20px;
  }
  .products_detail .section7 .select {
    margin-bottom: 20px;
  }
  .products_detail .section7 .contents {
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .products_detail .section7 .contents.active {
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  .products_detail .section7 .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
  }
  .products_detail .section7 .content.active {
    opacity: 1;
    z-index: 3;
    position: relative;
  }
  .products_detail .section7 table {
    width: 100%;
    border-top: 4px solid #7b818b;
    border-collapse: collapse;
  }
  .products_detail .section7 tr {
    border-bottom: 1px solid #c6c6c6;
  }
  .products_detail .section7 tr:nth-child(1) {
    font-family: "owm";
  }
  .products_detail .section7 tr:nth-of-type(odd) {
    background-color: #e4e4e4;
  }
  .products_detail .section7 td {
    text-align: center;
    min-height: 45px;
    line-height: 1.375;
    padding: 10px;
    border-right: 1px solid #c6c6c6;
  }
  .products_detail .section7 td:nth-child(1) {
    font-family: "owm";
  }
  .products_detail .section7 td:last-child {
    border-right: none;
  }
  .products_detail .section8 {
    padding: 80px 0 100px;
  }
  .products_detail .section8 .title {
    margin-bottom: 50px;
  }
  .products_detail .section8 .video {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .products_detail .section8 .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .products_detail .section8 .video.active video {
    opacity: 1;
    z-index: 4;
  }
  .products_detail .section8 .video::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .products_detail .section8 .video.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .products_detail .section8 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
    width: 60px;
  }
  
  .about .section3 {
    padding-top: 55px;
    padding-bottom: 0px;
  }
  .about .section3 .title {
    margin-bottom: 50px;
  }
  .about .section3 .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .about .section3 .left {
    width: 48.75%;
  }
  .about .section3 .right {
    width: 47.5%;
    color: #555;
    line-height: 2.25;
  }
  .about .section3 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .about .section3 .item-num {
    color: #063f87;
    line-height: 1.5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .section3 .item-num span:nth-child(2) {
    line-height: 2.0714285714;
  }
  .about .section3 .item-title {
    line-height: 1.4285714286;
  }
  .about .section4 {
    /* background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 100px; */
  }
  .about .section4 .title {
    margin-bottom: 30px;
  }
  .about .section4 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .section4 .item {
    padding: 40px 2.5% 40px;
    /* min-height: 280px; */
    background-color: #fff;
    width: 33.0625%;
    -o-background-size: 51.9480519481% auto;
       background-size: 51.9480519481% auto;
  }
  .about .section4 .item:hover .item-title {
    /* color: #fff; */
  }
  .about .section4 .item:hover .item-text p {
    color: #fff;
  }
  .about .section4 .item:hover .item-text span::before {
    background-color: #fff;
  }
  .about .section4 .item-title {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
  }
  .about .section4 .item-text {
    line-height: 1.625;
    color: #555;
    padding-left: 0;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .section4 .item-text span {
    position: relative;
    width: 0.5em;
    height: 1.625em;
    display: block;
    margin-right: 0.625em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .about .section4 .item-text span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #063f87;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .about .section5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about .section5 .title {
    margin-bottom: 20px;
  }
  .about .section5 .text {
    margin: 0 auto;
    width: 100%;
    max-width: 1332px;
    text-align: center;
    color: #555;
    line-height: 1.625;
    margin-bottom: 60px;
  }
  .about .section5 .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .section5 .select {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
  }
  .about .section5 .select-item {
    display: block;
    line-height: 1.5;
    padding-left: 0.85em;
    border-left: 3px solid #d9d9d9;
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .about .section5 .select-item:hover, .about .section5 .select-item.active {
    color: #222;
    border-color: #063f87;
  }
  .about .section5 .select-item + .select-item {
    margin-top: 20px;
  }
  .about .section5 .rights {
    width: 67.5%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .about .section5 .rights.active {
    opacity: 0;
    -webkit-transform: translateX(15px);
       -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
         -o-transform: translateX(15px);
            transform: translateX(15px);
  }
  .about .section5 .right {
    z-index: 1;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .about .section5 .right.active {
    position: relative;
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
  }
  .about .section5 .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    position: relative;
  }
  .about .section5 .item.item-bottom {
    padding-bottom: 0;
    border-bottom: none;
  }
  .about .section5 .item.item-bottom .item-text {
    color: #222;
  }
  .about .section5 .item::before {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -1px;
    left: 0;
    width: 0;
    background-color: #063f87;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .about .section5 .item:not(.item-bottom):hover {
    background-color: #f9f9f9;
  }
  .about .section5 .item:not(.item-bottom):hover .item-time, .about .section5 .item:not(.item-bottom):hover .item-text {
    color: #063f87;
  }
  .about .section5 .item:not(.item-bottom):hover::before {
    width: 100%;
  }
  .about .section5 .item:first-child {
    padding-top: 0;
  }
  .about .section5 .item-time {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 1.0833333333;
  }
  .about .section5 .item-text {
    color: #555;
    width: 70.3703703704%;
    line-height: 1.625;
  }
  .about .section6 {
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .about .section6 .title {
    margin-bottom: 34px;
  }
  .about .section6 .swiper {
    width: 100%;
    padding-bottom: 60px;
  }
  .about .section7 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .about .section7 .title {
    margin-bottom: 16px;
  }
  .about .section7 .text {
    color: #555;
    text-align: center;
    line-height: 1.625;
    margin-bottom: 50px;
  }
  .about .section7 .content {
    position: relative;
  }
  .about .section8 {
    padding-bottom: 100px;
  }
  .about .section8 .title {
    margin-bottom: 30px;
  }
  .about .section8 .list {
    border-top: 4px solid #063f87;
  }
  .about .section8 .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d9d9d9;
  }
  .about .section8 .item span:not(.btn) {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.5;
  }
  .about .section8 .item:first-child {
    background-color: #f5f5f5;
  }
  .about .section8 .item:first-child span {
    color: #555;
  }
  .about .section8 .item:first-child .btn {
    line-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .about .section8 .btn {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 28px;
    color: #666;
    line-height: 2.7142857143;
    border-radius: 5px;
    border: 2px solid #666;
    cursor: pointer;
  }
  .about .section8 .btn:hover {
    border-color: #063f87;
    background-color: #063f87;
    color: #fff;
  }
  .about .section9 {
    padding: 100px 0;
  
  }
  
  .about .section9 .ul1{display: flex;flex-wrap: wrap;margin: 0 0 50px;}
  
  .about .section9 .ul1 li{width: 31.25%;position: relative;overflow: hidden;margin: 40px 3.125% 0 0;}
  
  .about .section9 .ul1 li .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;align-content: flex-end;background: url(../images/100.png) center no-repeat;background-size: cover;color: #fff;padding: 24px;line-height: 1.5;}
  
  .about .section9 .ul1 li .txt2{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: flex-end;align-content: flex-end; flex-wrap: wrap;color: #fff;background: url(../images/100.png) center no-repeat;background-size: cover;padding: 24px;font-family: 'wol';line-height: 1.5;opacity: 0;}
  
  .about .section9 .ul1 li .txt2 .ltt{font-family: 'owm';}
  
  .about .section9 .ul1 li .txt2 .ltc{margin-top: 15px;color: #D9D9D9;}
  
  .about .section9 .ul1 li .txt2 .ltc .p{display: block;padding-left: 10px;line-height: 26px;position: relative;}
  
  .about .section9 .ul1 li .txt2 .ltc .p s{display: block;width: 4px;height: 4px;background: #D9D9D9;border-radius: 50%;position: absolute;left: 0;top: 10px;border-radius: 50%;}
  
  .about .section9 .ul1 li:hover .txt .ltt{opacity: 0;}
  
  .about .section9 .ul1 li:hover .txt2{opacity: 1;}
  
  .about .section9 .ul1 li:nth-child(3n){margin-right: 0;}
  
  .about .section9 .ul1 .bofang{cursor: pointer;}
  
  
  .about .section9 .more{display: flex;justify-content: center;}
  
  .about .section9 .more .btn{display: flex;align-items: center;justify-content: center;align-content: center;width: 175px;background: #fff;border: 2px solid #000; border-radius: 5px;color: #000;line-height: 48px;cursor: pointer;}
  
  .about .section9 .more .btn span{margin-left: 10px;}
  
  .about .section9 .more .btn span img{-webkit-filter: brightness(0) invert(0);filter: brightness(0) invert(0);}
  
  .about .section9 .more .btn:hover{background: #063f87;border-color: #063f87;color: #fff;}
  
  .about .section9 .more .btn:hover span img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
  
  
  .contact {
    background-color: #f5f5f5;
  }
  .contact .section3 {
    padding: 80px 0;
  }
  .contact .section3 .content {
    position: relative;
  }
  .contact .section3 .item-title {
    color: #fff;
    line-height: 2.7;
    background-color: #063f87;
    white-space: nowrap;
    position: absolute;
    padding: 0 20px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-webkit-calc(-90% - 30px));
       -moz-transform: translateY(-moz-calc(-90% - 30px));
        -ms-transform: translateY(calc(-90% - 30px));
         -o-transform: translateY(calc(-90% - 30px));
            transform: translateY(calc(-90% - 30px));
    border-radius: 5px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .section3 .item-title::before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(80%) rotate(135deg);
       -moz-transform: translateY(80%) rotate(135deg);
        -ms-transform: translateY(80%) rotate(135deg);
         -o-transform: translateY(80%) rotate(135deg);
            transform: translateY(80%) rotate(135deg);
    border-top: 9px solid #063f87;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  .contact .section3 .item-spot {
    background-color: rgba(204, 0, 0, 0.3);
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -moz-transition: opacity 0.5s, transform 0.5s, -moz-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  }
  .contact .section3 .item-spot:hover {
    -webkit-transition: opacity 0s, -webkit-transform 0.5s;
    transition: opacity 0s, -webkit-transform 0.5s;
    -o-transition: opacity 0s, -o-transform 0.5s;
    -moz-transition: opacity 0s, transform 0.5s, -moz-transform 0.5s;
    transition: opacity 0s, transform 0.5s;
    transition: opacity 0s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    -webkit-transform: scale(1.8);
       -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 1;
  }
  .contact .section3 .item-spot:hover + .item-title {
    opacity: 1;
    -webkit-transform: translateY(-webkit-calc(-100% - 30px));
       -moz-transform: translateY(-moz-calc(-100% - 30px));
        -ms-transform: translateY(calc(-100% - 30px));
         -o-transform: translateY(calc(-100% - 30px));
            transform: translateY(calc(-100% - 30px));
  }
  .contact .section3 .item {
    position: absolute;
    width: 1%;
  }
  .contact .section3 .item.active::before{
    width: 100%;
    height: 100%;
    background: url(../images/svg/star.svg) no-repeat center center/100% 100%;
    border-radius: 0;
    z-index: 2;
  }
  .contact .section3 .item.active .item-spot{
    opacity: 0;
    position: relative;
    z-index: 2;
  }
  .contact .section3 .item.active::after{
    position: absolute;
    content: "";
    width: 150%;
    height: 150%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background-color: #cc0000;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contact .section3 .item:hover {
    z-index: 3;
  }
  .contact .section3 .item::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #cc0000;
  }
  .contact .section3 .item:nth-child(1) {
    left: 38.55%;
    top: 43.158974%;
  }
  .contact .section3 .item:nth-child(2) {
    left: 34.25%;
    top: 66.487179%;
  }
  .contact .section3 .item:nth-child(3) {
    left: 30.3125%;
    top: 84.6153846154%;
  }
  .contact .section3 .item:nth-child(4) {
    left: 46.4375%;
    top: 39.358974359%;
  }
  .contact .section3 .item:nth-child(5) {
    left: 46.4375%;
    top: 32.4358974359%;
  }
  .contact .section3 .item:nth-child(6) {
    left: 54.2%;
    top: 71.538462%;
  }
  .contact .section3 .item:nth-child(7) {
    left: 48.0625%;
    top: 43.4615384615%;
  }
  .contact .section3 .item:nth-child(8) {
    left: 48.0625%;
    top: 33.4615384615%;
  }
  .contact .section3 .item:nth-child(9) {
    left: 47.5%;
    top: 36.358974%;
  }
  .contact .section3 .item:nth-child(10) {
    left: 53.25%;
    top: 69.435897%;
  }
  .contact .section3 .item:nth-child(11) {
    left: 55%;
    top: 40.2564102564%;
  }
  .contact .section3 .item:nth-child(12) {
    left: 60%;
    top: 44.4871794872%;
  }
  .contact .section3 .item:nth-child(13) {
    left: 58.6875%;
    top: 47.4358974359%;
  }
  .contact .section3 .item:nth-child(14) {
    left: 52.3125%;
    top: 76.7948717949%;
  }
  .contact .section3 .item:nth-child(15) {
    left: 71.6875%;
    top: 59.307692%;
  }
  .contact .section3 .item:nth-child(16) {
    left: 70.375%;
    top: 24.435897%;
  }
  .contact .section3 .item:nth-child(17) {
    left: 77.5625%;
    top: 42.3076923077%;
  }
  .contact .section3 .item:nth-child(18) {
    left: 80.25%;
    top: 73.7179487179%;
  }
  .contact .section3 .item:nth-child(19) {
    left: 89.375%;
    top: 82.5641025641%;
  }
  .contact .section3 .item:nth-child(20) {
    left: 23%;
    top: 26.564103%;
  }
  .contact .section3 .item:nth-child(21) {
    left: 22.8%;
    top: 41.564103%;
  }
  .contact .section3 .item:nth-child(22) {
    left: 73%;
    top: 53.564103%;
  }
  .contact .section3 .item:nth-child(23) {
    left: 73%;
    top: 60.564103%;
  }
  .contact .section3 .item:nth-child(24) {
    left: 71.8%;
    top: 55.564103%;
  }
  .contact .section3 .item:nth-child(25) {
    left: 60.5%;
    top: 49.564103%;
  }
  .contact .section3 .item:nth-child(26) {
    left: 55.8%;
    top: 43.564103%;
  }
  .contact .section3 .item:nth-child(27) {
    left: 50.8%;
    top: 46.564103%;
  }
  .contact .section3 .item:nth-child(28) {
    left: 52.5%;
    top: 39.564103%;
  }
  .contact .section3 .item:nth-child(29) {
    left: 54.8%;
    top: 30.564103%;
  }
  .contact .section3 .item:nth-child(30) {
    left: 54.8%;
    top: 43.564103%;
  }
  .contact .section3 .item:nth-child(31) {
    left: 29.8%;
    top: 75.564103%;
  }
  .contact .section3 .item:nth-child(32) {
    left: 27.8%;
    top: 63.564103%;
  }
  .contact .section3 .item:nth-child(33) {
    left: 27.4%;
    top: 56.564103%;
  }
  .contact .section3 .item:nth-child(34) {
    left: 48.8%;
    top: 56.564103%;
  }
  .contact .section3 .item:nth-child(35) {
    left: 60.3%;
    top: 71.564103%;
  }
  .contact .section3 .item:nth-child(36) {
    left: 55.8%;
    top: 55.564103%;
  }
  .contact .section3 .item:nth-child(37) {
    left: 53.8%;
    top: 35.564103%;
  }
  .contact .section3 .item:nth-child(38) {
    left: 22.8%;
    top: 41.564103%;
  }
  .contact .section3 .item:nth-child(39) {
    left: 22.8%;
    top: 41.564103%;
  }
  .contact .section3 .list1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -110px;
  }
  .contact .section3 .item1 {
    width: 23%;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
    min-height: 100px;
  }
  .contact .section3 .item1-icon {
    margin: 0 auto 10px;
    width: 2.3em;
  }
  .contact .section3 .item1-text {
    line-height: 1.4285714286;
    font-size: 20px;
  }
  .contact .section3 .item1-text a:hover {
    color: #063f87;
    text-decoration: underline;
  }
  .contact .section4 {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #fff;
  }
  .contact .section4 .title {
    margin-bottom:50px;
  }
  
  .video .section3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .video .section3 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .video .section3 .list::after {
    content: "";
    width: 31.25%;
  }
  .video .section3 .item {
    width: 31.25%;
    margin-bottom: 60px;
  }
  .video .section3 .item:hover .item-title {
    color: #063f87;
  }
  .video .section3 .item:hover .item-icon {
    background-image: url(../images/svg/video-icon1-color.svg);
  }
  .video .section3 .item-img {
    margin-bottom: 20px;
    position: relative;
  }
  .video .section3 .item-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
  }
  .video .section3 .item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2.7777777778em;
    padding-top: 2.7777777778em;
    z-index: 4;
    background: url(../images/svg/video-icon1.svg) no-repeat center center/cover;
  }
  .video .section3 .item-title {
    line-height: 1.5555555556;
    text-align: center;
  }
  
  .news {
    background-color: #f5f5f5;
  }
  .news.status1 {
    background-color: #fff;
  }
  .news .screen {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .news .screen .groui-select {
    --groui-select-width: 150px;
    background-color: initial;
  }
  .news .screen .groui-select .select-container {
    background-color: #fff;
    border-radius: 100px;
    border: none;
  }
  .news .screen .groui-select .select-container .select-label-input {
    line-height: 3.25;
  }
  .news .screen .groui-select .select-icon {
    width: 1.25em;
  }
  .news .screen .groui-select .select-icon img {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .news .section3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .box form {
    position: relative;width: 80%;    margin-left: 10%;
  }
   .input input {
    width: 100%;
    border-radius: 100px;
    border: 3px solid #d9d9d9;
    outline: none;
    background-color: #fff;
    line-height: 3.0625;
    padding: 0 60px 0 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .box form .submit {background:#fff url(../images/svg/search-color.svg) no-repeat center;width:50px;border:0;height:28px;line-height:100px;overflow:hidden;position: absolute;right: 12px;
    top: 21%;cursor:pointer;}
  .input input:focus {
    border-color: #063f87;
  }
   .input-icon {
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5em;
  }
  .input-icon{  transition: transform 0.5s ease; }
  .close img:hover{  -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  
  .news .section3 .list {
    margin-bottom: 50px;
  }
  .news .section4 {
    padding: 80px 0;
  }
  .news .section5 {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .news .section5 .groui-select .select-container {
    background-color: transparent;
    border: 3px solid #d9d9d9;
  }
  .news .section5 .item + .item {
    margin-top: 50px;
  }
  .news .section5 .item-title {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .news .section5 .item-li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    padding: 20px 80px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
  }
  .news .section5 .item-li:hover::before {
    background-color: #063f87;
  }
  .news .section5 .item-li:hover span {
    color: #063f87;
  }
  .news .section5 .item-li:hover span img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .news .section5 .item-li + .item-li {
    margin-top: 10px;
  }
  .news .section5 .item-li::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0.2777777778em;
    left: 0;
    top: 0;
    background-color: #b1b1b1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .news .section5 span {
    line-height: 1.5555555556;
  }
  .news .section5 span:nth-child(1) {
    width: 20%;
  }
  .news .section5 span:nth-child(2) {
    width: 40%;
  }
  .news .section5 span:nth-child(3) {
    width: 20%;
  }
  .news .section5 span:nth-child(4) {
    width: 20%;
  }
  .news .section5 span img {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    margin-right: 10px;
    width: 1.1111111111em;
  }
  
  .news_detail {
    background-color: #f5f5f5;
  }
  .news_detail .section2 {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .news_detail .section2 .box {
    max-width: 1200px;
  }
  .news_detail .section2 .title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .news_detail .section2 .time {
    text-align: center;
    line-height: 1.625;
    margin-bottom: 18px;
  }
  .news_detail .section2 .time img {
    display: inline-block;
    vertical-align: middle;
    width: 1.25em;
    margin-right: 10px;
  }
  .news_detail .section2 .content {
    border-top: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    line-height: normal;
    padding: 30px 0 80px;
  }
  .news_detail .section2 .content img {
    display: inline-block;
    height: auto!important;
  }
  .news_detail .section2 .bottom {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
  }
  .news_detail .section2 .left {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
    padding-right: 20px;
  }
  .news_detail .section2 .item {
    display: block;
    line-height: 1.4444444444;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_detail .section2 .item:hover span:nth-child(2) {
    color: #063f87;
  }
  .news_detail .section2 .item + .item {
    margin-top: 5px;
  }
  .news_detail .section2 .item span:nth-child(1) {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .news_detail .section2 .item span:nth-child(2) {
    color: #666;
  }
  .news_detail .section2 .right {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border: 2px solid #063f87;
    white-space: nowrap;
    line-height: 2.6666666667;
    padding: 0 44px 0 38px;
    color: #063f87;
    border-radius: 3px;
  }
  .news_detail .section2 .right:hover {
    background-color: #063f87;
    color: #fff;
  }
  .news_detail .section2 .right:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .news_detail .section2 .right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .searchs {
    padding-top: 60px;
    padding-bottom: 100px;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .searchs .section2 {
    padding-top: 40px;
  }
  .searchs .section2 .title {
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .searchs .section2 .info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #d9d9d9;
  }
  .searchs .section2 .info-title {
    line-height: 1.5555555556;
  }
  .searchs .section2 .info-title span {
    color: #063f87;
  }
  .searchs .section2 .input {
    position: relative;
  }
  .searchs .section2 .input input {
    min-width: 300px;
    line-height: 2.7777777778;
    background-color: #f5f5f5;
    padding: 0 50px 0 20px;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .searchs .section2 .input input:focus {
    border-color: #063f87;
  }
  .searchs .section2 .input img {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.3333333333em;
    cursor: pointer;
  }
  .searchs .section2 .select {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
    margin-bottom: 50px;
  }
  .searchs .section2 .select-item {
    line-height: 1.5;
    padding: 0 24px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }
  .searchs .section2 .select-item + .select-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 1.25em;
    background-color: #d2d2d2;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .searchs .section2 .select-item:hover, .searchs .section2 .select-item.active {
    color: #063f87;
  }
  .searchs .section2 .select-item:first-child {
    padding-left: 0;
  }
  .searchs .section2 .select-item:last-child {
    padding-right: 0;
  }
  .searchs .section2 .list {
    margin-bottom: 50px;
  }
  
  .fanye{  text-align:center;  margin:30px 0 20px 0;}
  .fanye li{display:inline}
  .fanye a, .fanye span{ border:#bbb solid 1px; 
      padding:0px 15px; 
      font-size:14px; 
      color:#666; 
      line-height: 36px; 
      display: inline-block; 
      border-radius: 5px;
      margin:0 1px;}
  .fanye a:hover{ color:white; 
      background-color:#edb91b; 
      border:#edb91b solid 1px;}
  .fanye span.current{ color:white; 
      background-color:#edb91b; 
      border:#edb91b solid 1px;}
  .fanye span.disable{  }
  .fanye .active span{    background: #edb91b;    border: #e9e9e9 solid 1px;color:#ffffff}
  
  
  
  
  @media (max-width: 1481px) {
    .groui-select {
      --groui-font-size-num: 14;
    }
  }
  @media (max-width: 1440px) {
    .header .search{
        font-size: 12px;
    }
  }
  @media screen and (max-width: 1200px) {
    .w1440 {
      width: 90%;
    }
    .footer .top .box {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      line-height: 4;
    }
    .footer .top .item {
      width: 50%;
      -webkit-flex: initial;
         -moz-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
    }
    .footer .top .item:nth-child(3)::before {
      display: none;
    }
    .footer .bottom .info1 {
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .footer .bottom .nav {
      display: none;
    }
    .footer .bottom .info1 {
      width: 100%;
    }
    .footer .bottom .input {
      width: 80%;
    }
    .footer .bottom .text, .footer .bottom .content {
      text-align: center;
    }
    .footer .bottom .links {
      margin-top: 60px;
    }
    .footer .bottom .links a {
      margin: 0 20px;
    }
    .footer .bottom .info2 {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .footer .bottom .info2 p {
      margin: 10px 0;
    }
  }
  @media screen and (max-width: 768px) {
  
    .products .section3 .bottom {
      
      top: 53px;
  
    }
    .products .section2 .left .item-title span:nth-child(2){
        font-size: 24px;
        width: 12px;
        text-align: center;
    }
    .groui-select {
      --groui-font-size-num: 12;
    }
    .page .page1 {
      display: none;
    }
    .page .page2 {
      display: block;
    }
    .my-pagination {
      --swiper-pagination-bullet-size: 8px;
      --swiper-pagination-bullet-horizontal-gap: 4px;
    }
    .my-sidebar {
      display: none;
    }
    .my-swiper-button .swiper-button {
      display: none;
    }
    .my-list .item {
      padding: 50px 5% 45px;
    }
    .my-list .item-more {
      display: none;
    }
    .my-list1 .item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .my-list1 .item-img {
      width: 100%;
      height: auto;
      min-height: initial;
    }
    .my-list1 .item-more {
      display: none;
    }
    .padding50 {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my-banner {
      height: auto;
      max-height: initial;
    }
    .my-banner > img:nth-child(1) {
      display: none;
    }
    .my-banner > img:nth-child(2) {
      display: block;
    }
    .my-nav {
      display: none;
    }
    .my-modal .my-form .form-item.yzm .form-label, .my-modal .my-form .form-item.textarea .form-label {
      width: 6.875em;
    }
    .my-form .form-item {
      width: 100%;
    }
    .my-form .form-label {
      width: 180px;
    }
    .index .section1{
      height: 126.6666666667vw;
    }
    .index .section1 .swiper-slide.slide-video-active .slide-video-icon{
      display: block;
      z-index: 4;
      height: auto;
    }
    .index .section1 .swiper-slide img:nth-child(1) {
      display: none;
    }
    .index .section1 .swiper-slide img:nth-child(2) {
      display: block;
    }
    .index .section2 .item {
      width: 49%;
      /* height: auto; */
    }
    .index .section3 .item {
      height: auto;
      width: 100%;
    }
    .index .section3 .item-info {
      top: 2%;
    }
    .index .section3 .item-title {
      margin-bottom: 10px;
    }
    .index .section4 .left, .index .section4 .right {
      width: 100%;
    }
    .index .section4 .left {
      margin-bottom: 60px;
    }
    .index .section5 {
      height: auto;
    }
    .index .section5 .icon {
      width: 40px;
    }
    .solutions .section2 .item {
      width: 100%;
      height: auto;
    }
    .solutions_detail .section3 .item {
      width: 100%;
    }
    .products .section2 .box {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .products .section2 .left {
      width: 100%;
      position: relative;
      top: 0;
      margin-bottom: 80px;
    }
    .products .section2 .right {
      width: 100%;
    }
    .products .section2 .my-list .item {
      width: 100%;
    }
    .products .section3 .bottom .box {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .products .section3 .bottom .title {
      margin-bottom: 80px;
    }
    .products .section3 .bottom .content {
      width: 100%;
    }
    .products .section3 .bottom .item + .item {
      margin-left: 10px;
    }
    .products .my-modal .modal-main {
      max-width: initial;
    }
    .products_compare .section2 .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .products_compare .section2 .content-title {
      width: 100%;
      margin-bottom: 40px;
    }
    .products_compare .section2 .list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .products_compare .section2 .item {
      width: 49%;
      margin-bottom: 40px;
    }
    .products_compare .section2 .item + .item {
      margin-left: 0;
    }
    .products_compare .section2 .groui-select .select-icon {
      width: 16px;
    }
    .products_compare .section2 .groui-select .select-label-input {
      line-height: 2.5;
    }
    .products_compare .section2 .list1-container {
      overflow: auto;
    }
    .products_compare .section2 .list1 {
      min-width: 800px;
      overflow: auto;
    }
    .products_detail .section2 .left, .products_detail .section2 .right {
      width: 100%;
    }
    .products_detail .section2 .left {
      margin-bottom: 40px;
    }
    .products_detail .section2 .item {
      width: 30%;
      margin-right: 5%;
    }
    .products_detail .section2 .item:nth-of-type(5n) {
      margin-right: 5%;
    }
    .products_detail .section2 .item:nth-of-type(3n) {
      margin-right: 0;
    }
    .products_detail .section3 .item {
      padding: 0 20px;
      line-height: 2.5;
    }
    .products_detail .select .select-item {
      margin: 0 10px;
    }
    .products_detail .section5 .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .products_detail .section5 .swiper {
      width: 100%;
      margin-bottom: 40px;
    }
    .products_detail .section5 .list {
      width: 100%;
    }
    .products_detail .section6 .item {
      width: 100%;
    }
    .products_detail .section7 .content {
      overflow: auto;
    }
    .products_detail .section7 table {
      min-width: 800px;
    }
    .about .section3 .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .about .section3 .left {
      width: 100%;
      margin-bottom: 40px;
    }
    .about .section3 .right {
      width: 100%;
    }
    .about .section4 .list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .about .section4 .item {
      width: 49%;
      /* margin-bottom: 40px; */
    }
    .about .section5 .content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .about .section5 .select {
      -webkit-flex: initial;
         -moz-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
      width: 100%;
      margin-bottom: 60px;
    }
    .about .section5 .rights {
      width: 100%;
    }
    .about .section5 .right {
      max-height: 50vh;
      overflow: auto;
    }
    .about .section5 .right::-webkit-scrollbar {
      width: 3px;
    }
    .about .section5 .right::-webkit-scrollbar-thumb {
      background-color: #063f87;
      width: 3px;
      border-radius: 4px;
    }
    .about .section5 .item-text {
      padding-right: 4px;
    }
    .about .section7 .swiper {
      padding-bottom: 40px;
    }
    .about .section8 .item {
      padding: 20px;
    }
    .contact .section3 .content-container {
      margin-bottom: 60px;
      overflow: auto;
    }
    .contact .section4 .title {
       padding-top: 45px;
      }
    .contact .section3 .content-container::-webkit-scrollbar {
      height: 4px;
    }
    .contact .section3 .content-container::-webkit-scrollbar-thumb {
      background-color: #063f87;
    }
    .contact .section3 .content {
      min-width: 100%;
    }
    .contact .section3 .list1 {
      margin-top: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .contact .section3 .item1 {
      width: 80%;
      margin-bottom: 20px;
    }
    .video .section3 .item {
      width: 100%;
    }
    .news .section3 .groui-select {
      --groui-select-width: 100px;
    }
    .news .section5 .item-li {
      padding: 20px 30px;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .news .section5 span {
      padding: 0 10px;
    }
    .news .section5 span:nth-child(2) {
      padding-top: 1.1111111111em;
    }
    .news .section5 span img {
      display: block;
    }
    .news_detail .section2 .bottom {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .news_detail .section2 .left {
      width: 100%;
      padding-right: 0;
    }
    .news_detail .section2 .right {
      margin: 60px auto 0;
    }
    .searchs {
      padding-top: 0;
    }
    .searchs .section2 .info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
    .searchs .section2 .input {
      margin-top: 40px;
      width: 100%;
    }
    .searchs .section2 .input input {
      width: 100%;
    }
    .products_detail .section8 .video.youtube iframe{
      pointer-events: none;
    }
    .my-banner video{
        padding-bottom: 0;
    }
    .my-banner.banner-video .box{
        display: none;
    }
  
    .about .section9 .ul1{display: block;}
  
    .about .section9 .ul1 li{width: 100%;}
  }


  .f_12 {
    font-size: 12px;
  }
  
  .f_13 {
    font-size: 13px;
  }
  
  .f_14 {
    font-size: 14px;
  }
  
  .f_15 {
    font-size: 15px;
  }
  
  .f_16 {
    font-size: 16px;
  }
  
  .f_17 {
    font-size: 17px;
  }
  
  .f_18 {
    font-size: 18px;
  }
  
  .f_19 {
    font-size: 19px;
  }
  
  .f_20 {
    font-size: 20px;
  }
  
  .f_21 {
    font-size: 21px;
  }
  
  .f_22 {
    font-size: 22px;
  }
  
  .f_23 {
    font-size: 23px;
  }
  
  .f_24 {
    font-size: 24px;
  }
  
  .f_25 {
    font-size: 25px;
  }
  
  .f_26 {
    font-size: 26px;
  }
  
  .f_27 {
    font-size: 27px;
  }
  
  .f_28 {
    font-size: 28px;
  }
  
  .f_29 {
    font-size: 29px;
  }
  
  .f_30 {
    font-size: 30px;
  }
  
  .f_31 {
    font-size: 31px;
  }
  
  .f_32 {
    font-size: 32px;
  }
  
  .f_33 {
    font-size: 33px;
  }
  
  .f_34 {
    font-size: 34px;
  }
  
  .f_35 {
    font-size: 35px;
  }
  
  .f_36 {
    font-size: 36px;
  }
  
  .f_37 {
    font-size: 37px;
  }
  
  .f_38 {
    font-size: 38px;
  }
  
  .f_39 {
    font-size: 39px;
  }
  
  .f_40 {
    font-size: 40px;
  }
  
  .f_41 {
    font-size: 41px;
  }
  
  .f_42 {
    font-size: 42px;
  }
  
  .f_43 {
    font-size: 43px;
  }
  
  .f_44 {
    font-size: 44px;
  }
  
  .f_45 {
    font-size: 45px;
  }
  
  .f_46 {
    font-size: 46px;
  }
  
  .f_47 {
    font-size: 47px;
  }
  
  .f_48 {
    font-size: 48px;
  }
  
  .f_49 {
    font-size: 49px;
  }
  
  .f_50 {
    font-size: 50px;
  }
  
  .f_51 {
    font-size: 51px;
  }
  
  .f_52 {
    font-size: 52px;
  }
  
  .f_53 {
    font-size: 53px;
  }
  
  .f_54 {
    font-size: 54px;
  }
  
  .f_55 {
    font-size: 55px;
  }
  
  .f_56 {
    font-size: 56px;
  }
  
  .f_57 {
    font-size: 57px;
  }
  
  .f_58 {
    font-size: 58px;
  }
  
  .f_59 {
    font-size: 59px;
  }
  
  .f_60 {
    font-size: 60px;
  }
  
  .f_61 {
    font-size: 61px;
  }
  
  .f_62 {
    font-size: 62px;
  }
  
  .f_63 {
    font-size: 63px;
  }
  
  .f_64 {
    font-size: 64px;
  }
  
  .f_65 {
    font-size: 65px;
  }
  
  .f_66 {
    font-size: 66px;
  }
  
  .f_67 {
    font-size: 67px;
  }
  
  .f_68 {
    font-size: 68px;
  }
  
  .f_69 {
    font-size: 69px;
  }
  
  .f_70 {
    font-size: 70px;
  }
  
  .f_71 {
    font-size: 71px;
  }
  
  .f_72 {
    font-size: 72px;
  }
  
  .f_73 {
    font-size: 73px;
  }
  
  .f_74 {
    font-size: 74px;
  }
  
  .f_75 {
    font-size: 75px;
  }
  
  .f_76 {
    font-size: 76px;
  }
  
  .f_77 {
    font-size: 77px;
  }
  
  .f_78 {
    font-size: 78px;
  }
  
  .f_79 {
    font-size: 79px;
  }
  
  .f_80 {
    font-size: 80px;
  }
  
  @media (max-width: 1681px) {
    .f_12 {
      font-size: 12px;
    }
  
    .f_13 {
      font-size: 13px;
    }
  
    .f_14 {
      font-size: 13px;
    }
  
    .f_15 {
      font-size: 13px;
    }
  
    .f_16 {
      font-size: 15px;
    }
  
    .f_17 {
      font-size: 16px;
    }
  
    .f_18 {
      font-size: 17px;
    }
  
    .f_19 {
      font-size: 18px;
    }
  
    .f_20 {
      font-size: 18px;
    }
  
    .f_21 {
      font-size: 19px;
    }
  
    .f_22 {
      font-size: 20px;
    }
  
    .f_23 {
      font-size: 21px;
    }
  
    .f_24 {
      font-size: 22px;
    }
  
    .f_25 {
      font-size: 23px;
    }
  
    .f_26 {
      font-size: 24px;
    }
  
    .f_27 {
      font-size: 25px;
    }
  
    .f_28 {
      font-size: 26px;
    }
  
    .f_29 {
      font-size: 27px;
    }
  
    .f_30 {
      font-size: 27px;
    }
  
    .f_31 {
      font-size: 28px;
    }
  
    .f_32 {
      font-size: 29px;
    }
  
    .f_33 {
      font-size: 30px;
    }
  
    .f_34 {
      font-size: 31px;
    }
  
    .f_35 {
      font-size: 32px;
    }
  
    .f_36 {
      font-size: 33px;
    }
  
    .f_37 {
      font-size: 34px;
    }
  
    .f_38 {
      font-size: 35px;
    }
  
    .f_39 {
      font-size: 36px;
    }
  
    .f_40 {
      font-size: 37px;
    }
  
    .f_41 {
      font-size: 38px;
    }
  
    .f_42 {
      font-size: 39px;
    }
  
    .f_43 {
      font-size: 39px;
    }
  
    .f_44 {
      font-size: 40px;
    }
  
    .f_45 {
      font-size: 41px;
    }
  
    .f_46 {
      font-size: 42px;
    }
  
    .f_47 {
      font-size: 43px;
    }
  
    .f_48 {
      font-size: 44px;
    }
  
    .f_49 {
      font-size: 45px;
    }
  
    .f_50 {
      font-size: 45px;
    }
  
    .f_51 {
      font-size: 46px;
    }
  
    .f_52 {
      font-size: 47px;
    }
  
    .f_53 {
      font-size: 48px;
    }
  
    .f_54 {
      font-size: 49px;
    }
  
    .f_55 {
      font-size: 50px;
    }
  
    .f_56 {
      font-size: 51px;
    }
  
    .f_57 {
      font-size: 52px;
    }
  
    .f_58 {
      font-size: 53px;
    }
  
    .f_59 {
      font-size: 54px;
    }
  
    .f_60 {
      font-size: 54px;
    }
  
    .f_61 {
      font-size: 55px;
    }
  
    .f_62 {
      font-size: 56px;
    }
  
    .f_63 {
      font-size: 57px;
    }
  
    .f_64 {
      font-size: 58px;
    }
  
    .f_65 {
      font-size: 59px;
    }
  
    .f_66 {
      font-size: 60px;
    }
  
    .f_67 {
      font-size: 61px;
    }
  
    .f_68 {
      font-size: 62px;
    }
  
    .f_69 {
      font-size: 63px;
    }
  
    .f_70 {
      font-size: 64px;
    }
  
    .f_71 {
      font-size: 65px;
    }
  
    .f_72 {
      font-size: 66px;
    }
  
    .f_73 {
      font-size: 66px;
    }
  
    .f_74 {
      font-size: 66px;
    }
  
    .f_75 {
      font-size: 68px;
    }
  
    .f_76 {
      font-size: 68px;
    }
  
    .f_77 {
      font-size: 69px;
    }
  
    .f_78 {
      font-size: 70px;
    }
  
    .f_79 {
      font-size: 71px;
    }
  
    .f_80 {
      font-size: 72px;
    }
  }
  
  @media (max-width: 1481px) {
    .f_12 {
      font-size: 12px;
    }
  
    .f_13 {
      font-size: 13px;
    }
  
    .f_14 {
      font-size: 13px;
    }
  
    .f_15 {
      font-size: 13px;
    }
  
    .f_16 {
      font-size: 14px;
    }
  
    .f_17 {
      font-size: 14px;
    }
  
    .f_18 {
      font-size: 16px;
    }
  
    .f_19 {
      font-size: 16px;
    }
  
    .f_20 {
      font-size: 16px;
    }
  
    .f_21 {
      font-size: 17px;
    }
  
    .f_22 {
      font-size: 18px;
    }
  
    .f_23 {
      font-size: 19px;
    }
  
    .f_24 {
      font-size: 20px;
    }
  
    .f_25 {
      font-size: 21px;
    }
  
    .f_26 {
      font-size: 22px;
    }
  
    .f_27 {
      font-size: 23px;
    }
  
    .f_28 {
      font-size: 24px;
    }
  
    .f_29 {
      font-size: 25px;
    }
  
    .f_30 {
      font-size: 26px;
    }
  
    .f_31 {
      font-size: 25px;
    }
  
    .f_32 {
      font-size: 26px;
    }
  
    .f_33 {
      font-size: 27px;
    }
  
    .f_34 {
      font-size: 28px;
    }
  
    .f_35 {
      font-size: 29px;
    }
  
    .f_36 {
      font-size: 30px;
    }
  
    .f_37 {
      font-size: 31px;
    }
  
    .f_38 {
      font-size: 32px;
    }
  
    .f_39 {
      font-size: 33px;
    }
  
    .f_40 {
      font-size: 34px;
    }
  
    .f_41 {
      font-size: 35px;
    }
  
    .f_42 {
      font-size: 36px;
    }
  
    .f_43 {
      font-size: 37px;
    }
  
    .f_44 {
      font-size: 38px;
    }
  
    .f_45 {
      font-size: 37px;
    }
  
    .f_46 {
      font-size: 38px;
    }
  
    .f_47 {
      font-size: 39px;
    }
  
    .f_48 {
      font-size: 40px;
    }
  
    .f_49 {
      font-size: 41px;
    }
  
    .f_50 {
      font-size: 42px;
    }
  
    .f_51 {
      font-size: 43px;
    }
  
    .f_52 {
      font-size: 44px;
    }
  
    .f_53 {
      font-size: 45px;
    }
  
    .f_54 {
      font-size: 46px;
    }
  
    .f_55 {
      font-size: 47px;
    }
  
    .f_56 {
      font-size: 48px;
    }
  
    .f_57 {
      font-size: 49px;
    }
  
    .f_58 {
      font-size: 50px;
    }
  
    .f_59 {
      font-size: 51px;
    }
  
    .f_60 {
      font-size: 52px;
    }
  
    .f_61 {
      font-size: 51px;
    }
  
    .f_62 {
      font-size: 52px;
    }
  
    .f_63 {
      font-size: 53px;
    }
  
    .f_64 {
      font-size: 54px;
    }
  
    .f_65 {
      font-size: 55px;
    }
  
    .f_66 {
      font-size: 56px;
    }
  
    .f_67 {
      font-size: 57px;
    }
  
    .f_68 {
      font-size: 58px;
    }
  
    .f_69 {
      font-size: 59px;
    }
  
    .f_70 {
      font-size: 60px;
    }
  
    .f_71 {
      font-size: 55px;
    }
  
    .f_72 {
      font-size: 56px;
    }
  
    .f_73 {
      font-size: 57px;
    }
  
    .f_74 {
      font-size: 58px;
    }
  
    .f_75 {
      font-size: 59px;
    }
  
    .f_76 {
      font-size: 60px;
    }
  
    .f_77 {
      font-size: 61px;
    }
  
    .f_78 {
      font-size: 61px;
    }
  
    .f_79 {
      font-size: 63px;
    }
  
    .f_80 {
      font-size: 64px;
    }
  }
  
  @media (max-width: 1281px) {
    .f_13 {
      font-size: 12px;
    }
  
    .f_14 {
      font-size: 12px;
    }
  
    .f_15 {
      font-size: 12px;
    }
  
    .f_16 {
      font-size: 13px;
    }
  
    .f_17 {
      font-size: 16px;
    }
  
    .f_18 {
      font-size: 15px;
    }
  
    .f_19 {
      font-size: 16px;
    }
  
    .f_20 {
      font-size: 17px;
    }
  
    .f_22 {
      font-size: 18px;
    }
  
    .f_24 {
      font-size: 19px;
    }
  
    .f_25 {
      font-size: 20px;
    }
  
    .f_26 {
      font-size: 21px;
    }
  
    .f_27 {
      font-size: 22px;
    }
  
    .f_28 {
      font-size: 23px;
    }
  
    .f_29 {
      font-size: 24px;
    }
  
    .f_30 {
      font-size: 25px;
    }
  
    .f_31 {
      font-size: 26px;
    }
  
    .f_32 {
      font-size: 27px;
    }
  
    .f_33 {
      font-size: 24px;
    }
  
    .f_34 {
      font-size: 25px;
    }
  
    .f_35 {
      font-size: 26px;
    }
  
    .f_36 {
      font-size: 27px;
    }
  
    .f_37 {
      font-size: 28px;
    }
  
    .f_38 {
      font-size: 29px;
    }
  
    .f_39 {
      font-size: 30px;
    }
  
    .f_40 {
      font-size: 31px;
    }
  
    .f_41 {
      font-size: 32px;
    }
  
    .f_42 {
      font-size: 33px;
    }
  
    .f_43 {
      font-size: 34px;
    }
  
    .f_44 {
      font-size:
        35px;
    }
  
    .f_45 {
      font-size: 36px;
    }
  
    .f_46 {
      font-size: 37px;
    }
  
    .f_47 {
      font-size: 38px;
    }
  
    .f_48 {
      font-size: 39px;
    }
  
    .f_49 {
      font-size: 40px;
    }
  
    .f_50 {
      font-size: 38px;
    }
  
    .f_51 {
      font-size: 39px;
    }
  
    .f_52 {
      font-size: 40px;
    }
  
    .f_53 {
      font-size: 41px;
    }
  
    .f_54 {
      font-size: 42px;
    }
  
    .f_55 {
      font-size: 43px;
    }
  
    .f_56 {
      font-size: 44px;
    }
  
    .f_57 {
      font-size: 45px;
    }
  
    .f_58 {
      font-size: 46px;
    }
  
    .f_59 {
      font-size: 47px;
    }
  
    .f_60 {
      font-size: 48px;
    }
  
    .f_61 {
      font-size: 49px;
    }
  
    .f_62 {
      font-size: 50px;
    }
  
    .f_63 {
      font-size: 51px;
    }
  
    .f_64 {
      font-size: 52px;
    }
  
    .f_65 {
      font-size: 53px;
    }
  
    .f_66 {
      font-size: 54px;
    }
  
    .f_67 {
      font-size: 55px;
    }
  
    .f_68 {
      font-size: 56px;
    }
  
    .f_69 {
      font-size: 57px;
    }
  
    .f_70 {
      font-size: 58px;
    }
  
    .f_71 {
      font-size: 51px;
    }
  
    .f_72 {
      font-size: 52px;
    }
  
    .f_73 {
      font-size: 53px;
    }
  
    .f_74 {
      font-size: 54px;
    }
  
    .f_75 {
      font-size:
        55px;
    }
  
    .f_76 {
      font-size: 56px;
    }
  
    .f_77 {
      font-size: 57px;
    }
  
    .f_78 {
      font-size: 58px;
    }
  
    .f_79 {
      font-size: 59px;
    }
  
    .f_80 {
      font-size: 60px;
    }
  }
  
  @media (max-width: 1024px) {
    .f_24 {
      font-size: 16px;
    }
  
    .f_25 {
      font-size: 17px;
    }
  
    .f_26 {
      font-size: 18px;
    }
  
    .f_27 {
      font-size: 19px;
    }
  
    .f_28 {
      font-size: 20px;
    }
  
    .f_29 {
      font-size: 21px;
    }
  
    .f_30 {
      font-size: 22px;
    }
  
    .f_31 {
      font-size: 23px;
    }
  
    .f_32 {
      font-size: 24px;
    }
  
    .f_33 {
      font-size: 21px;
    }
  
    .f_34 {
      font-size: 22px;
    }
  
    .f_35 {
      font-size: 23px;
    }
  
    .f_36 {
      font-size:
        24px;
    }
  
    .f_37 {
      font-size: 25px;
    }
  
    .f_38 {
      font-size: 26px;
    }
  
    .f_39 {
      font-size: 27px;
    }
  
    .f_40 {
      font-size: 28px;
    }
  
    .f_41 {
      font-size: 29px;
    }
  
    .f_42 {
      font-size: 30px;
    }
  
    .f_43 {
      font-size: 31px;
    }
  
    .f_44 {
      font-size: 32px;
    }
  
    .f_45 {
      font-size: 33px;
    }
  
    .f_46 {
      font-size: 34px;
    }
  
    .f_47 {
      font-size: 35px;
    }
  
    .f_48 {
      font-size: 36px;
    }
  
    .f_49 {
      font-size: 37px;
    }
  
    .f_50 {
      font-size: 34px;
    }
  
    .f_51 {
      font-size: 35px;
    }
  
    .f_52 {
      font-size: 36px;
    }
  
    .f_53 {
      font-size: 37px;
    }
  
    .f_54 {
      font-size: 38px;
    }
  
    .f_55 {
      font-size: 39px;
    }
  
    .f_56 {
      font-size: 40px;
    }
  
    .f_57 {
      font-size: 41px;
    }
  
    .f_58 {
      font-size: 42px;
    }
  
    .f_59 {
      font-size: 43px;
    }
  
    .f_60 {
      font-size: 44px;
    }
  
    .f_61 {
      font-size: 45px;
    }
  
    .f_62 {
      font-size: 46px;
    }
  
    .f_63 {
      font-size: 47px;
    }
  
    .f_64 {
      font-size:
        48px;
    }
  
    .f_65 {
      font-size: 49px;
    }
  
    .f_66 {
      font-size: 50px;
    }
  
    .f_67 {
      font-size: 51px;
    }
  
    .f_68 {
      font-size: 52px;
    }
  
    .f_69 {
      font-size: 53px;
    }
  
    .f_70 {
      font-size: 54px;
    }
  
    .f_71 {
      font-size: 47px;
    }
  
    .f_72 {
      font-size: 48px;
    }
  
    .f_73 {
      font-size: 49px;
    }
  
    .f_74 {
      font-size: 50px;
    }
  
    .f_75 {
      font-size: 51px;
    }
  
    .f_76 {
      font-size: 52px;
    }
  
    .f_77 {
      font-size: 53px;
    }
  
    .f_78 {
      font-size: 54px;
    }
  
    .f_79 {
      font-size: 55px;
    }
  
    .f_80 {
      font-size: 56px;
    }
  }
  
  @media (max-width: 960px) {
    .f_16 {
      font-size: 12px;
    }
  
    .f_18 {
      font-size: 14px;
    }
  
    .f_20 {
      font-size: 16px;
    }
  
    .f_33 {
      font-size: 20px;
    }
  
    .f_34 {
      font-size: 21px;
    }
  
    .f_35 {
      font-size: 22px;
    }
  
    .f_36 {
      font-size: 23px;
    }
  
    .f_37 {
      font-size: 24px;
    }
  
    .f_38 {
      font-size: 25px;
    }
  
    .f_39 {
      font-size: 26px;
    }
  
    .f_40 {
      font-size:
        24px;
    }
  
    .f_41 {
      font-size: 25px;
    }
  
    .f_42 {
      font-size: 26px;
    }
  
    .f_43 {
      font-size: 27px;
    }
  
    .f_44 {
      font-size: 28px;
    }
  
    .f_45 {
      font-size: 29px;
    }
  
    .f_46 {
      font-size: 30px;
    }
  
    .f_47 {
      font-size: 31px;
    }
  
    .f_48 {
      font-size: 32px;
    }
  
    .f_49 {
      font-size: 33px;
    }
  
    .f_50 {
      font-size: 28px;
    }
  
    .f_51 {
      font-size: 29px;
    }
  
    .f_52 {
      font-size: 30px;
    }
  
    .f_53 {
      font-size: 31px;
    }
  
    .f_54 {
      font-size: 32px;
    }
  
    .f_55 {
      font-size: 33px;
    }
  
    .f_56 {
      font-size: 34px;
    }
  
    .f_57 {
      font-size: 35px;
    }
  
    .f_58 {
      font-size: 36px;
    }
  
    .f_59 {
      font-size: 37px;
    }
  
    .f_60 {
      font-size: 36px;
    }
  
    .f_61 {
      font-size: 37px;
    }
  
    .f_62 {
      font-size: 38px;
    }
  
    .f_63 {
      font-size: 39px;
    }
  
    .f_64 {
      font-size: 40px;
    }
  
    .f_65 {
      font-size: 41px;
    }
  
    .f_66 {
      font-size: 42px;
    }
  
    .f_67 {
      font-size: 43px;
    }
  
    .f_68 {
      font-size:
        44px;
    }
  
    .f_69 {
      font-size: 45px;
    }
  
    .f_70 {
      font-size: 46px;
    }
  
    .f_70 {
      font-size: 42px;
    }
  
    .f_71 {
      font-size: 43px;
    }
  
    .f_72 {
      font-size: 44px;
    }
  
    .f_73 {
      font-size: 45px;
    }
  
    .f_74 {
      font-size: 46px;
    }
  
    .f_75 {
      font-size: 47px;
    }
  
    .f_76 {
      font-size: 48px;
    }
  
    .f_77 {
      font-size: 49px;
    }
  
    .f_78 {
      font-size: 50px;
    }
  
    .f_79 {
      font-size: 51px;
    }
  
    .f_80 {
      font-size: 52px;
    }
  }


