@charset "utf-8";
/* CSS Document */
@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'), url('fonts/oswald-r.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('fonts/POPPINS-BOLD.eot');
  src: local('☺'), url('fonts/POPPINS-BOLD.woff') format('woff'), url('fonts/POPPINS-BOLD.ttf') format('truetype'), url('fonts/POPPINS-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot');
  src: local('☺'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url('fonts/POPPINS-MEDIUM.eot');
  src: local('☺'), url('fonts/POPPINS-MEDIUM.woff') format('woff'), url('fonts/POPPINS-MEDIUM.ttf') format('truetype'), url('fonts/POPPINS-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('fonts/POPPINS-REGULAR.eot');
  src: local('☺'), url('fonts/POPPINS-REGULAR.woff') format('woff'), url('fonts/POPPINS-REGULAR.ttf') format('truetype'), url('fonts/POPPINS-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url('fonts/POPPINS-SEMIBOLD.eot');
  src: local('☺'), url('fonts/POPPINS-SEMIBOLD.woff') format('woff'), url('fonts/POPPINS-SEMIBOLD.ttf') format('truetype'), url('fonts/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body{font-family:POPPINS-REGULAR,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; max-width: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#238ce6;}
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: "iconfont"; /* Project id 4199711 */
  font-display: swap;
  src: url('fonts/iconfont.woff2?t=1691372629939') format('woff2'),
       url('fonts/iconfont.woff?t=1691372629939') format('woff'),
       url('fonts/iconfont.ttf?t=1691372629939') format('truetype');
}

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

.icon-lianjie:before {
  content: "\e7cc";
}

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

.icon-zhatucheliang:before {
  content: "\ec94";
}

.icon-gecaoji:before {
  content: "\e60f";
}

.icon-gecaoji1:before {
  content: "\e85a";
}

.icon-shouye_shebeijinchuchang:before {
  content: "\e66f";
}

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

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

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

.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-liaotian1:before {
  content: "\e60e";
}

.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-instagram-fill1:before {
  content: "\e88f";
}

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

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

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

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

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

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

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

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

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

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

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

.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-liuyan:before {
  content: "\e600";
}

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

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

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

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

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




input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f8f8f8;  }
.warper{ width:1400px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; z-index: 666; border-radius: 50px; background:#238ce6 url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:3%; text-indent:9999px; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

header{ width: 100%; height: 100px; z-index: 999; position: fixed; top: 0; border-bottom: 1px solid #838383; left: 0; }
.position{ background: rgba(0, 0, 0, 0.6); height: 100px; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left:0; top: 16px; }


.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: 100px; }
nav li{ float: left; position: relative; margin: 0 44px; }
nav li>a{ position: relative; line-height:100px; font-size: 20px; text-transform: capitalize; color: #fff; display: inline-block;}
nav li>a:before{ content: ""; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); width: 0; transition: all 0.3s; height: 5px; background: #238ce6; }
nav li.on a,nav li:hover a{ color: #fff;  }
nav li.on a:before,nav li:hover a:before{ width: 80%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background: #fff; min-width: 280px; top: 100px; 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: normal; font-family: POPPINS-REGULAR; font-size: 18px; background: transparent !important; color: #666 !important; display: block; padding: 13px 18px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #238ce6!important; cursor: pointer; color: #fff !important;}
nav li dl dd a:hover:after{ color: #fff; }
nav dl dd div{ width: 385px;position: absolute; left: 100%; top: 0; background:rgba(35,140,230,.8); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px 18px; color: #fff !important; border-bottom: none; min-width: 200px; }
nav dl dd div a:after{ display: none; }

.head_rcon{ position: absolute; right: 0; top:33px; width: 86px; }
.search-button{ cursor: pointer; width:40px; float: left; position: relative; }
.search-button i{ color: #fff; font-size: 28px; width: 100%; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#238ce6;position: absolute; right: 0; height: 0; z-index: 88; top:67px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; width: auto; height: auto; background: transparent; border-radius: 0; }
.searchform input{ width: 190px; background:#238ce6; color: #fff; line-height:51px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:51px; background:#238ce6; 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 !important; background: transparent!important; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}

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

.language{ width: 26px; margin-top: 2px; float: right; font-size: 16px; display: inline-block; position: relative; height: 24px; cursor: pointer; line-height: 24px; text-align: center; }
.language i{ font-size: 28px; color: #fff; }
.language .gt_switcher-popup span{display:none;}
.language-main { width: 120px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99;  left: -30px;  top: 22px;
    background: url("images/ffggg.png") no-repeat 26px 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 120px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #fff; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important;color: #888 !important; background: #fff !important; height: auto !important; border: none !important; line-height: 28px !important; text-align: left; display: block !important;}
.language-post { padding-top: 10px;}
.language-cont a:after{ position: absolute; top: 9px; left: 0; width: 7px; height: 7px; background: #238ce6; content: ''; }
.language-cont a:hover { color: #238ce6 !important;}
.language-cont a:hover:after{ background: #238ce6; }


footer{ background: #f5f6f8; overflow: hidden; }
.fo_nrwar{ position: relative; }
.fo_lediv{ width: 875px; }
.fo_tonav{ width: 100%; overflow: hidden; padding: 50px 0 28px 0; border-bottom: 2px solid #d3d3d3; }
.fo_tonav li{ position: relative; font-size: 20px; float: left; width: 16.6%; }
.fo_tonav li:hover a{ color: #238ce6; text-decoration: underline; }
.fo_pnaus{ margin-top: 46px; overflow: hidden; padding-bottom: 32px; }
.fo_pr{ float: left; width: 210px; }
.fo_us{ margin-left: 210px; padding-left: 88px; }
.fo_pnaus h4{ font-size: 26px; margin-bottom: 25px; text-transform: uppercase; font-family: POPPINS-SEMIBOLD; }
.f_prul li{ margin-bottom: 20px; transition: all 0.3s; position: relative; padding-left: 18px; font-size: 16px; }
.f_prul li:before{ content: ">"; position: absolute; top: 0; left: 0; }
.f_prul li a{ color: #595959; }
.f_prul li a:hover{ color: #238ce6; }
.f_prul li:hover{ transform: translateX(5px); }
.f_prul li:hover:before{ color: #238ce6; }
.fo_ulx li{ margin-bottom: 16px; position: relative; padding-left: 36px; }
.fo_ulx li a{ color: #666; }
.fo_ulx li a:hover{ color: #238ce6; }
.fo_ulx li i{ position: absolute; top: 3px; left: 0; font-size: 22px; color: #238ce6; }

.copyright{ background: #141414; padding: 20px 0; overflow: hidden; }
.copyright p{ font-size: 17px; font-family: Poppins-Light; color: #fff; }
.copyright p a{ color: #fff;}
.copyright p a:hover{ color: #238ce6;}

.for_info{ padding: 48px 38px 0 38px; height: 120%; overflow: hidden; position: absolute; top: 0; right: 0; width: 458px; background: #238ce6; }
.for_info form{ margin-top: 35px; }
.for_info li{width: 100%; margin-bottom: 35px;}
.for_info input,.for_info textarea{width: 100%; resize: none; font-family:Poppins-Light; background:transparent; font-size: 16px; color: #fff; border: none; border-bottom: 1px solid #6fbb83; line-height: 26px; padding: 16px 0; }
.for_info textarea{ height:80px; }
.for_info input::-webkit-input-placeholder,.for_info textarea::-webkit-input-placeholder { color: #fff;}
.for_info input:-moz-placeholder,.for_info textarea:-moz-placeholder {color: #fff;}
.for_info li:last-child, .for_info li:nth-of-type(5), .for_info li:nth-of-type(6) { width: 100%; float: none;}
.for_info li:last-child{ width: 100% !important; float: none; margin-top: 30px; margin-bottom: 0!important; }
.for_info button{ padding: 0; border: none; transition: all 0.3s; cursor: pointer; width: 100%; background: #fff; font-family: POPPINS-REGULAR; font-size: 16px; height: 50px; line-height: 50px; color: #238ce6; }
.for_info button:hover{ transform: translateX(10px); }


.l_fixed{ width: 96px; padding: 14px 12px; border-radius: 80px; text-align: center; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%); position: fixed; top: 30%; right: 0; z-index: 666; background: #fff; }
.l_fixed ul li{ padding: 14px 0; position: relative; border-bottom: 1px solid #ececec; }
.l_fixed ul li:last-child{ border-bottom: none; }
.l_fixed ul li i{ color: #868686; font-size: 30px; }
.l_fixed ul li p{ font-size: 14px; font-family: Poppins-Light; }
.l_fixed ul li:hover i{ color: #238ce6; }
.gzh_img{ position: absolute; top: 80px; visibility: hidden; opacity: 0; right: 82px; transition: all 0.3s; width: 130px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%); }
.l_fixed ul li:hover .gzh_img{ top: 0; opacity: 1; visibility: visible; }



.banner_home{ position: relative; }
.ban_arr{ position: absolute; top: 48%; width: 100%; left: 0; }
.ban_arr span{ display: inline-block; color: #238ce6; cursor: pointer; position: absolute; top: 0; width: 43px; height: 43px; line-height: 43px; color: #fff; text-align: center; background: rgba(255, 255, 255, 0.8); }
.ban_arr span i{ color: #238ce6; font-weight: bold; }
.ban_arr span.ba_prev{ left: 10%; transform: rotate(180deg); }
.ban_arr span.ba_next{ right: 10%; }
.ban_arr span:hover{ background: #238ce6; }
.ban_arr span:hover i{ color: #fff; }

.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }
.cl{ clear: both; }
.pro_rel{ position: relative; }
/*版块标题*/
.home_boxtit{ font-size: 52px; text-transform: uppercase; font-family: POPPINS-BOLD; }
/*首页*/
.in_nadiv{ margin-top: -105px; }
.nadbox{  padding: 46px 0 48px 0; box-shadow: 0 1px 10px rgb(0 0 0 / 10%); display: flex; background: url(images/invbg.jpg) no-repeat; background-size: cover; }
.nadbox li{ transition: all 0.3s; display: inline-block; width: 20%; text-align: center; }
.nadbox li i{ font-size: 70px; }
.nadbox li p{ font-size: 20px; margin-top: 34px; }
.nadbox li:hover{ transform: translateY(10px); }
.nadbox li.on i,.nadbox li.on a{ color: #238ce6; }

.in_hodiv{ margin-top: 60px; }
.in_hoswi{ position: relative; padding-top: 96px; z-index: 0; }
.in_hoswi:before{ content: ""; z-index: -1; position: absolute; height: 100%; width: 70%; top: 0; right: 0; background: #eff3f7; }
.inhdib{ width: 100%; overflow: hidden; }
.ihdle{ float: left; width: 62%; }
.ihdri{ float: right; text-align: right; width: 38%; padding: 150px 65px 0 48px; }
.ihdri h3{ font-size: 22px; font-weight: normal; }
.ihdri p{ margin-top: 14px; font-size: 16px; font-family: Poppins-Light; height: 156px; overflow: hidden; line-height: 26px; color: #666; }
.ihdri span{ transition: all 0.3s; margin-top: 50px; display: inline-block; background: #238ce6; color: #fff; font-size: 16px; padding: 12px 48px; }
.in_hoswi h2{ position: absolute; z-index: 22; text-align: right; right: 65px; top:74px; text-transform: uppercase; font-size: 54px; line-height: 60px; font-family: POPPINS-BOLD; }
.in_hoswi h2 b{ color: #238ce6; }
.ihnus{ padding: 0 90px; display: inline-block; position: absolute; top: 0; left: 0; }
.pagingInfo{ display: inline-block; width: 100px; font-size: 20px; color: #999; font-family: oswald-r; }
.pagingInfo b{ font-size: 46px; font-weight: normal; color: #238ce6; margin-right: 8px; }
.ins_ars{ position: absolute; top: 18px; left: 0; width: 100%; }
.ins_ars span{ cursor: pointer; font-weight: bold; position: absolute; top: 0; }
.ins_ars span i{ font-size: 30px; color: #999; }
.ins_ars span.inh_prev{ left: 0; transform: rotate(180deg); }
.ins_ars span.inh_next{ right: 0; }
.ins_ars span:hover i{ color: #238ce6; }
.inhdib:hover .changpic img{ transform: scale(1.15); }
.inhdib:hover .ihdri span{ transform: translateX(-10px); }

.in_abdiv{ padding: 85px 0 80px 0; }
.inab_tit{ width: 100%; }
.inah2{ font-size: 60px; text-transform: uppercase; font-family: POPPINS-BOLD; }
.inah2 span{ color: #238ce6; }
.inab_tit .inah2{ width: 350px; display: inline-block; }
.inab_tit p{ width: calc(100% - 356px); display: inline-block; font-size: 16px; font-family: POPPINS-MEDIUM; line-height: 28px; }
.inabwopi{ width: 100%; overflow: hidden; margin-top: 38px; }
.inaled{ width: 55%; border-top: 1px solid #ebebeb; padding-top: 35px; float: left; }
.inarid{ width: 45%; padding-left: 58px; float: right; padding-top: 14px; }
.inaled p{ font-size: 16px; line-height: 28px; color: #999; font-family: Poppins-Light; }
.inab_num{ margin-top: 50px; overflow: hidden; padding-top: 75px; border-top: 1px solid #ebebeb; }
.inbn_le{ float: left; width: 50%; }
.inbn_ri{ float: right; width: 50%; }
.inabgd_num{ display: flex; }
.inabgd_num li{ display: inline-block; width: 33.333%; text-align: center; padding: 0 10px; }
.inabgd_num li b{ color: #238ce6; font-weight: normal; font-size: 65px; display: inline-block; line-height: 65px; font-family: POPPINS-MEDIUM; }
.inabgd_num li p{ font-size: 16px; line-height: 22px; color: #666; font-family: Poppins-Light; }

.in_casd{ padding-top: 92px; position: relative; z-index: 0; }
.in_casd:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 375px; z-index: -1; background: url(images/in_sucas.jpg) no-repeat center; background-size: cover; }
.in_casd .inah2{ text-align: center; color: #fff; }
.in_caul{ display: flex; margin-top: 54px; flex-wrap: wrap; }
.in_caul li{ display: inline-block; width: 49%; margin-right: 2%; margin-bottom: 35px; }
.in_caul li:nth-of-type(even){ margin-right: 0; }
.inca_item{ position: relative; overflow: hidden; }
.inca_item i{ position: absolute; transition: all 0.3s; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; width: 100px; height: 100px; text-align: center; color: #fff; font-size: 50px; line-height: 100px; background: #238ce6; border-radius: 100px; }
.inca_item .changpic{ background: #000; }
.inca_item .changpic img{ opacity: 0.9; }
.inca_tx{ transition: all 0.3s; position: absolute; bottom: -100%; left: 0; color: #fff; width: 100%; padding: 0 40px 46px 40px; }
.inca_tx h3{ font-size: 26px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inca_tx p{ margin-top: 8px; font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; font-family: Poppins-Light; }
.inca_tx span{ display: inline-block; padding: 8px 42px; margin-top: 26px; border: 1px solid #fff; font-size: 16px; font-family: Poppins-Light; }
.inca_item:hover i{ opacity: 0; }
.inca_item:hover .inca_tx{ bottom: 0; }
.inca_item:hover .changpic img{ opacity: 0.7; }

.in_nes{ padding: 62px 0 105px 0; }
.in_nestit{ position: relative; }
.in_nestit a{ position: absolute; color: #238ce6; border: 1px solid #238ce6; font-size: 16px; font-family: Poppins-Light; padding: 12px 48px; right: 0; top: 22px; }
.in_nestit a:hover{ background: #238ce6; color: #fff; }
.in_neslist{ margin-top: 36px; display: flex; }
.in_neslist li{ display: inline-block; width: 32%; margin-right: 2%; }
.in_neslist li:last-child{ margin-right: 0; }
.in_nesitem{ position: relative; }
.in_netxdiv{ padding: 34px 12px; transition: all 0.3s; position: absolute; bottom: 0; width: 100%; left: 0; background: #fff; }
.in_netxdiv h3{ font-size: 24px; color: #333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: POPPINS-MEDIUM; }
.in_netxdiv p{ margin-top: 8px; font-family: Poppins-Light; font-size: 16px; line-height: 24px; color: #666; height: 48px; overflow: hidden; }
.in_netxdiv span{ color: #238ce6; font-size: 16px; font-family: Poppins-Light; padding: 8px 48px; border: 1px solid #238ce6; display: inline-block; margin-top: 24px; }
.in_nesitem:hover .changpic img{ transform: scale(1.15); }
/*.in_nesitem:hover .in_netxdiv p,.in_nesitem:hover .in_netxdiv span{ display: none; }*/
/*.in_nesitem:hover .in_netxdiv{ background: transparent; }*/
/*.in_nesitem:hover .in_netxdiv h3{ color: #fff; font-size: 22px; }*/




.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{ overflow: hidden; position: relative; }
.sub_nav{ position: absolute; color: #fff; text-align: right; width: 100%; bottom: 86px; left: 0; }
.sub_nav h2{ font-family: Arial; margin-bottom: 24px; font-style: italic; font-size: 68px; text-transform: uppercase; }
.sub_nav p,.sub_nav a{ color: #fff; }
.sub_nav p i{ color: #fff; font-size: 22px; }
.pat60{ padding-top: 60px; }
/*关于我们*/
.ab_war{ padding-bottom: 100px; }
.ab_com{ overflow: hidden; }
.ab_cole{ float: left; width: 60%; }
.ab_cori{ float: right; width: 40%; padding-left: 70px; }
.ab_hdi{ position: relative; padding-top: 10px; z-index: 0; }
.ab_hdi h2{ font-size: 66px; text-transform: uppercase; font-family: POPPINS-BOLD; }
.ab_hdi h2 span{ color: #238ce6; }
.ab_hdi img{ position: absolute; top: 0; left: 0; z-index: -1; }
.ab_copp{ margin-top: 30px; }
.ab_copp p{ font-size: 16px; margin-bottom: 25px; line-height: 30px; font-family: Poppins-Light; color: #999; }
.ab_copp p b{ font-family: POPPINS-MEDIUM; color: #333; }
.ab_numul li{ position: relative; border-bottom: 1px solid #ebebeb; padding: 68px 0 68px 265px; }
.ab_numul li p{ color: #666; font-size: 16px; line-height: 21px; }
.ab_numul li span{ color: #238ce6; font-size: 65px; font-family: POPPINS-MEDIUM; position: absolute; top: 44px; left: 0; }
.ab_numul li:last-child{ border-bottom: none; }

.ab_ser{ margin-top: 20px; display: flex; }
.ab_ser li{ display: inline-block; width: 32%; margin-right: 2%; }
.ab_ser li:nth-of-type(3n){ margin-right: 0; }
.se_tx{ margin-top: 30px; }
.se_tx h4{ font-size: 24px; margin-bottom: 8px; font-family: POPPINS-SEMIBOLD; }
.se_tx p{ color: #888; font-family: Poppins-Light; font-size: 16px; line-height: 28px; }

.ab_cul{ margin-top: 65px; }
.ab_h2{ font-size: 46px; margin-bottom: 28px; font-family: POPPINS-SEMIBOLD; }
.cul_div{ background: #238ce6; overflow: hidden; }
.cul_pic{ width: 446px; float: left; }
.cul_tex{ margin-left: 446px; color: #fff; padding: 40px 50px 0 50px; }
.cul_tex h4{ font-size: 26px; margin-bottom: 15px; font-family: POPPINS-SEMIBOLD; }
.cul_tex p{ font-size: 16px; line-height: 30px; font-family: Poppins-Light; }

.ab_cer{ margin-top: 78px; }
.ab_cerswi{ position: relative; }
.ab_cergd .item{ margin: 0 10px; }
.ab_tabcer{ position: relative; z-index: 0; }
.ab_tabcer:before{ content: ""; position: absolute; top: 81px; width: 100%; height: 81%; background: url(images/tab_bg.jpg) no-repeat; background-size: cover; }
.re_arrow span.cer_prev{ left: -80px; transform: rotate(180deg); }
.re_arrow span.cer_next{ right: -80px; }

/*产品列表*/
.pr_war{ margin-top: -38px; padding-bottom: 100px; }
.pr_list{ margin-top: 52px; display: flex; flex-wrap: wrap; }
.pr_list li{ display: inline-block; width: 32%; margin-bottom: 36px; margin-right: 2%; }
.pr_list li:nth-of-type(3n){ margin-right: 0; }
.pr_txd{ width: 94%; transition: all 0.3s; background: #eff3f7; padding: 26px 35px 40px 35px; }
.pr_txd h3{ font-size: 20px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pr_txd p{ margin-top: 10px; color: #666; font-size: 16px; line-height: 26px; height: 78px; overflow: hidden; font-family: Poppins-Light; }
.pr_txd span{ display: inline-block; transition: all 0.3s; margin-top: 25px; padding: 7px 26px; background: #238ce6; color: #fff; font-size: 14px; }
.pr_item:hover .changpic img{ transform: scale(1.15); }
.pr_item:hover .pr_txd{ width: 100%; }
.pr_item:hover .pr_txd span{ transform: translateX(10px); }
/*分页 结束*/
.digg4{ font-size: 24px; margin-top:45px; text-align: center;}
.digg4 a,.digg4 span.disabled,.digg4 span.current{ cursor: pointer; background: #fff; display: inline-block; vertical-align: middle; color:#bfbfbf; text-decoration:none; margin:0 18px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover {  color: #238ce6;  }
.digg4 span.disabled { font-size: 20px; line-height: 37px; font-weight: normal; color: #333;  }
.digg4 a{ color: #333; }
.digg4 span.disabled:hover{ color: #238ce6; }

/*产品详情*/
.del_war{ padding-top: 68px; padding-bottom: 75px; }
.de_tiht{ overflow: hidden; padding-right: 492px; position: relative; }
.de_tiht h1{ font-size: 42px; margin-right: 12px; display: inline-block; font-family: POPPINS-SEMIBOLD; }
.de_tiht .share{ display: inline-block; }
.de_tiht *{ vertical-align: middle; }
.pro_lxbtn{ width: 490px; position: absolute; top: 0; right: 0; }
.pro_lxbtn a{ background: #fff; border: 1px solid #238ce6; font-family: Poppins-Light; color: #238ce6; font-size: 16px; text-align: center; padding:13px 10px; width: 47%; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 26px; margin-right: 5px; }
.pro_lxbtn a:last-child{ background: #238ce6; color: #fff; margin-left: 4%; }
.pro_lxbtn a:hover{ background: #333; color: #fff; border: 1px solid #333; }
.pro_lxbtn a *{ vertical-align: middle; }
.propicflash{ width: 100%; position: relative; margin-top: 30px; overflow: hidden; }
.propicflash .big{ width: 75%; float: left; background: #fff;   }
.propicflash .big img{display: none; width: 100%; }
.propicflash .big img.on{display: block;}
.propicflash .small{ width: 23.5%; float: right; }
.propicflash .small img.on{display: block; }
.propicflash .small img{ float: left; background: #fff; width: 100%; margin-bottom:21px; cursor: pointer;}
.propicflash .small img:last-child{margin-bottom: 0}

.de_desc{ margin-top: 35px; }
.de_desc p{ font-size: 16px; line-height: 30px; color: #666; }

.d_detail{ margin-top: 40px; }
.detail_item h4{ font-size: 34px; margin-bottom: 10px; font-weight: normal; font-family: POPPINS-SEMIBOLD; }
.de_tapp p{ font-size: 16px; line-height: 30px; color: #666; }
.detail_item{ margin-bottom: 45px; }
.d_detail .detail_item:last-child{ margin-bottom: 0; }
.de_theul{ margin-top: 26px; display: flex; }
.de_theul li{ display: inline-block; width: 24.25%; margin-right: 1%; }
.de_theul li:last-child{ margin-right: 0; }

.pro_table{ overflow-x: auto; }
.pro_table table{ width: 100%; border-collapse: collapse; }
.pro_table table td{ border: 1px solid #d2d2d2; text-align: center; font-family: Poppins-Light; font-size: 16px; padding:14px 8px; }
.pro_table table tr:hover td,.pro_table table tr:nth-of-type(odd) td{ background: #f8f8f8; }
.pro_table table tr:first-child td{ font-size: 18px; font-family: POPPINS-MEDIUM; background: #238ce6; color: #fff; }

.dems_tit h4{ display: inline-block; }
.dems_tit span{ font-size: 17px; margin-left: 25px; font-family: Poppins-Light; }

.defo_info{  }
.defo_info input, .defo_info textarea{ border: 1px solid #c3c3c3; width: 100%; background: #fff; font-family: Poppins-Light; color: #000; font-size: 16px; padding:16px 24px; }
.defo_info ul{ overflow: hidden; }
.defo_info ul li{margin-bottom: 18px; float: left; position: relative; width: 49.2%; margin-right: 1.5%; }
.defo_info ul li:nth-of-type(even){ margin-right: 0; }
.defo_info ul li:nth-of-type(5),.defo_info ul li:last-child{ width: 100%; }
.defo_info textarea{ height: 248px; resize: none; }
.defo_info button{  width:210px; transition: all 0.3s; height: 45px; border-radius: 3px; font-size: 16px; font-family: Poppins-Light; display: block; color: #fff; text-align: center; background: #238ce6; border:none; cursor: pointer;  }
.defo_info input::-webkit-input-placeholder,.defo_info textarea::-webkit-input-placeholder { color: #666;}
.defo_info input:-moz-placeholder,.defo_info textarea:-moz-placeholder {color: #666;}
.defo_info ul li:last-child{ margin-bottom: 0; }
.defo_info button:hover{ margin-left: 8px; }

.del_rel{ position: relative;}
.rel_gd .item{ margin: 0 12px; }
.rel_gd .slick-track{ padding: 10px 0; }
.re_arrow{ position: absolute; top: 45%; left: 0; width: 100%; }
.re_arrow span{ position: absolute; cursor: pointer; text-align: center; line-height: 42px; top: 0; width: 42px; color: #fff; height: 42px; background: #238ce6; }
.re_arrow span.rnw_prev{ left: -80px; transform: rotate(180deg); }
.re_arrow span.rnw_next{ right: -80px; }

/*news*/
.news_war{ padding-bottom: 68px; }
.nes_list{ display: flex; flex-wrap: wrap; }
.nes_list li{ display: inline-block; width: 32%; margin-bottom: 50px; margin-right: 2%; }
.nes_list li:nth-of-type(3n){ margin-right: 0; }

/*case*/
.cas_list{ display: flex; flex-wrap: wrap; }
.cas_list li{ display: inline-block; width: 49%; margin-right: 2%; margin-bottom: 34px; }
.cas_list li:nth-of-type(even){ margin-right: 0; }

 
.infocon h1{font-size:32px; font-weight: normal; font-family:POPPINS-SEMIBOLD; text-align: center; margin-bottom: 10px; }
.infocon img{ display: inline-block; margin: 10px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:10px; font-size: 17px; font-family: Poppins-Light; color: #707879; }
.infocon .time i{ font-size: 20px; }
.infocon .other{ padding-top:15px; margin-top:10px; font-size: 18px; line-height: 26px;}
.infocon .other div{padding:5px 0;}
.infocon .other div b{ color: #333; }
.infocon .other{ color: #666; font-family: Poppins-Light; font-size: 16px;  }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #238ce6 ; }
.infocon p{line-height:28px; margin-bottom: 8px; font-family: Poppins-Light; font-size: 16px; }


/*contact*/
.con_mess{ padding-bottom: 80px; overflow: hidden; }
.co_tle{ float: left; width: 54%;  }
.co_tri{ float: right; width: 46%; padding-left: 64px; }
.co_h2{ font-size: 36px; position: relative; padding-left: 38px; font-family: POPPINS-BOLD; }
.co_h2:before{ content: ""; position: absolute; top: 16px; left: 0; width: 28px; height: 20px; background: url(images/co_icjt.png) no-repeat; background-size: cover; }
.co_desc{ color: #666; font-size: 16px; font-family: Poppins-Light; }
.co_tle .defo_info{ margin-top: 25px; }
.co_tle .defo_info input, .co_tle .defo_info textarea{ border: none; background: #eff3f7; }
.co_tle .defo_info input::-webkit-input-placeholder,.co_tle .defo_info textarea::-webkit-input-placeholder { color: #888;}
.co_tle .defo_info input:-moz-placeholder,.co_tle .defo_info textarea:-moz-placeholder {color: #888;}
.con_ulx{ margin-top: 5px; }
.con_ulx li{ margin-bottom: 12px; font-size: 20px; position: relative; padding-left: 36px; }
.con_ulx li a{ color: #666; }
.con_ulx li a:hover{ color: #238ce6; }
.con_ulx li i{ position: absolute; top: 3px; left: 0; font-size: 24px; color: #238ce6; }
.con_ulx li:last-child{ margin-bottom: 0; }
.map{ margin-top: 30px; }

.co_tle .f_con{ margin-top: 32px; }
.co_tle .fot_lxdi p{ color: #333; }
.co_tle .fot_lxdi a, .co_tle .fot_lxdi span{ color: #999; }
.co_tle .fot_lxdi:hover a{ color: #238ce6; }

.con_mes{ margin-top: 30px; }
.con_mes h4{ font-size: 36px; margin-bottom: 10px; font-weight: normal; font-family: POPPINS-SEMIBOLD; }
.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:hover .changpic img{ transform: scale(1.15); }
.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:hover .changpic img{ transform: scale(1.15); }
.de_three li p{ margin-top: 15px; }

.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:hover .changpic img{ transform: scale(1.15); }
.de_four li p{ margin-top: 15px; }

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

@media screen and (max-width:480px){
.de_two li,.de_three li,.de_four li{ float: none; width: 100%; margin-right: 0; margin-bottom: 15px; }
.de_two li p,.de_three li p,.de_four li p{ margin-top: 8px; }
.ded_le{ width: 100%; float: none; }
.ded_ri{ width: 100%; float: none; margin-top: 8px; }
}
/*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: #238ce6; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}

@media screen and (max-width: 1680px){
  .backToTop{ right: 0; }
  nav li{ margin: 0 30px; }
}

@media screen and (max-width: 1600px){
  .inah2{ font-size: 50px; }
  .re_arrow span.cer_prev{ left: -10px; }
  .re_arrow span.cer_next{ right: -10px; }
  .nadbox li p{ margin-top: 8px; }
  .nadbox{ padding: 38px 0; }
  
}

@media screen and (max-width: 1440px){
  .warper{ width: 86%; }
  nav li{ margin: 0 20px; }
  .ban_arr span.ba_next{ right: 6%; }
  .ban_arr span.ba_prev{ left: 6%; }
  .nadbox{ padding: 30px 0; }
  .nadbox li i{ font-size: 50px; }
  .in_hoswi h2{ font-size: 48px; line-height: 48px; }
  .ihdri{ padding: 120px 45px 0 28px; }
  .in_hodiv{ margin-top: 42px; }
  .in_abdiv{ padding: 50px 0 60px 0; }
  .inarid{ padding-left: 25px; }
  .inaled{ padding-top: 16px; }
  .inab_num{ padding-top: 38px; margin-top: 26px; }
  .inabgd_num li b{ font-size: 50px; line-height: 50px; }
  .in_casd{ padding-top: 52px; }
  .in_caul{ margin-top: 24px; }
  .inca_item i{ width: 80px; font-size: 32px; height: 80px; line-height: 80px; }
  .inca_tx{ padding: 0 20px 25px 20px; }
  .inca_tx h3{ font-size: 22px; }
  .inca_tx p{ margin-top: 4px; }
  .inca_tx span{ margin-top: 12px; padding: 8px 26px; }
  .in_nes{ padding: 25px 0 70px 0; }
  .inah2{ font-size: 46px; }
  .in_nestit a{ padding: 8px 28px; }
  .in_neslist{ margin-top: 18px; }
  .in_netxdiv h3{ font-size: 21px; }
  .in_netxdiv{ padding: 20px 12px; }
  .in_netxdiv span{ padding: 8px 35px; }
  .fo_lediv{ width: 60%; }
  .for_info{ width: 424px; }
  .for_info img{ height: 40px; }
  .fo_pnaus h4{ margin-bottom: 8px; }
  .sub_nav h2{ font-size: 42px; margin-bottom: 0; }
  .pr_txd{ padding: 24px; }
  .pr_txd span{ margin-top: 16px; }
  .pr_list li{ margin-bottom: 25px; }
  .pr_war{ padding-bottom: 80px; }
  .propicflash .small img{ margin-bottom: 18px; }
  .re_arrow span.rnw_next{ right: -35px; }
  .re_arrow span.rnw_prev{ left: -35px; }
  .ab_numul li font{ font-size: 45px; }
  .ab_numul li{ padding: 62px 0 48px 171px; }
  .ab_hdi h2{ font-size: 58px; }
  .ab_copp{ margin-top: 8px; }
  .ab_copp p{ margin-bottom: 10px; line-height: 25px; }
  .se_tx{ margin-top: 13px; }
  .ab_h2{ font-size: 32px; margin-bottom: 12px; }
  .ab_cul{ margin-top: 25px; }
  .ab_cer{ margin-top: 30px; }
  .ab_war{ padding-bottom: 80px; }
  .nes_list li{ margin-bottom: 30px; }
  .infocon h1{ font-size: 28px; }
  .pat60{ padding-top: 50px; }
  .co_tri{ padding-left: 40px; }
  .copyright p{ font-size: 14px; }
  .ab_numul li span{ font-size: 45px; }
}


@media screen and (max-width: 1366px){
  .inabwopi{ margin-top: 9px; }
  .in_abdiv{ padding: 45px 0 50px 0; }
  .fo_tonav{ padding: 28px 0; }
  .propicflash .small img{ margin-bottom: 17px; }
  .de_desc{ margin-top: 20px; }
  .detail_item h4{ font-size: 28px; }
  .defo_info button{ width: 180px; }
  .pr_txd p{ margin-top: 2px; }
  .cul_tex h4{ font-size: 20px; }
  .cul_tex p{ line-height: 28px; }
  .con_mess{ padding-bottom: 60px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  .in_hoswi h2{ top: 40px; }
  .ihdri{ padding: 76px 45px 0 28px; }
  .inabgd_num li b{ font-size: 45px; line-height: 45px; }
  .in_casd:before{ height: 270px; }
  .in_nes{ padding: 25px 0 50px 0; }
  .fo_pnaus{ margin-top: 24px; }
  .for_info form{ margin-top: 20px; }
  .for_info li{ margin-bottom: 25px; }
  .sub_nav{ bottom: 58px; }
  .pr_list{ margin-top: 30px; }
  .pr_war{ padding-bottom: 60px; }
  .del_war{ padding-top: 48px; }
  .de_tiht h1{ font-size: 35px; }
  .de_desc p,.de_tapp p{ line-height: 28px; }
  .d_detail{ margin-top: 20px; }
  .detail_item{ margin-bottom: 25px; }
  .del_war{ padding-bottom: 60px; }
  .ab_cori{ padding-left: 20px; }
  .co_h2{ font-size: 30px; }
  .co_h2:before{ top: 12px; }
}


@media screen and (max-width: 1024px){
  .banner_home,.subbanner,.del_pwar{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #238ce6; }
  .logo img,.position .logo img{ height:30px; }
  .logo{ top: 15px; left: 12px; }
  .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: #238ce6 ; color: #fff; }
  #nav .nav-button i{ color: #238ce6; }
  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: #fff; }
  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,.nav_show li a{ color: #fff !important; 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: #238ce6 !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{display: none;}
  #nav .nav-button{ right:10px; }
  header{ border: none; }
  .search-button{ display: none; }
  .head_rcon{ right: 68px; top: 17px; }
  .in_nadiv{ margin-top: 15px; }
  .pagingInfo b{ font-size: 34px; }
  .ihnus{ padding: 0 30px; }
  .ins_ars span i{ font-size: 20px; }
  .in_hoswi h2{ text-align: left; position: static; }
  .in_hoswi{ padding-top: 68px; }
  .in_hoswi h2{ font-size: 38px; line-height: 40px; }
  .in_hogd{ margin-top: 14px; }
  .ihdri{ padding: 34px 20px 0 20px; }
  .ihdri p{ margin-top: 5px; }
  .ihdri span{ margin-top: 25px; }
  .ihdle{ width: 56%; }
  .ihdri{ width: 44%; }
  .inab_tit .inah2{ position: static; width: 100%; }
  .inab_tit p{ width: 100%; }
  .inah2{ font-size: 38px; }
  .inaled{ width: 100%; float: none; }
  .inaled p{ line-height: 26px; }
  .inarid{ width: 100%; margin-top: 12px; float: none; padding: 0; }
  .inbn_ri{ display: none; }
  .inbn_le{ width: 100%; float: none; }
  .inab_num{ padding-top: 24px; }
  .inabgd_num li b{ font-size: 37px; line-height: 37px; }
  .in_casd:before{ height: 220px; }
  .in_caul li{ margin-bottom: 20px; }
  .inca_item i{ width: 70px; height: 70px; line-height: 70px; }
  .in_nestit a{ top: 6px; }
  .for_info{ width: 350px; padding: 40px 22px 0 22px; }
  .for_info img{ height: 30px; }
  .fo_tonav{ padding: 20px 0; }
  .fo_tonav li{ font-size: 16px; }
  .fo_pnaus h4{ font-size: 21px; }
  .fo_us{ padding-left: 30px; }
  .f_prul li,.fo_ulx li{ margin-bottom: 6px; }
  .for_info li{ margin-bottom: 12px; }
  .for_info input, .for_info textarea{ padding: 10px 0; }
  .pr_txd{ width: 100%; padding: 15px 20px 20px 20px; }
  .sub_nav h2{ font-size: 35px; }
  .del_war{ padding-top: 35px; }
  .de_tiht h1{ font-size: 32px; }
  .de_tiht{ padding: 0; }
  .pro_lxbtn{ position: static; width: 385px; }
  .propicflash .small img{ margin-bottom: 14px; }
  .dems_tit span{ display: block; width: 100%; margin-left: 0; }
  .dems_tit h4{ display: block; margin-bottom: 6px; }
  .defo_info{ margin-top: 12px; }
  .re_arrow span.rnw_prev{ left: 0; }
  .re_arrow span.rnw_next{ right: 0; }
  .ab_hdi img{ display: none; }
  .ab_hdi{ padding: 0; }
  .pat60{ padding-top: 40px; }
  .ab_hdi h2{ font-size: 45px; }
  .ab_copp{ margin-top: 0; }
  .ab_cole{ width: 100%; float: none; }
  .ab_cori{ width: 100%; float: none; padding: 0; }
  .ab_numul li font{ display: block; font-size: 34px; position: static; }
  .ab_numul li{ padding: 15px 0; }
  .se_tx h4{ margin-bottom: 4px; }
  .cul_tex{ padding: 25px 30px 0 32px; }
  .cul_tex p{ font-size: 15px; line-height: 22px; }
  .digg4{ margin-top: 25px; }
  .news_war{ padding-bottom: 40px; }
  .cas_list li{ margin-bottom: 22px; }
  .co_tri{ padding-left: 20px; }
  .defo_info ul li{ margin-bottom: 7px; }
   .ab_numul li span{ font-size: 25px; position:static; }
}

@media screen and (max-width: 768px){
  .ban_arr span.ba_next{ right: 5%; }
  .ban_arr span.ba_prev{ left: 5%; }
  .ban_arr{ top: 41%; }
  .ban_arr span{ width: 35px; height: 35px; line-height: 35px; }
  .in_nadiv{ display: none; }
  .in_hodiv{ margin-top: 25px; }
  .in_hoswi h2{ font-size: 35px; line-height: 36px; }
  .ihdle{ width: 100%; float: none; }
  .ihdri{ width: 100%; float: none; padding: 20px; }
  .ihdri p{ height: 104px; }
  .in_abdiv{ padding: 35px 0; }
  .inah2{ font-size: 35px; }
  .in_casd{ padding-top: 30px; }
  .in_casd:before{ height: 170px; }
  .inca_item i{ display: none; }
  .inca_tx{ bottom: 0; padding: 12px; }
  .inca_tx span{ font-size: 15px; padding: 5px 20px; }
  .inca_item .changpic img{ opacity: 0.7; }
  .inca_tx h3{ font-size: 20px; }
  .in_caul{ margin-top: 10px; }
  .in_nes{ padding: 15px 0 40px 0; }
  .in_netxdiv{ padding: 12px; }
  .in_netxdiv h3{ font-size: 19px; }
  .in_netxdiv p{ margin-top: 2px; }
  .in_netxdiv span{ margin-top: 12px; padding: 5px 20px; }
  .fo_tonav{ display: none; }
  .fo_lediv{ width: 100%; }
  .for_info{ padding: 20px; width: 100%; position: static; }
  .fo_pnaus{ padding-bottom: 15px; }
  .sub_nav h2{ font-size: 32px; }
  .nadbox{ display: none; }
  .pr_war{ margin-top: 30px; padding-bottom: 45px; }
  .pr_list li{ width: 49%; }
  .pr_list li:nth-of-type(3n){ margin-right: 2%; }
  .pr_list li:nth-of-type(even){ margin-right: 0; }
  .del_war{ padding-top: 25px; }
  .de_tiht h1{ font-size: 28px; }
  .pro_lxbtn a{ padding: 8px 10px; }
  .propicflash .small img{ margin-bottom: 11px; }
  .propicflash{ margin-top: 15px; }
  .detail_item h4{ margin-bottom: 0; font-size: 24px; }
  .pro_table table td{ font-size: 15px; }
  .dems_tit span{ font-size: 16px; }
  .defo_info textarea{ height: 160px; }
  .del_war{ padding-bottom: 40px; }
  .ab_hdi h2{ font-size: 34px; }
  .pat60{ padding-top: 30px; }
  .ab_numul li{ padding: 10px 0; }
  .ab_numul li font{ font-size: 30px; }
  .se_tx{ margin-top: 5px; }
  .se_tx h4{ font-size: 20px; }
  .se_tx p{ font-size: 15px; line-height: 20px; }
  .ab_h2{ font-size: 24px; }
  .cul_pic{ width: 100%; float: none; }
  .cul_tex{ margin-left: 0; padding: 18px; }
  .cul_tex h4{ margin-bottom: 8px; }
  .ab_war{ padding-bottom: 50px; }
  .ab_cergd .item{ margin: 0 6px; }
  .infocon h1{ font-size: 23px; }
  .cas_list li{ margin-bottom: 18px; }
  .co_tle{ width: 100%; float: none; }
  .co_tri{ margin-top: 12px; float: none; width: 100%; padding-left: 0; }
  .co_tle .defo_info{ margin-top: 8px; }
  .co_h2:before{ display: none; }
  .co_h2{ padding-left: 0; font-size: 24px; }
  .con_ulx li{ margin-bottom: 4px; }
  .map{ margin-top: 20px; }
  .con_mess{ padding-bottom: 40px; }
}

@media screen and (max-width: 640px){
  .ihdri span{ margin-top: 12px; padding: 10px 30px; }
  .in_abdiv{ padding: 25px 0; }
  .inab_tit p{ line-height: 22px; }
  .inah2{ font-size: 30px; }
  .inaled p,.inabgd_num li p{ font-size: 15px; line-height: 24px; }
  .inabgd_num li b{ font-size: 30px; line-height: 30px; }
  .in_caul li{ width: 100%; margin-right: 0; margin-bottom: 10px; }
  .in_nestit a{ display: inline-block; position: static; }
  .in_neslist{ flex-wrap: wrap; }
  .in_neslist li{ width: 100%; margin-right: 0; margin-bottom: 12px; }
  .sub_nav{ bottom: 20px; }
  .sub_nav h2{ font-size: 28px; }
  .pr_txd{ padding: 15px; }
  .pr_list li{ margin-bottom: 15px; }
  .propicflash .small img{ margin-bottom: 9px; }
  .de_theul{ margin-top: 15px; flex-wrap: wrap; }
  .de_theul li{ width: 49%; margin-right: 2%; margin-bottom: 10px; }
  .de_theul li:nth-of-type(even){ margin-right: 0; }
  .pro_table table td{ padding: 6px; }
  .rel_gd .item{ margin: 0 5px; }
  .ab_hdi h2{ font-size: 28px; }
  .pat60{ padding-top: 20px; }
  .ab_ser{ margin-top: 10px; }
  .ab_cer{ margin-top: 20px; }
  .nes_list li{ width: 49%; margin-bottom: 15px; }
  .nes_list li:nth-of-type(3n){ margin-right: 2%; }
  .nes_list li:nth-of-type(even){ margin-right: 0; }
  .inca_tx span{ display: none; }
  .news_war{ padding-bottom: 30px; }
  .inca_tx h3{ font-size: 18px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #238ce6; }
  .ban_arr{ top: 35%; }
  .ban_arr span{ width: 36px; height: 36px; line-height: 36px; }
  .in_hoswi:before{ width: 100%; }
  .in_hodiv{ margin-top: 0; padding-top: 10px; }
  .in_hoswi h2{ font-size: 30px; line-height: 32px; }
  .ihdri{ padding: 20px 12px; }
  .inah2{ font-size: 24px; }
  .inaled{ padding-top: 8px; }
  .inab_num{ margin-top: 12px; padding-top: 12px; }
  .inaled p, .inabgd_num li p{ line-height: 22px; }
  .inabgd_num{ flex-wrap: wrap; }
  .inabgd_num li{ margin-bottom: 12px; width: 100%; }
  .inabgd_num li:last-child{ margin-bottom: 0; }
  .inabgd_num li b{ font-size: 25px; line-height: 25px; }
  .in_abdiv{ padding: 18px 0; }
  .in_casd{ padding-top: 20px; }
  .in_nes{ padding: 15px 0 25px 0; }
  .fo_pr,.sub_nav h2{ display: none; }
  .fo_us{ margin-left: 0; padding-left: 0; }
  .for_info img{ height: 22px; }
  .sub_nav p i{ font-size: 17px; }
  .pr_war{ margin-top: 15px; }
  .pr_list{ margin-top: 0; }
  .pr_txd{ padding: 10px; }
  .pr_txd h3{ font-size: 17px; }
  .pr_txd p{ font-size: 15px; line-height: 20px; height: 40px; }
  .pr_txd span{ margin-top: 7px; }
  .pr_list li{ margin-bottom: 10px; }
  .digg4{ margin-top: 14px; font-size: 17px; }
  .pr_war{ padding-bottom: 25px; }
  .del_war{ padding-top: 15px; }
  .de_tiht h1{ font-size: 24px; }
  .pro_lxbtn{ margin-top: 10px; width: 100%; }
  .pro_lxbtn a{ width: 48.2%; }
  .pro_lxbtn a:last-child{ margin-left: 2%; }
  .propicflash .small img{ margin-bottom: 5px; }
  .de_desc{ margin-top: 12px; }
  .de_desc p, .de_tapp p,.ab_copp p,.infocon p,.co_desc{ font-size: 15px; line-height: 22px; }
  .d_detail{ margin-top: 15px; }
  .detail_item h4{ font-size: 22px; }
  .detail_item{ margin-bottom: 18px; }
  .defo_info ul li{ width: 100%; float: none; margin-right: 0; }
  .defo_info input, .defo_info textarea{ padding:10px 15px; }
  .del_war{ padding-bottom: 10px; }
  .re_arrow span{ width: 36px; height: 36px; line-height: 36px; }
  .ab_hdi h2{ font-size: 26px; }
  .ab_ser{ flex-wrap: wrap; }
  .ab_ser li{ width: 100%; margin-right: 0; margin-bottom: 10px; }
  .ab_cul{ margin-top: 0; }
  .ab_war{ padding-bottom: 30px; }
  .in_netxdiv span{ display: none; }
  .in_netxdiv h3{ font-size: 17px; }
  .in_netxdiv p{ font-size: 15px; line-height: 22px; height: 44px; }
  .infocon h1{ font-size: 20px; }
  .cas_list li{ width: 100%; float: none; margin-bottom: 5px; margin-right: 0; }
  .con_ulx li{ font-size: 16px; }
}