:root {
    --white: #fff;
    --black: #000;
    --primary: #2c6bb4;
  }
  .more {
    display: inline-block;
    font-size: 18px;
    color: var(--primary);
    line-height: 1;
    text-transform: capitalize;
    background: #f2f8fd;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 160px;
    height: 47px;
    line-height: 47px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    padding: 0 12px 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .more::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 44px;
    width: 1px;
    height: 100%;
    background: rgba(52, 114, 181, 0.2);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 6px;
  }
  .more:hover {
    color: #fff;
  }
  .more:hover::after {
    width: 100%;
    right: 0;
    background: var(--primary);
  }
  .more:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  @media screen and (max-width: 500px) {
    a.foota.hidden {
        display: none!important;
    }
    .font-18.Auxil-catdes.mt-30.mb-60.content {
        line-height: 2;
        overflow: auto;
        height: 120px;
    }
    h1.font-36.Auxil-h1.wow.fadeInDown {
        font-size: 22px;
    }
    .technology-page .init-2 .container .list .right .tips {
        font-size: 22px;
    }
    table tbody {
        min-width: initial;
    }
    .font-18 {
        font-size: 16px;
      }
  }
  /*.inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
    padding-top: 155px;
    color: #fff;
    margin-top: 150px;
    text-align: center;
    display: block;
  }
  .inner-banner .tit {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
        margin-top: -85px;
  }
  .inner-banner .mbx {
    font-size: 20px;
    line-height: 1.7;
    margin-top: -5px;
    background: none;
  }*/
  .inner-page h1,
  .inner-page h2,
  .inner-page h3{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
  }
  .play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  span.tt {
    font-size: 18px;
    line-height: 2;
    color: var(--primary);
    position: relative;
    padding-left: 50px;
    text-transform: uppercase;
  }
  span.tt:before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: var(--primary);
    left: 0;
    top: 50%;
    position: absolute;
  }
  .about-page .about-1 {
    padding: 110px 0;
    background: #f0f1f2;
  }
  .about-page .about-1 .ui.container .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-page .about-1 .ui.container .main .left h2.ruixin {
    font-size: 150px;
    font-weight: bold;
    line-height: 2;
    color: var(--primary);
  }
  .about-page .about-1 .ui.container .main .left h6 {
    font-weight: 500;
    color: var(--primary);
    margin-top: 10px;
    line-height: 2;
  }
  .about-page .about-1 .ui.container .main .left p {
    color: #a5a5a5;
    line-height: 2;
    margin-top: 3px;
    max-height: 305px;
    overflow-y: scroll;
  }
  .about-page .about-1 .ui.container .main .left h2 {
    margin-top: -25px;
  }
  .about-page .about-1 .ui.container .main .right {
    padding-left: 140px;
    padding-right: 120px;
    padding-bottom: 75px;
    position: relative;
    z-index: 3;
    margin-right: -160px;
  }
  .about-page .about-1 .ui.container .main .right::before {
    content: "";
    width: 500px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--primary);
  }
  .about-page .about-1 .ui.container .bottom {
    margin-top: 60px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -50px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist li {
    display: inline-block;
    padding: 0 50px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist h6 {
    color: var(--primary);
    font-weight: 500;
        line-height: 2;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist span {
    color: #222222;
    font-size: 72px;
    font-weight: bold;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist span i {
    font-size: 46px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist p {
    color: #a5a5a5;
    line-height: 1.7;
  }
  .about-page .about-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .about-page .about-2 .top h3 {
    /*margin-top: 25px;*/
  }
  .about-page .about-2 .bottom {
    margin-top: 70px;
  }
  .about-page .about-2 .bottom ul.eqlist {
    margin: 0 -10px;
  }
  .about-page .about-2 .bottom ul.eqlist li {
    padding: 0 10px;
  }
  .about-page .about-2 .bottom ul.eqlist li .item {
    position: relative;
  }
  .about-page .about-2 .bottom ul.eqlist li .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #fff, transparent);
    background-image: -moz-linear-gradient(bottom, #fff, transparent);
    background-image: linear-gradient(to top, #fff, transparent);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 .bottom ul.eqlist li .item a img {
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .about-page .about-2 .bottom ul.eqlist li .item h5 {
    position: absolute;
    width: 100%;
    bottom: 25px;
    padding: 0 30px;
    color: #222;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    font-weight: 500;
    line-height: 1.6;
  }
  .about-page .about-2 .bottom ul.eqlist li .item:hover a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--primary)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, var(--primary), transparent);
    background-image: -moz-linear-gradient(bottom, var(--primary), transparent);
    background-image: linear-gradient(to top, var(--primary), transparent);
  }
  .about-page .about-2 .bottom ul.eqlist li .item:hover a img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
  }
  .about-page .about-2 .bottom ul.eqlist li .item:hover h5 {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
  }
  .about-page .about-3 {
    padding: 120px 0 80px;
    background: url(../images/about-3-xiaobj.jpg) top left no-repeat;
    background-size: 100% 100%;
  }
  .about-page .about-3 .ui.container {
    /*margin-left: 75px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-page .about-3 .ui.container .left {
    position: relative;
    top: 4px;
  }
  .about-page .about-3 .ui.container .right {
    padding-left: 50px;
    margin-top: -40px;
    color: #fff;
  }
  .about-page .about-3 .ui.container .right span.tt {
    color: #fff;
  }
  .about-page .about-3 .ui.container .right span.tt:before {
    background: #fff;
  }
  .about-page .about-3 .ui.container .right ul {
    margin-top: 35px;
  }
  .about-page .about-3 .ui.container .right ul li {
    padding-left: 40px;
    background: url(../images/checked.png) left top no-repeat;
    margin-bottom: 15px;
  }
  .about-page .about-3 .ui.container .right ul li p {
    line-height: 1.5;
  }
  .about-page .about-4 {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  /*.about-page .about-4 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }*/
  .about-page .about-4 .ui.container .left {
    color: #222;
    padding-right: 10%;
  }
  .about-page .about-4 .ui.container .left p {
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .about-page .about-4 .ui.container .left ul.datalist li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 7px;
    margin-top: 20px;
    position: relative;
  }
  .about-page .about-4 .ui.container .left ul.datalist li em {
    color: var(--primary);
    width: 60px;
    height: 40px;
    text-align: center;
    background: url(../images/maopao-con.png) center center no-repeat;
    line-height: 2;
  }
  .about-page .about-4 .ui.container .left ul.datalist li i {
    height: 10px;
    background-color: #cdcdcd;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .about-page .about-4 .ui.container .left ul.datalist li i:before {
    content: "";
    position: absolute;
    height: 10px;
    border-radius: 10px;
    background: var(--primary);
    left: 0;
    top: 0;
  }
  .about-page .about-4 .ui.container .left ul.datalist li:nth-child(1) i:before {
    width: 50%;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    transition: 3s all;
  }
  .about-page .about-4 .ui.container .left ul.datalist li:nth-child(2) i:before {
    width: 25%;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    transition: 3s all;
  }
  .about-page .about-4 .ui.container .left ul.datalist li:nth-child(3) i:before {
    width: 15%;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    transition: 3s all;
  }
  .about-page .about-4 .ui.container .left ul.datalist li:nth-child(4) i:before {
    width: 10%;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    transition: 3s all;
  }
  .about-page .about-4 .ui.container .left ul.datalist li.active i:before {
    width: 0!important;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    transition: 3s all;
  }
  .about-page .about-4 .ui.container .right {
    margin-left: -30px;
  }
  .about-page .about-4 .ui.container .right .imgbox {
    position: relative;
  }
  .about-page .about-4 .ui.container .right .imgbox ul li {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: var(--primary);
  }
  .about-page .about-4 .ui.container .right .imgbox ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: var(--primary);
    opacity: 0.6;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    display: block;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .about-page .about-4 .ui.container .right .imgbox ul li:nth-child(1) {
    top: 54%;
    left: 36%;
  }
  .about-page .about-4 .ui.container .right .imgbox ul li:nth-child(2) {
    top: 44%;
    left: 11%;
  }
  .about-page .about-4 .ui.container .right .imgbox ul li:nth-child(3) {
    top: 38%;
    left: 70%;
  }
  .about-page .about-4 .bottom {
    margin-top: 100px;
  }
  .about-page .about-4 .bottom ul .slick-track{
     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-4 .bottom ul li {
    padding: 0 30px;
  }
  .about-page .about-5 {
    padding: 90px 0;
  }
  .about-page .about-5 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-page .about-5 .ui.container .left {
    width: 45%;
  }
  .about-page .about-5 .ui.container .left h3 {
    line-height: 2;
    margin-bottom: 30px;
    font-size: 33px;
  }
  .about-page .about-5 .ui.container .right {
    width: 55%;
    padding-left: 5%;
  }
  .about-page .about-5 .ui.container .right h6 {
    color: var(--primary);
    font-weight: 500;
  }
  .about-page .about-5 .ui.container .right p {
    color: #a5a5a5;
    line-height: 2;
    margin-top: 20px;
  }
  .about-page .about-6 {
    padding-top: 30px;
    padding-bottom: 110px;
  }
  .about-page .about-6 .ui.container {
    text-align: center;
  }
  .about-page .about-6 .ui.container span.tt {
    padding-left: 0;
  }
  .about-page .about-6 .ui.container span.tt:before {
    display: none;
  }
  .about-page .about-6 .ui.container h3 {
    color: #222;
    /*margin-top: 15px;*/
    margin-bottom: 50px;
  }
  .about-page .about-6 .ui.container ul {
    margin: 0 -25px;
  }
  .about-page .about-6 .ui.container ul li {
    padding: 0 25px;
  }
  .about-page .about-6 .ui.container ul li .item {
    padding: 0 25px;
    height: 356px;
    display: block;
    padding-top: 50px;
    -webkit-box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
  }
  .about-page .about-6 .ui.container ul li .item .imgbox {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(1) {
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
  }
  .about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .about-page .about-6 .ui.container ul li .item h5 {
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    color: #222;
    margin-bottom: 15px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .about-page .about-6 .ui.container ul li .item p {
    color: #a5a5a5;
    line-height: 2;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .about-page .about-6 .ui.container ul li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--primary);
  }
  .about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(1) {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
  }
  .about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(2) {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
  }
  .about-page .about-6 .ui.container ul li .item:hover h5 {
    color: #fff;
    border-color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .about-page .about-6 .ui.container ul li .item:hover p {
    color: #fff;
  }
  .about-page .about-7 {
    padding-top: 100px;
    padding-bottom: 20px;
    background: #f0f1f2;
  }
  .about-page .about-7 .slick-prev {
    display: none!important;
  }
  .about-page .about-7 .ui.container .teamlist > li {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-7 .ui.container .teamlist li:nth-child(2n) .text {
    padding-left: 60px;
    padding-right: 0;
  }
  .about-page .about-7 .ui.container .teamlist li .img {
    display: inline-block;
  }
  .about-page .about-7 .ui.container .teamlist li .img img {
    width: 100%;
  }
  .about-page .about-7 .ui.container .teamlist li .text {
    padding-right: 60px;
  }
  .about-page .about-7 .ui.container .teamlist li .text h5 {
    color: #222;
  }
  .about-page .about-7 .ui.container .teamlist li .text p {
    color: #a5a5a5;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .font-55 {
    font-size: 55px;
  }
  .mt35 {
    margin-top: 25px;
  }
  .font-35 {
    font-size: 35px;
  }
  @media screen and (max-width: 1400px) {
    .about-page .about-1 .ui.container .bottom ul.datalist span {
      font-size: 48px;
    }
    .about-page .about-2 .bottom ul.eqlist li .item h5 {
      bottom: 10px;
    }
    .font-20 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 1200px) {
    .about-page .about-1 .ui.container .main .right {
      margin-right: -100px;
    }
    .about-page .about-1 .ui.container .main .right {
      padding-left: 40px;
      padding-right: 0;
      padding-bottom: 75px;
      position: relative;
      z-index: 3;
      margin-right: 0px;
    }
    .about-page .about-1 .ui.container .main .right::before {
      width: 80%;
    }
    .font-55 {
      font-size: 48px;
    }
    .about-page .about-3 .ui.container .right {
      padding-left: 40px;
    }
    .font-28 {
      font-size: 20px;
    }
    .font-20 {
      font-size: 16px;
    }
    .font-28 {
      font-size: 22px;
    }
    .font-35 {
      font-size: 24px;
    }
    .font-24 {
      font-size: 18px;
      line-height: 2;
    }
  }
  @media screen and (max-width: 1000px) {
    /*.inner-banner .tit{
      font-size: 36px;
    }
    .inner-banner{
      margin-top: 60px;
      height: 300px;
      padding-top: 100px;
    }*/
    .about-page .about-1 .ui.container .main .left h2 {
      margin-top: 20px;
    }
    .about-page .about-1 .ui.container .bottom ul.datalist {
      margin: 0 -20px;
    }
    .about-page .about-1 .ui.container .bottom ul.datalist li {
      padding: 0 20px;
    }
    .about-page .about-1 .ui.container .main .left h2.ruixin {
      font-size: 80px;
    }
    .about-page .about-1 .ui.container .bottom {
      margin-top: 20px;
    }
    .about-page .about-1 {
      padding: 40px 0;
    }
    .font-55 {
      font-size: 40px;
    }
    .about-page .about-4 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .font-40 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 800px) {
    .about-page .about-1 .ui.container .main {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .ui.container .main .left {
      width: 100%;
    }
    .about-page .about-1 .ui.container .main .right {
      width: 100%;
      padding: 0;
    }
    .about-page .about-1 .ui.container .bottom ul.datalist span {
      font-size: 36px;
    }
    .font-55 {
      font-size: 32px;
    }
    .about-page .about-2 .bottom {
      margin-top: 20px;
    }
    .about-page .about-3 .ui.container .left {
      display: none;
    }
    .about-page .about-3 .ui.container .right {
      padding-left: 0;
      width: 80%;
    }
    .about-page .about-4 .ui.container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-4 .ui.container .left {
      width: 100%;
      padding-right: 0;
    }
    .about-page .about-4 .ui.container .right {
      width: 100%;
    }
    .about-page .about-5 .ui.container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-5 .ui.container .left {
      width: 100%;
    }
    .about-page .about-5 .ui.container .right {
      width: 100%;
      margin-top: 20px;
      padding: 0;
    }
    .about-page .about-6 .ui.container ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-6 .ui.container ul li {
      margin-bottom: 20px;
    }
    .about-page .about-7 .ui.container .teamlist li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    .about-page .about-7 .ui.container .teamlist li:nth-child(2n) {
      -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .about-page .about-7 .ui.container .teamlist li .left {
      width: 100%;
    }
    .about-page .about-7 .ui.container .teamlist li .right {
      width: 100%;
    }
    .about-page .about-7 .ui.container .teamlist li .text {
      padding: 0;
    }
    .about-page .about-7 .ui.container .teamlist li .img {
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 600px) {
    .about-page .about-1 .ui.container .bottom ul.datalist {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .font-55 {
      font-size: 24px;
    }
    .about-page .about-2 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .about-page .about-3 .ui.container {
      margin-left: 15px;
    }
    .font-28 {
      font-size: 18px;
    }
    .about-page .about-4 .bottom {
      margin-top: 20px;
    }
    .about-page .about-5 {
      padding: 20px 0;
    }
    .about-page .about-3 {
      padding-top: 60px;
    }
    .font-35 {
      font-size: 20px;
    }
    .about-page .about-6 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .about-page .about-7 {
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 500px){
    /*.inner-banner{
      height: 220px;
      padding-top: 60px;
    }
    .inner-banner .tit{
      display: none;
    }*/
  }
  .font-21 {
    font-size: 21px;
  }
  .font-26 {
    font-size: 26px;
  }
  .gallery-page {
    padding: 100px 0;
  }
  .gallery-page .gallery-1 ul {
    margin: 0 -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-page .gallery-1 ul li {
    padding: 0 25px 55px;
  }
  .gallery-page .gallery-1 ul li .item {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .gallery-page .gallery-1 ul li .item > img {
    width: 100%;
  }
  .gallery-page .gallery-1 ul li .item a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #fff, transparent);
    background-image: -moz-linear-gradient(bottom, #fff, transparent);
    background-image: linear-gradient(to top, #fff, transparent);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gallery-page .gallery-1 ul li .item a img {
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gallery-page .gallery-1 ul li .item h5 {
    color: #222;
    position: absolute;
    bottom: 20px;
    padding: 10px 40px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    text-align: center;
    width: 100%;
    z-index: 3;
    line-height: 1.6;
  }
  .gallery-page .gallery-1 ul li .item:hover a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--primary)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, var(--primary), transparent);
    background-image: -moz-linear-gradient(bottom, var(--primary), transparent);
    background-image: linear-gradient(to top, var(--primary), transparent);
  }
  .gallery-page .gallery-1 ul li .item:hover a img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
  }
  .gallery-page .gallery-1 ul li .item:hover h5 {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
  }
  .faq-page {
    background: #f0f1f2;
    padding: 100px 0;
    padding-bottom: 0;
  }
  .faq-page .ui.container .mainbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .faq-page .ui.container .mainbox .faqbox {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .faq-page .ui.container .mainbox .faqbox h3 {
    margin-bottom: 25px;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist li {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.07);
    box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.07);
    margin-bottom: 20px;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist li .content {
    display: none;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist li.active h5 {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
    background: var(--primary);
        line-height: 2;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist li.active h5 i {
    color: #fff;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist h5 {
    position: relative;
    padding: 10px 15px;
    padding-right: 30px;
    color: #222;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist h5 i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--primary);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .faq-page .ui.container .mainbox .faqbox ul.faqlist .content {
    padding: 15px;
    background: #fff;
    color: #a5a5a5;
    line-height: 2;
  }
  .faq-page .ui.container .mainbox .faqbox.imgbox {
    position: relative;
    padding-bottom: 0;
    padding-right: 0;
  }
  .faq-page .ui.container .mainbox .faqbox.imgbox .textbox {
    position: absolute;
    width: 331px;
    height: 173px;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: var(--primary);
  }
  .faq-page .ui.container .mainbox .faqbox.imgbox .textbox h6 {
    color: #fff;
    margin-bottom: 25px;
  }
  .faq-page .ui.container .mainbox .faqbox.imgbox .textbox .more{
    width: 170px;
    padding: 0 12px 0 20px;
    text-transform: uppercase;
  }
  .faq-page .ui.container .mainbox .faqbox.imgbox .textbox .more:hover::after{
    background: #000;
  }
  @media screen and (max-width: 700px) {
    .faq-page .ui.container .mainbox .faqbox {
      width: 100%;
    }
    .faq-page .ui.container .mainbox .faqbox img {
      width: 100%;
    }
  }
  .contact-page {
    background: #f0f1f2;
  }
  .contact-page .contact-1 {
    padding: 100px 0 60px;
  }
  .contact-page .contact-1 .left {
    margin-right: -15px;
  }
  .contact-page .contact-1 .left p {
    color: #a5a5a5;
    line-height: 2;
    margin-bottom: 30px;
  }
  .contact-page .contact-1 .left form ul {
    width: 100%;
  }
  .contact-page .contact-1 .left form ul li {
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .left form ul li input[type="text"] {
    width: 100%;
    height: 66px;
    padding: 0 20px;
    line-height: 2;
    font-size: 18px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .contact-page .contact-1 .left form ul li input[type="text"]::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li input[type="text"]:-moz-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li input[type="text"]::-moz-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li input[type="text"]:-ms-input-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li input[type="text"]::placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li textarea {
    width: 100%;
    height: 165px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
  }
  .contact-page .contact-1 .left form ul li textarea::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li textarea:-moz-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li textarea::-moz-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li textarea:-ms-input-placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li textarea::placeholder {
    color: #a5a5a5;
  }
  .contact-page .contact-1 .left form ul li input[type="submit"] {
    width: 189px;
    height: 52px;
    background-color: #008cd6;
    border-radius: 26px;
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border: none;
    font-size: 18px;
    line-height: 2;
  }
  .contact-page .contact-1 .left form ul li input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000;
  }
  .contact-page .contact-1 .right {
    padding-left: 95px;
  }
  .contact-page .contact-2 {
    padding-bottom: 80px;
  }
  .contact-page .contact-2 .ui.container .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding-top: 70px;
  }
  .contact-page .contact-2 .ui.container .main .left {
    padding-right: 10%;
  }
  .contact-page .contact-2 .ui.container .main .left p {
    color: #a5a5a5;
        line-height: 2;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist li:nth-child(1) {
    margin-bottom: 40px;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist li:nth-child(2) {
    margin-bottom: 40px;
    padding-right: 4.2%;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist h5 {
    width: 100%;
    text-align: left;
    color: #222;
    font-weight: 600;
    line-height: 2;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist p {
    color: #a5a5a5;
    max-width: 280px;
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist li {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0!important;
    border-radius: 100%;
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist li a {
    color: #fff;
    font-size: 18px;
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(1) {
    background: #39599f;
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(2) {
    background: #45b0e3;
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(3) {
    background: var(--primary);
  }
  .contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(4) {
    background: #333;
  }
  @media screen and (max-width: 700px) {
    .contact-page .contact-1 .right {
      padding-left: 0px;
      width: 100%;
    }
    .contact-page .contact-1 .left {
      width: 100%;
    }
    .contact-page .contact-2 .ui.container .main .left {
      width: 100%;
      margin-bottom: 20px;
    }
    .contact-page .contact-2 .ui.container .main .right {
      width: 100%;
    }
    .contact-page .contact-2 .ui.container .main .right ul li {
      width: 100%;
    }
    .contact-page .contact-2 .ui.container .main .right ul.infolist p {
      max-width: none;
    }
  }
  .f_30{
    font-size: 30px;
  }
  .news-page {
    padding: 60px 0 51px;
  }
  .news-page .ui.container ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
  }
  .news-page .ui.container ul.newslist li .column {
    vertical-align: top;
  }
  .news-page .ui.container ul.newslist li:last-child {
    margin-bottom: 0;
  }
  .news-page .ui.container ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
  }
  .news-page .ui.container ul.newslist li .date span {
    font-size: 90px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    text-align: center;
  }
  .news-page .ui.container ul.newslist li .date em {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: #222;
    margin-top: 10px;
  }
  .news-page .ui.container ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px;
  }
  .news-page .ui.container ul.newslist li .text h5 {
    margin-bottom: 20px;
      line-height: 2;
      font-weight: 600;
      text-transform: uppercase;
  }
  .news-page .ui.container ul.newslist li .text h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .news-page .ui.container ul.newslist li .text h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--primary);
  }
  .news-page .ui.container ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2;
  }
  .news-page .ui.container ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .news-page .ui.container ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%;
  }
  .newdet-page .ui.container .newst {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newdet-page .ui.container .newst span {
    color: #222222;
    font-weight: 500;
  }
  .newdet-page .ui.container .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px;
  }
  .newdet-page .ui.container h1 {
    margin-bottom: 30px;
  }
  .newdet-page .ui.container .content {
    /*color: #a5a5a5;
    font-size: 18px;*/
    color: #474747;
    font-size: 16px;
    line-height: 2;
  }
  .newdet-page .ui.container .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
  }
  .newdet-page .ui.container .bottom .sharebox {
    color: #222;
  }
  .newdet-page .ui.container .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
  }
  .newdet-page .ui.container .bottom .sharebox ul {
    width: auto;
    vertical-align: middle;
  }
  .newdet-page .ui.container .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
  }
  .newdet-page .ui.container .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--primary);
  }
  .newdet-page .ui.container .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .newdet-page .ui.container .bottom .tabbox .mores i img {
    width: 16px;
    display: block;
    margin: 18px auto 0;
  }
  .newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .newdet-page .ui.container .bottom .tabbox .mores:hover i {
    background: var(--primary);
  }
  .newdet-page .ui.container .bottom .tabbox .mores:hover i img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
  }
  .newdet-page{
    padding-top: 80px;
  }
  .f_44 {
    font-size: 44px;
    line-height: 1.2;
  }
  .service-page{
    position: relative;
    z-index: 2;
    padding-top: 100px;
  }
  .service-page .line_text{
    display: inline-block;
    border-bottom: 2px solid var(--primary);
  }
  .service-page .init-1 .container .left{
    padding-right: 40px;
    position: sticky;
    width: 50%;
    top: 170px;
  }
  .service-page .init-1 .container .left .title{
    margin-top: 20px;
  }
  .service-page .init-1 .container .left .des{
    font-size: 16px;
    line-height: 1.8;
     color: #474747;
    margin-top: 20px;
  }
  .service-page .init-1 .container .left .list_cont{
    margin-top: 40px;
  }
  .service-page .init-1 .container .left .list_cont .cir_cont{
    width: 150px;
    height: 150px;
    vertical-align: middle;
    position: relative;
  }
  .service-page .init-1 .container .left .list_cont .cir_cont img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .service-page .init-1 .container .left .list_cont .cir_cont i{
    font-size: 40px;
    color: var(--primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1;
  }
  
  .service-page .init-1 .container .left .list_cont .text_c{
    width: calc(100% - 150px);
    vertical-align: middle;
    font-size: 20px;
    padding-left: 40px;
  }
  .service-page .init-1 .container .right{
    width: 50%;
  }
  .service-page .init-1 .container .right .list{
    margin-top: 30px;
    background: #efefef;
    padding: 40px;
    border-radius: 10px;
  }
  .service-page .init-1 .container .right .list:first-child{
    margin-top: 0;
  }
  
  .service-page .init-1 .container .right .list .text_cont{
    vertical-align: middle;
    width: calc(100% - 120px);
    font-size: 16px;
    line-height: 1.6;
  }
  .service-page .init-1 .container .right .list .text_cont h4{
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .service-page .init-1 .container .right .list .text_cont .more{
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .list .img{
    vertical-align: middle;
    width: 120px;
    font-size: 120px;
    color: #7cd18b;
    transition: all .5s;
    opacity: 0.4;
  }
  .service-page .init-1 .container .right .list:hover .img{
    color: var(--primary);
    opacity: 1;
    animation: text_ani_2 1s linear;
  }
  .service-page .init-2{
    /*margin-top: 100px;
    background: #000;
    color: #fff;
    padding: 100px 0;*/
    /*text-align: center;*/
  }
  .service-page .init-2 .container .tips_title{
    margin-top: 20px;
  }
  .service-page .init-2 .container .list_cont{
    margin-top: 40px;
  }
  .service-page .init-2 .container .list_cont ul{
    margin: -15px;
  }
  .service-page .init-2 .container .list_cont li{
    padding: 10px;
  }
  .service-page .init-2 .container .list_cont li .img_cont{
    position: relative;
  }
  .service-page .init-2 .container .list_cont li .img_cont .img_c{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*border-radius: 10px;*/
    background: var(--primary);
    transition: all .5s;
    opacity: 0;
  }
  .service-page .init-2 .container .list_cont li .img_cont img{
    position: relative;
    /*border-radius: 10px;*/
    background: #e1e0dd;
    z-index: 2;
  }
  .service-page .init-2 .container .list_cont li .title{
    margin-top: 10px;
    text-align: center;
  }
  .service-page .init-2 .container .list_cont li .box:hover .img_cont .img_c{
    transform: translate(4px,4px);
    opacity: 1;
  }
  .service-page .init-2 .container .more_c{
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    font-size: 16px;
  }
  .service-page .init-2 .container .more_c a{
    color: var(--primary);
  }
  .service-page .init-3 .container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .service-page .init-3 .container .left{
    min-height: 400px;
    background-size: cover;
    overflow: hidden;
  }
  .service-page .init-3 .container .left .sub_cont{
        background-color: var(--primary);
      padding: 10px 20px;
      overflow-x: hidden;
      width: 1000px;
      right: 100px;
      top: 400px;
      position: relative;
      -webkit-transform: rotate(-16deg);
      -moz-transform: rotate(-16deg);
      -ms-transform: rotate(-16deg);
      -o-transform: rotate(-16deg);
      transform: rotate(-16deg);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right;
  }
  .f_36{
    font-size: 36px;
  }
  .m-link{
    margin-top: 40px;
  }
  .m-link a{
    display: block;
    font-size: 16px;
    line-height: 2;
  }
  .m-link a:hover{
    text-decoration: underline;
  }
  .service-page .init-3 .container .left .sub_cont .cont{
    color: #fff;
    font-size: 26px;
    white-space: nowrap;
  }
  
  .service-page .init-3 .container .right{
    background: #f9f4f0;
    padding: 90px;
  }
  .service-page .init-3 .container .right .share_price .name{
    width: 170px;
  }
  .service-page .init-3 .container .right .share_price .text{
    width: calc(100% - 170px);
    text-align: right;
  }
  .service-page .init-3 .container .right .news_list{
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }
  .service-page .init-3 .container .right .news_list .titlt_c{
    width: calc(100% - 120px);
    padding-right: 40px;
    vertical-align: middle;
  }
  .service-page .init-3 .container .right .news_list .titlt_c .title{
    overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
  }
  .service-page .init-3 .container .right .news_list .titlt_c .time{
    margin-top: 10px;
    color: #999;
  }
  .service-page .init-3 .container .right .news_list .titlt_c .title:hover{
    color: var(--primary);
  }
  
  .service-page .init-3 .container .right .news_list .more{
    vertical-align: middle;
    width: 120px;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 4px 10px;
    color: var(--primary);
  }
  .service-page .init-3 .container .right .news_list .more:hover{
    background: var(--primary);
    color: #fff;
  }
  .service-page .init-3 .container .right .real_time{
    margin-top: 20px;
  }
  .service-page .init-3 .container .right .real_time .list{
    margin-top: 30px;
  }
  .service-page .init-3 .container .right .real_time .list .num{
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    transform: rotate(308deg);
    width: 20px;
  }
  .service-page .init-3 .container .right .real_time .list .line_cont{
    width: calc(100% - 20px);
    padding-left: 10px;
  }
  .service-page .init-3 .container .right .real_time .list .line_cont .line_list{
    border-radius: 10px;
    height: 6px;
    background: #000;
  }
  .service-page .init-3 .container .right .real_time .list .line_cont .line_list.top_line{
    background: var(--primary);
  }
  .service-page .init-3 .container .right .real_time .list .line_cont .line_list.bottom_line{
    margin-top: 10px;
  }
  .service-page .init-3 .container .right .real_time .img_c{
    margin-top: 36px;
    display: block;
    width: 100%;
  }
  .service-page .init-3 .container .right .sub_cont .list{
    width: auto;
    margin-right: 30px;
    margin-top: 50px;
  }
  .service-page .init-3 .container .right .sub_cont .list .sub{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #000;
    border-radius: 5px;
    vertical-align: middle;
  }
  .service-page .init-3 .container .right .sub_cont .list .text{
    vertical-align: middle;
    display: inline-block;
  }
  .service-page .init-3 .container .right .sub_cont .list:first-child .sub{
    background: var(--primary);
  }
  .service-page .init-4{
    margin-top: 100px;
  }
  .service-page .init-4 .container ul li .img{
    width: 150px;
    padding-right: 40px;
  }
  .service-page .init-4 .container ul li .img img{
    width: 100%;
  }
  .service-page .init-4 .container ul li .text_c{
    width: calc(100% - 150px);
  }
  .service-page .init-4 .container ul li .text_c .text{
    font-size: 24px;
    line-height: 1.2;
  }
  .service-page .init-4 .container ul li .text_c .bottom{
    margin-top: 30px;
  }
  .service-page .init-4 .container ul li .text_c .bottom .name,
  .service-page .init-4 .container ul li .text_c .bottom .type{
    display: inline-block;
  }
  .service-page .init-4 .container ul li .text_c .bottom .name{
    font-size: 20px;
  }
  .service-page .init-4 .container ul li .text_c .bottom .type{
    font-size: 16px;
    color: #999;
  }
  .service-page .init-4 .container .star_cont{
  border-bottom: 1px solid #000;
  }
  .service-page .init-4 .container .star_cont div{
    width: 180px;
    color: #fff;
    background: var(--primary);
    margin: 20px 0 0 auto;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
  }
  .service-page .init-4 .container .star_cont span{
    font-size: 20px;
  }
  .service-page .init-5{
    margin-top: 80px;
  }
  .service-page .init-5 .container ul .slick-track{
    display: flex;
    align-items: center;
  }
  .service-page .init-5 .container ul li{
    padding: 0 40px;
  }
  .service-page .init-5 .container ul li .box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-page .init-5 .container ul li img{
    width: auto;
    max-width: 100%;
  }
  .f_20 {
    font-size: 20px;
  }
  .pb_80{
    padding-bottom: 80px;
  }
  @media screen and (max-width: 1500px) {
    .f_44 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 1000px) {
    .service-page{
      padding-top: 60px;
    }
    .service-page .init-1 .container .left{
      width: 100%;
      text-align: center;
      position: relative;
      padding: 0;
      top: 0;
    }
    .service-page .init-1 .container .left .list_cont .text_c{
      text-align: left;
    }
    .service-page .init-1 .container .right{
      margin-top: 40px;
      width: 100%;
    }
    .service-page .init-3 .container{
      padding: 0;
    }
    .service-page .init-3 .container .left{
      display: none;
    }
    .service-page .init-3 .container .right{
      width: 100%;
      padding: 20px 16px;
    }
    .service-page .init-3 .container .right .real_time{
      text-align: center;
    }
  }
  @media screen and (max-width: 700px) {
    .service-page{
      padding-top: 30px;
    }
    .newdet-page .ui.container .content {
      font-size: 16px;
    }
    .newdet-page .ui.container .bottom {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 500px){
    .pt_80{
      padding-top: 40px;
    }
    .pb_80{
      padding-bottom: 40px;
    }
    .f_20 {
      font-size: 18px;
    }
    .f_30 {
      font-size: 22px;
    }
    .f_36 {
      font-size: 22px;
    }
    .f_44 {
      font-size: 22px;
      line-height: 1.6;
    }
    .news-page .ui.container ul.newslist li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .news-page .ui.container ul.newslist li .text {
      max-width: 600px;
      padding: 0 0px;
      width: 100%;
    }
    .news-page .ui.container ul.newslist li .date span {
      text-align: left;
    }
    .service-page .init-1 .container .left .list_cont .text_c{
      width: 100%;
      padding: 0;
      margin-top: 20px;
      text-align: center;
    }
    .service-page .init-1 .container .right .list{
      padding: 16px;
    }
    .service-page .init-1 .container .right .list .text_cont{
      width: calc(100% - 60px);
    }
    .service-page .init-1 .container .right .list .img{
      width: 60px;
      font-size: 60px;
    }
    .service-page .init-2{
      margin-top: 40px;
      padding: 40px 0;
    }
    .service-page .init-2 .container .list_cont{
      margin-top: 20px;
    }
    .service-page .init-3 .container .right .news_list{
      text-align: center;
    }
    .service-page .init-3 .container .right .share_price .name{
      width: 100%;
      text-align: center;
    }
    .service-page .init-3 .container .right .share_price .text{
      text-align: center;
      margin-top: 10px;
      width: 100%;
    }
    
    .service-page .init-3 .container .right .news_list .titlt_c{
      width: 100%;
      text-align: center;
      padding-right: 0;
    }
    .service-page .init-3 .container .right .news_list .titlt_c .title{
      font-size: 16px;
    }
    .service-page .init-3 .container .right .news_list .more{
      margin-top: 10px;
    }
    .service-page .init-3 .container .right .sub_cont .list{
      margin-top: 20px;
    }
    .service-page .init-4{
      margin-top: 40px;
    }
    .service-page .init-4 .container ul li .img{
      margin: auto;
      padding: 0;
      display: block;
    }
    .service-page .init-4 .container ul li .text_c{
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
    .service-page .init-4 .container ul li .text_c .text{
      font-size: 18px;
      line-height: 1.6;
    }
    .service-page .init-4 .container ul li .text_c .bottom .name{
      font-size: 18px;
    }
    .service-page .init-4 .container .star_cont div{
      margin-top: 30px;
      padding: 4px 0;
    }
    .service-page .init-5{
      margin-top: 40px;
    }
    .service-page .init-5 .container ul li{
      padding: 0 5px;
    }
  }
  .technology-page .init-1 {
    text-align: center;
  }
  .technology-page .init-1 .container .tips {
    font-family: 'Krona One';
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .technology-page .init-1 .container .content {
    margin-top: 100px;
    text-align: center;
    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;
    position: relative;
  }
  .technology-page .init-1 .container .content .list {
    position: relative;
    width: 360px;
  }
  .technology-page .init-1 .container .content .list .title_c {
    position: relative;
    width: 46px;
    height: 46px;
    margin: auto;
  }
  .technology-page .init-1 .container .content .list .title_c .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #49bede;
    border-radius: 50%;
  }
  .technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }
  .technology-page .init-1 .container .content .list .title_c .cont {
    position: relative;
    z-index: 2;
    background-color: #49bede;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
     
    font-weight: 600;
    color: #fff;
  }
  .technology-page .init-1 .container .content .list .des {
    margin-top: 40px;
    line-height: 1.8;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 40px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before,
  .technology-page .init-1 .container .content .list2 .title_c::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 1px;
    top: 22px;
    left: 90px;
    border-top: 1px dashed #999999;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    left: -330px;
  }
  .technology-page .init-2 .container .list .column {
    position: relative;
    z-index: 1;
    vertical-align: middle;
  }
  .inner-page .list2 li a.img {
      border: 1px solid #eee;
  }
  .inner-page .list2 li .h5{
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .list2 li .h5:hover{
    color: var(--primary);
  }
  .technology-page .init-2 .container .list .left img {
    width: 100%;
  }
  .technology-page .init-2 .container .list .right {
    padding-left: 0px;
  }
  .technology-page .init-2 .container .list .left{
    padding-right: 60px;
  }
  .technology-page .init-2 .container .list .right .tips {
    font-family: 'Krona One';
    font-size: 36px;
    color: #2c6bb4;
      line-height: 1.7;
      margin-bottom: 30px;
      text-transform: uppercase;
  }
  .technology-page .init-2 .container .list .right .des {
    margin-top: 10px;
    line-height: 1.8;
      color: #757575;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 50%;
    padding-left: 60px;
    padding-right: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 0px;
  }
  .pb-90{
    padding-bottom: 90px;
  }
  .pt-70 {
    padding-top: 70px;
  }
  .sca_ani_2 {
    -webkit-animation: sca_ani_2 2s linear infinite;
    -moz-animation: sca_ani_2 2s linear infinite;
    -o-animation: sca_ani_2 2s linear infinite;
    animation: sca_ani_2 2s linear infinite;
  }
  @-webkit-keyframes sca_ani_2 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  @-moz-keyframes sca_ani_2 {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  @-o-keyframes sca_ani_2 {
    0% {
      -o-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -o-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  @keyframes sca_ani_2 {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  @media screen and (max-width: 1250px) {
    .technology-page .init-1 .container .content .list {
      width: 310px;
    }
    .technology-page .init-1 .container .content .list2 {
      margin: 0 20px;
    }
    .technology-page .init-1 .container .content .list2 .title_c::before {
      display: none;
    }
    .technology-page .init-1 .container .content .list2 .title_c::after {
      display: none;
    }
  }
  @media screen and (max-width: 1000px) {
    .technology-page .init-1 .container .content .list {
      margin: 20px 10px 0;
    }
    .technology-page .init-2 .container .list .left {
      width: 100%;
      padding: 0;
    }
    .technology-page .init-2 .container .list .right {
      width: 100%;
      padding: 0;
      text-align: center;
      margin-top: 20px;
    }
    .technology-page .init-2 .container .list:nth-child(2n) .left {
      left: 0;
    }
    .technology-page .init-2 .container .list:nth-child(2n) .right {
      left: 0;
      padding: 0;
    }
  }
  @media screen and (max-width: 700px) {
    .technology-page .init-1 .container .content {
      margin-top: 10px;
    }
    .technology-page .init-1 .container .content .list {
      width: 100%;
      margin: 40px 0 0;
    }
  }
  @media (max-width: 500px) {
    .pb-90 {
      padding-bottom: 40px;
    }
    .pt-70 {
      padding-top: 40px;
    }
    .technology-page .init-1 .container .content .list .des {
      margin-top: 20px;
    }
  }
  .download-page .container .tips {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
        line-height: 2;
  }
  .download-page .container .tips .r {
    color: var(--primary);
  }
  .download-page .container .content {
    margin-top: 20px;
  }
  .download-page .container .content ul {
    margin: 0 -25px;
  }
  .download-page .container .content ul li {
    margin-top: 30px;
    padding: 0 25px;
  }
  .download-page .container .content ul li .box .img {
    display: block;
    overflow: hidden;
  }
  .download-page .container .content ul li .box .img img {
    width: 100%;
  }
  .download-page .container .content ul li .box .text {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
  }
  .download-page .pwd_cont{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 18;
    display: none;
  }
  .download-page .pwd_cont .set_pwd{
    display: none;
  }
  .download-page .pwd_cont .shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .download-page .pwd_cont .cont{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    transform: translate(-50% , -50%);
    background: #fff;
  }
  .download-page .pwd_cont .cont .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 34px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
  }
  .download-page .pwd_cont .cont .close:hover{
    color: #fff;
    background: var(--primary);
  }
  .download-page .pwd_cont .cont .f_cont{
    padding: 30px 26px;
  }
  .download-page .pwd_cont .cont .f_cont input{
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
  }
  .download-page .pwd_cont .cont .f_cont .send_btn{
    width: auto;
    padding:  10px 40px;
    display: inline-block;
    background: var(--primary);
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
  .download-page .pwd_cont .cont .title{
      font-size: 18px;
      color: #222;
      text-transform: capitalize;
      line-height: 1;
      font-weight: 700;
      padding: 15px 20px;
      background: #f5f5f5;
      -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
      box-shadow: 0 0 5px rgba(0,0,0,.1);
      padding-right: 50px;
  }
  .font-48 {
    font-size: 48px;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .font-30 {
    font-size: 30px;
  }
  @media screen and (max-width: 1500px) {
     .font-48 {
      font-size: 38px;
    }
  }
  @media screen and (max-width: 700px) {
    .download-page .container .content ul {
      margin: 0 -10px;
    }
    .download-page .container .content ul li {
      padding: 0 10px;
    }
  }
  @media screen and (max-width: 500px) {
    .download-page .container .content {
      margin-top: 0;
    }
    .download-page .container .content ul li .box .text {
      margin-top: 10px;
    }
    .font-48 {
      font-size: 24px;
      line-height: 1.8;
    }
    .pb-70 {
      padding-bottom: 40px;
    }
    .font-30 {
      line-height: 1.8;
      font-size: 24px;
    }
  }
  .environment-page .environment-2 {
    background: #f4f4f4;
  }
  .environment-page .environment-2 .img {
    vertical-align: middle;
  }
  .environment-page .environment-2 .img img{
    width: 100%;
  }
  .environment-page .environment-2 .text {
    vertical-align: middle;
    padding: 0 8%;
  /*  text-align: center;*/
  }
  .environment-page h2.title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
  }
  .environment-page h2.title small {
      display: block;
      max-width: 850px;
      margin: 0 auto;
      font-size: 16px;
      color: #161616;
      text-transform: none;
      line-height: 1.6;
      font-weight: 300;
  }
  .environment-page .environment-2 .text .content {
    padding-top: 15px;
    font-size: 18px;
    color: #4e4243;
    line-height: 34px;
  }
  .environment-page .environment-3 {
    padding: 70px 0;
    /*padding: 120px 0;*/
  }
  .environment-page .environment-3 .box {
    padding-top: 100px;
  }
  .environment-page .environment-3 .box ul {
    margin: -60px 0;
  }
  .environment-page .environment-3 .box ul li {
    padding: 60px 0;
  }
  .environment-page .environment-3 .box ul li .text {
    vertical-align: middle;
    padding-right: 40px;
    text-align: left;
    position: relative;
  }
  .environment-page .environment-3 .box ul li .text h3 {
    font-size: 36px;
    color: #289a32;
    font-weight:700;
  }
  .environment-page .environment-3 .box ul li .text p {
    display: block;
    font-size: 17px;
    line-height: 1.8;
    color: #4e4243;
    margin: 15px 0;
  }
  .environment-page .environment-3 .box ul li .text a.more {
    font-size: 20px;
    color: #180f08;
    display: inline-block;
    line-height: 40px;
    height: 44px;
    padding: 0 25px;
    border: 2px solid #424243;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .environment-page .environment-3 .box ul li .text a.more:hover {
    border-color: #7bc21f;
    background: #7bc21f;
    color: white;
  }
  .environment-page .environment-3 .box ul li .img {
    vertical-align: middle;
    padding-left: 40px;
    position: relative;
  }
  .environment-page .environment-3 .box ul li:nth-child(even) .text {
    left: 50%;
    padding-left: 40px;
    padding-right: 0;
  }
  .environment-page .environment-3 .box ul li:nth-child(even) .img {
    left: -50%;
    padding-left: 0;
    padding-right: 40px;
  }
  .environment-page .environment-3 .technology-page .init-1 .container .content{
    margin-top: 0;
  }
  .environment-page .environment-3 .technology-page .init-1 .container .content .list{
    padding-top: 40px;
  }
  .environment-page .environment-3 .technology-page .init-1 .container .content .list .des{
    padding: 0 20px;
  }
  .environment-page .environment-3 .technology-page .init-1 .container .content .slick-current + div .list .title_c::before,
  .environment-page .environment-3 .technology-page .init-1 .container .content .slick-current + div .list .title_c::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 1px;
    top: 22px;
    left: 86px;
    border-top: 1px dashed #999999;
  }
  .environment-page .environment-3 .technology-page .init-1 .container .content .slick-current + div .list .title_c::before {
    left: -300px;
  }
  .environment-page .environment-4 {
    line-height: 480px;
    height: 480px;
    background: url("../images/environment-4.jpg") center center;
    background-size: cover;
    text-align: center;
  }
  .environment-page .environment-4 .box {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: white;
  }
  .environment-page .environment-4 .box h2.title {
    color: inherit;
  }
  .environment-page .environment-4 .box h2.title small {
    color: inherit;
  }
  .environment-page .environment-4 .box p {
    display: block;
    font-size: 18px;
    line-height: 34px;
    max-width: 1070px;
    margin: 25px auto 0;
  }
  @media screen and (max-width:1600px) {
    .environment-page .environment-3 {
      padding: 80px 0;
    }
    .environment-page .environment-3 .box{
      padding-top: 60px;
    }
    .environment-page .environment-1 h5,.environment-page .environment-1 .box ul li .text p {
      font-size: 16px;
      line-height: 1.8;
    }
    .environment-page .environment-2 .text .content,
    .environment-page .environment-4 .box p{
      font-size: 16px;
      line-height: 2;
    }
    .environment-page .environment-1 .box ul li .text p,.environment-page .environment-3 .box ul li .text p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.6;
      margin-top: 30px;
    }
    .environment-page .environment-1 .box ul li,.environment-page .environment-3 .box ul li {
      padding: 30px 0;
    }
    .environment-page .environment-1 .box ul,.environment-page .environment-3 .box ul {
      margin: -30px 0;
    }
    .environment-page .environment-1 .box ul li .text h3,.environment-page .environment-3 .box ul li .text h3 {
      font-size: 30px;
      line-height: 1;
    }
    .environment-page .environment-1,.environment-page .environment-3 {
      padding: 50px 0;
    }
    .environment-page .environment-4 {
      height: 360px;
      line-height: 360px;
    }
    .compostable-page .compostable-1 {
      padding-top: 80px;
    }
    .compostable-page .compostable-1 h5 {
      margin-bottom: 80px;
    }
    .plastic-page .plastic-1 {
      padding: 60px 0;
    }
    .plastic-page .plastic-2 {
      padding: 60px 0;
    }
    .plastic-page .plastic-4 {
      padding: 100px 0;
    }
    .plastic-page .plastic-4 .left h2 {
      line-height: 50px;
    }
    .plastic-page .plastic-1 .box ul li .box2 h4 {
      font-size: 18px;
      height: 54px;
    }
    .plastic-page .plastic-1 .box ul li .box2 p {
      font-size: 14px;
      line-height: 1.6;
    }
    .plastic-2 h5 {
      font-size: 30px;
      margin-bottom: 50px;
    }
    .plastic-page .plastic-2 .cir {
      zoom:.8;
    }
    .plastic-page .plastic-3 {
      height: 420px;
      line-height: 420px;
    }
    .compostable-page .compostable-1 .box ul li a.img-box h5 {
      line-height: 1.4;
    }
    .compostable-page .compostable-2 {
      padding-top: 0;
    }
    .compostable-page .compostable-2 .box {
      padding-top: 80px;
    }
    .compostable-page .compostable-2 .box ul li .text p,.social-page .social-4 ul li .text p {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.8;
    }
    .compostable-page .compostable-2 .box ul li .text h3,.social-page .social-4 ul li .text h3 {
      font-size: 30px;
      line-height: 1;
    }
    .compostable-page .compostable-2 .box ul li {
      padding: 20px 0;
    }
    .compostable-page .compostable-2 .box ul {
      margin: -20px 0;
    }
    .social-page .social-2,
    .social-page .social-4 {
      padding: 60px 0;
    }
    .social-page .social-4 ul li .text p {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.8;
    }
    .social-page .social-4 ul li .text h3 {
      font-size: 30px;
      line-height: 1;
    }
    .social-page .social-4 ul li {
      padding: 30px 0;
    }
    .social-page .social-4 ul {
      margin: -30px 0;
    }
    .why-choose-us-page {
      padding: 60px 0;
    }
    .why-choose-us-page h4 {
      font-size: 18px;
      line-height: 1.6;
    }
    .why-choose-us-page .box ul li .text h3 {
      font-size: 30px;
    }
    .why-choose-us-page .box ul li .text .content{
      font-size: 16px;
      line-height: 1.8;
    }
    .strength-page .strength-3 .box{
      padding-top: 60px;
    }
    .strength-page .strength-3 {
      padding: 50px 0;
    }
    .strength-page .strength-1 .text,.strength-page .strength-3 .box ul li .text .content,.strength-page .strength-4 .text,.team-page .top h4{
      font-size: 16px;
      line-height: 1.8;
    }
    .strength-page .strength-1 .text {
      margin-top: 20px;
    }
    .strength-page .strength-3 .box, .test-page .test-1 .box {
      padding-top: 40px;
    }
    .strength-page .strength-4 {
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 1450px) {
    .environment-page .environment-1 h5 {
      margin-bottom: 50px;
    }
    .environment-page .environment-1 .box ul li,
    .environment-page .environment-3 .box ul li{
      padding: 20px 0;
    }
    .environment-page .environment-1 .box ul,
    .environment-page .environment-3 .box ul{
      margin: -20px 0;
    }
    .environment-page .environment-1 .box ul li .text h3,
    .environment-page .environment-3 .box ul li .text h3{
      font-size: 24px;
    }
    .environment-page .environment-1 .box ul li .text p,
    .environment-page .environment-3 .box ul li .text p{
      margin: 10px 0 20px;
      font-size: 16px;
    }
    .environment-page .environment-1 .box {
      padding-top: 60px;
    }
    .environment-page .environment-1 .box ul li .text a.more,
    .environment-page .environment-3 .box ul li .text a.more{
      line-height: 32px;
      height: 36px;
      padding: 0 15px;
      font-size: 16px;
    }
    .environment-page .environment-1 {
      padding: 60px 0;
    }
    .environment-page .environment-2 .text .content,
    .environment-page .environment-4 .box p {
      font-size: 20px;
      line-height: 28px;
    }
    .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
      font-size: 16px;
      line-height: 1.6;
    }
    .environment-page .environment-2 .text .content {
      padding-top: 20px;
    }
    .environment-page .environment-2 .text {
      padding: 0 3%;
    }
    .environment-page .environment-1 .box ul li .text p, 
    .environment-page .environment-3 .box ul li .text p{
      font-size: 14px;
    }
    .compostable-page .compostable-1 {
      padding-top: 50px;
    }
    .compostable-page .compostable-1 h5{
      margin-bottom: 50px;
    }
    .compostable-page .compostable-2 {
      padding: 60px 0;
    }
    .compostable-page .compostable-2 .box ul li{
      padding: 20px 0;
    }
    .compostable-page .compostable-2 .box ul{
      margin: -20px 0;
    }
    .compostable-page .compostable-2 .box ul li .text h3{
      font-size: 24px;
    }
    .compostable-page .compostable-2 .box ul li .text p{
      margin: 10px 0 20px;
      font-size: 16px;
    }
    .compostable-page .compostable-2 .box{
      padding-top: 60px;
    }
    .compostable-page .compostable-2 .box ul li .text a.more{
      line-height: 32px;
      height: 36px;
      padding: 0 15px;
      font-size: 16px;
    }
    .plastic-page .plastic-1 h5 {
      font-size: 24px;
      line-height: 34px;
    }
    .plastic-page .plastic-1 .box ul li .box2 {
      padding-left: 100px;
    }
    .plastic-page .plastic-1 .box ul li .box2 i {
      max-width: 80px;
    }
    .plastic-page .plastic-1 .box ul li .box2 h4 {
      font-size: 20px;
    }
    .plastic-page .plastic-1 .box ul li .box2 p {
      font-size: 18px;
      line-height: 26px;
    }
    .plastic-page .plastic-4 .left h2 {
      line-height: 40px;
    }
    .plastic-page .plastic-4 .left p {
      font-size: 22px;
      margin-top: 20px;
    }
    .plastic-page .plastic-1 h5 {
      font-size: 16px;
      line-height: 1.6;
    }
    .plastic-page .plastic-1 .box ul li {
      width: 50%;
      padding: 10px;
    }
    .plastic-page .plastic-1 .box ul {
      margin: -10px;
      flex-wrap: wrap;
    }
    .plastic-page .plastic-1 .box ul li .box2 h4 {
      font-size: 18px;
      height: auto;
    }
    .plastic-page .plastic-1 .box ul li .box2 p {
      font-size: 16px;
      line-height: 1.6;
    }
    .plastic-page .plastic-1 .box ul li .box2 i {
      width: 50px !important;
    }
    .plastic-page .plastic-1 .box ul li .box2 {
      padding-left: 70px;
    }
    .plastic-2 h5 {
      font-size: 26px;
    }
    .plastic-page .plastic-2 .cir {
      zoom:.7;
    }
    .plastic-page .plastic-4 .left p {
      font-size: 14px;
    }
    .plastic-page .plastic-5 {
      height: 400px;
      line-height: 400px;
    }
    .plastic-page .plastic-1 h5 {
      margin-bottom: 60px;
    }
    .compostable-page .compostable-1 .box {
      padding-top: 30px;
    }
    .compostable-page .compostable-2 .box ul li .text p{
      font-size: 14px;
    }
    .social-page .social-4 ul li {
      padding: 20px 0;
    }
    .social-page .social-4 ul {
      margin: -20px 0;
    }
    .social-page .social-4 ul li .text h3 {
      font-size: 24px;
    }
    .social-page .social-4 ul li .text p {
      margin: 10px 0 20px;
      font-size: 16px;
    }
    .social-page .social-4 ul li .text a.more {
      line-height: 32px;
      height: 36px;
      padding: 0 15px;
      font-size: 16px;
    }
    .social-page .social-4 ul li .text p {
      margin-bottom: 0;
    }
    .why-choose-us-page .box ul li .text h3 {
      font-size: 30px;
    }
    .why-choose-us-page .box ul li .text .content {
      font-size: 16px;
      line-height: 28px;
    }
    .why-choose-us-page .box ul li .text .content {
      font-size: 14px;
      line-height: 24px;
    }
    .why-choose-us-page .box {
      padding-top: 60px;
    }
    .strength-page .strength-4 .text {
      margin: 20px 0 60px;
    }
  }
  @media screen and (max-width: 1250px) {
    .environment-page h2.title {
      font-size: 32px!important;
      line-height: 1.2;
  }
    .environment-page .environment-1 h5 {
      font-size: 20px;
      line-height: 28px;
    }
    .environment-page .environment-4 {
      height: 400px;
      line-height: 400px;
    }
    .environment-page .environment-1 h5 {
      font-size: 15px;
      line-height: 1.6;
    }
    .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
      font-size: 14px;
    }
    .environment-page .environment-4 {
      line-height: 300px;
      height: 300px;
    }
    .environment-page .environment-1 .box {
      padding-top: 30px;
    }
  }
  @media screen and (max-width: 1000px) {
    .environment-page .environment-1 .box ul li .text,
    .environment-page .environment-3 .box ul li .text{
      left: 0 !important;
      padding: 0 0 20px !important;
      width: 100%;
    }
    .environment-page .environment-1 .box ul li .img,
    .environment-page .environment-3 .box ul li .img{
      width: 100%;
      left: 0 !important;
      padding: 0 !important;
    }
    .environment-page .environment-1 .box ul li,
    .environment-page .environment-3 .box ul li,
    .environment-page .environment-1 .box ul li,
    .environment-page .environment-3 .box ul li{
      border-bottom: 1px #eee dashed;
    }
    .environment-page .environment-1 .box ul li:last-child,
    .environment-page .environment-3 .box ul li:last-child,
    .environment-page .environment-1 .box ul li:last-child,
    .environment-page .environment-3 .box ul li:last-child{
      border-bottom: none;
    }
    .environment-page .environment-2 .text {
      width: 100%;
      padding: 30px 15px;
    }
    .environment-page .environment-2 .img {
      width: 100%;
    }
    .environment-page .environment-2 .text .content {
      padding-top: 25px;
    }
    .environment-page .environment-4 {
      height: 300px;
      line-height: 300px;
    }
    .environment-page .environment-3 .box, .faq-page .faq-1 .bottom {
      padding-top: 40px;
    }
  }
  @media screen and (max-width: 700px) {
   .environment-page .environment-1{
     padding: 30px 0;
   }
   .environment-page .environment-1 h3{
     font-size: 30px;
     line-height: 1.3;
   }
    .environment-page .environment-1 h5,
    .environment-page .environment-2 .text .content,
    .environment-page .environment-4 .box p {
      font-size: 16px;
      line-height: 24px;
    }
    .environment-page .environment-2 {
      padding: 15px;
    }
    .environment-page .environment-1 h5, .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
      font-size: 14px;
    }
    .environment-page .environment-1 .box {
      padding-top: 0;
    }
  }
    @media screen and (max-width: 500px) {
      .environment-page h2.title {
        font-size: 26px!important;
      }
  }
  .inner-page .m-page {
      padding: 10px 0;
      /*border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;*/
      margin-top: 30px;
      font-size: 20px;
      color: rgba(52,114,181,0.5);
      opacity: 0.5;
      font-weight: bold;
      text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
      margin: 0 10px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      /*padding: 5px 10px;*/
  }
  .inner-page .m-page span.current{
    color: var(--primary);
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page .cud {
      color: var(--primary);
  }
  .product-page .productbox {
    padding: 100px 0;
    background: #f0f1f2;
  }
  .product-page .productbox .ui.container h1 {
    color: #222;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .product-page .productbox .ui.container ul.productlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .product-page .productbox .ui.container ul.productlist li {
    padding: 0 15px;
  }
  .product-page .productbox .ui.container ul.productlist li .item {
    position: relative;
    padding-bottom: 35px;
    z-index: 3;
    overflow: hidden;
  }
  .product-page .productbox .ui.container ul.productlist li .item:after {
    width: 100%;
    height: 7px;
    border-radius: 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 3;
    background: var(--primary);
  }
  .product-page .productbox .ui.container ul.productlist li .item::before {
    content: "";
    width: 100%;
    height: 100%;
    top: -65px;
    background: #fff;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .product-page .productbox .ui.container ul.productlist li .item .textbox {
    padding: 0 20px;
  }
  .product-page .productbox .ui.container ul.productlist li .item .textbox h5 {
    color: #222;
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
  }
  .product-page .productbox .ui.container ul.productlist li .item .textbox a.more {
    /*font-size: 18px;
    padding: 0px 35px;
    line-height: 55px;
    height: 55px;
    border-radius: 3px;
    display: inline-block;
    color: var(--primary);
    border: 1px solid var(--primary);*/
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    text-transform: uppercase;
    padding: 0 12px 0 20px;
    width: 180px;
  }
  /*.product-page .productbox .ui.container ul.productlist li .item .textbox a.more:hover{
     -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--primary);
    color: #fff;
  }*/
  .product-page .productbox .ui.container ul.productlist li .item:hover:after {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    height: 14px;
  }
  .product-page .productbox .ui.container ul.productlist li .item:hover:before {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
  }
  .product-page .productbox .ui.container ul.productlist li .item:hover .textbox a.more {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .prodet-page .prodet-1 {
    padding: 100px 0;
    background: #f0f1f2;
  }
  .prodet-page .prodet-1 .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .main .left .ibig {
    background: #fff;
  }
  .prodet-page .prodet-1 .main .left .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .main .left .gallery ul {
    margin: 0 -13px;
  }
  .prodet-page .prodet-1 .main .left .gallery ul li {
    padding: 0 13px;
  }
  .prodet-page .prodet-1 .main .left .gallery ul li a {
    display: inline-block;
    background: #fff;
    position: relative;
  }
  .prodet-page .prodet-1 .main .left .gallery ul li a:before {
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
  }
  .prodet-page .prodet-1 .main .left .gallery ul .slick-current li a:before {
    opacity: 1;
  }
  .prodet-page .prodet-1 .main .right {
    padding-left: 55px;
    /*padding-top: 50px;*/
  }
  .prodet-page .prodet-1 .main .right h1 {
    color: #000022;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-1 .main .right .content {
    color: #a5a5a5;
    line-height: 2;
    max-height: 480px;
    overflow-y: scroll;
    
  }
  .seoPublic .Auxil-through {
      line-height: 2;
  }
  .prodet-page .prodet-1 .main .right .sharebox {
    margin: 40px 0;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul li {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul li a {
    font-size: 24px;
    color: #fff;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(1) {
    background: #39599f;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(2) {
    background: #45b0e3;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(3) {
    background: #00c6ff;
  }
  .prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(4) {
    background: #333333;
  }
  .prodet-page .prodet-1 .main .right .more{
    width: 170px;
  }
  .prodet-page .prodet-2 {
    padding-top: 45px;
    padding-bottom: 75px;
    background: #fff;
  }
  .prodet-page .prodet-2 .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .prodet-page .prodet-2 .ui.container .top span {
    font-weight: 500;
    /*padding: 0 15px;*/
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    margin-right: 70px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .top span.active {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--primary);
    border-color: var(--primary);
  }
  .prodet-page .prodet-2 .ui.container .maintab {
    padding: 50px 0;
    /*border-bottom: 1px solid #ccc;*/
    font-size: 18px;
  }
  .prodet-page .prodet-2 .ui.container .formbox {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ui.container .formbox h3 {
    color: #222222;
    margin-bottom: 45px;
    /*margin-top: 20px;*/
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li.wid50 {
    width: 48%;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"] {
    width: 100%;
    height: 66px;
    font-size: 18px;
    color: #222;
    border: 1px solid #ccc;
    padding: 20px;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]:-moz-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]::-moz-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]:-ms-input-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]::placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li textarea {
    width: 100%;
    height: 160px;
    font-size: 18px;
    color: #222;
    border: 1px solid #ccc;
    padding: 20px;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li textarea::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li textarea:-moz-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li textarea::-moz-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li textarea:-ms-input-placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li textarea::placeholder {
    color: #a5a5a5;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="submit"] {
    width: 192px;
    height: 52px;
    background-color: #009dda;
    border-radius:3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border: none;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #2961a3;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li .more{
    width: 180px;
  }
  @media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .main .left {
      width: 100%;
    }
    .prodet-page .prodet-1 .main .right {
      width: 100%;
      padding-left: 0;
    }
    .prodet-page .prodet-2 .ui.container .formbox form ul li.wid50 {
      width: 100%;
    }
    .prodet-page .prodet-2 .ui.container .top {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .prodet-3 {
    padding: 80px 0;
    background: #f0f1f2;
  }
  .prodet-3 .prodes {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-3 .prodes h2 {
    font-size: 24px;
    font-weight: bold;
    color: #008cd6;
  }
  .prodet-3 .ui.container h3 {
    /*margin-top: 30px;*/
    margin-bottom: 40px;
  }
  .prodet-3 .ui.container ul {
    margin: 0 -15px;
  }
  .prodet-3 .ui.container ul .slick-track{
    margin-left: 0;
  }
  .prodet-3 .ui.container ul li {
    padding: 0 15px;
  }
  .prodet-3 .ui.container ul li .pronew h5 {
    font-size: 20px;
      line-height: 1.8;
      font-weight: 500;
     text-transform: capitalize;
    overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  }
  .prodet-3 .ui.container ul li .pronew time {
    font-size: 16px;
    line-height: 3;
    padding: 5px 0;
    color: #2961a3;
  }
  .prodet-3 .ui.container ul li .pronew p {
    font-size: 16px;
    line-height: 1.7;
    color: #585858;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .prodet-3.Auxil-industry .prodes h2 {
      line-height: 2;
  }
  .prodet-3 .ui.container ul li .item {
    position: relative;
    padding-bottom: 30px;
    z-index: 3;
    overflow: hidden;
  }
  .prodet-3 .ui.container ul li .item:after {
    width: 100%;
    height: 7px;
    border-radius: 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 3;
    background: var(--primary);
  }
  .prodet-3 .ui.container ul li .item::before {
    content: "";
    width: 100%;
    height: 100%;
    top: -65px;
    background: #fff;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .prodet-3 .ui.container ul li .item .textbox {
    padding: 0 20px;
  }
  .prodet-3 .ui.container ul li .item .textbox h5 {
    color: #222;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .prodet-3 .ui.container ul li .item .textbox a.more {
    width: 170px;
    padding: 0 12px;
    /*font-size: 18px;
    padding: 0px 25px;
    border-radius:3px;
    color: var(--primary);
    border: 1px solid var(--primary);
    height: 55px;
    line-height: 55px;
    display: inline-block;
  text-transform: uppercase;*/
    opacity: 0;
    /*-webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;*/
  }
  .prodet-3 .ui.container ul li .item:hover:after {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    height: 14px;
  }
  .prodet-3 .ui.container ul li .item:hover:before {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
  }
  .prodet-3 .ui.container ul li .item:hover .textbox a.more {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  @media screen and (max-width: 1000px) {
    .prodet-page .prodet-1,
    .prodet-3{
      padding: 60px 0;
    }
    .body-overflow-box{
         overflow: hidden !important;
     } 
  }
  @media screen and (max-width: 700px) {
    .prodet-page .prodet-1,
    .prodet-3{
      padding: 30px 0;
    }
    .prodet-page .prodet-1 .main .right .sharebox{
      margin: 20px 0;
    }
    .prodet-page .prodet-2{
      padding: 30px 0;
    }
    .Auxil-industry{
      display: none;
    }
    #banner{
      margin-top: 0;
    }
  }
  @media screen and (max-width: 500px) {
    .font-32 {
      font-size: 30px;
    }
    span.tt{
      font-size: 16px;
    }
  }
  
  .production-page{
    position: relative;
    padding: 100px 0;
    z-index: 2;
  }
  .production-page .init-1 .container .tips_des{
    color: #9f9999;
    margin-top: 20px;
  }
  .production-page .init-1 .container .content{
    margin-top: 10px;
  }
  .production-page .init-1 .container .content ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .production-page .init-1 .container .content .list{
    margin-top: 30px;
    width: 33.33%;
    padding: 0 20px;
  }
  .production-page .init-1 .container .content .list .box{
    box-shadow: 0 10px 40px 10px rgba(136,141,163,.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
  }
  .production-page .init-1 .container .content .list .box .img img{
    width: 100%;
  }
  .production-page .init-1 .container .content .list .cont{
    padding: 30px 30px 25px;
  }
  .production-page .init-1 .container .content .list .cont .des{
    margin-top: 16px;
    color: #9f9999;
    line-height: 2;
  }
  .production-page .init-2{
    margin-top: 150px;
  }
  
  .production-page .init-2 .container .title_list{
    padding-top: 30px;
  }
  .production-page .init-2 .container .title_list .list{
    width: 20%;
    margin-top: 30px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
  }
  .production-page .init-2 .container .title_list .list .sub{
      position: absolute;
      top: 50%;
      left: -20px;
      z-index: 1;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      width: 6px;
      height: 6px;
      background-color: var(--primary);
  }
  .production-page .init-2 .container .title_list .list .column{
    vertical-align: middle;
  }
  .production-page .init-2 .container .title_list .list .num{
    font-size: 40px;
    width: 60px;
    font-weight: 600;
  }
  .production-page .init-2 .container .title_list .list .cont{
    color: rgba(153,153,153,.5);
  }
  .production-page .init-2 .container .title_list .list .cont .text{
    width: calc(100% - 90px);
    font-size: 18px;
    font-weight: 500;
  }
  .production-page .init-2 .container .title_list .list:hover .cont,
  .production-page .init-2 .container .title_list .list.active .cont{
    color: var(--primary);
  }
  
  .production-page .init-2 .container .content_list{
    margin-top: 60px;
  }
  .production-page .init-2 .container .content_list .list{
    display: none;
  }
  .production-page .init-2 .container .content_list .list .left{
    width: 45%;
    vertical-align: middle;
  }
  .production-page .init-2 .container .content_list .list .right{
    width: 55%;
    vertical-align: middle;
    padding-left: 100px;
  }
  .production-page .init-2 .container .content_list .list .right .des{
    margin-top: 20px;
    line-height: 2;
  }
  .f_16 {
    font-size: 16px;
  }
  .f_18{
    font-size: 18px;
    color: #000;
  }
  .f_20 {
    font-size: 20px;
  }
  .f_26{
    font-size: 26px;
  }
  .f_28{
    font-size: 28px;
  }
  .f_30{
    font-size: 30px;
    color: #000;
  }
  .f_36{
    font-size: 36px;
  }
  .f_40{
    font-size: 40px;
  }
  .f_44 {
    font-size: 44px;
    line-height: 1.2;
  }
  .f_56{
    font-size: 56px;
  }
  @media screen and (max-width: 1500px) {
    .f_56 {
      font-size: 46px;
    }
    .f_44 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 1200px) {
    .production-page .init-2 .container .title_list .list{
      width: 33.33%;
    }
    .production-page .init-2 .container .title_list .list .sub{
      display: none;
    }
  }
  @media screen and (max-width: 1000px) {
    .f_56 {
      font-size: 36px;
    }
    .f_40 {
      font-size: 36px;
    }
    .production-page .init-1{
      text-align: center;
    }
    .production-page .init-1 .container .content ul{
      margin: 0;
    }
    .production-page .init-1 .container .content .list{
      width: 100%;
      padding: 0;
    }
    .production-page .init-2 .container .tip{
      text-align: center;
    }
    .production-page .init-2 .container .content_list .list .left{
      width: 100%;
    }
    .production-page .init-2 .container .content_list .list .right{
      width: 100%;
      padding-left: 0;
      margin-top: 40px;
      text-align: center;
    }
    .production-page{
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 700px) {
    .production-page .init-2 .container .title_list .list{
      width: 50%;
    }
    .production-page{
      padding: 30px 0;
    }
  }
  @media screen and (max-width: 500px) {
    .f_56 {
      font-size: 22px;
    }
    .f_44 {
      font-size: 22px;
      line-height: 1.6;
    }
    .f_40 {
      font-size: 22px;
    }
  
    .f_36 {
      font-size: 22px;
    }
    .f_30 {
      font-size: 22px;
    }
    .f_20 {
      font-size: 18px;
    }
    .production-page{
      padding: 30px 0;
    }
    .production-page .init-1 .container .content{
      margin-top: 0;
    }
    .production-page .init-1 .container .content .list .cont{
      padding: 20px 16px;
    }
    .production-page .init-1 .container .content .list .cont .des{
      margin-top: 10px;
    }
    .production-page .init-2{
      margin-top: 40px;
    }
    .production-page .init-2 .container .title_list{
      padding-top: 0;
      display: none;
    }
    .production-page .init-2 .container .title_list .list{
      width: 100%;
      padding: 0;
      text-align: center;
    }
    .production-page .init-2 .container .title_list .list .num{
      width: 100%;
      font-size: 30px;
    }
    .production-page .init-2 .container .title_list .list .des{
      width: 100%;
    }
    .production-page .init-2 .container .content_list{
      margin-top: 20px;
    }
    .production-page .init-2 .container .content_list .list{
      display: block;
      margin-top: 30px;
    }
    .production-page .init-2 .container .content_list .list:first-child{
      margin-top: 0;
    }
    .production-page .init-2 .container .content_list .list .right{
      margin-top: 20px;
    }
    .production-page .init-2 .container .content_list .list .right .des{
      margin-top: 10px;
    }
  }