@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('fonts/POPPINS-BOLD.eot');
  src: local('☺'), url('fonts/POPPINS-BOLD.woff') format('woff'), url('fonts/POPPINS-BOLD.ttf') format('truetype'), url('fonts/POPPINS-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot');
  src: local('☺'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url('fonts/POPPINS-MEDIUM.eot');
  src: local('☺'), url('fonts/POPPINS-MEDIUM.woff') format('woff'), url('fonts/POPPINS-MEDIUM.ttf') format('truetype'), url('fonts/POPPINS-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('fonts/POPPINS-REGULAR.eot');
  src: local('☺'), url('fonts/POPPINS-REGULAR.woff') format('woff'), url('fonts/POPPINS-REGULAR.ttf') format('truetype'), url('fonts/POPPINS-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('fonts/Poppins-ExtraLight.otf');
  src: local('☺'), url('fonts/Poppins-ExtraLight.woff') format('woff'), url('fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url('fonts/POPPINS-SEMIBOLD.eot');
  src: local('☺'), url('fonts/POPPINS-SEMIBOLD.woff') format('woff'), url('fonts/POPPINS-SEMIBOLD.ttf') format('truetype'), url('fonts/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('fonts/GOTHAM-BLACK.otf');
  src: local('☺'), url('fonts/GOTHAM-BLACK.woff') format('woff'), url('fonts/GOTHAM-BLACK.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PRISMLIGHT';
  src: url('fonts/PRISMLIGHT.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body{font-family:Poppins-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:#eb6601;}
a:focus,input:focus,button:focus,textarea:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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


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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

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

.icon-shuangjiantouxia:before {
  content: "\e714";
}

.icon-gexingdingzhi:before {
  content: "\e63b";
}

.icon-zhiliang-xianxing:before {
  content: "\e88b";
}

.icon-zhuanli:before {
  content: "\e61f";
}

.icon-liuyan2:before {
  content: "\e617";
}

.icon-kefu2:before {
  content: "\e741";
}

.icon-jishuzhichi:before {
  content: "\e604";
}

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

.icon-fanhuidingbu3:before {
  content: "\e64a";
}

.icon-kefu1:before {
  content: "\e625";
}

.icon-liuyanban:before {
  content: "\e75e";
}

.icon-shouye:before {
  content: "\e630";
}

.icon-icon-calendar:before {
  content: "\e65b";
}

.icon-dizhi1:before {
  content: "\e814";
}

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

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

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

.icon-youtube2:before {
  content: "\ea07";
}

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

.icon-a-youjiantouzhixiangyoujiantou:before {
  content: "\e615";
}

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

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

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

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

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

.icon-liuyan1:before {
  content: "\e744";
}

.icon-xiazai19:before {
  content: "\e613";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-status-play-copy:before {
  content: "\e614";
}

.icon-wechat1:before {
  content: "\e650";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-rili:before {
  content: "\e659";
}

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

.icon-youjiantou:before {
  content: "\e60b";
}

.icon-diqiu:before {
  content: "\e7b9";
}

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

.icon-youtube:before {
  content: "\e6ab";
}

.icon-youxiang1:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

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

.icon-wechat:before {
  content: "\e608";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-youxiang:before {
  content: "\e908";
}

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

.icon-instagram-fill1:before {
  content: "\e88f";
}

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

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

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

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

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

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

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

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

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

.icon-24gf-play:before {
  content: "\ea82";
}

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

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

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

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

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

.icon-dianhua5:before {
  content: "\e6ee";
}

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

.icon-jurassic_message:before {
  content: "\e69d";
}

.icon-ins:before {
  content: "\e664";
}

.icon-instagram-fill:before {
  content: "\e763";
}

.icon-fasong:before {
  content: "\e65e";
}

.icon-shouji:before {
  content: "\e612";
}

.icon-dianhua3:before {
  content: "\e618";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-666666-copy:before {
  content: "\ec8d";
}

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

.icon-liuyan:before {
  content: "\e600";
}

.icon-shouye-xuanzhong:before {
  content: "\e62d";
}

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

.icon-jiantou2:before {
  content: "\e601";
}

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

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

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

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

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

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

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

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

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

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

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



video{ display: block; }

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

header{ transition: all 0.3s; width: 100%; height: 90px; z-index: 999; position: fixed; top: 40px; left: 0; }
header .warper{ background: rgba(255, 255, 255, 0.9); border-radius: 90px; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 54px; top: 16px; }
.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: 128px; }
nav li{ float: left; margin: 0 22px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; color: #333; font-size: 20px; font-family: Poppins-Light; padding: 0 14px; line-height:90px; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #eb6601;  }
nav li.on:before,nav li:hover:before{ opacity: 1; }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 5px; background: #eb6601; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#eb6601; min-width:250px; top: 90px; left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative;  }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; font-size: 16px; line-height: 20px; background: transparent !important; color: #fff !important; display: block; padding: 16px 26px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #d85e01!important; cursor: pointer;}
nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(235,102,1,.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: 48px; top:28px; width:24px; }
.search-button{ width:24px; position: relative;  }
.search-button span{ overflow: hidden; cursor: pointer; display: inline-block; color: #464747; }
.search-button span i{ color: #333; font-size: 28px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#eb6601;position: absolute; right: 0; height: 0; z-index: 88; top:62px; 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: 16px; background:#eb6601; color: #fff; line-height:51px; padding-left:10px; font-family: POPPINS-REGULAR; float: left; }
.searchform button{ width:54px; line-height:51px; background:#eb6601; 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{ background: #fff; top: 0; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }
.l_fixed{ width: 80px; text-align: center; position: fixed; top: 20%; right: 0; z-index: 666;  }
.l_fixed ul li{ padding: 18px 10px; cursor: pointer; box-shadow: 0 5px 10px 0 rgb(150 86 0 / 13%); position: relative; background: #fff; }
.l_fixed ul li:before{ content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; transform: translateX(-50%); width: 65px; background: #ececec; }
.l_fixed ul li i{ display: inline-block; width: 36px; height: 36px; line-height: 36px; border-radius: 36px; background: #f6f1ed; color: #eb6601; font-size: 20px; }
.l_fixed ul li p{ font-size: 14px; margin-top: 3px; color: #333; }
.l_fixed ul li:hover i{ color: #fff; background: #eb6601; }
.l_fixed ul li:last-child:before{ display: none; }
.l_fixed ul li:first-child{ padding-top: 30px; border-top-left-radius: 80px; border-top-right-radius: 80px; }
.l_fixed ul li:last-child{ background: #eb6601; padding-bottom: 18px; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; }
.l_fixed ul li:last-child i{ color: #fff; background: transparent; font-size: 26px; width: auto; height: auto; line-height: normal; }
.right_hide img { display: block; max-width: 10rem}
.right_hide{ background-color: #fff; border-radius: 10px; box-shadow: 0 0 1rem -2px rgba(61,61,61,.15); color: #3d3d3d; font-size: 14px; left: -10px; line-height: 1.6rem; opacity: 0; padding: 1rem; position: absolute; top: 50%; transform: translate(-130%,-50%); transition: all .5s ease; visibility: hidden; white-space: nowrap}
.right_hide:before { border-bottom: 6px solid transparent; border-left: 8px solid #fff; border-top: 6px solid transparent; content: ""; position: absolute; right: -7px; top: calc(50% - 4px)}
.l_fixed ul li:hover .right_hide { opacity: 1; transform: translate(-110%,-50%); visibility: visible}



.banner_home{ position: relative; }
.banner{ overflow: hidden; }
.banner .item img{ width: 100%; }
.banner .slick-dots{ bottom: 50px; }
.banner .slick-dots li{ width: auto; height: auto; }
.banner .slick-dots li button{ width:15px; height: 15px; border-radius: 15px; background: #fff; padding: 0; }
.banner .slick-dots li.slick-active button{ background: #eb6601; }

.in_banarr{ position: absolute; height: 90px; right: 0; bottom: -40px; width: 30%; background: #eb6601; }
.in_banarr span{ position: relative; padding: 0 42px; cursor: pointer; line-height: 90px; height: 90px; color: #fff; display: inline-block; }
.in_banarr span:before{ content: ""; position: absolute; top: 32px; left: -3px; width: 1px; height: 26px; background: rgba(255, 255, 255, 0.5); }
.in_banarr span i{ font-size: 22px; font-weight: bold; }
.in_banarr span.iba_prev{ transform: rotate(180deg); }
.in_banarr span:last-child:before{ display: none; }
.ban_gd{ text-align: center; cursor: pointer; animation: goleeTopIcon 2s linear infinite; position: absolute; bottom: 42px; left: 50px; }
.ban_gd .icon-shubiao{ font-size: 42px; color: #fff; display: inline-block;  }
.ban_gd span{ margin-top: 12px; display: block; color: #fff; font-size: 16px; font-family: POPPINS-MEDIUM; text-transform: uppercase; }
@keyframes goleeTopIcon{
  0% {
    transform: translateY(0);
  }
  25% {
      transform: translateY(5px);
  }
  50% {
      transform: translateY(15);
  }
  75% {
      transform: translateY(-5px);
  }
  100% {
      transform: translateY(0px);
  }
}


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

/*标题*/
.ihicen{ text-align: center; }
.ihicen p{ color: #eb6601; text-transform: uppercase; font-family: POPPINS-SEMIBOLD; }
.ihicen p a{ color: #eb6601; }
.ihicen h2{ font-size: 72px; line-height: 72px; font-family: GOTHAM-BLACK; font-weight: normal; }
/*首页*/
.inabwar{ padding: 74px 0 80px; background: url(images/iabbg.jpg) right bottom no-repeat; }
.inabtit{ position: relative; }
.inh2t{ font-size: 56px; text-transform: uppercase; line-height: 56px; font-family: POPPINS-BOLD; }
.inmore{ background: #fff; display: inline-block; padding: 10px 28px; font-size: 16px; font-family: Poppins-Light; border-radius: 50px; border: 1px solid #dcdcdc; }
.inmore i{ display: inline-block; margin-left: 20px; }
.inabtit .inmore{ position: absolute; right: 0; top: 0; }
.inabtit .inmore:hover{ transform: translateX(10px); background: #eb6601; border: 1px solid #eb6601; color: #fff; }
.inabnrbox{ display: flex; margin-top: 42px; }
.inanrlef{ width: 52%; }
.inanrrig{ width: 48%; padding-left: 42px; }
.inanrlef p{ font-size: 16px; line-height: 30px; color: #666; }
.intwoul{ margin-top: 40px; display: flex; }
.intwoul li{ width: 48%; margin-right: 4%; }
.intwoul li:last-child{ margin-right: 0; }

.inanum{ display: flex; flex-wrap: wrap; }
.inanum li{ transition: all 0.3s; background: #fff; width: 49%; margin-right: 2%; margin-bottom: 12px; padding: 56px 25px 60px 35px; border-radius: 10px; box-shadow: 0 0 27px rgba(217, 195, 179, 0.28); }
.inanum li b{ font-size: 26px; font-family: POPPINS-Regular; display: inline-block; }
.inanum li b span{ font-size: 56px; font-family: POPPINS-SEMIBOLD; line-height: 56px; display: inline-block; }
.inanum li p{ font-size: 20px; margin-top: 14px; color: #666; font-family: Poppins-ExtraLight; }
.inanum li:nth-of-type(even){ margin-right: 0; }
.inanum li:hover{ background: #eb6601; color: #fff; }
.inanum li:hover p{ color: #fff; }

.inhopw{ padding: 80px 0 120px; background: url(images/inhpbg.jpg) bottom center no-repeat; }
.inhotit{ text-align: center; }
.inhotit p{ font-size: 16px; margin-top: 16px; line-height: 30px; color: #666; }
.inhoswi{ margin-top: 40px; position: relative; }
.inhsgds .item{ margin: 0 20px; }
.inhsitem{ width: 100%; padding: 22px; transition: all 0.3s; background: #faf8f7; overflow: hidden; border: 2px solid #eb6601; border-radius: 10px; }
.ihslef{ float: left; width: 285px; }
.ihsrig{ margin-left: 285px; padding: 25px 0 0 38px; }
.ihsrig h3{ font-size: 24px; font-weight: normal; font-family: POPPINS-MEDIUM; line-height: 30px; height: 60px; overflow: hidden; }
.ihsrig p{ font-size: 16px; margin-top: 20px; line-height: 26px; color: #666; height: 78px; overflow: hidden; }
.ihsrig span{ background: #fff; margin-top: 36px; font-size: 16px; box-shadow: 0 0 26px rgba(217, 195, 179, 0.28); color: #666; display: inline-block; padding: 10px 30px; border-radius: 40px; border: 1px solid #dcdcdc; }
.ihsrig span i{ display: inline-block; margin-left: 10px; }
.inhsitem:hover{ background: #eb6601; }
.inhsitem:hover .ihsrig h3,.inhsitem:hover .ihsrig p{ color: #fff; }
.inhsitem:hover .changpic img{ transform: scale(1.15); }
.inharr{ position: absolute; width: 100%; top: 42%; left: 0; }
.inharr span{ cursor: pointer; position: absolute; top: 0; }
.inharr span i{ display: inline-block; font-size: 40px; color: #eb6601; }
.ihs_prev{ left: -54px; }
.ihs_next{ right: -54px; }
.ihs_prev i{ transform: rotate(180deg); }

.inoff{ padding: 85px 0 58px; }
.inoff .inh2t{ text-align: center; }
.inofful{ display: flex; margin-top: 74px; justify-content: space-between; }
.inofful li{ width: 28%; text-align: center; }
.inofful li i{ display: inline-block; transition: all 0.3s; font-size: 54px; color: #eb6601; border: 1px solid #eb6601; width: 124px; height: 124px; line-height: 124px; border-radius: 10px; text-align: center; }
.inofful li:hover i{ background: #eb6601; color: #fff; }
.inofful li h3{ font-size: 28px; line-height: 30px; margin: 35px 0 18px; font-weight: normal; font-family: POPPINS-MEDIUM; }
.inofful li p{ font-size: 16px; line-height: 30px; color: #666; }

.incadi{ position: relative; }
.incadi:before{ content: ""; width: 60%; height: 100%; background: url(images/icabgs.png) top right no-repeat; background-size: cover; position: absolute; left: 0; top: 0; }
.incagd .item{ display: none; height: 696px; background-size: cover; background-repeat: no-repeat; }
.incagd .item.on{ display: block; }
.inactxt{ position: absolute; top: 0; left: 0; width: 100%; padding-top: 74px; }
.inactxt .inh2t{ color: #fff; }
.incatxul{ margin-top: 34px; width: 52%; }
.incatxul li{ padding: 32px 0; border-bottom: 1px solid #868686; }
.incatxul li:last-child{ border-bottom: none; }
.incaitem h3{ color: #fff; margin-bottom: 12px; font-weight: normal; font-size: 20px; font-family: POPPINS-MEDIUM; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.incaitem p{ font-size: 16px; color: #e8e8e8; line-height: 26px; height: 52px; overflow: hidden; }
.incaitem{ position: relative; transition: all 0.3s; }
.incaitem b{ opacity: 0; transition: all 0.3s; position: absolute; top: 50%; transform: translateY(-50%); left: 0; font-weight: normal; font-size: 60px; color: #fff; line-height: 60px; font-family: POPPINS-MEDIUM; }
.incatxul li.on .incaitem b{ opacity: 1; }
.incatxul li.on .incaitem{ padding-left: 88px; }
.inneswi{ width: 115%;}


.innews{ padding: 98px 0 80px 202px; overflow: hidden; }
.ineles{ float: left; width: 350px; padding-top: 42px; }
.ineles p{ margin-top: 50px; font-size: 16px; line-height: 30px; color: #666; }

.ineris{ margin-left: 350px; padding-left: 80px; }
.inneswi .item{ margin-left: 30px; }
.inestxt{ margin-top: 20px; }
.inestxt h3{ font-size: 20px; margin-bottom: 10px; font-family: POPPINS-MEDIUM; font-weight: normal; line-height: 28px; height: 56px; overflow: hidden; }
.inestxt p{ font-size: 16px; line-height: 28px; color: #666; height: 56px; overflow: hidden; }
.inestxt span{ background: #fff; margin-top: 30px; font-size: 16px; box-shadow: 0 0 26px rgba(217, 195, 179, 0.28); color: #666; display: inline-block; padding: 10px 30px; border-radius: 40px; border: 1px solid #dcdcdc; }
.inestxt span i{ display: inline-block; margin-left: 36px; }
.inesit:hover .changpic img{ transform: scale(1.15); }
.inesit:hover .inestxt span{ background: #eb6601; color: #fff; }
.innearr{ margin-top: 35px; }
.innearr span{ cursor: pointer; }
.innearr span i{ font-weight: bold; display: inline-block; font-size: 30px; color: #eb6601; }
.ins_prev i{ transform: rotate(180deg); }

.incusmes{ padding: 50px 0; overflow: hidden; background: url(images/focusme.jpg) no-repeat; background-size: cover; }
.incule{ width: 50%; float: left; padding-right: 140px; }
.inmeri{ width: 50%; float: right; padding-left: 74px; }
.incusmes .inh2t{ color: #fff; text-transform: capitalize; }
.incousu{ margin-top: 40px; }
.incousu li{ margin-bottom: 28px; }
.incousu li:last-child{ margin-bottom: 0; }
.incoli{ position: relative; padding-left: 44px; }
.incoli p{ font-size: 34px; margin-bottom: 12px; font-family: PRISMLIGHT; color: #cdcbcb; }
.incoli a,.incoli span{ font-size: 20px; color: #fff; font-family: POPPINS-REGULAR; }
.incoli i{ color: #fff; padding-bottom: 10px; font-size: 24px; position: absolute; top: 10px; left: 0; }
.incoli i:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 14px; height: 3px; background: #fff; }
.quiry_info{ margin-top: 26px; width: 100%; position: relative; overflow: hidden; }
.quiry_info li{width: 100%; margin-bottom: 16px; position: relative; overflow: hidden;}
.quiry_info li:last-child{ margin-bottom: 0; }
.quiry_info input,.quiry_info textarea{width: 100%; resize: none; font-family:Poppins-ExtraLight; border-radius: 10px; background:transparent; color: #fff; line-height: 26px; font-size: 14px; border: 1px solid #a3a3a3; padding: 12px 14px; }
.quiry_info textarea{ height:150px; }
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #fff;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #fff;}
.quiry_info button{ transition: all 0.3s; border: none; font-size: 14px;  font-family: Poppins-ExtraLight; cursor: pointer; width: 192px; height: 40px; color: #666; line-height: 40px; border-radius: 40px; background: #fff;  }
.quiry_info button:hover{ transform: translateX(10px); }


footer{ background: #1b1b1b; border-top: 6px solid #eb6601; position: relative; z-index: 0; }
.fo_bot{ display: flex; color: #fff; padding-top: 56px; justify-content: space-between; }
.fobitem1{ width:28%; }
.fobitem1 p{ font-size: 16px; margin-top: 24px; line-height: 24px; color: #fff;}
.fohtit{ color: #eb6601; font-size: 20px; font-weight: normal; font-family: POPPINS-MEDIUM; margin-bottom: 20px; }

.fouls li{ margin-bottom: 15px; position: relative; padding-left: 16px; font-size: 16px; color: #c3c3c3; }
.fouls li:before{ content: ">>"; position: absolute; left: 0; top: 0;}
.fouls li a{ color: #c3c3c3; }
.fouls li a:hover{ color: #c3c3c3; text-decoration: underline; }
.fobitem2{ width: 11%;}
.fobitem3{ width: 10%;}
.fobitem4{ width: 15%;}
.fobitem5{ width: 15%;}
.fobmpi{ text-align: center;}
.fobmpi p{ font-size: 16px; margin-top: 16px;}
.fo_opulxl li{ margin-bottom: 15px; font-size: 16px; position: relative; padding-left: 30px; color: #fff;}
.fo_opulxl li a,.fo_opulxl li span{ color: #fff; }
.fo_opulxl li a:hover{ text-decoration: underline}
.fo_opulxl li i{ position: absolute; left: 0; top: 0; font-size: 20px; color: #eb6601;}

.media{ margin-top: 30px;  }
.media a{ margin-right: 5px; width: 46px; text-align: center; background: rgba(255, 255, 255, 0.06); height: 46px; border-radius: 46px; color: #fff; line-height: 46px; font-size:20px; display:inline-block;}
.media a:hover{ background: #4fb24c; color: #fff; }

.fo_cop{ color: #969696; border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; padding: 20px 0; margin-top: 48px; }
.fo_cop p{  color: #969696; font-size: 14px; }
.fo_cop p a{ color: #969696; }
.fo_cop p a:hover{ text-decoration: underline; color: #fff; }



.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; text-align: center; top: 40%; width: 100%; left: 0; color: #fff; }
.sub_nav h2{ font-size: 76px; line-height: 76px; text-transform: uppercase; text-shadow: 0 3px 0 rgba(32, 32, 32, 0.8); font-family: 'POPPINS-BOLD'; }
.sub_nav p{ margin-top: 14px; color: #fff; font-family: 'POPPINS-REGULAR'; }
.sub_nav p i{ font-size: 20px; color: #eb6601; display: inline-block; margin-right: 4px;}
.sub_nav p a{ color: #fff;}
.sub_nav p a:hover{ color: #eb6601;}

/*关于我们*/
.pat85{ padding-top: 85px; }
.ab_war{ margin-top: -188px; }
.abmaivs{ background: #fff; box-shadow: 0 0 46px rgb(133 133 133 / 16%); border-radius: 20px; padding: 48px 60px 55px; }
.abh2ti{ font-size: 34px; text-align: center; margin-bottom: 28px; font-weight: normal; font-family: 'POPPINS-SEMIBOLD'; font-weight: normal;}
.abcmbox{ width: 100%; display: flex;}
.abclef{ width: 54%;}
.abcrig{ width: 46%; padding-left: 54px;}
.abclef p{ font-size: 16px; line-height: 30px; color: #666;}
.avideo{ position: relative; cursor: pointer; overflow: hidden;}
.avideo i{ width: 50px; height: 50px; line-height: 50px; color: #eb6601; font-size: 20px; text-align: center; border-radius: 50px; background: #fff; display: inline-block; position: absolute; left: 50px; bottom: 50px;}

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 50%; background: #fff; padding: 45px; height: auto; position: absolute; top: 30%; left: 50%; transform: translateX(-50%); }
.allhide{ opacity: 0; z-index: -3; }
.close_btn{ cursor: pointer; transition: all 0.3s; position: absolute; top: -20px; right: -20px; border-radius: 48px; background: #eb6601; width: 48px; height: 48px; line-height: 48px; text-align: center; }
.close_btn::before,.close_btn::after { position: absolute; content: ' '; width: 0px; height: 20px; border:1px solid #fff; left: 50%; top: 50%;}
.close_btn::before { transform: translate(-50%,-50%) rotate(45deg);}
.close_btn::after { transform: translate(-50%,-50%) rotate(-45deg);}
.close_btn:hover{ transform: rotate(360deg); }


.abcotxt{ margin-top: 28px; }
.abcotxt p{ line-height: 30px; font-size: 16px; color: #666; margin-bottom: 28px; }
.abcotxt p:last-child{ margin-bottom: 0; }
.ab_war .inanum{ margin-top: 42px;  }
.ab_war .inanum li{ width: 23.5%; margin-right: 2%; margin-bottom: 0; }
.ab_war .inanum li:nth-of-type(even){ margin-right: 2%; } 
.ab_war .inanum li:last-child{ margin-right: 0; }
.inabtpiu{ margin-top: 58px; display: flex; }
.inabtpiu li{ width: 49%; margin-right: 2%; }
.inabtpiu li:last-child{ margin-right: 0; }
.inabtpiu li:hover .changpic img{ transform: scale(1.15); }
.abhov{ padding: 58px 0 74px;  }

.abhoswi{ margin-top: 40px; position: relative; }
.hoces .item{ margin: 0 25px; }
.hoces .slick-list{ margin: 0 -25px;}
.hoc_prev{ left: -54px; }
.hoc_next{ right: -54px; }
.hoc_prev i{ transform: rotate(180deg); }
.anus{ padding: 56px 0 64px !important;}
.abcinh2t{ font-size: 50px; line-height: 50px; font-family: 'POPPINS-SEMIBOLD'; font-weight: normal;}
.ausviv{ margin-top: 30px; border-radius: 20px; padding: 38px 60px 30px; box-shadow: 0 0 30px rgb(187 187 187 / 16%);}
.aviuls{ display: flex; gap: 90px;}
.aviuls li{ flex: 1; text-align: center;}
.aviuls li p{ line-height: 20px; margin-top: 14px; font-family: 'POPPINS-REGULAR';}
.aviuls li i{ display: inline-block; transition: all 0.3s; font-size: 50px; color: #eb6601; border: 1px solid #eb6601; width: 108px; height: 108px; line-height: 108px; border-radius: 10px; text-align: center; }
.aviuls li:hover i{ background: #eb6601; color: #fff; }
/* sbserv */
.abser { padding: 60px 0; background: url(images/abservi.jpg) center no-repeat; background-size: cover; position: relative; }
.abser_con { display: flex; align-items: center; justify-content: space-between; }
.abser_left { width: 50%; }
.abser_right { width: 46%; position: relative; }
.abser_left h2 { margin-bottom: 20px; }
.abser_p { font-size: 16px; color: #666; line-height: 26px; margin-bottom: 25px; }
.abser_ul { margin-bottom: 30px; }
.abser_ul li { position: relative; padding-left: 20px; font-size: 16px; font-family: 'POPPINS-LIGHT'; color: #333; line-height: 32px; }
.abser_ul li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: #eb6601; border-radius: 50%; }
.abser_slick .item .changpic { border-radius: 0; }
.abser_slick .item .changpic img { width: 100%; height: auto; }
.abser_arrow span { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; color: #eb6601; font-size: 36px; transition: all 0.3s; }
.abser_arrow .abs_prev { left: -40px; transform: translateY(-50%) rotate(180deg); }
.abser_arrow .abs_next { right: -40px; }
.abser_arrow span:hover { color: #333; }

/*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;}


/*产品列表*/
.panavt .sub_nav{ top: 50%;}
.pritem{ padding: 74px 0 80px; }
.priul .pritem:nth-of-type(even){ background: #f6f3f0; }
.pat30{ padding-top: 30px; }
.prdesc{ margin-top: 16px; width: 80%; }
.prdesc p{ color: #666666; font-size: 16px; line-height: 28px; }
.plisull{ display: flex; margin-top: 34px; }
.plisull li{ width: 49%; margin-right: 2%; }
.plisull li:nth-of-type(even){ margin-right: 0; }
.flex{ flex-wrap: wrap; }
.flex li{ margin-bottom: 32px; }

/*分页 结束*/
.digg4{  margin-top: 60px; text-align: center;}
.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:#eb6601; }
.digg4 a{ color: #333; }
/*产品详情*/
.delnapv{ color: #fff; font-family: 'POPPINS-REGULAR'; }
.delnapv i{ font-size: 20px; color: #eb6601; display: inline-block; margin-right: 4px;}
.delnapv a{ color: #fff;}
.delnapv a:hover{ color: #eb6601;}
.del_war{ margin-top: -288px; }
.del_main{ margin-top: 22px; display: flex;  padding: 44px; border-radius: 10px; overflow: hidden; position: relative; background: #eb6601; }
.de_male{ width: 53%; }
.de_mari{ width: 47%; padding: 45px 0 0 52px; }
.propicflash{ width: 100%; position: relative; overflow: hidden; }
.propicflash .big{ border: 1px solid #d7d7d7; float: left; width: 74.2%; display: inline-block; background: #fff;   }
.propicflash .big img{display: none; width: 100%; }
.propicflash .big img.on{display: block;}
.propicflash .small{ width: 25.2%; float: right; padding-left: 1.7%; display: inline-block; }
.propicflash .small img.on{display: block; border: 1px solid #eb6601; }
.propicflash .small img{ border: 1px solid #d7d7d7; float: left; background: #fff; width: 100%; margin-bottom:15px; cursor: pointer;}
.propicflash .small img:last-child{margin-bottom: 0}
.de_mari h1{ color: #fff; font-size: 38px; line-height: 30px; font-weight: normal; font-family: POPPINS-MEDIUM; }
.demdes{ margin-top: 30px; background: #ee7f2a; padding: 22px 48px 34px 38px; height: 250px; overflow-y: auto; }
.demdes p{ font-size: 16px; line-height: 28px; color: #fff; }
.demdes::-webkit-scrollbar{ width: 8px; height: 1px; }
.demdes::-webkit-scrollbar-thumb{ border-radius: 0; background: #fff; }
.demdes::-webkit-scrollbar-track { border-radius: 0; background: #f0b283; }
.dbmsmcc{ margin-top: 24px;}
.dbmsmcc p{ color: #fff; font-family: 'POPPINS-MEDIUM';}

.pro_lxbtn{ margin-top: 28px; padding-right: 20px; }
.pro_lxbtn a{ background: #fff; font-size: 16px; font-family: POPPINS-REGULAR; overflow: hidden; position: relative; border-radius: 50px; color: #eb6601; text-align: center; padding:12px 10px; border: 1px solid #eb6601; width: 48%; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 24px; margin-right: 5px; }
.pro_lxbtn a *{ vertical-align: middle; }
.pro_lxbtn a:last-child{ margin-left: 2%; }
.pro_lxbtn a:hover{ transform: translateX(10px); opacity: 0.85; }
.share{ margin-top: 32px; color: #fff; font-size: 16px; }


.debldi{ margin-top: 56px;}
.deb_item{ margin-bottom: 50px; }
.debldi .deb_item:last-child{ margin-bottom: 0; }
.deduc{ background: #f6f3f0; padding: 50px; border-radius: 10px; }

.deh3{ margin-bottom: 18px; position: relative; line-height: 38px; padding-left: 18px; font-weight: normal; font-size: 38px; font-family: POPPINS-SEMIBOLD; }
.deh3:before{ content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 36px; background: #eb6601; }
.deb_txp p{ font-size: 16px; line-height: 28px; color: #999; }

.debtrul{ margin-top: 36px; overflow: hidden; display: flex; gap: 34px; }

.demorbt i{ color:#eb6601; display:inline-block; font-weight:bold; font-size: 20px;}
.parameter_con{
	width: 100%;
	margin-top: 30px;
	height: 352px;
	overflow: hidden;
}
.parameter_con.ac{ height:auto;}
.slide_btn.ac i{ transform:rotate(180deg); }
.del_table{ overflow-x: auto; }
.del_table table{  width: 100%; border-collapse: collapse; }
.del_table table tr td{ font-size: 16px; padding: 12px 25px; color: #333; border: 1px solid #e5e0da;}
.del_table table tr td:first-child{ font-family: POPPINS-MEDIUM; }
.del_table table tr:nth-of-type(odd){ background: #f6f3f0; }

.twiry_info{ margin-top: 20px; width: 100%; position: relative; overflow: hidden; }
.twiry_info li{width: 49.5%; float: left; margin-bottom: 18px; position: relative; overflow: hidden;}
.twiry_info li:nth-of-type(even){ float: right; }
.twiry_info li:nth-of-type(5),.twiry_info li:last-child{ width: 100%; }
.twiry_info li:last-child{ margin-bottom: 0; }
.twiry_info input,.twiry_info textarea{width: 100%; resize: none; font-family:Poppins-ExtraLight; border-radius: 10px; background:#faf8f7; color: #000; line-height: 26px; font-size: 16px; border: 1px solid #e3dbd7; padding: 14px 14px; }
.twiry_info textarea{ height:160px; }
.twiry_info input::-webkit-input-placeholder,.twiry_info textarea::-webkit-input-placeholder { color: #666;}
.twiry_info input:-moz-placeholder,.twiry_info textarea:-moz-placeholder {color: #666;}
.twiry_info button{ transition: all 0.3s; border: none; font-size: 16px;  font-family: POPPINS-REGULAR; cursor: pointer; width: 200px; height: 45px; color: #fff; line-height: 45px; border-radius: 40px; background: #eb6601;  }
.twiry_info button:hover{ transform: translateX(10px); }

.debldi{ padding-bottom: 98px; }
.de_rpswi{ position: relative; margin-top: 36px; }
.der_gds .item{ margin: 0 16px; }
.der_gds .slick-list{ margin: 0 -16px;}

.de_ard{ position: absolute; top: -62px; right: 0;}
.de_ard span{ cursor: pointer; display: inline-block; margin-left: 10px; }
.de_ard span i{ display: inline-block; font-size: 28px;  color: #cebdb5; }
.de_ard span.dre_prev i{ transform: rotate(180deg); }
.de_ard span:hover{}
.de_ard span:hover i{ color: #743e23; }

/*case*/
.case_div{ margin-top: -187px;}
.casebox{ background: #fff; box-shadow: 0 0 10px rgba(113, 113, 113, 0.16); border-radius: 20px; padding: 54px 54px 80px;}
.calist li{ margin-bottom: 52px;}
.calist li:last-child{ margin-bottom: 0;}
.calitem a{ display: flex; align-items: center; width: 100%;}
.cailef{ width: 50%;}
.cairig{ width: 50%; padding: 0 42px;}
.cairig h3{ font-size: 26px; line-height: 30px; height: 60px; font-family: POPPINS-MEDIUM; font-weight: normal; overflow: hidden; margin-bottom: 16px; }
.cairig p{ font-size: 16px; line-height: 28px; color: #666; overflow: hidden; height: 112px;}
.cairig span{ background: #fff; margin-top: 30px; font-size: 16px; box-shadow: 0 0 26px rgba(217, 195, 179, 0.28); color: #666; display: inline-block; padding: 10px 30px; border-radius: 40px; border: 1px solid #dcdcdc; }
.cairig span i{ display: inline-block; margin-left: 36px; }
.calitem:hover .changpic img{ transform: scale(1.15);}
.calitem:hover .cairig span{ background: #eb6601; color: #fff;}
.calist li:nth-of-type(even) .cailef{ order: 2;}
.calist li:nth-of-type(even) .cairig{ order: 1;}

/*news*/
.nes_list{ display: flex; flex-wrap: wrap; margin-top: 52px; }
.nes_list li{ width: 32%; margin-right: 2%; margin-bottom: 56px; }
.nes_list li:nth-of-type(3n){ margin-right: 0; }

.pat80{ padding-top: 80px; }
.infocon{color: #666; }
.infocon h1{ font-size:26px; line-height: 30px; font-family: POPPINS-MEDIUM; font-weight: normal; text-align: center; color: #222;}
.infocon img{ display: inline-block; margin: 15px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin: 18px 0; color: #eb6601}
.infocon .time i{ font-size: 20px; }
.infocon .other{ font-size: 17px; padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #eb6601; }
.infocon p{line-height:28px; font-size: 17px; color: #888; margin-bottom: 10px;}

/*contact*/
.pat60{ padding-top: 60px;}
.conwar{ padding-bottom: 60px; }
.cousivf{ display: flex;}
.cousilef{ width: 50%; padding-right: 64px;}
.cousilef .abcinh2t,.comesivs .abcinh2t{ color: #eb6601;}
.copxdc{ font-size: 16px; margin-top: 16px; line-height: 24px; color: #666; }
.cousirig{ width: 50%;}
.copxt{ color: #666; font-size: 15px;}
.cosivul{ margin-top: 14px;}
.cosivul li{ padding: 26px 0; border-bottom: 1px solid #e1e1e1;}
.fo_citd i{ color: #eb6601; font-size: 27px; position: absolute; top: 0; left: 0;}
.fo_citd p{ color: #000; font-size: 16px; font-family: 'POPPINS-MEDIUM'; margin-bottom: 6px;}
.fo_citd a{ font-size: 18px; display: inline-block;}
.fo_citd span{ font-size: 16px; display: inline-block;}
.fo_citd{ padding-left: 35px; position: relative;}
.fo_citd a:hover{ color: #eb6601; text-decoration: underline; }
.cosivul li:last-child{ border-bottom: none;}
.comesivs{ margin-top: 36px;}

@media screen and (max-width: 1680px){  
  .innews{ padding: 98px 0 80px 70px; }
  .del_war{ margin-top: -210px; }
  .ab_war,.case_div{ margin-top: -145px;}
}

@media screen and (max-width: 1600px){
  .innews{ padding: 98px 0 80px 52px; }
  .l_fixed ul li{ padding: 14px 10px;}
  .sub_nav h2{ font-size: 62px; line-height: 62px;}
}

@media screen and (max-width: 1440px){
  .warper{ width: 88%; }
  nav li{ margin: 0 10px; }
  .ihslef{ width: 258px; }
  .ihsrig{ margin-left: 258px; padding: 15px 0 0 20px; }
  .ihsrig span{ margin-top: 26px; }
  .inh2t{ font-size: 48px; line-height: 48px; }
  .abhoswi{ margin-top: 48px; }
  .de_mari{ padding: 10px 0 0 30px; }
  .de_mari h1{ font-size: 30px; }
  .demdes{ margin-top: 20px; padding: 18px 34px 24px 20px; }
  .pro_lxbtn{ margin-top: 30px; }
  .share{ margin-top: 20px; }
  .caselef span{ margin-top: 20px; }
  .caselef{ padding-top: 14px; }
  .co_cous .inh2t{ font-size: 40px; }
  .fotblef{ width: 62%; }
  .innews{ padding: 80px 0 70px 6%;}
  .ineris{ padding-left: 20px;}
  .fobitem1 img{ height: 82px;}
  .fobitem2{ width: 14%;}
  .fobitem3{ width: 11%;}
  .fobitem4{ width: 17%;}
  .fobitem5{ width: 11%;}
  .fo_cop{ margin-top: 34px;}
  .sub_nav h2{ font-size: 54px; line-height: 54px;}
  .ab_war, .case_div{ margin-top: -120px;}
  .del_war{ margin-top: -165px;}
  .del_main{ padding: 32px;}
  .propicflash .small img{ margin-bottom: 13px;}
  .deh3{ font-size: 32px; line-height: 32px;}
  .deh3:before{ height: 28px;}
  .casebox{ padding: 45px 40px 70px;}
  .cosivul li{ padding: 15px 0;}
  .abcinh2t{ font-size: 44px; line-height: 44px;}
  .cousilef{ padding-right: 20px;}
}


@media screen and (max-width: 1366px){
  .l_fixed ul li{ padding: 12px 0; }
  .intwoul{ margin-top: 46px; }
  .inabwar{ padding: 70px 0; }
  .inhopw{ padding: 70px 0 100px; }
  .inofful{ margin-top: 45px; }
  .inofful li h3{ font-size: 26px; line-height: 26px; margin: 25px 0 8px; }
  .incatxul{ margin-top: 8px; }
  .ineris{ padding-left: 25px; }
  .innews{ padding: 45px 0 60px 70px; }
  .incule{ padding-right: 40px; }
  .deb_txp p{ margin-bottom: 12px; }
  .inanum li b span{ font-size: 47px; line-height: 47px;}
  .inestxt span i{ margin-left: 12px;}
  .fo_bot{ padding-top: 40px;}
  .fo_cop{ padding: 10px 0;}
  .abh2ti{ font-size: 30px;}
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  nav li>a{ padding: 0 10px; }
  nav{ margin-right: 92px; }
  .inanum li b{ font-size: 46px; line-height: 46px; }
  .intwoul{ margin-top: 18px; }
  .inabnrbox{ margin-top: 28px; }
  .inofful li i{ width: 100px; height: 100px; line-height: 100px; font-size: 42px; }
  .inofful li{ width: 31%; }
  .incagd .item{ height: 608px; }
  .incatxul li{ padding: 26px 0; }
  .inneswi .item{ margin-left: 15px; }
  .pat85{ padding-top: 60px; }
  .inh2t{ font-size: 44px; line-height: 44px; }
  .abcotxt p{ margin-bottom: 10px; }
  .ab_war .inanum li{ padding: 25px; }
  .ab_war{ padding-bottom: 70px; }
  .abhoswi{ margin-top: 35px; }
  .hoces .item{ margin: 0 8px; }
  .pritem{ padding: 40px 0 45px; }
  .del_main{ padding: 30px; }
  .del_war{ margin-top: -100px; }
  .deh3{ font-size: 32px; line-height: 32px; }
  .deh3:before{ height: 28px; }
  .deduc{ padding: 40px; }
  .deb_item{ margin-bottom: 24px; }
  .deb_txp p{ margin-bottom: 10px; }
  .debtrul{ margin-top: 16px; }
  .caserig{ padding-left: 35px; }
  .inanum li b{ font-size: 34px; line-height: 34px;}
  .inanum li b span{ font-size: 42px; line-height: 42px;}
  .fobitem4{ width: 19%;}
  .fobitem2{ width: 16%;}
  .abmaivs{ padding: 34px;}
  .anus{ padding: 0 0 50px !important;}
  .abser_p,.abser_ul{ margin-bottom: 12px;}
  .ihsrig h3{ font-size: 22px;}
  .cairig{ padding: 0 24px;}
  .cairig h3{ font-size: 24px;}
}


@media screen and (max-width: 1024px){
  header{ top: 0; }
  .banner_home,.subbanner,.po_delwa{ 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:47px; width: auto; }
  .logo{ top: 9px; left: 0; }
  .warper{ width: 96%; }
  .l_fixed{ display: none; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
  nav li{ float: none; padding: 0; margin: 0; }
  nav li>a,.position nav li>a,.page_h  nav li>a{ margin:0; color: #fff; line-height: normal;  display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li.on a, nav li:hover a{ background: #eb6601 ; 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: #eb6601; }
  nav dl{ left: 0;  top: 0; padding: 0; border:none; width: auto;  background: #434343;  position: inherit;  opacity: 1; height: auto !important; display: block !important; }
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li:hover dl{ left: 0; opacity: 1; }
  nav li dl dd a{ color: #fff !important; padding: 10px 22px; white-space: normal; font-size: 16px; }
  nav dl dd:hover div,nav li a:before,.home_tit img{display: none;}
  nav li dl dd a:hover{ background: #eb6601 !important;}
  nav dl dd{ border: none; }
  nav li>a{ font-size: 18px; }
  .nav_show li p{ font-size: 16px; }
  nav dl dd div{ display: none; position: initial; left: 0; width: 100%; background: #89898a; }
  nav dl dd div a{ font-size: 15px; }
  nav dl dd:hover div,.head_rcon,.ban_bod,.ban_media{display: none;}
  #nav .nav-button{ right:0; }
  .banner .slick-dots{ bottom: 22px; }
  .inabwar{ padding: 60px 0; }
  .inanrrig{ padding-left: 30px; padding-top: 30px; }
  .inanum li{ padding: 26px; }
  .inanum li b{ font-size: 34px; line-height: 34px; }
  .inanum li b span{ font-size: 34px; line-height: 34px;}
  .inanum li p{ font-size: 17px;}
  .intwoul{ margin-top: 15px; }
  .inhopw{ padding: 60px 0 80px; }
  .inhsgds .item{ margin: 0 10px; }
  .inhoswi{ margin-top: 25px; }
  .inhsitem{ padding: 15px; }
  .ihslef{ width: 220px; }
  .ihsrig{ margin-left: 220px; padding: 8px 0 0 10px; }
  .ihsrig p{ margin-top: 6px; }
  .ihsrig span{ margin-top: 16px; }
  .ihsrig span i{ margin-left: 8px; }
  .inoff{ padding: 58px 0; }
  .inactxt{ padding-top: 48px; }
  .incatxul li{ padding: 20px 0; }
  .incagd .item{ height: 550px; }
  .incadi:before{ width: 62%; }
  .innews{ padding: 45px 0 60px 30px; }
  .ineles p{ margin-top: 22px; }
  .inestxt span{ margin-top: 20px; }
  .incusmes .inh2t{ font-size: 35px; line-height: 35px; }
  .incousu{ margin-top: 16px; }
  .incousu li{ margin-bottom: 6px; }
  .incule{ padding-right: 0; }
  .inmeri{ padding-left: 35px; }
  .fotblef{ width: 100%; }
  .fobitem{ padding: 30px; }
  .fobitem:before{ top: 30px; }
  .fobnul li{ margin-bottom: 10px; }
  .focop,footer:before,footer:after{ display: none; }
  .fotbrig{ width: 100%; text-align: left; padding-top: 25px; float: none; }
  .fotblef{ float: none; }
  .fomed a{ font-size: 22px; }
  .media{ margin-top: 20px; }
  .media a{ font-size: 20px; }
  footer{ padding-bottom: 15px; }
  .sub_nav p{ font-size: 20px; }
  .pat85{ padding-top: 42px; }
  .abcotxt{ margin-top: 16px; }
  .ab_war .inanum{ margin-top: 20px; }
  .inabtpiu{ margin-top: 30px; }
  .ab_war{ padding-bottom: 40px; }
  .abhov{ padding: 45px 0 50px; }
  .hoc_prev{ left: 0; }
  .hoc_next{ right: 0; }
  .pritem{ padding: 35px 0; }
  .prdesc{ width: 100%; }
  .plisull{ margin-top: 16px; }
  .digg4{ margin-top: 20px; }
  .del_main{ padding: 20px; }
  .demdes{ height: 206px; margin-top: 12px; }
  .propicflash .small img{ margin-bottom: 10px; }
  .demdes p{ font-size: 15px; line-height: 24px; }
  .share{ margin-top: 8px; }
  .debldi{ margin-top: 35px; padding-bottom: 40px; }
  .deduc{ padding: 30px; }
  .deb_txp p{ margin-bottom: 0; line-height: 26px; }
  .twiry_info li{ margin-bottom: 12px; }
  .de_rpswi{ margin-top: 20px; }
  .de_ard{ top: -50px; }
  .caselist li{ padding: 30px 0; }
  .caselef h3{ font-size: 22px; margin-bottom: 8px; }
  .caselef p{ line-height: 25px; height: 75px; }
  .pat80{ padding-top: 60px; }
  .nes_list li{ margin-bottom: 35px; }
  .case_war{ padding-bottom: 45px; }
  .coc_ri{ padding-left: 0; }
  .fohtit{ font-size: 18px;}
  .fobitem1{ display: none;}
  .fobitem2{ width: 18%;}
  .fobitem3{ width: 15%;}
  .fobitem4{ width: 24%;}
  .fobitem5{ width: 15%;}
  .fouls li{ margin-bottom: 10px;}
  .fohtit{ margin-bottom: 10px;}
  .ab_war, .case_div{ margin-top: 50px;}
  .sub_nav h2{ font-size: 48px; line-height: 48px;}
  .getbox{ padding: 30px; width: 80%;}
  .abcinh2t{ font-size: 38px; line-height: 38px;}
  .ausviv{ padding: 34px;}
  .aviuls{ gap: 20px;}
  .aviuls li i{ width: 80px; height: 80px; line-height: 78px; font-size: 40px;}
  .del_war{ margin-top: -124px;}
  .pro_lxbtn{ padding: 0;}
  .pro_lxbtn a{ font-size: 13px; padding: 12px 3px;}
  .de_mari{ padding: 0 0 0 14px;}
  .pro_lxbtn a i{ font-size: 19px;}
  .pro_lxbtn{ margin-top: 20px;}
  .casebox{ padding: 30px 30px 50px;}

}

@media screen and (max-width: 768px){
  .inabwar{ padding: 45px 0 28px; }
  .inh2t{ font-size: 35px; line-height: 35px; }
  .inmore{ padding: 8px 20px; }
  .inabtit .inmore{ position: static; margin-top: 12px; }
  .inabnrbox{ margin-top: 18px; display: block; }
  .inanrlef{ width: 100%; }
  .inanrrig{ width: 100%; padding: 0; margin-top: 15px; }
  .inanrlef p{ line-height: 26px; }
  .inanum li{ padding: 25px; }
  .inanum li b{ font-size: 34px; line-height: 34px; }
  .inanum li p{ margin-top: 8px; }
  .inhopw{ padding: 50px 0; }
  .inhotit p{ line-height: 25px; }
  .ihs_prev{ left: 0; }
  .ihs_next{ right: 0; }
  .inharr span i{ font-size: 30px; }
  .inoff{ padding: 48px 0; }
  .inofful{ margin-top: 25px; }
  .inofful li h3{ margin: 10px 0; font-size: 22px; line-height: 22px; }
  .inofful li p{ line-height: 25px; }
  .inofful li i,.aviuls li i{ width: 70px; height: 70px; line-height: 70px; font-size: 30px; }
  .incadi:before{ width: 100%; }
  .incatxul{ width: 90%; }
  .incaitem h3{ margin-bottom: 8px; }
  .innews{ padding: 45px 10px; }
  .ineles{ float: none; width: 100%; padding-top: 0; }
  .ineles p{ margin-top: 8px; line-height: 24px; }
  .innearr{ margin-top: 18px; }
  .ineris{ margin-left: 0; margin-top: 15px; padding-left: 0; }
  .inneswi .item{ margin: 0 7px; }
  .incusmes{ padding: 40px 0; }
  .incule{ width: 100%; float: none; }
  .inmeri{ width: 100%; float: none; padding-left: 0; margin-top: 15px; }
  .incoli p{ font-size: 24px; margin-bottom: 6px; }
  .incoli{ padding-left: 36px; }
  .quiry_info button{ width: 150px; }
  .incusmes .inh2t{ font-size: 32px; line-height: 32px; }
  .fotblef{ display: none; }
  .abcotxt p{ margin-bottom: 0; line-height: 28px; }
  .ab_war .inanum li{ padding: 18px; }
  .abhoswi{ margin-top: 24px; }
  .pritem{ padding: 24px 0; }
  .plisull .ihslef{ width: 100%; float: none; }
  .plisull .ihsrig{ margin-left: 0; padding: 0; margin-top: 12px; }
  .flex li{ margin-bottom: 15px; }
  .del_main{ padding: 15px; flex-wrap: wrap; }
  .de_male{ width: 100%; }
  .de_mari{ width: 100%; margin-top: 15px; padding: 0; }
  .propicflash .small img{ margin-bottom: 13px; }
  .deduc{ padding: 20px; }
  .der_gds .item{ margin: 0; }
  .caserig{ padding-left: 20px; }
  .caselef{ padding-top: 0; }
  .caselef span{ display: none; }
  .caselist li{ padding: 20px 0; }
  .nes_list li{ width: 49%; }
  .nes_list li:nth-of-type(3n){ margin-right: 2%; }
  .nes_list li:nth-of-type(even){ margin-right: 0; }
  .pat80{ padding-top: 40px; }
  .coc_le{ width: 100%; float: none; padding: 0; }
  .coc_ri{ width: 100%; float: none; padding: 0; margin-top: 30px; }
  .cocusdi{ padding: 35px; }
  .co_cous .inh2t{ font-size: 35px; line-height: 35px; }
  .co_inform{ margin-top: 20px; }
  .map{ margin-top: 35px; }
  .inneswi{ width: 100%;}
  .fo_bot{ padding-top: 28px;}
  .fobitem2,.fobitem3{ display: none;}
  .fobitem4{ width: 35%;}
  .fobitem5{ width: 18%;}
  .fobmpi p{ margin-top: 6px;}
  .sub_nav h2{ font-size: 36px; line-height: 36px;}
  .sub_nav p{ font-size: 16px;}
  .ab_war, .case_div{ margin-top: 40px;}
  .abmaivs{ padding: 28px;}
  .abh2ti{ font-size: 26px; line-height: 34px; margin-bottom: 14px;}
  .abcmbox{ flex-direction: column;}
  .abclef{ width: 100%;}
  .abcrig{ width: 100%; margin-top: 12px; padding: 0;}
  .ab_war .inanum{  }
  .ab_war .inanum li{ width: 49%; margin-bottom: 12px;}
  .ab_war .inanum li:nth-of-type(even){ margin-right: 0;}
  .inabtpiu{ margin-top: 20px;}
  .abcinh2t{ font-size: 32px; line-height: 32px;}
  .ausviv{ padding: 24px;}
  .abser{ padding: 40px 0;}
  .abser_con{ flex-direction: column;}
  .abser_left{ width: 100%;}
  .abser_right{ width: 100%; margin-top: 14px;}
  .abser_arrow .abs_prev{ left: 0;}
  .abser_arrow .abs_next{ right: 0;}
  .abser_arrow span{ font-size: 30px;}
  .deh3{ font-size: 25px; padding: 0; line-height: normal; margin-bottom: 10px;}
  .deh3:before{ display: none;}
  .debtrul{ gap: 10px;}
  .der_gds .slick-list{ margin: 0;}
  .casebox{ padding: 20px 20px 34px;}
  .cairig h3{ font-size: 20px; height: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 6px;}
  .cairig p{ height: 72px; line-height: 24px;}
  .cairig span{ margin-top: 10px;}
  .cairig{ padding: 0 0 0 20px;}
  .calist li:nth-of-type(even) .cairig{ padding: 0 20px 0 0;}
  .calist li{ margin-bottom: 15px;}
  .cairig span i{ margin-left: 5px;}
  .nes_list{ margin-top: 24px;}
  .nes_list li{ margin-bottom: 22px;}
  .infocon h1{ line-height: normal; font-size: 22px;}
  .infocon .time{ margin: 8px 0;}
  .pat60{ padding-top: 45px;}
  .cousivf{ flex-direction: column;}
  .cousilef{ width: 100%; padding: 0;}
  .cousirig{ width: 100%; margin-top: 14px;}
  .conwar{ padding-bottom: 30px;}
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #eb6601; }
  .inabwar{ padding: 25px 0 18px; }
  .inh2t{ font-size: 26px; line-height: 26px; }
  .inanum li{ padding: 18px; }
  .inanum li b{ font-size: 26px; line-height: 26px; }
  .inhopw{ padding: 20px 0; }
  .inhsgds .item{ margin: 0; }
  .ihslef{ width: 100%; float: none; }
  .ihsrig{ margin-left: 0; padding: 0; margin-top: 10px; }
  .inhsitem{ padding: 8px; }
  .inoff{ padding: 20px 0; }
  .inofful{ margin-top: 14px; flex-wrap: wrap; }
  .inofful li{ width: 100%; margin-bottom: 5px; }
  .inactxt{ padding-top: 30px; }
  .incatxul{ width: 100%; }
  .incaitem h3{ font-size: 18px; }
  .incagd .item{ height: 456px; }
  .incadi:before{ background: rgba(0, 0, 0, 0.5); }
  .innews{ padding: 24px 10px; }
  .ineles .inh2t{ font-size: 26px; line-height: 26px; }
  .inneswi .item{ margin: 0; }
  .incusmes .inh2t{ font-size: 28px; line-height: 28px; }
  .quiry_info li{ margin-bottom: 10px; }
  .pat85{ padding-top: 28px; }
  .abcotxt p{ line-height: 25px; }
  .ab_war .inanum li:nth-of-type(even){ margin-right: 0; }
  .inabtpiu{ margin-top: 15px; }
  .ab_war{ padding-bottom: 28px; }
  .abhov{ padding: 30px 0; }
  .abhoswi{ margin-top: 12px; }
  .plisull{ flex-wrap: wrap; }
  .plisull li{ width: 100%; margin-bottom: 10px; margin-right: 0; }
  .pat30{ padding-top: 12px; }
  .pro_war{ padding-bottom: 30px; }
  .del_war{ margin-top: -55px; }
  .del_main{ padding: 8px; }
  .propicflash .small img{ margin-bottom: 7px; }
  .de_mari h1{ font-size: 23px; }
  .demdes{ height: auto; padding: 14px; }
  .pro_lxbtn{ padding-right: 0; margin-top: 10px; }
  .debldi{ margin-top: 15px; }
  .deh3{ font-size: 22px; line-height: 22px; margin-bottom: 10px; }
  .deh3:before{ height: 18px; }
  .deduc{ padding: 24px 10px; }
  .debtrul{ margin-top: 6px; }
  .del_table table tr td{ padding: 6px; }
  .deb_txp p{ line-height: 23px; }
  .twiry_info{ margin-top: 12px; }
  .twiry_info li{ width: 100%; float: none; margin-bottom: 6px; }
  .twiry_info button{ width: 120px; }
  .caselef h3{ font-size: 20px; margin-bottom: 6px; }
  .caselef{ float: none; width: 100%; }
  .caserig{ margin-top: 12px; width: 100%; float: none; padding: 0; }
  .caselist li{ padding: 10px 0; }
  .inestxt span{ display: none; }
  .inestxt{ margin-top: 10px; }
  .inestxt h3{ font-size: 17px; margin-bottom: 6px; line-height: 23px; height: 46px; }
  .nes_list li{ margin-bottom: 15px; }
  .pat80{ padding-top: 20px; }
  .infocon h1{ font-size: 21px; line-height: 28px; }
  .infocon .time{ margin: 8px 0; }
  .infocon p{ margin-bottom: 0; line-height: 26px; }
  .infocon .other{ margin: 12px 0 0 0; }
  .cocusdi{ padding: 15px; }
  .co_cous .inh2t{ font-size: 28px; line-height: 28px; }
  .incoli a, .incoli span{ font-size: 18px; }
  .co_inform li{ margin-bottom: 8px; }
  .co_inform button{ width: 120px; }
  .co_inform li:last-child{ margin-top: 0; }
  .map{ margin-top: 15px; }
  .fobitem4{ width: 58%;}
  .fobitem5{ width: 30%;}
  .sub_nav h2{ font-size: 26px; line-height: 26px;}
  .abmaivs{ padding: 12px;}
  .ab_war, .case_div{ margin-top: 30px;}
  .abh2ti{ font-size: 22px; line-height: 28px;}
  .abclef p{ line-height: 26px;}
  .getbox{ padding: 14px; width: 90%;}
  .aviuls{ flex-wrap: wrap;}
  .aviuls li{ width: 50%;}
  .anus{ padding: 0 0 30px !important;}
  .abcinh2t{ font-size: 26px; line-height: 26px;}
  .panavt .sub_nav{ top: 28%;}
  .pro_lxbtn a{ width: 100%; font-size: 16px;}
  .pro_lxbtn a:last-child{ margin-left: 0;}
  .pro_lxbtn a i{ font-size: 24px;}
  .debtrul{ flex-wrap: wrap;}
  .debtrul li{ width: 48%; display: inline-block;}
  .calitem a{ flex-wrap: wrap;}
  .cailef{ width: 100%;}
  .cairig{ width: 100%; padding:0; margin-top: 10px;}
  .cairig h3{ font-size: 19px;}
  .calist li:nth-of-type(even) .cailef{ order: 1;}
  .calist li:nth-of-type(even) .cairig{ padding: 0; order: 2;}
  .case_div{ padding-bottom: 30px;}
  .casebox{ padding: 14px 10px 24px;}
  .pat60{ padding-top: 22px;}
}