@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'a_CampusGrav';
  src: url('fonts/Campus A.ttf');
  font-weight: normal;
  font-style: normal;
}
@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;
}

body{font-family:Outfit-ExtraLight,Arial, Helvetica, sans-serif;  font-size: 18px;overflow-x: hidden; color: #222;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle; height: auto; max-width: 100%; max-height: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#fc5f05;}
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 4905259 */
  src: url('fonts/iconfont.woff2?t=1745806401378') format('woff2'),
       url('fonts/iconfont.woff?t=1745806401378') format('woff'),
       url('fonts/iconfont.ttf?t=1745806401378') format('truetype');
}

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

.icon-duihao:before {
  content: "\eaf1";
}

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

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

.icon-xiazai:before {
  content: "\e628";
}

.icon-quanqiushejiaojiyu:before {
  content: "\e698";
}

.icon-hezuohuoban:before {
  content: "\e695";
}

.icon-dazaojingzhengyoushi:before {
  content: "\e64c";
}

.icon-tiaozhuandaobeifen:before {
  content: "\e60e";
}

.icon-kadingchebeifen:before {
  content: "\e7fa";
}

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

.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-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-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";
}


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: 90px; border-bottom: rgba(255, 255, 255, 0.2) 1px solid; z-index: 999; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: -60px; top: 8px; }
.logo img{ width: auto; }

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

nav{ float: right; margin-right: 0; }
nav li{ float: left; margin: 0 40px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:90px; color: #fff; font-family: Outfit-Regular; text-transform: uppercase; display: inline-block;}
nav li.on a,nav li:hover a{ color: #fff;  }
nav li>a:before{ content: ""; position: absolute; width: 23px; height: 15px; background: url(images/navicpng.png) no-repeat; background-size: cover; opacity: 0; bottom: 1px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ opacity: 1; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 220px; top:90px; left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative; border-bottom: 1px solid #f1f1f1; }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; font-size: 16px; font-family: Outfit-Regular; line-height: 20px; background: transparent !important; color: #666 !important; display: block; padding: 16px 10px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #fc5f05!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(252,95,5,.8); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:16px 10px; color: #fff !important; border-bottom: none; min-width: 200px; }


.head_rcon{ position: absolute; right: -65px; top:29px; width:32px; }

.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 #fc5f05; 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: #fc5f05; content: ''; }
.language-cont a:hover { color: #fc5f05 !important;}


.search-button{ width:32px; position: relative;  }
.search-button span{ text-align: center; overflow: hidden; cursor: pointer; display: inline-block; color: #fff; }
.search-button span i{ color: #fff; font-size: 28px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#fc5f05;position: absolute; right: 0; height: 0; z-index: 88; top:61px; 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; font-size: 15px; background:transparent; color: #fff; line-height:51px; padding-left:10px; font-family: Outfit-ExtraLight; float: left; }
.searchform button{ width:54px; line-height:51px; background:transparent; 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;}

.position,.pagehe{ background: #333; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }


#banner_home{ position: relative; }
.banner{ overflow: hidden; }
.banner .item{ position: relative; }
.banner .item img{ width: 100%; }
.pagingInfo{ position: absolute; bottom: 108px; left: 11%; color: #fff; font-family: Outfit-Medium; }
.pagingInfo span{ display: inline-block; margin-left: 192px; }
.pagingInfo b{ font-weight: normal; }
.banner .slick-dots{ position: absolute; bottom: 118px; left: 13%; width: 162px; display: flex; }
.banner .slick-dots li{ margin: 0; width: 100%; height: auto;  }
.banner .slick-dots li button{ padding: 0; width: 100%; height: 1px; background: #464646;}
.banner .slick-dots li.slick-active button{ background: #fff; } 
.changpic{ width: 100%; overflow: hidden; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.3s; }

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

/*标题*/
.itith2{ font-size: 72px; text-transform: uppercase; line-height: 74px; font-weight: normal; font-family: a_CampusGrav; }
/*首页*/
.incore{ padding: 106px 0 100px; }
.incovv a{ width: 100%; display: flex; }
.icvle{ width: calc(100% - 278px); padding-top: 200px; position: relative; padding-right: 16px; }
.icvri{ width: 278px; }
.icvle .itith2{ position: absolute; top: 0; left: 0; }
.icvpro,.incovv{ width: 100%; display: flex; }
.ivplef{ width: 230px; }
.ivprig{ width: calc(100% - 230px); }
.ivplef h3{ font-size: 36px; font-family: Outfit-Bold; margin-bottom: 22px; }
.ivplef p{ font-size: 16px; line-height: 33px; color: #666; }
.invlpv{ height: 231px; overflow: hidden; }
.ivplef span{ display: inline-block; margin-top: 95px; font-size: 16px; font-family: Outfit-Medium; }
.ivplef span i{ display: inline-block; margin-left: 18px; }
.icrpruls li{ cursor: pointer; border-bottom: 1px solid #dbdbdb; height: 100px; display: flex; align-items: center; justify-content: flex-end; }
.icrpruls li span{ font-size: 22px; font-family: Outfit-Bold; display: inline-block; margin-right: 18px; }
.icrpruls li.on span{ color: #fc5f05; }
.icrpruls li.on{ border-bottom: 1px solid #fc5f05; }
.icall{ margin-top: 30px;  }
.icall a{ display: block; text-align: right; }
.icall span{ color: #fc5f05; font-family: Outfit-SemiBold; display: inline-block; margin-right: 90px; }
.icall i{ display: inline-block; transition: all 0.3s; font-style: normal; width: 28px; font-size: 22px; font-family: Outfit-Medium; border-radius: 28px; height: 28px; line-height: 28px; text-align: center; background: #fc5f05; color: #fff; }
.icall a:hover i{ transform: rotate(180deg); }


.inabus{ padding-top: 108px; background: url(images/inabcom.jpg) no-repeat; background-size: cover; }
.inacom{ width: 54%; color: #fff; }
.inacom .itith2{ margin-bottom: 40px; }
.inacom p{ font-size: 16px; line-height: 30px; font-family: Outfit-Light; }
.inacom a{ display: inline-block; margin-top: 78px; font-size: 16px; color: #fff; font-family: Outfit-Light; }
.inacom a i{ display: inline-block; margin-left: 20px; }
.inacom a:hover{ transform: translateX(10px); }
.inmusv{ margin-top: 92px; background: rgba(0, 0, 0, 0.3); padding: 58px 0; }
.innums{ display: flex; justify-content: space-between; }
.innums li{ text-align: center; position: relative; width: 20%; color: #fff; font-family: Outfit-Light; }
.innums li:before{ content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 60px; transform: translateY(-50%); background: rgba(255, 255, 255, 0.5); }
.innums li p{ margin-top: 14px; }
.innums li span{ font-size: 16px; }
.innums li span b{ font-size: 52px; font-family: Outfit-Bold; }
.innums li:last-child:before{ display: none; }


.inparlo{ padding: 84px 76px 20px 200px; width: 100%; overflow: hidden; }
.inpabox{ padding-left: 250px; position: relative; }
.inpabox h2{ font-size: 60px; z-index: 22; font-family: Outfit-Bold; position: absolute; top: 60px; left: 0; }
.inplogo{ position: relative; padding-bottom: 90px; background: url(images/lomap.png) no-repeat; background-size: cover; }
.part-list .column {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
  background-color:#fff;
}
.part-list .column img{
  max-width: 100%;
    max-height: 100%;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.part-list .size1 {
  width: 130px;
  height: 130px;
}

.part-list .size2 {
  width: 120px;
  height: 120px;
}

.part-list .size3 {
  width: 110px;
  height: 110px;
}

.part-list .size4 {
  width: 100px;
  height: 100px;
}

.part-list .size5 {
  width: 90px;
  height: 90px;
}

.part-list .posit1 {
  top: 10%;
  left: -4%;
}

.part-list .posit2 {
  top: 11%;
  left: 14%;
}

.part-list .posit3 {
  top: 11%;
  left: 31%;
}

.part-list .posit4 {
  top: 7.5%;
  left: 49%;
}

.part-list .posit5 {
  top: 8.5%;
  left: 64%;
}

.part-list .posit6 {
  top: 7%;
  left: 92%;
}

.part-list .posit7 {
  top: 36%;
  left: -12%;
}

.part-list .posit8 {
  top: 31%;
  left: 8%;
}

.part-list .posit9 {
  top: 31%;
  left: 23%;
}

.part-list .posit10 {
  top: 35%;
  left: 40.5%;
}

.part-list .posit11 {
  top: 31%;
  left: 55%;
}

.part-list .posit12 {
  top: 33%;
  left: 70%;
}

.part-list .posit13 {
  top: 18%;
  left: 80%;
}

.part-list .posit14 {
  top: 55%;
  left: 0%;
}

.part-list .posit15 {
  top: 57.5%;
  left: 15%;
}

.part-list .posit16 {
  top: 52%;
  left: 32%;
}

.part-list .posit17 {
  top: 54%;
  left: 47%;
}

.part-list .posit18 {
  top: 52.5%;
  left: 66%;
}

.part-list .posit19 {
  top: 49%;
  left: 79%;
}

.part-list .posit20 {
  top: 38%;
  left: 91%;
}

.part-list .posit21 {
  top: 49%;
  left: 99%;
}

.part-list .column:hover {

  overflow: auto;
  width:200px;
  height:200px;

}
.part-list .column:hover img{
  max-width: 100%;
    max-height: 100%;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.indeal{ padding-top: 84px; overflow: hidden; background: url(images/indelbgst.jpg) top center no-repeat; }
.indeflx{ display: flex; }
.indiflef{ width: 656px; }
.indifrig{ width: calc(100% - 656px); padding-left: 50px; }
.indipic{ width: 656px; height: 656px; position: relative; z-index: 0; }
.indipic:before{ content: ""; z-index: -1; animation: rotation 8s linear infinite; position: absolute; top: 0; left: 50%; width: 656px; height: 656px; background:url(images/idepng.png) no-repeat; background-size: cover; }
@keyframes rotation {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}
.indipic img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.iddeqh{ margin-top: 50px; }
.ideatxt{ color: #fff; }
.ideatxt h3{ font-size: 40px; margin-bottom: 24px; font-family: Outfit-Medium; font-weight: normal; }
.ideatxt p{ font-size: 16px; line-height: 26px; min-height: 265px; font-family: Outfit-Regular; }
.idarr{ position: absolute; bottom: 0; right: 14%; }
.idarr span{ display: inline-block; margin: 0 15px; text-align: center; cursor: pointer; width: 46px; height: 46px; background: rgba(255, 255, 255, 0.3); color: #fff; line-height: 46px; border-radius: 46px; }
.idarr span i{ font-size: 20px; display: inline-block; }
.idgdswi{ position: relative; }
.ida_prev i{ transform: rotate(180deg); }
.idarr span:hover{ background: #fff; color: #fc5f05; }

.inapp{ padding: 80px 0 122px; background: url(images/iapbsg.jpg) no-repeat center; }
.inapp .itith2{ text-align: center; }
.inapv{ margin-top: 74px; position: relative; border-radius: 20px; box-shadow: 0 0 68px rgba(253, 179, 136, 0.16); overflow: hidden; }
.inapites a{ display: block; width: 100%; position: relative; }
.iaptxt{ position: absolute; opacity: 0; color: #fff; z-index: 22; bottom: 0; left: 0; width: 100%; padding: 40px 55px; background: linear-gradient(transparent,#000); }
.iaptxt h3{ font-size: 40px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 15px; }
.iaptxt p{ font-size: 16px; line-height: 26px; font-family: Outfit-Regular; height: 52px; overflow: hidden; }
.inapites:hover .changpic img{ transform: scale(1.15); }
.inapites .changpic{ background: #fff; }
.inapites .changpic img{ opacity: 0.16; }
.slick-current .inapites .changpic img,.slick-current .iaptxt{ opacity: 1; }
.iaparr{ position: absolute; top: 42%; width: 100%; left: 0; }
.iaparr span{ display: inline-block; position: absolute; top: 0; text-align: center; cursor: pointer; color: #fc5f05; border-radius: 46px; width: 46px; height: 46px; line-height: 46px; background: rgba(252, 95, 5, 0.2); }
.iaparr span i{ font-size: 20px; display: inline-block; }
.iap_prev i{ transform: rotate(180deg); }
.iap_prev{ left: 100px; }
.iap_next{ right: 100px; }
.iaparr span:hover{ background: #fc5f05; color: #fff; }


.inser{ padding: 98px 0 94px; background: url(images/inserbgs.jpg) fixed center no-repeat; background-size: cover; }
.inser .itith2{ color: #fff; text-align: center; }
.iseswi{ margin-top: 84px; position: relative; }
.isesgd .item{ margin: 0 12px; }
.iseitem{ text-align: center; }
.iseitem .changpic{ border-radius: 20px; }
.iseitem p{ font-size: 20px; margin-top: 36px; color: #fff; font-family: Outfit-Regular; }
.isesgd .item{ margin: 0 14px; }
.iseitem:hover .changpic img{ transform: scale(1.15); }
.insarr{ position: absolute; top: 35%; left: 0; width: 100%; }
.insarr span{ display: inline-block; position: absolute; top: 0; text-align: center; cursor: pointer; color: #fff; border-radius: 46px; width: 46px; height: 46px; line-height: 46px; background: rgba(255, 255, 255, 0.3); }
.insarr span i{ font-size: 20px; display: inline-block; }
.ise_prev i{ transform: rotate(180deg); }
.ise_prev{ left: -100px; }
.ise_next{ right: -100px; }
.insarr span:hover{ background: #fc5f05; }


.innesv{ padding: 100px 0 130px; }
.innesv .itith2{ text-align: center; }
.innswi{ margin-top: 76px; }
.insit a{ display: flex; width: 100%; }
.insilef{ width: 50%; }
.insirig{ width: 50%; padding: 30px 0 0 54px; }
.insilef .changpic{ border-radius: 20px; }
.insirig h3{ font-size: 22px; margin-bottom: 22px; line-height: 34px; height: 68px; overflow: hidden; font-family: Outfit-SemiBold; }
.insirig p{ font-size: 16px; line-height: 30px; color: #666; height: 90px; overflow: hidden; }
.insirig span{ display: inline-block; transition: all 0.3s; margin-top: 50px; color: #666; font-size: 16px; font-family: Outfit-Light; }
.insirig span i{ display: inline-block; margin-left: 20px; }
.insit:hover .changpic img{ transform: scale(1.15); }
.insit:hover .insirig span{ transform: translateX(10px); color: #fc5f05; }
.innswi .slick-dots{ width: calc(50% - 54px); bottom: 48px; right: 0; display: flex; height: 3px; }
.innswi .slick-dots li{ margin: 0; width: 100%; height: 3px; }
.innswi .slick-dots li button{ padding: 0; width: 100%; height: 3px; background: #f6f0ed; position: relative; }
.innswi .slick-dots:after{ content: "";  position: absolute; bottom: 0; left: 0; width: var(--progress-width, 0); transition: width 0.5s ease; height: 3px; background: #fc5f05; }
.incar{ position: absolute; width: calc(50% - 54px); bottom: 40px; right: 0; height: 28px; }
.incar img{ position: absolute; top: 0; left: var(--progress-left, 0); transition: left 0.5s ease; }



footer{ background: url(images/fobogt.png) top center no-repeat; margin-top: -28px; background-size: cover; padding-top: 100px; overflow: hidden; position: relative;  }
.backtop{ position: absolute; top: -90px; left: 0; width: 100%; text-align: center; color: #fff; cursor: pointer; }
.backtop i{ font-size: 42px; }
.fotops{ text-align: center; }
.fotops p{ color: #fff; font-family: Outfit-Regular; font-size: 32px; }
.fo_mfoul{ width: 100%; margin-top: 40px; display: flex; justify-content: space-between; }
.fo_mfoul li{ width: calc(100% - 214px); position: relative; background: #fff; border-radius: 4px; padding: 0 0; }
.fo_mfoul li:nth-of-type(2){ width: 204px; padding: 0; background: transparent; }
.fomdl{ display: flex; }
.fomdl dd{ width: 28%; position: relative; padding: 0 18px; /*border-right: 1px solid #d0cece; */}
.fomdl dd:after{ content: ""; position: absolute; top: 50%; right: 0; width: 1px; transform: translateY(-50%); height: 32px; background: #d0cece; }
.fomdl dd:last-child{ width: 44%; }
.fomdl dd:last-child:after{ display: none; }
.fomdl input[type="text"],.fomdl input[type="email"],.fomdl select{ width: 100%; padding: 0 10px 0 34px; color: #333; font-size: 16px; font-family: Outfit-Regular; background: #fff; height: 66px; }
.fomdl select{ cursor: pointer; -webkit-appearance: none; /* for Chrome, Safari */ color: #999;
  -moz-appearance: none;    /* for Firefox */
  -ms-appearance: none;     /* for IE10+ */
  appearance: none;        }
.fomdl select option{ line-height: 50px; font-size: 16px; }
.fomdl textarea{ box-shadow: 0 0 54px rgba(215, 215, 215, 0.27); width: 100%; resize: none; height: 154px; background: #fff; padding: 20px; color: #333; font-size: 16px; font-family: Arial; }
.fomdl input::-webkit-input-placeholder,.fomdl textarea::-webkit-input-placeholder { color: #999;}
.fomdl input:-moz-placeholder,.fomdl textarea:-moz-placeholder {color: #999;}
.folis:before{ content: ""; width: 0; position: absolute; top: 27px; right: 13px;
  height: 0;
  border-style: solid; border-radius: 3px;
  border-width: 10px 8px 0 8px;
  border-color: #606060 transparent transparent transparent;  }
[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.fomdl dd i{ position: absolute; top: 20px; left: 22px; font-size: 24px; }
.fomdl dd:last-child{ border-right: none; }
.fo_mfoul li button{ transition: all 0.3s; border: none; background: #fff; border-radius: 4px; text-transform: capitalize; width: 100%; cursor: pointer; height: 66px; font-weight: bold; font-family: Outfit-Regular; font-size: 18px; text-align: center; color: #333; }
.fo_mfoul li button:hover{ opacity: 0.9; }

.fo_boxdiv{ width: 100%; display: flex; margin-top: 60px; justify-content: space-between; overflow: hidden; }
.fo_boxdiv h4{ text-transform: capitalize; color: #fff; font-size: 24px; font-family: Outfit-Medium; font-weight: normal; margin-bottom: 26px; }
.fo_boitem1{ width: 10%;}
.fo_boitem1 h3{ font-size: 42px; line-height: 56px; font-family: Outfit-Medium; font-weight: normal; margin-bottom: 24px; }
.fo_boitem1 p{ font-size: 16px; line-height: 30px; color: #666; }
.flxuls{ margin-top: 28px; display: flex; flex-wrap: wrap; }
.flxuls li{ width: 50%; padding-top: 2px; margin-bottom: 26px; position: relative; padding-left: 42px; }
.flxuls li a{ font-size: 20px; }
.flxuls li i{ position: absolute; top: 0; left: 0; display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; text-align: center; color: #fff; background: #fc5f05; }
.flxuls li a:hover{ text-decoration: underline; }
.media a{ width: 34px; height: 34px; background: rgba(255, 255, 255, 0.2); line-height: 34px; font-size: 15px; border-radius: 34px; margin-right: 12px; text-align: center; display: inline-block; color: #fff; }
.media a:hover{ background: #fff; color: #fc5f05; }
.fiform{ margin-top: 48px; padding: 13px 20px; border-radius: 6px; border: 1px solid #fff; }
.fiform form{ position: relative; }
.fiform form input{ width: 100%; padding-right: 60px; color: #fff; background: transparent; height: 38px; line-height: 38px; font-size: 18px; font-family: Outfit-Light; }
.fiform form input::-webkit-input-placeholder{ color: #fff;}
.fiform form input:-moz-placeholder{color: #fff;}
.fiform form button{ position: absolute; border: none; cursor: pointer; background: transparent; top: 3px; right: 0; color: #fff; }
.fiform form button i{ font-size: 28px; }
.fo_boitem2{ width: 13%; }
.fo_boitem3{ width: 9%; }
.fo_boitem4{ width: 27%; }
.fo_boitem5{ width: 22%; }
.foxlus li{ margin-bottom: 24px; color: #fff; font-family: Outfit-Light; position: relative; padding-left: 28px; }
.foxlus li i{ position: absolute; font-size: 20px; top: 0; left: 0; color: #fff; }
.foxlus li:last-child{ margin-bottom: 0; }
.foxlus li a,.foxlus li span{ margin-right: 22px; color: #fff; }
.foxlus li a:hover{ color: #fff; text-decoration: underline;}
.fo_opul{ margin-top: ; }
.fo_opul li{ position: relative; color: #fff; margin-bottom: 20px;  }
.fo_opul li a{ display: inline-block; font-family: Outfit-Light; color: #fff; }
.fo_opul li:hover a{ transform: translateX(5px); text-decoration: underline;}
.fo_opul li:last-child{ margin-bottom: 0; }


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

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

.sider-contact { background: #fff; border-radius: 10px 0 0 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); position: fixed; right: 0; top: 50%; transform: translateY(-50%); transition: all .5s ease; z-index: 999;}
.sider-contact.hide { transform: translate(100%,-50%);}
.sider-contact.hide #sider-contact-switcher i { transform: rotate(180deg);}
.right-nav { align-items: center; display: flex; padding: 16px 14px; flex-flow: column; font-size: 1.2rem; line-height: 1.4rem;}
.right-nav .btn-tit { transform: scale(.9)}
.right-nav li { height: 62px; border-bottom: 1px solid #f0f0f0; position: relative; width: 56px;}
.right-nav li:last-child{ border-bottom: none; }
.right-nav li a { align-items: center; color: #1f1a17; display: flex; flex-flow: column; height: 100%; justify-content: center; transition: all .3s ease; width: 100%}
.right-nav li a:hover { transform: translateX(5px); }
.right-nav li:hover .right_hide { opacity: 1; transform: translate(-110%,-50%); visibility: visible}
.right_hide{ background-color: #fff; border-radius: 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); color: #3d3d3d; 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: -8px; top: calc(50% - 4px)}
.right_hide img { display: block; max-width: 10rem}
#sider-contact-switcher { align-items: center; color: #1f1a17; cursor: pointer; display: flex; height: 44px; justify-content: flex-end; left: 0; margin: 0; overflow: hidden; position: absolute; top: 50%; transform: translate(-100%,-50%); width: 44px; z-index: -1}
#sider-contact-switcher i { font-size: 12px; font-weight: bold; transition: all .3s ease}
#sider-contact-switcher:after { background: #fff; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); border-radius: 5px; content: ""; display: block; height: 44px; left: 69%; position: absolute; top: 50%; transform: translateY(-50%) rotate(45deg); transform-origin: center; width: 44px; z-index: -1}


.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
/*位置*/
.subbanner{ position: relative; }
.sub_nav{ position: absolute; bottom: 0; text-align: right; width: 100%; left: 0; color: #fff; }
.sunvii{ background: url(images/pamubgs.png) no-repeat; display: inline-block; width: 247px; padding: 48px 0 20px; color: #fff; text-align: center; background-size: cover; }
.sunvii p{ font-family: Outfit-Regular; }
.sunvii p a{ color: #fff; }
.sunvii p i{ font-size: 20px; display: inline-block; margin-right: 10px; }
.sunvii p a:hover{ text-decoration: underline; }

.pat90{ padding-top: 90px; }
/*关于我们*/
.abcoms{ padding-bottom: 82px; }
.abpx{ margin-top: 38px; }
.abpx p{ font-size: 16px; line-height: 30px; font-family: Outfit-Light; }
.abcpiv{ margin-top: 36px; display: flex; }
.acplef{ width: 43%; }
.acprig{ width: 57%; padding-left: 48px; }
.acplef p{ font-size: 16px; line-height: 30px; color: #666; }
.acprig .changpic{ border-radius: 20px; }
.abnums{ margin-top: 70px; }
.abnums .innums li{ color: #333; }

.abcer{ padding: 76px 0 0; position: relative; z-index: 0;  }
.abcer:before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 80%; background: url(images/abcebs.jpg) no-repeat; background-size: cover; }
.abhth2{ font-size: 56px; font-family: Outfit-Bold; }
.abcer .abhth2,.abcer .abpx{ color: #fff; }
.abceruls{ display: flex; margin-top: 44px; justify-content: space-between; }

.abpalogo{ padding: 86px 0 40px; }
.aplotit{ text-align: center; }
.abpalogo .inplogo{ margin-top: 74px; }

.abexvi{ margin-top: 44px; }
.exvotex{ background: url(images/abvics.jpg) no-repeat; border-radius: 20px; position: relative; background-size: cover; padding: 70px 33% 88px 66px; }
.exvotex p{ font-size: 16px; line-height: 30px; font-family: Outfit-Light; margin-bottom: 26px; }
.exvotex p:last-child{ margin-bottom: 0; }
.flat-video-fancybox { position: absolute; z-index: 10; right: 14%; top: 50%; transform: translateY(-50%); text-align: center; }
.flat-video-fancybox a.fancybox { display: inline-block; background: #fc5f05; width: 68px; height: 68px; border-radius: 50%; position: relative; z-index: 99; line-height: 68px; padding-left: 5px;}
.flat-video-fancybox i{ font-size: 20px; color: #fff; }
.ripple, .ripple:before, .ripple:after { position: absolute; top: 50%; left: 50%; width: 68px; height: 68px; border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 0 rgba(252,95,5,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(252,95,5,0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(252,95,5,0)
  }
}
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 100000; }
.getbox{ width: 800px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.allhide{ opacity: 0; z-index: -3; }
.abvisi{ padding: 82px 0 100px; }
.abvisi .abhth2{ text-align: center; }
.abvsi{ position: relative; margin-top: 62px; }
.abvgds .item{ margin: 0 24px; }
.abvgds .item .changpic{ border-radius: 20px; }
.asi_prev i{ transform: rotate(180deg); }
.asi_prev{ left: -70px; }
.asi_next{ right: -70px; }
.abgall{ padding: 96px 0 102px; background: url(images/anbgas.jpg) no-repeat; background-size: cover; }
.abgati .abhth2{ color: #fff; }
.abgati{ position: relative; display: flex; align-items: center; justify-content: space-between; }
.galuls li{ margin-left: 16px; display: inline-block; }
.galuls li a{ display: inline-block; border-radius: 50px; border: 1px solid #fff; padding: 12px 38px; color: #fff; font-family: Outfit-Light; font-size: 16px; }
.galuls li.on a,.galuls li:hover a{ border: 1px solid #fc5f05; background: #fc5f05; }

.agallswi{ margin-top: 94px; display: none;}
.agallswi.on{display: block;}
.agallswi .item{ margin: 0 14px; }
.agallswi .item .changpic{ border-radius: 20px; }
.agallswi .slick-dots{ margin-top: 64px; position: static; }
.agallswi .slick-dots li{ width: auto; height: auto; }
.agallswi .slick-dots li button{ padding: 0; width: 14px; height: 14px; border-radius: 14px; background: rgba(255, 255, 255, 0.3); }
.agallswi .slick-dots li.slick-active button{ background: #fc5f05; }

.downwar{ padding-bottom: 120px; }
.downlist{ display: flex; flex-wrap: wrap; }
.downlist li{ width: 49%; margin-bottom: 35px; margin-right: 2%; }
.downlist li:nth-of-type(even){ margin-right: 0; }
.downitem a{ display: flex; align-items: center; width: 100%; border-radius: 20px; padding: 24px 30px; box-shadow: 0 4px 35px rgba(217, 217, 217, 0.42); }
.dowlef{ width: 253px; }
.dowrig{ width: calc(100% - 253px); padding-left: 30px; }
.dowlef .changpic{ border-radius: 20px; }
.dowrig h3{ font-size: 22px; margin-bottom: 16px; font-family: Outfit-SemiBold; }
.dowrig p{ font-size: 16px; color: #666; font-family: Outfit-Light; }
.dowrig span{ background: #f3f3f3; margin-top: 30px; transition: all 0.3s; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; font-size: 14px; }
.dowrig span i{ color: #c5c5c5; font-size: 20px; }
.downitem:hover .changpic img{ transform: scale(1.15); }
.downitem:hover .dowrig span{ background: #fc5f05; color: #fff; }
.downitem:hover .dowrig span i{ color: #fff; }
/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #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;}


/*产品列表*/
.prowar{ padding-bottom: 148px; }
.proitems a{ width: 100%; position: relative; z-index: 0; display: block; padding: 106px 0 34px;  }
.proitems a:before{ content: ""; z-index: -1; position: absolute; bottom: 0; left: 0; width: 100%; height: 97px; background: url(images/prlibgst.jpg) center bottom no-repeat; background-size: cover; }
.prliitem{ display: flex; }
.prilefs{ width: 48%; }
.pririgs{ width: 52%; }
.plesti{ display: flex; }
.ptile{ width: 320px; }
.ptiri{ width: calc(100% - 320px); }
.ptile h2{ font-size: 40px; font-family: Outfit-Bold; margin-bottom: 50px; }
.ptile span{ display: inline-block; transition: all 0.3s; border-radius: 30px; font-size: 16px; border: 1px solid #fc5f05; padding: 10px 28px; color: #fc5f05; }
.ptile span i{ display: inline-block; margin-left: 20px; }
.ptiri p{ font-size: 16px; color: #333; line-height: 32px; font-family: Outfit-Light; }
.proitems:hover .ptile span{ background: #fc5f05; color: #fff; transform: translateX(10px); }

/*配件列表*/
.prowavv{ padding-top: 38px; position: relative; z-index: 0; padding-bottom: 80px; }
.prowavv:before{ content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 32.2%; z-index: -1; background: #fafafa; }
.probox{ display: flex; }
.prplef{ width: 412px; padding-right: 30px;}
.prprig{ width: calc(100% - 412px); padding-left: 50px; padding-top: 45px; }
.prplef h3{ display: none; }
.accordion {width: 100%; }
.accordion li:last-child .links{ border-bottom: none; }
.accordion .links{ cursor: pointer; padding: 22px 0; display: block; position: relative; border-bottom: 1px solid #e0e0e0; }
.accordion .links:before{ content: "+"; color: #7b7b7b; font-weight: normal; font-size: 26px; font-family: Outfit-Light; position: absolute; top: 20px; right: 0; }
.accordion .links a{ color: #333; display: inline-block; font-size: 20px; position: relative; font-family: Outfit-Light; }
.accordion li.on .links:before{ content: "-"; }
.accordion li.on .links a{ color: #fc5f05; }
.submenu {display: none; padding: 25px 0 15px 0; }
.submenu a{ position: relative; margin-bottom: 18px; display: block; padding-left: 18px; color: #666; font-size: 16px; width: 100%; }
.submenu a:last-child{ margin-bottom: 0; }
.submenu a:before{ content: ">>"; color: #666; position: absolute; top: 0; left: 0; }
.submenu a:hover:before,.submenu a:hover,.submenu a.on,.submenu a.on:before{ color: #fc5f05; }
.prprig h1{ font-size: 50px; font-family: Outfit-Bold; }
.prplist{ margin-top: 56px; display: flex; flex-wrap: wrap; }
.prplist li{ width: 31.3%; margin-right: 3%; margin-bottom: 40px; }
.prplist li:nth-of-type(3n){ margin-right: 0; }
.prpitems .changpic{ box-shadow: 0 0 40px rgba(218, 218, 218, 0.44); }
.prpitems p{ margin-top: 28px; font-size: 20px; font-family: Outfit-Medium; }
.prpitems:hover .changpic img{ transform: scale(1.15); }
/*分页 结束*/
.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: #fc5f05; }
.digg4 span.disabled { font-size: 30px; line-height:30px; font-weight: normal; background: #ececec; color: #333;}
.digg4 a{ color: #a6a6a6; background: #fff; }
/*产品详情*/
.deltop{ padding: 190px 0 64px; text-align: center; background: url(images/delbgs.jpg) no-repeat; background-size: cover; }
.deulbtn{ margin-top: 60px; text-align: center; }
.deulbtn li{ display: inline-block; margin: 0 13px; }
.deulbtn li a{ display: flex; min-width: 210px; align-items: center; justify-content: space-between; font-size: 16px; color: #fc5f05; padding: 10px 34px; border-radius: 50px; color: #fc5f05; border: 1px solid #fc5f05; }
.deulbtn li a i{ display: inline-block; margin-left: 15px; font-size: 18px; }
.deulbtn li a:hover{ background: #fc5f05; color: #fff; }
.delvbo{ padding-top: 32px; padding-bottom: 134px; }
.delnav{ margin-bottom: 76px; }
.demsv h1{ font-size: 70px; font-family: Outfit-Bold; }
.dempv{ margin-top: 20px; }
.dempv p{ font-size: 16px; line-height: 32px; }
.detwos{ margin-top: 50px; position: relative; }
.detgds .item{ margin: 0 22px; }
.detgds .item .changpic{ border-radius: 20px; }
.deg_prev i{ transform: rotate(180deg); }
.deg_prev{ left: -88px; }
.deg_next{ right: -88px; }

.defea{ padding-top: 94px; }
.dfh2t{ font-size: 54px; font-family: Outfit-Bold; margin-bottom: 45px; }
.dfavv{ display: flex; }
.dfalef{ width: 272px; }
.dfarig{ width: calc(100% - 272px); padding-left: 86px; }
.defuls li{ margin-bottom: 9px; padding: 10px 0; border: 1px solid #dcdcdc; font-size: 16px; color: #666; text-align: center; cursor: pointer; }
.defuls li.on{ border: 1px solid #fc5f05; color: #fff; background: #fc5f05; }
.defarbo{ display: flex; }
.defalef{ width: 50%; }
.defarig{ width: 50%; padding-top: 78px; padding-left: 60px; }
.defarig h4{ font-size: 30px; font-family: Outfit-Bold; margin-bottom: 45px; }
.defarig p{ line-height: 30px; font-family: Outfit-Light; }
.defalef .changpic{ border-radius: 20px; }
.dfarig .item{ display: none; }
.dfarig .item.on{ display: block; }

.detech{ padding-top: 78px; }
.pro_table{ overflow-x: auto; }
.pro_table table{ width: 100%; border-collapse: collapse; }
.pro_table table tr td{ border:4px solid #fff; font-family: Outfit-Light; color: #666; background: #f7f7f7; padding:15px 18px;  }
.pro_table table tr:hover td{ color: #fff; background: #fc5f05; }

/*配件详情*/
.delshow{ display: flex; margin-bottom: 58px; }
.delslef{ width: 479px; }
.delsrig{ width: calc(100% - 479px); padding-left: 50px; padding-top: 20px; }
.dlswi .changpic{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.dlswi .slick-track{ padding: 10px 0; }
.dlswi .item{ margin: 0 10px; }
.dlswi{ position: relative; }
.dearr{ position: absolute; width: 100%; top: 45%; left: 0; }
.dearr span{ display: inline-block; cursor: pointer; position: absolute; top: 0; }
.dearr span i{ display: inline-block; font-size: 24px; color: #333; }
.sg_prev{ left: 26px; }
.sg_next{ right: 26px; }
.sg_prev i{ transform: rotate(180deg); }
.dearr span:hover i{ color: #fc5f05; }
#ytb{ cursor: pointer; }
.delsrig h1{ font-size: 46px !important; }
.deltxp{ margin-top: 15px; }
.deltxp p{ font-size: 16px; line-height: 32px; }
.debtns{ width: 456px; margin-top: 42px; overflow: hidden; }
.debtns a{ position: relative; border-radius: 6px; font-size: 16px; color: #fff; border: 1px solid #fc5f05; background: #fc5f05; display: inline-block; float: left; width: 48%; text-align: center; padding:10px 5px;  }
.debtns a:last-child{ margin-left: 4%; background: #fff; color: #fc5f05; }
.debtns a:hover{ background: #fc5f05; color: #fff; }
.debtns a *{ vertical-align: middle; }
.pblitem{ margin-bottom: 48px; }
.prpdbl .pblitem:last-child{ margin-bottom: 0; }
.pbh3t{ font-size: 32px; font-family: Outfit-Bold; margin-bottom: 15px; }
.pblpp p{ font-size: 16px; line-height: 32px; }
.pspuls{ margin-top: 38px; display: flex; }
.pspuls li{ width: 31.3%; margin-right: 3%; }
.pspuls li:last-child{ margin-right: 0; }
.pspuls li .changpic{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.pspuls li:hover .changpic img{ transform: scale(1.15); }
.pbadvs{ display: flex; align-items: center; }
.pbalef{ width: 50%; padding-right: 35px; }
.pbarig{ width: 50%; }
.pbarig .changpic{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
/*服务*/
.sercom{ padding-bottom: 85px; }
.sercms{  }
.seh2t{ font-size: 52px; font-family: Outfit-Bold; margin-bottom: 12px; }
.secmbt p{ line-height: 34px; font-family: Outfit-Light; }
.sedian{ margin-top: 32px; background: #f8f8f8; padding: 35px; }
.diuls p{ position: relative; margin-bottom: 12px; padding-left: 20px; font-size: 16px; line-height: 24px; color: #666; }
.diuls p:last-child{ margin-bottom: 0; }
.diuls p:before{ content: ""; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #fc5f05; }
.serpar{ padding: 60px 0 70px; }
.paruls li{ margin-bottom: 64px; }
.paruls li:last-child{ margin-bottom: 0; }
.palisf{ display: flex; align-items: center; }
.plislef{ width: 50%; padding-right: 68px; }
.plisrig{ width: 50%; }
.plisrig .changpic{ border-radius: 20px; }
.pserh2{ font-size: 44px; font-family: Outfit-Bold; margin-bottom: 30px; }
.plislef h4{ font-size: 20px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 18px; }
.plislef h5{ font-size: 16px; font-family: Outfit-Light; margin-bottom: 20px; }
.dessei{ margin-bottom: 20px; }
.dessei p{ line-height: 30px; }
.paruls li:nth-of-type(even) .plislef,.setrack .plislef,.sersupp .plislef{ order: 2; padding-left: 68px; padding-right: 0; }
.paruls li:nth-of-type(even) .plisrig,.setrack .plisrig,.sersupp .plisrig{ order: 1; }

.sersys{ background: #f7f7f7; padding: 76px 0; }
.seapt{ margin-top: 24px; }
.seapt h5{ font-size: 16px; font-family: Outfit-Light; margin-bottom: 20px; }

.setrack{ padding: 74px 0;  }
.sersupp{ background: #f7f7f7; padding: 60px 0; }
.sersupp .dessei p{ font-family: Outfit-Light; }
.sersupp .diuls p{ font-size: 18px; }

.sertbt{ text-align: center; }
.sertbt h4{ font-size: 20px; margin-bottom: 20px; font-family: Outfit-SemiBold; font-weight: normal; }
.sevbot{ padding: 70px 0 0; }
.seeff{ background: #f7f7f7; margin-top: 42px; overflow: hidden; border-top-right-radius: 20px; border-bottom-right-radius: 20px; display: flex; align-items: center; }
.seelef{ width: 54%; padding: 0 25px 0 35px; }
.seerig{ width: 46%; }
.seelef h4{ font-size: 22px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 12px; }
.seelef h5{ font-size: 18px; font-family: Outfit-Regular; font-weight: normal; margin-bottom: 22px; }

/*case*/
.casewar{ padding-bottom: 86px; }
.caulnav li{ font-size: 38px; display: inline-block; margin-right: 48px; font-family: Outfit-Medium; }
.caulnav li:last-child{ margin-right: 0; }
.caulnav li.on{ font-family: Outfit-Bold; border-bottom: 4px solid #fc5f05;  }
.caulnav li.on a{ color: #fc5f05; }
.calist{ margin-top: 56px; display: flex; flex-wrap: wrap; }
.calist li{ width: 48.5%; margin-right: 3%; margin-bottom: 50px; }
.calist li:nth-of-type(even){ margin-right: 0; }
.caliite{ position: relative; border-radius: 20px; overflow: hidden; }
.caliite a{ display: block; width: 100%; position: relative; }
.cptxt{ position: absolute; color: #fff; z-index: 22; bottom: 0; left: 0; width: 100%; padding: 40px 55px; background: linear-gradient(transparent,#000); }
.cptxt h3{ font-size: 26px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 15px; }
.cptxt p{ font-size: 16px; line-height: 22px; font-family: Outfit-Light; height: 66px; overflow: hidden; }
.caliite:hover .changpic img{ transform: scale(1.15); }

/*news*/
.nwswar{}
.nwswar .innswi{ margin-top: 0; }
.nwsbox{ margin-top: 84px; background: #f7f7f7; padding: 55px 0 80px; }
.nelist{ display: flex; flex-wrap: wrap; }
.nelist li{ width: 32%; margin-right: 2%; margin-bottom: 85px; }
.nelist li:nth-of-type(3n){ margin-right: 0; }
.nelitems .changpic{ border-radius: 20px; overflow: hidden; }
.nlitx{ margin-top: 25px; }
.nlitx h3{ font-size: 18px; line-height: 28px; font-family: Outfit-Regular; font-weight: normal; height: 56px; overflow: hidden; }
.nlitx span{ display: inline-block; margin-top: 24px; font-size: 16px; color: #666; font-family: Outfit-Light; }
.nlitx span i{ display: inline-block; margin-left: 18px; font-size: 20px; }
.nlitx span *{ vertical-align: middle; }
.nelitems:hover .changpic img{ transform: scale(1.15); }

.nwsifo{ padding-bottom: 100px; }
.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; color: #f96612; font-family: Outfit-SemiBold; margin-bottom:40px;  }

.infocon .other{  border-top: 1px solid #dbdbdb; padding-top:36px; margin-top:68px;}
.infocon .other div{ padding:10px 0;}
.infocon .other div b{ text-transform: uppercase; font-weight: normal; }
.infocon .other a:hover{ color: #f96612; }
.infocon p{line-height:28px; margin-bottom: 28px; }

/*代理*/
.glob{ padding-bottom: 90px; text-align: center; background: url(images/gobs.jpg) center no-repeat; background-size: cover; }
.glob h4{ font-size: 26px; margin-bottom: 22px; font-family: Outfit-SemiBold; font-weight: normal; margin-top: 32px; }
.glob p{ line-height: 30px; font-family: Outfit-Light; }
.glbwhy{ display: flex; background: #f6f6f6; border-radius: 20px; overflow: hidden; box-shadow: 0 0 35px rgba(200, 200, 200, 0.3); }
.glwlef{ width: 540px; background: #fff; }
.glwrig{ width: calc(100% - 540px); padding: 72px 50px 0; }
.glwlef h2{ background: #fc5f05; font-size: 38px; padding-left: 46px; line-height: 130px; font-family: Outfit-Bold; color: #fff; }
.glued{ padding: 28px 44px; }
.glued li{ border-bottom: 1px solid #ddd; font-size: 24px; font-family: Outfit-SemiBold; cursor: pointer; padding: 38px 0; }
.glued li:last-child{ border-bottom: none; }
.glued li i{ color: #fc5f05; display: inline-block; margin-right: 14px; font-size: 28px; }
.glued li.on{ color: #fc5f05; }
.glwrig h3{ font-size: 34px; font-family: Outfit-Bold; margin-bottom: 28px; }
.glwhpp p{ line-height: 34px; position: relative; padding-left: 22px; color: #666; font-family: Outfit-Light; }
.glwhpp p:before{ content: ""; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 8px; background: #fc5f05; }
.glwrig .item{ display: none; }
.glwrig .item.on{ display: block; }

.glnow{ margin-top: 74px; border-radius: 20px; overflow: hidden; background: url(images/tacnbgs.jpg) no-repeat; background-size: cover; padding: 64px 70px 74px; }
.glnow h3{ font-size: 38px;  font-family: Outfit-Bold; }
.acnouls{ margin-top: 46px; }
.acnouls li{ margin-bottom: 28px; }
.acnouls li:last-child{ margin-bottom: 0; }
.acnouls li p{ font-family: Outfit-SemiBold; margin-bottom: 5px; }
.acnouls li span{ color: #666; font-family: Outfit-Regular; }
.acnouls li span a{ color: #fc5f05; font-family: Outfit-Bold; }

.deabot{ margin-top: 72px; padding: 66px 0 80px; text-align: center; background: url(images/accpnbg.jpg) no-repeat; background-size: cover; }
.deabot p{ font-size: 38px; color: #fff; font-family: Outfit-SemiBold; }
/*contact*/
.conwar{ padding-bottom: 110px; }
.conwar .abhth2{ font-size: 50px; }
.couls{ margin-top: 45px; display: flex; }
.couls li{ margin-right: 35px; font-family: Outfit-Regular; font-size: 24px; position: relative; padding-left: 32px; }
.couls li:last-child{ margin-right: 0; }
.couls li i{ color: #fc5f05; font-size: 26px; position: absolute; top: 3px; left: 0; }
.coamp{ margin-top: 44px; display: flex; border-radius: 20px; overflow: hidden; background: #fc5f05; }
.coalef{ width: 53%; padding: 30px 48px; }
.coarig{ width: 47%; }
.coultl li{ padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); cursor: pointer; }
.coultl li p{ font-family: Outfit-Light; position: relative; padding-left: 28px; color: #fff; font-size: 22px; }
.coultl li p:before{ content: ">>"; position: absolute; top: 0; left: 0; color: #fff; font-size: 22px; }
.coultl li:last-child{ border-bottom: none; }
.coultl li.on p{ font-family: Outfit-Bold; }

.conmess{ margin-top: 48px; background: #fff; border-radius: 20px; padding: 55px 58px 75px; box-shadow: 0 0 40px rgba(244, 229, 220, 0.44); }
.conmform form .cofitem{ margin-bottom: 52px; }
.conmform form .cofitem:last-child{ margin-bottom: 0; }
.cofh3{ font-size: 30px; margin-bottom: 30px; font-family: Outfit-Bold; position: relative; padding-left: 22px; }
.cofh3:before{ content: ""; position: absolute; top: 4px; left: 0; width: 7px; height: 30px; background: #fc5f05; }
.cotwul{ display: flex; flex-wrap: wrap; }
.cotwul li{ width: 49%; margin-bottom: 22px; margin-right: 2%; display: flex; align-items: center; }
.cotwul li:nth-of-type(even){ margin-right: 0; }
.cotwul li h6{ width: 142px; font-weight: normal; font-size: 18px; text-align: right; font-family: Outfit-Regular; }
.cotwul li p{ width: calc(100% - 142px); padding-left: 15px; }
.cotwul li input{ width: 100%; height: 46px; font-family: Outfit-Regular; font-size: 18px; padding: 0 12px; border-radius: 6px; border: 1px solid #d2d2d2; }
.cotwul li h6 span{ color: #fc5f05; }

.cofh3 span{ font-size: 18px; display: inline-block; margin-left: 14px; font-family: Outfit-Regular; font-weight: normal; }
.cotra li{ margin-bottom: 42px; display: flex; align-items: center; }
.cotra li:last-child{ margin-bottom: 0; }
.cotra li h6{ width: 262px; font-weight: normal; font-size: 18px; text-align: right; font-family: Outfit-Regular; }
.cotra li h6 span{ color: #fc5f05; }
.cotra li p{ width: calc(100% - 262px); padding-left: 62px; }
.cotra label{ margin-right: 45px; line-height: 34px; display: inline-block; font-family: Outfit-Regular; position: relative; padding-left: 26px;  cursor: pointer; }
.cotra label *{ vertical-align: middle; }
.uk-radio { position: absolute; top: 7px; left: 0;
    display: inline-block;
    height: 20px; 
    width: 20px; border-radius: 20px;
    overflow: hidden; 
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
}
.uk-radio:checked {
    background-color: #fff; border:2px solid #fc5f05;
}
.uk-radio:checked:after{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 8px; height: 8px; border-radius: 8px; background: #fc5f05; }

.uk-checkbox { position: absolute; top: 7px; left: 0;
    display: inline-block;
    height: 20px; 
    width: 20px; 
    overflow: hidden; 
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
 /*   background-color: #fff;*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 2px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
}
.uk-checkbox:after{ width: 16px; height: 16px; content: "\eaf1"; color: #bfbfbf; background: #fff; font-family: iconfont; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 15px; }
.uk-checkbox:checked {
     border:2px solid #fc5f05;
}
.uk-checkbox:checked:after{ width: 16px; height: 16px; content: "\eaf1"; color: #fff; background: #fc5f05; font-family: iconfont; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 15px; }

.comex li{ display: flex; margin-bottom: 26px; }
.comex li:last-child{ margin-bottom: 0; }
.comex li h6{ width: 214px; font-weight: normal; font-size: 18px; text-align: right; font-family: Outfit-Regular; }
.comex li p{ width: calc(100% - 214px); padding-left: 28px; }
.comex li p label{ display: block; width: 100%; margin-bottom: 14px; }
.comex li p label:last-child{ margin-bottom: 0; }
.comex li p label{ line-height: 34px; font-family: Outfit-Regular; position: relative; padding-left: 26px; cursor: pointer; }
.comex li p label *{ vertical-align: middle; }
.comex li p textarea{ width: 100%; height: 248px; resize: none; padding: 20px; font-size: 18px; font-family: Outfit-Regular; border-radius: 6px; background: #fafafa; border: 1px solid #d2d2d2; }
.conmform button{ cursor: pointer; float: right; transition: all 0.3s; width: 195px; height: 50px; border: none; font-size: 16px; border-radius: 10px; background: #fc5f05; color: #fff; font-family: Outfit-Regular; }
.conmform button:hover{ transform: translateX(-10px); }

.conmform{ overflow: hidden; }
.cotwul textarea{ width: 100%; height: 310px; resize: none; padding: 20px; font-size: 18px; font-family: Outfit-Regular; border-radius: 6px; background: #fafafa; border: 1px solid #d2d2d2; }
.cotwul li:nth-of-type(9),.cotwul li:nth-of-type(10){ width: 100%; margin-right: 0; }
.conmess .item{ display: none; }
.conmess .item.on{ display: block; }

@media screen and (max-width: 1680px){
  .logo{ left: 0; }
  .head_rcon{ right: 0; }
  nav{ margin-right: 80px; }
  nav li{ margin: 0 30px; }
  .inparlo{ padding: 84px 76px 20px 90px; }
  .inpabox h2{ top: 0; }
  .asi_prev,.deg_prev,.ise_prev{ left: -50px; }
  .asi_next,.deg_next,.ise_next{ right: -50px; }
  .prowavv:before{ width: 30.2%; }
}

@media screen and (max-width: 1600px){
  .warper{ width: 85%; }
  nav li{ margin: 0 24px; }
  .incore{ padding: 80px 0; }
  .itith2{ font-size: 65px; line-height: 70px; }
  .indiflef{ width: 620px; }
  .indifrig{ width: calc(100% - 620px); }
  .indipic{ width: 620px; height: 620px; }
  .iaptxt h3{ font-size: 32px; }
  .prplef{ width: 358px; }
  .prprig{ width: calc(100% - 358px); padding-top: 0; }
  .prprig h1{ font-size: 40px; }
  .prplist{ margin-top: 35px; }
  .prpitems p{ margin-top: 12px; }
  .delsrig{ padding-left: 30px; }
  .delsrig h1{ font-size: 38px !important; }
  .deltxp p{ line-height: 28px; }
  .debtns{ margin-top: 26px; }
  .seh2t{ font-size: 42px; }
  .caulnav li{ font-size: 30px; }
  .abhth2{ font-size: 50px; }
}

@media screen and (max-width: 1440px){
  .right-nav{ padding: 10px 10px; }
  .right-nav li{ width: 40px; height: 50px; }
  .right_li img{ width: 25px; }
  nav li{ margin: 0 18px; }
  .incore{ padding: 60px 0; }
  .itith2{ font-size: 60px; line-height: 65px; }
  .icvle{ padding-top: 165px; }
  .ivplef h3{ font-size: 28px; }
  .icrpruls li{ height: 84px; }
  .icrpruls li span{ font-size: 20px; }
  .ivplef span{ margin-top: 32px; }
  .inabus{ padding-top: 55px; }
  .inacom .itith2{ margin-bottom: 20px; }
  .inacom a{ margin-top: 34px; }
  .inmusv{ margin-top: 50px; padding: 40px 0; }
  .innums li span b{ font-size: 40px; }
  .innums li p{ margin-top: 6px; }
  .inpabox h2{ font-size: 48px; }
  .indeal{ padding-top: 65px; }
  .indiflef{ width: 550px; }
  .indifrig{ width: calc(100% - 550px); }
  .indipic{ width: 550px; height: 550px; }
  .indipic:before{ width: 550px; height: 550px; }
  .indipic img{ width: 460px; }
  .idgdswi img{ height: 36px; }
  .ideatxt h3{ font-size: 30px; }
  .indeal{ background-size: 100% 80%; }
  .idarr{ bottom: 30px; }
  .inapv{ margin-top: 48px; }
  .iap_prev{ left: 50px; }
  .iap_next{ right: 50px; }
  .iaptxt h3{ font-size: 28px; }
  .inapp{ padding: 80px 0 90px; }
  .inser,.innesv{ padding: 80px 0; }
  .iseswi{ margin-top: 35px; }
  .isesgd .item{ margin: 0 8px; }
  .iseitem .changpic{ border-radius: 10px; }
  .iseitem p{ margin-top: 15px; font-size: 18px; }
  .innswi{ margin-top: 38px; }
  footer{ padding-top: 68px; }
  .backtop{ top: -55px; }
  .fotops p{ font-size: 28px; }
  .fo_mfoul{ margin-top: 25px; }
  .fo_boxdiv{ margin-top: 28px; }
  .fo_boitem4{ width: 28%; }
  .fo_boxdiv h4{ margin-bottom: 14px; }
  .fo_opul li,.foxlus li{ margin-bottom: 10px; }
  .fo_cop{ margin-top: 32px; }
  .fiform{ margin-top: 22px; padding: 10px; }
  .pat90{ padding-top: 60px; }
  .abpx{ margin-top: 16px; }
  .abcpiv{ margin-top: 20px; }
  .abnums{ margin-top: 32px; }
  .abhth2{ font-size: 38px; }
  .abcer{ padding: 60px 0 0; }
  .abceruls li .changpic img{ height: 320px; }
  .abpalogo{ padding: 60px 0 20px; }
  .abpalogo .inplogo{ margin-top: 30px; padding-bottom: 30px; }
  .exvotex{ padding: 50px 25% 60px 40px; }
  .exvotex p{ margin-bottom: 14px; }
  .abvisi{ padding: 60px 0; }
  .abvsi{ margin-top: 25px; }
  .abvgds .item{ margin: 0 12px; }
  .abgall{ padding: 80px 0; }
  .agallswi{ margin-top: 45px; }
  .agallswi .item{ margin: 0 8px; }
  .agallswi .slick-dots{ margin-top: 20px; }
  .downitem a{ padding: 18px; }
  .prilefs{ width: 52%; }
  .pririgs{ width: 48%; }
  .prowar{ padding-bottom: 60px; }
  .delnav{ margin-bottom: 40px; }
  .demsv h1{ font-size: 45px; }
  .detgds .item{ margin: 0 15px; }
  .defea{ padding-top: 60px; }
  .dfh2t{ font-size: 40px; margin-bottom: 18px; }
  .dfarig{ padding-left: 40px; }
  .defarig{ padding: 40px 0 0 40px; }
  .defarig h4{ margin-bottom: 16px; }
  .detech{ padding-top: 50px; }
  .prplef{ width: 320px; }
  .prprig{ width: calc(100% - 320px); padding-left: 30px; }
  .prprig h1{ font-size: 36px }
  .delsrig h1{ font-size: 34px !important; }
  .debtns{ width: 100%; }
  .delshow{ margin-bottom: 35px; }
  .pbh3t{ font-size: 26px; }
  .seh2t,.pserh2{ font-size: 36px; }
  .paruls li{ margin-bottom: 42px; }
  .plislef{ padding-right: 35px; }
  .paruls li:nth-of-type(even) .plislef, .setrack .plislef, .sersupp .plislef{ padding-left: 35px; }
  .sersys{ padding: 60px 0; }
  .pserh2{ margin-bottom: 10px; }
  .diuls p{ margin-bottom: 4px; }
  .plislef h4{ margin-bottom: 9px; }
  .dessei{ margin-bottom: 10px; }
  .seelef h5{ margin-bottom: 6px; }
  .caulnav li{ margin-right: 30px; }
  .calist{ margin-top: 40px; }
  .calist li{ margin-bottom: 40px; }
  .cptxt{ padding: 35px 30px; }
  .cptxt h3{ font-size: 24px; margin-bottom: 8px; }
  .nwsbox{ margin-top: 50px; }
  .nlitx{ margin-top: 14px; }
  .nelist li{ margin-bottom: 40px; }
  .nlitx span{ margin-top: 10px; }
  .glob h4{ margin: 12px 0; }
  .glob{ padding-bottom: 70px; }
  .glwrig{ padding: 30px 30px 0; }
  .glwrig h3{ font-size: 26px; margin-bottom: 14px; }
  .glwlef h2{ font-size: 28px; line-height: 100px; }
  .glued li{ padding: 33px 0; }
  .glnow{ margin-top: 60px; }
  .acnouls{ margin-top: 25px; }
  .conwar .abhth2{ font-size: 42px; }
  .couls li{ font-size: 20px; }
  .conmess{ margin-top: 34px; padding: 40px; }
  .inpabox h2{ top: -26px; }
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 12px; }
  .icvle{ padding-top: 148px; }
  .icrpruls li{ height: 76px; }
  .inpabox{ padding-left: 50px; }
  .indiflef{ width: 480px; }
  .indipic,.indipic:before{ width: 480px; height: 480px; }
  .indipic img{ width: 380px; }
  .iddeqh{ margin-top: 20px; }
  .ideatxt h3{ font-size: 25px; margin-bottom: 12px; }
  .inapp{ padding: 70px 0 80px; }
  .insirig span{ margin-top: 24px; }
  .insirig{ padding: 10px 0 0 40px; }
  .fo_boitem4{ width: 30%; }
  .abceruls li .changpic img{ height: 298px; }
  .flat-video-fancybox{ right: 7%; }
  .dowlef .changpic{ border-radius: 10px; }
  .downwar{ padding-bottom: 60px; }
  .proitems a:before{ height: 68px; }
  .dfh2t{ font-size: 34px; }
  .prowavv:before{ width: 31.2%; }
  .prprig h1{ font-size: 32px; }
  .delslef{ width: 350px; }
  .delsrig{ width: calc(100% - 350px); padding-top: 10px; }
  .delsrig h1{ font-size: 30px !important; }
  .pspuls{ margin-top: 20px; }
  .pblpp p{ line-height: 25px; }
  .pro_table table tr td{ font-size: 16px; }
  .seh2t, .pserh2{ font-size: 30px; }
  .infocon .time{ margin-bottom: 30px; }
  .glwhpp p{ line-height: 28px; }
  .glued li{ padding: 27px 0; }
  .conwar .abhth2{ font-size: 36px; }
  .conmform form .cofitem{ margin-bottom: 30px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  .glnow h3{ font-size: 30px; }
}



@media screen and (max-width: 1080px){
  #banner_home,.subbanner,.deprowar{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #333; border-bottom: none; }
  .logo img,.position .logo img{ height:50px; width: auto; }
  .head_rcon{ right: 60px; top: 13px; }
  .logo{ top: 6px; left: 0; }
  .warper{ width: 96%; }
  .searchform{ top: 46px; }
  .l_fixed{ display: none; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
  nav li{ float: none; padding: 0; margin: 0; }
  nav li>a,.position nav li>a,.page_h  nav li>a{ margin:0; color: #fff; line-height: normal;  display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li.on a, nav li:hover a{ background: #fc5f05 ; color: #fff; }
  #nav .nav-button i{ color: #fc5f05; }
  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; 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:hover dl{ left: 0; opacity: 1; }
  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,.home_tit img{display: none;}
  nav li dl dd a:hover{ background: #fc5f05 !important;}
  nav dl dd{ border: none; }
  nav dl dd div,.sider-contact{ display: none;}
  #nav .nav-button{ right:10px; }
  .ban_arrow span{ width: 48px; height: 48px; line-height: 48px; }
  .search-button{ width: 35px; }
  .search-button span,.head_rcon .icon-Mail{ width: 35px; height: 35px; border-radius: 35px; line-height: 35px; }
  .pagingInfo{ bottom: 50px; }
  .banner .slick-dots{ bottom: 60px; }
  .incore{ padding: 50px 0; }
  .itith2{ font-size: 52px; line-height: 56px; }
  .icvle{ padding-top: 102px; }
  .ivplef h3{ margin-bottom: 12px; font-size: 24px; }
  .icrpruls li{ height: 66px; }
  .icvri{ width: 260px; }
  .icvle{ width: calc(100% - 260px); }
  .inabus{ padding-top: 45px; }
  .inacom{ width: 70%; }
  .inacom a{ margin-top: 15px; }
  .inmusv{ margin-top: 35px; padding: 28px 0; }
  .innums li span b{ font-size: 32px; }
  .inparlo{ padding: 60px 3%; }
  .inpabox h2{ position: static; font-size: 40px; }
  .inpabox{ padding-left: 0; }
  .inplogo{ padding-bottom: 35px; background-size: 100%; }
  .innesv{ padding-top: 60px; }
  .inser{ padding: 60px 0; }
  .asi_prev, .deg_prev, .ise_prev{ left: 0; }
  .asi_next, .deg_next, .ise_next{ right: 0; }
  .acprig{ padding-left: 25px; }
  .abcoms{ padding-bottom: 50px; }
  .abhth2{ font-size: 32px; }
  .abcer{ padding: 50px 0 0; }
  .abceruls{ margin-top: 24px; }
  .abceruls li .changpic img{ height: 262px; }
  .abgall{ padding-top: 60px; }
  .galuls li a{ padding: 10px 14px; }
  .dowlef{ width: 230px; }
  .dowrig{ width: calc(100% - 230px); }
  .proitems a{ padding: 60px 0 34px; }
  .proitems a:before{ height: 42px; }
  .ptile h2,.demsv h1{ font-size: 30px; }
  .defea{ padding-top: 40px; }
  .delvbo{ padding-bottom: 60px; }
  .setrack{ padding: 50px 0; }
  .conwar .abhth2{ font-size: 32px; }
  .coamp{ flex-wrap: wrap; }
  .coalef{ width: 100%; padding: 25px 30px; }
  .coarig{ width: 100%; }
  .coultl li{ padding: 18px 0; }
  .conmess{ padding: 30px; }
  .cofh3{ font-size: 25px; margin-bottom: 15px; }
  .cofh3:before{ height: 24px; }
  .cotwul li{ margin-bottom: 15px; }
  .cotwul textarea{ height: 215px; }
  .comex li p textarea{ height: 180px; }
  .cotra li{ margin-bottom: 8px; }
  .comex li p label{ margin-bottom: 2px; }
  .pat90{ padding-top: 50px; }
}

@media screen and (max-width: 768px){
  .incore{ padding: 40px 0; }
  .icvle .itith2{ position: static; }
  .icvle{ width: 100%; padding: 0; }
  .itith2{ font-size: 38px; line-height: 40px; }
  .icpzb{ margin-top: 20px; }
  .incovv{ flex-wrap: wrap; }
  .icvri{ width: 100%; }
  .incovv a{ align-items: center; margin-top: 15px; }
  .invlpv{ height: auto; }
  .ivplef p{ line-height: 26px; }
  .ivplef span{ margin-top: 12px; }
  .icrpruls{ display: flex; flex-wrap: wrap; }
  .icrpruls li{ width: 50%; }
  .inacom .itith2{ margin-bottom: 10px; }
  .inacom{ width: 100%; }
  .inmusv{ padding: 20px 0; }
  .innums li span b{ font-size: 26px; }
  .innums{ flex-wrap: wrap; }
  .innums li{ width: 50%; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .innums li:last-child{ width: 100%; border-bottom: none; }
  .innums li:nth-of-type(even):before{ display: none; }
  .part-list{ display: flex; flex-wrap: wrap; }
  .part-list li:nth-of-type(3n){ margin-right: 0; }
  .part-list .column{ border-radius: 0; overflow: visible; background: transparent; box-shadow: none; position: static; height: 120px !important; }
  .part-list .column img{ position: static; transform: translate(0); border-radius: 100%; }
  .part-list li{ width: 32% !important; margin-bottom: 12px; margin-right: 2%; text-align: center; }
  .part-list .column:hover img{ position: static; transform: translate(0);}
  .inpabox h2{ font-size: 30px; }
  .inparlo{ padding: 40px 3%; }
  .inplogo{ background-size: cover; margin-top: 18px; padding-bottom: 0; }
  .part-list .column img{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .indeal{ padding-top: 40px; }
  .indiflef{ display: none; }
  .indifrig{ width: 100%; padding-left: 0; }
  .idgdswi img{ height: 20px; }
  .ideatxt h3{ font-size: 22px; }
  .indeal{ background: #fc5f05; padding: 35px 0; }
  .ideatxt p{ min-height: auto; }
  .idarr{ position: static; margin-top: 15px; }
  .idarr span{ margin: 0 10px 0 0; }
  .inapp,.inser{ padding: 40px 0; }
  .inapv{ margin-top: 18px; border-radius: 10px; }
  .iaptxt{ padding: 25px 20px; }
  .iaptxt h3{ font-size: 22px; margin-bottom: 6px; }
  .iseswi{ margin-top: 18px; }
  .iseitem p{margin-top: 7px;}
  .innesv{ padding-top: 35px; }
  .innswi{ margin-top: 18px; }
  .insilef .changpic{ border-radius: 10px; }
  .insit a{ flex-wrap: wrap; }
  .insilef{ width: 100%; }
  .insirig{ width: 100%; padding: 0; margin-top: 10px; }
  .insirig h3{ font-size: 20px; margin-bottom: 10px; line-height: 28px; height: 56px; }
  .insirig p{ line-height: 26px; height: 78px; }
  .insirig span{ margin-top: 14px; }
  .incar,.innswi .slick-dots:after{ display: none; }
  .innswi .slick-dots{ width: 100%; position: static; margin-top: 24px; }
  .innswi .slick-dots li.slick-active button{ background: #fc5f05; }
  .fotops{ display: none; }
  .fo_boitem1,.fo_boitem2,.fo_boitem3{ display: none; }
  .fo_boitem4{ width: 50%; }
  .fo_boitem5{ width: 50%; }
  .backtop{ top: -62px; }
  .fo_boxdiv{ margin-top: 0; }
  .pat90{ padding-top: 35px; }
  .abpx p,.acplef p{ line-height: 26px; }
  .abcpiv{ flex-wrap: wrap; }
  .acplef{ width: 100%; }
  .acprig{ width: 100%; padding: 0; margin-top: 12px; }
  .abnums{ margin-top: 24px; }
  .abcoms{ padding-bottom: 35px; }
  .abcer{ padding: 40px 0 0; }
  .abhth2{ font-size: 26px; }
  .abceruls li .changpic img{ height: 160px; }
  .abpalogo{ padding: 30px 0 10px; }
  .abpx{ margin-top: 10px; }
  .abexvi{ margin-top: 0; }
  .exvotex{ padding: 30px 25% 30px 30px; }
  .exvotex p{ line-height: 24px; }
  .abvisi{ padding: 40px 0; }
  .abvsi{ margin-top: 16px; }
  .abvgds .item{ margin: 0 5px; }
  .abvgds .item .changpic{ border-radius: 10px; }
  .abgall{ padding-top: 40px; }
  .abgati{ flex-wrap: wrap; }
  .abgati .abhth2{ margin-bottom: 10px; }
  .galuls li{ margin-left: 0; margin-right: 10px; margin-bottom: 8px; }
  .agallswi{ margin-top: 20px; }
  .agallswi .item .changpic{ border-radius: 10px; }
  .agallswi .slick-dots{ margin-top: 10px; }
  .downlist li{ width: 100%; margin-right: 0; margin-bottom: 12px; }
  .proitems a{ padding: 30px 0; }
  .proitems a:before{ display: none; }
  .prliitem{ flex-wrap: wrap; }
  .prilefs{ width: 100%; }
  .pririgs{ width: 100%; margin-top: 12px; }
  .ptile h2, .demsv h1{ font-size: 25px; }
  .deulbtn li{ margin: 0 6px; }
  .deulbtn li a{ min-width: 165px; }
  .delnav{ margin-bottom: 20px; }
  .dempv p{ line-height: 28px; }
  .detwos{ margin-top: 20px; }
  .detgds .item{ margin: 0; }
  .defea{ padding-top: 30px; }
  .dfh2t{ font-size: 25px; }
  .dfavv{ flex-wrap: wrap; }
  .dfalef{ width: 100%; }
  .dfarig{ width: 100%; padding: 0; margin-top: 12px; }
  .defalef .changpic{ border-radius: 10px; }
  .defarig{ padding: 20px 0 0 20px; }
  .defarig h4{ font-size: 23px; margin-bottom: 10px; }
  .defarig p{ line-height: 24px; }
  .detech{ padding-top: 32px; }
  .pro_table table tr td{ padding: 10px; }
  .prowavv:before{ display: none; }
  .probox{ flex-wrap: wrap; }
  .prplef{ width: 100%; padding: 0; }
  .prprig{ width: 100%; padding: 0; }
  .accordion .links{ padding: 12px 0; }
  .accordion .links:before{ top: 8px; }
  .prplef h3{ display: block; position: relative; font-size: 20px; padding: 12px; background: #fc5f05; text-transform: capitalize; color: #fff; }
  .prplef h3 a{ position: absolute; top: 0; padding: 12px; left: 0; width: 100%; height: 100%; color: #fff; text-align: right; }
  .accordion{ padding: 0 12px; display: none; }
  .accordion .links a{ font-size: 18px; }
  .prprig{ margin-top: 15px; }
  .prprig h1{ font-size: 24px; }
  .prplist{ margin-top: 14px; }
  .prplist li{ width: 32%; margin-right: 2%; margin-bottom: 15px; }
  .prpitems p{ font-size: 17px; }
  .delshow{ flex-wrap: wrap; }
  .delslef{ width: 100%; }
  .delsrig{ width: 100%; padding: 0; margin-top: 12px; }
  .delsrig h1{ font-size: 24px !important; }
  .pblitem{ margin-bottom: 24px; }
  .pbh3t{ font-size: 22px; }
  .seh2t, .pserh2{ font-size: 23px; }
  .secmbt p{ line-height: 26px; }
  .sedian{ margin-top: 15px; padding: 25px; }
  .serpar{ padding: 34px 0; }
  .palisf{ flex-wrap: wrap; }
  .plislef{ width: 100%; padding: 0; }
  .plisrig{ width: 100%; margin-top: 12px; }
  .plisrig .changpic{ border-radius: 10px; }
  .paruls li{ margin-bottom: 28px; }
  .paruls li:nth-of-type(even) .plislef, .setrack .plislef, .sersupp .plislef{ order: 1; padding: 0; }
  .paruls li:nth-of-type(even) .plisrig, .setrack .plisrig, .sersupp .plisrig{ order: 2; }
  .dessei p{ line-height: 24px; }
  .plislef h4{ font-size: 18px; }
  .sersys,.setrack,.sersupp{ padding: 32px 0; }
  .sevbot{ padding: 32px 0 0; }
  .sertbt h4{ margin-bottom: 10px; }
  .seeff{ margin-top: 20px; border-radius: 0; flex-wrap: wrap; }
  .seelef{ width: 100%; padding: 20px; }
  .seerig{ width: 100%; }
  .seelef h4{ font-size: 20px; margin-bottom: 6px; }
  .sercom{ padding-bottom: 70px; }
  .sedian{ padding: 18px; }
  .caulnav li{ font-size: 20px; margin-right: 12px; }
  .calist{ margin-top: 24px; }
  .caliite{ border-radius: 10px; }
  .cptxt{ padding: 20px; }
  .cptxt h3{ font-size: 19px; }
  .cptxt p{ height: 44px; }
  .calist li{ margin-bottom: 25px; }
  .casewar{ padding-bottom: 40px; }
  .nwsbox{ margin-top: 30px; padding: 30px 0 40px; }
  .nlitx h3{ line-height: 23px; height: 46px; }
  .nelist li{ margin-bottom: 15px; width: 49%; }
  .nelist li:nth-of-type(3n){ margin-right: 2%; }
  .nelist li:nth-of-type(even){ margin-right: 0; }
  .infocon h1{ font-size: 22px; margin-bottom: 10px; }
  .infocon .time{ margin-bottom: 12px; }
  .infocon p{ margin-bottom: 6px; }
  .infocon .other{ margin-top: 20px; padding-top: 25px; }
  .nwsifo{ padding-bottom: 40px; }
  .glob h4{ font-size: 22px; }
  .abhth2{ font-size: 24px; }
  .glob p{ line-height: 24px; }
  .glob{ padding-bottom: 30px; }
  .glbwhy{ flex-wrap: wrap; }
  .glwlef{ width: 100%; }
  .glwrig{ width: 100%; }
  .glwlef h2{ font-size: 22px; line-height: 60px; padding-left: 20px; }
  .glued{ padding: 15px; }
  .glued li{ padding: 15px 0; font-size: 18px; }
  .glued li i{ font-size: 22px; margin-right: 5px; }
  .glwrig{ padding: 0; margin-top: 12px; }
  .glwrig h3{ font-size: 20px; }
  .glnow{ margin-top: 20px; padding: 30px; }
  .glnow h3{ font-size: 22px; }
  .acnouls li{ margin-bottom: 10px; }
  .acnouls{ margin-top: 12px; }
  .deabot{ margin-top: 25px; padding: 30px 0 60px; }
  .deabot p{ font-size: 24px; }
  .conwar .abhth2{ font-size: 24px; }
  .couls{ margin-top: 20px; flex-wrap: wrap; }
  .couls li{ font-size: 18px; margin-right: 0; width: 100%; margin-bottom: 8px; }
  .couls li i{ top: -2px; }
  .coamp{ margin-top: 20px; border-radius: 10px; }
  .coultl li{ padding: 12px 0; }
  .coultl li p{ font-size: 18px; }
  .conmess{ margin-top: 20px; padding: 10px; }
  .cofh3{ font-size: 22px; }
  .cofh3:before{ height: 20px; }
  .cotwul li{ width: 100%; margin-bottom: 10px; margin-right: 0; }
  .cotra li p{ padding-left: 20px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #fc5f05; }
  .incore{ padding: 20px 0; }
  .itith2{ font-size: 30px; line-height: 34px; }
  .incovv a{ flex-wrap: wrap; }
  .ivplef{ width: 100%; }
  .ivprig{ width: 100%; }
  .icpzb{ margin-top: 0; }
  .icrpruls li span{ font-size: 15px; }
  .icrpruls li img{ height: 50px; }
  .ivplef h3{ font-size: 23px; }
  .icall{ margin-top: 12px; }
  .inabus{ padding-top: 25px; }
  .inacom p{ line-height: 25px; }
  .inmusv{ padding: 12px 0; margin-top: 20px; }
  .inparlo{ padding: 20px 3%; }
  .inpabox h2{ font-size: 24px; }
  .indeal,.inapp, .inser{ padding: 20px 0; }
  .iap_prev{ left: 0; }
  .iap_next{ right: 0; }
  .iaparr span{ color: #fff; background: rgba(252, 95, 5, 1); }
  .isesgd .item{ margin: 0 4px; }
  .innesv{ padding-top: 25px; }
  .innesv{ padding-bottom: 40px; }
  .fo_boxdiv{ flex-wrap: wrap; }
  .fo_boitem4{ width: 100%; }
  .fo_boitem5{ width: 100%; margin-top: 12px; }
  .fo_boxdiv h4{ font-size: 22px; }
  footer{ padding-top: 45px; }
  .backtop{ top: -42px; }
  .sunvii{ background: none; }
  .pat90{ padding-top: 20px; }
  .acprig .changpic{ border-radius: 10px; }
  .abcoms{ padding-bottom: 15px; }
  .abcer{ padding: 20px 0 0; }
  .abceruls{ margin-top: 18px; flex-wrap: wrap; }
  .abceruls li{ width: 100%; margin-bottom: 10px; }
  .abceruls li:last-child{ margin-bottom: 0; }
  .abceruls li .changpic img{ height: auto; }
  .exvotex{ padding: 10px 25% 10px 10px; border-radius: 10px; }
  .getbox iframe{ height: 250px; }
  .abvisi{ padding: 20px 0; }
  .abgall{ padding-top: 20px; padding-bottom: 40px; }
  .agallswi .item{ margin: 0 4px; }
  .downitem a{ padding: 10px; }
  .dowlef{ width: 140px; }
  .dowrig{ width: calc(100% - 140px); padding-left: 12px; }
  .dowrig h3{ font-size: 19px; margin-bottom: 5px; }
  .dowrig span{ margin-top: 10px; padding: 10px; }
  .plesti{ flex-wrap: wrap; }
  .ptile h2{ margin-bottom: 10px; }
  .ptile{ width: 100%; }
  .ptiri{ width: 100%; }
  .proitems a{ padding: 15px 0; }
  .deltop{ margin-top: 62px; padding: 38px 0; background: url(images/delbgs.jpg) center no-repeat; }
  .deulbtn li a i{ margin-left: 6px; font-size: 16px; }
  .deulbtn li{ margin: 0 6px 5px; }
  .delvbo{ padding-top: 20px; padding-bottom: 40px; }
  .defarbo{ flex-wrap: wrap; }
  .defalef{ width: 100%; }
  .defarig{ width: 100%; padding: 0; margin-top: 12px; }
  .prplist li{ width: 49%; }
  .prplist li:nth-of-type(3n){ margin-right: 2%; }
  .prplist li:nth-of-type(even){ margin-right: 0; }
  .debtns{ margin-top: 15px; }
  .pbadvs{ flex-wrap: wrap; }
  .pbalef{ width: 100%; padding: 0; }
  .pbarig{ width: 100%; margin-top: 12px; }
  .prowavv{ padding-bottom: 40px; }
  .pbh3t{ margin-bottom: 8px; }
  .delshow{ margin-bottom: 25px; }
  .sersys, .setrack, .sersupp{ padding: 20px 0; }
  .sevbot{ padding: 20px 0 0; }
  .calist li{ width: 100%; margin-bottom: 10px; margin-right: 0; }
  .nelitems .changpic{ border-radius: 10px; }
  .infocon p{ line-height: 24px; }
  .abhth2{ font-size: 21px; }
  .glob h4{ font-size: 20px; }
  .glbwhy{ border-radius: 10px; }
  .glnow{ padding: 22px; }
  .conwar .abhth2{ font-size: 21px; }
  .coalef{ padding: 12px; }
  .cotwul li,.cotra li,.comex li{ flex-wrap: wrap; }
  .cotwul li h6,.cotwul li p,.cotra li h6,.comex li h6,.comex li p{ width: 100%; text-align: left; }
  .cotwul li h6{ margin-bottom: 5px; }
  .cotwul li p,.cotra li p,.comex li p{ padding: 0; }
  .conmform form .cofitem{ margin-bottom: 20px; }
  .conmform button{ float: none; }
  .conwar{ padding-bottom: 40px; }
}