﻿
/* CSS Document */
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('../font/POPPINS-BOLD.eot');
  src: local('☺'), url('../font/POPPINS-BOLD.woff') format('woff'), url('../font/POPPINS-BOLD.ttf') format('truetype'), url('../font/POPPINS-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../font/Poppins-Light.eot');
  src: local('☺'), url('../font/Poppins-Light.woff') format('woff'), url('../font/Poppins-Light.ttf') format('truetype'), url('../font/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url('../font/POPPINS-MEDIUM.eot');
  src: local('☺'), url('../font/POPPINS-MEDIUM.woff') format('woff'), url('../font/POPPINS-MEDIUM.ttf') format('truetype'), url('../font/POPPINS-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('../font/POPPINS-REGULAR.eot');
  src: local('☺'), url('../font/POPPINS-REGULAR.woff') format('woff'), url('../font/POPPINS-REGULAR.ttf') format('truetype'), url('../font/POPPINS-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('http://ysn111.ysnapi.com/wp-content/themes/ysn111/fonts/Poppins-ExtraLight.otf');
  src: local('☺'), url('../font/Poppins-ExtraLight.woff') format('woff'), url('../font/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-SEMIBOLD';
  src: url('../font/POPPINS-SEMIBOLD.eot');
  src: local('☺'), url('../font/POPPINS-SEMIBOLD.woff') format('woff'), url('../font/POPPINS-SEMIBOLD.ttf') format('truetype'), url('../font/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('http://ysn111.ysnapi.com/wp-content/themes/ysn111/fonts/GOTHAM-BLACK.otf');
  src: local('☺'), url('../font/GOTHAM-BLACK.woff') format('woff'), url('../font/GOTHAM-BLACK.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PRISMLIGHT';
  src: url('http://ysn111.ysnapi.com/wp-content/themes/ysn111/fonts/PRISMLIGHT.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body{font-family:Poppins-ExtraLight,Arial, Helvetica, sans-serif;  font-size: 18px;overflow-x: hidden; color: #222;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle; height: auto; max-width: 100%; max-height: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#6e361a;}
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 4714964 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-liuyan1:before {
  content: "\e60c";
}

.icon-kefu:before {
  content: "\e622";
}

.icon-shouqianzixun:before {
  content: "\e62c";
}

.icon-cz-jsry:before {
  content: "\e747";
}

.icon-tuite:before {
  content: "\e621";
}

.icon-skype1:before {
  content: "\e87d";
}

.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";
}

.icon-fasong1:before {
  content: "\e762";
}

.icon-shouye-xuanzhong:before {
  content: "\e62d";
}

.icon-yuyan:before {
  content: "\e85f";
}

.icon-jiantou2:before {
  content: "\e601";
}

.icon-dingbu:before {
  content: "\e61b";
}

.icon-youxiang3:before {
  content: "\e63f";
}

.icon-zixunfuwu:before {
  content: "\e655";
}



video{ display: block; }

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f8f8f8;  }
.warper{ width:1500px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; z-index: 666; border-radius: 50px; background:#6e361a url(../image/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:22px; text-indent:9999px; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

header{ transition: all 0.3s; width: 100%; height: 100px; z-index: 999; position: fixed; top: 40px; left: 0; }
header .warper{ background: rgba(255, 255, 255, 0.9); border-radius: 90px; }
#nav:after{  content: '';  display: block;  clear: both;}
.logo{ position: absolute; left: 54px; top: 30px; }
.logo img{ width: auto; }

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #e10103; color: #fff;position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 128px; }
nav li{ float: left; margin: 0 22px; position: relative; }
nav li:last-child{ margin-right: 0; }
nav li>a{ position: relative; color: #333; font-size: 20px; font-family: Poppins-Light; padding: 0 14px; line-height:100px; text-transform: capitalize; display: inline-block;}
nav li.on a,nav li:hover a{ color: #6e361a;  }
nav li.on:before,nav li:hover:before{ opacity: 1; }
nav li>a:before{ content: ""; position: absolute; width: 0; height: 5px; background: #6e361a; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
nav li.on a:before,nav li:hover a:before{ width: 100%; }
nav dl{ transition: opacity 1s ease; position: absolute; display: none; background:#6e361a; min-width:362px; 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: #fff !important; display: block; padding: 16px 26px; text-align: left; text-transform: capitalize;}
nav li dl dd a:before{ display: none; }
nav li dl dd a:hover{ background: #7dc35f!important; cursor: pointer;}
nav dl dd div{ width: 240px;position: absolute; left: 100%; top: 0; background:rgba(13,96,189,.6); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:16px 10px; color: #fff !important; border-bottom: none; min-width: 200px; }
nav li:nth-of-type(5) dl{ min-width: 190px; }

.head_rcon{ position: absolute; right: 48px; top:36px; width:24px; }
.search-button{ width:24px; position: relative;  }
.search-button span{ overflow: hidden; cursor: pointer; display: inline-block; color: #464747; }
.search-button span i{ color: #6e361a; font-size: 28px; text-align: center;display: inline-block; }
.searchform{ overflow: hidden;background:#6e361a;position: absolute; right: 0; height: 0; z-index: 88; top:63px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; width: auto; height: auto; background: transparent; border-radius: 0; }
.searchform input{ width: 190px; font-size: 16px; background:#6e361a; color: #fff; line-height:51px; padding-left:10px; font-family: POPPINS-REGULAR; float: left; }
.searchform button{ width:54px; line-height:51px; background:#6e361a; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button i{ color: #fff !important; background: transparent!important; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}

.position{ background: #fff; top: 0; box-shadow: 0 1px 10px rgba(0,0,0,0.12); }

.l_fixed{ width: 92px; padding: 16px 10px; border-radius: 80px; text-align: center; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%); position: fixed; top: 30%; right: 0; z-index: 666; background: #fff; }
.l_fixed ul li{ padding: 20px 0; position: relative; border-bottom: 1px solid #ececec; }
.l_fixed ul li:last-child{ border-bottom: none; }
.l_fixed ul li i{ color: #868686; font-size: 30px; }
.l_fixed ul li p{ font-size: 13px; margin-top: 3px; }
.l_fixed ul li:hover i{ color: #6e361a; }
.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; }


.banner_home{ position: relative; }
.banner{ overflow: hidden; }
.banner .item img{ width: 100%; }
.banner .slick-dots{ bottom: 50px; }
.banner .slick-dots li{ width: auto; height: auto; }
.banner .slick-dots li button{ width:15px; height: 15px; border-radius: 15px; background: #fff; padding: 0; }
.banner .slick-dots li.slick-active button{ background: #6e361a; }

.in_banarr{ position: absolute; height: 90px; right: 0; bottom: -40px; width: 30%; background: #6e361a; }
.in_banarr span{ position: relative; padding: 0 42px; cursor: pointer; line-height: 90px; height: 90px; color: #fff; display: inline-block; }
.in_banarr span:before{ content: ""; position: absolute; top: 32px; left: -3px; width: 1px; height: 26px; background: rgba(255, 255, 255, 0.5); }
.in_banarr span i{ font-size: 22px; font-weight: bold; }
.in_banarr span.iba_prev{ transform: rotate(180deg); }
.in_banarr span:last-child:before{ display: none; }
.ban_gd{ text-align: center; cursor: pointer; animation: goleeTopIcon 2s linear infinite; position: absolute; bottom: 42px; left: 50px; }
.ban_gd .icon-shubiao{ font-size: 42px; color: #fff; display: inline-block;  }
.ban_gd span{ margin-top: 12px; display: block; color: #fff; font-size: 16px; font-family: POPPINS-MEDIUM; text-transform: uppercase; }
@keyframes goleeTopIcon{
  0% {
    transform: translateY(0);
  }
  25% {
      transform: translateY(5px);
  }
  50% {
      transform: translateY(15);
  }
  75% {
      transform: translateY(-5px);
  }
  100% {
      transform: translateY(0px);
  }
}


.changpic{ width: 100%; overflow: hidden; }
.changpic img{ object-fit: cover; height: 100%; max-width: 100%; max-height: 100%; width: 100%; transition: all 0.3s; }

.cl{ clear: both; }
.pro_rel{ position: relative; }

/*标题*/
.ihicen{ text-align: center; }
.ihicen p{ color: #6e361a; text-transform: uppercase; font-family: POPPINS-SEMIBOLD; }
.ihicen p a{ color: #6e361a; }
.ihicen h2{ font-size: 72px; line-height: 72px; font-family: GOTHAM-BLACK; font-weight: normal; }
/*首页*/
.inabwar{ padding: 98px 0; background: url(../image/iabbg.jpg) right bottom no-repeat; }
.inabtit{ position: relative; }
.inh2t{ font-size: 56px; text-transform: uppercase; line-height: 56px; font-family: POPPINS-BOLD; }
.inmore{ background: #fff; display: inline-block; padding: 10px 28px; font-size: 16px; font-family: Poppins-Light; border-radius: 50px; border: 1px solid #dcdcdc; }
.inmore i{ display: inline-block; margin-left: 20px; }
.inabtit .inmore{ position: absolute; right: 0; top: 0; }
.inabtit .inmore:hover{ transform: translateX(10px); background: #6e361a; border: 1px solid #6e361a; color: #fff; }
.inabnrbox{ display: flex; margin-top: 42px; }
.inanrlef{ width: 51%; }
.inanrrig{ width: 49%; padding-left: 42px; }
.inanrlef p{ font-size: 16px; line-height: 30px; color: #666; }
.intwoul{ margin-top: 62px; display: flex; }
.intwoul li{ width: 49%; margin-right: 2%; }
.intwoul li:last-child{ margin-right: 0; }

.inanum{ display: flex; flex-wrap: wrap; }
.inanum li{ transition: all 0.3s; background: #fff; width: 49%; margin-right: 2%; margin-bottom: 12px; padding: 45px 25px 50px 35px; border-radius: 10px; box-shadow: 0 0 27px rgba(217, 195, 179, 0.28); }
.inanum li b{ font-size: 56px; font-family: POPPINS-SEMIBOLD; line-height: 56px; display: inline-block; }
.inanum li p{ font-size: 16px; margin-top: 14px; line-height: 24px; color: #666; font-family: Poppins-ExtraLight; }
.inanum li:nth-of-type(even){ margin-right: 0; }
.inanum li:hover{ background: #6e361a; color: #fff; }
.inanum li:hover p{ color: #fff; }

.inhopw{ padding: 80px 0 120px; background: url(../image/inhpbg.jpg) bottom center no-repeat; }
.inhotit{ text-align: center; }
.inhotit p{ font-size: 16px; line-height: 30px; color: #666; }
.inhoswi{ margin-top: 40px; position: relative; }
.inhsgds .item{ margin: 0 20px; }
.inhsitem{ width: 100%; padding: 22px; transition: all 0.3s; background: #fff; overflow: hidden; border: 2px solid #6e361a; border-radius: 10px; }
.ihslef{ float: left; width: 285px; }
.ihsrig{ margin-left: 285px; padding: 25px 0 0 38px; }
.ihsrig h3{ font-size: 20px; font-weight: normal; font-family: POPPINS-MEDIUM; line-height: 30px; height: 60px; overflow: hidden; }
.ihsrig p{ font-size: 16px; margin-top: 20px; line-height: 28px; color: #666; height: 84px; overflow: hidden; }
.ihsrig span{ background: #fff; margin-top: 36px; font-size: 16px; box-shadow: 0 0 26px rgba(217, 195, 179, 0.28); color: #666; display: inline-block; padding: 10px 30px; border-radius: 40px; border: 1px solid #dcdcdc; }
.ihsrig span i{ display: inline-block; margin-left: 10px; }
.inhsitem:hover{ background: rgba(110, 54, 26, 0.96); }
.inhsitem:hover .ihsrig h3,.inhsitem:hover .ihsrig p{ color: #fff; }
.inhsitem:hover .changpic img{ transform: scale(1.15); }
.inharr{ position: absolute; width: 100%; top: 42%; left: 0; }
.inharr span{ cursor: pointer; position: absolute; top: 0; }
.inharr span i{ font-weight: bold; display: inline-block; font-size: 40px; color: #6e361a; }
.ihs_prev{ left: -54px; }
.ihs_next{ right: -54px; }
.ihs_prev i{ transform: rotate(180deg); }

.inoff{ padding: 85px 0 58px; }
.inoff .inh2t{ text-align: center; }
.inofful{ display: flex; margin-top: 74px; justify-content: space-between; }
.inofful li{ width: 28%; text-align: center; }
.inofful li i{ display: inline-block; transition: all 0.3s; font-size: 54px; color: #6e361a; border: 1px solid #6e361a; width: 124px; height: 124px; line-height: 124px; border-radius: 10px; text-align: center; }
.inofful li:hover i{ background: #6e361a; color: #fff; }
.inofful li h3{ font-size: 30px; line-height: 30px; margin: 35px 0 18px; font-family: POPPINS-SEMIBOLD; }
.inofful li p{ font-size: 16px; line-height: 30px; color: #666; }

.incadi{ position: relative; }
.incadi:before{ content: ""; width: 60%; height: 100%; background: url(../image/icabgs.png) top right no-repeat; background-size: cover; position: absolute; left: 0; top: 0; }
.incagd .item{ display: none; height: 696px; background-size: cover; background-repeat: no-repeat; }
.incagd .item.on{ display: block; }
.inactxt{ position: absolute; top: 0; left: 0; width: 100%; padding-top: 74px; }
.inactxt .inh2t{ color: #fff; }
.incatxul{ margin-top: 34px; width: 52%; }
.incatxul li{ padding: 32px 0; border-bottom: 1px solid #868686; }
.incatxul li:last-child{ border-bottom: none; }
.incaitem h3{ color: #fff; margin-bottom: 12px; font-weight: normal; font-size: 22px; font-family: POPPINS-MEDIUM; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.incaitem p{ font-size: 16px; color: #e8e8e8; line-height: 26px; height: 52px; overflow: hidden; }
.incaitem{ position: relative; transition: all 0.3s; }
.incaitem b{ opacity: 0; transition: all 0.3s; position: absolute; top: 50%; transform: translateY(-50%); left: 0; font-weight: normal; font-size: 60px; color: #fff; line-height: 60px; font-family: POPPINS-MEDIUM; }
.incatxul li.on .incaitem b{ opacity: 1; }
.incatxul li.on .incaitem{ padding-left: 88px; }


.innews{ padding: 98px 0 80px 202px; overflow: hidden; }
.ineles{ float: left; width: 350px; padding-top: 42px; }
.ineles p{ margin-top: 50px; font-size: 16px; line-height: 30px; color: #666; }
.ineles .inh2t{ font-size: 50px; line-height: 50px; }
.ineris{ margin-left: 350px; padding-left: 80px; }
.inneswi .item{ margin-left: 30px; }
.inestxt{ margin-top: 20px; }
.inestxt h3{ font-size: 20px; margin-bottom: 10px; font-family: POPPINS-MEDIUM; font-weight: normal; line-height: 28px; height: 56px; overflow: hidden; }
.inestxt p{ font-size: 16px; line-height: 28px; color: #666; height: 56px; overflow: hidden; }
.inestxt span{ background: #fff; margin-top: 30px; font-size: 16px; box-shadow: 0 0 26px rgba(217, 195, 179, 0.28); color: #666; display: inline-block; padding: 10px 30px; border-radius: 40px; border: 1px solid #dcdcdc; }
.inestxt span i{ display: inline-block; margin-left: 10px; }
.inesit:hover .changpic img{ transform: scale(1.15); }
.inesit:hover .inestxt span{ background: #6e361a; color: #fff; }
.innearr{ margin-top: 35px; }
.innearr span{ cursor: pointer; }
.innearr span i{ font-weight: bold; display: inline-block; font-size: 30px; color: #6e361a; }
.ins_prev i{ transform: rotate(180deg); }

.incusmes{ padding: 50px 0; overflow: hidden; background: url(../image/focusme.jpg) no-repeat; background-size: cover; }
.incule{ width: 50%; float: left; padding-right: 140px; }
.inmeri{ width: 50%; float: right; padding-left: 74px; }
.incusmes .inh2t{ color: #fff; text-transform: capitalize; }
.incousu{ margin-top: 40px; }
.incousu li{ margin-bottom: 28px; }
.incousu li:last-child{ margin-bottom: 0; }
.incoli{ position: relative; padding-left: 44px; }
.incoli p{ font-size: 34px; margin-bottom: 12px; font-family: PRISMLIGHT; color: #cdcbcb; }
.incoli a,.incoli span{ font-size: 20px; color: #fff; font-family: POPPINS-REGULAR; }
.incoli i{ color: #fff; padding-bottom: 10px; font-size: 24px; position: absolute; top: 10px; left: 0; }
.incoli i:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 14px; height: 3px; background: #fff; }
.quiry_info{ margin-top: 26px; width: 100%; position: relative; overflow: hidden; }
.quiry_info li{width: 100%; margin-bottom: 16px; position: relative; overflow: hidden;}
.quiry_info li:last-child{ margin-bottom: 0; }
.quiry_info input,.quiry_info textarea{width: 100%; resize: none; font-family:Poppins-ExtraLight; border-radius: 10px; background:transparent; color: #fff; line-height: 26px; font-size: 14px; border: 1px solid #a3a3a3; padding: 12px 14px; }
.quiry_info textarea{ height:150px; }
.quiry_info input::-webkit-input-placeholder,.quiry_info textarea::-webkit-input-placeholder { color: #fff;}
.quiry_info input:-moz-placeholder,.quiry_info textarea:-moz-placeholder {color: #fff;}
.quiry_info button{ transition: all 0.3s; border: none; font-size: 14px;  font-family: Poppins-ExtraLight; cursor: pointer; width: 192px; height: 40px; color: #666; line-height: 40px; border-radius: 40px; background: #fff;  }
.quiry_info button:hover{ transform: translateX(10px); }


footer{ background: #1b1b1b; border-top: 6px solid #6e361a; position: relative; z-index: 0; }
footer:before{ content: ""; width: 39%; height: 100%; z-index: -1; position: absolute; top: 0; right: 0; background: #0f0f0f; }
footer:after{ content: ""; width: 39%; height: 1px; background: #2a2a2a; position: absolute; right: 0; bottom: 124px; }
.fotbox{ overflow: hidden; width: 100%; }
.fotblef{ width: 64%; float: left; }
.fotbrig{ width: 36%; float: right; padding-top: 50px; text-align: right; }
.foblbo{ display: flex; }
.fobitem{ width: 50%; border-left: 1px solid #353535; position: relative; padding: 42px 44px 30px; }
.fobitem:before{ content: ""; position: absolute; top: 43px; left: 0; width: 5px; height: 20px; background: #6e361a; }
.fobitem h3{ color: #fff; margin-bottom: 24px; text-transform: uppercase; line-height: 24px; font-size: 24px; font-family: POPPINS-SEMIBOLD; }
.fobnul{ columns: 2; }
.fobnul li{ font-size: 16px; margin-bottom: 18px; }
.fobnul li a{ color: #fff; }
.fobnul li a:hover{ text-decoration: underline; }
.fomed p{ color: #6e361a; margin-bottom: 12px; font-size: 34px; font-family: PRISMLIGHT; }
.fomed a{ color: #fff; font-size: 28px; font-family: POPPINS-REGULAR; }
.fomed a:hover{ text-decoration: underline; }
.media{ margin-top: 58px; }
.media a{ font-size: 26px; margin-left: 8px; color: #878787; }
.media a:hover{ color: #fff; }
.focop{ position: relative; border-top: 1px solid #353535; padding: 14px 0; }
.focop:before{ content: ""; position: absolute; top: -1px; left: -200px; width: 50%; height: 1px; background: #353535; }
.focop p{ color: #969696; font-size: 14px; }
.focop p a{ color: #969696; }
.focop p a:hover{ color: #fff; }




.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
/*位置*/
.subbanner{ position: relative;  }
.sub_nav{ position: absolute; top: 55%; left: 0; width: 100%; text-align: center; }
.sub_nav p{ color: #fff; font-size: 26px; text-transform: uppercase; font-family: POPPINS-REGULAR; }
.sub_nav p a{ color: #fff; }
.sub_nav p a:hover{ text-decoration: underline; }
.sub_nav p i{ font-size: 26px; }

/*关于我们*/
.pat85{ padding-top: 85px; }
.ab_war{ padding-bottom: 100px; background: url(../image/iabbg.jpg) right bottom no-repeat; }
.abcotxt{ margin-top: 28px; }
.abcotxt p{ line-height: 30px; font-size: 16px; color: #666; margin-bottom: 28px; }
.abcotxt p:last-child{ margin-bottom: 0; }
.ab_war .inanum{ margin-top: 42px;  }
.ab_war .inanum li{ width: 24.2%; margin-right: 1%; margin-bottom: 0; }
.ab_war .inanum li:nth-of-type(even){ margin-right: 1%; } 
.ab_war .inanum li:last-child{ margin-right: 0; }
.inabtpiu{ margin-top: 58px; display: flex; }
.inabtpiu li{ width: 49%; margin-right: 2%; }
.inabtpiu li:last-child{ margin-right: 0; }
.inabtpiu li:hover .changpic img{ transform: scale(1.15); }
.abhov{ padding: 76px 0 100px; background: url(../image/abhobg.jpg) top center no-repeat; }
.abhov .inh2t{ text-align: center; }
.abhoswi{ margin-top: 86px; position: relative; }
.hoces .item{ margin: 0 15px; }
.hoc_prev{ left: -54px; }
.hoc_next{ right: -54px; }
.hoc_prev i{ transform: rotate(180deg); }
/*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;}


/*产品列表*/
.pro_war{ padding-bottom: 60px; }
.pritem{ padding: 74px 0 80px; }
.priul .pritem:nth-of-type(even){ background: #f9f5f3; }
.pat30{ padding-top: 30px; }
.prdesc{ margin-top: 16px; width: 80%; }
.prdesc p{ color: #666666; font-size: 16px; line-height: 28px; }
.plisull{ display: flex; margin-top: 34px; }
.plisull li{ width: 49%; margin-right: 2%; }
.plisull li:nth-of-type(even){ margin-right: 0; }
.flex{ flex-wrap: wrap; }
.flex li{ margin-bottom: 32px; }

/*分页 结束*/
.digg4{ text-align:center; font-size: 16px; margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: 1px solid #bfbfbf; 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: #6e361a; border: 1px solid #6e361a; }
.digg4 span.disabled { font-size: 30px; line-height:35px; font-weight: normal;  background: #f5f5f7; color: #a6a6a6;}
.digg4 a{ border: 1px solid #bfbfbf; color: #a6a6a6; background: #f5f5f7; }
/*产品详情*/
.del_war{ margin-top: -222px; }
.del_main{ display: flex; padding: 44px; border-radius: 10px; overflow: hidden; position: relative; background: #6e361a; }
.de_male{ display: inline-block; width: 53%; }
.de_mari{ display: inline-block; width: 47%; padding: 30px 0 0 52px; }
.propicflash{ width: 100%; position: relative; overflow: hidden; }
.propicflash .big{ border: 1px solid #d7d7d7; float: left; width: 74.2%; display: inline-block; background: #fff;   }
.propicflash .big img{display: none; width: 100%; }
.propicflash .big img.on{display: block;}
.propicflash .small{ width: 25.2%; float: right; padding-left: 1.7%; display: inline-block; }
.propicflash .small img.on{display: block; border: 1px solid #6e361a; }
.propicflash .small img{ border: 1px solid #d7d7d7; float: left; background: #fff; width: 100%; margin-bottom:15px; cursor: pointer;}
.propicflash .small img:last-child{margin-bottom: 0}
.de_mari h1{ color: #fff; font-size: 38px; line-height: 30px; font-weight: normal; font-family: POPPINS-MEDIUM; }
.demdes{ margin-top: 30px; background: #773f23; padding: 22px 48px 34px 38px; height: 280px; overflow-y: auto; }
.demdes p{ font-size: 16px; line-height: 28px; color: #fff; }
.demdes::-webkit-scrollbar{ width: 8px; height: 1px; }
.demdes::-webkit-scrollbar-thumb{ border-radius: 0; background: #fff; }
.demdes::-webkit-scrollbar-track { border-radius: 0; background: #a0725c; }

.pro_lxbtn{ margin-top: 50px; padding-right: 35px; }
.pro_lxbtn a{ background: #fff; font-family: POPPINS-REGULAR; overflow: hidden; position: relative; border-radius: 50px; color: #6e361a; text-align: center; padding:11px 10px; border: 1px solid #6e361a; text-transform: uppercase; width: 48%; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 24px; margin-right: 5px; }
.pro_lxbtn a *{ vertical-align: middle; }
.pro_lxbtn a:last-child{ margin-left: 2%; }
.pro_lxbtn a:hover{ transform: translateX(10px); opacity: 0.85; }
.share{ margin-top: 32px; color: #fff; font-size: 16px; }


.debldi{ margin-top: 56px;}
.deb_item{ margin-bottom: 50px; }
.debldi .deb_item:last-child{ margin-bottom: 0; }
.deduc{ background: #f6f5f5; padding: 50px; border-radius: 10px; }

.deh3{ margin-bottom: 18px; position: relative; line-height: 38px; padding-left: 18px; font-weight: normal; font-size: 38px; font-family: POPPINS-SEMIBOLD; }
.deh3:before{ content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 36px; background: #6e361a; }
.deb_txp p{ font-size: 16px; margin-bottom: 24px; line-height: 28px; color: #999; }
.deb_txp p:last-child{ margin-bottom: 0; }
.debtrul{ margin-top: 36px; overflow: hidden; }
.debtrul li{ float: left; width: 32%; margin-right: 2%; }
.debtrul li:last-child{ margin-right: 0; }

.del_table{ overflow-x: auto; }
.del_table table{ border-top: 1px solid #ccc; background: #fff; border-left: 1px solid #ccc; width: 100%; }
.del_table table tr td{ font-size: 16px; padding: 12px 25px; color: #333; text-align: center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.del_table table tr:first-child td{ background: #6e361a; color: #fff; }

.twiry_info{ margin-top: 20px; width: 100%; position: relative; overflow: hidden; }
.twiry_info li{width: 49.5%; float: left; margin-bottom: 18px; position: relative; overflow: hidden;}
.twiry_info li:nth-of-type(2){ float: right; }
.twiry_info li:nth-of-type(3),.twiry_info li:nth-of-type(4),.twiry_info li:nth-of-type(5){ width: 100%; }
.twiry_info li:last-child{ margin-bottom: 0; }
.twiry_info input,.twiry_info textarea{width: 100%; resize: none; font-family:Poppins-ExtraLight; border-radius: 10px; background:#f7f7f7; color: #000; line-height: 26px; font-size: 14px; border: 1px solid #d3d3d3; padding: 12px 14px; }
.twiry_info textarea{ height:160px; }
.twiry_info input::-webkit-input-placeholder,.twiry_info textarea::-webkit-input-placeholder { color: #666;}
.twiry_info input:-moz-placeholder,.twiry_info textarea:-moz-placeholder {color: #666;}
.twiry_info button{ transition: all 0.3s; border: none; font-size: 16px;  font-family: POPPINS-REGULAR; cursor: pointer; width: 192px; height: 40px; color: #fff; line-height: 40px; border-radius: 40px; background: #6e361a;  }
.twiry_info button:hover{ transform: translateX(10px); }

.debldi{ padding-bottom: 98px; }

.de_rpswi{ position: relative; margin-top: 36px; }
.der_gds .item{ margin: 0 16px; }
.der_gds .slick-track{ padding-bottom: 10px; }
.de_ard{ position: absolute; top: -62px; right: 16px;}
.de_ard span{ cursor: pointer; display: inline-block; margin-left: 10px; }
.de_ard span i{ display: inline-block; font-size: 28px; font-weight: bold; color: #cebdb5; }
.de_ard span.dre_prev i{ transform: rotate(180deg); }
.de_ard span:hover{}
.de_ard span:hover i{ color: #743e23; }

/*case*/
.case_war{ padding-bottom: 90px; }
.caselist li{ padding: 40px 0; border-bottom: 1px solid #e4e4e4; }
.caseitem{ width: 100%; overflow: hidden; }
.caselef{ float: left; width: 50%; padding-top: 30px; }
.caserig{ float: right; width: 50%; padding-left: 60px; }
.caselef h3{ font-size: 26px; margin-bottom: 18px; font-family: POPPINS-SEMIBOLD; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.caselef p{ font-size: 16px; height: 120px; overflow: hidden; line-height: 30px; color: #888; }
.caselef span{ transition: all 0.3s; display: inline-block; box-shadow: 0 0 26px rgba(217, 195, 179, 0.28); font-size: 16px; padding: 10px 30px; border-radius: 30px; margin-top: 40px; border: 1px solid #dcdcdc; color: #666; background: #fff;  }
.caselef span i{ display: inline-block; margin-left: 12px; }
.caseitem:hover .caselef span{ transform: translateX(10px); background: #6e361a; border: 1px solid #6e361a; color: #fff; }
.caseitem:hover .changpic img{ transform: scale(1.15); }
/*news*/
.nes_list{ display: flex; flex-wrap: wrap; }
.nes_list li{ width: 32%; margin-right: 2%; margin-bottom: 56px; }
.nes_list li:nth-of-type(3n){ margin-right: 0; }

.pat80{ padding-top: 80px; }
.infocon{color: #666; }
.infocon h1{ font-size:26px; line-height: 30px; font-family: POPPINS-MEDIUM; font-weight: normal; text-align: center; color: #222;}
.infocon img{ display: inline-block; margin: 15px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin: 18px 0; color: #6e361a}
.infocon .time i{ font-size: 20px; }
.infocon .other{ font-size: 18px; padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #6e361a; }
.infocon p{line-height:28px; font-size: 16px; color: #888; margin-bottom: 10px;}

/*contact*/
.conwar{  }

.co_cous{ width: 100%; position: relative; overflow: hidden; }
.coc_le{ float: left; width: 50%; padding-right: 22px; }
.coc_ri{ float: right; width: 50%; padding-top: 42px; padding-left: 42px; }
.cocusdi{ background: url(../image/cousbg.jpg) no-repeat; padding: 54px 46px 66px; background-size: cover; border-radius: 10px; overflow: hidden; }
.co_cous .inh2t{ color: #333; font-size: 50px; text-transform: capitalize; }
.coc_le .inh2t{ color: #fff; }
.co_inform{ overflow: hidden; margin-top: 30px; }
.co_inform li{width: 100%; margin-bottom: 14px; position: relative; overflow: hidden;}
.co_inform input,.co_inform textarea{width: 100%; border:1px solid #e9e9e9; color: #333; resize: none; font-family:POPPINS-REGULAR; background:#fff; font-size: 14px; border-radius: 10px; line-height: 26px; padding: 14px 18px; }
.co_inform textarea{ height:165px; }
.co_inform input::-webkit-input-placeholder,.co_inform textarea::-webkit-input-placeholder { color: #999;}
.co_inform input:-moz-placeholder,.co_inform textarea:-moz-placeholder { color: #999;}
.co_inform li:last-child, .co_inform li:nth-of-type(5) { width: 100%; }
.co_inform li:last-child{ width: 100% !important; float: none; margin-top: 30px; margin-bottom: 0; }
.co_inform button{ cursor: pointer; transition: all 0.3s; width: 192px; height: 40px; border: 1px solid #6e361a; border-radius: 50px; text-transform: capitalize; font-size: 14px; background: #6e361a; color: #fff; font-family: Poppins-Light;  }
.co_inform button:hover{ transform: translateX(10px); background: #6e361a; color: #fff; }


.map{ margin-top: 70px; }

.aligncenter {
    display: block !important;
    margin: 0 auto!important;
}

@media screen and (max-width: 1680px){  
  .innews{ padding: 98px 0 80px 70px; }
  .del_war{ margin-top: -120px; }
}

@media screen and (max-width: 1600px){
  .innews{ padding: 98px 0 80px 52px; }
}

@media screen and (max-width: 1440px){
  .warper{ width: 88%; }
  nav li{ margin: 0 10px; }
  .ihslef{ width: 258px; }
  .ihsrig{ margin-left: 258px; padding: 15px 0 0 20px; }
  .ihsrig span{ margin-top: 26px; }
  .inh2t{ font-size: 48px; line-height: 48px; }
  .abhoswi{ margin-top: 48px; }
  .de_mari{ padding: 10px 0 0 30px; }
  .de_mari h1{ font-size: 30px; }
  .demdes{ margin-top: 20px; padding: 18px 34px 24px 20px; }
  .pro_lxbtn{ margin-top: 30px; }
  .share{ margin-top: 20px; }
  .caselef span{ margin-top: 20px; }
  .caselef{ padding-top: 14px; }
  .co_cous .inh2t{ font-size: 40px; }
  .fotblef{ width: 62%; }
}


@media screen and (max-width: 1366px){
  .l_fixed ul li{ padding: 12px 0; }
  .intwoul{ margin-top: 46px; }
  .inabwar{ padding: 70px 0; }
  .inhopw{ padding: 70px 0 100px; }
  .inofful{ margin-top: 45px; }
  .inofful li h3{ font-size: 26px; line-height: 26px; margin: 25px 0 8px; }
  .incatxul{ margin-top: 8px; }
  .ineris{ padding-left: 25px; }
  .innews{ padding: 45px 0 60px 70px; }
  .incule{ padding-right: 40px; }
  .deb_txp p{ margin-bottom: 12px; }
}

@media screen and (max-width: 1280px){
  .warper{ width: 90%; }
  nav li>a{ padding: 0 10px; }
  nav{ margin-right: 92px; }
  .inanum li b{ font-size: 46px; line-height: 46px; }
  .intwoul{ margin-top: 34px; }
  .inabnrbox{ margin-top: 28px; }
  .inofful li i{ width: 100px; height: 100px; line-height: 100px; font-size: 42px; }
  .inofful li{ width: 31%; }
  .incagd .item{ height: 608px; }
  .incatxul li{ padding: 26px 0; }
  .inneswi .item{ margin-left: 15px; }
  .pat85{ padding-top: 60px; }
  .inh2t{ font-size: 44px; line-height: 44px; }
  .abcotxt p{ margin-bottom: 10px; }
  .ab_war .inanum li{ padding: 25px; }
  .ab_war{ padding-bottom: 70px; }
  .abhoswi{ margin-top: 35px; }
  .hoces .item{ margin: 0 8px; }
  .pritem{ padding: 40px 0 45px; }
  .del_main{ padding: 30px; }
  .del_war{ margin-top: -100px; }
  .deh3{ font-size: 32px; line-height: 32px; }
  .deh3:before{ height: 28px; }
  .deduc{ padding: 40px; }
  .deb_item{ margin-bottom: 24px; }
  .deb_txp p{ margin-bottom: 10px; }
  .debtrul{ margin-top: 16px; }
  .caserig{ padding-left: 35px; }
}


@media screen and (max-width: 1024px){
  header{ top: 0; }
  .banner_home,.subbanner,.po_delwa{ margin-top: 62px; }
  #nav .nav-button{display: block; top: -49px; right: 0; }
  header,.position, .page_h{ height: 62px; background: #fff; }
  .logo img,.position .logo img{ height:47px; width: auto; }
  .logo{ top: 9px; left: 0; }
  .warper{ width: 96%; }
  .l_fixed{ display: none; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
  nav li{ float: none; padding: 0; margin: 0; }
  nav li>a,.position nav li>a,.page_h  nav li>a{ margin:0; color: #fff; line-height: normal;  display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li.on a, nav li:hover a{ background: #6e361a ; 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: #6e361a; }
  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: #6e361a !important;}
  nav dl dd{ border: none; }
  nav li>a{ font-size: 18px; }
  .nav_show li p{ font-size: 16px; }
  nav dl dd div{ display: none; position: initial; left: 0; width: 100%; background: #89898a; }
  nav dl dd div a{ font-size: 15px; }
  nav dl dd:hover div,.head_rcon,.ban_bod,.ban_media{display: none;}
  #nav .nav-button{ right:0; }
  .banner .slick-dots{ bottom: 22px; }
  .inabwar{ padding: 60px 0; }
  .inanrrig{ padding-left: 30px; padding-top: 30px; }
  .inanum li{ padding: 35px; }
  .inanum li b{ font-size: 40px; line-height: 40px; }
  .intwoul{ margin-top: 15px; }
  .inhopw{ padding: 60px 0 80px; }
  .inhsgds .item{ margin: 0 10px; }
  .inhoswi{ margin-top: 25px; }
  .inhsitem{ padding: 15px; }
  .ihslef{ width: 220px; }
  .ihsrig{ margin-left: 220px; padding: 8px 0 0 10px; }
  .ihsrig p{ margin-top: 6px; }
  .ihsrig span{ margin-top: 16px; }
  .ihsrig span i{ margin-left: 8px; }
  .inoff{ padding: 58px 0; }
  .inactxt{ padding-top: 48px; }
  .incatxul li{ padding: 20px 0; }
  .incagd .item{ height: 550px; }
  .incadi:before{ width: 62%; }
  .innews{ padding: 45px 0 60px 30px; }
  .ineles p{ margin-top: 22px; }
  .inestxt span{ margin-top: 20px; }
  .incusmes .inh2t{ font-size: 35px; line-height: 35px; }
  .incousu{ margin-top: 16px; }
  .incousu li{ margin-bottom: 6px; }
  .incule{ padding-right: 0; }
  .inmeri{ padding-left: 35px; }
  .fotblef{ width: 100%; }
  .fobitem{ padding: 30px; }
  .fobitem:before{ top: 30px; }
  .fobnul li{ margin-bottom: 10px; }
  .focop,footer:before,footer:after{ display: none; }
  .fotbrig{ width: 100%; text-align: left; padding-top: 25px; float: none; }
  .fotblef{ float: none; }
  .fomed a{ font-size: 22px; }
  .media{ margin-top: 20px; }
  .media a{ font-size: 20px; }
  footer{ padding-bottom: 15px; }
  .ineles .inh2t{ font-size: 44px; line-height: 44px; }
  .sub_nav p{ font-size: 20px; }
  .pat85{ padding-top: 42px; }
  .abcotxt{ margin-top: 16px; }
  .ab_war .inanum{ margin-top: 20px; }
  .inabtpiu{ margin-top: 30px; }
  .ab_war{ padding-bottom: 40px; }
  .abhov{ padding: 45px 0 50px; }
  .hoc_prev{ left: 0; }
  .hoc_next{ right: 0; }
  .pritem{ padding: 35px 0; }
  .prdesc{ width: 100%; }
  .plisull{ margin-top: 16px; }
  .digg4{ margin-top: 20px; }
  .del_main{ padding: 20px; }
  .demdes{ height: 206px; margin-top: 12px; }
  .propicflash .small img{ margin-bottom: 10px; }
  .demdes p{ font-size: 15px; line-height: 24px; }
  .share{ margin-top: 8px; }
  .debldi{ margin-top: 35px; padding-bottom: 40px; }
  .deduc{ padding: 30px; }
  .deb_txp p{ margin-bottom: 0; line-height: 26px; }
  .twiry_info li{ margin-bottom: 12px; }
  .de_rpswi{ margin-top: 20px; }
  .de_ard{ top: -50px; }
  .caselist li{ padding: 30px 0; }
  .caselef h3{ font-size: 22px; margin-bottom: 8px; }
  .caselef p{ line-height: 25px; height: 75px; }
  .pat80{ padding-top: 60px; }
  .nes_list li{ margin-bottom: 35px; }
  .case_war{ padding-bottom: 45px; }
  .coc_ri{ padding-left: 0; }
}

@media screen and (max-width: 768px){
  .inabwar{ padding: 45px 0 28px; }
  .inh2t{ font-size: 35px; line-height: 35px; }
  .inmore{ padding: 8px 20px; }
  .inabtit .inmore{ position: static; margin-top: 12px; }
  .inabnrbox{ margin-top: 18px; display: block; }
  .inanrlef{ width: 100%; }
  .inanrrig{ width: 100%; padding: 0; margin-top: 15px; }
  .inanrlef p{ line-height: 26px; }
  .inanum li{ padding: 25px; }
  .inanum li b{ font-size: 34px; line-height: 34px; }
  .inanum li p{ margin-top: 8px; }
  .inhopw{ padding: 50px 0; }
  .inhotit p{ line-height: 25px; }
  .ihs_prev{ left: 0; }
  .ihs_next{ right: 0; }
  .inharr span i{ font-size: 30px; }
  .inoff{ padding: 48px 0; }
  .inofful{ margin-top: 25px; }
  .inofful li h3{ margin: 10px 0; font-size: 22px; line-height: 22px; }
  .inofful li p{ line-height: 25px; }
  .inofful li i{ width: 70px; height: 70px; line-height: 70px; font-size: 30px; }
  .incadi:before{ width: 100%; }
  .incatxul{ width: 90%; }
  .incaitem h3{ margin-bottom: 8px; }
  .innews{ padding: 45px 10px; }
  .ineles{ float: none; width: 100%; padding-top: 0; }
  .ineles p{ margin-top: 8px; line-height: 24px; }
  .innearr{ margin-top: 18px; }
  .ineris{ margin-left: 0; margin-top: 15px; padding-left: 0; }
  .inneswi .item{ margin: 0 7px; }
  .incusmes{ padding: 40px 0; }
  .incule{ width: 100%; float: none; }
  .inmeri{ width: 100%; float: none; padding-left: 0; margin-top: 15px; }
  .incoli p{ font-size: 24px; margin-bottom: 6px; }
  .incoli{ padding-left: 36px; }
  .quiry_info button{ width: 150px; }
  .incusmes .inh2t{ font-size: 32px; line-height: 32px; }
  .fotblef{ display: none; }
  .abcotxt p{ margin-bottom: 0; line-height: 28px; }
  .ab_war .inanum li{ padding: 18px; }
  .abhoswi{ margin-top: 24px; }
  .pritem{ padding: 24px 0; }
  .plisull .ihslef{ width: 100%; float: none; }
  .plisull .ihsrig{ margin-left: 0; padding: 0; margin-top: 12px; }
  .flex li{ margin-bottom: 15px; }
  .del_main{ padding: 15px; flex-wrap: wrap; }
  .de_male{ width: 100%; }
  .de_mari{ width: 100%; margin-top: 15px; padding: 0; }
  .propicflash .small img{ margin-bottom: 13px; }
  .deduc{ padding: 20px; }
  .der_gds .item{ margin: 0; }
  .caserig{ padding-left: 20px; }
  .caselef{ padding-top: 0; }
  .caselef span{ display: none; }
  .caselist li{ padding: 20px 0; }
  .nes_list li{ width: 49%; }
  .nes_list li:nth-of-type(3n){ margin-right: 2%; }
  .nes_list li:nth-of-type(even){ margin-right: 0; }
  .pat80{ padding-top: 40px; }
  .coc_le{ width: 100%; float: none; padding: 0; }
  .coc_ri{ width: 100%; float: none; padding: 0; margin-top: 30px; }
  .cocusdi{ padding: 35px; }
  .co_cous .inh2t{ font-size: 35px; line-height: 35px; }
  .co_inform{ margin-top: 20px; }
  .map{ margin-top: 35px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #6e361a; }
  .inabwar{ padding: 25px 0 18px; }
  .inh2t{ font-size: 26px; line-height: 26px; }
  .inanum li{ padding: 18px; }
  .inanum li b{ font-size: 26px; line-height: 26px; }
  .inhopw{ padding: 20px 0; }
  .inhsgds .item{ margin: 0; }
  .ihslef{ width: 100%; float: none; }
  .ihsrig{ margin-left: 0; padding: 0; margin-top: 10px; }
  .inhsitem{ padding: 8px; }
  .inoff{ padding: 20px 0; }
  .inofful{ margin-top: 14px; flex-wrap: wrap; }
  .inofful li{ width: 100%; margin-bottom: 5px; }
  .inactxt{ padding-top: 30px; }
  .incatxul{ width: 100%; }
  .incaitem h3{ font-size: 18px; }
  .incagd .item{ height: 456px; }
  .incadi:before{ background: rgba(0, 0, 0, 0.5); }
  .innews{ padding: 24px 10px; }
  .ineles .inh2t{ font-size: 26px; line-height: 26px; }
  .inneswi .item{ margin: 0; }
  .incusmes .inh2t{ font-size: 28px; line-height: 28px; }
  .quiry_info li{ margin-bottom: 10px; }
  .pat85{ padding-top: 28px; }
  .abcotxt p{ line-height: 25px; }
  .ab_war .inanum li{ width: 49.5%; }
  .ab_war .inanum li:nth-of-type(even){ margin-right: 0; }
  .inabtpiu{ margin-top: 15px; }
  .ab_war{ padding-bottom: 28px; }
  .abhov{ padding: 30px 0; }
  .abhoswi{ margin-top: 12px; }
  .plisull{ flex-wrap: wrap; }
  .plisull li{ width: 100%; margin-bottom: 10px; margin-right: 0; }
  .pat30{ padding-top: 12px; }
  .pro_war{ padding-bottom: 30px; }
  .del_war{ margin-top: 15px; }
  .del_main{ padding: 8px; }
  .propicflash .small img{ margin-bottom: 7px; }
  .de_mari h1{ font-size: 23px; }
  .demdes{ height: auto; padding: 14px; }
  .pro_lxbtn{ padding-right: 0; margin-top: 10px; }
  .debldi{ margin-top: 15px; }
  .deh3{ font-size: 22px; line-height: 22px; margin-bottom: 10px; }
  .deh3:before{ height: 18px; }
  .deduc{ padding: 10px; }
  .debtrul{ margin-top: 6px; }
  .del_table table tr td{ padding: 6px; }
  .deb_txp p{ line-height: 23px; }
  .twiry_info{ margin-top: 12px; }
  .twiry_info li{ width: 100%; float: none; margin-bottom: 6px; }
  .twiry_info button{ width: 120px; }
  .caselef h3{ font-size: 20px; margin-bottom: 6px; }
  .caselef{ float: none; width: 100%; }
  .caserig{ margin-top: 12px; width: 100%; float: none; padding: 0; }
  .caselist li{ padding: 10px 0; }
  .inestxt span{ display: none; }
  .inestxt{ margin-top: 10px; }
  .inestxt h3{ font-size: 17px; margin-bottom: 6px; line-height: 23px; height: 46px; }
  .nes_list li{ margin-bottom: 15px; }
  .pat80{ padding-top: 20px; }
  .infocon h1{ font-size: 21px; line-height: 28px; }
  .infocon .time{ margin: 8px 0; }
  .infocon p{ margin-bottom: 0; line-height: 26px; }
  .infocon .other{ margin: 12px 0 0 0; }
  .cocusdi{ padding: 15px; }
  .co_cous .inh2t{ font-size: 28px; line-height: 28px; }
  .incoli a, .incoli span{ font-size: 18px; }
  .co_inform li{ margin-bottom: 8px; }
  .co_inform button{ width: 120px; }
  .co_inform li:last-child{ margin-top: 0; }
  .map{ margin-top: 15px; }
}