@charset "utf-8";
@font-face {
  font-family: 'OSWALD-B';
  src: url('fonts/OSWALD-B.eot');
  src: local('☺'), url('fonts/OSWALD-B.woff') format('woff'), url('fonts/OSWALD-B.ttf') format('truetype'), url('fonts/OSWALD-B.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Light';
  src: url('fonts/Oswald-Light.eot');
  src: local('☺'), url('fonts/Oswald-Light.woff') format('woff'), url('fonts/Oswald-Light.ttf') format('truetype'), url('fonts/Oswald-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald-r';
  src: url('fonts/oswald-r.eot');
  src: local('☺'), url('fonts/oswald-r.woff') format('woff'), url('fonts/oswald-r.ttf') format('truetype'), url('fonts/oswald-r.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-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-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;
}

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

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

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

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

.icon-liangdian:before {
  content: "\e7a1";
}

.icon-xinxi1:before {
  content: "\e637";
}

.icon-renwumiaoshu:before {
  content: "\e660";
}

.icon-fenlei:before {
  content: "\e654";
}

.icon-shuju:before {
  content: "\e778";
}

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

.icon-rili1:before {
  content: "\e8cf";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-gongchang-xian:before {
  content: "\e81c";
}

.icon-quanqiu:before {
  content: "\e7c8";
}

.icon-sheji-xianxing:before {
  content: "\e7eb";
}

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

.icon-gongchang:before {
  content: "\e98e";
}

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

.icon-icon_xinyong_xianxing_jijin-119:before {
  content: "\e646";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.gt_switcher-popup span{display:none!important;}


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


header{ height: 133px; width: 100%; z-index: 999; position: fixed; top: 0; left: 0; }
.h_top{ height: 75px; background: #fff; }
.h_xlbox{ width: 100%; text-align: right; padding-top: 15px; }
.h_xlbox li{ display: inline-block; position: relative; margin-left: 40px; text-align: left; position: relative; font-size: 16px; font-family: POPPINS-REGULAR; padding-left: 40px;}
.h_xlbox li:before{ content: ""; position: absolute; right: -20px; top: 0; width: 1px; height: 100%; background: #ccc; }
.h_xlbox li:last-child:before{ display: none; }
.h_xlbox li a{ color: #ee1c25; }
.h_xlbox li i{ position: absolute; top: 5px; left: 0; color: #ee1c25; font-size: 33px; }
.h_xlbox li p{ text-transform: uppercase; font-size: 14px; font-family: Oswald-Light; }
.h_xlbox li a:hover{ text-decoration: underline; }

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 800px; background: #fff; height: auto; position: absolute; top: 30%; left: 50%; margin-left: -400px; }
.allhide{ opacity: 0; z-index: -3; }

.h_bot{ position: relative; z-index: 0; height: 58px;  line-height: 58px;  }
.h_bot:before{ content: ""; position: absolute; top: 0; right: 0; z-index: -1; background: #192437; height: 100%; width: calc(100% - 378px); }
h6{ display: inline-block; font-weight: normal; }

#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}
.logo{ position: absolute; top: 0; z-index: 66; padding-left: 4%; width: 525px; height: 150px; line-height: 150px; left:0; }
.logo:before{ content: ""; position: absolute; z-index: -1; transform: skewX(-30deg); top: 0; left: 0; width: 100%; height: 100%;  background: #f4f4f5; }
.logo:after{ content: ""; width: 48px; height: 106px; position: absolute; top: 0; left: 0; background: #f4f4f5; }
.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 888;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px;border-radius: 3px;background: #65a342; 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; }
.position{ position: fixed;left: 0;right: 0; top: 0; z-index: 110; }
#nav .nav-button{display: none;}


nav{ float: right; margin-right: 162px; }
nav li{ float: left; position: relative; margin: 0 2px; }
nav li>a{ position: relative; color: #fff; z-index: 0; font-family:Oswald-Light; text-transform: uppercase; padding: 0 42px; display: block; text-align: center; transition:0.5s;}
nav li.on a,nav li:hover a{ color: #fff; }
nav li>a:before{ content: ""; position: absolute; width: 0; transform: skewX(-30deg); transition: all 0.3s; height: 100%; background: #df2323; top: 0; left: 0; z-index: -1; }
nav li.on>a:before,nav li:hover>a:before{ width: 100%; }
nav dl{ opacity: 0; transition: opacity 1s ease; font-family: Oswald-Light; position: absolute; display: block; background: #fff; min-width: 158px; top: 57px; left:-9999px; z-index: 999;  }
nav dl dd{ display: block; position: relative; }
nav li dl dd a{ line-height: normal; opacity: 1; background: transparent !important; color: #000 !important; display: block; padding: 12px 15px; text-align: left; white-space: nowrap;font-size:17px;}
nav li dl dd a:hover{ background: #df2323 !important; cursor: pointer; color: #fff !important; }
nav li:hover dl{ left: 0; opacity: 1; }
nav dl dd div{position: absolute; left: 100%; top: 0; background:rgba(223,35,35,0.8); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{ padding: 12px 15px; color: #fff !important; border-bottom: none; font-size: 16px; }
nav dl dd div a:hover{ background: #df2323; }

.media { margin-top: 65px; }
.media a{ color: #3165c4; background: #fff; width: 42px; height: 42px; text-align: center; border-radius: 42px; line-height: 42px; margin: 0 5px; font-size:20px; display:inline-block;}
.media a:hover:first-child{ background:#3a82d3;}
.media a:hover:nth-of-type(2){ background: #30afeb; }
.media a:hover:nth-of-type(3){ background: #0085b2; }
.media a:hover:nth-of-type(4){ background: #d20000; }
.media a:hover:nth-of-type(5){ background: #e4007f; }
.media a:hover{ color: #fff; }

.head_rcon{ position: absolute; width: 128px;  right:0; top:0;  }
.head_rcon *{ vertical-align: middle; }
.search-button{ width: 50px; height: 58px; text-align: center; line-height:58px; float: right; }
.search-button i{ color:#fff; font-size: 20px; cursor: pointer; }
.searchform{ overflow: hidden;background:#df2323;position: absolute; right: 0; height: 0; z-index: 55; top:58px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 26px; color: #fff !important; }
.searchform input{ width: 190px; background:#df2323; color: #fff; line-height:51px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:51px; background:#df2323; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ font-size: 20px; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}
.languagebox{ position: relative; line-height: 28px; width: 42px;float:left; margin-top: 15px;}
.languagebox i{ color:#fff; font-size: 24px; }
.languagebox ul{ width: 100%;  height: 26px; display: inline-block; vertical-align: middle; overflow: hidden; z-index: 5;  position: absolute; left: 0; top: 0; }
.languagebox ul li{ height: auto; line-height: 26px; background: #fff; padding: 0 5px; }
.languagebox ul li:first-child{ background:url(images/select_arrow.png) no-repeat 100% 55% ; height: 28px; line-height: 28px; }
.languagebox ul li:first-child a{ color: #fff;}
.languagebox a{ line-height: 26px; font-family: Oswald-Light; display: inline-block; width: 100%; }
.languagebox:hover ul{height:auto;}

footer{ background:#192437; padding-top: 190px; position: relative; }
footer .warper{ padding: 0 5%; }
.f_mess{ width: 1300px; padding: 30px 72px; overflow: hidden; position: absolute; top: -128px; left: 50%; margin-left: -650px; background: url(images/f_messbg.jpg) no-repeat; }
.f_mess .lcon{ width: 50%; float: left; padding-top: 38px; padding-right: 92px; }
.f_mess .rcon{ width: 50%; float: right; padding-left: 90px; }
.f_mess .lcon h4{ color: #fff; font-size: 40px; line-height: 50px; font-family: POPPINS-BOLD;  }
.fm_info{ overflow: hidden; position: relative; }
.fm_info ul{ width: 100%; overflow: hidden; }
.fm_info li{ margin-bottom: 16px; width: 49%; margin-right: 2%; float: left; position: relative;  }
.fm_info li:nth-of-type(even){ margin-right: 0; }
.fm_info li font{ position: absolute; color: red; top: 15px; left: 8px; }
.fm_info li:nth-of-type(5){ width: 100%; margin-right: 0; }
.fm_info li:last-child{ margin-bottom: 0; padding-right: 98px; }

.fm_info input,.fm_info textarea{width: 100%; font-family: POPPINS-REGULAR; border: 1px solid #dcdcdc; color: #fff; resize: none; background:transparent; border-radius: 0;  font-size:16px; line-height: 22px; padding:10px; }
.fm_info textarea{height: 75px;}
.fm_info input::-webkit-input-placeholder,.fm_info textarea::-webkit-input-placeholder { color: #fff;}
.fm_info input:-moz-placeholder,.fm_info textarea:-moz-placeholder {color: #fff;}
.fm_info button{ position: absolute; right: 0; top: 0; border: none; width: 85px; display: block; border-radius: 0; font-family:oswald-r; font-size: 16px; cursor: pointer; background: #fff; color: #df2323; height: 75px; }
.fm_info button:hover{ background: #192437; color: #fff; }

.f_navbox{ width: 100%; overflow: hidden; }
.f_navbox h3{ color:#fff; font-size: 30px; font-family: Oswald-Light;}

.f_item2{ width: 16%; float: left; }

.i_flx{ margin-top: 15px; }
.i_flx li a{ font-size: 16px; color: #fff; }
.i_flx li{ margin-bottom: 5px; }
.i_flx li a:hover{ color: #df2323; }

.f_item3{ float: left; width: 17%; margin-left: 3%; }
.f_item4{ float: left; width: 25%; margin-left: 3%; }
.f_item5{ float: right; width: 28%;  }
.f_usd{ margin-top: 15px; }
.f_usd li{ margin-bottom:5px; padding-left: 30px; position: relative; font-size: 18px;  }
.f_usd li a,.f_usd li{ color: #fff; }
.f_usd li i{ position: absolute; top: 3px; left: 0; font-size: 20px; color: #df2323 ; }
.f_usd li:hover a{ color: #fff; }
.f_usd li:hover a{ color: #df2323; }

.f_item5 form{ position: relative; }
.f_item5 input{ height:48px; line-height: 48px; }
.f_item5 input,.f_item5 textarea{  width: 100%; background:#526174; border: none;  padding: 2px 18px; font-family: POPPINS-REGULAR; resize: none; color: #fff; font-size: 17px;}
.f_item5 input::-webkit-input-placeholder, .f_item5 textarea::-webkit-input-placeholder{ color: #fff; }
.f_item5 textarea{ padding:10px 18px; height: 102px; }
.f_item5 button{ width:100%; height: 46px; font-size: 20px; text-transform: uppercase; font-family: POPPINS-REGULAR; transition: all 0.3s; display: block; color: #fff; text-align: center; background:#df2323; border-radius: 0; border: none; cursor: pointer; }
.f_item5 ul li{ position: relative; margin-bottom: 10px; width: 100%; }
.f_item5 button:hover{ opacity: 0.85; }

.copyright{ margin-top: 40px; border-top: 1px solid #324565; padding: 15px 0; text-align: center; }
.copyright p{ font-size: 16px; color: #a9d1f7; font-family: POPPINS-REGULAR; }
.copyright p a{ color: #a9d1f7; }
.copyright p a:hover{ color: #df2323; }


#banner_home{ position: relative; margin-top: 132px; }
.banner{ position: relative; }
.banner video{ overflow: hidden; }
.banner img{ width: 100%; display: block; }
.banner .slick-dots{ width: 100%; text-align: center; left: 0; bottom: 110px; }
.banner .slick-dots li{ width: auto; height: auto; margin: 10px 5px; }
.banner .slick-dots li button{ width: 15px; height: 15px; background: #fff; }
.banner .slick-dots li.slick-active button{ background: #df2323; }


.cl{ clear: both; }
.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }
/*版块标题*/
.home_boxtit{ position: relative; padding-top: 18px; z-index: 0; }
.home_boxtit em{ position: absolute; display: inline-block; height: 80px; line-height: 80px; z-index: -1; top: 0; left: 0; font-style: normal; font-size: 108px; color: #f8f8f8; text-transform: uppercase; }
.home_boxtit h2{ position: relative; display: inline-block; font-size: 26px; color: #676767; text-transform: uppercase; font-family: Averta-Std-Bold; }
.home_boxtit h2:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #676767; }
.home_boxtit p{ font-size: 42px; margin-top: 32px; line-height: 50px; }
.home_boxtit p span{ font-family: averta-std-light; }
/*首页*/
.ban_ul{ margin-top: -70px; }
.ban_iconul{ display: flex; width: 90%; border-top: 12px solid #df2323; background: #fff; padding: 58px; margin: 0 auto; }
.ban_iconul li{ width: 23%; transition: all 0.3s; position: relative; z-index: 0; margin-right: 2%; text-align: center; }
.ban_iconul li:last-child{ margin-right: 0; }
.ban_iconul li i{ font-size: 42px; display: inline-block; width: 90px; color: #fff; background: #df2323; line-height: 90px; height: 90px; border-radius: 90px; }
.b_show{ position: absolute; color: #fff; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; text-align: center; padding: 36px 10px 0 10px; }
.b_show p{ font-size: 20px; font-family: POPPINS-BOLD; margin-top: 22px; }
.b_show span{ font-size: 14px; margin-top: 10px; line-height: 22px; display: inline-block; }
.ban_iconul li:hover{ transform: translateY(10px); }

.in_hotbox{ position: relative; z-index: 0; margin-top: 42px; padding: 42px 0 116px 0; }
.in_hotbox:before{ content: ""; position: absolute; right: 0; top: 0; width: 70%; height: 50%; background: #e02c2c; }
.i_htit{ text-align: center; }
.i_htit h2{ color: #fff; font-size: 65px; font-family: Oswald-Light; text-transform: uppercase; }
.in_hotswi{ margin-top: 30px; position: relative; }
.in_hotgd .item{ margin: 0 20px; }
.i_proitem{ position: relative; padding-bottom: 80px; }
.i_ptxt{ position: absolute; transition: all 0.3s; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); padding: 20px 32px 30px 32px; bottom: 12px; width: 90%; left: 50%; margin-left: -45%; background: #fff; }
.i_ptxt p{ margin-top: 6px; color: #666; font-size: 15px; line-height: 24px; height: 48px; overflow: hidden; }
.i_ptxt h3{ font-size: 26px; padding-bottom: 8px; position: relative; font-family: Oswald-Light; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.i_ptxt h3:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #df2425; }
.i_proitem:hover .changpic img{ transform: scale(1.08); }
.i_proitem:hover .i_ptxt{ background: #df2425; }
.i_proitem:hover .i_ptxt h3{ color: #fff; }
.i_proitem:hover .i_ptxt p{ color: #f5f5f5; }
.i_proitem:hover .i_ptxt h3:before{ background: #fff; }

.in_harrow{ position: absolute; top:32%; left: 0; width: 100%; }
.in_harrow span{ cursor: pointer; position: absolute; top: 0; display: inline-block; background: #df2323; width: 50px; height: 50px; text-align: center; line-height: 50px; }
.in_harrow span i{ color: #fff; font-size: 24px; font-weight: bold; }
.in_harrow span.slick_next{ transform: rotate(180deg); left: 0; }
.in_harrow span.slick_prev{ right: 0; }
.in_harrow span:hover{ background: #df2323; }
.in_harrow span:hover i{ color: #fff; }

.in_vibox{ position: relative; }
.in_vtxt{ position: absolute; width: 100%; top:28%; left: 0; text-align: center; }
.in_vtxt h2{ margin-top: 54px; color: #fff; text-transform: uppercase; font-size: 65px; font-family: Oswald-Light; }
.i_vtbn{ display: inline-block; cursor: pointer; position: relative; width: 96px; height: 96px; padding-left: 12px; line-height: 96px; background: #df2323; color: #fff; }
.i_vtbn i{ font-size: 28px; }
.i_vtbn:before, .i_vtbn:after {
    width: 96px;
    height: 96px;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    animation: i_vtbn 2s infinite;
    top: 0;
    left: 0;
}
.i_vtbn:before {
    animation-delay: .9s;
    content: "";
    position: absolute
}

.i_vtbn:after {
    animation-delay: .6s;
    content: "";
    position: absolute
}

@keyframes i_vtbn {
    70% {
        box-shadow: 0 0 0 40px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}


.in_ab{ overflow: hidden; position: relative; }
.in_ab:before{ content: ""; position: absolute; bottom: 0; right: 0; background: url(images/sj_ab.png) no-repeat; background-size: cover; width: 227px; height: 504px; }
.in_abpic{ float: left; width: 42%; }
.in_ab .warper{ position: absolute; top: 120px; left: 50%; margin-left: -735px; }
.i_abtxdiv{ width: 50%; float: right; }
.i_abtxdiv h2{ font-size:38px; font-family: OSWALD-B; color: #192437; text-transform: uppercase; }
.i_abtxdiv h3{ color: #df2323; margin-top: 14px; font-size: 30px; font-family: Oswald-Light; text-transform: uppercase; }
.i_abwho{ margin-top: 35px; height: 220px; overflow: hidden; }
.i_abwho p{ color: #858b97; margin-bottom: 12px; font-size: 16px; line-height: 26px; }
.in_abmore{ margin-top: 70px; color: #fff; display: inline-block; width: 240px; transition: all 0.3s; font-family:POPPINS-BOLD; height: 68px; line-height: 68px; text-align: center; background: #df2323; }
.in_abmore:hover{ color: #fff; border-radius: 35px; }

.in_case{ position: relative; z-index: 0; padding: 70px 0 70px 10%;; overflow: hidden; }
.in_case:before{ content: ""; position: absolute; top: 0; left: 0; width: 30%; height: 100%; z-index: -1; background: #f4f4f5; }
.in_calcon{ width: 280px; float: left; padding-top: 100px;  }
.in_calcon span{ font-size: 20px; position: relative; padding-left: 38px; }
.in_calcon span:before{ content: ""; position: absolute; top: 12px; left: 0; width: 30px; height: 2px; background: #df2323; }
.in_calcon h2{ color: #df2323; margin-top: 8px; line-height: 45px; font-size: 36px; font-family: OSWALD-B; text-transform: uppercase; }
.in_calcon h2 b{ color: #333; }
.in_calcon a{ display: inline-block; position: relative; margin-top: 25px; color: #333; font-size: 24px; font-family: POPPINS-BOLD; }
.in_calcon a:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #df2323; }
.in_calcon a:hover{ color: #df2323; }
.in_carcon{ margin-left: 280px; padding-left: 96px; }
.in_caswi{ position: relative; padding-left: 102px; }
.i_caitem{ position: relative; overflow: hidden; }
.i_catxt{ position: absolute; width: 100%; color: #fff; bottom: 0; left: 0; padding: 20px; background: rgba(225, 38, 38, 0.75); }
.i_catxt span{ font-size: 17px; }
.i_catxt p{ color: #fff; margin-top: 6px; font-size: 20px; height: 48px; overflow: hidden; line-height: 24px; font-family: Oswald-Light; }
.i_caadd{ position: absolute; color: #fff; display: flex; font-size: 55px; align-items: center; justify-content: center; top: 0; left: -100%; transition: all 0.3s; width: 100%; height: calc(100% - 123px); background: rgba(0, 0, 0, 0.5); }
.i_caitem:hover .i_caadd{ left: 0; }
.i_caitem:hover .changpic img{ transform: scale(1.15); }
.i_carrw{ position: absolute; top: 35%; width: 100%; left: 15px; }
.i_carrw .c_next{ display: inline-block; cursor: pointer; width: 78px; height: 78px; line-height: 78px; text-align: center; color: #fff; border-radius: 78px; background: #df2323; }
.i_carrw .c_next i{ font-size: 30px; display: inline-block; transform: rotate(180deg); }

.in_news{ padding: 80px 0 200px 0; overflow: hidden; position: relative; background: url(images/nws_bg.png) no-repeat center right; }
.in_news:before{ content: ""; position: absolute; left: 0; top: 50%; margin-top: -318px; width: 134px; height: 637px; background: url(images/i_npng.png) no-repeat; }
.in_nlcon{ float: left; width: 50%; padding-right: 70px; }
.in_nrcon{ float: right; width: 50%; padding-top: 35px; }
.i_bignews{ position: relative; padding-right: 40px; padding-bottom: 70px; }
.i_nntxt{ position: absolute; width: 88%; right: 10px; bottom: 10px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); background: #fff; padding: 25px; }
.i_nntxt h3{ font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: Oswald-Light; }
.i_nntxt p{ line-height: 24px; height: 72px; color: #666; margin-top: 8px; overflow: hidden; font-size: 16px; }
.i_ndate{ background: #df2323; padding-top: 10px; color: #fff; font-family: Oswald-Light; text-align: center; position: absolute; z-index: 66; bottom: 162px; left: 15px; width: 76px; height: 76px; background: #df2323; }
.i_ndate p{ font-size: 25px; line-height: 30px;  }
.i_ndate span{ font-size: 16px; }
.i_bignews:hover .changpic img{ transform: scale(1.15); }
.in_nrcon h2{ font-size: 65px; color: #192437; font-family: Oswald-Light; text-transform: uppercase; }
.i_neslist{ margin-top: 20px; }
.i_neslist li{ padding: 35px 0; border-bottom: 1px solid #eee; }
.in_neitem{ position: relative; padding-left: 106px; }
.in_neitem h4{ font-size: 22px; font-family: Oswald-Light; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.in_neitem p{ font-size: 16px; margin-top: 16px; color: #666; line-height: 24px; height: 48px; overflow: hidden; }
.in_neitem .i_ndate{ left: 0; transition: all 0.3s; bottom: auto; }
.in_neitem .i_ndate p{ font-size: 25px; height: auto; margin-top: 0; color: #fff; line-height: 30px; }
.in_neitem:hover .i_ndate{ left: 6px; }



.l_fixed{ width: 40px; position: fixed; top: 30%; left: 0; z-index: 666; }
.l_fixed li{ position: relative; transition: all 0.3s; }
.l_fixed li a{ width:100%; height: 40px; font-size: 20px; text-align: center; line-height: 40px; background: #0098f8; color: #fff; display: block; }
.l_fixed li a i{ font-size: 20px; }
.l_fixed li a span{ display:block; position: absolute; top: 0; line-height: 40px; padding: 0 10px; background: #0098f8; left: -999px; width: 0; font-size: 16px; transition: all 0.5s; }
.l_fixed li:nth-of-type(2) a{ background: #fea322; }
.l_fixed li:nth-of-type(3) a{ background: #3a82d3; }
.l_fixed li:nth-of-type(4) a{ background: #30afeb; }
.l_fixed li:nth-of-type(5) a{ background: #1296db; }
.l_fixed li:nth-of-type(6) a{ background: #d20000; }
.l_fixed li:nth-of-type(2) a span{ background: #fea322; }
.l_fixed li:nth-of-type(7) a{ background: #e4007f; }
.l_fixed li:nth-of-type(8) a{ background: #e60020; }
.l_fixed li:nth-of-type(9) a{ background: #28d23b; }
.l_fixed li:nth-of-type(10) a{ background: #05ce68; }
.l_fixed li:hover a span{ width: 250px; left: 40px; }
.l_fixed li:hover{ opacity: 0.9; }
.f_what{ background: #28d23b; width: 0; position: absolute; top: 0; left: 60px; }
.f_what:after{ content: ""; position: absolute; top: 0; left: -19px; width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 19px 0;
border-color: transparent #28d23b transparent transparent; display: none;
 }
.f_what img{ width: 100%; }
.l_fixed li:hover .f_what{ width: 155px; padding: 10px; }
.l_fixed li:hover .f_what:after{ display: block; }


/*位置*/
.sub_banner{ position: relative; margin-top: 132px; }
.sub_banner img{ width: 100%; }
.sub_nav{ position: absolute; width: 100%; top: 35%; left: 0; text-align: center; color: #fff;  }
.sub_nav h4{ font-size: 52px; font-family: Oswald-Light; text-transform: uppercase; }
.sbnav{ padding: 12px 0; background: #f7f7f7; color: #999; font-size: 16px; }
.sbnav a{ color: #999; }
.sbnav a:hover{ color: #df2323; text-decoration: underline; }
.sbnav i{ color: #df2323; }
/*关于我们*/
.padt70{ padding-top: 70px; }
.ab_com{ padding-bottom: 120px; overflow: hidden; position: relative; }
.ab_com:before{ content: ""; position: absolute; background: url(images/wh_dpng.png) no-repeat; background-size: cover; bottom: 0; right: 120px; width: 609px; height: 121px; }
.ab_com .ab_lcon{ width: 50%; float: left; }
.ab_com .ab_rcon{ width: 50%; float: right; padding: 30px 0 0 80px; }
.ab_com .ab_rcon .i_abtxdiv{ width: 100%; }
.ab_com .ab_rcon .i_abwho{ height: auto; }

.ab_honor{ padding: 100px 0 200px 0; background: url(images/ab_hoverbg.jpg) no-repeat center bottom; background-size: cover; }
.ab_hodiv{ width: 100%; overflow: hidden; }
.ab_hodiv .lcon{ width: 320px; float: left; padding-top: 120px; }
.ab_hodiv .rcon{ margin-left: 320px; padding-left:185px ; padding-right: 80px; }
.ab_hodiv .lcon h2{ color: #fff; font-size: 64px; font-family: Oswald-Light; text-transform: uppercase; }
.hon_list{ width: 100%; overflow: hidden; }
.hon_list li{ float: left; border: 1px solid #fff; padding: 20px; width: 48%; margin-right:4%; margin-bottom: 32px; }
.hon_list li:nth-of-type(even){ margin-right: 0; }

.ab_twdiv{ padding: 20px 0 200px 0; }
.twdul li{ margin-bottom: 35px; }
.twd_item{ width: 100%; overflow: hidden; position: relative; }
.twd_pic{ width: 703px; float: right; }
.twd_txt{ position: absolute; top: 15%; left: 0; width: 57%; background: #f4f4f5; height: 65%; padding: 50px 108px 0 65px; }
.twd_txt:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 0;
    height: 0; border-style: solid; border-width: 70px 0 0 70px;
    border-color: transparent transparent transparent #fff;}
.twd_txt h4{ font-size: 40px; font-family: Oswald-Light; margin-bottom: 15px; color: #df2323; }
.twd_txt p{ line-height: 30px; color: #444; }
.twdul li:nth-of-type(even) .twd_pic{ float: left; }
.twdul li:nth-of-type(even) .twd_txt{ left: auto; right: 0; }
.twdul li:nth-of-type(even) .twd_txt:after{ left: auto; right: 0; transform: rotate(270deg); }
.twdul li:last-child{ margin-bottom: 0; }
.twd_item:hover .changpic img{ transform: scale(1.15); }

.ab_num{ padding: 55px 0 50px 0; }
.ab_numul{ width: 100%; overflow: hidden; }
.ab_numul li{ width: 25%; float: left; text-align: center; padding: 0 5%; }
.ab_numul li span{ color: #df2323; display: inline-block; height: 100px; line-height: 100px; font-size: 100px; font-family: POPPINS-BOLD; }
.ab_numul li h5{ font-family: Oswald-Light; font-size: 24px; font-weight: normal; }
.ab_numul li p{ font-size: 16px; margin-top: 5px; color: #666; line-height: 20px; }
/*产品列表*/
.pro_war{ padding-bottom: 220px; overflow: hidden; }
.pro_list{ display: flex; width: 100%; flex-wrap: wrap; }
.pro_list li{ width: 32%; margin-right: 2%; margin-bottom: 25px; }
.pro_list li:nth-of-type(3n){ margin-right: 0; }
.pro_war .lcon{ width: 356px; float: left; }
.pro_war .rcon{ margin-left: 356px; padding-left: 30px; }
.pro_nav h3{ background:url(images/p_h3bg.jpg) no-repeat; background-size: cover; font-size: 40px; font-family: segoeuib_0; padding:40px 25px; color: #fff;}
.pro_nav h3 a{ display: none; }
.accordion {width: 100%; background: #eef3f7; padding: 0 24px; }
.accordion li{ font-family: Oswald-Light; }
.accordion li .links.active{  }
.accordion li:last-child{ border-bottom: none; }
.accordion .links { cursor: pointer; display: block; border-bottom: 1px solid #dde1e5; position: relative;  padding: 15px 30px 15px 0; }
.accordion .links:before{ content: ""; width: 18px; height: 18px; background: url(images/add_icon.png) center no-repeat; position: absolute; top: 18px; right: 0; color: #3052eb; }
.accordion .links.active:before{ content: ""; width: 18px; height: 18px; background: url(images/plus_icon.png) center no-repeat; position: absolute; top: 18px; right: 0; color: #3052eb; }
.accordion .links a{ display: inline-block; position: relative; font-size: 20px;  }
.accordion .links span{ color: #333; position: absolute; right: 20px; top: 21px; }
.accordion .links.active span{ color: #fff; }
.submenu {display: none; overflow: hidden; border-bottom: 1px solid #dde1e5; padding: 15px 0; }
.submenu.on{ display: block; }
.accordion li ul.active{display: block}
.submenu li{ display:block; position: relative; padding-left: 33px; line-height: normal; }
.submenu li:before{ content: ""; position: absolute; top: 20px; left: 13px; width: 12px; height: 2px; background: #df2323; }
.submenu a { font-size: 16px; display: inline-block; color: #666; padding: 9px 0; width: 100%; line-height: 24px; }
.submenu li a:hover{ color: #df2323; }
.accordion li:last-child .links{ border: none; }
.pro_item{ text-align: center; }
.pro_item p{ overflow: hidden; margin-top: 12px; text-overflow: ellipsis; white-space: nowrap; }
.pro_item:hover .changpic img{ transform: scale(1.15); }


/*分页 结束*/
.digg4{ text-align:center; font-size: 16px; font-weight: bold;  margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:42px; border-radius: 42px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: 1px solid #bfbfbf; height:42px; line-height: 42px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background:#df2323; border: 1px solid #df2323; }
.digg4 span.disabled { font-size: 30px; line-height:42px; font-weight: normal;  background: #fff; color: #a6a6a6;}
.digg4 a{ border: 1px solid #bfbfbf; color: #a6a6a6; background: #fff; }
/*分页 结束*/

/*产品详情*/
.del_main{ margin-top: 132px; padding-bottom: 100px; }
.pro-del-box{ width: 100%; overflow: hidden; background: #f4f4f5; margin-bottom: 78px; }
.pro-del-box .lcon{ width: 50%; float: left; padding-right: 24px; }
.pro-del-box .rcon{ margin-left: 50%; padding: 90px 12% 0 80px; }
.del_bigp{ position: relative; }
.del_bigp .del_bots{ padding: 0 15%; position: absolute; bottom: 50px; left: 0; width: 100%; }
.del_bigp .del_aging{ position: absolute; width: 100%; bottom: 190px; left: 0; }
.del_bigp .del_aging span{ display: inline-block; cursor: pointer; position: absolute; top: 0; width: 28px; height: 140px; line-height: 140px; text-align: center; background: #434343; color: #fff; }
.del_bigp .del_aging .slick_prev{ right: 10%; }
.del_bigp .del_aging .slick_next{ left: 10%; transform: rotate(180deg); }
.del_bigp .del_aging span:hover{ background: #df2323; }

.pro-del-box .rcon h1{ font-size: 35px; font-family: Oswald-Light; }

.pro_desc{ margin-top: 18px; height: 210px; padding-right: 15px; overflow-y: auto; }
.pro_desc p{ line-height: 30px; color: #222;  }
.pro_desc::-webkit-scrollbar{ width: 5px; height: 1px; }
.pro_desc::-webkit-scrollbar-thumb{ border-radius: 0; background: #df2323; }
.pro_desc::-webkit-scrollbar-track { border-radius: 0; background: #ccc; }

.links_btn{ margin-top: 50px; }
.links_btn a{ background: #df2323; font-size: 20px; border-radius: 35px; color: #fff; text-align: center; padding:12px 28px; width: 38%; display: inline-block; }
.links_btn a:last-child{ background: #00173c; margin-left: 18px;  }
.links_btn a i{ margin-right: 5px; font-size: 20px; }
.links_btn a:hover{ opacity: 0.85; background: #df2323; color: #fff; }
.links_btn a *{ vertical-align: middle; }
.share{ margin-top:64px; font-size: 22px; }

.proinfo_nav{ overflow: hidden; font-family: oswald-r; text-transform: uppercase; }
.proinfo_nav.top0{ position: fixed; padding-top: 0; background: #f2f2f2; top: 0; left: 0; width: 100%; z-index: 666; }
.proinfo_nav a{ background: #eee; border-right: 2px solid #fff; font-size: 22px; position: relative; color: #00173c; padding: 20px 0; width: 20%; text-align: center; float: left; display: block; }
.proinfo_nav a.on,.proinfo_nav a:hover{background:#df2323; color: #fff;}
.proinfo_nav a i{ font-size: 26px; margin-bottom: 8px; display: block; color: #00173c; }
.proinfo_nav a.on i,.proinfo_nav a:hover i{ color: #fff; }

.del_pdiv{ margin-top: 30px; padding-bottom: 120px; }
.del_pdiv .del_blitem{ margin-bottom: 40px; padding: 36px; background: #f7f7f7; }
.del_pdiv .del_blitem:last-child{ margin-bottom: 0; }
.del_blitem h2{ font-size: 24px; text-transform: uppercase; }
.d_desc{ margin-top: 12px; }
.d_desc p{ color: #666; line-height: 30px; font-family: POPPINS-REGULAR; }
.pro_picdul{ display: flex; margin-top: 20px; }
.pro_picdul li{ display: inline-block; width: 24.5%; margin-right: 1%; }
.pro_picdul li:last-child{ margin-right: 0; }

.pro_table{ overflow-x: auto; margin-top: 25px; }
.pro_table table{ border-top: 1px solid #7d7d7d; background: #fff; border-left: 1px solid #7d7d7d; width: 100%; }
.pro_table table tr td{ padding: 10px; font-family: POPPINS-REGULAR; color: #666; border-bottom: 1px solid #7d7d7d; border-right: 1px solid #7d7d7d; }
.pro_table table tr:nth-of-type(odd){ background: #f8f8f8; }
.pro_table table tr:hover{ background: #dee7f6; }

.rel_del{ padding: 0 !important; background: #fff !important; }
.rel_swi{ margin-top: 14px; position: relative; }
.rel_pd .item{ margin: 0 6px; }
.rel_pd .item .i_proitem{ background: #f2f2f2; }
.rel_pd .item .i_proitem .i_ptxt{ background: rgba(255, 255, 255, 0.5); padding: 15px; }
.rel_arrow{ position: absolute; width: 100%; left: 0; top: 38%; }
.rel_arrow span{ position: absolute; cursor: pointer; top: 0; width: 40px; height: 40px; text-align: center; display: inline-block; line-height: 40px; color: #fff; border-radius: 40px; background: #df2323; }
.rel_arrow span i{ font-size: 20px; }
.rel_arrow span.rel_prev{ right: -48px;  }
.rel_arrow span.rel_next{ left: -48px; transform: rotate(180deg);}

.proinfoform{overflow:hidden; margin-top: 5px; }
.proinfoform p{ font-size: 16px; color: #666; }
.proinfoform ul{ width: 100%; overflow:hidden; margin-top: 24px;  }
.proinfoform li{width: 49%; margin-right: 2%; margin-bottom: 18px; overflow: hidden; float: left; position: relative;}
.proinfoform li:nth-of-type(even){ margin-right: 0; }
.proinfoform li:nth-of-type(5),.proinfoform li:nth-of-type(6){ width: 100%; }
.proinfoform li font{ color: #c82121; position: absolute; top: 16px; left: 7px; }
.proinfoform input,.proinfoform textarea{width: 100%; border:1px solid #ddd; background:#fff; font-size: 18px; line-height: 24px; padding:12px 22px; font-family: POPPINS-REGULAR; }
.proinfoform textarea{ resize: none; height: 182px; }
.proinfoform form input::-webkit-input-placeholder,.proinfoform form textarea::-webkit-input-placeholder { color: #999;}
.proinfoform form input:-moz-placeholder,.proinfoform form textarea:-moz-placeholder {color: #999;}
.proinfoform form button{ width: 178px; margin: 0 auto; display: block; background: #df2323; border-radius: 0; font-family: POPPINS-REGULAR; height: 50px; border:none; color: #fff; font-size: 18px; }
.proinfoform form button:hover{ cursor: pointer; opacity: 0.85; background: #df2323; color: #fff; }

.pro-mainbox{ padding-bottom: 120px; }
/*app*/
.app_war{ padding-bottom: 150px; }
.app_list{ display: flex; flex-wrap: wrap; }
.app_list li{ width: 32%; float: left; margin-right: 2%; margin-bottom: 30px; }
.app_list li:nth-of-type(3n){ margin-right: 0; }
.app_item{ position: relative; overflow: hidden; }
.app_item:hover .changpic img{ transform: scale(1.15); }
.app_text{ position: absolute; background-image: linear-gradient(transparent,#000 ); width: 100%; bottom: 0; left: 0; padding: 25px; color: #fff;  }
.app_text p{ font-size: 30px;  font-family: Oswald-Light; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.app_icon{ width: 100%; display: flex; transition: all 0.8s; align-items: center; justify-content: center; height: 100%; z-index: 1; position: absolute; top: 0; left: 0; transform: scale(0); background: rgba(223, 25, 25, 0.6); }
.app_icon i{ display: inline-block; color: #df2323; font-style: normal; font-size: 36px; width: 78px; text-align: center; height: 78px; background: #fff; line-height: 78px; border-radius: 78px; }
.app_item:hover .app_icon{ transform: scale(1); }
/*video*/
.vid_list{ width: 100%; display: flex; flex-wrap: wrap; }
.vid_list li{ width: 32%; display: inline-block; margin-right: 2%; margin-bottom: 34px; }
.vid_list li:nth-of-type(3n){ margin-right: 0; }
.vi_item{ background: #fff; transition: all 0.3s; padding: 30px; text-align: center; }
.vi_pic{ position: relative; }
.vi_pic i{ position: absolute; font-size: 68px; color: #fff; top: 50%; left: 50%; margin-top: -34px; margin-left: -34px; }
.vi_item p{ font-size: 20px; margin-top: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.vi_item:hover{ box-shadow: 0 1px 10px 0 rgb(0 0 0 / 15%); }
.vi_item:hover .changpic img{ transform: scale(1.12); }
/*newsdel*/
.news_delbox{ padding-bottom: 180px; }
.infocon{color: #666; }
.infocon h1{font-size:30px; font-weight: normal; text-align: center; color: #222;}
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin: 12px 0;}
.infocon .time i{ font-size: 24px; color: #e9681a; display: inline-block; }
.infocon .other{ margin:30px 0 0 0; position: relative; }
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; font-size: 18px; border-top: 1px solid #dcdcdc; padding-top: 20px; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color:#df2323; }
.infocon p{line-height:26px; font-size: 17px; font-family: POPPINS-REGULAR; margin-bottom: 10px; color: #666;}
/*case*/
.case_list{ width: 100%; display: flex; flex-wrap: wrap; }
.case_list li{ width: 32%; display: inline-block; margin-right: 2%; margin-bottom: 34px; }
.case_list li:nth-of-type(3n){ margin-right: 0; }
.case_item{ background: #f1f1f1; }
.case_txt{ padding: 20px 22px 30px 22px; }
.case_txt h3{ font-size: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.case_txt p{ font-size: 16px; margin-top: 12px; line-height: 25px; height: 75px; font-family: POPPINS-REGULAR; overflow: hidden; color: #666; }
.case_item:hover .changpic img{ transform: scale(1.15); }
/*news*/
.news_war{ padding-bottom: 180px; }
.news_top{ background: #f7f7f7; overflow: hidden; }
.news_top .n_tlcon{ width: 50%; float: left; }
.news_top .n_trcon{ width: 50%; float: right; padding: 65px 68px 0 50px; }
.n_trcon span{ font-size: 20px; color: #333; }
.n_trcon span i{ font-size: 24px; }
.n_trcon h3{ font-size: 26px; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n_trcon p{ line-height: 26px; height: 156px; color: #666; font-family: POPPINS-REGULAR; overflow: hidden; margin-top: 12px; }
.n_trcon em{ display: inline-block; transition: all 0.3s; font-size: 20px; font-style: normal; text-align: center; width: 190px; height: 46px; line-height: 46px; margin-top: 35px; color: #fff; background: #df2323; }
.news_top:hover .changpic img{ transform: scale(1.15); }
.news_top:hover .n_trcon em{ margin-left: 15px; }
.news_list{ display: flex; flex-wrap: wrap; margin-top: 65px; }
.news_list li{ width: 32%; margin-right: 2%; margin-bottom: 55px; }
.news_list li:nth-of-type(3n){ margin-right: 0; }
.n_pic{ position: relative; }
.ndate{ background: #df2323; padding-top: 10px; color: #fff; font-family: Oswald-Light; text-align: center; position: absolute; bottom: 20px; right: 20px; width: 76px; height: 76px; background: #df2323; }
.ndate p{ font-size: 25px; line-height: 30px;  }
.ndate span{ font-size: 16px; }
.n_txt{ margin-top: 25px; }
.n_txt h3{ font-size: 20px; line-height: 24px; height: 48px; font-family: Oswald-Light; overflow: hidden;  }
.n_txt p{ font-size: 16px; margin-top: 10px; color: #666; line-height: 22px; height: 66px; overflow: hidden; }
.news_item:hover .changpic img{ transform: scale(1.15); }
/*contact*/
.con_war{ padding-bottom: 60px; }
.con_xlbox{ margin-top: 44px; display: flex; }
.con_xlbox li{ width: 31%; position: relative; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); text-align: center; float: left; margin-right: 3%; background: #fff; padding: 70px 2% 28px 2%; }
.con_xlbox li:nth-of-type(3n){ margin-right: 0; }
.con_xlbox li h6{ position: absolute; transition: all 0.3s; top: -44px; left: 50%; margin-left: -44px; width: 88px; height: 88px; font-size: 40px; overflow: hidden; line-height: 88px; text-align: center; border-radius: 98px; background: #df2323; color: #fff; font-weight: normal; }
.con_xlbox li p{ color: #666; font-weight: bold; margin-bottom: 8px; }
.con_xlbox li span,.con_xlbox li a{ font-weight: bold; display: inline-block; }
.con_xlbox li:hover h6{ top: -35px; }
.con_xlbox li span{ line-height: 24px; }

.con_war .con_info{ background: transparent; padding-bottom: 0; }
.con_war .con_info h3{ color: #df2323; }


.con_us { }
.con_us li{ margin-bottom: 32px; width: 100%; padding-left: 82px; padding-top: 5px; position: relative; min-height: 68px; }
.con_us li p{ font-size: 22px; }
.con_us li h6{ position: absolute; width: 66px; font-weight: normal; height: 66px; background: #df2323; line-height: 66px; border-radius:70px; top: 0; left: 0; text-align: center; overflow: hidden; font-size: 28px; color: #fff; }
.con_us li a,.con_us li span{ font-family: POPPINS-REGULAR; margin-top: 5px; color: #666; display: block; text-transform: none;}
.con_us li a:hover{ text-decoration: underline; color: #df2323; }
.con_us li:hover h6{ background: #333; color: #fff; }

.con_info{ background: #ebebeb; padding: 60px 0 80px 0; }
.con_info h3{ font-size: 26px; text-transform: uppercase; }
.con_info .proinfoform li:last-child{ margin-bottom: 0; }

.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:#f79c20;}
.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;}

.no_fun{ text-align: center; }
.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: #df2323; 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;}

@media screen and (max-width: 1680px){
  .backToTop{ right: 0; }
  nav li>a{ padding: 0 30px; }
  .pro-del-box .rcon{ padding: 90px 7% 0 30px; }
  
}
@media screen and (max-width: 1600px){
  .logo{ width: 450px; padding-left: 4%; }
  .i_htit h2{ font-size: 52px; }
  .in_vtxt h2{ font-size: 52px; }
  .ban_iconul{ padding: 30px; }
  .ban_iconul li{ width: 23.5%; }
  .in_hotbox{ margin-top: 18px; padding: 42px 0 60px 0;}
  .in_hotswi{ margin-top: 20px; }
  .in_abpic{ width: 46%; }
  .in_case{ padding: 50px 0 50px 5%; }
  .in_case:before{ width: 24%; }
  .in_carcon{ padding-left: 24px; }
  .in_news{ padding: 60px 0 170px 0; }
  .in_nlcon{ padding-right: 40px; }
  .in_nrcon h2{ font-size: 44px; }
  footer{ padding-top: 160px; }
  .copyright{ margin-top: 24px; }
  .ab_com{ padding-bottom: 80px; }
  .ab_numul li span{ font-size: 80px; }
}

@media screen and (max-width: 1440px){
  .warper{ width: 94%; }
  .logo{ width: 412px; }
  nav li{ margin: 0; }
  .in_vtxt h2{ font-size: 44px; }
  .in_ab .warper{ width: 94%; margin-left: -47%; top: 70px; }
  .in_abmore{ margin-top: 44px; }
  .i_carrw .c_next{ width: 60px; height: 60px; line-height: 60px; }
  .in_caswi{ padding-left: 40px; }
  .in_calcon h2{ font-size: 32px; }
  .i_carrw{ left: 8px; }
  .i_neslist li{ padding: 30px 0; }
  .f_mess .lcon h4{ font-size: 38px; }
  .padt70{ padding-top: 60px; }
  .i_abtxdiv h3{ font-size: 25px; }
  .i_abwho{ margin-top: 18px; }
  .ab_com .ab_rcon{ padding: 30px 0 0 42px; }
  .ab_com{ padding-bottom: 60px; }
  .ab_honor{ padding: 60px 0 100px 0; }
  .ab_numul li span{ font-size: 70px; }
  .del_bigp .del_aging span{ height: 102px; line-height: 102px; }
  .del_bigp .del_aging{ bottom: 122px; }
  .del_bigp .del_bots{ bottom: 20px; }
  .pro-del-box .rcon h1{ font-size: 28px; }
  .pro-del-box .rcon{ padding: 54px 5% 0 10px; }
  .pro-del-box{ margin-bottom: 40px; }
  .del_pdiv .del_blitem{ margin-bottom: 30px; }
  footer .warper{ padding: 0; }
  .f_mess{ width: 90%; margin-left: -45%; }
  
}


@media screen and (max-width: 1366px){
  nav li>a{ padding: 0 24px; }
  .ban_iconul li i{ width: 70px; height: 70px; line-height: 70px; font-size: 28px; }
  .b_show p{ margin-top: 12px; line-height: 22px; }
  .i_htit h2{ font-size: 42px; }
  .in_hotgd .item{ margin: 0 12px; }
  .in_case:before{ width: 26%; }
  .in_nrcon h2{ font-size: 40px; }
  .i_neslist{ margin-top: 6px; }
  .f_mess .lcon h4{ font-size: 32px; }
  .f_mess{ padding: 30px 40px; }
  .f_navbox h3{ font-size: 25px; }
  .sub_nav h4{ font-size: 44px; }
  .twd_txt h4{ font-size: 34px; }
  .pro_war .lcon{ width: 310px; }
  .pro_nav h3{ padding: 30px 22px; font-size: 32px; }
  .pro_war .rcon{ margin-left: 310px; }
  .share{ margin-top: 18px; }
  .rel_arrow span.rel_next{ left: -10px; }
  .rel_arrow span.rel_prev{ right: -10px; }
  .proinfo_nav a{ font-size: 18px; }
  .app_text p{ font-size: 24px; }
  .news_top .n_trcon{ padding: 36px 45px 0 35px; }
  .n_trcon h3{ font-size: 22px; }
  .news_list li{ margin-bottom: 32px; }
  .infocon h1{ font-size: 25px; }
}

@media screen and (max-width: 1280px){
  .logo{ width: 326px; }
  .logo img{ height: 45px; }
  .h_bot:before{ width: calc(100% - 226px); }
  .head_rcon{ width: 108px; }
  nav{ margin-right: 126px; }
  .i_ptxt{ padding: 20px; }
  .padt70{ padding-top: 50px; }
  .ab_com .ab_rcon{ padding: 0 0 0 26px; }
  .i_abtxdiv h2{ font-size: 32px; }
  .i_abtxdiv h3{ font-size: 22px; margin-top: 4px; }
  .i_abwho p{ line-height: 23px; }
  .ab_hodiv .lcon h2{ font-size: 48px; }
  .ab_hodiv .lcon{ margin-left: 5%; }
  .ab_num{ padding: 35px 0; }
  .ab_numul li span{ font-size: 55px; height: 55px; line-height: 55px; }
  .pro_war{ padding-bottom: 180px; }
  .links_btn a{ width: 45%; padding: 10px 15px; }
  .links_btn{ margin-top: 30px; }
}

@media screen and (max-width: 1024px){
  #nav .nav-button{display: block; top: 14px; }
  header,.position{ height: 62px;  background: #fff; }
  .position{ box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); }
  .h_top{ padding-top: 0; }
  .h_get{ display: none; }
  .warper{ width: 95%; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width: 250px; z-index: 999;overflow: auto;background: #222; transform: translateX(-300px);transition: 0.3s;}
  nav li{ float: none; padding: 0; }
  nav li>a{ margin:0; line-height: normal; color: #fff; font-weight: normal; font-size: 18px; display:block; padding:15px 10px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li dl{ left: 0;  top: 0; width: auto;  background: #2e2e2e;  position: inherit;  opacity: 1; display: block; } 
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  .logo img{ height: 29px; }
  .logo{ z-index: 0; }
  nav li.on a, nav li:hover a{ background: #df2323; color: #fff; }
  nav li:hover dl{ left: 0; opacity: 1; }
  nav li dl dd a{ color: #fff !important; font-weight: normal; white-space: normal; font-size: 16px; }
  nav dl dd:hover div{display: none;}
  #nav .nav-button{ background: #df2323; }
  nav dl{ position: static; }
  #banner_home,.sub_banner{ margin-top: 62px; }
  .logo,.position .logo{ top: 0; left: 0; }
  .logo img{ height: 35px; }
  #nav .nav-button{ background: #df2323; right: 0; top: 14px; }
  #nav .nav-button i{ color: #fff; }
  .h_top{ display: none; }
  .logo,.h_bot, .position .logo{ height: 62px; line-height: 62px; }
  .logo{ padding: 0 20px; text-align: left; width: auto; }
  .logo:before,.h_bot:before{ display: none; }
  .head_rcon{ top: 0; right: 58px; }
  .searchform{ top: 62px; }
  .search-button{ line-height: 52px; }
  .l_fixed,.ban_ul{ display: none; }
  .banner .slick-dots{ width: 100%; left: 0; top: auto; bottom: 20px; }
  .logo:after,nav li>a:before{ display: none; }
  .i_htit h2{ font-size: 28px; }
  .in_hotgd .item{ margin: 0 6px; }
  .in_harrow span{ width: 45px; height: 45px; line-height: 45px; }
  .i_ptxt{ padding: 15px; }
  .i_ptxt h3{ font-size: 21px; }
  .in_hotbox{ padding: 40px 0 30px 0; }
  .i_vtbn:before, .i_vtbn:after,.i_vtbn{ width: 60px; height: 60px; line-height: 60px; }
  .i_vtbn i{ font-size: 20px; }
  .i_vtbn{ padding-left: 3px; }
  .in_vibox .in_vtxt h2{ font-size: 22px; margin-top: 25px; }
  .in_case:before{ width: 34%; }
  .in_nrcon h2{ font-size: 28px; }
  .i_neslist li{ padding: 18px 0; }
  .in_neitem p{ margin-top: 6px; }
  .in_nrcon{ padding-top: 15px; }
  .f_mess .lcon h4{ font-size: 27px; line-height: 36px; }
  .f_mess .rcon{ padding-left: 6px; }
  .f_item2{ display: none; }
  .f_item3{ margin-left: 0; width: 22%; }
  .f_item4{ width: 35%; }
  .f_item5{ width: 37%; }
  .sub_nav h4{ font-size: 35px; }
  .i_abtxdiv h3{ font-size: 20px; }
  .i_abwho{ margin-top: 9px; }
  .padt70{ padding-top: 40px; }
  .ab_com{ padding-bottom: 40px; }
  .ab_honor{ padding: 40px 0 60px 0; }
  .ab_hodiv .lcon{ width: 100%; float: none; margin-left: 0; padding: 0; }
  .ab_hodiv .rcon{ margin-left: 0; padding: 0; margin-top: 20px; }
  .ab_hodiv .lcon h2{ font-size: 32px; }
  .twd_txt h4{ font-size: 30px; }
  .twd_txt{ padding: 40px 50px 0 50px; }
  .pro_war .lcon{ width: 100%; float: none; }
  .pro_war .rcon{ margin-left: 0; padding-left: 0; }
  .pro_nav h3{ padding: 15px; font-size: 22px; position: relative; }
  .pro_nav h3 a{ display: block; position: absolute; top: 0; left: 0; width: 100%; padding: 12px; height: 100%; color: #fff; text-align: right; }
  .accordion{ display: none; }
  .pro_war .rcon{ margin-top: 25px; }
  .pro_list li{ margin-bottom: 16px; }
  .del_main{ margin-top: 62px; }
  .del_bigp .del_bots{ bottom: 10px; padding: 0 8%; }
  .del_bigp .del_aging span{ width: 16px; height: 50px; line-height: 50px; }
  .del_bigp .del_aging{ bottom: 82px; }
  .del_bigp .del_aging .slick_next{ left: 4%; }
  .del_bigp .del_aging .slick_prev{ right: 4%; }
  .pro_desc p{ font-size: 16px; line-height: 24px; }
  .pro-del-box .rcon{ padding: 25px 4% 0 0px; }
  .pro_desc{ height: 170px; }
  .links_btn a{ font-size: 17px; }
  .pro-del-box{ margin-bottom: 30px; }
  .del_pdiv .del_blitem{ padding: 15px; margin-bottom: 12px; }
  .del_blitem h2{ font-size: 22px; }
  .d_desc p{ font-size: 16px; line-height: 22px; }
  .pro_table{ margin-top: 6px; }
  .pro_table table tr td{ font-size: 16px; padding: 6px; }
  .proinfoform ul{ margin-top: 15px; }
  .del_pdiv{ padding-bottom: 60px; }
  .app_text{ padding: 20px; }
  .app_text p{ font-size: 22px; }
  .n_trcon p{ font-size: 16px; line-height: 22px; height: 132px; margin-top: 5px; }
  .n_trcon h3{ margin-top: 0; }
  .n_trcon em{ margin-top: 14px; }
  .n_txt{ margin-top: 12px; }
  .infocon .time{ margin: 10px 0; }
  .infocon p{ font-size: 16px; line-height: 22px; }
  .con_xlbox{ margin-top: 32px; }
}

@media screen and (max-width: 768px){
  .i_abtxdiv h2{ font-size: 25px; }
  .in_ab .warper{ top: 12px; }
  .in_case:before{ display: none; }
  .in_calcon{ width: 100%; float: none; padding: 0; }
  .in_calcon h2{ font-size: 25px; margin-top: 0; }
  .in_case{ padding: 30px; }
  .in_calcon a{ display: none; }
  .in_carcon{ margin-top: 15px; margin-left: 0; padding-left: 0; }
  .in_news{ padding: 0 0 30px 0; }
  .f_mess{ display: none; }
  .in_nlcon{ width: 100%; float: none; margin-top: 15px; padding: 0; }
  .in_nrcon{ width: 100%; float: none; }
  footer{ padding-top: 25px; }
  .f_item3{ display: none; }
  .f_item4{ margin-left: 0; width: 43%; }
  .f_item5{ width: 56%; }
  .ab_com .ab_lcon{ width: 100%; float: none; }
  .ab_com .ab_rcon{ width: 100%; float: none; padding: 0; margin-top: 10px; }
  .i_abwho p{ margin-bottom: 5px; }
  .ab_com{ padding-bottom: 30px; }
  .ab_hodiv .lcon h2{ font-size: 24px; }
  .hon_list li{ padding: 10px; width: 49%; margin-right: 2%; margin-bottom: 15px; }
  .ab_numul li{ padding: 0 2%; }
  .ab_twdiv{ padding: 20px 0 30px 0; }
  .padt70{ padding-top: 30px; }
  .pro_war{ padding-bottom: 30px; }
  .pro-del-box .lcon{ width: 100%; float: none; padding: 0; }
  .del_bigp .del_aging{ bottom: 20%; }
  .pro-del-box .rcon{ margin-left: 0; padding: 15px; }
  .pro_desc{ margin-top: 8px; }
  .links_btn{ margin-top: 15px; }
  .share{ margin-top: 5px; }
  .d_desc{ margin-top: 2px; }
  .pro_picdul li{ width: 49%; margin-right: 2%; margin-bottom: 12px; }
  .pro_picdul li:nth-of-type(even){ margin-right: 0; }
  .pro_picdul{ flex-wrap: wrap; }
  .del_main,.app_war{ padding-bottom: 30px; }
  .del_pdiv{ padding-bottom: 0; }
  .news_top .n_trcon{ padding: 22px 25px 0 20px; }
  .n_trcon p{ height: 66px; }
  .n_trcon em{ font-size: 17px; width: 158px; }
  .n_pic .ndate{ display: none; }
  .news_list{ margin-top: 18px; }
  .news_war,.news_delbox{ padding-bottom: 30px; }
  .infocon .time{ margin: 5px 0; }
  .con_xlbox{ flex-wrap: wrap; }
  .con_xlbox li{ width: 100%; margin-bottom: 25px; margin-right: 0; padding: 36px 2% 28px 2%; }
  .con_xlbox li h6{ width: 60px; height: 60px; top: -33px; margin-left: -33px; line-height: 60px; font-size: 30px; }
  .con_info{ padding: 30px 0; }
  .con_war .con_info{ padding-bottom: 0; padding-top: 0; }
  .proinfoform li{ margin-bottom: 9px; }
  .con_war{ padding-bottom: 30px; }
  .con_info h3{ font-size: 22px; }
}

@media screen and (max-width: 640px){
  .in_hotbox{ padding: 30px 0; }
  .in_neitem{ padding-left: 92px; }
  .f_item4{ width: 51%; }
  .f_item5{ width: 46%; }
  .ab_numul li span{ font-size: 43px; height: 43px; line-height: 43px; }
  .twd_txt:after{ display: none; }
  .twd_txt{ padding: 20px; height: auto; }
  .twd_pic{ width: 100%; float: none; }
  .twdul li:nth-of-type(even) .twd_pic{ float: none; }
  .twd_txt h4{ font-size: 25px; margin-bottom: 7px; }
  .twd_txt p{ font-size: 16px; line-height: 24px; font-family: POPPINS-REGULAR; }
  .ab_num{ padding: 20px 0; }
  .ab_twdiv{ padding: 0 0 30px 0; }
  .twdul li{ margin-bottom: 12px; }
  .pro_item p{ margin-top: 5px; }
  .padt70{ padding-top: 20px; }
  .digg4{ margin-top: 15px; }
  .pro-del-box{ margin-bottom: 15px; }
  .del_pdiv{ margin-top: 15px; }
  .app_icon{ display: none; }
  .app_list li{ margin-bottom: 14px; width: 49%; }
  .app_list li:nth-of-type(3n){ margin-right: 2%; }
  .app_list li:nth-of-type(even){ margin-right: 0; }
  .news_top .n_tlcon{ width: 100%; float: none; }
  .news_top .n_trcon{ width: 100%; float: none; padding: 15px; }
  .n_trcon h3{ font-size: 20px; }
  .news_list li{ width: 49%; margin-right: 2%; }
  .news_list li:nth-of-type(3n){ margin-right: 2%; }
  .news_list li:nth-of-type(even){ margin-right: 0; }
  .infocon h1{ line-height: 26px; }

}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .backToTop{ width: 35px; height: 35px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #df2323; }
  .in_hotbox{ padding: 20px 0; }
  .in_hotbox:before{ width: 100%; height: 23%; }
  .i_htit h2{ font-size: 22px; }
  .in_hotswi{ margin-top: 12px; }
  .in_vibox{ display: none; }
  .in_abpic{ width: 100%; float: none; }
  .in_ab .warper{ position: static; width: 100%; }
  .in_ab:before{ display: none; }
  .i_abtxdiv{ width: 100%; float: none; }
  .in_ab .warper{ margin-left: 0; padding: 15px; }
  .i_abwho{ height: auto; }
  .in_abmore{ margin-top: 12px; width: 170px; height: 50px; line-height: 50px; }
  .in_case{ padding: 10px; }
  .in_caswi{ padding-left: 25px; }
  .i_carrw{ left: 0; }
  .in_nrcon h2{ font-size: 22px; }
  .i_neslist li{ padding: 15px 0; }
  .in_neitem h4{ font-size: 20px; }
  .f_item4{ width: 100%; float: none; }
  .f_item5{ width: 100%; float: none; margin-top: 12px; }
  .f_item5 ul li{ margin-bottom: 6px; }
  .sub_nav h4{ font-size: 25px; }
  .ab_numul li{ width: 50%; margin-bottom: 6px; }
  .twd_txt{ position: static; width: 100%; padding: 12px; }
  .twd_txt h4{ font-size: 22px; }
  .twd_txt p{ font-size: 15px; line-height: 22px; }
  .twdul li{ margin-bottom: 8px; }
  .pro_war .rcon{ margin-top: 14px; }
  .pro_list li{ width: 49%; margin-right: 2%; }
  .pro_list li:nth-of-type(3n){ margin-right: 2%; }
  .pro_list li:nth-of-type(even){ margin-right: 0; }
  .del_bigp .del_aging{ bottom: 30%; }
  .pro-del-box .rcon h1{ font-size: 22px; }
  .links_btn a{ width: 100%; }
  .links_btn a:last-child{ margin-left: 0; margin-top: 5px; }
  .rel_swi{ margin-top: 5px; }
  .proinfoform li{ width: 100%; margin-bottom: 4px; float: none; margin-right: 0; }
  .app_text{ padding: 12px; }
  .app_text p{ font-size: 17px; }
  .news_list li{ margin-bottom: 15px; }
  .infocon h1{ font-size: 21px; }
  
}










