@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;
}

body{font-family:Outfit-Light,Arial, Helvetica, sans-serif; max-width: 1920px; margin: 0 auto !important; 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:#dc5f20;}
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; }
.mab18{ margin-bottom:18px !important; }
/* 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 4977067 */
  src: url('fonts/iconfont.woff2?t=1752716088244') format('woff2'),
       url('fonts/iconfont.woff?t=1752716088244') format('woff'),
       url('fonts/iconfont.ttf?t=1752716088244') format('truetype');
}

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

.icon-diqiushijiehaiwaiquanqiuhuamianxing:before {
  content: "\ea36";
}

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

.icon-yizhanshifuwu:before {
  content: "\e72b";
}

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

.icon-remen:before {
  content: "\e8c9";
}

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

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

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



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; z-index: 999; background: #fff; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 0; top: 18px; }
.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: 78px; }
nav li{ float: left; margin: 0 48px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:90px; font-size: 20px; font-family: Outfit-Regular; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #dc5f20;  }
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: #dc5f20!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(220,95,32,.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; display: flex; padding: 0 40px; justify-content: space-between; right: 0; top: 0; line-height: 90px; width: 230px; height: 90px; background: #dc5f20; }
.head_rcon a{ color: #fff; font-size: 22px; }
.head_rcon a:hover{ opacity: 0.85; }


.search-button{ float: left; width:40px; position: relative;  }
.search-button span{ width: 40px; height: 40px; border-radius: 40px; text-align: center; line-height: 40px; background: rgba(255, 255, 255, 0.2); overflow: hidden; cursor: pointer; display: inline-block; color: #fff; }
.search-button span:hover{ background: #dc5f20; }
.search-button span i{ color: #fff; font-size: 20px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#dc5f20;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: #fff; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }

#banner_home{ position: relative; overflow: hidden; margin-top: 90px; }
.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: 66px; text-transform: capitalize; line-height: 66px; font-family: Outfit-Bold; }
/*首页*/
.inabcom{ padding-top: 60px; display: flex; }
.iablef{ width: 42%; }
.iabrig{ width: 58%; padding-left: 65px; }
.iabrbox{ border-left: 1px solid #efdfd8; padding-bottom: 40px; }
.iabtov{ padding: 30px 175px 56px 54px; border-bottom: 1px solid #efdfd8; }
.ih2ti{ font-size: 54px; line-height: 60px; font-family: Outfit-Bold; font-weight: normal; }
.iabtov p{ font-size: 16px; margin-top: 26px; line-height: 30px; color: #666; }
.iabyear{ padding-top: 52px; padding-bottom: 188px; background: url(images/iyreabs.png) left bottom no-repeat; }
.iayulst{ display: flex; padding: 0 9% 0 6%; justify-content: space-between; }
.iayulst li{ text-align: center; }
.iayulst li p i{ font-size: 46px; font-style: normal; color: #dc5f20; font-family: Outfit-SemiBold; }
.iayulst li p{ font-size: 16px; color: #666; }
.iayulst li span{ font-size: 16px; }
.iayulst li:nth-of-type(odd){ margin-top: 96px; }
.iayulst li:nth-of-type(3){ padding-left: 25px; }

.inhop{ display: flex; }
.iholef{ width: 59%; }
.ihorig{ width: 41%; background: #0c0d1d; padding: 85px 10% 0 104px; }
.ihopits a{ display: block; width: 100%; position: relative; }
.ihtxts{ position: absolute; color: #fff; background: url(images/ihbtxbs.jpg) no-repeat; background-size: cover; bottom: 0; right: 0; width: 63%; padding: 64px 45px 75px 68px; border-top-left-radius: 90px; }
.ihtivs{ display: flex; }
.ihtivlef{ width: 274px; }
.ihtivrig{ width: calc(100% - 274px); padding-left: 15px; padding-top: 64px; }
.ihtivlef b{ font-size: 36px; font-family: Outfit-Bold; font-weight: normal; }
.ihtivlef h3{ font-size: 34px; margin-top: 30px; font-family: Outfit-Regular; line-height: 40px; font-weight: normal; }
.ihtivlef span{ display: inline-block; transition: all 0.3s; margin-top: 52px; width: 160px; height: 38px; line-height: 38px; text-align: center; border-radius: 50px; background: #fff; color: #e56c2f; font-size: 16px; }
.ihtivrig p{ font-size: 16px; line-height: 26px; font-family: Outfit-ExtraLight; height: 182px; overflow: hidden; }
.ihopits:hover .changpic img{ transform: scale(1.15); }
.ihtist{ color: #fff; }
.ihtist i{ color: #dc5f20; font-size: 38px; }
.ihtist .ih2ti{ margin: 10px 0 30px; font-size: 64px; }
.ihtist p{ font-size: 16px; line-height: 26px; font-family: Outfit-ExtraLight; }
.ihfnvas{ margin-top: 48px; }
.ihfnvas li{ margin-bottom: 5px; cursor: pointer; padding: 14px 0; color: #fff; font-family: Outfit-Regular; }
.ihfnvas li b{ font-size: 20px; display: inline-block; margin-right: 5px; font-family: Outfit-Bold; font-weight: normal; }
.ihfnvas li:last-child{ margin-bottom: 0; }
.ihfnvas li.on{ background: #252634; padding: 14px 25px; }


.incase{ padding: 78px 0 80px; background: url(images/ipcabs.jpg) no-repeat; background-size: cover; }
.icaibox{ display: flex; }
.icalef{ width: 50%; padding-top: 38px; }
.icarig{ width: 50%; padding-left: 88px; }
.icalef .ih2ti{ font-size: 64px; }
.icswi{ margin-top: 56px; }
.icastxt h3{ font-size: 22px; margin-bottom: 15px; font-family: Outfit-Medium; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.icastxt p{ font-size: 16px; line-height: 26px; color: #666; height: 78px; overflow: hidden; }
.icastxt span{ display: inline-block; transition: all 0.3s; margin-top: 72px; border-radius: 60px; width: 240px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #dc5f20; font-size: 16px; font-family: Outfit-Regular; }
.icastxt:hover span{ transform: translateX(10px); }
.paging{ margin-top: 110px; width: 125px; position: relative; padding: 0 38px; font-size: 24px; }
.paging b{ font-family: Outfit-Bold; color: #dc5f20; }
.paging em{ font-style: normal; cursor: pointer; position: absolute; top: 0; color: #dc5f20; }
.paging em i{ font-size: 24px; display: inline-block; }
.ics_prev{ left: 0; }
.ics_prev i{ transform: rotate(180deg); }
.ics_next{ right: 0; }
.icayuan{ padding-top: 100%; border-radius: 100%; position: relative; z-index: 0; }
.icayuan:before{ content: ""; z-index: -1; animation: rotation 26s linear infinite; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(images/xdping.png) no-repeat; background-size: cover; }
@keyframes rotation {
  0% { transform:  rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.icawq{ width: 85.6%; height: 85.6%; padding: 42px; border-radius: 100%; /*box-shadow: inset 0 0 0 2px #e2e2e2;*/ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.icanum span{ width: 40px; height: 40px; display: block; font-size: 16px; text-align: center; position: absolute; line-height: 40px; font-family: Outfit-Bold; }
.icanum span:before{ content: ""; position: absolute; width: 8px; height: 8px; background: #ababab; border-radius: 8px; }
.icanum span.on{ color: #dc5f20; }
.icanum span.on:before{ background: #dc5f20; }
.icanum span:nth-child(1){ left: 50%; top: 10px; transform: translateX(-50%); }
.icanum span:nth-child(1):before{ top: 35px; left: 50%; transform: translateX(-50%); }
.icanum span:nth-child(2) { top: 50%;  right: 10px;  transform: translateY(-50%);}
.icanum span:nth-child(2):before{ top: 50%; left: -3px; transform: translateY(-50%); }
.icanum span:nth-child(3) { left: 50%;  bottom: 10px;  transform: translateX(-50%);}
.icanum span:nth-child(3):before{ top: -3px; left: 50%; transform: translateX(-50%); }
.icanum span:nth-child(4) { top: 50%;  left: 10px;  transform: translateY(-50%);}
.icanum span:nth-child(4):before{ top: 50%; left: 35px; transform: translateY(-50%); }
.qucircle{ width: 100%; height: 100%; position: absolute; z-index: -1; top: 0; left: 0; transition: transform 0.6s ease; }
.qucircle img{ width: 100%; height: 100%; }

.inlane{ padding-top: 84px; }
.inlane .ih2ti{ font-size: 64px; text-align: center; }
.in_manca{ margin-top: 60px; overflow: hidden; }
.in_manca li{ float: left; background: #00458e; position: relative; width: calc(13.42% - 1px); transition-duration: 1s;  }
.in_manca li .ali{ display: block; position: relative; width: 100%; height: 737px; background-size: auto 737px!important; background-repeat: no-repeat; }
.in_manca li + li { margin-left: 1px;}
.in_manca li.on{ width: 59.7%; background-position: 0 !important;  display: block;}
.in_matxs{ position: absolute; display: flex; align-items: center; justify-content: center; text-align: center;  width: 100%; height: 100%; bottom: 0; left: 0; background: rgba(1, 2, 18, 0.7); }
.in_matxs b{ font-size: 60px;  font-weight: normal; font-family: Outfit-Bold; color: #fff; }
.inm_aa{ display: none; width: calc(100% - 112px); padding: 12px 0 24px 38px; border-left: 1px solid #e5e5e5; }
.inm_aa h3{ font-size: 20px; color: #333; margin-bottom: 12px; font-family: Outfit-Medium; font-weight: normal; line-height: 30px; height: 60px; overflow: hidden; }
.inm_aa p{ font-size: 16px; line-height: 24px; color: #888; height: 72px; overflow: hidden; }
.inm_aa span{ display: inline-block; margin-top: 38px; border-radius: 50px; width: 188px; height: 45px; line-height: 45px; text-align: center; color: #fff; background: #dc5f20; font-size: 16px; }
.in_manca li.on .in_matxs{ text-align: left; align-items: flex-start; width: 90%; border-top-right-radius: 100px; background: #fff; padding: 58px 65px 24px 0; height: auto; }
.in_manca li.on .in_matxs b{ font-size: 34px; color: #333; width: 112px; text-align: center; display: inline-block; }
.in_manca li.on .inm_aa{ display: inline-block; }


footer{ background: #0c0d1d; border-top: 8px solid #dc5f20; padding-top: 72px; overflow: hidden; position: relative;  }
.fo_boxdiv{ width: 100%; display: flex; justify-content: space-between; overflow: hidden; }
.fo_boxdiv h4{ text-transform: capitalize; font-size: 22px; font-family: Outfit-SemiBold; font-weight: normal; color: #fff; margin-bottom: 28px; }
.fo_boitem1{ width: 21%;}
.fo_boitem1 p{ font-size: 16px; margin-top: 18px; line-height: 26px; color: #fff; }
.media{ margin-top: 30px;  }
.media a{ margin-right: 5px; background: #fff; width: 40px; text-align: center; height: 40px; border-radius: 40px; line-height: 40px; color: #5674b8; font-size:20px; display:inline-block;}
.media a:nth-of-type(1){ color: #5674b8;}
.media a:nth-of-type(2){ color: #30afeb;}
.media a:nth-of-type(3){ color: #0085b2;}
.media a:nth-of-type(4){ color: #d20000;}
.media a:hover{ transform: translateX(10px); }

.fo_opul{ margin-top: ; }
.fo_opul li{ position: relative; margin-bottom: 20px;  }
.fo_opul li a{ display: inline-block; color: #fff; }
.fo_opul li:hover a{ transform: translateX(5px); text-decoration: underline; }
.fo_opul li:last-child{ margin-bottom: 0; }

.flxuls{ margin-top: 28px; }
.flxuls li{ color: #fff; margin-bottom: 22px; position: relative; padding-left: 36px; }
.flxuls li a{ color: #fff; }
.flxuls li i{ position: absolute; top: 0; left: 0; font-size: 22px; display: inline-block; color: #dc5f20; }
.flxuls li a:hover{ text-decoration: underline; }

.fo_boitem2{ width: 10%; }
.fo_boitem3{ width: 24%; }
.fo_boitem4{ width: 25%; }
.fo_boitem3 p{ line-height: 24px; color: #c2c2c2; }

.fo_mfoul{ overflow: hidden; }
.fo_mfoul li{width: 100%; margin-bottom: 12px;}
.fo_mfoul input,.fo_mfoul textarea{ font-family: Outfit-Light; border-radius: 8px; width: 100%; resize: none; background: rgba(255, 255, 255, 0.1); font-size: 14px; color: #fff; border: none; padding:14px 14px; }
.fo_mfoul textarea{ height:128px; }
.fo_mfoul input::-webkit-input-placeholder,.fo_mfoul textarea::-webkit-input-placeholder { color: #fff;}
.fo_mfoul input:-moz-placeholder,.fo_mfoul textarea:-moz-placeholder {color: #fff;}
.fo_mfoul li:last-child, .fo_mfoul li:nth-of-type(5){ width: 100%; margin-right: 0; }
.fo_mfoul li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.fo_mfoul button{ cursor: pointer; color: #fff; display: block; border-radius: 0; transition: all 0.3s; width: 180px; height: 40px; border-radius: 50px; border: none; font-size: 16px; background: #dc5f20; font-family:Outfit-Regular;  }
.fo_mfoul button:hover{ transform: translateX(10px); }


.fo_cop{ overflow: hidden; text-align: center; border-top: 1px solid #252634; padding: 20px 0; margin-top: 62px; }
.fo_cop p{ font-size: 14px; color: #4f505d; }
.fo_cop p a{ color: #4f505d; }
.fo_cop p a:hover{ 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; margin-top: 90px; z-index: 2; }
.sub_nav{ position: absolute; top: 35%; width: 100%; left: 0; color: #fff; }
.sub_nav h2{ font-size: 70px; margin-bottom: 24px; text-transform: uppercase; font-weight: normal; font-family: Outfit-Bold; }
.sub_nav p a{ color: #fff; }
.sub_nav p i{ color: #dc5f20; font-size: 20px; }
.pat98{ padding-top: 98px; }

/*关于我们*/
.pat56{ padding-top: 56px; }
.abcoms{ padding-bottom: 78px; }
.abctxt{ margin-top: 18px; }
.abctxt p{ font-size: 16px; line-height: 30px; color: #666; }
.abvinum{ margin-top: 50px; display: flex; }
.abvilef{ width: 570px; }
.abvilef iframe{ border-radius: 20px; }
.abvirig{ width: calc(100% - 570px); padding-left: 40px; }

.abnivs{ padding-bottom: 180px; position: relative; background: url(images/abnusts.png) left bottom no-repeat; }
.abnivs .iayulst span{ display: block; width: 100%; }
.abnivs .iayulst b{ font-size: 14px; font-weight: normal; font-family: Outfit-ExtraLight; display: block; width: 100%; }
.abnivs .iayulst{ padding: 0; }
.abnivs .iayulst li:nth-of-type(2){ padding-left: 84px; }
.abnivs .iayulst li:nth-of-type(3){ padding-left: 0; }

.afivst{ display: flex; margin-top: 65px; }
.afivst li{ margin-right: 1%; width: 24.25%; }
.afivst li:last-child{ margin-right: 0; }
.afivst li .changpic{ border-radius: 20px; }
.afivst li:hover .changpic img{ transform: scale(1.15); }

.abfolio{ background: #faf6f4; padding: 68px 0 80px; }
.abfolio .ih2ti{ text-align: center; }
.auszuls{ margin-top: 62px; padding: 0 10%; display: flex; justify-content: space-between; }
.auszuls li{ width: 96px; height: 96px; box-shadow: 3px 3px 2px #dc5f20; border-radius: 96px; text-align: center; color: #dc5f20; line-height: 96px; background: #fff; cursor: pointer; font-size: 36px; font-family: Outfit-Bold; }
.auszuls li.on{ background: #dc5f20; color: #fff; box-shadow: none; }
.abfpitxt{ margin-top: 58px; border-radius: 20px; background: #fff; padding: 30px; }
.abfpitxt .item{ display: none; }
.abfpitxt .item.on{ display: block; }
.abfitems{ display: flex; align-items: center; }
.abfilef{ width: 42%; }
.abfirig{ width: 58%; padding-left: 56px; }
.abfirig b{ font-size: 36px; font-weight: normal; color: #dc5f20; font-family: Outfit-Bold; }
.abfirig h3{ font-size: 24px; margin: 12px 0; font-family: Outfit-Medium; font-weight: normal; }
.abfirig p{ font-size: 16px; line-height: 26px; font-family: Outfit-ExtraLight; }

.abconess{ padding: 62px 0 86px; }
.abconess .ih2ti{ text-align: center; }
.abneuls{ margin-top: 52px; overflow: hidden; }
.abneuls li{ float: left; position: relative; width: calc(21.5% - 2px); transition-duration: 1s; }
.abneuls li + li{ margin-left: 2px; }
.abneuls li.on{ width: 57%; background-position: 0 !important; display: block; }
.abneuls li .ali{ display: flex; border-radius: 10px; overflow: hidden; align-items: center; justify-items: center; position: relative; width: 100%; height: 595px; background-size: auto 595px!important; background-repeat: no-repeat; }
.abtxi{ position: absolute; bottom: 0; left: 0; color: #fff; width: 100%; padding: 25% 32px 34px; background: linear-gradient(transparent,rgba(0, 0, 0, 0.8)); }
.abtxi h4{ font-size: 18px; line-height: 28px; height: 56px; font-family: Outfit-SemiBold; font-weight: normal; overflow: hidden;  }
.abtxi p{ font-size: 16px; margin-top: 6px; display: none; line-height: 26px; }
.abneuls li.on .abtxi p{ display: block; }
.abneuls li.on .abtxi h4{ height: auto; margin-bottom: 12px; font-size: 24px; font-family: Outfit-Bold; }

.abdevs{ background: url(images/dedevi.jpg) no-repeat; color: #fff; background-size: cover; padding: 110px 0 120px; }
.abdevs .abctxt{ margin-top: 50px; padding-right: 30%; }
.abdevs .abctxt p{ color: #fff; }

/*faq*/
.abfabo{ padding-bottom: 100px; }
.fa2ti{ font-size: 40px; margin-bottom: 24px; font-weight: normal; font-family: Outfit-SemiBold; }
.faivitem{ margin-bottom: 46px; }
.abfabo .faivitem:last-child{ margin-bottom: 0; }
/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}

/*产品列表*/
.privbox{ padding-top: 88px; margin-top: -40px; display: flex; position: relative; z-index: 0; padding-bottom: 98px; }
.privbox:before{ content: ""; position: absolute; top: 0; left: 0; width: 440px; height: 100%; background: #faf6f4; z-index: -1; }
.privlef{ width: 440px; padding: 0 66px 0 92px; }
.privrig{ width: calc(100% - 440px); padding-left: 64px; padding-right: 200px; }

.accordion {width: 100%; }
.accordion li:last-child .links{ border-bottom: none; }
.accordion .links{ cursor: pointer; padding: 24px 25px 24px 0; display: block; position: relative; border-bottom: 1px solid #f0d0c0; }
.accordion .links a{ color: #333; display: inline-block; font-size: 20px; position: relative; font-family: Outfit-Medium; }

.submenu {display: none; padding: 28px 0; }
.submenu a{ position: relative; padding-left: 22px; margin-bottom: 22px; display: block; width: 100%; }
.submenu a:before{ content: ""; position: absolute; top: 5px; left: 0; width: 10px; height: 10px; border: 1px solid #f0d0c0; }
.submenu a:last-child{ margin-bottom: 0; }
.submenu a:hover,.submenu a.on{ color: #dc5f20; }
.submenu a.on:before,.submenu a:hover:before{ background: #dc5f20; }

.prolist li{ margin-bottom: 38px; }
.prolist li:last-child{ margin-bottom: 0; }
.proitem a{ display: flex; width: 100%; align-items: center; }
.prlefs{ width: 384px; }
.prrigs{ width: calc(100% - 384px); padding-left: 42px; }
.prlefs .changpic{ border-radius: 10px; }
.prrigs h3{ font-size: 22px; font-family: Outfit-SemiBold; margin-bottom: 18px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prrigs p{ font-size: 16px; line-height: 26px; font-family: Outfit-ExtraLight; height: 78px; overflow: hidden; color: #666; }
.prrigs span{ display: inline-block; transition: all 0.3s; margin-top: 35px; text-align: center; width: 198px; height: 38px; line-height: 38px; border-radius: 35px; background: #f4eeea; font-size: 16px; }
.proitem:hover .changpic img{ transform: scale(1.15); }
.proitem:hover .prrigs span{ color: #fff; background: #dc5f20; transform: translateX(10px); }

/*分页 结束*/
.digg4{ text-align:center; font-size: 20px; margin-top: 60px;}
.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: #dc5f20; }
.digg4 span.disabled { font-size: 30px; line-height:30px; font-weight: normal; background: #ececec; color: #333;}
.digg4 a{ color: #a6a6a6; background: #fff; }
/*产品详情*/
.demain{ margin-top: 90px; padding: 60px 0 100px; background: url(images/dembsg.jpg) center bottom no-repeat; background-size: cover; }
.denati p a,.denati p{ color: #fff; }
.denati p i{ color: #dc5f20; font-size: 20px; }
.dewivs{ display: flex; }
.dewlef{ width: 50%; padding-right: 50px; }
.dewrig{ width: 50%; padding-top: 34px; }
.deswiv{ position: relative; margin-top: 32px; }
.demgst .changpic{ border-radius: 10px; }
.desarr{ position: absolute; top: 45%; left: 0; width: 100%; }
.desarr span{ display: inline-block; width: 42px; color: #dc5f20; background: rgba(220, 95, 32, 0.2); height: 42px; text-align: center; line-height: 42px; border-radius: 42px; cursor: pointer; position: absolute; top: 0; }
.desarr span i{ display: inline-block; font-size: 20px; }
.del_prev{ left: 36px; }
.del_next{ right: 36px; }
.del_prev i{ transform: rotate(180deg); }
.desarr span:hover{ background: #dc5f20; color: #fff; }
.dewrig h1{ color: #fff; font-size: 38px; line-height: 50px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 20px; }
.depsec p{ color: #fff; position: relative; padding-left: 20px; line-height: 25px; margin-bottom: 10px; color: #fff; }
.depsec p:before{ content: ""; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #dc5f20; }
.pro_lxbtn{ margin-top: 75px; padding-right:216px; }
.pro_lxbtn a{ background: #dc5f20; font-size: 16px; border-radius: 35px; color: #fff; text-align: center; padding:14px 10px; width: 47%; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 20px; margin-right: 5px; }
.pro_lxbtn a:last-child{ background: #f4f4f4; color: #333; margin-left: 5%; }
.pro_lxbtn a:last-child i{ color: #dc5f20; }
.pro_lxbtn a *{ vertical-align: top; }
.pro_lxbtn a:hover{ transform: translateX(10px); }

.denrbov{ margin-top: 66px; }
.dpxvp p{ line-height: 30px; }
.detruls{ margin-top: 32px; display: flex; }
.detruls li{ width: 32%; margin-right: 2%; }
.detruls li:last-child{ margin-right: 0; }
.detruls li .changpic{ border-radius: 10px; }
.detruls li:hover .changpic img{ transform: scale(1.15); }

.dekey{ background-size: cover; margin-top: 58px; border-radius: 10px; background-repeat: no-repeat; padding: 66px; }
.dh2mst{ font-size: 34px; font-family: Outfit-SemiBold; font-weight: normal; margin-bottom: 24px; }
.dkep p{ margin-bottom: 10px; position: relative; padding-left: 18px; }
.dkep p:last-child{ margin-bottom: 0; }
.dkep p:before{ content: ""; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #dc5f20; }

.deparem{ margin-top: 50px; }
.del_table{ overflow-x: auto; }
.del_table table{ width: 100%; border-collapse: collapse; }
.del_table table td{ border: 1px solid #fff; background: #faf7f5; padding:15px 24px; font-family: Outfit-Regular; font-size: 16px; color: #666; }
.del_table table tr:hover td{ background: #f6ede8;}
.del_table table tr:nth-of-type(odd) td{ background: #f6ede8;}

.deagr{ margin-top: 58px; padding: 66px 0 78px; background: url(images/avgbst.jpg) no-repeat; background-size: cover; }
.deagr .dh2mst{ text-align: center; }
.deagul{ margin-top: 58px; display: flex; justify-content: space-between; }
.deagul li{ text-align: center; }
.deagul li span{ display: inline-block; background: linear-gradient(128deg,#dc5f20 50%,#cf9a5c); width: 154px; height: 154px; border-radius: 154px; line-height: 154px; text-align: center; color: #fff; font-size: 36px; font-family: Outfit-SemiBold; }
.deagul li h5{ font-weight: normal; margin: 18px 0; font-family: Outfit-Medium; font-size: 20px; }

.depapp{ margin-top: 54px; }
.dapgs .item{ margin: 0 20px; }
.dapitm .changpic{ border-radius: 10px; }
.daxpt{ margin-top: 22px; }
.daxpt h5{ font-size: 20px; font-family: Outfit-Medium; font-weight: normal; margin-bottom: 5px; }
.daxpt p{ line-height: 20px; }
.pr_darr{ position: absolute; top: 42%; left: 0; width: 100%; }
.pr_darr span{ display: inline-block; cursor: pointer; position: absolute; top: 0; width: 42px; height: 42px; border-radius: 42px; line-height: 42px; color: #dc5f20; text-align: center; background: rgba(220, 95, 32, 0.2); }
.pr_darr span i{ display: inline-block; }
.pr_darr span:hover{ background: #dc5f20; color: #fff; }
.dap_prev{ left: -55px; }
.dap_next{ right: -55px; }
.dap_prev i{ transform: rotate(180deg); }

.deltion{ display: flex; background: #faf7f5; border-radius: 10px; overflow: hidden; margin-top: 50px; }
.dtilef{ width: 50%; padding: 84px 0 0 55px; }
.dtirig{ width: 50%; padding-left: 24px; }

.decsi{ margin-top: 58px; }
.decauls{ display: flex; }
.decauls li{ width: 48%; margin-right: 4%; }
.decauls li:last-child{ margin-right: 0; }
.decaitem .changpic{ border-radius: 10px; }
.dcatx{ margin-top: 28px; }
.dcatx h3{ font-size: 22px; font-family: Outfit-Medium; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.decpiv{ margin-top: 12px; }
.decpiv p{ font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 24px; color: #666; }
.dcatx span{ display: inline-block; transition: all 0.3s; margin-top: 30px; text-align: center; width: 198px; height: 38px; line-height: 38px; border-radius: 35px; background: #f4eeea; font-size: 16px; }
.decaitem:hover .changpic img{ transform: scale(1.15); }
.decaitem:hover .dcatx span{ color: #fff; background: #dc5f20; transform: translateX(10px); }

.defawq{ margin-top: 52px; }

.faqlist li {margin-bottom: 10px; background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e9e9e9; }
.faqlist li:last-child{ margin-bottom: 0; }
.faqlist h3{ font-size: 20px; position: relative; cursor: pointer; padding: 24px 75px 24px 35px; font-weight: normal; font-family: Outfit-Medium; }
.faqlist h3:before{ content: "\e711"; font-family: iconfont; display: flex; align-items: center; justify-content: center; width: 68px; height: 100%; background: #faf6f4; font-size: 24px; color: #dc5f20; position: absolute; top: 0; right: 0; }
.faqlist h3.active:before{ content: "\e611"; background: #dc5f20; color: #fff; }
.faqlist h3.active{ background: #fcfaf9; color: #dc5f20; }
.fa_nrp{ display: none; border-top: 1px solid #e9e9e9; color: #666; padding: 24px 35px; }
.fa_nrp p{ line-height: 30px; }
.fa_nrp.active { display: block;}

.demesge{ margin-top: 60px; background: #faf7f5; padding: 40px 0 56px; }
.quiry_info{ overflow: hidden; margin-top: 26px; }
.quiry_info li{ margin-bottom: 16px; position: relative; overflow: hidden;}
.quiry_info input,.quiry_info textarea{ border:none; width: 100%; resize: none; font-family:Outfit-Light; background:#fff; color: #000; font-size: 14px; padding: 16px 18px; }
.quiry_info textarea{ height:132px; }
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #999;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #999;}
.quiry_info li:last-child{ margin-top: 10px; margin-bottom: 0; }
.quiry_info button{ cursor: pointer; transition: all 0.3s; width: 180px; border-radius: 35px; height: 45px; line-height: 45px; border: none; background: #dc5f20; font-size: 16px;  color: #fff; font-family: Outfit-Regular;  }
.quiry_info button:hover{ transform: translateX(10px); }
.quiry_info button i{ display: inline-block; margin-right: 10px; font-size: 20px; }
.quiry_info button *{ vertical-align: bottom; }

/*服务*/
.serwar{ padding-bottom: 100px; }
.serlist{ margin-top: 40px; }
.serlist li{ margin-bottom: 30px; }
.serlist li:last-child{ margin-bottom: 0; }
.seritem{ background: #faf6f4; padding: 32px; border-radius: 20px; }
.srxiv{ display: flex; align-items: center; }
.srxlef{ width: 42%; }
.srxrig{ width: 58%; padding-left: 40px; }
.srxlef .changpic{ border-radius: 20px; }
.srxrig b{ font-size: 36px; font-weight: normal; font-family: Outfit-Bold; color: #dc5f20; }
.srxrig h3{ font-size: 24px; font-family: Outfit-SemiBold; font-weight: normal; margin: 15px 0; }
.srxp p{ font-size: 16px; position: relative; padding-left: 18px; line-height: 26px; font-family: Outfit-ExtraLight; }
.srxp p:last-child{ margin-bottom: 0; }
.srxp p:before{ content: ""; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #dc5f20; }
.seritem:hover .changpic img{ transform: scale(1.15); }

.serwhy{ padding: 68px 0 0; }
.serwhy .ih2ti{ text-align: center; }
.sewyul{ display: flex; margin-top: 50px; }
.sewyul li{ width: 23.5%; position: relative; overflow: hidden; z-index: 0; margin-right: 2%; transition: all 0.3s; box-shadow: 0 4px 28px rgba(161, 161, 161, 0.2); border-radius: 10px; padding: 42px 38px 58px; }
.sewyul li:last-child{ margin-right: 0; }
.sewyul li em{ font-style: normal; font-size: 240px; color: #fef9f6; transition: all 0.3s; position: absolute; bottom: -50px; right: -50px; z-index: -1; }
.sewyul li i{ color: #dc5f20; font-size: 74px; transition: all 0.3s; }
.sewyul li h4{ font-size: 20px; font-family: Outfit-Bold; color: #333; transition: all 0.3s; font-weight: normal; margin: 40px 0 18px; }
.sewyul li p{ font-size: 16px; line-height: 26px; color: #666; transition: all 0.3s; }
.sewyul li:hover{ background: #dc5f20; }
.sewyul li:hover em{ color: #de682d; }
.sewyul li:hover i,.sewyul li:hover h4,.sewyul li:hover p{ color: #fff; }

/*新闻*/
.newwar{ padding-bottom: 100px; }
.newlist{ display: flex; flex-wrap: wrap; }
.newlist li{ width: 48.5%; margin-right: 3%; margin-bottom: 46px; }
.newlist li:nth-of-type(even){ margin-right: 0; }
.newitem{ border-radius: 10px; overflow: hidden; }
.newitem a{ display: block; width: 100%; position: relative; }
.nextiv{ position: absolute; bottom: 0; left: 0; border-top-right-radius: 100px; width: 90%; background: rgba(255, 255, 255, 0.94); padding: 26px 34px 38px; }
.nextiv h3{ font-size: 18px; font-weight: normal; margin-bottom: 12px; font-family: Outfit-Medium; line-height: 26px; height: 52px; overflow: hidden; }
.nextiv p{ font-size: 16px; line-height: 20px; color: #888; height: 40px; overflow: hidden; font-family: Outfit-ExtraLight; }
.nextiv span{ display: inline-block; transition: all 0.3s; margin-top: 20px; width: 180px; height: 33px; line-height: 33px; font-size: 16px; border-radius: 80px; text-align: center; color: #fff; background: #de682d; }
.newitem:hover .changpic img{ transform: scale(1.15); }
.newitem:hover .nextiv span{ transform: translateX(10px); }

.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: #de682d; }
.infocon p{line-height:28px; font-size: 16px; margin-bottom: 18px; }

/*case*/
.calist{ display: flex; flex-wrap: wrap; }
.calist li{ width: 48.5%; margin-right: 3%; margin-bottom: 60px; }
.calist li:nth-of-type(even){ margin-right: 0; }


/*contact*/
.conwar{  }
.conboxs{ width: 100%; display: flex;}
.cobles{ width: 50%;}
.cobris{ width: 50%; padding-left: 98px; }
.coh2ti{ font-size: 40px; font-weight: normal; font-family: Outfit-SemiBold; margin-bottom: 18px; }
.cofo_info{ background: #dc5f20; padding: 40px; border-radius: 10px; }
.cofo_info{ overflow: hidden; }
.cofo_info li{width: 49%; margin-bottom: 14px; position: relative; float: left; overflow: hidden;}
.cofo_info li:nth-of-type(even){ float: right; }
.cofo_info input,.cofo_info textarea{ border:none; border-radius: 6px; width: 100%; resize: none; font-family:Outfit-ExtraLight; background:#f1f5f8; color: #000; font-size: 16px; padding: 16px 18px; }
.cofo_info textarea{ height:144px; }
.cofo_info input::-webkit-input-placeholder,.cofo_info textarea::-webkit-input-placeholder { color: #999;}
.cofo_info input:-moz-placeholder,.cofo_info textarea:-moz-placeholder {color: #999;}
.cofo_info li:last-child, .cofo_info li:nth-of-type(3), .cofo_info li:nth-of-type(4){ width: 100%; float: none;}
.cofo_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.cofo_info button{ cursor: pointer; transition: all 0.3s; width: 192px; height: 40px; line-height: 40px; border-radius: 50px; border: none; background: #fff; font-size: 14px; color: #666; font-family: Outfit-ExtraLight;  }
.cofo_info button:hover{ transform: translateX(10px); }
.cosdes{ font-size: 20px; color: #666; font-family: Outfit-ExtraLight; }

.f_bul{ margin-top: 36px; }
.f_bul li{ margin-bottom:36px; min-height: 58px; position: relative; padding-left: 78px;  }
.f_bul li i{ width: 58px; height: 58px; transition: all 0.3s; background: #dc5f20; text-align: center; line-height: 58px; border-radius: 58px; position: absolute; top: 0; left: 0; color: #fff; font-size: 24px; }
.f_bul li:last-child{ margin-bottom: 0; }
.f_bul li p{ font-family: Outfit-Regular; margin-bottom: 6px; }
.f_bul li a,.f_bul li span{ font-size: 20px; color: #666; }
.f_bul li a:hover{ color: #dc5f20; text-decoration: underline; }

.map{ margin-top: 78px; }

.de_two{ width: 100%; overflow: hidden; margin: 15px 0; }
.de_two li{ float: left; width: 49%; text-align: center; margin-right: 2%; }
.de_two li:last-child{ margin-right: 0; }
.de_two li:hover .changpic img{ transform: scale(1.15); }
.de_two li p{ margin-top: 15px; }

.de_three{ margin: 15px 0; width: 100%; overflow: hidden; }
.de_three li{ width: 32%; margin-right: 2%; text-align: center; float: left; }
.de_three li:last-child{ margin-right: 0; }
.de_three li:hover .changpic img{ transform: scale(1.15); }
.de_three li p{ margin-top: 15px; }

.de_four{ width: 100%; overflow: hidden; margin: 15px 0;}
.de_four li{ float: left; width: 24.2%; margin-right: 1%; text-align: center; }
.de_four li:last-child{ margin-right: 0; }
.de_four li:hover .changpic img{ transform: scale(1.15); }
.de_four li p{ margin-top: 15px; }

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


@media screen and (max-width: 1680px){
  nav{ margin-right: 190px; }
  .ihorig{ padding: 30px 10% 0 80px; }
  .ihfnvas{ margin-top: 12px; }
}

@media screen and (max-width: 1600px){
  .warper{ width: 85%; }
  .iabrig{ padding-left: 30px; }
  .iabtov{ padding: 30px 114px 50px 36px; }
  .ih2ti{ font-size: 48px; }
  .iabrbox{ padding-bottom: 0; }
  .iabyear{ background-size: contain; padding-bottom: 150px; }
  .ihtist .ih2ti{ font-size: 46px; margin: 10px 0 15px; }
  .ihorig{ padding: 30px 7% 0 42px; }
  .ihtxts{ padding: 40px; width: 70%; border-top-left-radius: 60px; }
  .ihtivlef h3{ font-size: 26px; }
  .icalef .ih2ti{ font-size: 52px; }
  .icanum span:nth-child(1){ top: 4px; }
  .icanum span:nth-child(2){ right: 5px; }
  .icanum span:nth-child(3){ bottom: 3px; }
  .icanum span:nth-child(4){ left: 3px; }
  .in_manca{ margin-top: 46px; }
  .in_manca li .ali{ height: 612px; background-size: auto 612px !important; }
  .in_manca li.on .in_matxs{ border-top-right-radius: 80px; }
  .fo_boitem1 img{ height: 100px; }
  footer{ padding-top: 52px; }
  .sub_nav h2{ font-size: 58px; }
  .privrig{ padding-left: 50px; padding-right: 130px; }
  .privlef{ padding: 0 50px 0 80px; }
  .abnivs{ background-size: contain; }
  .abnivs .iayulst li:nth-of-type(2){ padding-left: 60px; }
  .abnivs .iayulst li:nth-of-type(3){ padding-left: 50px; }
  .nextiv{ border-top-right-radius:60px }
}

@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 30px; }
  nav { margin-right: 164px; }
  .inabcom{ padding-top: 40px; }
  .ih2ti { font-size: 42px; line-height: 48px; }
  .iabtov p{ margin-top: 14px; line-height: 28px; }
  .iabtov{ padding: 30px 70px 50px 36px; }
  .iabyear{ padding-top: 24px; }
  .iayulst li p i{ font-size: 38px; }
  .iabyear{ padding-bottom: 138px; }
  .iayulst li:nth-of-type(odd){ margin-top: 72px; }
  .iayulst li:nth-of-type(2){ padding-left: 34px; }
  .ihtist .ih2ti{ font-size: 40px; }
  .ihtist i{ font-size: 28px; }
  .ihfnvas li{ margin-bottom: 0; padding: 12px 0; }
  .ihtivlef h3{ margin-top: 16px; }
  .incase{ padding: 75px 0; }
  .icawq{ padding: 24px; }
  .icanum span:nth-child(1){ top: -1px; }
  .icanum span:nth-child(2){ right: 0; }
  .icanum span:nth-child(3){ bottom: -2px; }
  .icanum span:nth-child(4){ left: 0; }
  .icastxt span{ margin-top: 34px; }
  .inlane .ih2ti{ font-size: 55px; line-height: 40px; }
  .in_manca li .ali{ height: 549px; background-size: auto 549px !important; }
  .in_matxs b{ font-size: 50px; }
  .inm_aa{ padding: 6px 0 20px 30px; }
  .in_manca li.on .in_matxs{ padding: 40px 50px 18px 0; }
  .inm_aa span{ margin-top: 22px; }
  .sub_nav h2{ font-size: 48px; }
  .privrig{ padding-right: 82px; }
  .prolist li{ margin-bottom: 26px; }
  .dewrig h1{ font-size: 34px; line-height: 44px; }
  .dekey{ margin-top: 48px; padding: 50px; }
  .dh2mst{ font-size: 30px; }
  .dtilef{ padding: 35px 0 0 25px; }
  .dcatx span{ width: 156px; margin-top: 18px; }
  .abnivs{ padding-bottom: 128px; }
  .afivst{ margin-top: 36px; }
  .abcoms{ padding-bottom: 60px; }
  .abfolio{ padding: 55px 0 70px; }
  .auszuls{ margin-top: 30px; }
  .abfpitxt{ margin-top: 40px; }
  .abfirig{ padding-left: 30px; }
  .abneuls{ margin-top: 30px; }
  .abneuls li .ali{ height: 479px; background-size: auto 479px!important; }
  .abdevs .abctxt{ margin-top: 26px; padding-right: 20%; }
  .abdevs{ padding: 80px 0; }
  .fa2ti{ font-size: 34px; }
  .srxrig h3{ font-size: 22px; margin: 12px 0; }
  .srxrig{ padding-left: 30px; }
  .sewyul{ margin-top: 32px; }
  .sewyul li{ padding: 25px 18px 40px; }
  .sewyul li h4{ margin: 20px 0 8px; }
  .sewyul li i{ font-size: 52px; }
  .serwhy{ padding: 42px 0 0; }
  .serwar{ padding-bottom: 60px; }
  .nextiv{ border-top-right-radius: 40px; }
  .calist li{ margin-bottom: 40px; }
  .cobris{ padding-left: 50px; }
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 25px; }
  .icalef .ih2ti{ font-size: 42px; }
  .icanum span:nth-child(1){ top: -3px; }
  .icanum span:nth-child(2){ right: -3px; }
  .icanum span:nth-child(3){ bottom: -3px; }
  .icanum span:nth-child(4){ left: -3px; }
  .paging{ margin-top: 68px; }
  .in_manca li .ali{ height: 522px; background-size: auto 522px !important; }
  .in_manca li.on .in_matxs{ border-top-right-radius: 60px; }
  .fo_boxdiv h4{ margin-bottom: 16px; }
  .fo_boitem1{ width: 28%; }
  .fo_boitem1 img{ height: 80px; }
  .prlefs{ width: 342px; }
  .prrigs{ width: calc(100% - 342px); }
  .prrigs span{ width: 160px; }
  .pro_lxbtn{ padding-right: 100px; margin-top: 32px; }
  .dewrig h1{ font-size: 32px; }
  .deagr{ margin-top: 45px; padding: 55px 0; }
  .deagul{ margin-top: 40px; }
  .deagul li h5{ margin: 15px 0; }
  .deagul li span{ width: 145px; height: 145px; line-height: 145px; }
  .sub_nav h2{ font-size: 44px; }
  .abvilef{ width: 500px; }
  .abvirig{ width: calc(100% - 500px); }
  .abvinum{ margin-top: 25px; }
  .ih2ti{ font-size: 38px; line-height: 40px; }
  .abfpitxt{ padding: 20px; }
  .abneuls li .ali{ height: 456px; background-size: auto 456px!important; }
  .abconess{ padding: 60px 0; }
  .fa2ti{ font-size: 28px; }
  .nextiv span{ width: 140px; }
  .nextiv{ padding: 26px; }
  .infocon .time{ margin-bottom: 24px; }
  .coh2ti{ font-size: 32px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  .ihtist .ih2ti{ font-size: 34px; line-height: 38px; }
  .ihtist p{ line-height: 24px; }
  .ihfnvas li b{ font-size: 17px; }
  .ihfnvas li{ padding: 10px 0; }
  .ihfnvas li.on{ padding: 10px 20px; }
  .ihtivlef{ width: 200px; }
  .ihtivrig{ width: calc(100% - 200px); }
  .ihtivlef span{ width: 123px; }
  .ihtivlef h3{ font-size: 20px; line-height: 28px; }
  .incase{ padding: 60px 0; }
  .privlef{ width: 350px; padding: 0 30px 0 62px; }
  .privbox:before{ width: 350px; }
  .privrig{ padding-right: 0; padding-left: 30px; }
  .prrigs{ padding-left: 30px; width: calc(100% - 304px); }
  .prrigs h3{ margin-bottom: 10px; }
  .prrigs span{ margin-top: 18px; }
  .prlefs{ width: 304px; }
  .dapgs .item{ margin: 0 10px; }
  .dap_prev{ left: -10px; }
  .dap_next{ right: -10px; }
  .daxpt{ margin-top: 12px; }
  .dh2mst{ font-size: 26px; }
  .dcatx{ margin-top: 16px; }
  .dekey{ padding: 40px; }
  .infocon h1{ font-size: 26px; }
  nav{ margin-right: 205px; }
}



@media screen and (max-width: 1024px){
  #banner_home,.subbanner,.demain{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #fff; }
  .logo img,.position .logo img{ height:38px; width: auto; }
  .head_rcon{ display: none; }
  .logo{ top: 12px; 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: #dc5f20 ; color: #fff; }
  #nav .nav-button i{ color: #fff; }
  body{ font-size: 16px; }
  nav li a:before,.h_top,nav li:nth-of-type(2) a:after, nav li:nth-of-type(3) a:after{ display: none; }
  #nav .nav-button{ top: 13px; background: #dc5f20; }
   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: #dc5f20 !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; }
  .pagingInfo{ bottom: 50px; }
  .banner .slick-dots{ bottom: 60px; }
  .iablef{ width: 38%; }
  .iabrig{ width: 62%; }
  .ih2ti{ font-size: 28px; line-height: 36px; }
  .iabtov p{ line-height: 24px; }
  .iabtov{ padding: 0px 30px 32px 20px; }
  .iayulst{ padding: 0 0 0 27px; }
  .iayulst li p i{ font-size: 28px; }
  .iayulst li:nth-of-type(odd){ margin-top: 32px; }
  .inhop{ flex-wrap: wrap; }
  .iholef{ width: 100%; order: 2; }
  .ihorig{ width: 100%; order: 1; }
  .ihorig{ padding: 30px; }
  .incase{ padding: 50px 0; }
  .icalef .ih2ti{ font-size: 35px; }
  .icswi{ margin-top: 25px; }
  .icastxt span{ width: 176px; height: 45px; line-height: 45px; }
  .paging{ margin-top: 32px; }
  .icanum span:nth-child(1){ top: -10px; }
  .icanum span:nth-child(2){ right: -10px; }
  .icanum span:nth-child(3){ bottom: -10px; }
  .icanum span:nth-child(4){ left: -10px; }
  .inlane{ padding-top: 50px; }
  .inlane .ih2ti{ font-size: 34px; line-height: 38px; }
  .in_manca{ margin-top: 25px; }
  .fo_boitem1 img{ height: 48px; }
  .fo_boitem2{ width: 13%; }
  .fo_boitem3{ width: 30%; }
  .fo_cop{ padding: 15px 0; margin-top: 38px; }
  .in_matxs b{ font-size: 38px; }
  .in_manca li.on .in_matxs{ padding: 30px 30px 14px 0; border-top-right-radius: 30px; }
  .sub_nav h2{ font-size: 32px; margin-bottom: 12px; }
  .privbox:before,.privlef{ display: none; }
  .privrig{ width: 100%; padding-right: 30px; }
  .prolist li{ margin-bottom: 15px; }
  .privbox{ padding-bottom: 45px; }
  .demain{ padding: 45px 0 90px; }
  .dewlef{ padding-right: 30px; }
  .dewrig h1{ font-size: 25px; line-height: 34px; }
  .pro_lxbtn{ padding-right: 0; }
  .denrbov{ margin-top: 38px; }
  .deagul li span{ width: 120px; height: 120px; line-height: 120px; font-size: 26px; }
  .deagul li h5{ margin: 8px 0; }
  .pr_darr span{ background: #dc5f20; color: #fff; }
  .abvinum{ flex-wrap: wrap; }
  .abvilef{ width: 100%; }
  .abvirig{ width: 100%; padding-left: 0; margin-top: 25px; }
  .abvilef iframe{ height: 500px; border-radius: 10px; }
  .abnivs .iayulst li:nth-of-type(2),.abnivs .iayulst li:nth-of-type(3){ padding-left: 0; }
  .abnivs{ background: transparent; padding-bottom: 0; }
  .iayulst li{ margin-top: 0 !important; padding: 0 !important; }
  .afivst{ margin-top: 30px; }
  .afivst li .changpic{ border-radius: 10px; }
  .abcoms{ padding-bottom: 50px; }
  .auszuls li{ font-size: 24px; width: 85px; height: 85px; line-height: 85px; }
  .abfirig h3{ font-size: 20px; margin: 6px 0; }
  .abfirig b{ font-size: 24px; }
  .abfolio{ padding: 45px 0; }
  .abconess{ padding: 50px 0; }
  .abdevs{ padding: 62px 0; }
  .faqlist h3{ padding: 16px 75px 16px 18px; }
  .seritem{ padding: 24px; }
  .srxrig b{ font-size: 32px; }
  .sewyul li p{ line-height: 20px; }
  .nextiv{ border-top-right-radius: 20px; }
  .digg4{ margin-top: 30px; }
  .newwar{ padding-bottom: 50px; }
  .f_bul li{ margin-bottom: 24px; }
  .map{ margin-top: 35px; }
  .cofo_info{ padding: 30px; }
  .f_bul{ margin-top: 24px; }
}

@media screen and (max-width: 768px){
  .pagingInfo{ display: none; }
  .banner .slick-dots{ bottom: 30px; left: 50%; transform: translateX(-50%); }
  .inabcom{ flex-wrap: wrap; }
  .iablef{ width: 100%; }
  .iabrig{ width: 100%; margin-top: 14px; padding-left: 0; }
  .ih2ti{ font-size: 24px; line-height: 30px; }
  .iabyear{ padding-bottom: 0; background: transparent; }
  .inabcom{ padding-bottom: 40px; }
  .ihtist .ih2ti{ font-size: 28px; line-height: 30px; }
  .ihtxts{ border-top-left-radius: 20px; padding: 28px; }
  .incase{ padding: 38px 0; }
  .icaibox{ flex-wrap: wrap; }
  .icalef{ width: 100%; padding-top: 0; }
  .icalef .ih2ti,.inlane .ih2ti{ font-size: 30px; }
  .icastxt h3{ font-size: 20px; margin-bottom: 10px; }
  .icastxt span{ margin-top: 16px; }
  .icarig{ padding-left: 0; width: 80%; }
  .inlane{ padding-top: 30px; }
  .in_manca li.on,.in_manca li{ width: calc(50% - 1px); }
  .in_manca li.on .in_matxs,.in_manca li .in_matxs{ display: block; text-align: left; padding: 14px; width: 100%; height: auto; background: #fff; border-radius: 0; }
  .in_matxs b{ display: none !important; }
  .inm_aa{ width: 100%; border: none; padding: 0; }
  .inm_aa h3{ line-height: 25px; height: 25px; margin-bottom: 10px; }
  .inm_aa p{ height: 48px; }
  .inm_aa span{ margin-top: 15px; width: 146px; height: 40px; line-height: 40px; }
  .inm_aa{ display: block; }
  .in_manca li .ali{ background-size: auto 440px !important; height: 440px; }
  footer{ padding-top: 20px; }
  .fo_boitem1,.fo_boitem2{ display: none; }
  .fo_boitem3{ width: 48%; }
  .fo_boitem4{ width: 49%; }
  .fo_mfoul button{ width: 120px; }
  .in_manca{ margin-top: 18px; }
  .sub_nav h2{ font-size: 22px; }
  .privbox{ margin-top: 0; padding-top: 30px; }
  .privrig{ padding: 0 15px; }
  .demain{ padding: 34px 0; background: #101928; }
  .dewivs{ flex-wrap: wrap; }
  .dewlef{ width: 100%; padding-right: 0; }
  .dewrig{ width: 100%; padding-top: 0; margin-top: 12px; }
  .deswiv{ margin-top: 14px; }
  .denrbov{ margin-top: 24px; }
  .dpxvp p{ line-height: 25px; }
  .detruls{ margin-top: 14px; }
  .dekey{ padding: 25px; margin-top: 30px; }
  .deparem{ margin-top: 30px; }
  .del_table table td{ padding: 14px; }
  .deagr{ margin-top: 30px; padding: 32px 0; }
  .deagul{ margin-top: 20px; }
  .deagul li h5{ font-size: 17px; }
  .deagul li span{ width: 100px; height: 100px; line-height: 100px; font-size: 20px; }
  .dh2mst{ font-size: 24px; margin-bottom: 18px; }
  .depapp{ margin-top: 24px; }
  .dapgs .item{ margin: 0 6px; }
  .deltion{ margin-top: 30px; flex-wrap: wrap; }
  .dtilef{ width: 100%; padding: 20px; }
  .dtirig{ width: 100%; padding-left: 0; }
  .decsi{ margin-top: 30px; }
  .dcatx h3{ font-size: 20px; }
  .demesge{ margin-top: 30px; padding: 35px 0; }
  .quiry_info li{ margin-bottom: 10px; }
  .pat56{ padding-top: 30px; }
  .abcoms{ padding-bottom: 40px; }
  .auszuls{ padding: 0 5%; }
  .abneuls li,.abneuls li.on{ width: 100%; float: none; margin-bottom: 5px; }
  .abneuls li + li{ margin-left: 0; }
  .abneuls li .abtxi p{ display: block; }
  .abneuls li .abtxi h4{ height: auto; margin-bottom: 12px; font-size: 24px; font-family: Outfit-Bold; }
  .abdevs .abctxt{ padding-right: 0; margin-top: 15px; }
  .abdevs,.abconess,.abfolio{ padding: 38px 0; }
  .abnivs .iayulst{ flex-wrap: wrap; }
  .abnivs .iayulst li{ width: 50%; margin-bottom: 5px; }
  .afivst{ margin-top: 15px; flex-wrap: wrap; }
  .afivst li{ width: 49%; margin-bottom: 12px; margin-right: 2%; }
  .afivst li:nth-of-type(even){ margin-right: 0; }
  .abctxt p{ line-height: 25px; }
  .fa2ti{ font-size: 24px; margin-bottom: 18px; }
  .abfabo{ padding-bottom: 50px; }
  .serlist{ margin-top: 30px; }
  .srxiv{ flex-wrap: wrap; }
  .srxlef{ width: 100%; }
  .srxrig{ width: 100%; padding-left: 0; margin-top: 12px; }
  .srxrig b{ font-size: 25px; }
  .seritem{ padding: 12px; }
  .serlist li{ margin-bottom: 15px; }
  .sewyul{ margin-top: 28px; flex-wrap: wrap; }
  .sewyul li{ width: 49%; margin-bottom: 12px; }
  .sewyul li:nth-of-type(even){ margin-right: 0; }
  .nextiv{ width: 100%; position: static; border-radius: 0; background: #eee; padding: 12px; }
  .nextiv h3{ height: 26px; margin-bottom: 6px; }
  .nextiv span{ margin-top: 10px; }
  .newlist li{ width: 49%; margin-right: 2%; margin-bottom: 18px; }
  .infocon h1{ font-size: 22px; margin-bottom: 12px; }
  .infocon .time{ margin-bottom: 14px; }
  .infocon p{ line-height: 26px; margin-bottom: 10px; }
  .infocon .other{ margin-top: 15px; padding-top: 15px; }
  .calist li{ margin-bottom: 15px; }
  .coh2ti{ font-size: 26px; margin-bottom: 8px; }
  .conboxs{ flex-wrap: wrap; }
  .cobles{ width: 100%; }
  .cobris{ width: 100%; padding-left: 0; margin-top: 12px; }
  .cofo_info{ padding: 15px; }
  .cosdes{ font-size: 18px; }
  .f_bul li{ margin-bottom: 8px; padding-left: 68px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #dc5f20; }
  .de_two li,.de_three li,.de_four li{ float: none; width: 100%; margin-right: 0; margin-bottom: 15px; }
  .de_two li p,.de_three li p,.de_four li p{ margin-top: 8px; }
  .ded_le{ width: 100%; float: none; }
  .ded_ri{ width: 100%; float: none; margin-top: 8px; }
  .inabcom{ padding: 25px 0; }
  .iabtov{ padding: 0 15px 20px; }
  .ih2ti{ font-size: 22px; line-height: 26px; }
  .iabtov p{ margin-top: 6px; }
  .iabyear{ padding-top: 15px; }
  .iayulst{ padding: 0; flex-wrap: wrap; }
  .iayulst li{ width: 50%; margin-bottom: 6px; }
  .iayulst li p i{ font-size: 22px; }
  .ihorig{ padding: 15px; }
  .ihtist .ih2ti{ font-size: 24px; margin: 8px 0; line-height: 28px; }
  .ihtxts{ position: static; border-radius: 0; width: 100%; padding: 15px; }
  .ihtivs{ flex-wrap: wrap; }
  .ihtivlef,.ihtivrig{ width: 100%; }
  .ihtivlef b{ font-size: 22px; }
  .ihtivlef h3{ margin-top: 8px; }
  .ihtivlef span{ margin-top: 6px; }
  .ihtivrig{ padding: 0; margin-top: 6px; }
  .ihtivrig p{ line-height: 24px; height: 96px; }
  .incase{ padding: 24px 0; }
  .icalef .ih2ti, .inlane .ih2ti{ font-size: 24px; }
  .icswi{ margin-top: 12px; }
  .icastxt h3{ font-size: 18px; }
  .icastxt span{ width: 160px; height: 42px; line-height: 42px; }
  .inlane{ padding-top: 20px; }
  .in_manca{ margin-top: 12px; }
  .in_manca li .ali{ background-size: auto 300px !important; height: 300px; }
  .inm_aa h3{ margin-bottom: 6px; }
  .inm_aa span{ width: 130px; margin-top: 8px; }
  .in_matxs{ padding: 12px; }
  .fo_boxdiv h4{ margin-bottom: 10px; font-size: 20px; }
  .fo_boxdiv{ flex-wrap: wrap; }
  .fo_boitem3{ width: 100%; }
  .fo_boitem4{ width: 100%; margin-top: 12px; }
  .flxuls{ margin-top: 12px; }
  .flxuls li{ margin-bottom: 8px; }
  .fo_mfoul li{ margin-bottom: 5px; }
  .fo_cop{ margin-top: 15px; }
  .inm_aa h3{ font-size: 18px; }
  .in_manca li.on .in_matxs, .in_manca li .in_matxs{ background: rgba(255, 255, 255, 0.9); }
  .inm_aa span{ height: 36px; line-height: 36px; }
  .fo_mfoul textarea{ height: 80px; }
  .sub_nav h2{ font-size: 17px; margin-bottom: 5px; }
  .privbox{ padding-top: 18px; }
  .proitem a{ flex-wrap: wrap; }
  .prlefs{ width: 100%; }
  .prrigs{ width: 100%; padding: 0; margin-top: 5px; }
  .prrigs h3{ font-size: 20px; margin-bottom: 6px; }
  .prrigs p{ line-height: 24px; height: 72px; }
  .prrigs span{ margin-top: 10px; width: 135px; }
  .demain{ padding: 14px 0; }
  .dewrig h1{ font-size: 20px; line-height: 28px; }
  .depsec p{ margin-bottom: 0; line-height: 23px; }
  .pro_lxbtn{ margin-top: 15px; }
  .detruls{ flex-wrap: wrap; }
  .detruls li{ width: 100%; margin-right: 0; margin-bottom: 5px; }
  .dekey{ margin-top: 12px; padding: 15px; }
  .dh2mst{ margin-bottom: 8px; font-size: 20px; }
  .deparem{ margin-top: 20px; }
  .del_table table td{ padding: 8px; }
  .deagr{ margin-top: 20px; padding: 20px 0; }
  .deagul{ flex-wrap: wrap; }
  .deagul li{ width: 100%; margin-bottom: 6px; }
  .deagul li span{ width: 80px; height: 80px; line-height: 80px; }
  .dtilef{ padding: 15px; }
  .decsi{ margin-top: 15px; }
  .dcatx h3{ font-size: 18px; }
  .dcatx{ margin-top: 8px; }
  .decpiv{ margin-top: 5px; }
  .decauls{ flex-wrap: wrap; }
  .decauls li{ width: 100%; margin-right: 0; margin-bottom: 12px; }
  .dcatx span{ margin-top: 10px; width: 140px; }
  .defawq{ margin-top: 12px; }
  .faqlist h3{ font-size: 18px; }
  .fa_nrp{ padding: 12px; }
  .fa_nrp p{ line-height: 25px; }
  .demesge{ margin-top: 15px; padding: 20px 0; }
  .quiry_info{ margin-top: 15px; }
  .quiry_info li{ margin-bottom: 6px; }
  .quiry_info button{ width: 150px; }
  .pat56{ padding-top: 20px; }
  .abctxt{ margin-top: 10px; }
  .abvilef iframe{ height: 250px; }
  .abvirig{ margin-top: 18px; }
  .abcoms{ padding-bottom: 18px; }
  .abdevs, .abconess, .abfolio{ padding: 26px 0; }
  .auszuls{ margin-top: 15px; }
  .auszuls li{ width: 42px; height: 42px; line-height: 42px; font-size: 18px; }
  .abfpitxt{ margin-top: 20px; padding: 12px; border-radius: 10px; }
  .abfitems{ flex-wrap: wrap; }
  .abfilef{ width: 100%; }
  .abfirig{ width: 100%; padding-left: 0; }
  .abtxi{ padding: 0% 10px 15px; }
  .abtxi p{ line-height: 22px; }
  .abneuls li.on .abtxi h4,.abneuls li .abtxi h4{ font-size: 19px; }
  .fa2ti{ font-size: 21px; margin-bottom: 10px; }
  .faivitem{ margin-bottom: 20px; }
  .serwar{ padding-bottom: 15px; }
  .sewyul li{ padding: 14px; }
  .sewyul li h4{ margin: 8px 0; font-size: 18px; }
  .sewyul li i{ font-size: 32px; }
  .sewyul li em{ font-size: 180px; }
  .serwhy{ padding: 30px 0 0; }
  .nextiv{ padding: 8px 6px; }
  .newwar{ padding-bottom: 30px; }
  .digg4{ margin-top: 15px; }
  .infocon p{ line-height: 23px; }
  .cofo_info li{ width: 100%; float: none; margin-bottom: 5px; }
  .cofo_info li:nth-of-type(even){ float: none; }
  .cofo_info{ padding: 10px; }
  
}