﻿/*
Theme Name: Hengling
Theme URI: https://www.yisainuo.com
Description: Hengling New Energy WordPress Theme
Version: 1.0
Author: Yisainuo
*/
@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Outfit-Bold';
  src: url('fonts/Outfit-Bold.otf');
  src: local('☺'), url('fonts/Outfit-Bold.woff') format('woff'), url('fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit-Medium';
  src: url('fonts/Outfit-Medium.otf');
  src: local('☺'), url('fonts/Outfit-Medium.woff') format('woff'), url('fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit-Regular';
  src: url('fonts/Outfit-Regular.otf');
  src: local('☺'), url('fonts/Outfit-Regular.woff') format('woff'), url('fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit-SemiBold';
  src: url('fonts/Outfit-SemiBold.otf');
  src: local('☺'), url('fonts/Outfit-SemiBold.woff') format('woff'), url('fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit-Light';
  src: url('fonts/Outfit-Light.otf');
  src: local('☺'), url('fonts/Outfit-Light.woff') format('woff'), url('fonts/Outfit-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit-ExtraLight';
  src: url('fonts/Outfit-ExtraLight.otf');
  src: local('☺'), url('fonts/Outfit-ExtraLight.woff') format('woff'), url('fonts/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'oswald-r';
  src: url('fonts/oswald-r.eot');
  src: local('☺'), url('fonts/oswald-r.woff') format('woff'), url('fonts/oswald-r.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{font-family:Outfit-ExtraLight,Arial, Helvetica, sans-serif;  font-size: 18px;overflow-x: hidden; color: #222;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle; height: auto; max-width: 100%; max-height: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#028fd4;}
a:focus,input:focus,button:focus,textarea:focus,select:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

@font-face {
  font-family: "iconfont"; /* Project id 5194131 */
  font-display: swap;
  src: url('fonts/iconfont.woff2?t=1781244485072') format('woff2'),
       url('fonts/iconfont.woff?t=1781244485072') format('woff'),
       url('fonts/iconfont.ttf?t=1781244485072') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dingbu:before {
  content: "\e61d";
}

.icon-a-facebookblock:before {
  content: "\e61c";
}

.icon-zhuanli:before {
  content: "\e617";
}

.icon-shangchuan:before {
  content: "\eb11";
}

.icon-pdf-full:before {
  content: "\ea43";
}

.icon-changqu:before {
  content: "\e66b";
}

.icon-jianzhu:before {
  content: "\e64f";
}

.icon-yuangong:before {
  content: "\e61b";
}

.icon-duihua:before {
  content: "\e60c";
}

.icon-liuyan1:before {
  content: "\e744";
}

.icon-status-play-copy:before {
  content: "\e614";
}

.icon-wechat1:before {
  content: "\e650";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-rili:before {
  content: "\e659";
}

.icon-bofang:before {
  content: "\e61a";
}

.icon-youjiantou:before {
  content: "\e60b";
}

.icon-diqiu:before {
  content: "\e7b9";
}

.icon-jiantou-left:before {
  content: "\e609";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-skype1:before {
  content: "\e87d";
}

.icon-instagram-fill1:before {
  content: "\e88f";
}

.icon-shouqianzixun:before {
  content: "\e62c";
}

.icon-dayinchuanzhen:before {
  content: "\e627";
}

.icon-zixunfuwu:before {
  content: "\e655";
}

.icon-pinterest1:before {
  content: "\e907";
}

.icon-dianhua4:before {
  content: "\e610";
}

.icon-dianhua5:before {
  content: "\e6ee";
}

.icon-dianhua6:before {
  content: "\e791";
}

.icon-jurassic_message:before {
  content: "\e69d";
}

.icon-ins:before {
  content: "\e664";
}

.icon-fasong:before {
  content: "\e65e";
}

.icon-duihua1:before {
  content: "\e72a";
}

.icon-liuyan:before {
  content: "\e600";
}

.icon-shouye-xuanzhong:before {
  content: "\e62d";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-youxiang2:before {
  content: "\e68b";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-fasong1:before {
  content: "\e762";
}

.icon-vk:before {
  content: "\ec2c";
}

.icon-duoyuyan:before {
  content: "\e602";
}

.icon-tuite:before {
  content: "\e621";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-shouye:before {
  content: "\e62f";
}

.icon-xiazai19:before {
  content: "\e613";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-dizhi1:before {
  content: "\e615";
}

.icon-youtube:before {
  content: "\e6ab";
}

.icon-youxiang1:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

.icon-original-whatapp:before {
  content: "\e60d";
}

.icon-wechat:before {
  content: "\e608";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-dianhua:before {
  content: "\e606";
}

.icon-shoujilianxi:before {
  content: "\e620";
}

.icon-dizhi:before {
  content: "\e619";
}

.icon-skype:before {
  content: "\e707";
}

.icon-chuanzhen:before {
  content: "\e616";
}

.icon-24gf-play:before {
  content: "\ea82";
}

.icon-in:before {
  content: "\e6f1";
}

.icon-pinterest:before {
  content: "\e7a8";
}

.icon-instagram-fill:before {
  content: "\e763";
}

.icon-shouji:before {
  content: "\e612";
}

.icon-dianhua3:before {
  content: "\e618";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-666666-copy:before {
  content: "\ec8d";
}

.icon-WhatsappMessage:before {
  content: "\e841";
}

.icon-Mail:before {
  content: "\e71f";
}

.icon-icon_duihao-mian:before {
  content: "\e63d";
}

.icon-chahao:before {
  content: "\e68c";
}

.icon-gl-phoneBubble-copy:before {
  content: "\ec8e";
}

.icon-jiantou1:before {
  content: "\e665";
}

.icon-jiantou1-copy:before {
  content: "\ec8f";
}

.icon-jiantou1-copy1:before {
  content: "\ec90";
}


video{ display: block; }

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f3f3f3;  }
.warper{ width:1500px; margin:0 auto; position: relative;}

header{ transition: all 0.3s; border-bottom: 1px solid rgb(255 255 255 / 20%); width: 100%; height: 100px; z-index: 999; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: -78px; top: 12px; }
.logo img{ width: auto; }
.dis{ display: block; }
.nodis{ display: none; }

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #e10103; color: #fff;position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 45px; }
nav li{ float: left; margin: 0 40px;}
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:100px; color: #fff; font-size:18px; font-family: Outfit-Regular; text-transform: capitalize; display: inline-block;}
nav li.on>a,nav li:hover>a{ color: #fff;  }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 3px; background: #fff; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 60%; }
.submett{ display: none;  background: #fff; z-index: 0; width: 100%; position: fixed; top: 100px; left: 0;}
.submett::before{ content: ''; position: absolute; top: 0; left: 0; width: 20%; height: 100%; background: #f6f6f6; }
.sbuivb{ display: flex;}
.sbulima{ width: 34%; background: #f6f6f6; padding: 82px 66px 108px 0;}
.sbulijt{ width: 66%; padding: 40px 0; display: flex; align-items: center; }

.sbiipic h2{ font-size: 40px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 16px;}
.sbiipic p{ font-size: 14px; color: #666; line-height: 22px; height: 66px; overflow: hidden;}
.sbiipic a{ display: inline-block; font-size: 14px; transition: all 0.3s; margin-top: 30px; color: #028fd4; }
.sbiipic a i{ display: inline-block; width: 18px;height: 18px; margin-left: 10px; line-height: 18px; font-size: 10px; text-align: center; border-radius: 18px; background: #028fd4; color: #fff;}
.sbiipic a:hover{ transform: translateX(10px); color: #028fd4;}

.sullbz{ width: 51%; padding: 0 70px;}
.subriv{ width: 49%; }
.sullbz dl dd{ margin-bottom: 30px; overflow: hidden;}
.sullbz dl dd a{ width: 100%; color: #333; text-transform: capitalize; font-size: 18px; font-family: Outfit-Medium; display: flex; align-items: center; justify-content: space-between;}
.sullbz dl dd.on a,.sullbz dl dd:hover a{ color: #028fd4; }
.sullbz dl dd:last-child{ margin-bottom: 0;}
.subriv p{ font-size: 20px; margin-bottom: 30px; font-family: Outfit-Light;}
.subriv p a{ color: #333 !important;}
.subriv p a:hover{ color: #d4261e !important;}
.subriv .item{ display: none;}
.subriv .item.on{ display: block;}
.subriv .changpic:hover img{ transform: scale(1.15);}


.head_rcon{ position: absolute; right: -110px; top:35px; width: 126px; display: flex; align-items: center; justify-content: space-between; }
.hmedia a{ margin: 0 2px; display: inline-block; text-align: center; width: 32px; color: #fff; line-height: 32px; font-size: 16px; height: 32px; border-radius: 32px; background: rgb(255 255 255 / 16%); }
.hmedia a:hover{ background:linear-gradient(-30deg,#0062ad,#028fd4); color: #fff;}
.hssearch{ cursor: pointer; color: #fff;  }
.hssearch i{ font-size: 22px; }

.search_box{ display: none; border-top: 1px solid #f5f5f5; padding:32px 0; z-index: 1000; background: #fff; position: fixed; top: 100px; left: 0; width: 100%; box-shadow: 0 5px 5px rgb(0 0 0 / 15%); }
.search_box .warper{ padding: 0 10%; }
.searchform{ overflow: hidden; position: relative; width: 100%; transition: all .3s;}
.searchform input{ width: 100%; font-size: 16px; border: 1px solid #e7e7e7; border-top-left-radius: 5px; border-bottom-left-radius: 5px; color: #333; line-height:48px; padding-left:20px; padding-right: 98px; font-family: Outfit-Regular; }
.searchform button{ width:88px; line-height:45px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background:linear-gradient(-30deg,#0062ad,#028fd4); border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ color: #fff; font-size: 22px; }
.searchform input::-webkit-input-placeholder { color: #666;}
.searchform input:-moz-placeholder {  color: #666;}

.position,header:hover{ background: linear-gradient(-30deg,#0062ad,#028fd4); box-shadow: 0 1px 10px rgba(0,0,0,0.12); }


#banner_home{ position: relative; }
.banner{ overflow: hidden; }
.banner .item{ position: relative; }
.banner .item img{ width: 100%; }
.item_text{ position: absolute; text-align: center; color: #fff; top: 32%; left: 50%; transform: translateX(-50%); width: 1100px; z-index: 5; }
.item_text h2{ opacity: 0; margin-bottom: 40px; font-size: 56px; line-height: 60px; display: inline-block; position: relative; z-index: 0; font-family: Inter-Bold; }
.item_text p{ font-size: 20px; opacity: 0; line-height: 30px; font-family: Inter-Light; }
.itelink{ margin-top: 70px; opacity: 0; padding: 0 10%; }
.itelink a{ width: 47.5%; display: inline-block; height: 60px; line-height: 60px; margin-right: 4%; background: #fff; border-radius: 6px; text-align: center; font-family: Inter-Light; }
.itelink a:last-child{ margin-right: 0; }
.itelink a:hover{ background: #ff770f; color: #fff; }
.banner .item.slick-active .item_text h2{
  -webkit-animation: fadeInDown 1s 1s forwards;
  animation: fadeInDown 1s 1s forwards;
}
.banner .item.slick-active .item_text p{
  -webkit-animation: fadeInUp 1s 1s forwards;
  animation: fadeInUp 1s 1s forwards;
}
.banner .item.slick-active .itelink{
  -webkit-animation: fadeInUp 1s 1s forwards;
  animation: fadeInUp 1s 1s forwards;
}
.ban_arrow{ width: 100%; position: absolute; top: 42%; left: 0;  }
.ban_arrow span{ display: inline-block; width: 50px; height: 50px; line-height: 50px; background: rgba(255, 255, 255, 0.6); text-align: center; border-radius: 60px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #028fd4; font-size: 20px; }
.ban_prev{ left: 6%; transform: rotate(180deg); }
.ban_next{ right: 6%; }
.ban_arrow span:hover{ background: linear-gradient(-30deg,#0062ad,#028fd4); }
.ban_arrow span:hover i{ color: #fff; }

.changpic{ width: 100%; overflow: hidden; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.3s; }

.cl{ clear: both; }
.pro_rel{ position: relative; }

/*标题*/
.itith2{ font-size: 56px; line-height: 60px; font-family: Outfit-Bold; text-transform: uppercase; }
/*首页*/
.icop{ padding: 64px 0 86px; background: url(images/ihpbgt.jpg) no-repeat; background-size: cover; }
.ictibt{ display: flex; align-items: center; justify-content: space-between;}
.incph2{ font-size: 56px; position: relative; text-transform: uppercase; padding-left: 68px; font-family: Outfit-Bold; }
.incph2:before{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 48px; height: 3px; background: #333; }
.incptit p{ font-size: 16px; margin-top: 12px; line-height: 24px; color: #666; }
.incptit a{ display: inline-block; background: #fff; font-size: 16px; font-family: Outfit-Light; color: #666; border-radius: 80px; padding: 12px 36px; }
.incptit a:hover{ background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; }
.incptit i{ display: inline-block; margin-left: 50px;}

.icopswi{ margin-top: 46px; position: relative;}
.icopgds a{ width: 100%; display: flex; }
.icpole{ width: 50%; padding-right: 140px; padding-top: 56px; }
.icpori{ width: 50%; }
.icilgd{ padding-top: 42px;}
.icleite h3{ overflow: hidden; font-size: 34px; font-family: Outfit-SemiBold; }
.icleite p{ font-size: 16px; height: 144px; overflow: hidden; line-height: 24px; color: #999; overflow: hidden; margin-top: 20px; }
.icleite span{ display: inline-block; transition: all 0.3s; border-radius: 30px; font-family: Outfit-Light; font-size: 16px; background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; padding: 14px 36px; margin-top: 34px; }
.icleite span i{ display: inline-block; margin-left: 20px; }
.inprip{ position: relative; z-index: 0; }
.inprip .changpic{ border-radius: 20px;  box-shadow: 0 0 40px rgb(100 130 149 / 19%);}
.inprip:before{ content: ""; position: absolute; box-shadow: 0 0 40px rgb(100 130 149 / 19%); top: 50%; z-index: -1; left: -80px; width: 100%; transform: translateY(-50%); border-radius: 20px; height: 70%; background: rgba(255, 255, 255, 0.4); }
.inprip:after{ content: ""; position: absolute; top: 50%; box-shadow: 0 0 40px rgb(100 130 149 / 19%); z-index: -2; left: -40px; width: 100%; transform: translateY(-50%); border-radius: 20px; height: 85%; background: rgba(255, 255, 255, 0.4); }
.icopor .slick-track{ padding: 40px 40px 40px 0;}
.icopgds:hover  .icleite span{ transform: translateX(10px);}
.icopgds:hover .inprip .changpic img{ transform: scale(1.15);}
.inc_barr{ position: absolute; bottom: 78px; left: 0; }
.pagingInfo{ position: absolute; width: 74px; bottom: -3px; left: 40px; color: #8faaaa; font-size: 16px; }
.pagingInfo span{ width: 28px; font-size: 28px; color: #028fd4; }
.pagingInfo b{ display: inline-block; width: 26px; font-weight: normal; }
.icp_prev{ cursor: pointer; position: absolute; bottom: 1px; left: 0; }
.icp_next{ position: absolute; cursor: pointer; bottom: 1px; left: 258px; }
.icp_prev i,.icp_next i{ color: #028fd4; display: inline-block; font-size: 18px; }
.icp_prev i{ transform: rotate(180deg); }
.icopor .slick-dots{ position: absolute; z-index: 22; bottom: 90px; left: 126px; width: 120px; display: flex; }
.icopor .slick-dots li{ margin: 0; width: 100%; height: auto;  }
.icopor .slick-dots li button{ padding: 0; width: 100%; height: 2px; background: #c6dada;}
.icopor .slick-dots li.slick-active button{ background: linear-gradient(-30deg,#0062ad,#028fd4); } 

.inappli{ padding: 48px 0 62px; background: url(images/inapbgs.jpg) no-repeat; background-size: cover; }
.inapbox{ padding-left: 390px; position: relative; }
.iaptxdi{ position: relative; color: #fff; padding-left: 110px; padding-top: 42px; }
.iaptxdi:before{ content: ""; position: absolute; top: 0; left: 0; width: 78px; height: 41px; background: url(images/yhico.png) no-repeat; background-size: cover; }
.iaptxdi .itith2{ margin-bottom: 25px; text-shadow: 3px 0 4px rgba(22, 105, 150, 1); }
.iaptxdi p{ line-height: 26px; color: #fff; font-family: Outfit-Light; }
.applogo{ position: absolute; top: 0; left: -90px; }
.inindus{ position: relative; }
.induspo{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 0 170px; }
.induspo ul{ height: 100%; border-right: 1px solid rgba(255, 255, 255, 0.6); }
.induspo ul li{ border-left: 1px solid rgba(255, 255, 255, 0.6); }
.induspo ul li a{ display: flex; align-items: flex-end; width: 100%; height: 100%; }
.indubot{ padding: 0 32px 54px; }
.indubot h3{ font-size: 24px; margin-bottom: 18px; line-height: 36px; color: #fff; font-family:Outfit-SemiBold; }
.indubot p{ font-size: 16px; display: none; line-height: 24px; font-family: Outfit-Light; color: #fff; height: 96px; overflow: hidden; }
.indubot span{ color: #fff; border-radius: 50px; transition: all 0.3s; display: inline-block; font-size: 16px; font-family: Outfit-Light; }
.indubot span i{ display: inline-block; margin-left: 24px; }
.induspo ul li.slick-current{ background: rgba(0, 0, 0, 0.5); }
.induspo ul li.slick-current .indubot p{ display: block; }
.induspo ul li.slick-current .indubot span{ margin-top: 60px; padding: 12px 30px; background: linear-gradient(-30deg,#0062ad,#028fd4); }
.indusul .slick-list,.indusul .slick-track{ height: 100%;}
.idl_prev,.idl_next{ position: absolute; top: 45%; color: #fff; cursor: pointer;}
.idl_prev i,.idl_next i{ font-size: 30px; display: inline-block;}
.idl_prev{ left: 70px;}
.idl_next{ right: 70px;}
.idl_prev i{ transform: rotate(180deg);}

.iacoivs{ padding: 100px 0 86px; background: linear-gradient(-73deg,#e0ecf2,#f7fafb); position: relative;}
.iacomv{ margin-top: 28px; width: 52%;}
.iacomv h2{ font-size: 26px; margin-bottom: 18px; font-family: Outfit-Medium; font-weight: normal;}
.iacomv p{ font-size: 16px; line-height: 26px;}
.iacomv a{ display: inline-block; margin-top: 50px; border: 1px solid #333; border-radius: 50px; padding: 12px 30px; font-size: 16px;}
.iacomv a i{ display: inline-block; margin-left: 40px;}
.iacomv a:hover{ background: linear-gradient(-30deg,#0062ad,#028fd4); transform: translateX(10px); border: 1px solid #0062ad; color: #fff;}
.iacopiimg{ position: absolute; bottom: 196px; right: 0; width: 1073px;}
.ianumiv{ margin-top: 92px; padding-left: 24%;}
.ianulst{ display: flex; overflow: hidden; position: relative; z-index: 22; background: #fff; border-radius: 20px 0 0 20px; box-shadow: 0 0 40px rgb(113 151 170 / 14%); }
.ianulst li{ width: 25%; padding: 20px 52px 20px 28px; overflow: hidden; position: relative; transition: all 0.3s;}
.ianulst li::before{ content: ""; position: absolute; z-index: -1; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 80%; background: #d4dde2;}
.ianulst li i{ font-size: 52px; color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }
.ianulst li b{ display: block; text-align: right; font-size: 32px; margin-top: 12px; }
.ianulst li b span{ font-size: 60px; font-family: oswald-r; font-weight: normal; }
.ianulst li p{ text-align: right; font-family: Outfit-Light;}
.ianulst li em{ position: absolute; bottom: -120px; left: -80px; font-size: 260px; color: rgb(255 255 255 / 12%);}
.ianulst li:last-child{ border-right: none;}
.ianulst li:hover{ background: linear-gradient(-30deg, #0062ad, #028fd4); color: #fff; }
.ianulst li:hover i{ color: #fff;}

.in_jeswi{ position: relative; }
.inje_tit{ width: 100%; position: absolute; top: 94px; z-index: 22; left: 0; }
.inje_tit .itith2{ color: #fff;}
.inje_item{ padding: 210px 0 260px; }
.inje_item h3{ transition: all 0.3s; margin-bottom: 20px; font-weight: normal; color: #fff; font-size: 24px; font-family: Outfit-SemiBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.icojxp{ height: 224px;}
.icojxp p{ color: #fff; font-size: 16px; line-height: 28px; font-family: Outfit-Light; }

.inje_item h3:hover{ transform: translateX(10px); }
.inje_swi .slick-current .inje_itho:before{ background-image: linear-gradient(-30deg,#0062ad,#028fd4); opacity: 1; right: 0; bottom: 0; border-radius: 0; width: 100%; height: 100%; }
.inje_swi .slick-current .inje_itho p,.inje_swi .slick-current .inje_itho span{ color: #fff; }
.inje_arr{ position: absolute; top: 16%; left: 0; width: 100%; z-index: 10; }
.inje_arr span{ cursor: pointer; position: absolute; top: 0; display: flex; align-items: center; justify-content: center; }
.inje_arr span i{ font-style: normal; font-family: POPPINS-REGULAR;  color: #fff; display: inline-block; font-size: 50px; }
.inje_arr span.ije_prev{ left: -50px;  }
.inje_arr span.ije_next{ right: -50px; }
.injeboho{ position: absolute; bottom: 94px; left: 0; width: 100%; }
.inje_swi .item{ margin: 0 7px; }
.inje_itho{ position: relative; border-radius: 10px; overflow: hidden; z-index: 0; cursor: pointer; background: #fff; padding: 44px 104px 44px 36px; }
.inje_itho:before{ opacity: 0.1; z-index: -1; background-image: linear-gradient(-30deg,#0062ad,#028fd4); content: ""; transition: all 0.3s; width: 208px; height: 208px; border-radius: 208px; position: absolute; right: -106px; bottom: -120px; }
.inje_itho p{ font-size: 20px; font-family: Outfit-Medium; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inje_itho span{ position: absolute; right: 35px; top: 26px; color: #028fd4; font-size: 50px; font-family: Outfit-SemiBold; }

.ilanes{ padding: 70px 0 88px;}
.ilest{ display: flex; align-items: center; justify-content: space-between;}
.ilest a{ display: inline-block; border-radius: 30px; font-family: Outfit-Light; font-size: 16px; background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; padding: 14px 36px; }
.ilest a i{ display: inline-block; margin-left: 20px; }
.ilest a:hover{ transform: translateX(10px);}
.ilanuls{ display: flex; margin-top: 42px; gap: 0 44px; }
.ilanuls li{ width: 35%;}
.ilanitem{ background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 0 50px rgb(86 134 170 / 20%);}
.ilntxt{ padding: 22px 28px 54px;}
.ilntxt em{ font-style: normal; font-size: 14px; color: #99a89e; font-family: Outfit-Light; }
.ilntxt em i{ font-size: 20px; margin-right: 5px; color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }
.ilntxt h3{ font-size: 18px; margin: 14px 0; line-height: 24px; font-weight: normal; height: 48px; overflow: hidden; font-family: Outfit-Medium;}
.ilntxt p{ font-size: 16px; line-height: 22px; height: 66px; overflow: hidden; color: #333;}
.ilntxt span{ display: inline-block; margin-top: 22px; border: 1px solid #aaa; border-radius: 50px; padding: 12px 30px; font-size: 16px;}
.ilntxt span i{ display: inline-block; margin-left: 20px;}
.ilanitem:hover .changpic img{ transform: scale(1.15);}
.ilanitem:hover .ilntxt span{ background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; border: 1px solid #0062ad;}



footer{ overflow: hidden; background: url(images/fobgt.jpg) no-repeat; background-size: cover; }
.foopt{ padding: 30px 0; border-bottom: 1px solid rgb(255 255 255 / 20%); display: flex; align-items: center; justify-content: space-between;}
.foloname{ display: flex; align-items: center;}
.foloname p{ font-size: 30px; font-family: Outfit-Bold; color: #fff; margin-left: 25px;}
.foopt .hmedia a{ width: 50px; height: 50px; line-height: 50px; font-size: 24px;}

.fo_boxdiv{ width: 100%; display: flex; justify-content: space-between; overflow: hidden; margin-top: 40px; }
.fo_boxdiv h4{ text-transform: capitalize; position: relative; padding-bottom: 15px; font-size: 22px; color: #fff; font-family: Outfit-Medium; font-weight: normal; margin-bottom: 26px; }
.fo_boxdiv h4::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 32px; height: 4px; background: #fff; border-radius: 10px;}
.fo_opul li{ position: relative; color: #fff; margin-bottom: 22px; font-size: 16px; font-family: Outfit-Light;  }
.fo_opul li a{ display: inline-block; color: #fff; }
.fo_opul li:hover a{ text-decoration: underline; color: #fff;  }
.fo_opul li:last-child{ margin-bottom: 0; }

.fopc{ color: #fff; font-size: 16px; line-height: 26px;}
.fo_boitem1{ width: 9%;}
.fo_boitem2{ width: 25%; }
.fo_boitem3{ width: 32%; }
.fo_boitem4{ width: 25%; }
.fo_opulxl{ margin-top: 16px;}
.fo_opulxl li{ margin-bottom: 22px; position: relative; padding-left: 28px; color: #fff; font-size: 16px; font-family: Outfit-Light;}
.fo_opulxl li a{ color: #fff}
.fo_opulxl li a:hover{ text-decoration: underline}
.fo_opulxl li i{ position: absolute; left: 0; top:0; font-size: 18px; color: #fff;}


.media{ margin-top: 26px;  }
.media a{ margin-right: 5px; width: 36px; text-align: center; background: #fff; height: 36px; border-radius: 36px; line-height: 36px; font-size:18px; display:inline-block;}
.media a:nth-of-type(1){ color: #3a82d3;}
.media a:nth-of-type(2){ color: #30afeb;}
.media a:nth-of-type(3){ color: #0085b2;}
.media a:nth-of-type(4){ color: #d20000;}
.media a:hover{ opacity: 0.85; }

.f_mes input{ height:40px; line-height: 40px; }
.f_mes input,.f_mes textarea{ width: 100%; color: #333; border-radius: 4px; background:#fff; border:none; padding: 5px 18px; font-family: Outfit-Light; resize: none; font-size: 14px;}
.f_mes input::-webkit-input-placeholder, .f_mes textarea::-webkit-input-placeholder{ color: #999; }
.f_mes textarea{ padding:12px 18px; height: 112px; }
.f_mes button{ transition: all 0.3s; border: none; cursor: pointer; width:165px; background: rgb(255 255 255 / 20%); border-radius: 30px; font-family: Outfit-Regular; font-size: 14px; height: 40px; line-height: 40px; text-align: center; color: #fff; }
.f_mes ul li{ position: relative; margin-bottom: 8px; }
.f_mes ul li font{ position: absolute; top: 14px; left: 5px; color: #ef3503; }
.f_mes button:hover{ transform: translateX(10px); color: #fff; background: linear-gradient(-30deg,#0062ad,#028fd4); }

.fo_cop{ border-top: 1px solid rgba(255, 255, 255, 0.16); overflow: hidden; text-align: center;  padding: 20px 0; margin-top: 62px; }
.fo_cop p{ font-size: 14px; color: rgb(255 255 255 / 60%); }
.fo_cop p a{ color: rgb(255 255 255 / 60%); }
.fo_cop p a:hover{ color: #fff; }

.l_fixed{ width: 68px; position: fixed; top: 35%; right: 0; z-index: 666; }
.l_fixed ul li{ position: relative; margin-bottom: 5px; }
.l_fixed ul li a{ display: block; text-align: center; background: #fff; width: 100%; border-top-left-radius: 100px; border-bottom-left-radius: 100px; box-shadow: 0 6px 18px rgba(112, 165, 199, 0.16); padding: 14px 0 14px 10px; }
.l_fixed ul li i{ font-size: 24px; color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }
.l_fixed ul li p{ color: #666; margin-top: 2px; font-size: 10px; }
.l_fixed ul li:hover a{ background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; }
.l_fixed ul li:hover a i,.l_fixed ul li:hover a p{ color: #fff; }
.l_fixed ul li:last-child a{ padding: 20px 0 20px 5px; }
.l_fixed li:hover .right_hide { opacity: 1; transform: translate(-110%,-50%); visibility: visible}
.right_hide{ background-color: #fff; border-radius: 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); color: #3d3d3d;  left: -10px; line-height: 1.6rem; opacity: 0; padding: 1rem; position: absolute; top: 50%; transform: translate(-130%,-50%); transition: all .5s ease; visibility: hidden; white-space: nowrap}
.right_hide:before { border-bottom: 6px solid transparent; border-left: 8px solid #fff; border-top: 6px solid transparent; content: ""; position: absolute; right: -8px; top: calc(50% - 4px)}
.right_hide img { display: block; max-width: 10rem}


video{ width: 100%; display: block; }


.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
/*位置*/
.subbanner{ position: relative; }
.sub_nav{ position: absolute; top: 42%; width: 100%; left: 0; color: #fff; }
.sub_nav h2{ font-size: 66px; text-transform: uppercase; font-family: Outfit-Bold; }
.sub_nav p{ margin-top: 12px; color: #fff; font-size: 16px; font-family: Outfit-Light; }
.sub_nav p a{ color: #fff; }
.sub_nav p a:hover{ color: #028fd4; }
.sub_nav p i{ font-size: 18px; display: inline-block; margin-right: 5px; }

/*关于我们*/
.abcomv{ padding-bottom: 48px;}
.abcovv{ display: flex; align-items: center;}
.abvlef{ width: 50%;}
.abvrig{ width: 50%; padding-left: 56px;}
.abvrig .changpic{ border-radius: 20px;}
.ahtic{ font-size: 50px; font-family: Outfit-Bold; margin-bottom: 14px;}
.abvlef p{ font-size: 16px; line-height: 28px;}
.abcomv .ianulst{ margin-top: 50px; border-radius: 20px;}
.abcomv .ianulst li:last-child:before{ display: none; }

.abhono{ padding: 64px 0 84px; background: url(images/abhonbg.jpg) no-repeat; background-size: cover;}
.ahotic{ text-align: center;}
.ahotic p{ font-size: 16px; line-height: 26px;}
.honors-sw-hook .swiper-wrapper .li.swiper-slide img { 
  width: 100%; 
  height: auto; 
  box-sizing: border-box; 
}
.honors-sw-hook .swiper-wrapper .li.swiper-slide-active { 
  -webkit-transform: scale(1); 
  transform: scale(1); 
  -o-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  z-index: 10; 
}
.honors-wraper { 
  position: relative; 
  padding: 0; 
}
.honors-sw-hook { 
  position: relative; 
  overflow: hidden; 
  padding: 20px 0 20px !important; 
}
.honors-sw-hook .swiper-wrapper .li { 
  -webkit-transition: all .7s ease, transform 1.0s; /* 合并重复的transition */
  -o-transition: all .7s ease, transform 1.0s; 
  -moz-transition: all .7s ease, transform 1.0s; 
  transition: all .7s ease, transform 1.0s; 
  width: 20%; 
  text-align: center; 
  box-sizing: border-box; 
}
.honors-sw-hook .swiper-wrapper .li.swiper-slide-active {
  font-weight: bold; 
}
.honors-sw-hook .swiper-wrapper .li p { 
  padding-top: 10px; 
}
.honors-sw-hook .swiper-wrapper .li img { 
  display: block; 
  width: 100%;
  height:auto; 
}
.swiper-btn { 
  display: block; 
  width: 38px; 
  height: 38px; 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  color: #4da1e9;border-radius: 60px; line-height: 36px;
    text-align: center;
    border: 1px solid #4da1e9; cursor: pointer;
  z-index: 99; 
}
.swiper-btn i{ display: inline-block;}
.honor-prev { 
  left: 0; 
  background-position: 0 0; 
}
.honor-prev i{ transform: rotate(180deg);}
.honor-next { 
  right: 0; 
  background-position: right 0; 
}
@media (min-width: 1024px) {
  .honors-wraper { margin-top: 25px; }
  .honors-sw-hook { padding: 40px 0 !important; }
  .honors-sw-hook .swiper-wrapper{padding:0;}
  .honors-sw-hook .swiper-wrapper .li { 
    -webkit-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    margin-right: 25px; 
  }
  .honors-sw-hook .swiper-wrapper .li.swiper-slide-active { 
    -webkit-transform: scale(1.15); 
    transform: scale(1.15); 
    -o-transform: scale(1.15); 
    -moz-transform: scale(1.15); 
    -ms-transform: scale(1.15); 
    z-index: 10; 
  }
  .honors-sw-hook .swiper-wrapper .li p { 
    -webkit-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    -o-transform: scale(1.2); 
    transform: scale(1.2); 
    -moz-transform: scale(1.2); 
    padding-top: 18px; 
  }
  .honors-sw-hook .swiper-wrapper .li.swiper-slide-active p { 
    -webkit-transform: scale(0.9); 
    -ms-transform: scale(0.9); 
    -o-transform: scale(0.9); 
    transform: scale(0.9); 
    -moz-transform: scale(0.9); 
  }
  .honors-sw-hook .swiper-wrapper .li.my-slide-left, 
  .honors-sw-hook .swiper-wrapper .li.my-slide-right { 
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    transform: scale(1); 
    z-index: 9; 
    -moz-transform: scale(1); 
    -o-transform: scale(1); 
  }
  .honors-sw-hook .swiper-wrapper .li.my-slide-left p, 
  .honors-sw-hook .swiper-wrapper .li.my-slide-right p { 
    -webkit-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    transform: scale(1.1); 
    z-index: 9; 
    -moz-transform: scale(1.1); 
    -o-transform: scale(1.1); 
  }
  .honors-sw-hook .swiper-wrapper .li.my-slide-left { right: 2%; }
  .honors-sw-hook .swiper-wrapper .li.my-slide-right { left: 2%; }
  .swiper-btn { display: block; }
  .honor-prev { left: -30px; }
  .honor-next { right: -30px; }
  .swiper-btn:hover { box-shadow: 0 0 10px rgba(42,164,189,0.46); background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; }
}
.abshca{ padding: 64px 0 50px;}
.abshca .ahtic{ text-align: center;}
.igtop .item,.igbot .item{ margin: 0 10px; }
.igtop .item .changpic,.igbot .item .changpic{ border-radius: 20px; }
.igbot{ margin-top: 20px;}
.iglpar{ margin-top: 32px;}

/* 历史 */
.hisbox{ padding-bottom: 90px;}
.histic{ font-size: 40px; font-family: Outfit-Bold; margin-bottom: 15px;}
.histxt p{ font-size: 16px; line-height: 28px;}
/* stage title */
.stage-title {
    position: relative; padding-top: 12px; padding-left: 20px; z-index: 0; margin-bottom: 60px;
}
.stage-title span {
    display: inline-flex; position: relative; z-index: 22; align-items: center; min-height: 80px; padding-left: 46px; padding-right: 50px;
    background: #fff; font-size: 26px; font-family: Outfit-SemiBold; box-shadow: 0 0 46px rgb(203 212 222 / 58%);
}
.stage-title span b{ color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }

.stage-title::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 51px; height: 107px;
    background: url(images/lanbk.png) no-repeat;
    background-size: cover;
}

/* timeline */
.hisstage{ margin-top: 40px;}
.timeline-list {
    position: relative;
    padding-left: 36px;
}
.timeline-list::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #cfd9e7;
}

.timeline-item {
    position: relative;
    padding-bottom: 40px;
}
.timeline-item::before{ 
    content: '';
    position: absolute;
    left: -34px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #004ba0;
    border-radius: 50%;

}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.timeline-text {
    flex: 1;
}
.timeline-text h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 14px;
    font-family: Outfit-SemiBold; font-weight: normal;
}
.timeline-text p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.timeline-img {
    width: 356px;
    flex-shrink: 0;
}
.timeline-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.hiscerb{ background: #f4f8fa; padding: 54px 0 60px;}
.hicelist{ display: grid; margin-top: 30px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:36px 18px;}
.hicpiho{ position: relative; border-radius: 10px; overflow: hidden;}
.hicpiho span{ position: absolute; top: 18px; border-radius: 8px; left: 18px; font-family: Outfit-Bold; color: #fff; background: linear-gradient(-30deg,#0062ad,#028fd4);  display: inline-block; width: 78px; height: 40px; line-height: 40px; text-align: center;}
.hiceitem h3{ font-size: 18px; margin: 16px 0; line-height: 24px; font-family: Outfit-Regular; font-weight: normal;}
.hiceitem p{ line-height: 22px;}
.hiceitem:hover .changpic img{ transform: scale(1.05);}

.advwar{ padding-bottom: 90px;}
.adhti{ font-size: 20px; margin: 16px 0 12px; font-family: Outfit-SemiBold; font-weight: normal;}

/* advlisut */
.advlisut {
    margin-top: 40px;
}
.advitem {
    display: flex;
    align-items: center; overflow: hidden;
    gap: 50px; background: #f4f8fa; border-radius: 20px;
    margin-bottom: 30px;
}
.advitem:last-child {
    margin-bottom: 0;
}
.advimg {
    width: 45%;
    flex-shrink: 0;
    overflow: hidden;
}
.advimg img {
    width: 100%;
    height: auto;
    display: block;
}
.advtext {
    flex: 1;
    padding-right: 38px;
}
.advtext h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-family: Outfit-Bold, sans-serif;
}
.advdet {
    margin-bottom: 20px;
}
.advdet:last-child {
    margin-bottom: 0;
}
.advdet h4 {
    font-size: 16px;
    font-weight: normal;
    color: #1a1a1a;
    margin-bottom: 6px;
    font-family: Outfit-Medium;
}
.advdet p {
    font-size: 16px;
    line-height: 22px;
}



/* coopti */
.coopti {
   
}
.coobg {
    background: url(images/coscobg.jpg) no-repeat center/cover;
    padding: 60px 0;
    text-align: center;
}
.coobg h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    font-family: Outfit-Bold, sans-serif;
}
.coocard {
    background: rgba(255,255,255,0.2);
    border-radius: 16px;
    padding: 40px;
    max-width: 1224px; color: #fff;
    margin: 0 auto 30px;
    backdrop-filter: blur(4px);
}
.coocard p {
    font-size: 16px;
    line-height: 1.8; font-family: Outfit-Light;
    margin-bottom: 8px;
}
.coocard p a{ color: #fff;}
.coocard p a:hover{ text-decoration: underline;}
.coocard p.cooslog {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 12px;
    font-family: Outfit-Medium;
}
.coobtn {
    display: inline-block;
    background:linear-gradient(-30deg,#0062ad,#028fd4);
    color: #fff; font-family: Outfit-Medium;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.coobtn:hover {
    transform: translateY(-2px); color: #fff;
}
/* ser服务 */
.comm_tit{ position: relative; padding-left: 12px; margin-bottom: 32px;}
.comm_tit::before{ content:''; position: absolute; left: 0; top: 0; width: 12px; height: 100%; background: linear-gradient(-30deg,#0062ad,#028fd4); }
.comm_tit h2{ font-size: 28px; font-family: Outfit-Bold; background: #ebf1f4; display: inline-block; padding: 16px 66px 16px 48px; }
.comm_tit h2 span{ color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }

.serab{ padding-top: 50px;}
.ser_list{ display: flex; flex-direction: column; gap: 60px;}
.ser_item{ display: flex; align-items: center; gap: 50px; background: #f4f8fa; border-radius: 20px; overflow: hidden;}
.ser_img{ flex: 0 0 44%; max-width: 44%;}
.ser_img img{ width: 100%; height: auto; display: block;}
.ser_txt{ flex: 1; padding-right: 36px;}
.ser_txt h3{ font-size: 22px; font-family: Outfit-Bold; margin-bottom: 24px;}
.ser_para{ margin-bottom: 16px;}
.ser_para:last-child{ margin-bottom: 0;}
.ser_para h4{ font-size: 16px; font-family: Outfit-Medium; margin-bottom: 6px; font-weight: normal;}
.ser_para p{ font-size: 16px; line-height: 22px; color: #666;}
.ser_list .ser_item:nth-child(2n){ flex-direction: row-reverse;}
.ser_list .ser_item:nth-child(2n) .ser_txt{ padding-right: 0; padding-left: 36px;}

.ser_process{ padding-top: 50px; }
.serpcim img{ transform: scale(1.05);}
.serpcim{ margin-top: 42px;}

.ser_why{ padding-top: 50px;}
.swhuls{ display: flex; gap: 44px;}
.swhuls li{ flex: 1;}
.shutext{ margin-top: 26px;}
.shuite .changpic{ border-radius: 20px;}
.shutext h3{ font-size: 20px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 8px; }
.shutext p{ font-size: 16px; line-height: 24px;}

/* se */
.gsoge{ position: relative;}
.gsobg{ 
    background: url(images/coscobg.jpg) no-repeat center center; 
    background-size: cover; 
    position: relative; 
    padding: 90px 0;
}
.gsobg .warper{ position: relative; z-index: 2;}
.gsoinner{ text-align: center; color: #fff;}
.gsoinner h2{ font-size: 32px; font-family: Outfit-Bold; margin-bottom: 18px; font-weight: normal;}
.gsoinner p{ line-height: 1.8; margin: 0; font-family: Outfit-Medium;}
.gsoinner p i{ display: inline-block; width: 5px; height: 5px; background: #fff; border-radius: 50%; vertical-align: middle; margin-right: 8px; margin-top: -2px;}
.gsoinner p a{ color: #fff;}
.gsoinner p a:hover{ text-decoration: underline;}
.gsoupload{  min-width: 1000px; display: inline-block;
    gap: 8px; 
    margin-top: 20px; 
    background: rgba(255,255,255,0.3); 
    border-radius: 16px; 
    padding: 24px 36px;
}
.gsoicon{ display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; background: #fff; border-radius: 50%; color: #028fd4;}
.gsoicon i{ font-size: 26px;}
.gsotxt{ font-size: 16px; color: #fff; display: block; margin-top: 4px;}
.gsofile{ position: absolute; opacity: 0; width: 0; height: 0; overflow: hidden;}
.gsoupload{ cursor: pointer; transition: all 0.3s ease;}
.gsoupload:hover{ background: rgba(255,255,255,0.25);}
.gesubtn{ display: block; width: 160px; cursor: pointer; font-size: 16px; font-family: Outfit-Medium; margin: 14px auto 0; background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; height: 50px; border-radius: 10px; border: none;}
/* whycho */
.whycho .whyc_item:nth-of-type(even){ background: #f4f8fa;}
.whyc_item{ padding: 45px 0 56px;}
.whyc_item:last-child{ margin-bottom: 0;}
.whyc_txt{ margin-bottom: 30px;}
.whyc_txt h3{ font-size: 26px; font-family: Outfit-Bold; margin-bottom: 16px;}
.whyc_txt p{ font-size: 16px; line-height: 28px; color: #666;}

.whyc_slide_wrap{ position: relative;}
.whyc_slide .item img{ width: 100%; height: auto; border-radius: 16px; display: block;}
.whyc_arr{ position: absolute; top: 45%; left: 0; width: 100%; z-index: 10; pointer-events: none;}
.whyc_arr span{ pointer-events: auto; cursor: pointer; position: absolute; top: 0; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid #0062ad; background: #fff; color: #0062ad; transition: all 0.3s ease;}
.whyc_arr span i{ font-size: 14px; display: inline-block;}
.whyc_arr .whyp_prev{ left: -70px; }
.whyc_arr .whyp_prev i{ transform: rotate(180deg); }
.whyc_arr .whyp_next{ right: -70px;}
.whyc_arr span:hover{ background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; border-color: transparent;}

/* solus */
.soluli{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 40px;}
.soluitem .changpic{ border-radius: 20px;}
.soltxt{ margin-top: 30px;}
.soltxt h3{ font-size: 22px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.soltxt p{ font-size: 16px; line-height: 26px; color: #333; height: 52px; overflow: hidden;}
.soltxt span{ display: inline-block; transition: all 0.3s ease; margin-top: 26px; border: 1px solid #333; border-radius: 50px; padding: 12px 30px; font-size: 16px;}
.soltxt span i{ display: inline-block; margin-left: 26px;}
.soluitem:hover .soltxt span{ background: linear-gradient(-30deg,#0062ad,#028fd4); transform: translateX(10px); border: 1px solid #0062ad; color: #fff;}
.soluitem:hover .changpic img{ transform: scale(1.15);}

.sotic{ display: flex; align-items: center; justify-content: space-between;}
.sotic h1{ font-size: 36px; font-family: Outfit-SemiBold; font-weight: normal;}
.sotic a{ display: inline-block; font-size: 16px; font-family: Outfit-Light; background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; padding: 10px 38px; border-radius: 50px; }
.sotic a i{ display: inline-block; margin-left: 30px;}
.sotic a:hover{ transform: translateY(5px); }
.sopiciv{ margin-top: 52px;}
.sopitem{ margin-bottom: 48px;}
.sopiciv .sopitem:last-child{ margin-bottom: 0;}

/* case */
.cafle .prlef{ width: 360px;}
.cafle .prrig{ width: calc(100% - 360px); padding-left: 46px;}
.calistul li{ margin-bottom: 22px;}
.calistul li:last-child{ margin-bottom: 0;}
.calitem a{ display: flex; align-items: center; border-radius: 20px; overflow: hidden; background: #f4f8fa; }
.calilef{ width: 364px;}
.calirig{ width: calc(100% - 364px); padding: 0 60px;}
.calirig h3{ font-size: 24px; margin-bottom: 12px; font-family: Outfit-SemiBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal;}
.calitem a:hover .changpic img{ transform: scale(1.15); }
.calirig p{ font-size: 16px; line-height: 28px; color: #333; font-family: Outfit-Light; /*height: 140px; */overflow: hidden;}
.calirig span{ display: inline-block; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 28px; border-radius: 40px; border: 1px solid #aaa; margin-top: 20px; font-size: 16px;}
.calirig span i{ display: inline-block;  margin-left: 28px; color: #666;}
.calitem:hover .changpic img{ transform: scale(1.15); }
.calitem:hover .calirig span{ transform: translateX(10px); background: linear-gradient(-30deg,#0062ad,#028fd4); border: 1px solid #0062ad; color: #fff; }
.calitem:hover .calirig span i{ color: #fff;}
/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #a4cd4e; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}

.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}


/*产品列表*/
.pat65{ padding-top: 65px;}
.prowar{ padding-bottom: 74px; }
.probox{ display: flex;}
.prlef{ width: 450px;}
.prrig{ width: calc(100% - 450px); padding-left: 46px;}
.prcativ{ color: #fff; border-radius: 20px 20px 0 0; position: relative; font-size: 32px; font-family: Outfit-Bold; text-transform: uppercase; padding: 38px 34px; background: linear-gradient(-30deg,#0062ad,#028fd4); }
.prcativ a{ display: none; position: absolute; top: 0; right: 0; height: 100%; width: 100%; line-height: 70px; text-align: right; color: #fff; padding-right: 20px; }
.accordion {width: 100%; background: #f7fafb; padding: 20px 20px 44px; border-radius: 0 0 20px 20px; }
.accordion li{ margin-bottom: 10px; }
.accordion li .links.active{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.accordion li .links.active::before{ content: ""; position: absolute; bottom: 0; left: 24px; width:calc(100% - 48px); height: 1px; background: #e0e8eb;}
.accordion .links{ border-radius: 10px; background: #fff; cursor: pointer; display: block; position: relative; padding: 20px 30px 20px 20px; }
.accordion .links::after{ content: "\ec90"; font-family: iconfont; position: absolute; top: 25px; right: 10px; font-size: 18px; color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text;}
.accordion .links a{ font-family: Outfit-SemiBold; color: #333; display: inline-block; position: relative; font-size: 20px; }
.accordion li .links.active::after{ transform: rotate(90deg);}
.submenu {display: none;  background: #fff; padding: 15px 24px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; }
.submenu.on{ display: block; }
.submenu li.on div{ display: block; }
.accordion li ul.active{display: block}
.submenu li{ display:block; position: relative; line-height: normal; margin-bottom: 12px; }
.submenu a{ line-height: 20px; display: inline-block;  }
.supiv p a:hover{ color: #028fd4; }
.supiv p{ padding: 12px 0; }
.plisul li{ padding: 22px 0; border-bottom: 1px solid #e8edf0;}
.plisul li:first-child{ padding-top: 0;}
.plisul li:last-child{ border-bottom: none;}
.plitmst a{ display: flex; align-items: center;}
.plivlef{ width: 385px; }
.plivrig{ width: calc(100% - 385px); padding-left: 40px;}
.plivlef .changpic{ border-radius: 20px; box-shadow: 0 0 40px rgba(156,191,212,.19);}
.plivrig h3{ font-size: 22px; margin-bottom: 14px; font-family: Outfit-SemiBold; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.plivrig p{ font-size: 16px; line-height: 26px; height: 78px; overflow: hidden; color: #999;}
.plivrig span{ display: inline-block; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 28px; border-radius: 40px; border: 1px solid #aaa; margin-top: 40px; font-size: 16px;}
.plivrig span i{ display: inline-block;  margin-left: 28px; color: #666;}
.plitmst:hover .plivrig span{ transform: translateX(10px); background: linear-gradient(-30deg,#0062ad,#028fd4); border: 1px solid #0062ad; color: #fff; }
.plitmst:hover .plivrig span i{ color: #fff;}
.plitmst:hover .changpic img{ transform: scale(1.15);}
.pornavs{  position: absolute; top: 0; left: 0; width: 436px; z-index: 22; background: #fff; height: 100%; box-shadow: 0 10px 21px rgba(179, 199, 212, 0.19); }
.postic{ position: sticky; padding-top: 56px; top: 80px; left: 0; width: 100%; padding-left: 36px; padding-right: 40px; } 








/* epc服务 */
.epcser{ padding-bottom: 70px;}
.epctit{ position: relative; padding-right: 408px;}
.epchti{ font-size: 56px; font-family: Outfit-Bold;}
.epctit p{ font-size: 16px; line-height: 22px; color: #666;}
.epctit a{ position: absolute; border-radius: 50px; display: inline-block; font-size: 16px; background: linear-gradient(-30deg,#0062ad,#028fd4); font-family: Outfit-Light; padding: 12px 68px; color: #fff; right: 0; top: 50%; transform: translateY(-50%);} 
.epctit a:hover{ transform: translateX(10px)translateY(-50%);}
.epclistc{ margin-top: 34px;}
.epclistc li{ margin-bottom: 36px;}
.epclistc li:last-child{ margin-bottom: 0;}
.epcitem a{ display: flex; overflow: hidden; align-items: center; width: 100%; border-radius: 20px; background: #eef4f6;}
.epilef{ width: 50%; padding-right: 66px;}
.epirig{ width: 50%; padding-right: 40px;}
.epilef .changpic{ border-radius: 20px;}
.epirig h2{ font-size: 38px; font-family: Outfit-Bold; margin-bottom: 14px;}
.eppdec{ font-size: 16px; line-height: 22px; color: #666;}
.epipvp{ margin-top: 12px;}
.epipvp p{ font-size: 18px; color: #333; position: relative; padding-left: 20px; line-height: 30px; font-family: Outfit-Light;}
.epipvp p::before{ content: ""; position: absolute; top: 10px; left: 0; width: 8px; height: 8px; background: linear-gradient(130deg, #028fd4 , #14abae); border-radius: 8px;}
.epcitem:hover .changpic img{ transform: scale(1.15);}
.epirig span{ display: inline-block; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 28px; border-radius: 40px; border: 1px solid #028fd4; margin-top: 26px; font-size: 16px;}
.epirig span i{ display: inline-block;  margin-left: 48px; background: linear-gradient(130deg, #028fd4 , #14abae); color: transparent; -webkit-background-clip: text; 
  background-clip: text;}
.epcitem:hover .epirig span{ transform: translateX(10px); background: linear-gradient(130deg, #028fd4 , #14abae); color: #fff; }
.epcitem:hover .epirig span i{ color: #fff;}

.epsupp{ margin-top: 54px;}
.epsupp .epchti{ text-align: center;}
.epsultab{ margin-top: 28px; display: flex; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;}
.epsultab li{ width: 25%; position: relative; padding: 26px 0 32px; cursor: pointer; text-align: center;}
.epsultab li i{ font-size: 50px; background: linear-gradient(-30deg,#0062ad,#028fd4); color: transparent; -webkit-background-clip: text; background-clip: text; }
.epsultab li p{ font-size: 22px; margin-top: 26px; font-family: Outfit-Medium;}
.epsultab li.on{ background: #f9f9f9;}
.epsultab li::before{ content: ""; position: absolute; width: 0; height: 5px;  background: linear-gradient(130deg,#028fd4 50%,#14abae 50%); bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s;}
.epsultab li.on::before{ width: 100%;}
.tesubo{ margin-top: 40px;}
.tesbitem{ display: flex; align-items: center; background: #eef4f6; border-radius: 20px; overflow: hidden;}
.tesblef{ width: 50%; padding-right: 60px;}
.tesbrig{ width: 50%; padding-right: 95px;}
.tesblef .changpic{ border-radius: 20px;}
.tesh3{ font-size: 38px; font-family: Outfit-Bold; margin-bottom: 14px;}
.tesbrig p{ font-size: 16px; line-height: 22px; color: #666;}
.epulsuppu{ margin-top: 50px; display: flex;}
.epulsuppu li{ width: 48.5%; padding: 64px 62px 85px; color: #fff; border-radius: 20px; margin-right: 3%; background-repeat: no-repeat; background-size: cover;}
.epulsuppu li:last-child{ margin-right: 0;}
.epulsuppu li p{ font-size: 16px; line-height: 22px;}
.epulsuppu li a{ display: inline-block; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 28px; border-radius: 40px; background: #fff; margin-top: 40px; font-size: 16px;}
.epulsuppu li a i{ display: inline-block;  margin-left: 46px; background: linear-gradient(130deg, #028fd4 , #14abae); color: transparent; -webkit-background-clip: text; 
  background-clip: text;}
  .epulsuppu li a:hover{ transform: translateX(10px);}
.recas{ margin-top: 54px;}
.recliuls{ margin-top: 25px; display: flex;}
.recliuls li{ width: 32%; margin-right: 4%;}
.recliuls li:last-child{ margin-right: 0;}
.recaitem .changpic{ border-radius: 20px;}
.recxt{ margin-top: 14px;}
.recxt h3{ font-size: 18px; margin-bottom: 6px; line-height: 26px; font-weight: normal; height: 52px; overflow: hidden; font-family: Outfit-Medium;}
.recxt p{ font-size: 16px; line-height: 22px; height: 44px; overflow: hidden; color: #666;}
.recxt span{ display: inline-block; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 28px; border-radius: 40px; border: 1px solid #028fd4; margin-top: 22px; font-size: 16px;}
.recxt span i{ display: inline-block;  margin-left: 42px; background: linear-gradient(130deg, #028fd4 , #14abae); color: transparent; -webkit-background-clip: text; 
  background-clip: text;}
.recaitem:hover .changpic img{ transform: scale(1.15);}
.recaitem:hover .recxt span{ transform: translateX(10px); background: linear-gradient(130deg, #028fd4 , #14abae); color: #fff; }
.recaitem:hover .recxt span i{ color: #fff;}
.remes{ margin-top: 38px;}

.estdl{ display: flex; background: #eef4f6; border-radius: 20px; align-items: center;}
.estdl .epilef { order: 2; padding-left: 66px; padding-right: 0;}
.estdl .epirig{ order: 1; padding-right: 0; padding-left: 40px;}
.estdl .epirig h2{ font-size: 50px;}
.estdl a{ display: inline-block; width: auto; color: #fff; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 68px; border-radius: 40px; background: linear-gradient(130deg, #028fd4 , #14abae); margin-top: 26px; font-size: 16px;}
.estdl:hover .changpic img{ transform: scale(1);}
.estdl a:hover{ transform: translateX(10px);}
.epcdca{ }
.dehjh2{ font-size: 42px; margin-bottom: 10px; font-family: Outfit-SemiBold;}
.ecxpx p{ line-height: 30px; color: #666; font-family: Outfit-Light;}
.epfult{ width: 100%; overflow: hidden; margin: 15px 0;}
.epfult li{ float: left; width: 24.2%; margin-right: 1%; text-align: center; }
.epfult li:last-child{ margin-right: 0; }
.epfult li .changpic{ border-radius: 10px;}
.epove{ display: flex;}
.epovlef{ width: 52%;}
.epovrig{ width: 48%; padding-left: 56px;}
.edkht{ font-size: 32px; font-family: Outfit-SemiBold; margin-bottom: 10px;}
.epovrig .changpic{ border-radius: 10px;}
.etech{ display: flex; align-items: center;}
.etelef{ width: 41%;}
.etelef .changpic{ border-radius: 10px;}
.eterig{ width: 59%; padding-left: 35px;}
.mecap{ margin-top: 24px;}
  /*分页 结束*/
.digg4{ text-align:center; font-size: 20px; margin-top: 85px; font-family: Outfit-Light;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; border-radius: 40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; height:36px; line-height: 36px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#1b74af; }
.digg4 span.disabled { font-weight: normal; color: #333;}
.digg4 a{ color: #333; }
/*产品详情*/
.detopw{ display: flex; gap: 50px; align-items: center; }
.detolef{ width: 50%;}
.detorig{ width: 50%;}
.detorig h1{ font-size: 40px; margin-bottom: 18px; font-family: Outfit-SemiBold;}
.detorig p{ font-size: 16px; line-height: 28px; color: #999;}
.debtns{ margin-top: 42px; overflow: hidden; padding-right: 30%; }
.debtns a{ font-size: 16px; border-radius: 50px; display: inline-flex; justify-content: space-between; align-items: center; font-family: Outfit-Light; color: #fff; background: linear-gradient(-30deg,#0062ad,#028fd4); width: 48%; text-align: center; padding:14px 46px;  }
.debtns a:last-child{ margin-left: 3%; }
.debtns a i{ font-size: 22px; }
.debtns a:hover{ background: linear-gradient(-30deg,#028fd4,#0062ad); transform: translateX(10px); color: #fff; }
.debtns a:hover i{ color: #fff; }
.debtns a *{ vertical-align: middle; }
.defoulp{ display: flex;margin-top: 42px; gap: 24px; overflow: hidden;}
.defoulp li{ cursor: pointer; width:25%; }
.defoulp li .changpic{ border-radius: 10px; border: 1px solid #d4e4ec; }
.defoulp li.on .changpic{ border: 1px solid #028fd4; }
.dlswi{ border-radius: 20px; overflow: hidden; box-shadow: 0 0 24px rgba(148,172,186,0.18);}

.deows{ margin-top: 52px;}
.deoitem{ margin-bottom: 46px;}
.deows .deoitem:last-child{ margin-bottom: 0;}
.deh2th{ font-family: Outfit-SemiBold; font-size: 36px; font-weight: normal; }
.del_table{ overflow-x: auto; margin-top: 18px; border-radius: 10px 10px 0 0; }
.del_table table{ width: 100%; border-collapse: collapse; }
.del_table table td{ border: 1px solid #e0e4e6; padding:14px 12px; text-align: center; font-family: Outfit-Light; font-size: 16px; }
.del_table table tr:nth-of-type(odd) td{ background: #f2f6f8;}
.del_table table tr:nth-of-type(1){ background:#ccdfe9;}
.del_table table tr:nth-of-type(1) td{ background: transparent; font-size: 20px; font-family: Outfit-SemiBold;}

.derept{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.rearr span{ cursor: pointer; transition: all 0.3s; margin-left: 10px; color: #1b74af; text-align: center; display: inline-flex; align-items: center; justify-content: center; width: 35px; border-radius: 35px; border: 1px solid #215fd9; height: 35px; border: 1px solid #215fd9; }
.rearr span i{ display: inline-block; font-size: 14px; }
.rev_prev i{ transform: rotate(180deg); }
.rearr span:hover{ background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; }
.resds .item{ margin: 0 14px;}
.resds .slick-list{ margin: 0 -14px; padding-top: 20px;}
.reimpro .changpic{ box-shadow: 0 0 20px rgba(156, 191, 212, .19); }
.relvrig h3{ font-size: 20px; margin-top: 28px; margin-bottom: 14px; font-family: Outfit-SemiBold; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.relvrig p{ font-size: 16px; line-height: 26px; height: 78px; overflow: hidden; color: #999;}
.relvrig span{ display: inline-block; transition: all 0.3s; font-family: Outfit-Light; padding: 10px 28px; border-radius: 40px; border: 1px solid #aaa; margin-top: 22px; font-size: 16px;}
.relvrig span i{ display: inline-block;  margin-left: 28px; color: #666;}
.reimpro:hover .relvrig span{ transform: translateX(10px); background: linear-gradient(-30deg,#0062ad,#028fd4); border: 1px solid #0062ad; color: #fff; }
.reimpro:hover .relvrig span i{ color: #fff;}
.reimpro:hover .relvrig img{ transform: scale(1.15);}
.quiry_info{ overflow: hidden; margin-top: 24px; }
.quiry_info ul{ width: 100%; overflow: hidden; }
.quiry_info li{ margin-bottom: 16px; position: relative; float: left; width: 32%; margin-right: 2%; }
.quiry_info li:nth-of-type(3){ margin-right: 0; }
.quiry_info li:nth-of-type(4),.quiry_info li:nth-of-type(5){ width: 100%; }
.quiry_info input,.quiry_info textarea{width: 100%; border-radius: 6px; background: #eff4f8; color: #333; resize: none; font-family:Outfit-Light; font-size:14px; line-height: 24px; padding:18px 15px; }
.quiry_info textarea{height: 210px;}
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #666;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #666;}
.quiry_info button{ cursor: pointer; transition: all 0.3s; width: 240px; height: 50px; line-height: 50px; border-radius: 50px; border: none; background: linear-gradient(-30deg,#0062ad,#028fd4); font-size: 16px;  color: #fff; font-family: Outfit-Light;  }
.quiry_info button:hover{ transform: translateX(10px); } 
.quiry_info li:last-child{ margin-bottom: 0;}

/*case*/
.calist{ display: flex; padding-top: 70px; flex-wrap: wrap;}
.calist li{ width: 48.5%; margin-right: 3%; margin-bottom: 48px;}
.calist li:nth-of-type(even){ margin-right: 0;}
.calist li .recxt h3{ font-size: 20px; height: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: Outfit-Medium;}
.ma0{ margin-top: 0;}
.mat50{ margin-top: 50px;}

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 1240px; background: #fff; border-radius: 10px; padding:38px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.allhide{ opacity: 0; z-index: -3; }
.close_btn{ cursor: pointer; position: absolute; transition: all 0.3s; color: #fff; top: -17px; right: -17px; width: 34px; height: 34px; border-radius: 34px; background: #004288; line-height: 34px; text-align: center; }
.close_btn i{ font-size: 16px; }
.close_btn:hover{ transform: rotate(180deg); }
.gettitc{ text-align: center; margin-bottom: 14px; }
.gettitc h3{ font-size: 30px; margin-bottom: 10px; font-family: Outfit-Bold;}
.gettitc p{ font-size: 16px; line-height: 24px; color: #666;}


/*news*/
.newsw{ padding-bottom: 60px;}
.neslist{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: 46px; margin-top: 48px;}
.nesnav{ display: flex; align-items: baseline; font-size: 22px; font-family: Outfit-Regular;}
.nesnav li.on{ font-size: 36px; font-family: Outfit-SemiBold;}
.nesnav li{ padding:0 20px; position: relative; }
.nesnav li::before{ content: '/'; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-family: Outfit-Regular; }
.nesnav li:first-child::before{ display: none; }
.nesnav li:first-child{ padding-left: 0;}

.infocon{}
.infocon h1{font-size:32px; font-weight: normal; text-align: center; font-family: Outfit-SemiBold; margin-bottom: 15px; }
.infocon img{ width: auto; display: inline-block; max-width: 100%; }
.infocon .time{ text-align: center; color: #666; margin-bottom:20px; font-size: 16px; font-family: Outfit-Light; }
.infocon .time i{ font-size: 20px; background: linear-gradient(130deg, #028fd4 , #14abae); color: transparent; -webkit-background-clip: text; 
  background-clip: text;}

.infocon .other{  border-top: 1px solid #dbdbdb; padding-top:30px; margin-top:30px;}
.infocon .other div{ padding:5px 0;}
.infocon .other div b{ text-transform: uppercase; font-weight: normal; }
.infocon .other a:hover{ color: #143989; }
.infocon p{line-height:30px; margin-bottom:24px; color: #666; font-family: Outfit-Light; }

.de_two{ width: 100%; overflow: hidden; margin: 15px 0; }
.de_two li{ float: left; width: 49%; text-align: center; margin-right: 2%; }
.de_two li:last-child{ margin-right: 0; }
.de_two li p{ margin-top: 15px; }

.de_three{ margin: 15px 0; width: 100%; overflow: hidden; }
.de_three li{ width: 32%; margin-right: 2%; text-align: center; float: left; }
.de_three li:last-child{ margin-right: 0; }
.de_three li p{ margin-top: 15px; }
.de_three li .changpic{ border-radius: 10px; overflow: hidden;}

.de_four{ width: 100%; overflow: hidden; margin: 15px 0;}
.de_four li{ float: left; width: 24.2%; margin-right: 1%; text-align: center; }
.de_four li:last-child{ margin-right: 0; }
.de_four li p{ margin-top: 15px; }

.de_dblr{ margin: 15px; width: 100%; overflow: hidden; }
.ded_le{ float: left; width: 40%; }
.ded_ri{ float: right; width: 58%; }
.ded_ri p{ line-height: 25px; }

.ntpis{ margin-bottom: 20px; display: flex; align-items: center;}
.ntpilef{ width: 65%; padding-right: 18px;}
.ntpirig{ width: 35%;}
.ntpirig .changpic{ border-radius:10px;}

/* support */
.supbox{ margin-top: 40px;}
.sup_flex{ display: flex; align-items: flex-start; gap: 18px; }
.sup_item{ margin-bottom: 36px;}
.supbox .sup_item:last-child{ margin-bottom: 0;}
.sup_menu{ flex: 0 0 23%; max-width: 23%;}
.sup_menu ul{ list-style: none; padding: 0; margin: 0;}
.sup_menu ul li{ font-size: 16px; color: #333; box-shadow: 0 0 40px rgba(156, 191, 212, 0.26); font-family: Outfit-Medium; padding: 18px 14px; background: #fff; margin-bottom: 6px; cursor: pointer; transition: all 0.3s ease;}
.sup_menu ul li.on{ background: linear-gradient(135deg,#0062ad,#028fd4); color: #fff;}
.sup_menu ul li:last-child{ margin-bottom: 0;}
.suimtxt{ display: flex; align-items: center; background: #f4f8fa; border-radius: 20px; overflow: hidden;}
.suimtxt .sup_img{ flex: 0 0 52%; max-width: 52%;}
.suimtxt .sup_img img{ width: 100%;}
.suimtxt .sup_txt{ flex: 1; padding: 0 40px;}
.suimtxt .sup_txt h4{ font-size: 24px; font-family: Outfit-Bold; color: #111; margin-bottom: 14px; line-height: 36px;}
.suimtxt .sup_txt p{ font-size: 16px; line-height: 28px; color: #666;}
.suriimxt .item{ display: none;}
.suriimxt .item.on{ display: block;}
.sup_tit h3{ font-size: 20px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 8px;}
.sup_tit p{ font-size: 16px; line-height: 28px;}
.suif{ background: #fff; margin-top: 24px; box-shadow: 0 0 40px rgba(156, 191, 212, 0.26); align-items: center; border-radius: 20px; overflow: hidden;}
.sup_imgt{ width: 50%;}
.sup_infot{ width: 50%; padding-left: 46px;}
.sup_infot ul li{ margin-bottom: 16px; font-size: 16px; position: relative; padding-left: 20px;}
.sup_infot ul li:last-child{ margin-bottom: 0;}
.sup_infot ul li::before{ content:''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; background: #028fd4; border-radius: 50%;}
.suhtic{ font-size: 18px; font-family: Outfit-Medium; font-weight: normal; margin-top: 25px;}

.fapnav{ position: absolute; bottom: 0; left:0; padding: 20px 0; width: 100%; background: rgba(11, 39, 57, 0.4);}
.fadivp{ display: flex; gap: 20px; width: 100%;}
.fadivp a{ color: #fff; white-space: nowrap; padding: 14px 2.6%; text-align: center; display: inline-block; border-radius: 8px; border: 1px solid #fff; font-family: Outfit-SemiBold;}
.fadivp a.on,.fadivp a:hover{ background: linear-gradient(135deg,#0062ad,#028fd4); color: #fff; border: 1px solid #0062ad;}

/* faqlist */
.adfati{ display: flex; justify-content: space-between; align-items: center;}
.adfati h1{ font-size: 40px; font-family: Outfit-SemiBold; font-weight: normal;}
.faqform{ overflow: hidden; position: relative; width: 495px; background: linear-gradient(-30deg,#0062ad,#028fd4); border-radius: 8px; }
.faqform input{ width: 100%; font-size: 20px; background: transparent; color: #fff; line-height:68px; padding-left:25px; padding-right: 98px; font-family: Outfit-Light; }
.faqform button{ width:80px; line-height:68px; border: 0; color: #fff; text-align: center; background: transparent; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.faqform button i{ color: #fff; font-size: 26px; }
.faqform input::-webkit-input-placeholder { color: #fff;}
.faqform input:-moz-placeholder {  color: #fff;}

.asfaitem{ margin-top: 24px;}
.asfaitem h2{ font-size: 20px; font-family: Outfit-Bold; margin-bottom: 14px;  color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }
.faqlist{  }
.faqlist li{margin-bottom: 8px; overflow: hidden; border-radius: 8px; box-shadow: 0 0 40px rgba(156, 191, 212, 0.26); position: relative;}
.faqlist li:last-child{ margin-bottom: 0; }
.faqlist h3{ font-size: 18px; padding: 20px 40px 20px 36px; position: relative; cursor: pointer; font-weight: normal; font-family: Outfit-Medium; }
.faqlist h3:before{ content: "\ec90"; color: #0062ad; font-family: iconfont; font-size: 18px; position: absolute; top: 20px; right: 20px; }
.faqlist li.active h3:before{ transform: rotate(90deg);  }
.faqlist .fa_nrp{  display: none;  padding:0 36px 24px; }
.fa_nrp p{ font-size: 16px; line-height: 22px; }
.faqlist li.active .fa_nrp{ display: block; }
.faqlist li.active{ background: #eff5f7;}
.faqlist li::before{ content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: linear-gradient(-30deg,#0062ad,#028fd4);}
.faqlist li.active::before{ width: 8px;}

/*contact*/
.conwar{ padding-bottom: 54px;}
.cntic h2{ font-size: 40px; font-family: Outfit-Bold; margin-bottom: 16px; }
.cntic p{ font-size: 16px; font-family: Outfit-Light;}
.cotsath{ display: flex; gap: 16px; margin-top: 25px;}
.cot_item{ flex: 1; background: #fff; border-radius: 20px; box-shadow: 0 0 40px rgba(156, 191, 212, 0.26);}
.cot_item h3{ font-size: 20px; padding: 22px 28px; border-bottom: 1px solid #e5ebef; font-family: Outfit-SemiBold; margin-bottom: 34px; font-weight: normal;}
.cot_item ul{ list-style: none; padding: 0 30px 38px; margin: 0;}
.cot_item ul li{ font-size: 16px; position: relative; padding-left: 24px; font-family: Outfit-Light; margin-bottom: 22px; line-height: 1.5;}
.cot_item ul li:last-child{ margin-bottom: 0;}
.cot_item ul li i{ position: absolute; top: 0; left: 0; font-size: 16px; color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; margin-top: 2px; flex-shrink: 0;}
.cot_item ul li a{ color: #333; text-decoration: none;}
.cot_item ul li a:hover{ text-decoration: underline; color: #0062ad;}
.cot_note{ display: block; color: #888; font-size: 12px; margin-top: 4px; margin-left: 26px;}

.comess{ padding: 42px 0 50px; background: url(images/cmebg.jpg) no-repeat center center;}
.sem_info{ overflow: hidden; margin-top: 24px; }
.sem_info li{width: 49.5%; margin-bottom: 10px; position: relative; float: left; overflow: hidden;}
.sem_info li:nth-of-type(even){ float: right; }
.sem_info input,.sem_info textarea{width: 100%; resize: none; font-family:Outfit-Light; background:#fff; color: #000; border: 1px solid #e4e4e4; border-radius: 8px; font-size: 16px; padding: 16px 15px; }
.sem_info textarea{ height:210px; }
.sem_info form input::-webkit-input-placeholder,.sem_info form textarea::-webkit-input-placeholder { color: #444;}
.sem_info form input:-moz-placeholder,.sem_info form textarea:-moz-placeholder {color: #444;}
.sem_info li:last-child, .sem_info li:nth-of-type(5){ width: 100% !important; float: none !important;}
.sem_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.sem_info form button{ display: block; cursor: pointer; transition: all 0.3s; width: 206px; height: 38px; border-radius: 30px; border: none; font-size: 16px; background: linear-gradient(-30deg,#0062ad,#028fd4); color: #fff; font-family: Outfit-Light;  }
.sem_info form button i{ font-size: 22px; display: inline-block; margin-left: 5px;}
.sem_info form button:hover{ transform: translateX(10px); }
.map{ margin-top: 38px;}
.mapname{ position: relative; padding-left: 26px; font-family: Outfit-Regular;}
.mapname i{ position: absolute; top: 0; left: 0; font-size: 22px;  color: transparent; background: linear-gradient(-30deg,#0062ad,#028fd4); -webkit-background-clip: text; background-clip: text; }
.mappio{ margin-top: 24px;}
iframe{ display: block;}

@media screen and (max-width: 1680px){
  .head_rcon{ right: -10px;}
  nav{ margin-right: 154px;}
  nav li{ margin:0 30px;}
  .logo{ left: -20px;}
  .induspo{ padding: 0 90px;}
  .idl_prev{ left: 28px;}
  .idl_next{ right: 28px;}
  .induspo ul li.slick-current .indubot span{ margin-top: 20px;}
  .indubot h3{ font-size: 20px; line-height: 30px;}
  .itith2{ font-size: 52px; line-height: 55px;}
  .inapbox{ padding-left: 258px;}
  .ianulst li b span{ font-size: 48px;}
  .ianumiv{ padding-left: 7%;}
  .ilanuls{ gap: 0 24px; }
  .ilntxt{ padding: 22px 28px 44px;}
  .foloname p{ font-size: 28px;}
  .fo_boitem1{ width: 10%;}
  .fo_cop{ padding: 15px 0; margin-top: 45px;}
  .sub_nav h2{ font-size: 56px;}
}

@media screen and (max-width: 1600px){
  .warper{ width: 86%; }
  nav li{ margin: 0 24px;}
  .sullbz{ padding: 0 50px;}
  .dlswi iframe{ height: 480px;}
  .debtns{ padding-right: 15%; margin-top: 22px;}
  .ahtic{ font-size: 45px;}
  .advdet{ margin-bottom: 12px;}
  .calirig{ padding: 0 45px;}
 
}

@media screen and (max-width: 1440px){
  nav li{ margin: 0 18px;}
  .sbulima{ padding: 36px 44px 80px 0;}
  .sullbz dl dd{ margin-bottom: 18px;}
  .sullbz{ padding: 0 50px;}
  .incph2{ font-size: 52px;}
  .incptit i{ margin-left: 40px;}
  .icopswi{ margin-top: 20px; }
  .icleite h3{ font-size: 30px;}
  .icpole{ padding-top: 12px; padding-right: 100px;}
  .icop{ padding: 60px 0 50px;}
  .indubot{ padding: 0 24px 40px;}
  .indubot span i,.plivrig span i,.relvrig span i,.soltxt span i,.calirig span i,.incptit i,.iacomv a i{ margin-left: 12px;}
  .itith2{ font-size: 46px; line-height: 48px;}
  .inje_item{ padding: 178px 0 218px;}
  .injeboho{ bottom: 54px;}
  .foopt{ padding: 20px 0;}
  .sub_nav h2{ font-size: 44px;}
  .prlef{ width: 380px;}
  .prrig{ width:calc(100% - 380px)}
  .prcativ{ font-size: 26px; padding: 28px 24px;}
  .plivrig span{ margin-top: 24px;}
  .detorig h1{ font-size: 28px;}
  .dlswi iframe{ height: 430px;}
  .defoulp{ margin-top: 24px;}
  .deh2th{ font-size: 32px;}
  .ahtic{ font-size: 40px;}
  .ianulst li b span{ font-size: 38px;}
  .histic{ font-size: 32px;}
  .advitem,.ser_item{ gap: 24px;}
  .advtext h2{ margin-bottom: 12px;}
  .ser_txt h3{ margin-bottom: 12px;}
  .ser_para{ margin-bottom: 8px;}
  .ser_list{ gap: 30px;}
  .swhuls{ gap: 24px;}
  .soltxt{ margin-top: 20px;}
  .soluli{ gap: 30px;}
  .sotic h1{ font-size: 32px;}
  .calirig{ padding: 0 30px;}
  .neslist{ grid-gap: 25px;}
  .sup_menu ul li{ padding: 13px 14px;}
  .suimtxt .sup_txt{ padding: 0 20px;}
  .suimtxt .sup_txt h4{ margin-bottom: 12px; font-size: 22px; line-height: 30px;}
  .suimtxt .sup_txt p{ line-height: 24px;}
  .comm_tit h2{ font-size: 24px; padding: 16px 60px 16px 40px;}
  .sup_infot ul li{ margin-bottom: 10px;}
  .cot_item ul li{ margin-bottom: 6px;}
  .cot_item h3{ margin-bottom: 18px;}
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 14px;}
  .sbiipic h2{ font-size: 26px;}
  .sullbz{ padding: 0 30px;}
  .incph2{ font-size: 44px;}
  .icleite h3{ font-size: 26px;}
  .icleite span{ margin-top: 20px;}
  .icleite p{ margin-top: 12px;}
  .itith2{ font-size: 42px; line-height: 40px;}
  .iaptxdi{ padding-left: 80px;}
  .inapbox{ padding-left: 200px;}
  .iacoivs{ padding: 80px 0 86px;}
  .foloname p{ font-size: 24px;}
  .sub_nav h2{ font-size: 40px;}
  .prlef{ width: 330px;}
  .prrig{ width: calc(100% - 330px); padding-left: 35px;}
  .prcativ{ padding: 20px 24px; font-size: 24px;}
  .accordion .links::after{ right: 6px; top: 26px;}
  .accordion .links{ padding: 20px 24px 20px 14px;}
  .plivlef{ width: 340px;}
  .plivrig{ width: calc(100% - 340px); padding-left: 20px;}
  .digg4{ margin-top: 45px;}
  .dlswi iframe{ height: 400px;}
  .debtns{ padding-right: 0;}
  .detorig h1{ margin-bottom: 10px;}
  .ahtic{ font-size: 35px;}
  .sotic h1{ font-size: 30px;}
  .cafle .prlef{ width: 320px;}
  .cafle .prrig{ width: calc(100% - 320px);}
  .calilef{ width: 320px;}
  .calirig{ width: calc(100% - 320px);}
  .calirig h3{ font-size: 20px; margin-bottom: 8px;}
  .ilntxt{ padding: 20px 20px 30px;}
  .neslist{ grid-gap: 22px;}
  .cntic h2{ font-size: 36px;}
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  nav li{ margin: 0 10px;}
  .iacoivs{ padding: 80px 0 60px;}
  .histic{ font-size: 28px;}
  .stage-title span{ font-size: 22px;}
  .whyc_arr .whyp_prev{ left: -48px;}
  .whyc_arr .whyp_next{ right: -48px;}
  .infocon h1{ font-size: 26px;}
  .getbox{ width: 90%;}
}



@media screen and (max-width: 1080px){
  #banner_home,.subbanner{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: linear-gradient(-30deg,#0062ad,#028fd4); }
  .logo img,.position .logo img{ height:50px; width: auto; }
  .head_rcon{ display: none; }
  .logo{ top: 6px; left: 0; }
  .gsoupload{ min-width: 100%;}
  .warper{ width: 96%; }
  .searchform{ top: 46px; }
  .l_fixed{ display: none; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
  nav li{ float: none; padding: 0; margin: 0; }
  nav li>a,.position nav li>a,.page_h  nav li>a{ margin:0; color: #fff; line-height: normal;  display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li.on a, nav li:hover a{ background: #028fd4 ; color: #fff; }
  #nav .nav-button i{ color: #fff; }
  body{ font-size: 16px; }
  nav li a:before,.h_top,nav li:nth-of-type(2) a:after, nav li:nth-of-type(3) a:after{ display: none; }
  #nav .nav-button{ top: 13px; background: #028fd4; }
  .submett{ left: 0;  top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important; }
  .submett .warper{ width: 100%;}
  .submett::before{ display: none;}
  .sbulima,.subriv{ display: none;}
  .sbulijt{ padding: 0;}
  .sullbz{ width: 100%; padding: 0;}
  .sbulijt{ width: 100%; padding: 0; }
  .sullbz dl dd a{ color: #fff !important; width: 100%; padding: 12px 20px; font-size: 16px; background: transparent !important;}
  .sullbz dl dd{ height: auto; border-bottom: none !important; margin-bottom: 0;}
  .sullbz dl dd.on a, .sullbz dl dd:hover a{ color: #fff !important; background:#434343 !important; }
  .sullbz dl dd.on, .sullbz dl dd:hover{ border-bottom: none !important; }
  .sullbz dl dd.on a i, .sullbz dl dd:hover a i{ opacity: 0; }
  .incph2:before{ display: none;}
  .incph2,.itith2{ padding-left: 0; font-size: 35px;}
  .icpole{ padding-top: 0; padding-right: 50px;}
  .inprip:after{ left: -20px;}
  .inprip:before{ left: -40px;}
  .icopor .slick-track{ padding: 30px 30px 30px 0;}
  .inc_barr{ bottom: 38px;}
  .icopor .slick-dots{ bottom: 49px;}
  .applogo,.indusdi{ display: none;}
  .inapbox{ padding-left: 0;}
  .induspo{ position: static; padding: 0 40px;}
  .indubot{ padding: 40px 20px;}
  .induspo ul li,.induspo ul li.slick-current{ background: #333;}
  .induspo ul li .indubot p{ display: block;}
  .induspo ul li .indubot span{ margin-top: 20px; padding: 12px 30px; background: linear-gradient(-30deg,#0062ad,#028fd4); }
  .idl_prev, .idl_next{ color: #333;}
  .idl_prev{ left: 4px;}
  .idl_next{ right: 4px;}
  .iacopiimg{ display: none;}
  .iacomv{ width: 100%;}
  .iacoivs{ padding: 40px 0;}
  .iacomv{ margin-top: 10px;}
  .iacomv h2{ font-size: 22px; margin-bottom: 10px;}
  .iacomv a{ margin-top: 20px;}
  .ianumiv{ padding-left: 0;}
  .ianulst li:last-child:before{ display: none;}
  .ianumiv{ margin-top: 25px;}
  .ianulst li em{ display: none;}
  .inje_tit{ top: 48px;}
  .inje_item{ padding: 126px 0 218px;}
  .inje_arr span.ije_prev{ left: 0;}
  .inje_arr span.ije_next{ right: 0;}
  .inje_arr span i{ color: #333;}
  .ilanes{ padding: 64px 0;}
  .ilanuls{ margin-top: 28px;}
  .fo_boitem1{ display: none;}
  .fo_boitem3{ width: 36%;}
  .fo_boitem4{ width: 32%;}
  .sub_nav h2{ font-size: 30px;}
  .pat65{ padding-top: 40px;}
  .probox{ flex-direction: column;}
  .prlef{ width: 100%;}
  .prrig{ width: 100%; padding: 0; margin-top: 18px;}
  .accordion{ display: none;}
  .prcativ a{ display: block;}
  .prcativ{ border-radius: 0;}
  .prowar{ padding-bottom: 50px;}
  .detopw{ flex-direction: column; gap: 20px;}
  .detolef{ width: 100%;}
  .detorig{ width: 100%;}
  .dlswi iframe{ height: 680px;}
  .del_table table tr:nth-of-type(1) td{ font-size: 18px;}
  .relvrig h3{ font-size: 18px; margin: 10px 0;}
  .quiry_info button{ width: 180px;}
  .abcovv{ flex-direction: column;}
  .abvlef{ width: 100%;}
  .abvrig{ width: 100%; padding: 0; margin-top: 14px;}
  .ianulst li b span{ font-size: 30px;}
  .abhono{ padding: 50px 0;}
  .hicelist{ gap: 30px 12px; grid-template-columns: repeat(3, minmax(0, 1fr));}
  .whyc_arr .whyp_prev{ left: -20px;}
  .whyc_arr .whyp_next{ right: -20px;}
  .soluli{ gap: 20px;}
  .sotic{ display: block;}
  .sotic h1{ margin-bottom: 12px;}
  .sopitem{ margin-bottom: 30px;}
  .cafle .prlef{ width: 100%;}
  .cafle .prrig{ width: 100%; padding: 0;}
  .nesnav li.on{ font-size: 28px;}
  .neslist{ margin-top: 32px; grid-gap: 14px;}
  .ilntxt h3{ margin: 10px 0;}
  .infocon p{ margin-bottom: 12px;}
  .fadivp a{ padding: 14px 6px;}
  .fadivp{ gap: 10px;}
  .cntic h2{ font-size: 32px;} 
}

@media screen and (max-width: 768px){
  .ban_arrow span{ width: 42px; height: 42px; line-height: 42px;}
  .icop{ padding: 40px 0;}
  .incph2, .itith2{ font-size: 30px;}
  .icopor .slick-track{ padding: 0;}
  .icopgds a{ flex-direction: column;}
  .icpole{ width: 100%; padding: 0;}
  .icpori{ width: 100%; margin-top: 14px;}
  .inprip:before,.inprip:after{ display: none;}
  .inprip .changpic{ box-shadow: 0 0 10px rgb(100 130 149 / 19%);}
  .iaptxdi:before{ display: none;}
  .iaptxdi{ padding: 0;}
  .inappli{ padding: 32px 0;}
  .iaptxdi .itith2{ margin-bottom: 10px;}
  .ianulst{ flex-wrap: wrap; border-radius: 20px;}
  .ianulst li{ width: 50%;}
  .ianulst li::after{ content: ""; position: absolute; z-index: -1; bottom:0; right: 0; width: 100%; height: 1px; background: #d4dde2; }
  .ianulst li{ padding: 20px;}
  .ianulst li:nth-child(2n)::before{ display: none;}
  .ilanes{ padding: 50px 0;}
  .ilanuls{ margin-top: 16px; flex-direction: column;}
  .ilanuls li{ width: 100%; margin-bottom: 14px;}
  .ilanuls li:last-child{ margin-bottom: 0;}
  .foopt,.fo_boitem2{ display: none;}
  .fo_boitem4{ width: 45%;}
  .fo_boitem3{ width: 48%;}
  .fo_cop{ margin-top: 24px;}
  .sub_nav h2{ font-size: 22px;}
  .dlswi iframe{ height: 469px;}
  .detorig h1{ font-size: 24px;}
  .ahtic{ font-size: 28px;}
  .abshca{ padding: 35px 0;}
  .igtop .item, .igbot .item{ margin: 0 6px;}
  .igtop .item .changpic, .igbot .item .changpic{ border-radius: 10px;}
  .stage-title::before{ display: none;}
  .stage-title{ padding: 0; margin-bottom: 24px;}
  .stage-title span{ min-height: auto; font-size: 20px; padding: 12px 20px;}
  .timeline-content{ flex-direction: column; gap: 20px;}
  .timeline-img{ width: 100%;}
  .hisbox{ padding-bottom: 40px;}
  .hiscerb{ padding: 40px 0;}
  .histic{ font-size: 24px;}
  .hicelist{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advitem,.ser_item{ flex-direction: column; border-radius: 10px;}
  .advimg{ width: 100%;}
  .advtext{ padding: 0 14px 20px;}
  .advwar{ padding-bottom: 45px;}
  .coobg{ padding: 50px 0;}
  .coobg h2{ font-size: 26px; margin-bottom: 14px;}
  .coocard{ padding: 30px;}
  .coocard p{ margin-bottom: 4px;}
  .coocard p.cooslog{ font-size: 18px;}
  .serab{ padding-top: 24px;}
  .ser_img{ max-width: 100%;}
  .ser_txt,.ser_list .ser_item:nth-child(2n) .ser_txt{ padding:0 16px 20px;}
  .ser_list .ser_item:nth-child(2n){ flex-direction: column;}
  .ser_process,.ser_why{ padding-top: 30px;}
  .swhuls{ flex-direction: column;}
  .shutext{ margin-top: 12px;}
  .gsobg{ padding: 30px 0;}
  .gsoinner h2{ font-size: 26px;}
  .whyc_item{ padding: 24px 0;}
  .whyc_txt h3{ font-size: 24px;}
  .soltxt h3{ font-size: 19px;}
  .soluitem .changpic{ border-radius: 10px;}
  .soltxt span{ margin-top: 15px;}
  .sotic h1{ font-size: 22px;}
  .sopiciv{ margin-top: 24px;}
  .sopitem{ margin-bottom: 10px;}
  .neslist{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ntpis{ flex-direction: column;}
  .ntpilef{ width: 100%; padding: 0;}
  .ntpirig{ width: 100%;}
  .sup_flex{ flex-direction: column;}
  .sup_menu{ width: 100%; flex: 1; max-width: 100%;}
  .suimtxt{ flex-direction: column;}
  .suimtxt .sup_img{ max-width: 100%; flex: 1; width: 100%;}
  .suimtxt .sup_txt{ padding: 20px;}
  .sup_img img{ width: 100%;}
  .sup_infot{ width: 100%; padding: 12px 20px 0;}
  .sup_imgt{ width: 100%;}
  .fapnav{ position: static;}
  .fadivp{ flex-wrap: wrap;}
  .sub_nav{ top: 92px;}
  .fadivp a{ padding: 10px 6px;}
  .adfati{ flex-direction: column;}
  .adfati h1{ font-size: 30px;}
  .faqform{ margin-top: 12px; width: 450px;}
  .faqlist h3{ padding: 20px 40px 20px 26px;}
  .cotsath{ flex-direction: column;}
  .cntic h2{ font-size: 28px;}
  .comess{ padding: 34px 0 40px;}
  .getbox{ padding: 30px;}
  .sem_info form button{ width: 180px;}

}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #028fd4; }
  .icop{ padding: 24px 0;}
  .incph2, .itith2{ font-size: 24px;}
  .ictibt{ flex-direction: column; align-items: baseline;}
  .incptit a{ padding: 12px 24px; margin-top: 12px;}
  .icleite h3{ font-size: 22px;}
  .pagingInfo{ bottom: -33px;}
  .icopor .slick-dots{ bottom: 18px;}
  .icp_prev,.icp_next{ bottom: -30px;}
  .inappli,.ilanes{ padding: 20px 0;}
  .induspo{ padding: 0 20px;}
  .idl_prev{ left: -3px;}
  .idl_next{ right: -3px;}
  .inje_item{ padding: 80px 0 150px;}
  .inje_tit{ top: 20px;}
  .injeboho{ bottom: 18px;}
  .ilest{ flex-direction: column; align-items: baseline;}
  .fo_boxdiv{ margin-top: 20px; flex-direction: column;}
  .fo_boitem3,.fo_boitem4{ width: 100%;}
  .fo_opulxl li{ margin-bottom: 10px;}
  .fo_boxdiv h4{ margin-bottom: 14px;}
  .sub_nav{top: 24px;}
  .sub_nav h2{ font-size: 20px;}
  .pat65{ padding-top: 26px;}
  .plitmst a{ flex-direction: column;}
  .plivlef{ width: 100%;}
  .plivrig{ width: 100%; padding: 0; margin-top: 8px;}
  .plivrig h3{ font-size: 20px; margin-bottom: 6px;}
  .plivrig span{ margin-top: 10px;}
  .defoulp{ margin-top: 12px; gap: 10px;}
  .dlswi iframe{ height: 263px;}
  .debtns a{ padding: 12px 20px;}
  .gettitc h3{ font-size: 22px;}
  .gettitc p{ display: none;}
  .getbox{ padding: 12px;}
  .sem_info{ margin-top: 0;}
  .sem_info li{ width: 100%; float: none;}
  .sem_info li:nth-of-type(even){ float: none;}
  .sem_info textarea{ height: 120px;}
  .deh2th{ font-size: 24px;}
  .deows{ margin-top: 20px;}
  .del_table table td{ padding: 6px;}
  .derept{ margin-bottom: 0;}
  .deoitem{ margin-bottom: 20px;}
  .quiry_info{ margin-top: 10px;}
  .quiry_info li{ float: none; width: 100%; margin-right: 0; margin-bottom: 5px;}
  .quiry_info textarea{ height: 150px;}
  .ahtic{ font-size: 24px; margin-bottom: 8px;}
  .abcomv{ padding-bottom: 0;}
  .abhono,.hiscerb{ padding: 20px 0;}
  .histic{ font-size: 22px;}
  .hicelist{ margin-top: 12px; grid-template-columns: repeat(1, minmax(0, 1fr));}
  .advlisut{ margin-top: 16px;}
  .advitem{ margin-bottom: 12px;}
  .coobg{ padding: 24px 0;}
  .comm_tit h2{ font-size: 20px; padding: 14px 40px 14px 20px;}
  .ser_txt h3{ font-size: 20px;}
  .serpcim{ margin-top: 6px;}
  .gsoinner h2{ font-size: 22px;}
  .whyc_txt{ margin-bottom: 12px;}
  .soluli{ gap: 10px;}
  .soltxt span{ padding: 10px 20px;}
  .soltxt{ margin-top: 10px;}
  .calitem a{ flex-direction: column;}
  .calilef{ width: 100%;}
  .calirig{ width: 100%; padding: 10px;}
  .prcativ{ font-size: 22px;}
  .nesnav li.on{ font-size: 20px;}
  .nesnav{ font-size: 16px;}
  .nesnav li{ padding: 0 10px;}
  .neslist{ margin-top: 12px; grid-gap: 8px; grid-template-columns: repeat(1, minmax(0, 1fr));}
  .infocon h1{ font-size: 20px;}
  .comm_tit{ margin-bottom: 12px;}
  .faqform{ width: 100%;}
  .adfati h1{ font-size: 24px;}
  .cntic h2{ font-size: 26px; margin-bottom: 8px;}
  .comess{ padding: 20px 0;}
  .map{ margin-top: 12px;}
  
  
}