@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-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-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-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-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-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-face {
  font-family: 'OSWALD-BOLD';
  src: url('fonts/OSWALD-BOLD.eot');
  src: local('☺'), url('fonts/OSWALD-BOLD.woff') format('woff'), url('fonts/OSWALD-BOLD.ttf') format('truetype'), url('fonts/OSWALD-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

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:#fd9905;}
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 4492695 */
  src: url('fonts/iconfont.woff2?t=1712050490718') format('woff2'),
       url('fonts/iconfont.woff?t=1712050490718') format('woff'),
       url('fonts/iconfont.ttf?t=1712050490718') format('truetype');
}

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

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

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

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

.icon-cz-jsry:before {
  content: "\e747";
}

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

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

.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-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-instagram-fill1:before {
  content: "\e88f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



video{ display: block; }

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

header{ width: 100%; height: 150px; background: #fff; z-index: 999; position: fixed; top: 0;  left: 0; }
header .warper{ }
.h_top{ height: 50px; transition: all 0.3s; position: relative; z-index: 0; overflow: hidden; background: #181818; }
.h_top span{ display: inline-block; font-size: 16px; line-height: 50px; color: #b1b1b1; }
.h_tlx{ line-height: 50px; float: right; overflow: hidden; }
.h_tlx li{ font-size: 16px; float: left; margin-right: 34px; position: relative; color: #bebebe; }
.h_tlx li i{ margin-right: 8px; font-size: 22px; color: #fd9905; }
.h_tlx li a{ color: #bebebe; }
.h_tlx li a:hover{ color: #fff; text-decoration: underline; }
.h_tlx li *{ vertical-align: bottom; }
.h_tlx li:last-child{ margin-right: 0; }

.h_bot{ position: relative; }
.position{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); }
#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}
.logo{ position: absolute; left:0; top: 28px; }


.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: 116px; }
nav li{ float: left; margin: 0 45px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:100px; font-size: 20px; font-family: POPPINS-REGULAR; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #fd9905;  }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 5px; background: #fd9905; bottom: 22px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 90%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fff; min-width: 250px; top: 100px; left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative;  }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; font-size: 16px; line-height: 20px; background: transparent !important; color: #666 !important; display: block; padding: 13px 10px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #fd9905!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(110,54,26,.75); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px 10px; color: #fff !important; border-bottom: none; min-width: 240px; }


.search-button{ width:60px; position: absolute; right: 0; top: 26px;}
.search-button span{ width: 100%; height: 40px; text-align: center; overflow: hidden; line-height: 40px; border-radius: 40px; background: #fd9905; cursor: pointer; display: inline-block; color: #fff; }
.search-button span i{ font-size: 20px; text-align: center;display: inline-block; }
.search-button span:hover i{ color: #fff; }
.search-button span:hover{ opacity: 0.85; }
.searchform{ overflow: hidden;background:#fd9905;position: absolute; right: 0; height: 0; z-index: 88; top:74px; 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; background:#fd9905; color: #fff; line-height:51px; padding-left:10px; font-family: POPPINS-REGULAR; float: left; }
.searchform button{ width:54px; line-height:51px; background:#fd9905; 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;}

.media{ float: right; }
.media a{ width: 33px; font-size: 14px; margin: 0 2px; text-align: center; display: inline-block; height: 33px;  color: #fff; background:#3a3a3a; line-height: 33px; border-radius: 38px; }
.media a:nth-of-type(1):hover{ background: #3a82d3; }
.media a:nth-of-type(2):hover{ background: #30afeb; }
.media a:nth-of-type(3):hover{ background: #0085b2; }
.media a:nth-of-type(4):hover{ background: #d20000; }
.media a:hover{ opacity: 0.85; }

.language{ width: 26px; margin-top: 2px; float: right; font-size: 16px; display: inline-block; position: relative; height: 24px; cursor: pointer; line-height: 24px; text-align: center; }
.language i{ font-size: 28px; color: #666; }
.language-main { width: 120px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99;  left: -30px;  top: 22px;
    background: url("images/ffggg.png") no-repeat 26px 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 120px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #b0231d; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important;color: #888 !important; background: #fff !important; height: auto !important; border: none !important; line-height: 28px !important; text-align: left; display: block !important;}
.language-post { padding-top: 10px;}
.language-cont a:after{ position: absolute; top: 9px; left: 0; width: 7px; height: 7px; background: #b0231d; content: ''; }
.language-cont a:hover { color: #b0231d !important;}
.language-cont a:hover:after{ background: #b0231d; }


.banner_home{ position: relative; margin-top: 150px; }
.banner{ overflow: hidden; }
.banner .item{ outline: none; border: none; }
.banner .item img{ width: 100%; }
.banner .slick-dots{ width: 15px; position: absolute; right: 25px; top: 40%; }
.banner .slick-dots li{ width: auto; height: auto; }
.banner .slick-dots li button{ position: relative; background: rgba(255, 255, 255, 0.5); width: 15px; height: 15px; border: none; border-radius: 20px; }
.banner .slick-dots li.slick-active button{ background: #fd9905; }
.ban_video{ position: relative; }
.ban_txt{ position: absolute; width: 100%; top: 35%; left: 0;  }
.ban_txt h2{ text-shadow: 0 16px 16px rgba(0, 0, 0, 0.4); color: #fff; text-transform: uppercase; text-align: center; font-size: 80px; font-family: Source-Black; }
.changpic{ width: 100%; overflow: hidden; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.3s; }

.ban_arrow{ width: 100%; position: absolute; top: 42%; left: 0;  }
.ban_arrow span{ display: inline-block; width: 54px; height: 54px; line-height: 54px; background: transparent; text-align: center; border-radius: 54px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #fff; font-size: 40px; font-weight: bold; }
.ban_arrow span.ban_prev{ left: 4%; transform: rotate(180deg); }
.ban_arrow span.ban_next{ right: 4%; }
.ban_arrow span:hover i{ color: #fff; }

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

/*标题*/
.inti_h2{ text-transform: capitalize; font-size: 62px; line-height: 62px; font-family: POPPINS-SEMIBOLD; }
.inti_h2 span{ color: #fd9905; }
/*首页*/
.inabdo{ padding: 70px 0 75px; overflow: hidden; }
.inabfix{ display: flex; }
.inable{ width: 50%; padding-right: 50px; }
.inabri{ width: 50%; padding-top: 40px; }
.inabtxt{ margin-top: 20px; }
.inabtxt p{ font-size: 16px; line-height: 30px; color: #666; }
.imobtn{transition: all 0.3s;display: inline-block;padding: 3px;border: 1px solid #fd990578;}
.imobtn span{ display: inline-block; padding: 10px 48px; font-size: 16px; color: #fff; background: #fd9905; }
.inabri .imobtn{ margin-top: 42px; }
.imobtn:hover{ transform: translateX(10px); }
.iabrbo{ margin-top: 54px; }

.inpcts{ padding-top: 62px; background: url(images/incopbg.jpg) no-repeat; background-size: cover; }
.inpcts .inti_h2{ color: #fff; text-align: center; }
.inpcull{ margin-top: 46px; overflow: hidden; }
.inpcull li{ width: 25%; float: left; }
.inpcite a{ display: block; width: 100%; position: relative; }
.ipsh{ opacity: 0; transition: all 0.3s; position: absolute; top: 0; left: 0; color: #fff; background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; padding: 88px 44px 0; }
.ipsh h3{ font-size: 18px; margin-bottom: 12px; font-weight: normal; font-family: POPPINS-MEDIUM; line-height: 30px; height: 60px; overflow: hidden; }
.ipsh p{ font-size: 16px; line-height: 24px; height: 72px; overflow: hidden; color: #ddd; }
.ipsh .imobtn{ font-style: normal; border: 1px solid #fff; margin-top: 36px; display: inline-block; }
.ipsh .imobtn span{ background: #fff; color: #333; }
.inpcite:hover .ipsh{ opacity: 1; }

.inpcus{background: #e88d05;overflow: hidden;padding: 42px 194px;}
.inpcus p{ color: #fff; float: left; font-size: 32px; font-family: POPPINS-MEDIUM; }
.inpcus a{ float: right; }
.inpcus a.imobtn{ border: 1px solid #fff; }
.inpcus a.imobtn span{ background: #fff; color: #fd9905; }

.incasdi{ padding: 70px 0 72px; }
.incasdi .inti_h2{ text-align: center; }
.incalist{ margin-top: 56px; }
.incalist li{ margin-bottom: 38px; }
.incalist li:last-child{ margin-bottom: 0; }
.incaitem{ border: 1px solid #bfbfbf; background: #f8f8f8; overflow: hidden; padding: 30px; }
.incalef{ width: 412px; float: left; }
.incarig{ margin-left: 412px; padding: 24px 0 0 50px; }
.incarig h3{ font-size: 24px; font-weight: normal; font-family: POPPINS-MEDIUM; line-height: 30px; height: 60px; overflow: hidden; }
.incarig p{ font-size: 16px; margin-top: 15px; line-height: 24px;height: 48px; overflow: hidden; color: #333; }
.incarig .imobtn{ margin-top: 30px; font-style: normal; }
.incarig .imobtn span{ background: #fd990529; color: #fd9905; }
.incaitem:hover .changpic img{ transform: scale(1.15); }
.incaitem:hover .incarig .imobtn span{ background: #fd9905; color: #fff; }

.innesbo{ background: #f8f8f8; padding: 85px 0 130px; }
.innebodi{ display: flex; }
.innles{ width: 50%; padding-right: 25px; }
.innris{ width: 50%; padding-left: 25px; }
.innles .inti_h2{ margin-bottom: 65px; }
.inneliul li{ margin-bottom: 56px; }
.inneliul li:last-child{ margin-bottom: 0; }
.inneits{ position: relative; }
.innstx{ position: absolute; background: linear-gradient( transparent, rgba(0, 0, 0, 0.8)); width: 100%; left: 0; bottom: 0; padding: 45px 35px 30px; }
.innstx h3{ color: #fff; margin-bottom: 18px; font-size: 22px; font-weight: normal; font-family: POPPINS-MEDIUM; line-height: 26px; height: 52px; overflow: hidden; }
.innstx span{ display: inline-block; color: #fff; font-size: 16px; }
.innstx span i{ font-size: 18px; display: inline-block; margin-right: 5px; }
.inneits:hover .changpic img{ transform: scale(1.15); }

footer{ padding-top: 72px; background: url(images/fotmg.jpg) no-repeat; background-size: cover; }
.fo_mesdiv{ width: 100%; overflow: hidden; padding: 0 50px; }
.fomle{ float: left; color: #fff; width: 236px; }
.fomri{ margin-left: 236px; padding-top: 9px; }
.fomle p{ text-transform: uppercase; line-height: 32px; font-size: 20px; font-family: POPPINS-MEDIUM; }
.fomle span{ font-size: 26px; display: inline-block; }
.f_mfoul{ width: 100%; overflow: hidden; }
.f_mfoul li{ float: left; width: 22%; margin-right: 2%; }
.f_mfoul li:nth-of-type(3){ width: 52%;  position: relative; margin-right: 0; }
.f_mfoul li:nth-of-type(3) input{ padding-right: 140px; }
.f_mfoul li input{ border-radius: 0; width: 100%; height: 46px; padding: 0 18px; line-height: 46px; border: none; background: #fff; font-size: 16px; font-family: Poppins-Light; color: #000; }
.f_mfoul li input::-webkit-input-placeholder{ color: #888; }
.f_mfoul li button{position: absolute;transition: all 0.3s;border: none;top: 0;right: 0;width: 134px;cursor: pointer;height: 46px;font-family: POPPINS-SEMIBOLD;text-transform: uppercase;background: #fd9905;border-radius: 0;font-size: 18px;text-align: center;color: #fff;}
.f_mfoul li button:hover{ opacity: 0.85; color: #fff; }

.fa_nav{ width: 100%; overflow: hidden; margin-top: 88px; }
.fa_item1{ width: 21%; float: left;  }
.fa_item1 p{ color: #fff; line-height: 28px; font-size: 16px; }
.fa_nav h4{ font-size: 24px; font-weight: normal; text-transform: uppercase; margin-bottom: 26px; color: #fff; font-family: POPPINS-MEDIUM; }

.fa_item2{ width: 16%; float: left; margin-left: 11%; }
.fa_item3{ float: left;  width: 18%; margin-left: 2%;}
.fa_item4{ float: right; width: 23%; }
.f_navli li{ color: #fff; margin-bottom: 14px; position: relative; font-size: 16px; }
.f_navli li a,.f_navli li span{ color: #fff; display: inline-block; }
.f_navli li a:hover{ color: #fff; text-decoration: underline; }
.f_navli li span{ line-height: 30px; display: block; }
.f_navli li:last-child{ margin-bottom: 0; }

.copyright{ margin-top: 60px; padding: 32px 0; overflow: hidden; border-top: 1px solid rgba(244, 244, 244, 0.2);  }
.copyright p{ font-size: 16px; float: left; color: rgba(255, 255, 255, 0.5); }
.copyright p a{ color: rgba(255, 255, 255, 0.5); display: inline-block; margin-left: 48px; }
.copyright p a:hover{ color: rgba(255, 255, 255, 1); }



.l_fixed{ position: fixed; top: 40%; left: 0; z-index: 666; }
.l_fixed li{ position: relative; width: 40px; margin-bottom: 1px; transition: all 0.3s; }
.l_fixed li a{ 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; display: inline-block;  }
.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: #fd9905; }
.l_fixed li:nth-of-type(3) a{ background: #25d366; }
.l_fixed li:nth-of-type(4) a{ background: #30afeb; }
.l_fixed li:nth-of-type(5) a{ background: #0085b2; }
.l_fixed li:nth-of-type(6) a{ background: #d20000; }
.l_fixed li:nth-of-type(2) a span{ background: #fd9905; }
.l_fixed li:nth-of-type(3) a span{ background: #25d366; }
.l_fixed li:hover a span{ width: 280px; left: 40px; }
.l_fixed li:hover{ opacity: 0.9; }

.backToTop{width:60px; height:60px; z-index: 666; border-radius: 60px; background:#fd9905 url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:0; text-indent:9999px; bottom:80px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}




.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
/*位置*/
.subbanner{ position: relative; margin-top: 150px; }
.sub_nav{ position: absolute; width: 100%; top: 28%; left: 0; }
.sub_nav h2{ font-size: 70px; margin-bottom: 15px; line-height: 70px; text-transform: uppercase; display: inline-block; color: #fff; font-family: OSWALD-BOLD; }
.sub_nav p{ color: #fff; font-size: 16px; }
.sub_nav p a{ color: #fff; }
.sub_nav p a:hover{ color: #fd9905; text-decoration: underline; }
/*关于我们*/
.abwar{ padding: 75px 0 80px; }
.abcom{ width: 100%; overflow: hidden; }
.abclef{ float: left; width: 620px; }
.abcrig{ margin-left: 620px; padding: 30px 0 0 54px; }
.abthrul{ margin-top: 50px; display: flex; }
.abthrul li{ width: 32%; margin-right: 2%; }
.abthrul li:last-child{ margin-right: 0; }
.abfaadv{ margin-top: 68px; display: flex; box-shadow: 0 0 10px rgba(0, 0, 0, 0.06); }
.abfited{ width: 50%; background: #fff; padding: 50px 54px 62px; }
.abfaadv .abfited:last-child{ background: #f1f1f1; }
.abfited h2{ margin-bottom: 22px; font-size: 40px; line-height: 40px; font-family: POPPINS-SEMIBOLD; }
.abfited h2 span{ color: #fd9905; }
.abfpp,.abfited .changpic{ margin-bottom: 34px; }
.abfpp p{ font-size: 16px; line-height: 30px; color: #666; }
.abqua{ padding-top: 62px; }
.abqua h2{ margin-bottom: 22px; position: relative; padding-bottom: 20px; text-align: center; font-size: 40px; line-height: 40px; font-family: POPPINS-SEMIBOLD; }
.abqua h2 span{ color: #fd9905; }
.abqua h2:before{ content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 122px; height: 2px; background: #fd9905; }
.abqua .inabtxt{ text-align: center; }
.abhor{ margin-top: 48px; display: flex; flex-wrap: wrap; }
.abhor li{ width: 22%; margin-right: 4%; margin-bottom: 25px; }
.abhor li:nth-of-type(4n){ margin-right: 0; }


/*case*/
.case_war,.news_war{ padding: 70px 0 85px; }
.case_war .incalist{ margin-top: 0; }
/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}

/*产品列表*/
.prbox{ padding: 65px 0 76px; }
.prnavb{background: #f8f8f8;padding: 46px 108px 34px;/* text-align: center; */}
.prnavb h2{ font-size: 50px; line-height: 50px; font-family: POPPINS-SEMIBOLD; }

.pro_naul{margin-top: 36px;display:inline-block;/* text-align: center; */}
.pro_naul li{ display: inline-block; margin: 0 9px 16px; }
.pro_naul li a{ display: inline-block; background: #fff; border-radius: 80px; padding: 8px 40px; border: 1px solid #bfbfbf; width: 100%; font-size: 16px; }
.pro_naul li.on a{ background: #fd9905; color: #fff; }

.pr_list{ margin-top: 38px; display: flex; flex-wrap: wrap; }
.pr_list li{ display: inline-block; width: 32%; margin-right: 2%; margin-bottom: 46px; }
.pr_list li:nth-of-type(3n){ margin-right: 0; }
.prtxt{ margin-top: 22px; }
.prtxt h3{ font-size: 18px; margin-bottom: 10px; font-weight: normal; line-height: 26px; height: 52px; overflow: hidden; font-family: POPPINS-MEDIUM; }
.prtxt p{ font-size: 16px; line-height: 24px; height: 72px; overflow: hidden; color: #999; }
.prtxt .imobtn{ margin-top: 30px; font-style: normal; }
.prtxt .imobtn span{background: #fd990529;color: #fd9905;}
.prliitem:hover .changpic img{ transform: scale(1.15); }
.prliitem:hover .prtxt .imobtn span{ background: #fd9905; color: #fff; }
/*分页 结束*/
.digg4{ text-align:center; font-size: 16px; margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:40px; border-radius: 40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: 1px solid #d8d8d8; height:40px; line-height: 38px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; border: 1px solid #fd9905; background: #fd9905; }
.digg4 span.disabled { font-size: 30px; line-height:34px; font-weight: normal; background: #fff; color: #a6a6a6;}
.digg4 a{ border-radius: 50px; color: #a6a6a6; background: #fff; }
/*产品详情*/
.prdebox{ margin-top: 150px; }
.prmaibox{ padding: 76px 0; overflow: hidden; background: url(images/demaibg.jpg) no-repeat; background-size: cover; }
.prmlef{ float: left; width: 52%; }
.prmrig{ float: right; width: 48%; padding: 26px 0 0 40px; }
.de_tsi{ position:relative; }
.de_topswi{ position: relative; overflow: hidden;}
.de_topswi .slick-dots{ position: absolute; bottom: 15px; left: 0; }
.de_topswi .slick-dots li{ width: auto; height: auto; }
.de_topswi .slick-dots li button{ width: 12px; height: 12px; border-radius: 12px; padding: 0; background: #e8d9d1; }
.de_topswi .slick-dots li.slick-active button{ background: #fd9905; }
.detav{ position: absolute; top: 45%; left: 0; width: 100%; }
.detav span{ cursor: pointer; position: absolute; top: 0; color: #fff; }
.detav span i{ font-size: 30px; display: inline-block; font-weight:bold; }
.dto_prev{ left: 5px; }
.dto_next{ right: 5px; }
.dto_prev i{ transform: rotate(180deg); }
.detav span:hover{ color: #f1880a; }
.prmrig h1{ color: #fff; font-weight: normal; font-size: 34px; line-height: 40px; font-family: POPPINS-MEDIUM; }
.deprm{ margin-top: 14px; height: 160px; overflow-y: auto; padding: 20px; background: rgba(255, 255, 255, 0.1); }
.deprm p{ color: #fff; font-size: 16px; line-height: 24px; }
.deprm::-webkit-scrollbar{ width: 2px; height: 1px; }
.deprm::-webkit-scrollbar-thumb{ border-radius: 0; background: #fff; }
.deprm::-webkit-scrollbar-track { border-radius: 0; background: #fd9905; }
.delxul{ margin-top: 30px; display: flex; justify-content: space-between; padding-right: 60px; }
.delxul li{ font-size: 19px; font-family: POPPINS-MEDIUM; }
.delxul li i{ font-size: 24px; color: #fd9905; }
.delxul li a{ color: #fff; }
.delxul li *{ vertical-align: middle; }
.delxul li a:hover{ color: #fd9905; }
.de_btn{ width: 100%; display: flex; justify-content: space-between; margin-top: 28px; padding-right: 154px; }
.de_btn a{ transition: all 0.3s; width: 47%; text-align: center; display: inline-block; padding: 3px; border: 1px solid #fd9905; }
.de_btn a span{ display: inline-block; width: 100%; padding: 10px 48px; font-size: 16px; color: #fff; background: #fd9905; }
.de_btn a:hover{ transform: translateX(10px); }

.deboxblo{ margin-top: 40px; padding-bottom: 80px; }
.deitem{ margin-bottom: 44px; }
.deboxblo .deitem:last-child{ margin-bottom: 0; }
.debh2{ font-size: 42px; margin-bottom: 15px; line-height: 42px; font-family: POPPINS-SEMIBOLD; }
.deintrtx p{ font-size: 16px; line-height: 34px; color: #666; }
.dethul{ margin-top: 26px; overflow: hidden; }
.dethul li{ width: 32%; float: left; margin-right: 2%; }
.dethul li:nth-of-type(3n){ margin-right: 0; }
.appdeswi{ width: 100%; overflow: hidden; position: relative; }
.appdsg{ width: 170%; }
.appitem{ width: 100%; overflow: hidden; background: #f8f8f8; }
.appitle{ width: 48%; float: left; }
.appitri{ width: 52%; float: right; padding: 58px 35px 0; }
.appitri h4{ margin-bottom: 20px; padding-right: 88px; border-bottom: 1px solid #d4d4d4; padding-bottom: 10px; font-size: 30px; font-family: POPPINS-MEDIUM; font-weight: normal; }
.appitri p{ line-height: 35px; padding-right: 88px; }
.apparr{ position: absolute; width: 40px; top: 70px; right: 18%; }
.apparr span{ display: inline-block; margin-bottom: 18px; text-align: center; cursor: pointer; width: 40px; height: 40px; line-height: 40px; border-radius: 40px; background: #fd9905; color: #fff; }
.apparr span i{ font-size: 20px; display: inline-block; }
.apd_next i{ transform: rotate(180deg); }
.del_table{ overflow-x: auto; }
.del_table table{ border-top: 1px solid #ede6e6; border-left: 1px solid #ede6e6; width: 100%; }
.del_table table tr td{font-size: 16px;text-align: center;padding: 15px 20px;color: #888;border-bottom: 1px solid #fd990512;border-right: 1px solid #fd990512;}
.del_table table tr:nth-of-type(odd) td{background: #fd990512;}
.quiry_info{ overflow: hidden; }
.quiry_info li{width: 100%; margin-bottom: 18px; position: relative; overflow: hidden;}
.quiry_info input,.quiry_info textarea{width: 100%; resize: none; font-family:Poppins-ExtraLight; background:#f7f7f7; border: 1px solid #dedede; color: #333; font-size: 16px; line-height: 24px; padding: 16px 28px; }
.quiry_info textarea{ height:168px; }
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #888;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #888;}
.quiry_info li:last-child, .quiry_info li:nth-of-type(3), .quiry_info li:nth-of-type(4){ width: 100%; float: none;}
.quiry_info li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.quiry_info button{ background: transparent; cursor: pointer; transition: all 0.3s; width: 200px; border: 1px solid #fd9905; padding: 3px; border-radius: 0; font-size: 16px; color: #fff; font-family: Poppins-ExtraLight;  }
.quiry_info button span{ width: 100%; padding: 10px 0; display: inline-block; background: #fd9905; }
.quiry_info button:hover{ transform: translateX(10px);}

.rellist{ width: 100%; }
.rellist li{ margin:0 10px; }

.repsd{ position:relative; }
.repsd .detav{ position:absolute; top:25%; }
.repsd .detav span{ color:#333;}
.repsd .detav span:hover{ color:#fd9905; }
.rel_prev{ left: -50px; }
.rel_next{ right: -50px; }
.rel_prev i{ transform: rotate(180deg); }
/*news*/
.nes_list{ display: flex; flex-wrap: wrap; }
.nes_list li{ width: 48.5%; margin-right: 3%; margin-bottom: 50px; }
.nes_list li:nth-of-type(even){ margin-right: 0; }


.infocon{color: #666; }
.infocon h1{ font-size:28px; line-height: 30px; font-family: POPPINS-SEMIBOLD; 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: #999}
.infocon .time i{ font-size: 20px; }
.infocon .other{border-top: 1px solid #ddd; padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; font-size: 16px; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #fd9905; }
.infocon p{ line-height:28px; font-size: 16px; margin-bottom: 10px;}

/*contact*/
.con_war{ padding-top: 65px; }
.con_ditop{ width: 100%; padding: 55px 40px 55px 72px; overflow: hidden; background: url(images/ciusbg.jpg) no-repeat; background-size: cover; }
.con_dile{ width: 48%; float: left; padding-right: 48px; }
.con_diri{ width: 52%; float: right; padding-left: 22px; }
.con_coninf{  }
.con_coninf h2{ margin-bottom: 10px; font-size: 50px; line-height: 50px; color: #fff; font-family: POPPINS-BOLD; }
.con_leul{ margin-top: 44px;  }
.con_leul li{ margin-bottom: 46px; }
.con_leul li:last-child{ margin-bottom: 0; }

.con_lxdi{ position: relative; padding-left: 98px; }
.con_lxdi p{ font-family: POPPINS-MEDIUM; color: #fff; font-size: 24px; margin-bottom: 3px;  }
.con_lxdi i{ position: absolute; top:0; left: 0; display: inline-block; width: 78px; height: 78px; border-radius: 78px; text-align: center; line-height: 78px; background: #fff; color: #fd9905; font-size: 38px; }
.con_lxdi a,.con_lxdi em{ font-family: POPPINS-REGULAR; font-style: normal; font-size: 22px; color: #fff; display: inline-block; }
.con_lxdi:hover a{ transform: translateX(5px); }

.comess{ border-radius: 10px; background: #fff; padding: 40px 28px; }
.comess h2{ font-size: 40px; margin-bottom: 15px; font-family: POPPINS-BOLD; }
.comess .quiry_info button{ background: #fd9905; padding: 9px 3px; }

.map{ margin-top: 65px; }

.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}

@media screen and (max-width: 1680px){
  .inpcus{ padding: 42px 100px; }
}

@media screen and (max-width: 1600px){
  .ipsh{ padding: 40px 30px 0; }
}

@media screen and (max-width: 1440px){
  .warper{ width: 88%; }
  nav li{ margin: 0 32px; }
  nav{ margin-right: 80px; }
  .inti_h2{ font-size: 50px; line-height: 50px; }
  .inabri .imobtn{ margin-top: 18px; }
  .inabri{ padding-top: 20px; }
  .iabrbo{ margin-top: 34px; }
  .ipsh .imobtn{ margin-top: 22px; }
  .inpcus p{ font-size: 26px; }
  .incalist{ margin-top: 40px; }
  .innesbo{ padding: 70px 0 80px; }
  footer{ padding-top: 56px; }
  .fa_nav{ margin-top: 58px; }
  .copyright{ padding: 20px 0; margin-top: 40px; }
  .sub_nav h2{ font-size: 60px; line-height: 60px; }
  .prnavb h2{ font-size: 42px; line-height: 42px; }
  .prnavb{ padding: 32px 50px 24px; }
  .prmrig{ padding: 0 0 0 32px; }
  .prmrig h1{ font-size: 28px; line-height: 38px; }
  .delxul{ padding-right: 0; }
  .de_btn{ padding-right: 0; }
  .debh2{ font-size: 36px; line-height: 36px; }
  .deintrtx p{ line-height: 30px; }
  .appitri p{ line-height: 30px; }
  .appdsg{ width: 180%; }
  .apparr{ right: 13%; }
  .abcrig{ padding: 0 0 0 35px; }
  .abthrul{ margin-top: 28px; }
  .abfited{ padding: 40px 44px 50px; }
  .abhor{ margin-top: 25px; }
  .abhor li{ margin-right: 2%; width: 23.5%; }
  .con_coninf h2{ font-size: 42px; line-height: 42px; }
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 24px; }
  .inneliul li{ margin-bottom: 25px; }
  .innles{ padding-right: 12px; }
  .innris{ padding-left: 12px; }
  .innles .inti_h2{ margin-bottom: 28px; }
  .sub_nav h2{ font-size: 50px; line-height: 50px; }
  .abclef{ width: 520px; }
  .abcrig{ margin-left: 520px; }
  .incarig{ padding: 24px 0 0 30px; }
  .comess{ padding: 30px 28px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  .prnavb{ padding: 32px 30px 24px; }
  .pro_naul li a{ padding: 8px 30px; }
  .pro_naul li{ margin: 0 6px 10px; }
  .pr_list li{ margin-bottom: 32px; }
  .prmaibox{ padding: 62px 0; }
  .delxul li{ font-size: 19px; }
  .appitri h4{ font-size: 24px; }
  .appitri{ padding: 30px 35px 0; }
  .apparr{ top: 30px; }
  .sub_nav h2{ font-size: 42px; line-height: 42px; }
  .inti_h2{ font-size: 45px; line-height: 45px; }
  .abfited h2{ font-size: 32px; line-height: 32px; }
  .abfited{ padding: 30px; }
  .incaitem{ padding: 20px; }
  .nes_list li{ margin-bottom: 35px; }
  .con_ditop{ padding: 40px; }
}


@media screen and (max-width: 1024px){
  .banner_home,.subbanner,.prdebox{ 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:46px; width: auto; }
  .logo{ top: 8px; 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: #fd9905 ; 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: #fd9905; }
  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: #fd9905 !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:10px; }
  nav li.on a:after, nav li:hover a:after,.mouse_scrll{ display: none; }
  nav li:before,.search-button{ display: none; }
  .inabdo{ padding: 54px 0; }
  .inable{ padding-right: 20px; }
  .inti_h2{ font-size: 40px; line-height: 40px; }
  .inabtxt{ margin-top: 15px; }
  .inabtxt p{ line-height: 26px; font-size: 15px; }
  .imobtn span{ padding: 8px 30px; }
  .iabrbo{ margin-top: 18px; }
  .inpcts{ padding-top: 50px; }
  .inpcull{ margin-top: 28px; }
  .inpcull li{ width: 50%; }
  .ipsh{ padding: 30% 30px 0; }
  .inpcus{ padding: 30px 40px; }
  .inpcus p{ font-size: 20px; margin-top: 8px; }
  .incasdi{ padding: 50px 0; }
  .incalist li{ margin-bottom: 15px; }
  .incalef{ width: 388px; }
  .incarig{ margin-left: 388px; }
  .incarig h3{ font-size: 20px; }
  .innesbo{ padding: 60px 0 70px; }
  .innstx{ padding: 30px 25px 20px; }
  .fo_mesdiv{ padding: 0; }
  .fa_item2{ margin-left: 6%; }
  .fa_item4{ width: 32%; }
  .fa_nav h4{ margin-bottom: 12px; font-size: 22px; }
  .fa_nav{ margin-top: 30px; }
  footer{ padding-top: 25px; }
  .sub_nav h2{ font-size: 32px; line-height: 32px; }
  .prbox{ padding: 40px 0 50px; }
  .prnavb h2{ font-size: 35px; line-height: 35px; }
  .pro_naul{ margin-top: 30px; }
  .pro_naul li a{ padding: 6px 22px; }
  .prtxt .imobtn{ margin-top: 15px; }
  .prmaibox{ padding: 50px 0; }
  .prmlef{ width: 100%; float: none; }
  .prmrig{ width: 100%; float: none; padding: 0; margin-top: 15px; }
  .prmrig h1{ font-size: 22px; line-height: normal; }
  .deprm{ height: auto; }
  .debh2{ font-size: 32px; line-height: 32px; }
  .deintrtx p{ line-height: 28px; }
  .appitri p{ line-height: 24px; }
  .del_table table tr td{ padding: 12px; }
  .quiry_info li{ margin-bottom: 10px; }
  .abwar{ padding: 52px 0; }
  .abfaadv{ margin-top: 40px; }
  .abfpp p{ line-height: 26px; }
  .abfpp, .abfited .changpic{ margin-bottom: 15px; }
  .case_war, .news_war{ padding: 60px 0 70px; }
  .con_coninf h2{ font-size: 38px; line-height: 38px; }
  .comess h2{ font-size: 30px; }
  .map{ margin-top: 30px; }
}

@media screen and (max-width: 768px){
  .inabdo{ padding: 36px 0; }
  .inabfix{ flex-wrap: wrap; }
  .inable{ width: 100%; padding-right: 0; }
  .inabri{ width: 100%; padding: 0; margin-top: 12px; }
  .inti_h2{ font-size: 30px; line-height: 30px; }
  .ipsh{ padding: 40px 20px 0; }
  .inpcus{ padding: 20px 25px; }
  .incasdi{ padding: 30px 0; }
  .incalist{ margin-top: 22px; }
  .incaitem{ padding: 10px; }
  .incalef{ width: 280px; }
  .incarig{ margin-left: 280px; padding: 12px 0 0 20px; }
  .incarig h3{ height: 30px; }
  .incarig p{ margin-top: 8px; }
  .incarig .imobtn{ margin-top: 15px; }
  .innesbo{ padding: 40px 0; }
  .innstx{ padding: 20px 15px 18px; }
  .innstx h3{ font-size: 18px; margin-bottom: 10px; }
  .inneliul li{ margin-bottom: 10px; }
  .innles{ padding-right: 6px; }
  .innris{ padding-left: 6px; }
  .fo_mesdiv{ display: none; }
  .fa_nav{ margin-top: 0; }
  .fa_item1,.fa_item2{ display: none; }
  .fa_item3{ margin-left: 0; width: 40%; }
  .fa_item4{ width: 58%; }
  .copyright{ margin-top: 20px; padding: 10px 0; }
  .copyright p{ float: none; }
  .media{ float: none; margin-top: 5px; }
  .copyright p a{ margin-left: 10px; }
  .backToTop{ width: 50px; height: 50px; border-radius: 50px; }
  .prnavb{ display: none; }
  .pr_list{ margin-top: 0; }
  .pr_list li{ width: 49%; }
  .pr_list li:nth-of-type(3n){ margin-right: 2%; }
  .pr_list li:nth-of-type(even){ margin-right: 0; }
  .prmaibox{ padding: 40px 0; }
  .debh2{ font-size: 28px; line-height: 28px; margin-bottom: 8px; }
  .appdsg{ width: 100%; }
  .appitle{ width: 100%; float: none; }
  .appitri{ width: 100%; float: none; padding: 15px; }
  .apparr span{ margin-bottom: 5px; }
  .apparr{ right: 1%; top: 10px; }
  .appitri p{ padding-right: 0; }
  .deitem{ margin-bottom: 24px; }
  .deboxblo{ padding-bottom: 40px; }
  .abwar{ padding: 40px 0; }
  .abclef{ width: 100%; float: none; }
  .abcrig{ margin-left: 0; margin-top: 15px; padding: 0; }
  .abthrul{ margin-top: 14px; }
  .abfited{ padding: 20px; }
  .abfited h2{ font-size: 28px; line-height: 28px; }
  .abfaadv{ margin-top: 30px; flex-wrap: wrap; }
  .abfited{ width: 100%; }
  .abqua{ padding-top: 30px; }
  .abqua h2{ font-size: 30px; line-height: 30px; padding-bottom: 10px; margin-bottom: 12px; }
  .abhor li{ margin-bottom: 12px; }
  .case_war, .news_war{ padding: 30px 0 50px; }
  .nes_list li{ margin-bottom: 16px; }
  .infocon h1{ font-size: 26px; line-height: 28px; }
  .infocon .time{ margin: 10px 0; }
  .infocon p{ line-height: 26px; }
  .con_war{ padding-top: 35px; }
  .con_ditop{ padding: 25px; }
  .con_dile{ width: 100%; float: none; padding: 0; }
  .con_coninf h2{ font-size: 30px; line-height: 30px; }
  .con_leul{ margin-top: 24px; }
  .con_lxdi p{ font-size: 20px; }
  .con_lxdi a, .con_lxdi em{ font-size: 18px; }
  .con_lxdi i{ width: 64px; height: 64px; line-height: 64px; font-size: 28px; }
  .con_lxdi{ padding-left: 78px; }
  .con_leul li{ margin-bottom: 15px; }
  .con_diri{ width: 100%; float: none; padding: 0; margin-top: 15px; }
  .comess{ padding: 20px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #fd9905; }
  .banner .slick-dots li button{ width: 10px; height: 10px; }
  .inabdo{ padding: 20px 0; }
  .inti_h2{ font-size: 28px; line-height: 28px; }
  .inabtxt{ margin-top: 8px; }
  .inpcts{ padding-top: 20px; }
  .inpcull{ margin-top: 15px; }
  .ipsh{ opacity: 1; padding: 20px 12px 0; }
  .ipsh h3{ height: 30px; margin-bottom: 6px; }
  .ipsh p{ height: 24px; }
  .ipsh .imobtn{ margin-top: 12px; }
  .imobtn span{ padding: 6px 20px; }
  .inpcus{ padding: 15px; }
  .inpcus p{ margin-top: 0; float: none; font-size: 16px; }
  .inpcus a{ float: none; margin-top: 10px; }
  .incasdi{ padding: 20px 0; }
  .incalef{ width: 100%; float: none; }
  .incarig{ margin-left: 0; padding: 10px 0; }
  .innesbo{ padding: 20px 0; }
  .innebodi{ flex-wrap: wrap; }
  .innles{ width: 100%; padding: 0; margin-bottom: 10px; }
  .innris{ width: 100%; padding: 0; }
  .innles .inti_h2{ margin-bottom: 10px; }
  .fa_item3{ display: none; }
  .fa_item4{ width: 100%; float: none; }
  .f_navli li{ margin-bottom: 5px; }
  .sub_nav h2{ font-size: 22px; line-height: 22px; }
  .sub_nav p{ display: none; }
  .prbox{ padding: 22px 0 35px; }
  .prtxt{ margin-top: 6px; }
  .prtxt h3{ margin-bottom: 5px; }
  .prtxt p{ height: 48px; }
  .prtxt .imobtn{ margin-top: 6px; }
  .pr_list li{ margin-bottom: 12px; }
  .prmaibox{ padding: 22px 0; }
  .prmrig h1{ font-size: 18px; }
  .deprm{ padding: 10px; margin-top: 6px; }
  .delxul{ margin-top: 12px; flex-wrap: wrap; }
  .delxul li{ width: 100%; font-size: 16px; }
  .de_btn{ margin-top: 12px; flex-wrap: wrap; }
  .de_btn a{ width: 100%; margin-bottom: 5px; }
  .debh2{ font-size: 22px; line-height: 22px; }
  .deboxblo{ margin-top: 24px; }
  .deintrtx p{ font-size: 15px; line-height: 24px; }
  .dethul{ margin-top: 12px; }
  .dethul li{ width: 100%; float: none; margin-right: 0; margin-bottom: 5px; }
  .appitri h4{ margin-bottom: 10px; font-size: 22px; padding-right: 0; }
  .del_table table tr td{ padding: 6px; font-size: 15px; }
  .quiry_info input, .quiry_info textarea{ padding: 10px 15px; }
  .quiry_info li{ margin-bottom: 5px; }
  .quiry_info button{ width: 156px; }
  .rellist li{ width: 100%; float: none; margin-right: 0; margin-bottom: 15px; }
  .deboxblo{ padding-bottom: 30px; }
  .abwar{ padding: 25px 0; }
  .abthrul{ flex-wrap: wrap; }
  .abthrul li{ width: 100%; margin-right: 0; margin-bottom: 5px; }
  .abfited{ padding: 12px; }
  .abfited h2{ font-size: 22px; line-height: 22px; margin-bottom: 10px; }
  .abqua{ padding-top: 15px; }
  .abqua h2{ font-size: 22px; line-height: 22px; }
  .abhor{ margin-top: 15px; }
  .abhor li{ width: 49%; margin-bottom: 10px; }
  .abhor li:nth-of-type(even){ margin-right: 0; }
  .nes_list li{ width: 100%; margin-right: 0; margin-bottom: 10px; }
  .digg4{ margin-top: 20px; }
  .case_war, .news_war{ padding: 20px 0 30px; }
  .infocon h1{ font-size: 20px; line-height: 26px; }
  .con_ditop{ padding: 15px; }
  .con_coninf h2{ font-size: 24px; line-height: 24px; }
  .con_leul{ margin-top: 15px; }
  .comess{ padding: 10px; }
  .comess h2{ font-size: 23px; margin-bottom: 6px; }
  .quiry_info textarea{ height: 100px; }
  .map{ margin-top: 15px; }
  .con_lxdi a, .con_lxdi em{ font-size: 16px; }
  .con_war{ padding-top: 24px; }
}