@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Outfit-Bold';
  src: url('fonts/Outfit-Bold.otf');
  src: local('☺'), url('fonts/Outfit-Bold.woff') format('woff'), url('fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Medium';
  src: url('fonts/Outfit-Medium.otf');
  src: local('☺'), url('fonts/Outfit-Medium.woff') format('woff'), url('fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Regular';
  src: url('fonts/Outfit-Regular.otf');
  src: local('☺'), url('fonts/Outfit-Regular.woff') format('woff'), url('fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-SemiBold';
  src: url('fonts/Outfit-SemiBold.otf');
  src: local('☺'), url('fonts/Outfit-SemiBold.woff') format('woff'), url('fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Light';
  src: url('fonts/Outfit-Light.otf');
  src: local('☺'), url('fonts/Outfit-Light.woff') format('woff'), url('fonts/Outfit-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-ExtraLight';
  src: url('fonts/Outfit-ExtraLight.otf');
  src: local('☺'), url('fonts/Outfit-ExtraLight.woff') format('woff'), url('fonts/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit-Black';
  src: url('fonts/Outfit-Black.otf');
  src: local('☺'), url('fonts/Outfit-Black.woff') format('woff'), url('fonts/Outfit-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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


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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

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

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

.icon-jiantou3:before {
  content: "\e65c";
}

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

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

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

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

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

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

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

.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-shouye-xuanzhong:before {
  content: "\e62d";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-shubiao:before {
  content: "\e666";
}

.icon-fanhuidingbu1:before {
  content: "\e649";
}

.icon-jian:before {
  content: "\e611";
}

.icon-jia:before {
  content: "\e711";
}

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

.icon-weixinguanli:before {
  content: "\e7cf";
}

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

.icon-home-fill:before {
  content: "\e687";
}
.gtranslate_wrapper {float:left!important;margin-top: 6px;}
.gt_switcher-popup span{display:none!important;}

video{ display: block; }

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

header{ transition: all 0.3s; width: 100%; height: 100px; z-index: 999; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 0; top: 9px; }
.logo img{ width: auto; }
.dis{ display: block; }
.nodis{ display: none; }

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

nav{ float: right; margin-right: 188px; }
nav li{ float: left; margin: 0 50px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; color: #fff; line-height:100px; font-family: Outfit-Regular; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #fff;  }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 3px; background: #fff; bottom: 14px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 200px; 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; font-size: 16px; white-space: nowrap; line-height: 20px; background: transparent !important; color: #666 !important; display: block; padding: 13px 10px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #008cd6!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 250px;position: absolute; left: 100%; top: 0; background:rgba(0,140,214,.75); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px 10px; white-space: normal; color: #fff !important; border-bottom: none; min-width: 240px; }


.head_rcon{position: absolute;right: 0;top:29px;width: 160px;}
.searchform{overflow: hidden;width: 74%;border-radius: 20px;overflow: hidden;display: inline-block;position: relative;float: right;}
.searchform input{ font-family: Outfit-ExtraLight; font-size: 14px; border: none; width: 100%; background: #008cd6; color: #fff; line-height:40px; padding: 0 50px 0 15px; }
.searchform button{ width:40px; line-height:38px; background: transparent; border: none; color: #fff; text-align: center; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ font-size: 16px; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}
.searchform button:hover{ background: #0284c9; color: #fff; }

/*.language{ width: 28px; margin-top: 2px; float: left; position: relative; display: inline-block; cursor: pointer; }
.lagi{ display: inline-block; color: #333; font-size: 14px; width: 28px; line-height: 22px; text-align: center; border: 2px solid #333; border-radius: 5px; font-style: normal; font-family: Outfit-Medium; }
.language-main{ width: 80px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99; right: -40px;  top: 25px;
    background: url("images/ffggg.png") no-repeat 15px 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 80px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #008cd6; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; font-family: Outfit-Medium; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important; color: #333 !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: 10px; left: 0; width: 7px; height: 7px; background: #008cd6; content: ''; }
.language-cont a:hover { color: #008cd6 !important;}
*/

.position{ background: #008cd6; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }
.position .searchform input{ background: #fff; color: #008cd6; }
.position .searchform input::-webkit-input-placeholder { color: #008cd6;}
.position .searchform input:-moz-placeholder {  color: #fff;}
.position .searchform button{ color: #008cd6;}
.position .searchform button:hover{ background: #0284c9; color: #fff; }


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

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

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

/*标题*/
.itith2{ font-size: 60px; text-transform: uppercase; line-height: 60px; font-family: Outfit-Black; }
/*首页*/
.inhop{ padding: 84px 0 0; margin-top: -130px; background: url(images/inhopbgs.jpg) top center no-repeat; background-size: cover; }
.inhop .itith2{ color: #008cd6; position: absolute; top: 174px; }
.ihoitem{ display: flex; }
.ihilef{ width: 50%; padding-right: 62px; padding-top: 288px; }
.ihirig{ width: 50%; padding: 0 62px 0 125px; }
.ihilef h3{ font-size: 26px; font-family: Outfit-Bold; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ihilef p{line-height: 28px;color: #222;height: 84px;overflow: hidden;}
.inhlm{margin-top: 36px;color: #fff;/* font-size: 16px; */font-family: Outfit-ExtraLight;background: #008cd6;display: inline-block;padding: 10px 55px;border-radius: 70px;}
.inhlm:hover{ transform: translateX(10px); color: #fff; }
.ihgst{ position: relative; }
.ihgarr{ position: absolute; bottom: 144px; left: 0; }
.ihgarr span{ display: inline-block; cursor: pointer; margin-right: 26px; width: 66px; height: 30px; line-height: 28px; text-align: center; border-radius: 40px; background: #fff; color: #008cd6; border: 1px solid #008cd6; }
.ihgarr span i{ display: inline-block; }
.iht_prev i{ transform: rotate(180deg); }
.ihgarr span:hover{ background: #008cd6; color: #fff; }


.iacomv{ padding: 235px 0 56px; margin-top: -120px; background: url(images/iabbgs.png) top center no-repeat; background-size: cover; }
.iacomv .itith2{ color: #fff; text-align: center; }
.iacpxt{ text-align: center; margin-top: 56px; }
.iacpxt p{ color: #fff; font-size: 16px; line-height: 26px; }
.flat-video-fancybox { text-align: center; margin-top: 64px; }
.flat-video-fancybox a.fancybox { display: inline-block; background: #fff; width: 60px; height: 60px; border-radius: 50%; position: relative; z-index: 99; line-height: 60px; padding-left: 5px;}
.flat-video-fancybox i{ font-size: 20px; color: #008cd6; }
.ripple, .ripple:before, .ripple:after { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 0 rgba(255,255,255,0.6); animation: ripple 3s infinite;}
.ripple:before { animation-delay: .9s; content: ""; position: absolute;}
.ripple:after { animation-delay: .6s; content: ""; position: absolute;}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255,255,255,0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0)
  }
}
.inlsnum{ margin-top: 110px; display: flex; justify-content: space-between; }
.inlsnum li{ text-align: center; }
.inlsnum li span{ font-size: 36px; color: #008cd6; font-family: Outfit-Regular; }
.inlsnum li span b{ font-size: 64px; }
.inlsnum li p{ font-family: Outfit-ExtraLight; margin-top: 6px; }


.insivs{ padding: 70px 0 94px; }
.instis{ display: flex; align-items: center; justify-content: space-between; }
.instis a{ display: inline-block; background: #008cd6; padding: 10px 58px; border-radius: 25px; font-size: 16px; font-family: Outfit-ExtraLight; color: #fff; }
.instis a:hover{ transform: translateX(10px); }
.insnuls{ margin-top: 50px; overflow: hidden; }
.insnuls li{ float: left; position: relative; width: calc(26.5% - 24px); transition-duration: 1s; }
.insnuls li + li{ margin-left: 24px; }
.insnuls li.on{ width: 47%; background-position: 0 !important; display: block; }
.insnuls li .ali{ display: flex; border-radius: 10px; overflow: hidden; align-items: center; justify-items: center; position: relative; width: 100%; height: 574px; background-size: auto 574px!important; background-repeat: no-repeat; }
.instxi{ position: absolute; bottom: 0; left: 0; color: #fff; width: 100%; padding: 25% 32px 34px; background: linear-gradient(transparent,#2f588e); }
.instxi span{ font-size: 14px; font-family: Outfit-ExtraLight; }
.instxi h4{ font-size: 22px; margin-top: 6px; font-family: Outfit-SemiBold; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.instxi p{ font-size: 16px; margin-top: 10px; display: none; line-height: 23px; height: 46px; overflow: hidden; font-family: Outfit-ExtraLight; }
.insnuls li.on .instxi p{ display: block; }



footer{ background: url(images/fobgs.jpg) top center no-repeat; background-size: cover; overflow: hidden; position: relative; }
footer .itith2{ color: #008cd6; }
.fomess{ margin-top: 124px; }
.fote_info{ overflow: hidden; }
.fote_info li{width: 49%; margin-bottom: 16px; position: relative; float: left; overflow: hidden;}
.fote_info li:nth-of-type(even){ float: right; }
.fote_info input,.fote_info textarea{ border:none; border-radius: 10px; width: 100%; resize: none; font-family:Outfit-ExtraLight; background:#fff; color: #000; font-size: 16px; padding: 16px 18px; }
.fote_info textarea{ height:165px; }
.fote_info input::-webkit-input-placeholder,.fote_info textarea::-webkit-input-placeholder { color: #666;}
.fote_info input:-moz-placeholder,.fote_info textarea:-moz-placeholder {color: #666;}
.fote_info li:last-child, .fote_info li:nth-of-type(3){ width: 100%; float: none;}
.fote_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.fote_info button{ cursor: pointer; transition: all 0.3s; width: 100%; height: 42px; line-height: 42px; border-radius: 50px; border: none; background: rgba(255, 255, 255, 0.2); font-size: 16px; color: #fff; font-family: Outfit-ExtraLight;  }
.fote_info button:hover{ background: #fff; color: #008cd6; }

.fo_bot{ display: flex; margin-top: 42px; color: #fff; justify-content: space-between; }
.fobitem1{ width: 28%; }
.fo_bot h5{ color: #fff; font-size: 20px; font-family: Outfit-Bold; margin-bottom: 28px; }
.fobitem1 p{ font-size: 16px; margin-top: 12px; line-height: 24px; color: #fff; }

.fouls li{ margin-bottom: 22px; font-size: 16px; font-family: Outfit-ExtraLight; color: #fff; }
.fouls li a{ color: #fff; }
.fouls li a:hover{ text-decoration: underline; }
.fobitem2{ width: 7%; padding-top: 15px; }
.fobitem3{ width: 12%; padding-top: 15px; }
.fobitem4{ width: 12%; padding-top: 15px; }
.fobitem5{ width: 20%; padding-top: 15px; }

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


.l_fixed{ width: 80px; text-align: center; position: fixed; top: 20%; right: 0; z-index: 666;  }
.l_fixed ul li{ padding: 18px 10px; cursor: pointer; box-shadow: 0 5px 10px 0 rgb(150 86 0 / 13%); position: relative; background: #fff; }
.l_fixed ul li:before{ content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; transform: translateX(-50%); width: 65px; background: #ececec; }
.l_fixed ul li i{ display: inline-block; width: 36px; height: 36px; line-height: 36px; border-radius: 36px; background: #e4f0f7; color: #008cd6; font-size: 20px; }
.l_fixed ul li p{ font-size: 12px; font-family: Outfit-Light; margin-top: 3px; color: #333; }
.l_fixed ul li:hover i{ color: #fff; background: #008cd6; }
.l_fixed ul li:last-child:before{ display: none; }
.l_fixed ul li:first-child{ padding-top: 30px; border-top-left-radius: 80px; border-top-right-radius: 80px; }
.l_fixed ul li:last-child{ background: #008cd6; padding-bottom: 30px; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; }
.l_fixed ul li:last-child i{ color: #fff; background: transparent; font-size: 26px; width: auto; height: auto; line-height: normal; }
.right_hide img { display: block; max-width: 10rem}
.right_hide{ background-color: #fff; border-radius: 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); color: #3d3d3d; font-size: 14px; left: -10px; line-height: 1.6rem; opacity: 0; padding: 1rem; position: absolute; top: 50%; transform: translate(-130%,-50%); transition: all .5s ease; visibility: hidden; white-space: nowrap}
.right_hide:before { border-bottom: 6px solid transparent; border-left: 8px solid #fff; border-top: 6px solid transparent; content: ""; position: absolute; right: -7px; top: calc(50% - 4px)}
.l_fixed ul li:hover .right_hide { opacity: 1; transform: translate(-110%,-50%); visibility: visible}

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

video{ width: 100%; display: block; /*opacity: 0.6; */}


.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
/*位置*/
.subbanner{ position: relative; }
.sutit{ position: absolute; top: 50%; width: 100%; left: 0; transform: translateY(4%); }
.sutit h2{ color: #fff; text-align: center; text-transform: uppercase; font-size: 60px; font-family: Outfit-Bold; }
.sunavs{ background: #fafafa; padding: 52px 0; }
.sunauls li{ display: inline-block; margin-right: 28px; }
.sunauls li:last-child{ margin-right: 0; }
.sunauls li a{ display: inline-block; padding: 15px 24px; text-align: center; min-width: 200px; border-radius: 30px; background: #fff; border: 1px solid #dcdcdc; font-size: 16px; font-family: Outfit-Medium; }
.sunauls li.on a{ color: #fff; background: #008cd6; border: 1px solid #008cd6; }
.sunauls li:hover a{ border: 1px solid #008cd6; }
.supix{ font-size: 16px; font-family: Outfit-ExtraLight;  }
.supix i{ display: inline-block; margin-right: 8px; color: #008cd6; }
.snboiv{display: flex; justify-content: space-between; align-items: center;  }
.part74{ padding-top: 74px; }
/*关于我们*/
.abuscom{ padding: 64px 0 36px; }
.abutis{ text-align: center; }
.abuh2{ font-size: 46px; font-family: Outfit-Bold; }
.abitps{ margin-top: 20px; }
.abitps p{ font-size: 16px; line-height: 30px; font-family: Outfit-ExtraLight; }
.abpxivs{ margin-top: 48px; position: relative; }
.abpxit{ padding-left: 39%; }
.abpswi .item .changpic{ border-top-left-radius: 150px; }
.abparr{ margin-top: 28px; padding-left: 200px; padding-bottom: 22px; }
.abparr span{ cursor: pointer; color: #b5b5b5; display: inline-block; margin-right: 24px; }
.abparr span i{ font-size: 24px; display: inline-block; }
.aps_prev i{ transform: rotate(180deg); }
.abparr span:hover{ color: #008cd6; }
.apxtlv{ position: absolute; z-index: 33; bottom: 0; left: 0; width: 50%; background: #f6f6f6; padding: 56px; }
.apxtlv p{ font-size: 16px; line-height: 30px; font-family: Outfit-ExtraLight; }

.abviv{ background: url(images/covisibgs.jpg) top center no-repeat; text-align: right; color: #fff; background-size: cover; padding: 145px 0 176px; margin-top: 38px; }
.abviv p{ line-height: 30px; }
.abviv .abuh2{ margin-bottom: 36px; }

.abbsty{ margin-top: -62px; padding-bottom: 106px; }
.abstybo{ display: flex; }
.absylef{ width: 66%; padding-top: 158px; }
.absyrig{ width: 34%; padding-left: 136px; }
.absylef .abuh2{ margin-bottom: 20px; }
.absptx p{ line-height: 30px; }
.abqus{ margin-top: 36px; }
.abqus h4{ font-size: 26px; font-family: Outfit-SemiBold; margin-bottom: 16px; font-weight: normal; }


/*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-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}


/*产品列表*/
.pa48{ padding-top: 48px; }
.prowar{ padding-bottom: 120px; }
.prlist{ display: flex; flex-wrap: wrap; }
.prlist li{ width: 32%; margin-right: 2%; margin-bottom: 56px; }
.prlist li:nth-of-type(3n){ margin-right: 0; }
.prlitem .changpic{ border-radius: 10px; }
.prlxts{ margin-top: 30px; }
.prlxts h3{ font-size: 20px; margin-bottom: 8px; font-family: Outfit-SemiBold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prlxts p{font-size: 16px;line-height: 24px;font-family: Outfit-ExtraLight;color: #222;height: 72px;overflow: hidden;}
.prlxts span{display: inline-block;transition: all 0.3s;padding: 9px 40px;border-radius: 35px;border: 1px solid #dcdcdc;margin-top: 28px;color: #666;font-size: 16px;font-family: Outfit-ExtraLight;}
.prlitem:hover .changpic img{ transform: scale(1.15); }
.prlitem:hover .prlxts span{ border: 1px solid #008cd6; transform: translateX(10px); background: #008cd6; color: #fff; }
/*分页 结束*/
.digg4{ text-align:center; font-size: 20px; margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; border-radius: 40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; height:36px; line-height: 36px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background: #008cd6; }
.digg4 span.disabled { font-size: 30px; line-height:30px; font-weight: normal; background: #ececec; color: #333;}
.digg4 a{ color: #a6a6a6; background: #fff; }
/*产品详情*/
.delshow{ display: flex; }
.delslef{ width: 50%; }
.delsrig{ width: 50%; padding-left: 75px; padding-top: 44px; }
.dlswi{ position: relative; border-radius: 20px; overflow: hidden; }
.dlswi .slick-dots{ bottom: 30px; }
.dlswi .slick-dots li{ width: auto; height: auto; }
.dlswi .slick-dots li button{ width: 15px; height: 15px; border-radius: 15px; padding: 0; background: rgba(255, 255, 255, 0.3); }
.dlswi .slick-dots li.slick-active button{ background: #fff; }
.delsrig h1{ font-size: 38px; line-height: 45px; font-family: Outfit-Bold; }
.demssh{ margin-top: 20px; }
.demssh p{font-size: 16px;position: relative;padding-left: 15px;line-height: 28px;color: #222;font-family: Outfit-ExtraLight;}
.demssh p:before{ content: ""; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #008cd6; }
.dmspv{ margin-top: 20px; }
.dmspv p{ font-size: 16px; line-height: 22px; font-family: Outfit-Regular; }
.debtns{ width: 100%; padding-right: 170px; margin-top: 84px; overflow: hidden; }
.debtns a{position: relative;border-radius: 35px;/* font-size: 14px; */color: #fff;border: 1px solid #008cd6;background: #008cd6;font-family: Outfit-ExtraLight;display: inline-block;float: left;width: 48%;text-align: center;padding:10px 5px;}
.debtns a:last-child{ margin-left: 4%; background: #fff; color: #008cd6; }
.debtns a i{ font-size: 18px; margin-right: 6px; }
.debtns a:last-child i{ color: #008cd6; }
.debtns a:hover{ background: #008cd6; transform: translateX(10px); color: #fff; }
.debtns a:hover i{ color: #fff; }
.debtns a *{ vertical-align: middle; }
.delblock{ margin-top: 55px; }
.delbitem{ margin-bottom: 20px; background: #f2f7f9; border-radius: 20px; padding: 50px 58px; }
.delblock .delbitem:last-child{ margin-bottom: 0; }
.delh3{ font-size: 32px; font-weight: normal; margin-bottom: 20px; font-family: Outfit-SemiBold; }
.dllpt p{ margin-bottom: 6px;  font-family: Outfit-ExtraLight; }
.dllpt p:last-child{ margin-bottom: 0; }
.defouls{ display: flex; flex-wrap:wrap; margin-top: 15px;}
.defouls li{ width: 23.5%; margin-right: 2%; margin-bottom:15px; }
.defouls li:nth-of-type(4n){ margin-right: 0; }
.defili{ text-align: center; }
.defili p{ font-size: 16px; font-family: Outfit-Medium; margin-top: 20px; }
.defili:hover .changpic img{ transform: scale(1.15); }

.bzpage .changpic{border: 1px solid #e3e3e3;}
.bzpage .delbitem{background:none;}

.relswis{ margin-top:52px; }
.relswis h2{ font-size: 40px; font-family: Outfit-Bold; text-align: center; }
.reprsi{ position: relative; margin-top: 36px; }
.repgds .item{ margin: 0 15px; }
.rearr{ position: absolute; top: 35%; left: 0; width: 100%; }
.rearr span{ cursor: pointer; position: absolute; top: 0; color: #b5b5b5; }
.rearr span i{ display: inline-block; font-size: 35px; }
.rep_prev{ left: -60px; }
.rep_next{ right: -60px; }
.rep_prev i{ transform: rotate(180deg); }
.rearr span:hover{ color: #008cd6; }

.del_table{ overflow-x: auto; }
.del_table table{ width: 100%;  border-collapse: collapse; }
.del_table table tr td{ border:1px solid #dbdbdb; text-align: center;  padding:14px 10px;  }


/*news*/
.newswar{ padding-bottom: 100px; }
.newlist{ display: flex; flex-wrap: wrap; }
.newlist li{ width: 31.3%; margin-right: 3%; margin-bottom: 42px; }
.newlist li:nth-of-type(3n){ margin-right: 0; }
.neitems{ border-radius: 10px; position: relative; overflow: hidden; transition: all 0.3s; }
.neitems:before{ content: ""; transition: all 0.3s; position: absolute; width: 0; bottom: 0; left: 50%; transform: translateX(-50%); height: 4px; background: #008cd6; }
.nestxs{ padding: 30px 30px 56px; }
.nestxs em{ font-style: normal; font-size: 14px; font-family: Outfit-ExtraLight; }
.nestxs h3{ font-size: 20px; margin-bottom: 12px; margin-top: 10px; font-family: Outfit-SemiBold; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nestxs p{ font-size: 16px; line-height: 23px; color: #666; height: 69px; overflow: hidden; font-family: Outfit-ExtraLight; }
.nestxs span{ display: inline-block; transition: all 0.3s; padding: 9px 54px; border-radius: 35px; border: 1px solid #dcdcdc; margin-top: 28px; color: #666; font-size: 16px; font-family: Outfit-ExtraLight; }
.neitems:hover{ box-shadow: 0 0 54px rgba(184, 210, 224, 0.49); }
.neitems:hover .nestxs span{ border: 1px solid #008cd6; transform: translateX(10px); background: #008cd6; color: #fff; }
.neitems:hover:before{ width: 88%; }
.neitems:hover .changpic img{ transform: scale(1.15); }



.infocon{}
.infocon h1{font-size:30px; font-weight: normal; text-align: center; font-family: Outfit-SemiBold; margin-bottom: 20px; }
.infocon img{ width: auto; display: inline-block; margin: 10px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin-bottom:30px;  }

.infocon .other{  border-top: 1px solid #dbdbdb; padding-top:30px; margin-top:30px;}
.infocon .other div{ padding:5px 0;}
.infocon .other div b{ text-transform: uppercase; font-weight: normal; }
.infocon .other a:hover{ color: #008cd6; }
.infocon p{line-height:28px; font-size: 16px; margin-bottom: 18px; }


/*contact*/
.subcon{ position: absolute; top: 198px; left: 0; width: 100%; text-align: center; }
.subcon .supix i,.subcon .supix,.subcon .supix a{ color: #fff; }
.conwar{ margin-top: -194px; padding-bottom: 92px; }
.cousivt{ background: #fff; padding: 82px 66px 96px; border-radius: 20px; box-shadow: 0 0 54px rgba(184, 210, 224, 0.5); }
.sivtbox{ display: flex; }
.sivtlef{ width: 50%; padding-right: 98px; }
.sivtrig{ width: 50%; }
.sivtlef h2{ color: #008cd6; text-transform: uppercase; font-size: 60px; font-family: Outfit-Bold; }
.cospt{ font-size: 16px; margin-top: 18px; font-family: Outfit-ExtraLight; }
.colbxl{ margin-top: 56px; }
.colbxl li{ font-size: 22px; font-family: Outfit-Light; margin-bottom: 28px; position: relative; padding-left: 40px; }
.colbxl li:last-child{ margin-bottom: 0; }
.colbxl li i{ position: absolute; font-size: 20px; top: 2px; left: 0; color: #008cd6; }
.fcoc_info{ overflow: hidden; }
.fcoc_info li{width: 49%; margin-bottom: 10px; position: relative; float: left; overflow: hidden;}
.fcoc_info li:nth-of-type(even){ float: right; }
.fcoc_info input,.fcoc_info textarea{ border:none; border-radius: 10px; width: 100%; resize: none; font-family:Outfit-ExtraLight; background:#f1f5f8; color: #000; font-size: 16px; padding: 16px 18px; }
.fcoc_info textarea{ height:255px; }
.fcoc_info input::-webkit-input-placeholder,.fcoc_info textarea::-webkit-input-placeholder { color: #666;}
.fcoc_info input:-moz-placeholder,.fcoc_info textarea:-moz-placeholder {color: #666;}
.fcoc_info li:last-child, .fcoc_info li:nth-of-type(3), .fcoc_info li:nth-of-type(4){ width: 100%; float: none;}
.fcoc_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.fcoc_info button{ cursor: pointer; transition: all 0.3s; width: 100%; height: 42px; line-height: 42px; border-radius: 50px; border: none; background: #008cd6; font-size: 16px; color: #fff; font-family: Outfit-ExtraLight;  }
.fcoc_info button:hover{ opacity: 0.85; }


.map{ margin-top: 75px; overflow: hidden; }
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; }
.getbox{ width: 744px; padding: 14px; background: #fff; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.allhide{ display: none; }
.close_btn{ cursor: pointer; position: absolute; top: -17px; right: -17px; width: 34px; height: 34px; border-radius: 34px; background: #fff; line-height: 34px; text-align: center; }
.close_btn i{ font-size: 16px; }
.close_btn:hover{ color: #fff; background: #d34132; }

@media screen and (max-width: 1680px){
  .l_fixed ul li{ padding: 12px 10px; }
  .l_fixed{ width: 74px; }
  .conwar{ margin-top: -165px; }
}

@media screen and (max-width: 1600px){
  .warper{ width: 88%; }
  nav li{ margin: 0 45px; }
  .inlsnum li span b{ font-size: 54px; }
  .insnuls li .ali{ height: 530px; background-size: auto 530px!important; }
  .sutit h2{ font-size: 52px; }
  .sunavs{ padding: 48px 0; }
  .apxtlv{ padding: 35px; }
  .abpswi .item .changpic{ border-top-left-radius: 100px;}
  .nestxs{ padding: 24px 26px 40px; }
  .cousivt{ padding: 50px 60px; }
  .sivtlef h2{ font-size: 55px; }
  .map{ margin-top: 54px; }
}

@media screen and (max-width: 1440px){
  nav li{ margin: 0 40px; }
  header{ height: 84px; }
  .logo{ top: 4px; }
  nav li>a{ line-height: 84px; }
  nav dl{ top: 84px; }
  .head_rcon{ top: 22px; }
  .ban_arrow span i{ font-size: 28px; }
  .itith2{ font-size: 48px; line-height: 48px; }
  .ihilef{ padding-top: 200px; }
  .inhop .itith2{ top: 123px; }
  .ihgarr{ bottom: 100px; }
  .iacomv{ padding: 170px 0 56px; }
  .iacpxt{ margin-top: 28px; }
  .inlsnum{ margin-top: 60px; }
  .insnuls li .ali{ height: 476px; background-size: auto 476px !important; }
  .instis a,.inhlm{ padding: 10px 38px; }
  .insnuls{ margin-top: 30px; }
  .fobitem4{ width: 13%; }
  .fo_cop{ margin-top: 44px; padding: 18px 0; }
  .sutit h2{ font-size: 46px; }
  .sunavs{ padding: 30px 0; }
  .abuh2 { font-size: 38px; }
  .apxtlv{ padding: 26px; }
  .apxtlv p{ line-height: 28px; }
  .abpswi .item .changpic{ border-top-left-radius:80px;}
  .abviv{ padding: 87px 0 137px; }
  .absyrig{ padding-left: 60px; }
  .fo_bot h5{ margin-bottom: 15px; }
  .fouls li{ margin-bottom: 14px; }
  .prlxts{ margin-top: 18px; }
  .prlxts span{ margin-top: 16px; }
  .delsrig{ padding-top: 24px; padding-left: 50px; }
  .delbitem{ padding: 40px; }
  .rep_prev{ left: -34px; }
  .rep_next{ right: -34px; }
  .nestxs{ padding: 18px 20px 30px; }
  .nestxs span{ margin-top: 18px; padding: 9px 30px; }
  .newlist li{ width: 32%; margin-right: 2%; margin-bottom: 30px; }
  .cousivt{ padding: 45px;  }
  .conwar{ margin-top: -88px; }
  .sivtlef h2{ font-size: 48px; }
  .ban_prev{ left: 5%; }
  .ban_next{ right: 5%; }
  .inhlm{ margin-top: 15px; }
  .ihilef h3{ margin-bottom: 12px; }
  .ihgarr span{ margin-right: 10px; }
  .ihgarr{ bottom: 80px; }
  .inlsnum li span b{ font-size: 44px; }
  .flat-video-fancybox{ margin-top: 46px; }
  .inlsnum li p{ font-size: 17px; }
  .insivs{ padding: 30px 0 80px; }
  .fobitem1 img{ height: 80px; }
  .fobitem5{ width: 23%; }
  .fobitem4{ width: 15%; }
  .fobitem3{ width: 13%; }
  .debtns{ margin-top: 64px; padding-right: 100px; }
  .delh3{ font-size: 26px; }
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 34px; }

}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  nav li{ margin: 0 28px; }
  .itith2{ font-size: 42px; line-height: 42px; }
  .sivtlef h2{ font-size: 38px; }
}



@media screen and (max-width: 1024px){
  #banner_home,.subbanner,.mart90{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #008cd6; }
  .logo img,.position .logo img{ height:48px; width: auto; }
  .logo{ top: 6px; left: 0; }
  .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: #008cd6 ; color: #fff; }
  #nav .nav-button i{ color: #008cd6; }
  body{ font-size: 16px; }
  nav li a:before{ display: none; }
  #nav .nav-button{ top: 13px; background: #fff; }
  nav dl{ left: 0;  top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important;}
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li dl dd a{ color: #fff !important; padding: 15px 22px; white-space: normal; font-size: 16px; }
  nav dl dd:hover div,nav li a:before{display: none;}
  nav li dl dd a:hover{ background: #008cd6 !important;}
  nav dl dd{ border: none; }
  .head_rcon{ top: -34px; right: 50px; }
  .searchform{ top: 44px; }
  .ban_arrow span{ width: 48px; height: 48px; line-height: 48px; }
  .searchform input{ background: #fff; color: #008cd6; }
  .searchform button{ color: #008cd6; }
  .searchform input::-webkit-input-placeholder { color: #008cd6;}
  .searchform input:-moz-placeholder {  color: #008cd6;}
  .ihilef{ padding-top: 160px; }
  .inhop .itith2{ top: 84px; }
  .itith2{ font-size: 39px; line-height: 39px; }
  .ihgarr{ bottom: 0; }
  .ihilef{ padding-right: 0; }
  .iacpxt{ margin-top: 18px; }
  .inlsnum li span b{ font-size: 38px; }
  .insnuls li .ali{ height: 364px; background-size: auto 364px !important; }
  .fomess{ margin-top: 94px; }
  .fobitem5{ width: 28%; }
  .sutit{ transform: translateY(-50%); }
  .sutit h2{ font-size: 38px; }
  .sunauls  li{ display: none; }
  .sunavs{ padding: 14px 0; }
  .abuscom{ padding: 45px 0 30px; }
  .abuh2{ font-size: 32px; }
  .abpxivs{ margin-top: 22px; }
  .apxtlv{ position: static; width: 100%; }
  .abpxit{ padding-left: 0; }
  .abpswi .item .changpic{ border-radius: 0; }
  .abparr{ padding: 0; text-align: center; }
  .abviv{ margin-top: 0; }
  .abviv{ padding: 52px 0 126px; }
  .abviv .abuh2{ margin-bottom: 18px; }
  .absylef{ padding-top: 75px; }
  .absyrig{ padding-left: 30px; }
  .abqus h4{ font-size: 23px; }
  .abqus{ margin-top: 18px; }
  .abbsty{ padding-bottom: 50px; }
  .prlist li{ margin-bottom: 28px; }
  .prowar{ padding-bottom: 40px; }
  .delsrig{ padding-top: 0; padding-left: 24px; }
  .delsrig h1{ font-size: 28px; line-height: 36px; }
  .debtns{ margin-top: 30px; }
  .delbitem{ padding: 28px; border-radius: 10px; }
  .delh3{ font-size: 24px; margin-bottom: 12px; }
  .relswis h2{ font-size: 30px; }
  .reprsi{ margin-top: 20px; }
  .repgds .item{ margin: 0 6px; }
  .rep_prev{ left: 0; }
  .rep_next{ right: 0; }
  .fo_bot{ margin-top: 15px; }
  .nestxs{ padding: 10px 14px 20px; }
  .newswar{ padding-bottom: 45px; }
  .infocon h1{ font-size: 26px; margin-bottom: 12px; }
  .infocon .time{ margin-bottom: 12px; }
  .cousivt{ padding: 30px; }
  .conwar{ margin-top: -80px; padding-bottom: 40px; }
  .subcon{ top: 120px; }
  .sivtlef h2{ font-size: 30px; }
  .sivtlef{ padding-right: 30px; }
  .colbxl li{ margin-bottom: 12px; font-size: 19px; }
  .fcoc_info textarea{ height: 200px; }
  .rearr span{ color: #fff; }
}

@media screen and (max-width: 768px){
  .inhop{ margin-top: 0; padding: 42px 0; }
  .inhop .itith2{ position: static; text-align: center; }
  .itith2{ font-size: 32px; line-height: 32px; }
  .ihilef{ padding-top: 52px; width: 60%; }
  .ihirig{ padding: 0 0 0 30px; width: 40%; }
  .instis a, .inhlm{ padding: 10px 30px; }
  .getbox{ width: 90%; }
  .inlsnum li span b{ font-size: 32px; }
  .inlsnum li span{ font-size: 22px; }
  .inlsnum{ margin-top: 28px; }
  .iacomv{ padding: 120px 0 10px; }
  .insnuls{ margin-top: 20px; }
  .instxi{ padding: 25% 20px 20px; }
  .insnuls li + li{ margin-left: 10px; }
  .insnuls li{ width: calc(26.5% - 10px); }
  .insnuls li .ali{ height: 272px; background-size: auto 272px !important; }
  .instxi h4{ font-size: 20px; }
  .insivs{ padding: 30px 0 40px; }
  footer{ background: #008cd6; padding-top: 28px; }
  footer .itith2{ color: #fff; }
  .fomess{ margin-top: 22px; }
  .fobitem2,.fobitem3,.fobitem4{ display: none; }
  .fobitem1 img{ height: 60px; }
  .fobitem1{ width: 50%; }
  .fobitem5{ width: 44%; }
  .fo_cop{ margin-top: 30px; padding: 12px 0; }
  .sutit h2{ font-size: 32px; }
  .abuscom{ padding: 28px 0 30px; }
  .abuh2{ font-size: 28px; }
  .abitps{ margin-top: 12px; }
  .abitps p,.apxtlv p{ line-height: 25px; }
  .apxtlv{ padding: 18px; }
  .abviv{ background: #008cd6; padding: 30px 0; }
  .abviv p,.absptx p{ line-height: 25px; }
  .abbsty{ margin-top: 25px; }
  .absylef{ padding-top: 0; }
  .pa48{ padding-top: 30px; }
  .delshow{ flex-wrap: wrap; }
  .delslef{ width: 100%; }
  .delsrig{ width: 100%; padding: 0; margin-top: 15px; }
  .dlswi{ border-radius: 14px; }
  .delsrig h1{ font-size: 24px; line-height: 30px; }
  .demssh{ margin-top: 15px; }
  .debtns{ margin-top: 20px; }
  .delblock{ margin-top: 28px; }
  .delbitem{ padding: 14px; border-radius: 6px; margin-bottom: 12px; }
  .defili p{ margin-top: 5px; }
  .defouls{ flex-wrap: wrap; }
  .defouls li{ width: 49%; margin-bottom: 15px; }
  .defouls li:nth-of-type(even){ margin-right: 0; }
  .relswis{ margin-top: 22px; }
  .relswis h2{ font-size: 27px; }
  .nestxs{ padding: 10px 0 0; }
  .neitems:before{ display: none; }
  .neitems:hover{ box-shadow: none; }
  .infocon h1{ font-size: 23px; }
  .conwar{ margin-top: 24px; }
  .cousivt{ padding: 20px; }
  .colbxl{ margin-top: 25px; }
  .colbxl li{ padding-left: 28px; font-size: 17px; }
  .fcoc_info textarea{ height: 150px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #008cd6; }
  .inhop{ padding: 25px 0; }
  .itith2{ font-size: 26px; line-height: 26px; }
  .ihoitem{ flex-wrap: wrap; }
  .ihilef{ width: 100%; padding: 0; }
  .ihirig{ width: 100%; margin-top: 12px; padding: 0 20%; }
  .ihgst{ margin-top: 15px; }
  .ihilef h3{ font-size: 22px; margin-bottom: 10px; }
  .ihgarr{ position: static; text-align: center; margin-top: 14px; }
  .ihgarr span{ margin: 0 5px; }
  .getbox{ padding: 10px; }
  .inlsnum{ flex-wrap: wrap; }
  .inlsnum li{ width: 50%; margin-bottom: 6px; }
  .insivs{ padding: 0 0 30px; }
  .insnuls{ margin-top: 15px; }
  .insnuls li.on,.insnuls li{ width: 100%; }
  .insnuls li + li{ margin-left: 0; margin-top: 6px; }
  .insnuls li .instxi p{ display: block; }
  .insnuls li .ali{ background-size: auto 340px !important; }
  .fote_info li{ width: 100%; float: none; margin-bottom: 6px; }
  .fote_info li:nth-of-type(even){ float: none; }
  .fomess{ margin-top: 14px; }
  .fobitem1{ display: none; }
  .fobitem5{ width: 100%; padding-top: 0; }
  .sutit h2{ font-size: 24px; }
  .abparr{ margin-top: 14px; }
  .abviv{ padding: 20px 0; text-align: left; }
  .abviv .abuh2{ margin-bottom: 8px; }
  .absyrig{ display: none; }
  .absylef{ width: 100%; }
  .absylef .abuh2{ margin-bottom: 10px; }
  .abuh2{ font-size: 25px; }
  .abqus h4{ font-size: 21px; margin-bottom: 10px; }
  .pa48{ padding-top: 15px; }
  .prlist li,.newlist li{ width: 49%; margin-bottom: 18px; }
  .prlist li:nth-of-type(3n),.newlist li:nth-of-type(3n){ margin-right: 2%; }
  .prlist li:nth-of-type(even),.newlist li:nth-of-type(even){ margin-right: 0; }
  .prlxts{ margin-top: 9px; }
  .prlxts span{ margin-top: 10px; padding: 9px 24px; }
  .dmspv{ margin-top: 10px; }
  .debtns{ padding-right: 0; }
  .delh3{ font-size: 22px; }
  .nestxs h3{ margin: 5px 0; }
  .nestxs span{ margin-top: 10px; }
  .infocon p{ line-height: 24px; margin-bottom: 10px; }
  .cousivt{ padding: 14px; }
  .sivtbox{ flex-wrap: wrap; }
  .sivtlef{ width: 100%; padding: 0; }
  .sivtrig{ width: 100%; margin-top: 18px; }
  .sivtlef h2{ font-size: 25px; }
  .cospt{ margin-top: 7px; }
  .colbxl{ margin-top: 14px; }
  .colbxl li{ margin-bottom: 8px; }
  .fcoc_info li:nth-of-type(even){ float: none; }
  .fcoc_info li{ width: 100%; float: none; margin-bottom: 5px; }
  .map{ margin-top: 20px; }
  .conwar{ padding-bottom: 28px; }
  .subcon{ top: 50px; }
  .cousivt{ border-radius: 10px; }
}