@charset "utf-8";
/* CSS Document */
body{font-family:calibri,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%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#0155b8;}
a:focus,input:focus,button:focus,textarea: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: 'FUTURALTBOLD';
  src: url('fonts/FUTURALTBOLD.otf');
  src: local('☺'), url('fonts/FUTURALTBOLD.woff') format('woff'), url('fonts/FUTURALTBOLD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibri';
  src: url('fonts/calibri.eot');
  src: local('☺'), url('fonts/calibri.woff') format('woff'), url('fonts/calibri.ttf') format('truetype'), url('fonts/calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibrib';
  src: url('fonts/calibrib.eot');
  src: local('☺'), url('fonts/calibrib.woff') format('woff'), url('fonts/calibrib.ttf') format('truetype'), url('fonts/calibrib.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibril';
  src: url('fonts/calibril.eot');
  src: local('☺'), url('fonts/calibril.woff') format('woff'), url('fonts/calibril.ttf') format('truetype'), url('fonts/calibril.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 5122326 */
  font-display: swap;
  src: url('fonts/iconfont.woff2?t=1770104482966') format('woff2'),
       url('fonts/iconfont.woff?t=1770104482966') format('woff'),
       url('fonts/iconfont.ttf?t=1770104482966') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhuanli:before {
  content: "\e617";
}

.icon-jingyan:before {
  content: "\e8f6";
}

.icon-gongchengshi:before {
  content: "\e656";
}

.icon-yuyan1:before {
  content: "\e666";
}

.icon-zixunguanli:before {
  content: "\e684";
}

.icon-xianxingsanheng:before {
  content: "\e72f";
}

.icon-zixun2:before {
  content: "\e629";
}

.icon-wenhao:before {
  content: "\e626";
}

.icon-fuwu:before {
  content: "\e66f";
}

.icon-fanhuidingbu:before {
  content: "\e625";
}

.icon-shipin:before {
  content: "\e63e";
}

.icon-icon_duihao-mian:before {
  content: "\e63d";
}

.icon-yuangongguanli:before {
  content: "\e6dc";
}

.icon-dizhi1:before {
  content: "\e814";
}

.icon-wen:before {
  content: "\e60e";
}

.icon-fankuifaqs:before {
  content: "\e7bf";
}

.icon-jian:before {
  content: "\e611";
}

.icon-jia:before {
  content: "\e711";
}

.icon-youtube2:before {
  content: "\ea07";
}

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-a-youjiantouzhixiangyoujiantou:before {
  content: "\e615";
}

.icon-a-ziyuan560ldpi:before {
  content: "\e61c";
}

.icon-kefu:before {
  content: "\e60f";
}

.icon-duihua:before {
  content: "\e60c";
}

.icon-jiantou:before {
  content: "\e663";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-liuyan1:before {
  content: "\e744";
}

.icon-xiazai19:before {
  content: "\e613";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-status-play-copy:before {
  content: "\e614";
}

.icon-wechat1:before {
  content: "\e650";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-zixun1:before {
  content: "\e662";
}

.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-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-youxiang:before {
  content: "\e908";
}

.icon-skype1:before {
  content: "\e87d";
}

.icon-instagram-fill1:before {
  content: "\e88f";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-dianhua:before {
  content: "\e606";
}

.icon-shouqianzixun:before {
  content: "\e62c";
}

.icon-dayinchuanzhen:before {
  content: "\e627";
}

.icon-zixunfuwu:before {
  content: "\e655";
}

.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-pinterest1:before {
  content: "\e907";
}

.icon-in:before {
  content: "\e6f1";
}

.icon-jiantou1:before {
  content: "\e665";
}

.icon-pinterest:before {
  content: "\e7a8";
}

.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-instagram-fill:before {
  content: "\e763";
}

.icon-fasong:before {
  content: "\e65e";
}

.icon-shouji:before {
  content: "\e612";
}

.icon-dianhua3:before {
  content: "\e618";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-666666-copy:before {
  content: "\ec8d";
}

.icon-duihua1:before {
  content: "\e72a";
}

.icon-liuyan:before {
  content: "\e600";
}

.icon-shouye-xuanzhong:before {
  content: "\e62d";
}

.icon-WhatsappMessage:before {
  content: "\e841";
}

.icon-jiantou2:before {
  content: "\e601";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-Mail:before {
  content: "\e71f";
}

.icon-dingbu:before {
  content: "\e61b";
}

.icon-youxiang2:before {
  content: "\e68b";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-fasong1:before {
  content: "\e762";
}

.icon-vk:before {
  content: "\ec2c";
}

.icon-chahao:before {
  content: "\e68c";
}

.icon-duoyuyan:before {
  content: "\e602";
}

.icon-tuite:before {
  content: "\e621";
}

.icon-jiantou1-copy:before {
  content: "\ec8e";
}


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: #f5f5f5;  }
.warper{ width:1420px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; z-index: 666; border-radius: 50px; background:#0155b8 url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:0; text-indent:9999px; bottom:80px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

header{ height: 140px; background: #fff; width: 100%; z-index: 999; position: fixed; top: 0; left: 0; }
.h_top{ height: 52px; position: relative; background: url(images/he_topbg.png) 37.2% 0 no-repeat; }
.h_top:before{ content: ""; position: absolute; top: 0; width: 62%; right: 0; height: 100%; z-index: -1; background: #0155b8; }

.h_tlx{ line-height: 52px; font-family: calibri; float: right; overflow: hidden; }
.h_tlx li{ float: left; margin-right: 90px; position: relative; }
.h_tlx li i{ margin-right: 4px; font-size: 20px; color: #fff; }
.h_tlx li a{ color: #fff; }
.h_tlx li a:hover{ color: #fff; text-decoration: underline; }
.h_tlx li *{ vertical-align: bottom; }
.h_tlx li:last-child{ margin-right: 0; }

.m_li{ float: right; margin-left: 100px; margin-top: 8px; }
.m_li a{ display: inline-block; width: 32px; height: 32px; border-radius: 32px; text-align: center; line-height: 32px; background: #3a82d3; margin: 0 2px; color: #fff; font-size: 16px; }
.m_li a.icon-facebook{ background: #3a82d3;}
.m_li a.icon-tuite{ background: #0085b2;}
.m_li a.icon-in{ background: #30afeb;}
.m_li a.icon-youtube1{ background: #d20000;}

.heinqno{ float: right; margin-left: 68px; margin-top: 8px;}
.heinqno a{ color: #fff; display: inline-block; font-size: 16px; padding: 8px 12px; border-radius: 40px; background: rgba(255, 255, 255, 0.06);}
.heinqno a i{ margin-right: 4px; font-size: 18px;}
.heinqno a *{ vertical-align: middle;}
.heinqno a:hover{ background: #fff; color: #0155b8;}

.h_bot{ position: relative; }

#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; top: -44px; left:0; }
.logo img{ width: auto; }

.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;}

.position{ box-shadow: 0 1px 10px rgba(0,0,0,0.12); background: #fff; }


nav{ float: right; margin-right: 0; }
nav li{ float: left; margin: 0 35px; line-height: 88px; position: relative; }
nav li>a{ position: relative; font-size: 22px; font-family: calibrib; z-index: 0; text-transform: capitalize; display: block; text-align: center; transition:0.5s;}
nav li.on a,nav li:hover a{ color: #222; }
nav li:last-child{ margin-right: 0; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 220px; top:88px; left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative;  }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; line-height: 20px; font-family: calibri; background: transparent !important; color: #666 !important; display: block; padding: 16px 10px; text-align: left; text-transform: capitalize;}
nav li.on dl dd a:after,nav li:hover dl dd a:after{ width: 0; }
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #0155b8!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(1,49,131,.8); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:16px 10px; color: #fff !important; border-bottom: none; min-width: 200px; }
nav li a:after{  content: ''; width: 0; height: 2px; transition: all 0.3s; background: #0155b8; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); }
nav li.on a:after,nav li:hover a:after{ width: 100%; }


.head_rcon{ position: absolute; width: 85px;  right:-150px; top:20px;  }
.search-button{ width: 30px; height: 30px; text-align: center; line-height:30px; float: left; }
.search-button i{ color:#fff; font-size: 21px; cursor: pointer; }
.searchform{ overflow: hidden;background:#0155b8;position: absolute; right: 0; height: 0; z-index: 55; top:50px; width: 300px; transition: all .3s;}
.searchform i{ font-size: 26px; color: #fff !important; }
.searchform input{ width: 190px; background:#0155b8; color: #fff; line-height:51px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:49px; background:#0155b8; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ font-size: 24px; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}


.banner_home{ margin-top: 140px; position: relative; overflow: hidden; }
.banner{ overflow: hidden; }
.banner .item img{ width: 100%; }
.ban_arrow{ width: 100%; position: absolute; top: 45%; left: 0;  }
.ban_arrow span{ display: inline-block; width:55px; height:55px; line-height:55px; background: rgba(255, 255, 255, 0.3); text-align: center; border-radius: 55px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #fff; font-size: 22px; font-weight: bold; }
.ban_arrow span.ban_prev{ left: 8%; transform: rotate(180deg); }
.ban_arrow span.ban_next{ right: 8%; }
.ban_arrow span:hover{ background: #0155b8; }
.ban_arrow span:hover i{ color: #fff; }
.banner .item a{ display: block; width: 100%; position: relative; }

.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; }

/*标题*/
.inh2t{ font-size: 50px; text-transform: uppercase; font-family: FUTURALTBOLD; }


/*首页*/
.inplin{ padding: 78px 0 92px; position: relative;}
.ipxtxv{ text-align: center; }
.ipxtxv .slick-track{ padding-top: 2px;}
.ipxtxv h2{ font-size: 30px; font-family: calibrib; margin-bottom: 18px;}
.ipxtxv p{ line-height: 24px; padding: 0 24%; height: 48px; color: #888; overflow: hidden;}
.ipxtxv .icon-youjiantou{ display: inline-block; margin-top: 40px; width: 48px; font-size: 22px; height: 48px; border-radius: 48px; line-height: 48px; color: #fff; background: #0155b8;}
.ipxtxv .icon-youjiantou:hover{ transform: translateX(10px);}
.iplinswi .item .changpic{ transform: scale(0.8); opacity: 0.5; }
.iplinswi .slick-current .changpic{ transform: scale(1); opacity: 1; }
.iplitms a{ pointer-events: none; }
.iplinswi .slick-current .iplitms a{ pointer-events: auto; }
.ipxtxv .item{ padding-top: 48px; position: relative; border-top: 1px solid #e2e2e2;}
.ipxtxv .item::before{ content: ""; position: absolute; top: -2px; left: 50%; transform: translateX(-50%); width: 35%; height: 4px; background: #0155b8;}
.ipln_prev,.ipln_next{ cursor: pointer; position: absolute; top: 54%; display: inline-block; width: 46px; height: 46px; border-radius: 46px; line-height: 46px; text-align: center; background: #eaf0f7; color: #0155b8;}
.ipln_prev{ left: 8%;}
.ipln_next{ right: 8%;}
.ipln_prev i{ display: inline-block; transform: rotate(180deg);}
.ipln_prev:hover,.ipln_next:hover{ background: #0155b8; color: #fff;}

.iacom{ display: flex; background: url(images/iabbgc.jpg) no-repeat; background-size: cover;}
.iaclef{ width: calc(100% - 790px); padding: 98px 120px 0 13%; color: #fff;}
.iacrig{ width: 790px;}
.iaclef .inh2t{ padding-right: 16%;}
.iacpxt{ margin-top: 52px;}
.iacpxt p{ line-height: 28px; color: #f2f2f2; }
.iaclef a{ display: inline-block; padding: 14px 32px; margin-top: 92px; background: #005bc7; color: #fff;}
.iaclef a i{ display: inline-block; margin-left: 5px;}
.iaclef a:hover{ transform: translateX(10px);}

.inums{ color: #fff; margin-top: -136px; padding: 66px 0 60px; position: relative; z-index: 0;}
.inums::before{ content: ""; position: absolute; top: 0; right: 0; z-index: -1; width: 87%; height: 100%; background: url(images/inmubg.jpg) no-repeat; background-size: cover;}
.iaucnu{ display: flex; justify-content: space-between; padding-left: 28px;}
.iaucnu li{ position: relative; padding-left: 54px;}
.iaucnu li span{ font-size: 32px; font-family: FUTURALTBOLD;}
.iaucnu li span b{ font-size: 50px; display: inline-block; line-height: 50px;}
.iaucnu li i{ font-size: 46px; position: absolute; top: 4px; left: 0;}
.iaucnu li p{ margin-top: 18px; color: #eaeaea; line-height: 22px;}
.iaucnu li{ width: 20%;}

.imainp{ padding: 110px 0 100px; background: url(images/imaibg.jpg) no-repeat; background-size: cover;}
.imainp .inh2t{ text-align: center;}
.imprds{ margin-top: 20px;}
.imprds .item{ margin: 0 12px;}
.imprds .slick-list{ margin: 0 -12px;}
.impimc{ text-align: center;}
.impxtp{ margin-top: 40px;}
.impxtp h3{ font-size: 24px; margin-bottom: 18px; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: calibrib;}
.impxtp p{ line-height: 26px; color: #777; height: 78px; overflow: hidden;}
.impimc:hover .changpic img{ transform: scale(1.15);}
.iparr{ margin-top: 70px;}
.iparr span{ display: inline-block; margin-right: 10px; background: #f3f6fb; width: 45px; border-radius: 4px; text-align: center; color: #0e51b2; cursor: pointer; line-height: 45px; height: 45px; border-radius: 45px;}
.iparr span i{ display: inline-block;}
.imp_prev i{ transform: rotate(180deg);}
.iparr span:hover{ background: #0e51b2; color: #fff;}
.imprds .slick-dots{ width: calc(100% - 130px); bottom: -94px; right: 0; display: flex; height: 2px; }
.imprds .slick-dots li{ margin: 0; width: 100%; height: 2px; }
.imprds .slick-dots li button{ padding: 0; width: 100%; height: 2px; background: #e9eff8; position: relative; }
.imprds .slick-dots:after{ content: ""; position: absolute; bottom: 0; left: 0; width: var(--progress-width, 0); transition: width 0.5s ease; height: 2px; background: #0e51b2; }


.iwhys{ padding: 82px 0 72px; background: url(images/iwhbgt.jpg) no-repeat; background-size: cover;} 
.iwhys .inh2t{ color: #fff; text-align: center;}
.iwchs{ margin-top: 28px;}
.iwchs .item{ margin: 0 15px; }
.iwcitem{ background: #fff; width: 100%; padding: 42px 44px 34px;}
.iwcitem h3{ font-size: 28px; margin: 24px 0 22px; text-transform: uppercase; font-family: calibrib;}
.iwcpx p{ line-height: 32px; color: #777;}
.iwchs .slick-list{ margin: 0 -15px;}
.iwchs .slick-track,.iwchs .slick-slide,.iwchs .slick-list{ display: flex;}
.iwchs .slick-dots{ margin-top: 42px; position: static;}
.iwchs .slick-dots li{ width: auto; height: auto;}
.iwchs .slick-dots li button{ width: 10px; height: 10px; border-radius: 10px; background: #fff;}
.iwchs .slick-dots li.slick-active button{ width: 54px; background: #0e51b2;}

.iouca{ padding: 100px 0;}
.icotic p{ line-height: 28px; color: #777;}
.icoca{ margin-top: 18px; overflow: hidden; padding-left:13%; position: relative;}
.icoca::before{ content: ""; position: absolute; z-index: 22; top: 0; right: 0; width: 20%; height: 100%; background:rgba(255, 255, 255, 0.5)}
.icogswi{ width: 115%;}
.icaxtc{ margin-top: 44px;}
.icaxtc h3{ font-size: 24px; margin-bottom: 18px; font-family: calibrib; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.icaxtc p{ line-height: 26px; color: #777; height: 104px; overflow: hidden;}
.icaxtc span{ display: inline-block; transition: all 0.3s; margin-top: 40px; color: #666; padding: 15px 34px; background: #f1f1f1; }
.icogswi .item{ margin: 0 15px;}
.icogswi .slick-list{ margin: 0 -15px;}
.icaites:hover .changpic img{ transform: scale(1.15);}
.icaites:hover .icaxtc span{ color: #fff; background: #0e51b2;}

.igrpho{ position: relative; padding: 138px 34px 98px 80px; background: url(images/aopbgc.jpg) center no-repeat; background-size: cover;}
.igrpho .inh2t{ width: 404px; position: absolute; top:116px; left: 13%;}

.icuser{ padding: 108px 0 214px; background: url(images/icusebg.jpg) no-repeat; background-size: cover; position: relative;}
.icsebov{ display: flex; color: #fff;}
.icseblef{ width: 50%; padding-right: 24px;}
.icsebrig{ width: 50%; padding-left: 100px;}
.icsexp{ margin-top: 34px;}
.icsexp p{ line-height: 28px;}
.icseblef a{ display: inline-block; padding: 12px 38px; margin-top: 74px; color: #fff; background: #0155b8;}
.icseblef a:hover{ transform: translateX(10px);}
.icfaq{ margin-top: 24px;}
.icfac{ padding-top: 16px; position: relative;}
.icfac::before{ content: ""; position: absolute; top: 0; right: 68px; width: 48px; height: 36px; background: url(images/faico.png) no-repeat; background-size: cover;}
.icfaite{ background: #0155b8; color: #fff; padding: 42px 42px 54px;}
.icfaite h3{ font-size: 22px; font-family: calibrib; margin-bottom: 18px;}
.icfaite p{ line-height: 26px;}
.icfaq .slick-dots{ margin-top: 18px; text-align: left; position: static;}
.icfaq .slick-dots li{ width: auto; height: auto;}
.icfaq .slick-dots li button{ width: 10px; height: 10px; border-radius: 10px; background: #fff;}
.icfaq .slick-dots li.slick-active button{ width: 54px; background: #0e51b2;}

.ifrmv{ margin-top: -162px; background: #fafafa;}
.ifrmess{ background: #fff; display: flex; align-items: center; padding: 32px; box-shadow: 0 0 15px rgba(227, 227, 227, 0.6);}
.ifmlef{ width: 547px;}
.ifmrig{ width: calc(100% - 547px); padding-left: 48px;}
.idec{ line-height: 28px; color: #666; margin-top: 12px;}
.proinfoform ul{ width: 100%; overflow:hidden; margin-top: 22px;  }
.proinfoform li{width: 49%; margin-right: 2%; margin-bottom: 18px; overflow: hidden; float: left; position: relative;}
.proinfoform li:nth-of-type(even){ margin-right: 0; }
.proinfoform li:nth-of-type(5),.proinfoform li:nth-of-type(6){ width: 100%; }
.proinfoform input,.proinfoform textarea{width: 100%; border:none; background:#f8f8f8; font-size: 18px; line-height: 24px; padding:12px 22px; font-family: calibri; }
.proinfoform textarea{ resize: none; height: 82px; }
.proinfoform input::-webkit-input-placeholder,.proinfoform textarea::-webkit-input-placeholder { color: #777;}
.proinfoform input:-moz-placeholder,.proinfoform textarea:-moz-placeholder {color: #777;}
.proinfoform button{ width: 182px; transition: all 0.3s; display: block; background: #0e51b2; font-family: calibri; height: 54px; border:none; color: #fff; font-size: 18px; }
.proinfoform button:hover{ cursor: pointer; transform: translateX(10px); }
.proinfoform li:last-child{ margin-bottom: 0; }

.iouhr{ padding: 70px 0 96px; background: url(images/ihobg.png) center bottom no-repeat #fafafa;}
.iouhr .icotic{ text-align: center;}
.iouhor{ margin-top: 24px; padding:0 18px;}

.inwce{ padding: 80px 0 108px;}
.inwce .inh2t{ text-align: center; }
.iwcgs{ position: relative; margin-top:18px;} 
.iwctc .item{ margin: 0 15px;}
.iwctc .slick-list{ margin: 0 -13px;}
.iwcwt{ padding: 32px 20px 42px;}
.iwcnit{ box-shadow: 0 0 12px rgba(227, 227, 227, 0.36); border-bottom: 6px solid #ededed; transition: all 0.3s;}
.iwcwt h3{ font-size: 24px; font-family: calibrib; line-height: 26px; height: 52px; overflow: hidden; margin-bottom: 16px;}
.iwcwt p{ line-height: 26px; color: #777; height: 78px; overflow: hidden;}
.inwmdat{ margin-top: 35px; display: flex; align-items: center; justify-content: space-between;}
.inwmdat span{ color: #666; transition:all 0.3s; display: inline-block; padding: 14px 38px; background: #f1f1f1;}
.inwmdat em{ font-style: normal; color: #777;}
.iwcnit:hover .changpic img{ transform: scale(1.15);}
.iwcnit:hover .inwmdat span{ color: #fff; background: #0e51b2;}
.iwcnit:hover{ border-bottom: 6px solid #0155b8; }
.iwc_prev{ left: -60px; }
.iwc_prev i{ transform: rotate(180deg); }
.iwc_next{ right: -60px; }
.rel_arr{ position: absolute; top: 40%; left: 0; width: 100%; }
.rel_arr span{ cursor: pointer; position: absolute; top: 0; }
.rel_arr span i{ display: inline-block; font-size: 40px; color: #989898; }
.rel_arr span:hover i{ color: #0155b8; }


.side-bar {
    background: transparent;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
}

.side-bar,.side-bar a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 70px
}

.side-bar a {
    background: #0155b8;
    border-radius: 4px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.06);
    height: 60px;
    margin-bottom: 2px;
    position: relative;
    transition: all .3s
}

.side-bar a p {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.side-bar a p em {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    margin-top: 2px;
    transition: all .3s ease
}

.side-bar a .iconfont {
    color: #fff;
    font-size: 20px;
    transition: all .3s ease
}

.side-bar a:hover {
    background-color: #0155b8;
    filter: brightness(1.05)
}

.side-bar a:hover span {
    opacity: 1;
    transform: translate(-100%,-50%);
    visibility: initial
}

.side-bar a span {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.06);
    color: #030720;
    display: inline-block;
    line-height: 60px;
    font-size: 14px;
    height: 100%;
    left: -2px;
    opacity: 0;
    padding: 0 16px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-110%,-50%);
    transition: all .8s;
    visibility: hidden;
    white-space: nowrap
}

footer{ background: #020f22; position: relative; }
footer::before{ content: ""; top: 28px; left: 20px; position: absolute; width: 790px; height: 461px; background: url(images/folog.png) no-repeat; background-size: cover;}
.foget{ background: #0155b8; color: #fff; padding: 94px 0;}
.fogtop{ display: flex; align-items: center; justify-content: space-between; padding-right: 296px;}
.fogtop .inh2t{ white-space: nowrap;}
.fogtop p{ line-height: 24px; margin-left: 70px;}
.fogtop a{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #fff; border-radius: 30px; display: inline-block; padding: 8px 25px; border: 1px solid #fff;}
.fogtop a:hover{ background: #fff; color: #0155b8;}
.foboiv{ padding-top: 72px;}
.fo_boxdiv{ width: 100%; display: flex;  justify-content: space-between; overflow: hidden; }
.fo_boxdiv h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-family: FUTURALTBOLD;  margin-bottom: 24px; }
.fo_boitem1{ width: 28%;}
.flxuls{ margin-top: 26px; }
.flxuls li{ margin-bottom: 20px; font-size: 16px; font-family: Outfit-Light; color: #fff; position: relative; padding-left: 34px; }
.flxuls li a{ color: #fff; }
.flxuls li i{ position: absolute; top: 0; font-size: 20px; left: 0; display: inline-block; color: #a71a07; }
.flxuls li a:hover{ text-decoration: underline; color: #fff; }
.media{ margin-top: 34px;  }
.media a{ margin-right: 5px; background: #fff; width: 30px; text-align: center; height: 30px; border-radius: 30px; line-height: 30px; color: #f04d22; font-size:14px; display:inline-block;}
.media a:hover{ transform: translateX(5px); }
.fo_boitem2{ width: 15%;}
.fo_boitem3{ width: 24%;}
.fo_boitem4{ width: 21%;}

.fbp p{ line-height: 26px; color: #bbb;}
.fo_opul li{ position: relative; color: #bbb; margin-bottom: 12px; }
.fo_opul li a{display: inline-block;color: #bbb;text-transform: capitalize;}
.fo_opul li:hover a{ transform: translateX(5px); color: #fff; text-decoration: underline; }
.fo_opul li:last-child{ margin-bottom: 0; }

.foxlus{ margin-top: 38px;}
.foxlus li{ margin-bottom: 22px; position: relative; font-family: calibrib; padding-left: 45px; font-size: 26px; color: #fff; }
.foxlus li i{ position: absolute; top: 0; left: 0; color: #0155b8; font-size: 32px; }
.foxlus li:last-child{ margin-bottom: 0; }
.foxlus li a,.foxlus li span{ display: inline-block; margin-right: 22px; color: #fff;}
.foxlus li a:hover{ color: #0155b8; }

.f_mes input{ height:44px; line-height: 44px; }
.f_mes input,.f_mes textarea{ background: #0a1629; width: 100%; border:none; padding:0 10px; font-family: calibri; resize: none; color: #fff; font-size: 18px;}
.f_mes input::-webkit-input-placeholder, .f_mes textarea::-webkit-input-placeholder{ color: rgb(255 255 255 / 50%); }
.f_mes textarea{ padding: 10px; height: 86px;}
.f_mes button{ transition: all 0.3s; border: none; cursor: pointer; width: 200px; height: 50px; background: url(images/mebng.png) top right no-repeat; font-family: calibri; font-size: 18px; text-align: center; color: #fff; }
.f_mes ul li{ position: relative; margin-bottom: 12px; }
.f_mes ul li:last-child{ margin-bottom: 0; }
.f_mes button:hover{ transform: translateX(10px); color: #fff; }

.copyright{ padding: 24px 0; margin-top: 64px; font-family: calibri; border-top: 1px solid rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.3); overflow: hidden;  }
.copixbo{ display: flex; align-items: center; justify-content: space-between;}
.fomedia a{ display: inline-block; margin-right: 5px; width: 38px; font-size: 18px; border: 1px solid #fff; color: #fff; height: 38px; border-radius: 38px; line-height: 36px; text-align: center; }
.fomedia a:hover{ background: #fff; color: #0155b8;}
.copixbo p,.copixbo p a{ color: #bbb;}



.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;}

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 700px; background: #fff; padding:50px 40px 35px; height: auto; position: absolute; top: 20%; left: 50%; transform: translateX(-50%); }
.allhide{ opacity: 0; z-index: -3; }
.close_btn{ cursor: pointer; position: absolute; top: 0; right: 0; width: 34px; height: 34px; line-height: 34px; text-align: center; }
.close_btn i{ font-size: 18px; }
.close_btn:hover i{ color: #0155b8; }
.bigform ul{ width: 100%; overflow:hidden;  }
.bigform li{width: 49%; margin-right: 2%; margin-bottom: 12px; overflow: hidden; float: left; position: relative;}
.bigform li:nth-of-type(even){ margin-right: 0; }
.bigform li:nth-of-type(5),.bigform li:nth-of-type(6){ width: 100%; }
.bigform li font{ color: #e74747; position: absolute; top: 13px; left: 7px; }
.bigform li p{ margin-bottom: 8px; font-size: 17px; }
.bigform li p span{ color: red; }
.bigform input,.bigform textarea{width: 100%; border:1px solid #ddd; background:#fff; font-size: 16px; line-height: 24px; padding:12px; font-family: Roboto-Regular; }
.bigform textarea{ resize: none; height: 140px; }
.bigform input::-webkit-input-placeholder,.bigform textarea::-webkit-input-placeholder { color: #333;}
.bigform input:-moz-placeholder,.bigform textarea:-moz-placeholder {color: #333;}
.bigform button{ width: 195px; margin: 0 auto; display: block; background: #0155b8; border-radius: 3px; font-family: Roboto-Regular; height: 50px; border:none; color: #fff; font-size: 18px; }
.bigform button:hover{ cursor: pointer; opacity: 0.85; background: #0155b8; color: #fff; }
.bigform li:last-child{ margin-bottom: 0; }
/*位置*/
.subbanner{ position: relative; margin-top: 140px; }
.subbanner img{ width: 100%; }
.sub_nav{ position: absolute; top: 28%; width: 100%; left: 0; color: #fff; }
.sub_nav h2{ font-size: 68px; margin-bottom: 24px; text-shadow: 0 0 12px rgba(0,0,0,.28); text-transform: uppercase; font-family: FUTURALTBOLD; }
.sub_nav p{ color: #fff; font-size: 22px; line-height: 30px; }
.subxtc{ width: 64%;}
/* 产品线 */
.pat90{ padding-top: 90px; }
.por_linew{ padding-bottom: 100px;}
.plinlist li{ margin-bottom: 40px;}
.plinlist li:last-child{ margin-bottom: 0;}
.plineitem a{ display: flex; width: 100%; background: #f7f7f7; padding: 30px;}
.plinlef{ width: 50%; padding-right: 32px; padding-top: 20px;}
.plinrig{ width: 50%;}
.plinlef h3{ font-size: 30px; font-family: calibrib;}
.plixtp{ margin-top: 30px;}
.plixtp p{ line-height: 24px; color: #888; margin-bottom: 16px;}
.plixtp p:last-child{ margin-bottom: 0;}
.plineitem:hover .changpic img{ transform: scale(1.15);}
.plinlef span{ display: inline-block; transition: all 0.3s; margin-top: 56px; color: #444; padding: 15px 34px; background: #ececec; }
.plineitem:hover .plinlef span{ background: #0155b8; transform: translateX(10px); color: #fff;}
.plinlist li:nth-of-type(even) .plinlef{ order: 2; padding-left: 32px; padding-right: 0;}
.plinlist li:nth-of-type(even) .plinrig{ order: 1;}
/* 生产线详情 */
.pdeminw{ padding: 78px 0; margin-top: 140px; background-size: cover; background-repeat: no-repeat;}
.deolin{ background: #f7f7f7; padding: 20px;}
.delvfx{ display: flex;}
.delvzb{ width: 50%; padding-right: 20px;}
.delvrb{ width: 50%; padding: 24px 22px 0 32px;}
.delcswi{ position: relative;}
.desar{ position: absolute; top: 40%; left: 0; width: 100%; }
.desar span{ display: inline-block; width: 44px; height: 44px; color: #fff; border-radius: 44px; line-height: 44px; text-align: center; background: #e5e5e5; cursor: pointer; position: absolute; top: 0; }
.desar span i{ display: inline-block; font-size: 18px; }
.dmc_prev{ left: 20px; }
.dmc_next{ right: 20px; }
.dmc_prev i{ transform: rotate(180deg); }
.desar span:hover{ background: #0e51b2; color: #fff; }
.delvrb h1{ font-size: 36px; position: relative; padding-bottom: 10px; font-family: calibrib;}
.delvrb h1::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 80px; height: 4px; background: #0e51b2;}
.delixpc{ margin-top: 22px; overflow-y: auto; height: 182px; padding-right: 12px;}
.delixpc p{ line-height: 26px; color: #666;}
.delixpc::-webkit-scrollbar{ width: 2px; }
.delixpc::-webkit-scrollbar-thumb{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 200%; border-radius: 0; background: #0155b8; width: 3px; }
.delixpc::-webkit-scrollbar-track { position: absolute; top: 0; background: #fff; height: 100vh;right: 0; }
.pro_lxbtn{ margin-top: 60px; padding-right:180px; }
.pro_lxbtn a{ background: #ededed; font-size: 20px; font-family: calibrib; color: #333; text-align: center; padding:14px 10px; width: 48%; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 18px; margin-left: 5px; }
.pro_lxbtn a:last-child{ background: #0155b8; color: #fff; margin-left: 3%; }
.pro_lxbtn a *{ vertical-align: middle; }
.pro_lxbtn a:hover{ transform: translateX(10px); background: #0155b8 !important; color: #fff !important; }
.pdecivs{ padding: 78px 0 80px;}
.delhtic{ font-size: 46px; text-transform: uppercase; font-family: FUTURALTBOLD;}
.decpc{ margin-top: 14px;}
.decpc p{ line-height: 26px; color: #888;}
.del_table{ overflow-x: auto; margin-top: 20px;}
.del_table table{ width: 100%; background: #fff; border-collapse: collapse; }
.del_table table td{ border: 1px solid #e5e5e5; padding:12px 22px; line-height: 24px; color: #888; }
.del_table table td img{ max-width: none;}
.del_table table tr:nth-of-type(odd) td{ background: #f8f8f8; }
.del_table table tr:first-child td{ background: #0155b8; color: #fff; font-size: 22px; font-family: calibrib; }

video{ width: 100%; display: block;}
.dequfo{ padding-top: 76px; position: relative; z-index: 0; background: #f7f7f7;}
.dequfo::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 45%; background: url(images/derequbg.jpg) no-repeat; background-size: cover;}
.depline{ padding: 72px 0 98px; background: #f7f7f7;}
.depline .inplin{ padding: 0;}
.depline .ipln_prev, .depline .ipln_next{ top: 56.5%; }
/*关于我们*/
.abwar{ padding-bottom: 96px;}
.abvideo{ margin-top: 28px;}
.abnucv{ margin-top: 58px;}
.abnucv .iaucnu li i{ color: #0155b8;}
.abnucv .iaucnu li p{ color: #888;}
.mart98{ margin-top: 98px;}
.aourf{ padding-top: 80px;}
.aoufw{ position: relative; margin-top: 20px;}
.aougs .item{ margin: 0 13px;}
.aougs .slick-list{ margin: 0 -13px;}
.aou_prev{ left: -60px; }
.aou_prev i{ transform: rotate(180deg);}
.aou_next{ right: -60px; }

.serbobg{ background: url(images/aserbgt.jpg) no-repeat; background-size: cover; text-align: center; color: #fff; padding: 60px 10% 76px;}
.serbobg i{ display: inline-block; width: 78px; line-height: 78px; font-size: 40px; height: 78px; border-radius: 78px; text-align: center; background: #0155b8;}
.serbobg .inh2t{ text-transform: capitalize; margin-top: 30px;}
.serbobg p{ margin-top: 14px; line-height: 28px;}
.aohor{ background: url(images/ihobg.png) center bottom no-repeat #fff;}

.abhisbo{ padding-bottom: 110px;}
.ahixt{ background: #f7f7f7; text-align: center; padding: 30px 12%;}
.ahixt p{ font-size: 24px; font-family: calibrib; line-height: 32px;}
.ahiivs{ margin-top: 35px; position: relative;}
.ahixku{ padding: 34px 0; display: flex; position: relative;}
.ahixku::before{ content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #d5d5d5;}
.ahiitemc h2{ text-align: center; font-size: 52px; font-family: FUTURALTBOLD; color: #c6280c;}
.ahiklef{ width: 50%; padding-right: 54px; text-align: right;}
.ahikrig{ width: 50%; padding-left: 54px;}
.ahikrig h3{ font-size: 22px; line-height: 30px; font-family: calibrib; margin-bottom: 32px;}
.ahikrig p{ line-height: 28px; color: #777;}
.ahiivs .ahiitemc:nth-of-type(even) .ahiklef{ order: 2; text-align: left; padding-left: 54px; padding-right: 0;}
.ahiivs .ahiitemc:nth-of-type(even) .ahikrig{ order: 1; padding-left: 0; padding-right: 54px;}
.ahiivs::before{ content: ""; position: absolute; bottom: 0; z-index: 22; left: 50%; width: 0; transform: translateX(-50%);
  height: 0;
  border-style: solid;
  border-width: 18px 12.5px 0 12.5px;
  border-color: #0155b8 transparent transparent transparent;}

/* case */
.cawar{ padding-bottom: 90px;}
.cawlist{ display: grid; grid-gap: 56px 34px; grid-template-columns: repeat(3,minmax(0,1fr));}
.cawlist .icaxtc{ margin-top: 36px;}
/*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: #c81f21; 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;}
/*产品列表*/
.por_div{ padding-bottom: 108px;}
.polist{ display: grid; grid-gap: 42px 28px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.plixtc{ margin-top: 38px;}
.plixtc h3{ font-size: 24px; text-transform: uppercase; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: calibrib;}
.plixtc p{ line-height: 26px; color: #777; height: 78px; overflow: hidden;}
.plixtc span{ display: inline-block; transition: all 0.3s; margin-top: 34px; color: #666; padding: 14px 34px; background: #f1f1f1; }
.plicim:hover .changpic img{ transform: scale(1.15);}
.plicim:hover .plixtc span{ background: #0155b8; color: #fff; transform: translateX(10px);}
/*分页 结束*/
.digg4{ text-align:right; margin-top: 60px; font-family: calibri; }
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:52px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: #fff; height:52px; line-height: 50px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background: #0155b8; }
.digg4 span.disabled { background: #fff; color: #666; border: 1px solid #d8d8d8;}
.digg4 a{ color: #666; border: 1px solid #d8d8d8; background: #fff; }
/*产品详情*/
.depd .desar span{ background: rgba(0,0,0,.15);}
.depd .desar span:hover{ background: #0e51b2;}
.deptil{ margin-top: 30px; height: 224px; overflow-y: auto; padding-right: 12px;}
.deptil p{ line-height: 32px; color: #666; position: relative; padding-left: 26px; }
.deptil p::before{content: "\e63d"; position: absolute; top: 0; left: 0; font-family: iconfont; font-size: 18px; color: #0e51b2; }
.deptil::-webkit-scrollbar{ width: 2px; }
.deptil::-webkit-scrollbar-thumb{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 200%; border-radius: 0; background: #0155b8; width: 3px; }
.deptil::-webkit-scrollbar-track { position: absolute; top: 0; background: #fff; height: 100vh;right: 0; }
.pdeblc{ padding-top: 76px; padding-bottom: 80px;}
.despti{ display: flex; align-items: center; background: #f7f7f7;}
.desptle{ width: 50%; padding: 0 30px;}
.desptri{ width: 50%;}
.desivsp{ margin-top: 24px;}
.desivsp p{ line-height: 32px; color: #888; position: relative; padding-left: 26px; }
.desivsp p::before{content: "\e63d"; position: absolute; top: 0; left: 0; font-family: iconfont; font-size: 18px; color: #0e51b2; }

.defunc{ padding-top: 65px;}
.dfucp{ margin-top: 16px;}
.dfucp p{ line-height: 28px; color: #888; margin-bottom: 12px;}
.dfucp p:last-child{ margin-bottom: 0;}
.dfuultt{ margin-top: 20px; display: flex;}
.dfuultt li{ width: 32%; margin-right: 2%;}
.dfuultt li:last-child{ margin-right: 0;}

.deadvc{ padding-top: 65px;}
.dadvulttc{ margin-top: 20px;}
.dadvulttc li{ margin-bottom: 34px; display: flex; background: #f7f7f7; align-items: center;}
.dadvulttc li:last-child{ margin-bottom: 0;}
.davlef{ width: 50%; padding-right: 40px;}
.davrig{ width: 50%; padding-right: 40px;}
.davrig h3{ font-size: 26px; line-height: 32px; font-family: calibrib;}
.davucp{ margin-top: 16px;}
.davucp p{ line-height: 28px; color: #888; margin-bottom: 12px;}
.davucp p:last-child{ margin-bottom: 0;}
.dadvulttc li:nth-of-type(even) .davlef{ order: 2; padding-right: 0; padding-left: 40px;}
.dadvulttc li:nth-of-type(even) .davrig{ order: 1; padding-right: 0; padding-left: 40px;}
.drelin{ padding: 70px 0 110px; background: #f7f7f7;}


.infocon{color: #666; }
.infocon h1{ font-size:30px; font-family: calibrib; line-height: 30px; margin-bottom: 30px; text-align: center; color: #222;}
.infocon img{ display: inline-block; margin: 15px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin: 18px 0; color: #999}
.infocon .time i{ font-size: 20px; }
.infocon .other{ font-family: calibri; border-top: 1px solid #ddd; font-size: 17px; padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #0155b8; }
.infocon p{line-height:28px; margin-bottom: 10px; font-family: calibri; }

/*contact*/
.cconwar{ padding-bottom: 80px;}
.cowabox{ display: flex;}
.cowalef{ width: 50%; padding-right: 105px;}
.cowarig{ width: 50%;}
.map{ border: 1px solid #d1d1d1;}
.fo_cousna{ margin-top: 42px; }
.fo_cousna li{ margin-bottom: 40px; }
.fo_cousna li:last-child{ margin-bottom: 0; }
.fo_citd{ position: relative; padding-left: 70px; }
.fo_citd p{ margin-bottom: 6px; color: #a09f9f; }
.fo_citd a{ font-size: 22px; font-family: calibrib;}
.fo_citd i{ position: absolute; top: 5px; left: 0; font-size: 40px; color: #0155b8; }
.fo_citd i::after{ position: absolute; z-index: -1; bottom: -12px; right: -14px; content: ""; width: 38px; height: 38px; border-radius: 38px; background: #eff5fc;}
.fo_citd span{ font-size: 20px; font-family: calibrib; }
.fo_citd a:hover{ color: #0155b8; }

.corque{ background: #f7f7f7; padding: 82px 0 98px;}
.corque .proinfoform input, .corque .proinfoform textarea{ background: #fff;}

.target-div{ transition: all 0.5s; position: relative; bottom: -120px; opacity: 0;}
.in-view{ bottom: 0 !important; opacity: 1 !important;}


@media screen and (max-width: 1680px){
  .h_top{ background: url(images/he_topbg.png) 37.2% 0 no-repeat; }
  .h_tlx li{ margin-right: 45px;}
  .ipln_prev, .ipln_next{ top: 51%;}
  .iacrig{ width: 700px;}
  .iaclef{ width: calc(100% - 700px); padding: 58px 75px 0 7%;}
  .iaclef a{ margin-top: 40px;}
  .inums::before{ width: 93%;}
  .icoca{ padding-left: 7%;}
  .icoca::before{ width: 22%;}
  .sub_nav h2{ font-size: 54px;}
}

@media screen and (max-width: 1600px){
  .m_li,.heinqno{ margin-left: 50px;}
  nav li{ margin:0 30px;}
  .ipln_prev, .ipln_next{ top: 50%;}
  .iacpxt{ margin-top: 30px;}
  .iaucnu{ padding-left: 90px;}
  .iaucnu li{ width: 23%;}
  .icoca{ padding-left: 5%;}
  .depline .ipln_prev, .depline .ipln_next{ top: 51.5%;}
  .sub_nav h2{ font-size: 48px;}
}

@media screen and (max-width: 1440px){
  .warper{ width: 88%; }
  .h_top:before{ width: 64%;}
  .h_top{ background: url(images/he_topbg.png) 35.2% 0 no-repeat; }
  nav li{ margin: 0 24px;}
  .inplin{ padding: 60px 0;}
  .logo img{ height: 90px;}
  nav li{ line-height: 60px;}
  header{ height: 102px;}
  .banner_home{ margin-top: 102px;}
  .h_top{ height: 42px;}
  .h_tlx{ line-height: 42px;}
  .m_li{ margin-top: 5px;}
  .heinqno{ margin-top: 3px;}
  nav dl{ top: 60px;}
  nav li a:after{ bottom: 12px;}
  .logo{ top: -37px;}
  .ipxtxv .item{ padding-top: 35px;}
  .ipxtxv .icon-youjiantou{ margin-top: 16px;}
  .ipln_prev, .ipln_next{ top: 52%;}
  .inh2t{ font-size: 37px;}
  .iaclef{ padding: 58px 48px 0 7%;}
  .iaucnu{ padding-left: 50px;}
  .inums{ padding: 40px 0;}
  .iaucnu li{ width: 26%;}
  .imainp,.iouca{ padding: 70px 0;}
  .impxtp{ margin-top: 12px;}
  .iparr{ margin-top: 40px;}
  .imprds .slick-dots{ bottom: -64px; }
  .iwhys{ padding: 64px 0;}
  .iwcitem{ padding: 30px;}
  .iwcitem h3{ margin: 15px 0; font-size: 26px;}
  .iwcpx p{ line-height: 26px;}
  .iwchs .slick-dots{ margin-top: 18px;}
  .icoca{ padding-left: 6%;}
  .icaxtc{ margin-top: 20px;}
  .icaxtc span{ margin-top: 18px;}
  .igrpho{ padding: 60px 12px 50px 32px;}
  .igrpho .inh2t{ left: 6%; top: 44px;}
  .icuser{ padding: 54px 0 214px;}
  .icsebrig{ padding-left: 50px;}
  .icsexp{ margin-top: 16px;}
  .icfaq{ margin-top: 6px;}
  .icseblef a{ margin-top: 32px;}
  .icfaite{ padding: 30px 25px 30px;}
  .proinfoform li{ margin-bottom: 12px;}
  .iouhr{ padding: 56px 0 60px; background-size: 100% 30%;}
  .inwce{ padding: 64px 0 80px;}
  .iwcwt{ padding: 20px 20px 30px;}
  .inwmdat{ margin-top: 22px;}
  .foget{ padding: 50px 0;}
  .foboiv{ padding-top: 50px;}
  footer::before{ width: 500px; height: 276px;}
  .sub_nav h2{ font-size: 38px; margin-bottom: 16px;}
  .pat90{ padding-top: 60px;}
  .plixtp{ margin-top: 20px;}
  .plinlef span{ margin-top: 24px;}
  .pro_lxbtn{ padding-right: 100px; margin-top: 25px;}
  .delvrb h1{ font-size: 30px;}
  .delhtic{ font-size: 36px;}
  .depline{ padding: 60px 0;}
  .depline .ipln_prev, .depline .ipln_next{ top:52.5%}
  .subbanner{ margin-top: 102px;}
  .abnucv .iaucnu{ padding-left: 0;}
  .mart98{ margin-top: 60px;}
  .aourf{ padding-top: 60px;}
  .abwar{ padding-bottom: 60px;}
  .serbobg{ padding:50px 8% 60px;}
  .ahiitemc h2{ font-size: 40px;}
  .cawlist .icaxtc{ margin-top: 22px;}
  .icaxtc h3{ margin-bottom: 10px;}
  .fo_cousna li{ margin-bottom: 30px;}
  .corque{ padding: 70px 0;}
  .pdeminw{ margin-top: 102px;}
}


@media screen and (max-width: 1366px){
  .h_tlx li{ margin-right: 12px;}
  .m_li, .heinqno{ margin-left: 28px;}
  .ban_arrow span{ width: 44px; height: 44px; line-height: 44px;}
  .ban_arrow span i{ font-size: 18px;}
  .ipxtxv h2{ font-size: 26px;}
  .ifmrig{ padding-left: 30px;}
  .plixtp p{ margin-bottom: 6px;}
  .plinlist li{ margin-bottom: 30px;}
  .digg4{ margin-top: 40px;}
  .por_linew{ padding-bottom: 60px;}
  .pdeminw{ padding: 50px 0;}
  .delvrb{ padding: 24px 0 0 0;}
  .pdecivs{ padding: 60px 0;}
  .plixtc,.plixtc span{ margin-top: 18px;}
  .por_div{ padding-bottom: 70px;}
  .deptil{ margin-top: 14px;}
  .pdeblc{ padding: 58px 0;}
  .davucp p{ line-height: 24px;}
  .drelin{ padding: 60px 0;}
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  nav li{ margin: 0 18px;}
  .ipln_prev, .ipln_next{ top: 50%;}
  .iacrig{ width: 500px;}
  .iaclef{ width: calc(100% - 500px);}
  .inh2t{ font-size: 32px;}
  .inums{ margin-top: -40px;}
  .iacpxt{ margin-top: 14px;}
  .iacpxt p{ line-height: 25px;}
  .iaclef a{ margin-top: 20px;}
  .imainp, .iouca{ padding: 60px 0;}
  .inwce{ padding: 50px 0;}
  .iwctc .item{ margin: 0 8px;}
  .iwctc .slick-list{ margin: 0 -8px;}
  .fo_boitem4{ width: 27%;}
  .sub_nav h2{ font-size: 30px;}
  .plineitem a{ padding: 20px;}
  .plinlef h3{ font-size: 24px;}
  .delvrb{ padding: 0;}
  .delhtic{ font-size: 28px;}
  .iaucnu li span b{ font-size: 42px; line-height: 42px;}
  .cawlist{ grid-gap: 30px;}
  .cowalef{ padding-right: 60px;}
  .corque{ padding: 60px 0;}
}


@media screen and (max-width: 1024px){
  .banner_home,.subbanner,.deshow{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #fff; }
  .logo img,.position .logo img{ height:50px; width: auto; }
  .logo{ top: 8px; left: 15px; z-index: 0; padding-left: 0;  width: auto; height: auto; line-height: normal; }
  .warper{ width: 96%; }
  .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: #0155b8 ; color: #fff; }
  #nav .nav-button i{ color: #fff; }
  body{ font-size: 16px; }
  nav li a:before,nav li:nth-of-type(2) a:after, nav li:nth-of-type(3) a:after{ display: none; }
  .m_li,.h_tlx{ display: none; }
  .h_top:before{ display: none; }
  .h_top{ height: auto; position: absolute; top: 10px; right: 76px; background: transparent; }
  .language{ margin: 0; float: none; position: absolute; right: 50px; top: 20px; }
  .language i,.language span{ color: #333; }
  .language span:before{ border-color: #333 transparent transparent transparent; }
  #nav .nav-button{ top: 13px; background: #0155b8; }
  nav dl{ left: 0;  top: 0; padding: 0; border:none; width: auto;  background: #434343;  position: inherit;  opacity: 1; height: auto !important; display: block !important; }
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li:hover dl{ left: 0; opacity: 1; }
  nav li dl dd a{ color: #fff !important; padding: 10px 22px; white-space: normal; font-size: 16px; }
  nav dl dd:hover div,nav li a:before,.home_tit img{display: none;}
  nav li dl dd a:hover{ background: #0155b8 !important;}
  nav dl dd{ border: none; }
  nav li>a{ font-size: 18px; }
  .nav_show li p{ font-size: 16px; }
  nav dl dd div{ display: none; position: initial; left: 0; width: 100%; background: #89898a; }
  nav dl dd div a{ font-size: 15px; }
  nav dl dd:hover div,.ban_bod,.ban_media{display: none;}
  #nav .nav-button{ right:0; }
  nav li.on a:after, nav li:hover a:after,.mouse_scrll{ display: none; }
  nav li:before,nav li>a:after{ display: none; }
  .h_bot{ height: auto; }
  .head_rcon:before{ background: #333; }
  .head_rcon{ right: 38px; top: 4px; width: 112px; }
  .heinqno a{ background: #0155b8; white-space: nowrap;}
  .heinqno{ float: none;}
  .inplin{ padding: 50px 0;}
  .ipln_prev, .ipln_next{ top: 44%;}
  .iacrig{ display: none;}
  .iaclef{ width: 100%; padding:50px 2%;}
  .inums::before{ width: 100%;}
  .iaucnu{ padding: 0;}
  .inums{ margin-top: 0;}
  .imainp, .iouca{ padding: 45px 0;}
  .icoca{ padding: 0 2%;}
  .icoca::before{ display: none;}
  .icogswi{ width: 100%;}
  .icogswi .item{ margin: 0 8px;}
  .icogswi .slick-list{ margin: 0 -8px;}
  .icaxtc h3{ font-size: 22px;}
  .igrpho .inh2t{ top: 18px; left: 2%;}
  .side-bar{ display: none;}
  .icsebov{ flex-wrap: wrap;}
  .icseblef{ width: 100%; padding: 0;}
  .icsebrig{ width: 100%; padding: 0; margin-top: 16px;}
  .icsexp p{ line-height: 24px;}
  .icseblef a{ margin-top: 15px;}
  .icuser{ padding: 40px 0 214px;}
  .ifmlef{ display: none;}
  .ifmrig{ width: 100%; padding: 0;}
  .inwmdat span{ padding: 12px 22px;}
  .iwcwt{ padding: 15px;}
  .fogtop{ padding-right: 210px;}
  .foget{ padding: 40px 0;}
  .fo_boitem2{ display: none;}
  .fo_boitem1{ width: 36%;}
  .fo_boitem4{ width: 35%;}
  .sub_nav p{ display: none;}
  .pat90{ padding-top: 50px;}
  .plinlef{ padding-top: 0; }
  .plineitem a{ align-items: center;}
  .digg4{ text-align: center;}
  .digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current{ width: 40px; height: 40px; line-height: 38px;}
  .pdeminw{ margin-top: 62px; padding: 40px 0;}
  .pro_lxbtn{ padding-right: 0;}
  .pdecivs{ padding: 50px 0;}
  .depline .ipln_prev, .depline .ipln_next{ top: 42.5%;}
  .polist{ grid-gap: 20px;}
  .plixtc h3{ font-size: 20px;}
  .delhtic{ font-size: 24px;}
  .desivsp{ margin-top: 5px;}
  .desivsp p{ line-height: 24px;}
  .dfucp p{ margin-bottom: 6px;}
  .deadvc{ padding-top: 45px;}
  .davlef{ padding-right: 30px;}
  .dadvulttc li:nth-of-type(even) .davlef{ padding-left: 30px;}
  .dadvulttc li{ margin-bottom: 24px;}
  .dequfo{ padding-top: 38px;}
  .drelin{ padding: 50px 0;}
  .abnucv{ margin-top: 32px;}
  .mart98{ margin-top: 42px;}
  .iwhys{ padding: 45px 0;}
  .aourf{ padding-top: 45px;}
  .aougs .item{ margin: 0 8px;}
  .aougs .slick-list{ margin: 0 -8px;}
  .aou_prev{ left: 0;}
  .aou_next{ right: 0;}
  .rel_arr span i{ color: #005bc7;}
  .serbobg{ padding: 40px 6%;}
  .serbobg .inh2t{ margin-top: 12px; font-size: 26px;}
  .ahixt{ padding: 24px;}
  .ahiitemc h2{ font-size: 32px;}
  .ahikrig,.ahiivs .ahiitemc:nth-of-type(even) .ahiklef{ padding-left: 24px;}
  .ahiklef,.ahiivs .ahiitemc:nth-of-type(even) .ahikrig{ padding-right: 24px;}
  .cawlist{ grid-gap: 20px;}
  .corque{ padding: 45px 0;}
  .iwc_prev{ left: 0;}
  .iwc_next{ right: 0;}
}

@media screen and (max-width: 768px){
  .inplin{ padding: 34px 0;}
  .ipxtxv .item{ padding-top: 16px;}
  .ipxtxv h2{ margin-bottom: 10px;}
  .ipxtxv p{ padding: 0 10%;}
  .iaclef .inh2t{ padding: 0;}
  .inh2t{ font-size: 24px;}
  .iaclef{ padding: 30px 2%;}
  .inums{ padding: 20px 0;}
  .iaucnu{ display: grid; grid-gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr));}
  .iaucnu li{ width: 100%; padding-left: 42px;}
  .iaucnu li span{ font-size: 22px;}
  .iaucnu li span b{ font-size: 32px; line-height: 32px;}
  .iaucnu li p{ margin-top: 2px;}
  .iaucnu li i{ font-size: 32px;}
  .imainp, .iouca{ padding: 30px 0;}
  .impxtp h3{ font-size: 22px; margin-bottom: 10px;}
  .iparr{ margin-top: 12px;}
  .imprds .slick-dots{ bottom: -35px;}
  .iwhys{ padding: 30px 0;}
  .iwchs{ margin-top: 12px;}
  .iwcitem img{ display: none;}
  .iwcitem h3{ margin: 0 0 10px 0;}
  .iwcitem{ padding: 20px;}
  .icaxtc p{ line-height: 24px; height: 72px;}
  .igrpho{ padding: 60px 10px 30px;}
  .ifrmess{ padding: 24px;}
  .iouhr{ padding: 34px 0;}
  .inwce{ padding: 30px 0;}
  .iwcwt h3{ font-size: 21px;}
  .foget,.fo_boitem3{ display: none;}
  .foboiv{ padding-top: 30px;}
  .fo_boitem1{ width: 46%;}
  .fo_boitem4{ width: 54%;}
  .fo_boxdiv h4{ margin-bottom: 12px;}
  .foxlus li{ font-size: 21px;}
  .copyright{ margin-top: 24px; padding: 10px 0;}
  .copixbo{ flex-wrap: wrap;}
  .copixbo p{ margin-top: 6px;}
  .sub_nav h2{ margin-bottom: 0; font-size: 24px;}
  .pat90{ padding-top: 30px;}
  .plineitem a{ flex-wrap: wrap;}
  .plinlef{ width: 100%; padding: 0;}
  .plinrig{ width: 100%; margin-top: 14px;}
  .plixtp{ margin-top: 14px;}
  .plinlef span{ margin-top: 15px; padding: 12px 26px;}
  .plinlist li:nth-of-type(even) .plinlef{ order: 1; padding: 0;}
  .plinlist li:nth-of-type(even) .plinrig{ order: 2;}
  .por_linew{ padding-bottom: 50px;}
  .pdeminw{ padding: 30px 0;}
  .delvfx{ flex-wrap: wrap;}
  .delvzb{ width: 100%; padding: 0;}
  .delvrb{ width: 100%; margin-top: 14px;}
  .delvrb h1{ font-size: 26px;}
  .delixpc{ padding: 0; height: auto; margin-top: 14px;}
  .pdecivs,.depline{ padding: 24px 0;}
  .del_table table td{ padding: 10px;}
  .depline .inplin{ margin-top: 15px;}
  .polist{ grid-gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr));}
  .por_div{ padding-bottom: 50px;}
  .deptil{ height: auto; padding: 0;}
  .pdeblc{ padding: 30px 0;}
  .despti{ flex-wrap: wrap;}
  .desptle{ width: 100%; padding: 15px;}
  .desptri{ width: 100%;}
  .defunc{ padding-top: 30px;}
  .dfucp{ margin-top: 12px;}
  .dfucp p{ line-height: 24px; margin-bottom: 0;}
  .deadvc{ padding-top: 30px;}
  .dadvulttc li{ flex-wrap: wrap;}
  .davlef{ width: 100%; padding: 0;}
  .davrig{ width: 100%; padding: 20px;}
  .dadvulttc li:nth-of-type(even) .davlef{ order: 1; padding: 0;}
  .dadvulttc li:nth-of-type(even) .davrig{ order: 2; padding: 20px;}
  .idec{ line-height: 24px;}
  .aourf{ padding-top: 34px;}
  .abwar{ padding-bottom: 45px;}
  .serbobg p{ line-height: 26px;}
  .serbobg{ padding: 30px 6%;}
  .ahixt p{ font-size: 20px; line-height: 28px;}
  .ahiitemc h2{ font-size: 26px;}
  .ahiivs{ margin-top: 25px;}
  .ahixku{ padding: 20px 0; flex-wrap: wrap;}
  .ahiklef{ width: 100%; text-align: left; padding: 0;}
  .ahikrig{ width: 100%; padding: 0; margin-top: 14px;}
  .ahiivs::before,.ahixku::before{ display: none;}
  .ahikrig h3{ margin-bottom: 12px;}
  .ahikrig p{ line-height: 24px;}
  .ahikrig, .ahiivs .ahiitemc:nth-of-type(even) .ahiklef{ padding-left: 0;}
  .ahiivs .ahiitemc:nth-of-type(even) .ahiklef{ order: 1;}
  .ahiklef, .ahiivs .ahiitemc:nth-of-type(even) .ahikrig{ padding: 0;}
  .ahiivs .ahiitemc:nth-of-type(even) .ahikrig{ order: 2;}
  .abhisbo,.cawar{ padding-bottom: 40px;}
  .cawlist .icaxtc{ margin-top: 12px;}
  .cawlist{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .infocon h1{ font-size: 24px; margin-bottom: 12px; line-height: normal;}
  .infocon p{ line-height: 26px; margin-bottom: 5px;}
  .cowabox{ flex-wrap: wrap;}
  .cowalef{ width: 100%; padding: 0;}
  .cowarig{ width: 100%; margin-top: 14px;}
  .fo_cousna{ margin-top: 14px;}
  .fo_cousna li{ margin-bottom: 12px;}
  .cconwar{ padding-bottom: 30px;}
  .corque{ padding: 35px 0;}
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .h_top{ right: 55px;}
  .footmenu{ display: block; }
  .footmenu div.con{ background: #0155b8; }
  .logo{ left: 0; }
  .ban_arrow span{ width: 35px; height: 35px; line-height: 35px; }
  .ban_arrow span i{ font-size: 15px; }
  .inplin{ padding: 20px 0;}
  .ipxtxv h2{ font-size: 20px;}
  .ipxtxv .icon-youjiantou{ display: none;}
  .ipln_prev, .ipln_next{ top: 35%;}
  .ipln_prev{ left: 0;}
  .ipln_next{ right: 0;}
  .iaclef{ padding: 20px 2%;}
  .inh2t{ font-size: 20px;}
  .iaucnu li{ padding-left: 0;}
  .iaucnu li i{ position: static;}
  .iaucnu li span b{ font-size: 25px; line-height: 25px;}
  .imainp, .iouca{ padding: 20px 0;}
  .iwcitem h3{ font-size: 20px;}
  .iwcpx p,.icotic p{ line-height: 24px;}
  .icaxtc{ margin-top: 12px;}
  .icuser{ padding: 20px 0 214px;}
  .icfac::before{ display: none;}
  .icfaite{ padding: 20px;}
  .icfaite h3{ font-size: 20px; margin-bottom: 10px;}
  .ifrmess{ padding: 12px;}
  .proinfoform li{ width: 100%; margin-right: 0; float: none; margin-bottom: 5px;}
  .proinfoform button{ width: 136px; height: 44px;}
  .iouhor{ margin-top: 6px; padding: 0 10px;}
  .iouhr,.inwce{ padding: 20px 0;}
  .fo_boxdiv{ flex-wrap: wrap;}
  .fo_boitem1{ width: 100%;}
  .fo_boitem4{ width: 100%; margin-top: 14px;}
  .foxlus{ margin-top: 12px;}
  .foxlus li i{ font-size: 26px; }
  .foxlus li{ margin-bottom: 10px; padding-left: 32px; }
  .f_mes ul li{ margin-bottom: 6px;}
  .fbp p{ line-height: 24px;}
  .f_mes button{ width: 150px; height: 44px;}
  .sub_nav h2{ font-size: 18px;}
  .pat90{ padding-top: 20px;}
  .plineitem a{ padding: 10px;}
  .plinlef h3{ font-size: 22px;}
  .plixtp p{ line-height: 22px; margin-bottom: 0;}
  .plinlist li{ margin-bottom: 12px;}
  .digg4{ margin-top: 15px;}
  .por_linew{ padding-bottom: 30px;}
  .deolin{ padding: 10px;}
  .pdeminw{ padding: 20px 0;}
  .dmc_prev{ left: 0;}
  .dmc_next{ right: 0;}
  .delvrb h1{ font-size: 23px;}
  .delixpc p,.decpc p{ line-height: 24px;}
  .pro_lxbtn a{ width: 47%;}
  .pro_lxbtn{ margin-top: 15px;}
  .delhtic{ font-size: 20px;}
  .del_table table tr:first-child td{ font-size: 18px;}
  .idec{ margin-top: 6px;}
  .proinfoform ul{ margin-top: 10px;}
  .polist{ grid-gap: 10px;}
  .plixtc, .plixtc span{ margin-top: 7px;}
  .plixtc h3{ font-size: 18px; margin-bottom: 8px;}
  .plixtc p{ line-height: 24px; height: 72px;}
  .plixtc span{ padding: 10px 18px; color: #fff; background: #0155b8;}
  .por_div{ padding-bottom: 30px;}
  .deptil p,.dfucp p,.davucp p,.delixpc p, .decpc p{ line-height: 22px;}
  .pdeblc{ padding: 20px 0;}
  .dfuultt{ margin-top: 12px;}
  .deadvc{ padding-top: 20px;}
  .davrig{ padding: 10px;}
  .davrig h3{ font-size: 22px; line-height: 26px;}
  .davucp{ margin-top: 8px;}
  .davucp p{ margin-bottom: 0;}
  .dadvulttc li:nth-of-type(even) .davrig{ padding: 10px;}
  .dadvulttc li{ margin-bottom: 10px;}
  .dequfo{ padding-top: 14px;}
  .drelin{ padding: 20px 0;}
  .abvideo{ margin-top: 12px;}
  .abvideo iframe{ width: 100%; height: 200px;}
  .abnucv{ margin-top: 20px;}
  .iwhys{ padding: 20px 0; margin-top: 12px;}
  .aourf{ padding-top: 20px;}
  .abwar{ padding-bottom: 30px;}
  .serbobg i{ width: 50px; height: 50px; line-height: 50px; font-size: 24px;}
  .serbobg .inh2t{ font-size: 22px;}
  .serbobg p{ line-height: 22px;}
  .ahixt{ padding: 16px;}
  .ahixt p{ line-height: 25px;}
  .ahiitemc h2{ font-size: 20px;}
  .ahixku{ padding: 10px 0;}
  .ahikrig h3{ font-size: 19px; line-height: 22px;}
  .ahikrig p{ line-height: 22px;}
  .cawlist{ grid-gap: 10px;}
  .icaxtc h3{ font-size: 18px; margin-bottom: 4px;}
  .icaxtc p{ line-height: 22px; height: 66px;}
  .icaxtc span{ margin-top: 8px; padding: 10px 18px; color: #fff; background: #0155b8; }
  .infocon p{ line-height: 22px; margin-bottom: 2px;}
  .infocon h1{ font-size: 22px; margin-bottom: 6px;}
  .fo_citd i::after{ display:none;}
  .fo_citd{ padding-left: 48px;}
  .fo_citd i{ font-size: 30px;}
  .fo_citd{ padding-left: 40px;}
  .fo_citd p{ margin-bottom: 2px;}
  .fo_cousna li{ margin-bottom: 5px;}
  .corque{ padding: 12px 0;}
 
}