@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('fonts/POPPINS-BOLD.eot');
  src: local('☺'), url('fonts/POPPINS-BOLD.woff') format('woff'), url('fonts/POPPINS-BOLD.ttf') format('truetype'), url('fonts/POPPINS-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('fonts/Poppins-ExtraLight.eot');
  src: local('☺'), url('fonts/Poppins-ExtraLight.woff') format('woff'), url('fonts/Poppins-ExtraLight.ttf') format('truetype'), url('fonts/Poppins-ExtraLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('fonts/Poppins-Light.eot');
  src: local('☺'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url('fonts/POPPINS-MEDIUM.eot');
  src: local('☺'), url('fonts/POPPINS-MEDIUM.woff') format('woff'), url('fonts/POPPINS-MEDIUM.ttf') format('truetype'), url('fonts/POPPINS-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('fonts/POPPINS-REGULAR.eot');
  src: local('☺'), url('fonts/POPPINS-REGULAR.woff') format('woff'), url('fonts/POPPINS-REGULAR.ttf') format('truetype'), url('fonts/POPPINS-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url('fonts/POPPINS-SEMIBOLD.eot');
  src: local('☺'), url('fonts/POPPINS-SEMIBOLD.woff') format('woff'), url('fonts/POPPINS-SEMIBOLD.ttf') format('truetype'), url('fonts/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayBoIal';
  src: url('fonts/PlayBoIal.eot');
  src: local('☺'), url('fonts/PlayBoIal.woff') format('woff'), url('fonts/PlayBoIal.ttf') format('truetype'), url('fonts/PlayBoIal.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body{font-family:Poppins-ExtraLight,Arial, Helvetica, sans-serif;  font-size: 18px;overflow-x: hidden; color: #222;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle; height: auto; max-width: 100%; max-height: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#c0946d;}
a:focus,input:focus,button:focus,textarea:focus,select:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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


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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-shubiao:before {
  content: "\e666";
}

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

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

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

.icon-weixinguanli:before {
  content: "\e7cf";
}

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

.icon-home-fill:before {
  content: "\e687";
}

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

.icon-shubiaoxianxing:before {
  content: "\e634";
}

.icon-charulianjie:before {
  content: "\ec7f";
}

.icon-dingbu1:before {
  content: "\e675";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


video{ display: block; }

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

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

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

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

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

@media screen and (max-width:480px){
    .de_two li,.de_three li,.de_four li{ float: none; width: 100%; margin-right: 0; margin-bottom: 15px; }
    .de_two li p,.de_three li p,.de_four li p{ margin-top: 8px; }
    .ded_le{ width: 100%; float: none; }
    .ded_ri{ width: 100%; float: none; margin-top: 8px; }
}


header{ transition: all 0.3s; background: #fffbf1; width: 100%; height: 90px; z-index: 999; position: fixed; top: 0; left: 0; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 22px; top: 22px; }
.logo img{ width: auto; }
.dis{ display: block; }
.nodis{ display: none; }

.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: 150px; }
nav li{ float: left; margin: 0 50px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; line-height:90px; font-size: 20px; font-family: POPPINS-REGULAR; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #333;  }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 3px; background: #c0946d; bottom: 14px; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#fffbf1; min-width: 200px; top: 90px; left:0; z-index: 999;  }
nav dl dd{ display: block; position: relative;  }
nav dl dd:last-child{ border: none; }
nav li dl dd a{ opacity: 1; font-size: 16px; white-space: nowrap; 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: #c0946d!important; cursor: pointer; color: #fff !important;}
nav dl dd div{ width: 250px;position: absolute; left: 100%; top: 0; background:rgba(0,52,102,.75); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px 10px; white-space: normal; color: #fff !important; border-bottom: none; min-width: 240px; }

.head_rcon{ position: absolute; display: flex; justify-content: space-between; right: 22px; top:29px; width:80px; }
.head_rcon .icon-youxiang2{ font-size: 26px; display: inline-block; }
/*.language{ width: 28px; margin-top: 2px; float: left; position: relative; display: inline-block; cursor: pointer; }
.lagi{ display: inline-block; color: #333; font-size: 14px; width: 28px; line-height: 22px; text-align: center; border: 2px solid #333; border-radius: 5px; font-style: normal; font-family: Outfit-Medium; }
.language-main{ width: 80px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99; right: -40px;  top: 25px;
    background: url("images/ffggg.png") no-repeat 15px 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 80px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #c0946d; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; font-family: Outfit-Medium; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important; color: #333 !important; background: #fff !important; height: auto !important; border: none !important; line-height: 28px !important; text-align: left; display: block !important;}
.language-post { padding-top: 10px;}
.language-cont a:after{ position: absolute; top: 10px; left: 0; width: 7px; height: 7px; background: #c0946d; content: ''; }
.language-cont a:hover { color: #c0946d !important;}
*/

.search-button{ display: inline-block; width:28px; position: relative;  }
.search-button span{ width: 28px; overflow: hidden; cursor: pointer; display: inline-block; color: #fff; }
.search-button span i{ color: #333; font-size: 26px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#c0946d;position: absolute; right: 0; height: 0; z-index: 88; top:61px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; width: auto; height: auto; background: transparent; border-radius: 0; }
.searchform input{ width: 190px; font-size: 15px; background:transparent; color: #fff; line-height:51px; padding-left:10px; font-family: Poppins-Light; float: left; }
.searchform button{ width:54px; line-height:51px; background:transparent; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ color: #fff !important; background: transparent!important; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}

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


#banner_home{ position: relative; margin-top: 90px; padding: 0 22px; background: #fffbf1; }
.banner{ overflow: hidden; }
.banner .item{ position: relative; border-radius: 20px; overflow: hidden; }
.banner .item img{ width: 100%; }
.ban_arrow{ width: 100%; position: absolute; top: 42%; left: 0;  }
.ban_arrow span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; background:transparent; text-align: center; border-radius: 60px; cursor: pointer; position: absolute; top: 0; }
.ban_arrow span i{ color: #fff; font-size: 34px; font-weight: bold; }
.ban_prev{ left: 5%; transform: rotate(180deg); }
.ban_next{ right: 5%; }
.ban_arrow span:hover i{ color: #c0946d; }

.changpic{ width: 100%; overflow: hidden; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.3s; }

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

/*标题*/
.itith2{ font-size: 62px; text-transform: capitalize; font-family: PlayBoIal; }
/*首页*/
.inrecp{ padding-top: 84px; background: #fffbf1; }
.inrecp .itith2{ text-align: center; }
.irepiv{ margin-top: 70px; }
.ireitvs{ /*background: url(images/reprbg.jpg) right bottom no-repeat; background-size: cover;*/ padding: 80px 30px 76px 84px; border-radius: 50px; border: 1px solid #dac9ae; }
.ireitvs a{ display: flex; }
.irelef{ width: 58%; }
.irerig{ width: 42%; }
.irelef h3{ font-size: 34px; margin-bottom: 12px;  font-family: POPPINS-SEMIBOLD; font-weight: normal; font-style: italic; }
.irelef p{ font-size: 16px; line-height: 26px; color: #666; height: 78px; overflow: hidden; }
.irelef .alikbtn{ margin-top: 50px; }
.alikbtn{ width: 212px; height: 45px; border-radius: 50px; background: #efe6d5; display: inline-block; }
.alikbtn i{ width: 168px; transition: all 0.3s; display: inline-block; text-align: center; height: 45px; font-style: normal; font-size: 16px; font-family: POPPINS-REGULAR; line-height: 45px; border-radius: 50px; color: #fff; background: #c0946d; }
.ireitvs:hover .alikbtn i{ transform: translateX(44px); }
.irepiv .slick-dots{ width: auto; bottom: 80px; left: 80px; }
.irepiv .slick-dots li{ width: auto; height: auto;  }
.irepiv .slick-dots li button{ width: 8px; height: 8px; padding: 0; border-radius: 8px; background: #c0946d; }
.irepiv .slick-dots li.slick-active button{ background: #333; }

.inaivs{ background: #fffbf1; padding: 124px 10.5% 0 0; }
.ianbox{display: flex;}
.iablef{ width: 56%; padding-right: 20px; }
.iabrig{ width: 44%; padding-left: 20px; }
.iablef .itith2{ margin-left: 22%; }
.iablef .changpic{ margin-top: 70px; border-top-right-radius: 40px; border-bottom-right-radius: 40px; }
.iabrig .changpic{ border-radius: 40px; }
.iabrbo{ margin-top: 32px; padding-right: 80px; }
.iaboqh{ background: #f5efe4; border-radius: 40px; padding: 40px; }
.iaboqh p{ font-size: 16px; line-height: 30px; color: #666; }
.iaboqh .alikbtn{ margin-top: 25px; }
.iaboqh .alikbtn:hover i{ transform: translateX(44px); }

.ingmiv{ padding: 90px 0; background: #fffbf1; }
.inafauls{ display: flex; }
.inafauls li{ width: 19.5%; margin-right: 1%; border-radius: 30px; overflow: hidden; }
.inafauls li:last-child{ margin-right: 0; }
.inafauls li:hover .changpic img{ transform: scale(1.15); }

.incaivs{ background: #f5efe4; padding: 70px 0 98px; }
.incaivs .itith2{ text-align: center; }
.incalist{ margin-top: 35px; border-radius: 40px; border: 1px solid #e9e2d4; overflow: hidden; display: flex; }
.incalist li{ width: 50%; }
.icaites a{ display: block; width: 100%; padding: 62px; background: linear-gradient( to right, #fdfaf3, #f4efe7); }
.icaites h3{ font-size: 22px; margin-bottom: 14px; font-style: italic; line-height: 26px; height: 52px; overflow: hidden; font-family: POPPINS-SEMIBOLD; font-weight: normal; }
.icaites p{ font-size: 16px; line-height: 26px; color: #666; height: 78px; overflow: hidden; }
.icipt{ margin-top: 30px; width: 190px; border-radius: 20px; overflow: hidden; }
.icaites .alikbtn{ margin-top: 54px; }
.icaites a:hover .alikbtn i{ transform: translateX(44px); }
.icaites a:hover .changpic img{ transform: scale(1.15); }

.innesiv{ background: #fffbf1; padding: 80px 0 90px; }
.innesiv .itith2{ text-align: center; }
.insliul{ margin-top: 45px; padding: 0 60px; border-radius: 40px; border: 1px solid #dcd4c6; }
.insliul li{ border-bottom: 1px solid #dcd4c6; }
.insliul li:last-child{ border-bottom: none; }
.insneit a{ display: block; width: 100%; padding: 58px 0; }
.innivst{ display: flex; align-items: center; }
.ivneles{ width: calc(100% - 422px); padding-right: 70px; }
.ivneris{ width: 422px; }
.ivneris .changpic{ border-radius: 20px; }
.ivneles em{ color: #666; font-size: 16px; }
.ivneles h3{ font-size: 24px; font-family: POPPINS-SEMIBOLD; margin: 15px 0; font-style: italic; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; }
.ivneles p{ font-size: 16px; line-height: 30px; color: #666; height: 90px; overflow: hidden; }
.insneit a:hover .changpic img{ transform: scale(1.15); }
.inesmore{ margin-top: 60px; text-align: center; }
.inesmore .alikbtn i{ display: block; }
.inesmore .alikbtn:hover i{ transform: translateX(44px); }


footer{ background: #f5efe4; position: relative; z-index: 0; overflow: hidden; padding-top: 58px; }
footer:before{ content: ""; position: absolute; top: 0; left: 0; width: 38.35%; height: 100%; background: #c0946d; border-top-right-radius: 112px; }
footer:after{ content: ""; position: absolute; bottom: 0; right: 0; width: 12%; height: 65px; background: #e9e0d0; }
.fowariv{ display: flex; }
.fowlef{ width: 528px; padding-top: 20px; padding-right: 68px; }
.fowrig{ width: calc(100% - 528px); }
.fowlef h3{ color: #fff; font-size: 32px; line-height: 40px; font-family: PlayBoIal; }
.fmes{ margin-top: 52px; padding-bottom: 16px; border-bottom: 1px solid #e0ccba; }
.fmes form{ position: relative; }
.fmes input{ width: 100%; height: 35px; background: transparent; color: #fff; font-size: 14px; font-family: Poppins-ExtraLight; padding-right: 162px; }
.fmes input::-webkit-input-placeholder{ color: #fff;}
.fmes button{ cursor: pointer; position: absolute; padding: 0; text-align: left; border: none; top: 0; right: 0; width: 150px; height: 35px; border-radius: 38px; background: #dabca2; }
.fmes button i{ width: 116px; transition: all 0.3s; display: inline-block; text-align: center; height: 35px; font-style: normal; font-size: 14px; font-family: Poppins-ExtraLight; line-height: 35px; border-radius: 50px; color: #666; background: #fff; }
.fmes button:hover i{ transform: translateX(34px); }
.fowlef p{ font-size: 12px; margin-top: 24px; line-height: 22px; color: #ead2bd; }
.media{ margin-top: 64px;  }
.media a{ margin-right: 10px; color: #fff; font-size:22px; display:inline-block;}
.media a:hover{ opacity: 0.85; }
.fo_nav{ display: flex; padding-left: 100px; justify-content: space-between; }
.f_item1{ width: 15%; }
.f_item2{ width: 30%; }
.f_item3{ width: 38%; }
.fo_nav h5{ margin-bottom: 24px; font-size: 24px; font-family: PlayBoIal; }
.f_link li{ color: #666; font-size: 16px; transition: all 0.3s; margin-bottom: 20px; font-family: Poppins-Light; }
.f_link li a{ color: #666; }
.f_link li:hover a{ color: #c0946d; }
.f_link li:hover{ transform: translateX(5px); }
.fcous li{ position: relative; padding-left: 36px; }
.fcous li i{ position: absolute; font-size: 22px; top: 3px; left: 0; color: #c0946d; }

.fcoy{ margin-top: 60px; padding-left: 100px; background: #e9e0d0; height: 65px; line-height: 65px; }
.fcoy p{ font-size: 14px; color: #b0a590; }
.fcoy p a{ color: #b0a590; }
.fcoy p a:hover{ text-decoration: underline; }

.l_fixed{ width: 85px; overflow: hidden; border-radius: 80px; text-align: center; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 8%); position: fixed; top: 30%; right: 0; z-index: 666; background: #fff; }
.l_fixed ul li{ padding: 20px 10px; position: relative; }
.l_fixed ul li:before{ content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; transform: translateX(-50%); width: 65px; background: #ececec; }
.l_fixed ul li:last-child{ border-bottom: none; }
.l_fixed ul li i{ color: #c0946d; font-size: 30px; }
.l_fixed ul li p{ font-size: 13px; }
.l_fixed ul li:hover i{ color: #c0946d; }
.gzh_img{ position: absolute; top: 80px; visibility: hidden; opacity: 0; right: 82px; transition: all 0.3s; width: 130px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%); }
.l_fixed ul li:hover .gzh_img{ top: 0; opacity: 1; visibility: visible; }
.l_fixed ul li:last-child:before{ display: none; }
.l_fixed ul li:first-child{ padding-top: 30px; }

.fo_cop{  color: #fff; overflow: hidden; text-align: center; background: rgba(20, 94, 44, 0.2); padding: 20px 0; margin-top: 62px; }
.fo_cop p{ font-size: 14px; color: #fff; }
.fo_cop p a{ color: #fff; }
.fo_cop p a:hover{ color: #fff; }

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


.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; background: #fffbf1; margin-top: 90px; padding: 0 22px; }
.subbanner .changpic{ border-radius: 20px; }
.sub_nav{ position: absolute; text-align: right; top: 35%; left: 0; width: 100%; }
.sub_nav h2{ margin-bottom: 10px; text-shadow: 0 4px 2px rgba(41, 47, 45, 0.44); font-size: 72px; font-style: italic; text-transform: uppercase; color: #fff; font-family: PlayBoIal; }
.sub_nav p{ color: #fff; font-size: 16px; }
.sub_nav p i{ display: inline-block; margin-right: 5px; color: #fff; font-size: 15px; }
.sub_nav p a{ color: #fff; }
.sub_nav p a:hover{ color: #c0946d; }
.part74{ padding-top: 74px; }
/*关于我们*/
.abcomiv{ background: #fffbf1; padding: 96px 0 82px; }
.abcfex{ width: 100%; display: flex; align-items: end; }
.abclef{ width: 50%; }
.abcrig{ width: 50%; }
.ah2ti{ font-size: 50px; font-family: PlayBoIal; }
.abivs{ margin-top: 28px; padding: 40px 52px 38px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; background: linear-gradient(128deg,#faf7f0,#eee4d2); }
.abivs p{ font-size: 16px; line-height: 32px; color: #666; }
.abswi{ position: relative; }
.absgdp .changpic{ border-radius: 20px; border-bottom-left-radius: 0; }
.asarr{ position: absolute; display: flex;  bottom: 0; left: 0; width: 160px; height: 68px; border-top-right-radius: 20px; background: linear-gradient(128deg,#c0946d,#9e744f); }
.asarr span{ width: 50%; cursor: pointer; text-align: center; color: #e1c7b0; line-height: 68px; }
.asarr span i{ font-size: 30px; display: inline-block; }
.abs_prev i{ transform: rotate(180deg); }
.asarr span:hover{ color: #fff; }

.abthivs{ background: url(images/abtsupbs.jpg) no-repeat; background-size: cover; padding-top: 60px; }
.abthivs .ah2ti{ text-align: center; }
.atsuseul{ margin-top: 35px; overflow: hidden; }
.atsuseul li{ float: left; width: 20.35%; height: 573px; transition-duration: 1s; }
.atsuitem{ display: block; transform-style: preserve-3d; width: 100%; height: 100%; position: relative; background-size: auto 573px!important;
   background-repeat: no-repeat; color: #fff;  display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.atsuseul li.on { width: 38.9%; background-position: 0 !important; display: block;}
.atsuitem:before{ content: ""; position: absolute; left: 0; bottom: 0; height: 50%;  width: 100%; background-image: linear-gradient(transparent,rgba(0, 0, 0, 0.8) ); }
.atsuseul li.on .atsuitem:before{ background-image: linear-gradient(transparent,rgba(0, 0, 0, 0) ); }
.atstxt{ position: absolute; transition: all 0.3s; bottom: 0; left: 0; width: 100%; padding: 0 34px 36px; }
.atstxt b{ font-size: 53px; color: #c0946d; display: inline-block; line-height: 53px; font-family: POPPINS-SEMIBOLD; }
.atstxt p{ font-family: POPPINS-MEDIUM; margin-top: 6px; color: #fff; }
.atmes{ position: absolute; opacity: 0; transition: all 0.3s; bottom: 0; left: 0; color: #fff; width: 100%; padding: 32px; background: linear-gradient(to right,#c0946d,#9e744f); }
.atmes h4{ font-size: 20px; margin-bottom: 10px; font-family: POPPINS-SEMIBOLD; }
.atmes p{ font-size: 16px; line-height: 22px; }
.atmes span{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 112px; color: rgba(255, 255, 255, 0.05); font-family: POPPINS-SEMIBOLD; }
.atsuseul li.on .atmes{ opacity: 1; }
.atsuseul li.on .atstxt{ opacity: 0; }

.abque{ padding: 64px 0 95px; background: #fffbf1; }
.faqlist{ margin-top: 28px; }
.faqlist li{ margin-bottom: 14px; position: relative; border: 1px solid #e7e5de; }
.faqlist h3{ font-size: 20px; font-weight: normal; background: #f8f3ea; padding: 24px 82px 24px 38px; position: relative; cursor: pointer;  font-family: POPPINS-MEDIUM; }
.faqlist h3:before{ content: "\e665"; color: #e6d4c4; font-family: iconfont; font-weight: normal; font-size: 24px; position: absolute; top: 28px; right: 25px; }
.fa_nrp{ display: none; background: #f8f5ee; border-top: 1px solid #e7e5de; font-size: 16px; line-height: 28px; color: #666; padding: 24px 38px; }
.fa_nrp p{ font-size: 16px; line-height: 30px; color: #666; }
.fa_nrp.active { display: block;}
.faqlist li.on{  }
.faqlist li.on h3:before{ transform: rotate(180deg); color: #c0946d; }


.folxx{ background: url(images/cfomtbs.jpg) no-repeat; background-size: cover; padding: 80px 0 66px; }
.folwatul{ display: flex; justify-content: space-between; }
.folwatul li{ text-align: center; color: #fff; }
.folwatul li i{ display: inline-block; width: 52px; color: #fff; font-size: 24px; height: 52px; line-height: 52px; border-radius: 52px; background: rgba(255, 255, 255, 0.2); }
.folwatul li p{ font-size: 20px; margin: 15px 0 18px; font-family: Outfit-SemiBold; }
.folwatul li a{ font-size: 24px; color: #fff; }
.folwatul li a:hover{ color: #31904f; }
.folwatul li span{ display: inline-block; font-size: 20px; line-height: 30px; }
.folwatul li:last-child{ width: 450px; }
/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #c81f21; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}


/*产品列表*/
.pat80{ padding-top: 80px; }
.prowar{ padding-bottom: 100px; background: #fffbf1; }
.prtice{ text-align: center; }
.prtice .prh2ti{ margin-bottom: 18px; }
.prh2ti{ font-size: 56px; font-family: PlayBoIal; text-transform: capitalize; }
.prtice p{ font-size: 16px; line-height: 26px; color: #666; }
.prtnaul{ margin-top: 38px; text-align: center; }
.prtnaul li{ display: inline-block; margin: 0 10px 10px; }
.prtnaul li a{ display: inline-block; padding: 12px 50px; border-radius: 50px; background: #ede8db; font-size: 16px; font-family: POPPINS-REGULAR; }
.prtnaul li a:hover,.prtnaul li.on a{ background: #c0946d; color: #fff; }

.prolist{ margin-top: 72px; }
.prolist li{ margin-bottom: 46px; }
.prolist li:last-child{ margin-bottom: 0; }
.pritemsv a{ display: flex; width: 100%; border: 1px solid #e5e5e5; }
.privlef{ width: 544px; }
.privrig{ width: calc(100% - 544px); padding: 48px 50px 0; background: linear-gradient(128deg, #faf7f0, #eee4d2); }
.privrig h3{ font-size: 24px; font-weight: normal; margin-bottom: 18px; font-family: POPPINS-SEMIBOLD; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.privrig p{ font-size: 16px; line-height: 28px; color: #666; height: 84px; overflow: hidden; }
.privrig .alikbtn{ margin-top: 45px; }
.pritemsv:hover .changpic img{ transform: scale(1.15); }
.pritemsv:hover .privrig .alikbtn i{ transform: translateX(44px); }


/*分页 结束*/
.digg4{ text-align:center; font-size: 20px; margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; border-radius: 40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; height:36px; line-height: 36px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background: #c0946d; }
.digg4 span.disabled { font-size: 30px; line-height:32px; font-weight: normal; color: #333;}
.digg4 a{ color: #a6a6a6; }
/*产品详情*/
.dewarp{ background: #fffbf1; padding-bottom: 78px; }
.detivts{ text-align: center; }
.detivts h1{ font-size: 56px; margin-bottom: 16px; font-family: PlayBoIal; }
.detivts p{ font-size: 16px; line-height: 30px; color: #666; }
.debtns{ width: 488px; margin: 44px auto 0; overflow: hidden; }
.debtns a{ position: relative; border-radius: 35px; font-size: 16px; font-family: POPPINS-REGULAR; color: #fff; background: #c0946d; display: inline-block; float: left; width: 46%; text-align: center; padding:10px 5px;  }
.debtns a:last-child{ margin-left: 8%; background: #efe6d5; color: #c0946d; }
.debtns a i{ font-size: 22px; margin-right: 6px; }
.debtns a:last-child i{ color: #c0946d; }
.debtns a:hover{ background: #c0946d; opacity: 0.85; color: #fff; }
.debtns a:hover i{ color: #fff; }
.debtns a *{ vertical-align: middle; }
.detwpis{ position: relative; margin-top: 52px; }
.detgs .item{ margin: 0 16px; }
.det_arrow{ position: absolute; top: 40%; left: 0; width: 100%; }
.det_arrow span{ cursor: pointer; position: absolute; top: 0; }
.det_arrow span i{ font-size: 38px; font-weight: bold; color: #c0946d; }
.det_arrow span.det_prev{ left: -50px; transform: rotate(180deg); }
.det_arrow span.det_next{ right: -50px; }
.deintru{ padding: 65px 0 72px; }
.deh2tis{ font-size: 36px; font-family: POPPINS-BOLD; margin-bottom: 10px; }
.deinipp p{ font-size: 16px; line-height: 30px; color: #666; }
.deipicul{ display: flex; margin-top: 34px; }
.deipicul li{ width: 24.5%; margin-right: 1%; }
.deipicul li:last-child{ margin-right: 0; }

.demeth{ background-repeat: no-repeat; text-align: right; background-size: cover; padding: 70px 0 78px; }
.depra{ padding-top: 56px; }
.tepata{ overflow-x: auto; width: 100%; }
.tepata table{ width: 100%; border-collapse: collapse;  }
.tepata table td{ border: 1px solid #e5e5e5; font-size: 16px; text-align: center; padding:13px 12px; }
.tepata table tr:first-child td{ font-weight: bold; }
.tepata table tr:nth-of-type(even) td{ background: #f7f2e9; }

.relpro{ padding-top: 64px; }
.relpro .deh2tis{ text-align: center; }
.relpro .prolist{ margin-top: 30px; }

.delmes{ padding-top: 52px; }
.demesfo{ overflow: hidden; }
.demesfo li{width: 100%; margin-bottom: 10px; position: relative; overflow: hidden;}
.demesfo input,.demesfo textarea{ border:1px solid #e3ded2; border-radius: 0; width: 100%; resize: none; font-family:Poppins-ExtraLight; background:#f7f2e9; color: #c0946d; font-size: 16px; padding: 16px 18px; }
.demesfo textarea{ height:130px; }
.demesfo input::-webkit-input-placeholder,.demesfo textarea::-webkit-input-placeholder { color: #8d8371;}
.demesfo input:-moz-placeholder,.demesfo textarea:-moz-placeholder {color: #8d8371;}
.demesfo li:last-child, .demesfo li:nth-of-type(3), .demesfo li:nth-of-type(4){ width: 100%; float: none;}
.demesfo li:last-child{ width: 100% !important; float: none; margin-top: 10px; margin-bottom: 0; }
.demesfo li button{ width: 212px; cursor: pointer; padding: 0; border: none; text-align: left; height: 45px; border-radius: 50px; background: #efe6d5; display: inline-block; }
.demesfo li button i{ width: 168px; transition: all 0.3s; display: inline-block; text-align: center; height: 45px; font-style: normal; font-size: 16px; font-family: POPPINS-REGULAR; line-height: 45px; border-radius: 50px; color: #fff; background: #c0946d; }
.demesfo li button:hover i{ transform: translateX(44px); }

/*case*/
.calist{ display: flex; margin-top: 56px; flex-wrap: wrap; }
.calist li{ width: 32%; margin-bottom: 36px; margin-right: 2%; }
.calist li:nth-of-type(3n){ margin-right: 0; }
.calitem{ background: #f7f2e9; }
.calitxt{ padding: 28px 30px 50px; }
.calitxt h3{ font-size: 20px; margin-bottom: 8px; font-family: POPPINS-SEMIBOLD; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calitxt p{ font-size: 16px; line-height: 26px; color: #888; height: 78px; overflow: hidden; }
.calitxt .alikbtn{ margin-top: 30px; }
.calitem:hover .changpic img{ transform: scale(1.15); }
.calitem:hover .calitxt .alikbtn i{ transform: translateX(44px); }
/*news*/
.newswar{ background: #fffbf1; padding-bottom: 100px; }
.neslist{ margin-top: 48px; }
.neslist li{ margin-bottom: 26px; }
.neslist li:last-child{ margin-bottom: 0; }
.newitems a{ display: flex; width: 100%; position: relative; z-index: 0; }
.newles{ width: 50%; padding-right: 12px; }
.newris{ width: 50%; padding-left: 12px; }
.newitems a:before{ content: ""; position: absolute; z-index: -1; top: 0; right: 0; width: calc(50% - 12px); height: 100%; background: #f7f2e9; }
.netxivs{ padding: 62px 50px 0; }
.netxivs h3{ font-size: 26px; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: POPPINS-SEMIBOLD; font-weight: normal; }
.netxivs p{ font-size: 16px; line-height: 30px; color: #888; height: 150px; overflow: hidden; }
.netxivs .alikbtn{ margin-top: 54px; }
.newitems:hover .changpic img{ transform: scale(1.15); }
.newitems:hover .alikbtn i{ transform: translateX(44px); }
.neslist li:nth-of-type(even) .newles{ order: 2; padding-left: 12px; padding-right: 0; }
.neslist li:nth-of-type(even) .newris{ order: 1; padding-left: 0; padding-right: 12px;}
.neslist li:nth-of-type(even) .newitems a:before{ right: auto; left: 0; }


.infocon{}
.infocon h1{font-size:30px; font-weight: normal; text-align: center; font-family: POPPINS-SEMIBOLD; margin-bottom: 20px; }
.infocon img{ width: auto; display: inline-block; margin: 10px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin-bottom:30px;  }

.infocon .other{  border-top: 1px solid #dbdbdb; padding-top:30px; margin-top:30px;}
.infocon .other div{ padding:5px 0;}
.infocon .other div b{ text-transform: uppercase; font-weight: normal; }
.infocon .other a:hover{ color: #c0946d; }
.infocon p{line-height:28px; font-size: 16px; margin-bottom: 18px; }


/*contact*/
.conwar{ background: #fffbf1; }
.cotopt{ padding-bottom: 85px; }
.cotopt .prh2ti{ text-align: center; }
.coulxx{ margin-top: 60px; display: flex; }
.coulxx li{ width: 32%; margin-right: 2%; }
.coulxx li:last-child{ margin-right: 0; }
.colxits{ padding-left: 116px; padding-top: 6px; position: relative; min-height: 96px; }
.colxits p{ font-size: 24px; margin-bottom: 6px; color: #666; }
.colxits i{ position: absolute; display: inline-block; transition: all 0.3s; width: 96px; font-weight: normal; height: 96px;  background: #f8f2e8; line-height: 96px; border-radius:100px; top: 0; left: 0; text-align: center; overflow: hidden; font-size: 38px; color: #ee6b09; }
.colxits a,.colxits span{ font-size: 24px; display: block; font-family: POPPINS-REGULAR; }
.colxits span{ font-size: 19px; }
.colxits a:hover{ text-decoration: underline; }

.comivs{ background: #f7f2e9; padding: 62px 0 68px; }
.comivs .prh2ti{ text-align: center; }
.comivs .demesfo{ margin-top: 36px; }
.comivs .demesfo input,.comivs .demesfo textarea{ background: #f3ede3; }


@media screen and (max-width: 1680px){
  nav li{ margin: 0 40px; }
  .inaivs{ padding: 124px 5.5% 0 0; }
  .iablef .itith2{ margin-left: 10%; }
  footer:before{ width: 36.5%; }
}

@media screen and (max-width: 1600px){
  .warper{ width: 86%; }
  nav li{ margin: 0 35px; }
  .itith2{ font-size: 54px; }
  .inrecp{ padding-top: 60px; }
  .irepiv{ margin-top: 36px; }
  .ireitvs{ border-radius: 40px; }
  .inaivs{ padding: 76px 6.5% 0 0; }
  .iabrbo{ padding-right: 30px; }
  .iablef .changpic{ margin-top: 30px; }
  .irelef h3{ font-size: 30px; }
  .ingmiv{ padding: 70px 0; }
  .incaivs{ padding: 60px 0 80px; }
  .icaites a{ padding: 55px; }
  .insneit a{ padding: 50px 0; }
  footer:before{ width: 40.4%; border-top-right-radius: 50px; }
  .fowlef{ padding-right: 48px; }
  .fo_nav{ padding-left: 48px; }
  .fcoy{ padding-left: 46px; margin-top: 18px; }
  .fowlef h3{ font-size: 28px; }
  footer{ padding-top: 45px; }
  .ivneles h3{ font-size: 22px; }
  .sub_nav h2{ font-size: 60px; }
  .abcomiv{ padding: 70px 0; }
  .ah2ti{ font-size: 44px; }
  .abivs{ margin-top: 14px; padding: 28px; }
  .abivs p{ line-height: 30px; }
  .atsuitem{ background-size: auto 475px !important; }
  .atsuseul li{ height: 475px; }
  .abque{ padding: 50px 0 80px; }
  .pat80{ padding-top: 60px; }
  .prh2ti{ font-size: 50px; }
  .prtnaul{ margin-top: 24px; }
  .prtnaul li a{ padding: 12px 24px; }
  .prolist{ margin-top: 44px; }
  .prolist li{ margin-bottom: 34px; }
  .privlef{ width: 505px; }
  .privrig{ width: calc(100% - 505px); }
  .privrig h3{ margin-bottom: 10px; }
  .detivts h1{ font-size: 45px; }
}

@media screen and (max-width: 1440px){
  nav li{ margin: 0 28px; }
  nav li>a{ font-size: 18px; }
  .l_fixed ul li{ padding: 12px 10px; }
  .l_fixed{ width: 75px; }
  .l_fixed ul li:first-child{ padding-top: 20px; }
  .l_fixed ul li i{ font-size: 25px; }
  .itith2{ font-size: 46px; }
  .ireitvs{ padding: 60px 30px 76px 45px; }
  .irelef h3{ font-size: 26px; }
  .irepiv .slick-dots{ left: 45px; }
  .inaivs{ padding: 68px 7% 0 0; }
  .iablef{ padding-right: 0; }
  .iablef .changpic{ border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
  .iabrig .changpic,.iaboqh{ border-radius: 20px; }
  .iaboqh{ padding: 30px; }
  .iaboqh p{ line-height: 26px; }
  .ingmiv{ padding: 50px 0; }
  .inafauls li{ border-radius: 18px; }
  .icaites a{ padding: 40px; }
  .icipt{ margin-top: 20px; border-radius: 12px; }
  .icaites .alikbtn{ margin-top: 28px; }
  .incaivs,.innesiv{ padding: 60px 0 70px; }
  .inesmore{ margin-top: 34px; }
  .insneit a{ padding: 40px 0; }
  .ivneles{ padding-right: 40px; }
  .insliul{ padding: 0 45px; }
  footer:before{ width: 38.6%; }
  .fo_nav h5{ margin-bottom: 14px; }
  .f_item3{ width: 40%; }
  .fmes{ margin-top: 28px; }
  .sub_nav h2{ font-size: 54px; }
  .subbanner .changpic{ border-radius: 14px; }
  .abcomiv{ padding: 60px 0; }
  .atsuitem{ background-size: auto 427px !important; }
  .atsuseul li{ height: 427px; }
  .atmes{ padding: 20px; }
  .atstxt b{ font-size: 42px; line-height: 42px; }
  .atmes span{ font-size: 80px; }
  .abque{ padding: 42px 0 60px; }
  .prh2ti{ font-size: 42px; }
  .debtns{ margin: 30px auto 0; }
  .detwpis{ margin-top: 38px; }
  .detgs .item{ margin: 0 10px; }
  .deintru{ padding: 55px 0; }
  .deh2tis{ font-size: 28px; }
  .netxivs{ padding: 44px 36px 0; }
  .netxivs .alikbtn{ margin-top: 36px; }
  .newswar{ padding-bottom: 70px; }
  .infocon h1{ font-size: 26px; margin-bottom: 10px; }
  .infocon .time{ margin-bottom: 12px; }
  .calist{ margin-top: 34px; }
  .calitxt{ padding: 20px 24px 38px; }
  .part74{ padding-top: 60px; }
  .colxits a, .colxits span{ font-size: 22px; }
  .colxits span{ font-size: 18px !important; }
  .colxits i{ width: 80px; height: 80px; line-height: 80px; }
  .colxits{ padding-left: 90px; min-height: 80px; }
  .colxits p{ font-size: 20px; margin-bottom: 3px; }
  .cotopt{ padding-bottom: 40px; }
  .comivs{ padding: 40px 0; }
  .comivs .demesfo{ margin-top: 22px; }
  .fowlef{ width: 450px; padding-top: 0; }
  .fowrig{ width: calc(100% - 450px); }
  .f_link li{ margin-bottom: 12px; }
  .media{ margin-top: 32px; }
}


@media screen and (max-width: 1366px){
  .irepiv{ margin-top: 20px; }
  .irelef{ width: 60%; }
  .irerig{ width: 40%; }
  .irelef h3{ font-size: 22px; }
  .iabrbo{ padding-right: 0; margin-top: 20px; }
  .incalist{ border-radius: 30px; }
  .itith2{ font-size: 40px; }
  .incaivs, .innesiv{ padding: 50px 0 60px; }
  .insneit a{ padding: 34px 0; }
  .insliul{ padding: 0 38px; border-radius: 20px; }
  .ivneris .changpic{ border-radius: 10px; }
  .ivneles h3{ font-size: 20px; }
  footer:before{ border-top-right-radius: 20px; }
  .fowlef{ padding-right: 30px; }
  footer:before{ width: 40.3%; }
  .fcoy{ height: 55px; line-height: 55px; }
  footer:after{ height: 55px; }
  footer{ padding-top: 32px; }
  .sub_nav h2{ font-size: 42px; }
  .abivs p{ line-height: 26px; }
  .atmes h4{ margin-bottom: 5px; }
  .atmes span{ font-size: 62px; }
  .ah2ti{ font-size: 36px; }
  .prtnaul li a{ padding: 12px 16px; }
  .prtnaul li{ margin: 0 6px; }
  .prowar{ padding-bottom: 70px; }
  .detivts h1{ font-size: 38px; }
  .pat80{ padding-top: 50px; } 
  .deintru{ padding: 42px 0; }
  .demeth{ padding: 60px 0; }
  .depra{ padding-top: 42px; }
  .relpro{ padding-top: 50px; }
  .neslist{ margin-top: 28px; }
  .netxivs h3{ font-size: 22px; }
  .netxivs .alikbtn{ margin-top: 24px; }
  .prh2ti{ font-size: 38px; }
  .colxits a, .colxits span{ font-size: 20px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 88%; }
  nav li{ margin: 0 14px; }
  footer:before{ width: 41.65%; }
  .f_item3{ width: 42%; }
  .f_item2{ width: 34%; }
}

@media screen and (max-width: 1024px){
  #banner_home,.subbanner{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position{ height: 62px; background: #fffbf1; }
  .logo img,.position .logo img{ height:36px; width: auto; }
  .logo{ top: 12px; left: 22px; }
  .warper{ width: 96%; }
  .head_rcon{ right: 76px; top: 18px; }
  .searchform{ top: 44px; }
  .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: #c0946d ; color: #fff; }
  #nav .nav-button i{ color: #fff; }
  body{ font-size: 16px; }
  nav li a:before{ display: none; }
  #nav .nav-button{ top: 13px; right: 22px; background: #c0946d; }
  nav dl{ left: 0;  top: 0; padding: 0; border:none; width: auto; display: block !important; background: #434343;  position: inherit;  opacity: 1; height: auto !important;}
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li dl dd a{ color: #fff !important; padding: 15px 22px; white-space: normal; font-size: 16px; }
  nav dl dd:hover div,nav li a:before{display: none;}
  nav li dl dd a:hover{ background: #c0946d !important;}
  nav dl dd{ border: none; }
  .banner .item{ border-radius: 10px; }
  .ban_arrow span i{ font-size: 28px; }
  .itith2{ font-size: 34px; }
  .irelef .alikbtn{ margin-top: 25px; }
  .irepiv .slick-dots{ bottom: 60px; }
  .inrecp{ padding-top: 30px; }
  .inaivs{ padding: 40px 2% 0; }
  .iabrig .changpic, .iaboqh,.iablef .changpic,.inafauls li{ border-radius: 10px; }
  .iablef .itith2{ margin-left: 0; }
  .iablef .changpic{ margin-top: 16px; }
  .iaboqh{ padding: 15px; }
  .iaboqh p{ font-size: 15px; }
  .iaboqh .alikbtn{ margin-top: 12px; }
  .ingmiv{ padding: 40px 0; }
  .incaivs, .innesiv{ padding: 42px 0 55px; }
  .incalist{ margin-top: 20px; border-radius: 10px; }
  .icaites a{ padding: 28px; }
  .icaites h3{ font-size: 18px; }
  .icaites p{ font-size: 15px; line-height: 22px; height: 66px; }
  .icipt{ margin-top: 12px; border-radius: 6px; }
  .insliul{ margin-top: 26px; }
  .ivneles h3{ margin: 8px 0; }
  .ivneris{ width: 364px; }
  .ivneles{ width: calc(100% - 364px); }
  footer:before{ display: none; }
  .fowariv{ flex-wrap: wrap; }
  .fowlef{ display: none; }
  .fowrig{ width: 100%; }
  .fo_nav{ padding-left: 0; }
  .fcoy{ text-align: center; }
  footer:after{ width: 100%; z-index: -1; }
  .sub_nav .warper{ padding: 0 40px; }
  .sub_nav h2{ font-size: 34px; }
  .abcomiv{ padding: 40px 0; }
  .ah2ti{ font-size: 32px; }
  .abivs{ padding: 18px; }
  .abthivs{ padding-top: 50px; }
  .atsuseul{ margin-top: 22px; }
  .atmes{ padding: 15px; }
  .pat80{ padding-top: 45px; }
  .prh2ti{ font-size: 32px; }
  .privlef{ width: 438px; }
  .privrig{ width: calc(100% - 438px); padding: 30px 34px 0; }
  .privrig .alikbtn{ margin-top: 26px; }
  .det_arrow span.det_prev{ left: 0; }
  .det_arrow span.det_next{ right: 0; }
  .det_arrow span i{ font-size: 30px; }
  .deh2tis{ font-size: 24px; }
  .demeth{ padding: 50px 0; }
  .tepata table td{ padding: 8px; }
  .relpro{ padding-top: 34px; }
  .delmes{ padding-top: 36px; }
  .dewarp{ padding-bottom: 50px; }
  .netxivs{ padding: 30px 24px 0; }
  .netxivs h3{ margin-bottom: 6px; }
  .netxivs p{ line-height: 26px; font-size: 15px; height: 130px; }
  .infocon h1{ font-size: 22px; }
  .calist{ margin-top: 22px; }
  .calitxt{ padding: 18px; }
  .calitxt .alikbtn{ margin-top: 18px; }
  .calist li{ margin-bottom: 22px; }
  .newswar{ padding-bottom: 50px; }
  .part74{ padding-top: 34px; }
  .coulxx{ margin-top: 28px; }
  .colxits i{ width: 60px; height: 60px; line-height: 60px; font-size: 28px; }
  .colxits{ padding-left: 68px; padding-top: 0; }
  .colxits p{ font-size: 17px; }
  .colxits a, .colxits span{ font-size: 17px; }
}

@media screen and (max-width: 768px){
  .logo img, .position .logo img{ height: 25px; }
  .logo{ top: 19px; }
  .ban_arrow span i{ font-size: 25px; }
  .itith2{ font-size: 28px; }
  .irerig{ width: 44%; }
  .irelef{ width: 56%; }
  .ireitvs{ padding: 30px 23px 40px 26px; border-radius: 15px; }
  .irepiv .slick-dots{ bottom: 35px; }
  .irelef p{ font-size: 15px; line-height: 24px; height: 72px; }
  .irelef .alikbtn{ margin-top: 18px; }
  .irepiv .slick-dots{ bottom: 24px; }
  .inaivs{ padding: 35px 2% 0; }
  .ianbox{ flex-wrap: wrap; }
  .iablef{ width: 100%; }
  .iabrig{ width: 100%; padding-left: 0; margin-top: 12px; }
  .iabrbo{ margin-top: 12px; }
  .ingmiv{ padding: 30px 0; }
  .inafauls{ flex-wrap: wrap; }
  .inafauls li{ width: 49.5%; margin-bottom: 8px; }
  .inafauls li:nth-of-type(even){ margin-right: 0; }
  .incaivs, .innesiv{ padding: 38px 0; }
  .icaites a{ padding: 15px; }
  .icaites h3{ margin-bottom: 6px; }
  .insliul{ padding: 0 15px; }
  .insneit a{ padding: 18px 0; }
  .ivneles h3{ font-size: 18px; }
  .ivneris{ width: 270px; }
  .ivneles{ width: calc(100% - 270px); }
  .ivneles p{ font-size: 15px; line-height: 26px; height: 78px; }
  .sub_nav h2{ font-size: 24px; }
  .abcomiv{ padding: 36px 0; }
  .ah2ti{ font-size: 27px; }
  .abcfex{ flex-wrap: wrap; }
  .abclef{ width: 100%; }
  .abcrig{ width: 100%; }
  .abivs,.absgdp .changpic{ border-radius: 0; }
  .abivs p{ font-size: 15px; }
  .abthivs{ padding-top: 35px; }
  .atsuseul li,.atsuseul li.on{ width: 50%; }
  .atsuseul li .atsuitem:before{ background-image: linear-gradient(transparent,rgba(0, 0, 0, 0) ); }
  .atsuseul li .atmes{ opacity: 1; }
  .atsuseul li .atstxt{ opacity: 0; }
  .atsuitem{ background-size: auto 366px !important;}
  .atsuseul li{ height: 366px; }
  .atmes h4{ font-size: 18px; }
  .abque{ padding: 32px 0 38px; }
  .faqlist h3{ font-size: 18px; padding: 14px 64px 14px 16px; }
  .faqlist h3:before{ font-size: 20px; top: 16px; right: 12px; }
  .fa_nrp{ padding: 16px 20px; }
  .fa_nrp p{ font-size: 15px; line-height: 24px; }
  .faqlist li{ margin-bottom: 6px; }
  footer{ padding-top: 20px; }
  .f_item1{ display: none; }
  .f_item2{ width: 45%; }
  .f_link li{ margin-bottom: 5px; font-size: 15px; }
  .f_item3{ width: 52%; }
  .subbanner .changpic{ border-radius: 5px; }
  .pat80{ padding-top: 30px; }
  .prh2ti{ font-size: 28px; }
  .prtice .prh2ti{ margin-bottom: 10px; }
  .prtnaul{ margin-top: 12px; }
  .prtnaul li{ margin: 6px; }
  .prolist{ margin-top: 28px; }
  .privlef{ width: 315px; }
  .privrig{ width: calc(100% - 315px); padding: 18px 24px 0; }
  .privrig h3{ font-size: 18px; margin-bottom: 5px; }
  .privrig p{ font-size: 15px; line-height: 24px; height: 72px; }
  .privrig .alikbtn{ margin-top: 16px; }
  .prolist li{ margin-bottom: 15px; }
  .prowar{ padding-bottom: 40px; }
  .detivts h1{ font-size: 28px; }
  .detivts p,.deinipp p,.prtice p{ font-size: 15px; line-height: 24px; }
  .debtns{ margin: 20px auto 0; }
  .detwpis{ margin-top: 25px; }
  .detgs .item{ margin: 0 5px; }
  .deintru{ padding: 36px 0; }
  .deh2tis{ font-size: 20px; }
  .deipicul{ margin-top: 15px; }
  .demeth{ padding: 30px 0; }
  .depra{ padding-top: 30px; }
  .tepata table td{ font-size: 15px; }
  .relpro .prolist{ margin-top: 10px; }
  .delmes{ padding-top: 25px; }
  .prh2ti{ font-size: 24px; }
  .neslist{ margin-top: 18px; }
  .newles{ padding-right: 0; }
  .neslist li:nth-of-type(even) .newles{ padding-left: 0; }
  .netxivs{ padding: 20px 12px 0; }
  .netxivs h3{ font-size: 18px; }
  .netxivs p{ line-height: 24px; height: 96px; }
  .netxivs .alikbtn{ margin-top: 15px; }
  .infocon p{ font-size: 15px; line-height: 26px; margin-bottom: 10px; }
  .infocon .other{ margin-top: 12px; padding-top: 12px; }
  .calist li{ width: 49%; }
  .calist li:nth-of-type(3n){ margin-right: 2%; }
  .calist li:nth-of-type(even){ margin-right: 0; }
  .calitxt h3{ font-size: 18px; margin-bottom: 4px; }
  .calitxt p{ font-size: 15px; }
  .coulxx{ flex-wrap: wrap; }
  .coulxx li{ width: 100%; margin-right: 0; margin-bottom: 10px; }
  .colxits{ min-height: 60px; }
  .coulxx li:last-child{ margin-bottom: 0; }
  .comivs{ padding: 32px 0; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 68px; }
  footer:after{ display:none;}
  .footmenu{ display: block; }
  .footmenu div.con{ background: #c0946d; }
  #banner_home{ padding: 0 12px; }
  .inrecp{ padding-top: 14px; }
  .itith2{ font-size: 25px; }
  .ireitvs{ padding: 15px; }
  .ireitvs a{ flex-wrap: wrap; }
  .irelef{ width: 100%; }
  .irerig{ width: 100%; margin-top: 12px; }
  .irelef h3{ font-size: 19px; margin-bottom: 3px; }
  .irelef .alikbtn{ margin-top: 10px; }
  .alikbtn,.alikbtn i,.demesfo li button,.demesfo li button i{ width: 126px; height: 40px; line-height: 40px; }
  .ireitvs:hover .alikbtn i,.iaboqh .alikbtn:hover i,.icaites a:hover .alikbtn i,.pritemsv:hover .privrig .alikbtn i,.demesfo li button:hover i,.newitems:hover .alikbtn i,.calitem:hover .calitxt .alikbtn i{ transform: translateX(10px) !important; }
  .inaivs{ padding: 20px 2% 0; }
  .ingmiv{ padding: 15px 0; }
  .incaivs, .innesiv{ padding: 20px 0; }
  .incalist{ margin-top: 14px; flex-wrap: wrap; }
  .incalist li{ width: 100%; }
  .icaites .alikbtn{ margin-top: 12px; }
  .insneit a{ padding: 14px 0; }
  .insliul{ padding: 0 10px; border-radius: 10px; }
  .innivst{ flex-wrap: wrap; }
  .ivneles{ width: 100%; padding: 0; }
  .ivneris{ width: 100%; margin-top: 10px; }
  .ivneles h3{ margin: 3px 0; }
  .inesmore{ margin-top: 12px; }
  .f_item2,.sub_nav p{ display: none; }
  .f_item3{ width: 100%; }
  .subbanner{ padding: 0 12px; }
  .sub_nav h2{ font-size: 20px; }
  .abcomiv{ padding: 20px 0; }
  .abivs{ padding: 12px; }
  .abthivs{ padding-top: 20px; }
  .atsuseul li, .atsuseul li.on{ width: 100%; }
  .abque{ padding: 20px 0; }
  .pat80{ padding-top: 20px; }
  .prtnaul{ display: none; }
  .prolist{ margin-top: 16px; }
  .prolist li{ margin-bottom: 8px; }
  .pritemsv a{ flex-wrap: wrap; }
  .privlef{ width: 100%; }
  .privrig{ width: 100%; padding: 12px; }
  .detivts h1{ font-size: 24px; margin-bottom: 6px; }
  .debtns{ width: 100%; }
  .debtns a:last-child{ margin-left: 2%; }
  .debtns a{ width: 49%; }
  .detwpis{ margin-top: 18px; }
  .deintru{ padding: 20px 0; }
  .deipicul{ margin-top: 12px; flex-wrap: wrap; }
  .deipicul li{ width: 49%; margin-right: 2%; margin-bottom: 10px; }
  .deipicul li:nth-of-type(even){ margin-right: 0; }
  .demeth{ padding: 24px 0; text-align: left; }
  .depra,.relpro{ padding-top: 20px; }
  .newitems a{ flex-wrap: wrap; }
  .newles,.newitems a:before{ width: 100%; }
  .newris{ width: 100%; padding: 12px; }
  .netxivs{ padding: 0; }
  .neslist li:nth-of-type(even) .newles{ order: 1; }
  .neslist li:nth-of-type(even) .newris{ order: 2; padding: 12px; }
  .digg4{ margin-top: 16px; }
  .newswar{ padding-bottom: 34px; }
  .neslist li{ margin-bottom: 10px; }
  .infocon h1{ font-size: 19px; }
  .calitxt{ padding: 10px; }
  .calitxt .alikbtn{ margin-top: 9px; }
  .calist li{ margin-bottom: 10px; }
  .part74{ padding-top: 20px; }
  .coulxx{ margin-top: 14px; }
  .cotopt{ padding-bottom: 25px; }
  .comivs{ padding: 20px 0; }
  .icipt{ width:100%;}
  .fcoy{ padding-left:0; height: auto;
        line-height: normal; }
  .fcoy p{ padding:12px;}
}