/*--main-color: #d9281e;*/
/*var(--main-color)*/
  .news-page .header{
    margin-bottom: 40px;
  }
.wrapper_con {
    width: 27px;
    height: 54px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
  }
  .right {
    right: -2px;
  }
  .left {
    left: -2px;
  }
  .circleProgress {
    width: 54px;
    height: 54px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .rightcircle {
    border-bottom: 2px solid #d7000f;
    border-left: 2px solid #d7000f;
    right: 0;
  }
  .leftcircle {
    border-top: 2px solid #d7000f;
    border-right: 2px solid #d7000f;
    left: 0;
  }
  @-webkit-keyframes circleProgressLoad_right {
    0% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50%,
    100% {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
    }
  }
  @-moz-keyframes circleProgressLoad_right {
    0% {
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50%,
    100% {
      -moz-transform: rotate(225deg);
      transform: rotate(225deg);
    }
  }
  @keyframes circleProgressLoad_right {
    0% {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50%,
    100% {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      transform: rotate(225deg);
    }
  }
  @-webkit-keyframes circleProgressLoad_left {
    0%,
    50% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    100% {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
    }
  }
  @-moz-keyframes circleProgressLoad_left {
    0%,
    50% {
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    100% {
      -moz-transform: rotate(225deg);
      transform: rotate(225deg);
    }
  }
  @keyframes circleProgressLoad_left {
    0%,
    50% {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    100% {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      transform: rotate(225deg);
    }
  }
  .more {
    display: inline-block;
    width: 229px;
    height: 62px;
    line-height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 31px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    padding-left: 46px;
  }
  .more i {
    display: inline-block;
    margin-left: 32px;
    margin-top: -3px;
    color: #000;
  }
  .more::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 18px;
    right: 28px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .more:hover {
    color: #000;
  }
  .more:hover::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 31px;
  }
  @media screen and (max-width: 1100px) {
    .font-18 {
        font-size: 16px;
      }
  }
  @media screen and (max-width: 1000px) {
    .more {
        width: 180px;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
    }
    .more i {
        margin-left: 20px;
    }
    .more::after {
        top: 11px;
        right: 17px;
    }
  }
  @media screen and (max-width: 700px) {
    .font-20 {
        font-size: 18px;
      }
  }
  @media screen and (max-width: 500px) {
    .more {
        font-size: 14px;
        width: 150px;
        height: 40px;
        padding-left: 10px;
      }
      .more i {
        margin-left: 15px;
      }
      .more::after {
        top: 7px;
        right: 15px;
      }
      .font-24 {
        font-size: 18px;
      }
  }

  .inner-banner {
    height: 481px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 240px;
    border-radius: 0px 0px 300px 0px;
    color: #fff;
  }
  .inner-banner .mbx {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
  }
  .inner-banner .mbx span {
    color: var(--main-color);
  }
  .inner-banner .tit {
    font-size: 40px;
    line-height: 1.2;
    /*font-family: 'Etelka';*/
    margin-top: 17px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .font-48 {
    font-size: 42px;
    line-height: 1.2;
  }
  .font-18 {
    line-height: 2;
  }
  .font-36 {
    line-height: 1.3;
  }
  .inner-page .in-num {
    /*font-family: 'Etelka';*/
    line-height: 1.1;
    text-transform: uppercase;
  }
  .inner-page .in-num::before {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: inline-block;
    vertical-align: top;
    margin: -2px 7px 0 0;
  }
  .inner-page .title {
    /*font-family: 'Etelka';*/
  }
  .inner-page .m-page {
    margin-top: 160px;
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 100%;
    background: #333;
    font-size: 17px;
    font-weight: bold;
    color: white;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    background: var(--main-color);
  }
  .about-page .title {
    margin-top: 6px;
    font-size: 72px;
    font-weight: 700;
  }
  .about-page .about-1 {
    padding-top: 8%;
    position: relative;
    z-index: 1;
  }
  .about-page .about-1 .img {
    margin-top: 38px;
  }
  .about-page .about-1 .con {
    line-height: 2;
    color: rgba(0, 0, 0, 0.6);
    margin: 57px 0;
  }
  .about-page .about-1::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 2;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-page .about-2 {
    padding-top: 5.521%;
  }
  .about-page .about-2 .content {
    position: relative;
    padding: 0 40px;
    margin: 113px 0 9.167%;
  }
  .about-page .about-2 .content ul li {
    padding: 0 36px 88px;
    position: relative;
    cursor: pointer;
  }
  .about-page .about-2 .content ul li .tit {
    color: var(--main-color);
    /*font-family: 'Etelka';*/
  }
  .about-page .about-2 .content ul li .con {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;
    height: 240px;
    overflow-y: auto;
  }
  .about-page .about-2 .content ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 78px;
    background: #bfbfbf;
    bottom: 0;
    left: 36px;
  }
  .about-page .about-2 .content ul li:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 25px;
    bottom: 0;
    background: #000;
    z-index: 8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-2 .content ul li:hover::after {
    background: var(--main-color);
  }
  .about-page .about-2 .content::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 12px;
    background: #afafaf;
  }
  .about-page .about-2 .bottom {
    /*padding: 9.167% 0 0 0;*/
    overflow: hidden;
      width: calc(100% - 6.25vw);
      border-radius: 0 300px 300px 0;
      position: relative;
      z-index: 1;
  }
  .about-page .about-2 .bottom ul {
    margin-right: -16px;
  }
  .about-page .about-2 .bottom ul li {
    padding-right: 16px;
  }
  .about-page .about-2 .bottom ul li a img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-3 {
    padding: 5.573% 0 0;
  }
  .about-page .about-3 .ui.container {
    max-width: 1580px;
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .con {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 22px;
  }
  .about-page .about-3 .content {
    margin-top: 65px;
  }
  .about-page .about-3 .content ul {
    margin: -15px -10px;
  }
  .about-page .about-3 .content ul li {
    padding: 15px 10px;
  }
  .about-page .about-3 .content ul li .img-box {
    background: #fff;
    border: solid 4px #fff;
    text-align: center;
    line-height: 120px;
  }
  .about-page .about-3 .content ul li .img-box img {
    display: inline-block;
    vertical-align: middle;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
  }
  .about-page .about-3 .content ul li .img-box:hover img {
    -webkit-filter: none;
    filter: none;
  }
  .about-page .about-4 {
    background: #efefef;
    border-radius: 200px 0px 0 0;
    padding: 4.5% 0 11.146%;
    color: #000;
    overflow: hidden;
  }
  .about-page .about-4 .in-num::before {
    background: #d9281e;
  }
  .about-page .about-4 .content {
    margin-top: 29px;
  }
  .about-page .about-4 .content ul {
    margin-right: -25px;
  }
  .about-page .about-4 .content ul li {
    padding-right: 25px;
  }
  .about-page .about-4 .content ul li .img-box img {
    width: 100%;
  }
  .about-page .about-4 .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -89px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .about-page .about-4 .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-4 .content ul.slick-dots li button {
    display: none;
  }
  .about-page .about-4 .content ul.slick-dots li.slick-active {
    background: #d9281e;
  }
  .about-page .about-4 .content ul.slick-dots li:last-child {
    margin-right: 0;
  }
  .about-page .about-5{
    background-color: var(--main-color);
      border-radius: 257px 0px 0px 257px;
    padding: 4.382% 0 5.4256%;
    color: #fff;
    margin-top: 100px;
  }
  .about-page .about-5 .in-num::before{
    background: #fff;
  }
  .about-page .about-5 .left{
    width: 44%;
    vertical-align: middle;
  }
  .about-page .about-5 .right{
    vertical-align: middle;
    width: 56%;
    font-size: 18px;
    line-height: 2;
  }
  .about-page .about-6{
    padding: 7% 0;
  }
  .about-page .about-6 .title em{
    color: var(--main-color);
  }
  .about-page .about-6 .content{
    padding-top: 6.349%;
  }
  .about-page .about-6 .content ul{
    margin-right: -96px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 96px;
  }
  .about-page .about-6 .content ul li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-6 .content ul li .top span {
    font-size: 110px;
    line-height: 1;
    color: var(--main-color);
    /*font-family: 'Etelka';*/
    display: inline-block;
    position: relative;
  }
  .about-page .about-6 .content ul li .top span::after {
    content: '';
    width: 79px;
    height: 95px;
    background: url(../images/ad-bg.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  .about-page .about-6 .content ul li .top em {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Etelka';
    padding-left: 15px;
  }
  .about-page .about-6 .content ul li p {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
    margin-top: 14px;
  }
  @media screen and (max-width: 1680px) {
    .about-page .about-3 .ui.container{
      max-width: 1400px;
    }
  }
  @media screen and (max-width: 1440px) {
    .about-page .about-3 .ui.container{
      max-width: 1200px;
    }
    .about-page .about-6 .content ul{
      margin-right: -40px;
    }
    .about-page .about-6 .content ul li{
      padding-right: 40px;
    }
  }
  @media screen and (max-width: 1280px) {
    .about-page .about-1::after {
      font-size: 300px;
    }
    .about-4 .ui.container {
      padding: 0 15px 0 30px;
    }
  }
  @media screen and (max-width: 1100px) {
    .about-page .about-2 .content {
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      height: 300px;
      padding-top: 100px;
    }
    .inner-banner .tit {
      font-size: 36px;
    }
    .inner-page .in-num::before {
      width: 20px;
      height: 20px;
      margin: 2px 7px 0 0;
    }
    .about-page .about-1::after {
      display: none;
    }
    .about-page .about-2 .content {
      margin-top: 40px;
    }
    .about-page .about-4 {
      border-radius: 100px 0 0 0;
    }
    .about-page .about-4 .content ul.slick-dots {
      bottom: -30px;
    }
    .about-page .about-5{
      margin-top: 60px;
      border-radius: 0;
    }
    .about-page .about-5 .left{
      width: 100%;
    }
    .about-page .about-5 .right{
      width: 100%;
      margin-top: 20px;
    }
    .about-page .title,
    .font-48 {
      font-size: 36px;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-banner {
      background: #fff !important;
      color: #000;
      height: auto;
      padding-top: 80px;
    }
    .inner-banner .tit {
      display: none;
    }
    .about-page .about-1 .con {
      margin-top: 20px;
    }
    .about-page .about-3 .ui.container {
      padding: 0 15px;
    }
    .about-page .about-3 .content {
      margin-top: 20px;
    }
    .about-page .about-3 .content ul li .img-box {
      line-height: 100px;
    }
    .about-page .about-4 .content ul.slick-dots li {
      margin-right: 20px;
    }
  
  }
  @media screen and (max-width: 500px) {
    .about-page .title,
    .font-48 {
      font-size: 30px;
    }
    .about-page .about-1 .img {
      margin-top: 20px;
    }
    .about-page .about-2 .content ul li {
      padding: 0 0 88px 0;
    }
    .about-page .about-2 .content ul li::after {
      left: 0;
      width: 20px;
      height: 20px;
    }
    .about-page .about-2 .content ul li::before {
      left: 11px;
    }
    .about-page .about-2 .bottom {
      padding-right: 0;
    }
    .about-page .about-4 {
      border-radius: 0;
    }
    .about-page .about-4 .ui.container {
      padding: 0 15px;
    }
    .about-page .about-4 .content {
      margin-top: 20px;
    }
    .about-page .about-4 .content ul.slick-dots li {
      margin-right: 10px;
    }
  }
  .seo_content {
    padding-top: 5.6771%;
  }
  .seo_content .tag {
    color: var(--main-color);
    /*font-family: 'Etelka';*/
    text-transform: uppercase;
  }
  .seo_content .title {
    text-transform: uppercase;
  }
  .seo_content .title small {
    display: block;
  }
  .seo_content .title em {
    color: var(--main-color);
  }
  .seo_content .seo_about {
    background-color: #f6f6f6;
    border-radius: 300px 0px 0px 0px;
    padding: 8.282% 0 9.115%;
  }
  .seo_content .seo_about .con {
    color: rgba(0, 0, 0, 0.6);
    padding-right: 57px;
    margin-top: 43px;
    max-height: 467px;
    overflow-y: auto;
  }
  .seo_content .seo_about .con::-webkit-scrollbar {
    width: 6px;
  }
  .seo_content .seo_about .con::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.22);
  }
  .seo_content .seo_honor {
    padding: 5.782% 0 10.209%;
  }
  .seo_content .seo_honor .content {
    margin-top: 29px;
  }
  .seo_content .seo_honor .content ul {
    margin-right: -25px;
  }
  .seo_content .seo_honor .content ul li {
    padding-right: 25px;
  }
  .seo_content .seo_honor .content ul li .img-box img {
    width: 100%;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -89px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .seo_content .seo_honor .content ul.slick-dots li button {
    display: none;
  }
  .seo_content .seo_honor .content ul.slick-dots li.slick-active {
    background: var(--main-color);
  }
  .seo_content .seo_honor .content ul.slick-dots li:last-child {
    margin-right: 0;
  }
  .seo_content .seo_news {
    background-color: #f6f6f6;
    padding: 5.834% 0 7.344%;
  }
  .seo_content .seo_news .content {
    margin-top: 61px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -25px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 25px;
  }
  .seo_content .seo_news .content ul li .img {
    position: relative;
  }
  .seo_content .seo_news .content ul li .img .img-box {
    border-radius: 0 100px 0 0;
  }
  .seo_content .seo_news .content ul li .img .img-box img {
    width: 100%;
  }
  .seo_content .seo_news .content ul li .img .img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .seo_content .seo_news .content ul li .img time {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: var(--main-color);
    border-radius: 0px 71px 0px 0px;
    color: #fff;
    padding: 27px 33px 0 14px;
  }
  .seo_content .seo_news .content ul li .img time em {
    line-height: 1;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
  }
  .seo_content .seo_news .content ul li .img time span {
    display: block;
    margin-top: 5px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 24px 30px 0 16px;
  }
  .seo_content .seo_news .content ul li .text .tit {
    line-height: 1.8;
    text-transform: uppercase;
    /*font-family: 'Etelka';*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .seo_content .seo_news .content ul li .text .tit:hover {
    color: var(--main-color);
  }
  .seo_content .seo_news .content ul li .text .con {
    color: #737373;
    line-height: 1.7;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .seo_content .seo_industry {
    padding-top: 5%;
  }
  .seo_content .seo_industry .con {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 41px;
  }
  .product-page {
    padding: 7% 0 10.7292%;
    position: relative;
    z-index: 1;
  }
  .product-page .Auxil-h1{
    font-size: 36px;
      color: var(--main-color);
  }
  .product-page .list .in-num {
    color: var(--main-color);
  }
  .product-page .list .in-num::before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0;
  }
  .product-page .list .title {
    margin-top: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    width: 90%;
  }
  .product-page .list .title:hover {
    color: var(--main-color);
  }
  .product-page .list ul li {
    padding: 46px 0 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 180px;
  }
  .product-page .list ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-page .list ul li .ig .text {
    width: 45.549%;
    padding-right: 71px;
  }
  .product-page .list ul li .ig .text .con {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 57px;
    margin-top: 46px;
  }
  .product-page .list ul li .ig .text .more:hover {
    color: #fff;
  }
  .product-page .list ul li .ig .text .more:hover::after {
    background: #000;
  }
  .product-page .list ul li .ig .text .more:hover i {
    color: #fff;
  }
  .product-page .list ul li .ig .img {
    width: 54.451%;
  }
  .product-page .list ul li::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 774px;
    height: 578px;
    background-color: #f6f6f6;
    border-radius: 289px 0px 0px 289px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .product-page .list ul li:hover::after {
    background: var(--main-color);
  }
  .product-page .list ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 71px;
  }
  .product-page .list ul li:nth-child(even)::after {
    right: initial;
    left: 0;
    width: 964px;
    height: 578px;
    border-radius: 0px 289px 289px 0px;
  }
  .product-page .list ul li:last-child {
    margin-bottom: 0;
  }
  .product-page::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media screen and (max-width: 1680px) {
    .product-page .list ul li::after {
      width: 700px;
      height: 500px;
    }
    .product-page .list ul li:nth-child(even)::after {
      width: 820px;
      height: 500px;
    }
  }
  @media screen and (max-width: 1440px) {
    .product-page .list ul li .ig .text {
      padding-right: 40px;
    }
    .product-page::after {
      font-size: 300px;
      top: -20px;
    }
    .product-page .list ul li::after {
      width: 600px;
      height: 400px;
      border-radius: 200px 0px 0px 200px;
      top: 8%;
    }
    .product-page .list ul li:nth-child(even)::after {
      width: 720px;
      height: 400px;
      border-radius: 0px 200px 200px 0px;
    }
    .product-page .list ul li:nth-child(even) .ig .text {
      padding: 0 0 0 40px;
    }
  }
  @media screen and (max-width: 1280px) {
    .product-page::after {
      font-size: 260px;
      top: -20px;
    }
    .product-page .list .title {
      width: 100%;
    }
    .product-page .list ul li::after {
      width: 500px;
      height: 300px;
      border-radius: 150px 0px 0px 150px;
      top: 24%;
    }
    .product-page .list ul li:nth-child(even)::after {
      width: 620px;
      height: 300px;
      border-radius: 0px 200px 200px 0px;
    }
    .product-page .list ul li {
      margin-bottom: 80px;
    }
  }
  @media screen and (max-width: 1100px) {
    .product-page .list ul li:nth-child(even)::after {
      width: 500px;
    }
    .font-36 {
      font-size: 32px;
    }
  }
  @media screen and (max-width: 1000px) {
    .product-page::after {
      display: none;
    }
    .product-page .list ul li {
      margin-bottom: 40px;
      padding: 0;
    }
    .product-page .list ul li .ig .text {
      width: 100%;
      padding-right: 0;
    }
    .product-page .list ul li .ig .text .more {
      padding-left: 31px;
      margin-top: 20px;
    }
    .product-page .list ul li .ig .img {
      width: 100%;
    }
    .product-page .list ul li::after {
      display: none;
    }
    .product-page .list ul li:nth-child(even) .ig .text {
      padding: 0;
    }
    .seo_content .seo_about {
      border-radius: 0;
    }
    .seo_content .seo_honor .content ul.slick-dots {
      bottom: -40px;
    }
  }
  @media screen and (max-width: 700px) {
    .font-24 {
      font-size: 20px;
    }
    .product-page .Auxil-h1{
      display: none!important;
    }
    .product-page .list .in-num::before {
      margin: 3px 7px 0 0;
    }
    .font-36 {
      font-size: 30px;
    }
    .seo_content .seo_about .con {
      margin-top: 20px;
      padding-right: 20px;
    }
    .seo_content .seo_news .content ul {
      margin-right: -10px;
    }
    .seo_content .seo_news .content ul li {
      padding-right: 10px;
    }
    .seo_content .seo_news .content ul li .text {
      padding: 10px 0 0 0;
    }
    .seo_content .seo_honor .content ul.slick-dots li {
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 500px) {
    .font-24 {
      font-size: 16px;
    }
    .product-page .list .in-num::before {
      margin: 0px 7px 0 0;
    }
    .font-36 {
      font-size: 24px;
    }
    .product-page .list ul li .ig .text .more {
      padding-left: 19px;
    }
    .seo_content .seo_honor .content {
      margin-top: 10px;
    }
    .seo_content .seo_honor .content ul.slick-dots {
      bottom: -26px;
    }
    .seo_content .seo_honor .content ul.slick-dots li {
      margin-right: 5px;
    }
    .seo_content .seo_news .content {
      margin-top: 20px;
    }
  }
  .prodet-page {
    padding: 7% 0 10.7292%;
    position: relative;
    z-index: 1;
  }
  .prodet-page .prodet-1 {
    position: relative;
    padding: 0 197px 0 136px;
  }
  .prodet-page .prodet-1 .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
  }
  .prodet-page .prodet-1 .text .in-num {
    color: var(--main-color);
  }
  .prodet-page .prodet-1 .text .in-num::before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0;
  }
  .prodet-page .prodet-1 .text .title {
    margin-top: 11px;
  }
  .prodet-page .prodet-1 .img img {
    width: 100%;
  }
  .prodet-page .prodet-2 {
    padding-top: 8.639%;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .bt {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    /*font-family: 'Etelka';*/
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--main-color);
    border-radius: 0px 0px 50px 0px;
    color: #fff;
    display: none;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
  }
  .prodet-page .prodet-2 .ret .con {
    color: rgba(0, 0, 0, 0.6);
  }
  .prodet-page .prodet-2 .ret .con ul{
    margin: -10px;
  }
  .prodet-page .prodet-2 .ret .con ul li{
    padding: 10px;
  }
  .prodet-page .prodet-2 .ret .con ul li a{
    border: 2px solid #eee;
    display: block;
  }
  .prodet-page .prodet-2 .ret form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 46%;
    font-size: 18px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 63px;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .ret form p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.6;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .ret form textarea {
    width: 100%;
    height: 177px;
    font-size: 18px;
    padding: 18px 8px;
    border: 1px solid #dbdbdb;
  }
  .prodet-page .prodet-2 .ret form input[type="submit"] {
    background: var(--main-color);
    color: white;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .prodet-page .prodet-2 .ret form input[type="submit"]:hover {
    background: #000;
  }
  .prodet-page .prodet-3 {
    margin-top: 89px;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 55px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -42px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 42px;
  }
  .prodet-page .prodet-3 .content ul li .img-box {
    background-color: #ffffff;
    border-radius: 0px 100px 0px 0px;
    padding: 37px 36px 37px 21px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #eee;
    margin: 10px 0;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 10px;
  }
  .prodet-page .prodet-3 .content ul li .text .in-num {
    color: var(--main-color);
  }
  .prodet-page .prodet-3 .content ul li .text .in-num::before {
    width: 14px;
    height: 14px;
    margin: 2px 7px 0 0;
  }
  .prodet-page .prodet-3 .content ul li .text .tit {
    /*font-family: 'Etelka';*/
    line-height: 1.6;
    text-transform: uppercase;
    /*margin-top: 12px;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .tit:hover {
    color: var(--main-color);
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 57px;
    margin-top: 65px;
  }
  .prodet-page .prodet-3 .content ul li .text .more:hover {
    color: #fff;
  }
  .prodet-page .prodet-3 .content ul li .text .more:hover i {
    color: #fff;
  }
  .prodet-page .prodet-3 .content ul li .text .more:hover::after {
    background: #000;
  }
  .prodet-page .opt {
    background-color: #f6f6f6;
  }
  .prodet-page .opt dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .opt dl dd {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    /*font-family: 'Etelka';*/
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer;
  }
  .prodet-page .opt dl dd::before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--main-color);
  }
  .prodet-page .opt dl dd::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border-radius: 0px 0px 50px 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .prodet-page .opt dl dd:hover,
  .prodet-page .opt dl dd.active {
    color: #fff;
  }
  .prodet-page .opt dl dd:hover::before,
  .prodet-page .opt dl dd.active::before {
    background: #fff;
  }
  .prodet-page .opt dl dd:hover::after,
  .prodet-page .opt dl dd.active::after {
    opacity: 1;
  }
  .prodet-page .opt dl dd:last-child {
    margin-right: 0;
  }
  .prodet-page::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media screen and (max-width: 1680px) {
    .prodet-page .prodet-1 .text {
      width: 40%;
    }
  }
  @media screen and (max-width: 1440px) {
    .prodet-page::after {
      font-size: 300px;
      top: -20px;
    }
    .prodet-page .prodet-1 {
      padding: 0 100px 0 136px;
    }
    .font-30 {
      font-size: 27px;
    }
    .prodet-page .prodet-3 .content ul li .text .more {
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 1280px) {
    .prodet-page .opt dl dd {
      padding: 0 79px;
    }
    .font-30 {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 1100px) {
    .prodet-page::after {
      font-size: 260px;
    }
    .prodet-page .prodet-1 {
      padding: 0 80px 0 100px;
    }
    .prodet-page .opt dl dd {
      padding: 0 60px;
    }
    .prodet-page .opt dl dd::before {
      left: 30px;
    }
    .prodet-page .prodet-3 .content ul {
      margin-right: -20px;
    }
    .prodet-page .prodet-3 .content ul li {
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .prodet-page::after {
      display: none;
    }
    .prodet-page .prodet-1 {
      padding: 0;
    }
    .prodet-page .prodet-1 .text {
      position: initial;
      width: 100%;
    }
    .prodet-page .opt dl dd {
      margin-right: 0;
      padding: 0 20px 0 40px;
    }
    .prodet-page .opt dl dd::before {
      left: 15px;
    }
    .font-20 {
      font-size: 18px;
    }
    .prodet-page .prodet-3 .content ul li .text .more {
      padding-left: 31px;
    }
  }
  @media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .opt {
      display: none;
    }
    .prodet-page .prodet-2 .ret .bt {
      display: block;
      height: 80px;
      line-height: 80px;
    }
    .prodet-page .prodet-2 .ret .bt::before {
      top: 30px;
    }
    .prodet-page .prodet-2 .ret .slide {
      display: block !important;
      margin-top: 30px;
    }
    .prodet-page .prodet-2 .ret .slide:first-child {
      margin-top: 0;
    }
    .prodet-page .prodet-3 {
      margin-top: 30px;
    }
    .prodet-page .prodet-3 .opt dl dd {
      padding: 0 104px 0 79px;
      height: 80px;
      line-height: 80px;
      width: 100%;
    }
    .prodet-page .prodet-3 .opt dl dd::before {
      top: 30px;
      left: 47px;
    }
  }
  @media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
      margin-top: 0;
    }
    .prodet-page .prodet-3 .opt dl dd,
    .prodet-page .prodet-2 .ret .bt {
      height: 60px;
      line-height: 60px;
      padding: 0 0 0 30px;
    }
    .prodet-page .prodet-3 .opt dl dd::before,
    .prodet-page .prodet-2 .ret .bt::before {
      left: 10px;
      top: 22px;
      width: 14px;
      height: 14px;
    }
    .prodet-page .prodet-2 .ret form input {
      width: 100%;
      margin-right: 0;
    }
    .prodet-page .prodet-3 .content {
      margin-top: 20px;
    }
    .prodet-page .prodet-3 .content ul li .text .more {
      padding-left: 20px;
    }
  }
  .news-page {
    padding: 125px 0 68px;
    position: relative;
    z-index: 1;
  }
  .news-page .header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-page .header ul li {
    padding: 0 24px 0 28px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .header ul li:first-child {
    padding-left: 0;
  }
  .news-page .header ul li:hover,
  .news-page .header ul li.active {
    color: var(--main-color);
  }
  .news-page .content {
    margin-top: 65px;
  }
  .news-page .content ul {
    margin: 0 -25px -65px 0;
  }
  .news-page .content ul li {
    padding: 0 25px 65px 0;
  }
  .news-page .content ul li .img {
    position: relative;
  }
  .news-page .content ul li .img .img-box {
    border-radius: 0 100px 0 0;
  }
  .news-page .content ul li .img .img-box img {
    width: 100%;
  }
  .news-page .content ul li .img .img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .news-page .content ul li .img time {
    display: inline-block;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: var(--main-color);
    border-radius: 0px 71px 0px 0px;
    color: #fff;
    padding: 27px 33px 0 14px;
  }
  .news-page .content ul li .img time em {
    line-height: 1;
    display: block;
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 7px;
  }
  .news-page .content ul li .img time span {
    display: block;
    /*margin-top: 5px;*/
  }
  .news-page .content ul li .text {
    padding: 24px 30px 0 16px;
  }
  .news-page .content ul li .text .tit {
    line-height: 1.8;
    text-transform: uppercase;
    /*font-family: 'Etelka';*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .content ul li .text .tit:hover {
    color: var(--main-color);
  }
  .news-page .content ul li .text .con {
    color: #737373;
    line-height: 1.7;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-page::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media screen and (max-width: 1280px) {
    .news-page .content ul li .text {
      padding: 24px 10px 0 10px;
    }
    .inner-page .m-page {
      margin-top: 100px;
    }
  }
  @media screen and (max-width: 1100px) {
    .inner-page .m-page {
      margin-top: 60px;
    }
    .news-page::after {
      font-size: 300px;
      top: -20px;
    }
    .news-page .content ul {
      margin: 0 -20px -40px 0;
    }
    .news-page .content ul li {
      padding: 0 20px 40px 0;
      width: 33.3333% !important;
    }
  }
  @media screen and (max-width: 1000px) {
    .news-page {
      padding: 60px 0;
    }
    .news-page::after {
      display: none;
    }
    .news-page .content {
      margin-top: 30px;
    }
    .news-page .content ul li {
      width: 50% !important;
    }
    .inner-page .m-page {
      margin-top: 40px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 5px;
    }
  }
  @media screen and (max-width: 700px) {
    .news-page {
      padding: 30px 0;
    }
    .news-page .content {
      margin-top: 20px;
    }
    .news-page .content ul li {
      width: 100% !important;
    }
    .inner-page .m-page {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    .news-page .header {
      display: none;
    }
    .news-page .content {
      margin-top: 0;
    }
    .news-page .content ul {
      margin: 0 0 -20px 0;
    }
    .news-page .content ul li {
      padding: 0 0 20px 0;
    }
  }
  .m-link {
    margin-top: 30px;
  }
  .m-link a {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
    display: inline-block;
  }
  .m-link a em {
    color: var(--main-color);
  }
  .m-link a:first-child {
    margin-top: 0;
    margin-right: 50px;
  }
  .newdet-page .info {
    margin-top: 112px;
  }
  .newdet-page .info h1 {
    /*font-family: 'Etelka';*/
  }
  .newdet-page .info .time_c {
    margin-top: 50px;
    text-align: center;
  }
  .newdet-page .info .time_c .list {
    display: inline-block;
    margin: 0 15px;
  }
  .newdet-page .info .time_c .list img {
    vertical-align: middle;
    width: 27px;
  }
  .newdet-page .info .time_c .list span {
    vertical-align: middle;
    margin-left: 11px;
    position: relative;
    top: 1px;
  }
  .newdet-page .info .con {
    margin-top: 55px;
  }
  .newdet-page .info .con img{
    margin-bottom: 30px;
  }
  .newdet-page .info .m-link {
    margin-top: 87px;
  }
  @media screen and (max-width: 1000px) {
    .newdet-page .info {
      margin-top: 40px;
    }
    .newdet-page .info .time_c,
    .newdet-page .info .con,
    .newdet-page .info .m-link {
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 700px) {
    .newdet-page .info {
      margin-top: 20px;
    }
    .m-link a {
      margin-top: 10px;
    }
  }
  @media screen and (max-width: 500px) {
    .newdet-page .info .time_c .list {
      margin: 0 5px;
    }
    .newdet-page .info .time_c .list span {
      margin-left: 5px;
    }
    .newdet-page .info .time_c,
    .newdet-page .info .con,
    .newdet-page .info .m-link {
      margin-top: 20px;
    }
    .font-18 {
      line-height: 1.8;
    }
  }
  .font-60 {
    font-size: 40px;
    line-height: 1.1;
  }
  .faq-page .box {
    padding: 10.472% 0 7.069%;
    position: relative;
    z-index: 1;
  }
  .faq-page .box span.bj {
    color: var(--main-color);
    font-size: 19px;
    line-height: 1.7;
    font-weight: 300;
    text-transform: uppercase;
  }
  .faq-page .box .title {
    width: 32%;
    margin-top: 3px;
  }
  .faq-page .box .content {
    margin-top: 46px;
  }
  .faq-page .box .content ul {
    margin-bottom: -24px;
  }
  .faq-page .box .content ul li {
    padding-bottom: 24px;
  }
  .faq-page .box .content ul li .ig {
    background-color: #f8f8f9;
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
    line-height: 1.5;
    /*font-family: 'Etelka';*/
    padding-right: 50px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 41px;
    height: 41px;
    border-radius: 100%;
    background: #000;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 41px;
    top: 22px;
  }
  .faq-page .box .content ul li .ig .tit i::after,
  .faq-page .box .content ul li .ig .tit i::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .faq-page .box .content ul li .ig .tit i:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.7;
    margin: 17px 0 32px;
    max-width: 1103px;
    display: none;
  }
  .faq-page .box .content ul li .ig.active .tit i {
    background: var(--main-color);
  }
  .faq-page .box .content ul li .ig.active .tit i::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  .faq-page .box::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media screen and (max-width: 1680px) {
    .faq-page .box .title {
      width: 36%;
    }
  }
  @media screen and (max-width: 1440px) {
    .faq-page .box .title {
      width: 41%;
    }
  }
  @media screen and (max-width: 1280px) {
    .faq-page .box .title {
      width: 46%;
    }
    .faq-page .box .content ul li .ig .tit {
      font-size: 25px;
    }
  }
  @media screen and (max-width: 1100px) {
    .faq-page .box .title {
      width: 51%;
    }
    .faq-page .box .content ul li .ig .tit {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 1000px) {
    .font-60 {
      font-size: 50px;
    }
    .faq-page .box::after {
      display: none;
    }
    .faq-page .box .title {
      width: 61%;
    }
    .faq-page .box .content ul li .ig {
      padding: 24px 20px 28px 30px;
    }
    .faq-page .box .content ul li .ig .tit i {
      right: 20px;
    }
  }
  @media screen and (max-width: 700px) {
    .font-60 {
      font-size: 40px;
    }
    .faq-page .box .title {
      width: 70%;
    }
    .faq-page .box .content ul li .ig {
      padding: 20px 10px 20px 20px;
    }
    .faq-page .box .content ul li .ig .tit {
      font-size: 20px;
    }
    .faq-page .box .content ul li .ig .tit i {
      right: 10px;
      top: 15px;
      width: 36px;
      height: 36px;
    }
  }
  @media screen and (max-width: 500px) {
    .faq-page .box span.bj {
      font-size: 16px;
    }
    .font-60 {
      font-size: 30px;
      line-height: 1.3;
    }
    .faq-page .box .title {
      width: 85%;
    }
    .faq-page .box .content {
      margin-top: 20px;
    }
    .faq-page .box .content ul li .ig .tit {
      font-size: 18px;
      padding-right: 40px;
    }
    .faq-page .box .content ul li .ig .tit i {
      width: 30px;
      height: 30px;
    }
    .faq-page .box .content ul li .ig .con {
      font-size: 14px;
      line-height: 2;
      margin: 10px 0;
    }
  }
  .font-72 {
    font-size: 72px;
  }
  .contact-page {
    padding: 5% 0;
    position: relative;
    z-index: 1;
  }
  .contact-page .ui.container {
    max-width: 1314px;
  }
  .contact-page .contact-1 ul {
    margin: -15px;
  }
  .contact-page .contact-1 ul li {
    padding: 15px;
    text-align: center;
  }
  .contact-page .contact-1 ul li .tit {
    /*font-family: 'Etelka';*/
    line-height: 1.3;
    margin: 19px 0 11px;
  }
  .contact-page .contact-1 ul li p {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.53);
  }
  .contact-page .contact-2 {
    padding-top: 12.15%;
  }
  .contact-page .contact-2 .form {
    margin-top: 80px;
  }
  .contact-page .contact-2 .form ul {
    margin: -15px;
  }
  .contact-page .contact-2 .form ul li {
    padding: 15px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 20px;
    border-radius: 32px;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    font-weight: 300;
    padding-left: 100px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
    color: #000;
  }
  .contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
    color: #000;
  }
  .contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
    color: #000;
  }
  .contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
    color: #000;
  }
  .contact-page .contact-2 .form ul li input::placeholder,
  .contact-page .contact-2 .form ul li textarea::placeholder {
    color: #000;
  }
  .contact-page .contact-2 .form ul li input:focus,
  .contact-page .contact-2 .form ul li textarea:focus {
    border-color: var(--main-color);
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 236px;
    resize: vertical;
  }
  .contact-page .contact-2 .form ul li .box {
    position: relative;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 0;
    border-radius: 100%;
    background: var(--main-color);
    display: block;
  }
  .contact-page .contact-2 .form ul li .box label img {
    display: inline-block;
    vertical-align: middle;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 40px;
    padding: 0 66px 0 67px;
    line-height: 55px;
    height: 55px;
    border-radius: 28px;
    background: var(--main-color);
    color: #fff;
    font-size: 19px;
    width: auto;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .contact-page .contact-2 .form ul li input[type="submit"]:hover {
    background: #222;
  }
  .contact-page .contact-2 .form ul li.wid-100 {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
    content: '';
    border-left: 18px solid var(--main-color);
    border-bottom: 18px solid var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 18px solid transparent;
    border-right: 18px solid transparent;
  }
  .contact-page .contact-3 {
    padding-top: 5.1045%;
    /*margin-bottom: -125px;*/
  }
  .contact-page::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
    background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media screen and (max-width: 1440px) {
    .contact-page::after {
      font-size: 300px;
      top: -20px;
    }
  }
  @media screen and (max-width: 1100px) {
    .contact-page::after {
      font-size: 260px;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page::after {
      display: none;
    }
    .contact-page .contact-2 .form {
      margin-top: 30px;
    }
    .contact-page .contact-2 .form ul li .box label {
      width: 50px;
      height: 50px;
      line-height: 50px;
    }
    .contact-page .contact-2 .form ul li input,
    .contact-page .contact-2 .form ul li textarea {
      padding: 12px;
      padding-left: 70px;
    }
    .font-72 {
      font-size: 60px;
    }
  }
  @media screen and (max-width: 700px) {
    .font-72 {
      font-size: 50px;
    }
    .contact-page .contact-2 .form ul li {
      width: 100%;
    }
    .contact-page .contact-2 .form ul li input,
    .contact-page .contact-2 .form ul li textarea {
      font-size: 14px;
      padding-left: 60px;
    }
    .contact-page .contact-2 .form ul li input[type="submit"] {
      margin-top: 0;
    }
  }
  .gallery-page .content .box {
    text-align: center;
    padding-bottom: 90px;
  }
  .gallery-page .content .box h2 {
    color: #182333;
    font-size: 35px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
  }
  .gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
  }
  .gallery-page .content .box div {
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
  }
  .gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
  }
  .gallery-page .content .box ul li {
    padding: 1px 15px;
  }
  .gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    padding: 5px;
    border-radius: 5px;
  }
  .gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 5px;
  }
  .gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 0 15px 0 0;
    background-color: #333;
  }
  .gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 20px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
  }
  .gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--main-color);
  }
  .gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--main-color);
  }
  .gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
  }
  .gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--main-color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
  }
  .gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
  }
  .gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--main-color);
    color: #fff;
  }
  .gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
  }
  .gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 90px 0;
  }
  @media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
      width: 25%;
    }
  }
  @media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
      width: 33.3333%;
    }
  }
  @media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .gallery-page .content .box p {
      font-size: 14px;
    }
    .gallery-page .content .box ul li {
      width: 100%;
    }
  }
  .advantages-page{
    position: relative;
    z-index: 1;
    padding: 7.877% 0 11.1112%;
  }
  .advantages-page::after{
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -30px;
    right: 0;
    font-size: 316px;
    line-height: 1;
    /*font-family: 'Gabo';*/
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
    background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .advantages-page .header span{
    color: var(--main-color);
    font-weight: bold;
  }
  .advantages-page .header .title{
    margin-top: 10px;
  }
  .advantages-page .content{
    padding-top: 6.61%;
  }
  .advantages-page .content ul li{
    padding-bottom: 7.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advantages-page .content ul li .img{
    width: 41%;
    padding: 0 24px 19px 0;
    position: relative;
    z-index: 1;
  }
  .advantages-page .content ul li .img::after{
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 192px;
      height: 183px;
      background-color: var(--main-color);
  }
  .advantages-page .content ul li .text{
    width: 59%;
    padding-left: 70px;
  }
  .advantages-page .content ul li .text .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advantages-page .content ul li .text .top span{
     font-size: 95px;
    line-height: 1;
    color: var(--main-color);
    /*font-family: 'Etelka';*/
    display: inline-block;
    position: relative;
  }
  .advantages-page .content ul li .text .top span::after {
    content: '';
    width: 79px;
    height: 95px;
    background: url(../images/ad-bg.png) no-repeat;
    position: absolute;
    bottom: 10px;
    left: 0px;
  }
  .advantages-page .content ul li .text .top em {
    font-size: 36px;
    line-height: 1.2;
    /*font-family: 'Etelka';*/
    padding-left: 5px;
    position: relative;
    z-index: 1;
  }
  .advantages-page .content ul li .text .con{
    font-size: 18px;
    line-height: 1.6;
    color: rgba(0,0,0,0.8);
  }
  .advantages-page .content ul li:last-child{
    padding-bottom: 0;
  }
  .advantages-page .content ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .advantages-page .content ul li:nth-child(odd) .img img{
    border-radius: 189px 0px 0px 189px;
  }
  .advantages-page .content ul li:nth-child(even) .img{
    padding: 0 0 19px 24px;
  }
  .advantages-page .content ul li:nth-child(even) .img img{
    border-radius: 0px 189px 189px 0px;
  }
  .advantages-page .content ul li:nth-child(even) .img::after{
    left: 0;
    right: initial;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 0 70px 0 0;
  }
  strong,
  b{
    font-weight: bold;
  }
  @media screen and (max-width: 1680px) {
    .advantages-page:after{
      font-size: 220px;
      top: -22px;
    }
  }
  @media screen and (max-width: 1000px) {
    .advantages-page:after{
      display: none;
    }
    .advantages-page .content ul li .img{
      width: 100%;
    }
    .advantages-page .content ul li .text{
      width: 100%;
      padding: 20px 0 0 0;
    }
    .advantages-page .content ul li:nth-child(even) .text{
      padding: 20px 0 0 0;
    }
  }
  @media screen and (max-width: 700px) {
    .advantages-page .content ul li .text .top em{
      font-size: 30px;
      line-height: 1.3;
    }
  }
  @media screen and (max-width: 500px) {
    .advantages-page .content ul li .text .top em{
      font-size: 24px;
      line-height: 1.3;
    }
    .advantages-page .content ul li .text .con{
      font-size: 16px;
      line-height: 1.8;
    }
  }
