@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'DUTCH';
  src:url('fonts/DUTCH.woff') format('woff'), url('fonts/DUTCH.ttf') format('truetype'), url('fonts/DUTCH.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url('fonts/opensans.eot');
  src: local('☺'), url('fonts/opensans.woff') format('woff'), url('fonts/opensans.ttf') format('truetype'), url('fonts/opensans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensansB';
  src: url('fonts/opensansB.eot');
  src: local('☺'), url('fonts/opensansB.woff') format('woff'), url('fonts/opensansB.ttf') format('truetype'), url('fonts/opensansB.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensansL';
  src: url('fonts/opensansL.eot');
  src: local('☺'), url('fonts/opensansL.woff') format('woff'), url('fonts/opensansL.ttf') format('truetype'), url('fonts/opensansL.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{font-family:opensans,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; max-width: 100%; }
a{color: #222;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#dd3333;}
a:focus,.slick-arrow:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }






.owl-theme .owl-controls{ margin-top: 10px; text-align: center;}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px;  padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;  background: #869791;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none;}



/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */}

.owl-theme .owl-controls .owl-page span{  display: block;  width: 12px;  height: 12px;  margin: 5px 7px;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;  -webkit-border-radius: 20px;  -moz-border-radius: 20px;  border-radius: 20px;  background: #869791;}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/  opacity: 1;}

/* If PaginationNumbers is true */



.owl-theme .owl-controls .owl-page span.owl-numbers{  height: auto;  width: auto;  color: #FFF;  padding: 2px 10px;  font-size: 12px;  -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;}



/* preloading images */

.owl-item.loading{ min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center}



/* clearfix */

.owl-carousel .owl-wrapper:after {  content: "."; display: block; clear: both;  visibility: hidden; line-height: 0; height: 0;}

/* display none until init */

.owl-carousel{ position: relative; width: 100%;  -ms-touch-action: pan-y;}

.owl-carousel .owl-wrapper{ display: none;  position: relative; -webkit-transform: translate3d(0px, 0px, 0px);}

.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%;}

.owl-carousel .owl-wrapper-outer.autoHeight{  -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out;  -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;  transition: height 500ms ease-in-out;}



.owl-carousel .owl-item{float: left;}

.owl-controls .owl-page,.owl-controls .owl-buttons div{ cursor: pointer;}

.owl-controls { -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/* mouse grab icon */

.grabbing { cursor:url(grabbing.png) 8 8, move;}



/* fix */

.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}



/* CSS3 Transitions */



.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%; -moz-perspective : 1200px;  -moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%; perspective : 1200px;}

/* fade */

.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease;}

.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}

/* backSlide */

.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease;}

.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease;}

/* goDown */

.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both;}

.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}

/* scaleUp */

.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both;}



.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both;}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {

  0% {opacity: 1}

}

@-moz-keyframes empty {

  0% {opacity: 1}

}

@keyframes empty {

  0% {opacity: 1}

}

@-webkit-keyframes fadeIn {

  0% { opacity:0; }

  100% { opacity:1; }

}

@-moz-keyframes fadeIn {

  0% { opacity:0; }

  100% { opacity:1; }

}

@keyframes fadeIn {

  0% { opacity:0; }

  100% { opacity:1; }

}

@-webkit-keyframes fadeOut {

  0% { opacity:1; }

  100% { opacity:0; }

}

@-moz-keyframes fadeOut {

  0% { opacity:1; }

  100% { opacity:0; }

}

@keyframes fadeOut {

  0% { opacity:1; }

  100% { opacity:0; }

}

@-webkit-keyframes backSlideOut {

  25% { opacity: .5; -webkit-transform: translateZ(-500px); }

  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }

}

@-moz-keyframes backSlideOut {

  25% { opacity: .5; -moz-transform: translateZ(-500px); }

  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }

  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }

}

@keyframes backSlideOut {

  25% { opacity: .5; transform: translateZ(-500px); }

  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }

  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }

}

@-webkit-keyframes backSlideIn {

  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }

  75% { opacity: .5; -webkit-transform: translateZ(-500px); }

  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }

}

@-moz-keyframes backSlideIn {

  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }

  75% { opacity: .5; -moz-transform: translateZ(-500px); }

  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }

}

@keyframes backSlideIn {

  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }

  75% { opacity: .5; transform: translateZ(-500px); }

  100% { opacity: 1; transform: translateZ(0) translateX(0); }

}

@-webkit-keyframes scaleToFade {

  to { opacity: 0; -webkit-transform: scale(.8); }

}

@-moz-keyframes scaleToFade {

  to { opacity: 0; -moz-transform: scale(.8); }

}

@keyframes scaleToFade {

  to { opacity: 0; transform: scale(.8); }

}

@-webkit-keyframes goDown {

  from { -webkit-transform: translateY(-100%); }

}

@-moz-keyframes goDown {

  from { -moz-transform: translateY(-100%); }

}

@keyframes goDown {

  from { transform: translateY(-100%); }

}

@-webkit-keyframes scaleUpFrom {

  from { opacity: 0; -webkit-transform: scale(1.5); }

}

@-moz-keyframes scaleUpFrom {

  from { opacity: 0; -moz-transform: scale(1.5); }

}

@keyframes scaleUpFrom {

  from { opacity: 0; transform: scale(1.5); }

}



@-webkit-keyframes scaleUpTo {

  to { opacity: 0; -webkit-transform: scale(1.5); }

}

@-moz-keyframes scaleUpTo {

  to { opacity: 0; -moz-transform: scale(1.5); }

}

@keyframes scaleUpTo {

  to { opacity: 0; transform: scale(1.5); }

}



/* 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 2826377 */
  src: url('fonts/iconfont.woff2?t=1634881301066') format('woff2'),
       url('fonts/iconfont.woff?t=1634881301066') format('woff'),
       url('fonts/iconfont.ttf?t=1634881301066') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wechat:before {
  content: "\e608";
}

.icon-fangda:before {
  content: "\e639";
}

.icon-ins1:before {
  content: "\e61a";
}

.icon-rilicopy:before {
  content: "\e699";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-youtube:before {
  content: "\e6ab";
}

.icon-youxiang1:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

.icon-original-whatapp:before {
  content: "\e60d";
}

.icon-mail:before {
  content: "\e618";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-skype:before {
  content: "\e707";
}

.icon-chuanzhen:before {
  content: "\e616";
}

.icon-in:before {
  content: "\e6f1";
}

.icon-jiantou:before {
  content: "\e62e";
}

.icon-dizhi:before {
  content: "\e65d";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-666666-copy:before {
  content: "\ec8d";
}

.icon-shouji:before {
  content: "\e647";
}



input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; }
.main{ background: #f1f1f1;  }
.warper{ width:1440px; margin:0 auto; position: relative;}
.backToTop{width:60px; height:60px; z-index: 666; border-radius: 60px; background:#dd3333 url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:3%; text-indent:9999px; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

.SW-more{ width: 100%; text-align: center; padding-top: 10px;}
.SW-more a{display: inline-block; text-align: center; line-height: 30px; border-radius: 30px; color: #dd3333; border: #dd3333 solid 1px; padding: 5px 45px;}
.SW-more a:hover{ background-color: #dd3333; color: #fff;}

.media{ margin-top: 18px; display: inline-block; }
.media a{color: #fff; background: #3a82d3; width: 33px; height: 33px; line-height: 33px; border-radius: 33px; text-align: center; margin: 0px 5px; font-size: 15px; display:inline-block;}
.media a:hover{ color: #fff; opacity: 0.85; }
.media a:first-child{ background: #0071e0;  }
.media a:nth-of-type(2){ background-image: linear-gradient(45deg, #f6b22d, #8a12b9); }
.media a:nth-of-type(3){ background: #cf2f79;}
.media a:nth-of-type(4){ background: #d10000; }

.search-button{ cursor: pointer; text-align: center; float: left; border-radius: 30px; overflow: hidden; position: relative; display: inline-block; }
.search-button i{ color: #fff; font-size: 20px;  }
.searchform{ overflow: hidden;background:#fff; width: 188px; transition: all .3s;}
.searchform i{ font-size: 20px; color: #b6b6b6; }
.searchform input{ width: 100%; background:#fff; padding-right: 45px; color: #333; line-height:40px; padding-left:18px; float: left; }
.searchform button{ width:40px; line-height:40px; height: 40px; background:#fff; border: 0; color: #333; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 5px; top: 0}
.searchform input::-webkit-input-placeholder { color: #999;}
.searchform input:-moz-placeholder {  color: #999;}

header{ width: 100%; height: 142px; background: #363636; z-index: 999; position: fixed; top: 0;  left: 0; }
.h_top{ height: 62px; overflow: hidden; background: #fff; }
.h_tlx{ line-height: 62px; overflow: hidden; float: right; font-size: 15px; }
.h_tlx i{ margin-right: 6px; font-size: 18px; color: #8ec63f; }
.h_tlx li{ float: left; padding: 0 20px; position: relative;  }
.h_tlx li *{ vertical-align: middle; }
.h_tlx li a:hover{ text-decoration: underline; }
.h_tlx li:first-child{ padding-left: 0; }
.h_bot{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); }

.position{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); }

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 800px; background: #fff; height: auto; position: absolute; top: 30%; left: 50%; margin-left: -400px; }

.popshow{ width: 1200px; padding: 0 60px; position: absolute; top: 15%; left: 50%; margin-left: -600px;}
.popswiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 42%; left: 0; width: 100%; z-index: 55; }
.popswiper .owl-controls .owl-buttons{ position: relative; }
.popswiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: url(images/right.png) center center no-repeat; border-radius: 52px; border: 2px solid #e2e2e2; background-size: 30%; position: absolute; height: 52px; width: 52px; }
.popswiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left: -75px; transform: rotate(180deg);}
.popswiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right: -75px;  }
.popswiper .owl-controls .owl-buttons div:hover{ background: url(images/right.png) center center no-repeat #664537; background-size: 30%; border: 2px solid #664537; }


#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}
.logo{ position: absolute; left:0; top: 15px; }

.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;}

.head_rcon{ position: absolute;  right: 0; top: 20px; width:340px; }
.head_rcon a{ display: inline-block; float: right; width: 127px; height: 40px; line-height: 40px; text-align: center; background: #dd3333; border-radius: 30px; color: #fff; font-size: 16px; }
.head_rcon a:hover{ opacity: 0.85; background: #8ec63f; }

.l_fixed{ width: 40px; position: fixed; top: 30%; left: 0; z-index: 666; }
.l_fixed li{ position: relative; margin-bottom: 1px; transition: all 0.3s; }
.l_fixed li a{ width:100%; height: 40px; font-size: 20px; text-align: center; line-height: 40px; background: #4bca59; color: #fff; display: block; }
.l_fixed li a i{ font-size: 20px; }
.l_fixed li a span{ display:block; position: absolute; top: 0; line-height: 40px; padding: 0 10px; background: #4bca59; left: -999px; width: 0; font-size: 16px; transition: all 0.5s; }
.l_fixed li:nth-of-type(2) a{ background: #edac26; }
.l_fixed li:nth-of-type(3) a{ background: #5ca22c; }
.l_fixed li:nth-of-type(4) a{ background: #d20000; }
.l_fixed li:nth-of-type(5) a{ background: #5ca22c; }
.l_fixed li:nth-of-type(6) a{ background: #d20000; }
.l_fixed li:nth-of-type(2) a span{ background: #edac26; }
.l_fixed li:hover a span{ width: 250px; left: 40px; }
.l_fixed li:nth-of-type(5):hover a span{ width: 120px;padding: 0 0px;}
.l_fixed li:hover{ opacity: 0.9; }

nav{ float: left;}
nav li{ float: left; margin: 0 37px; }
nav li:first-child{ margin-left: 0; }
nav li>a{ text-transform: uppercase; position: relative;font-size: 19px; color: #fff; font-family: DUTCH; line-height: 80px; display: block; text-align: center;}
nav li a:before{ position: absolute; width: 0; transition: all 0.3s; left: 50%; margin-left: -40%; content: ""; height: 2px; background: #dd3333; bottom: 16px; }
nav li.on a,nav li:hover a{ color: #dd3333;  }
nav li.on a:before ,nav li:hover a:before{ width: 80%; }
.menubox{ display: none; background: #fff; width: 488px; overflow: hidden; padding: 25px 15px 0 15px; position: absolute; top: 80px; left: 0; }
.p_menuli{ float: left; width: 49%; overflow: hidden; margin-bottom: 25px; margin-right: 2%; display: inline-block; vertical-align: top; }
.p_menuli:nth-of-type(even){ margin-right: 0; }
.m_lip{ position: relative; padding-left: 74px; }
.m_lip p{ font-size: 16px; line-height: 14px; font-family: DUTCH; }
.m_lip span{ display: inline-block; font-size: 12px; line-height: 14px; height: 42px; overflow: hidden; color: #666; margin-top: 8px; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.m_lip img{ position: absolute; top: 0; left: 0; transition: all 0.3s; }
nav li:hover .m_lip a:before{ width: 0; }
nav li.on .m_lip a,nav li:hover .m_lip a{color: #222;}
.m_lip a:hover p{ color: #dd3333; }


footer{ background:url(images/f_bg.jpg) no-repeat; background-size: cover; position: relative;}
.f_navinfo{ padding-top: 42px; overflow: hidden; }
.f_navinfo .lcon{ float: left; width: 50%; padding-right: 40px; }
.f_navinfo .rcon{ float: right; width: 50%; }
.f_navlx{ width: 100%; overflow: hidden; }
.f_navlx li{ float: left; width: 50%; display: inline-block; margin-bottom: 56px; color: #fff; }
.f_navlx li i{ color: #8ec63f; font-size: 22px; margin-right: 6px; }
.f_navlx li p{ margin-bottom: 14px; }
.f_navlx li a,.f_navlx li span{ font-size: 22px; color: #fff; }
.f_navlx li a:hover{ color: #8ec63f; }
.f_navlx li span{ font-size: 19px; }

.f_logowar{ width: 100%; text-align: center; margin-top: 46px; padding-bottom: 28px; }
.f_logowar p{ color: #796b66; font-size: 16px; line-height: 22px; margin-top: 15px; }



.copyright{ padding:20px; clear: both; font-size: 16px; text-align: center; color:#2a2522; background: #0e0804; }
.copyright a{ color:#2a2522;}
.copyright a:hover{ color: #fff; }

.banner_home{ margin-top: 142px;  position: relative; }
.banner_home .custom_paging{ position: absolute; width: 100%; top: 35%; left:0; z-index: 8; }
.custom_paging .slick-arrow{ width: 60px; float: left; border-radius: 60px; cursor: pointer; font-size: 22px; height: 60px; text-align: center; background:rgba(0,0,0,0.4); line-height: 60px; color: #fff; display: inline-block; }
.custom_paging .slick-arrow i{ font-size: 22px; }
.custom_paging .slick-arrow.slick_next{ position: absolute; right: 4%; }
.custom_paging .slick-arrow.slick_prev{ transform: rotate(180deg); position: absolute; left: 4%; }
.custom_paging .slick-arrow:hover{ background: #dd3333; }

.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }
.cl{ clear: both; }
/*版块标题*/
.home_boxtit{ display: inline-block; position: relative; padding-bottom: 20px; }
.home_boxtit p{ font-size: 46px; font-family: DUTCH; text-transform: uppercase; }
.home_boxtit:before{ position: absolute; left: 50%; bottom: 0; width:100px; height: 4px; background: #dbecc3; content: ""; margin-left: -50px;  }
.home_boxtit:after{ content: ""; position: absolute; bottom: -2px; left: 50%; width: 10px; height: 10px; margin-left: -5px; border-radius: 5px; background: #8ec63f; }
/*首页*/
.in_pro{ padding: 40px 0 75px 0; text-align: center; background: url(images/in_probg.jpg) no-repeat; background-size: cover;}
.in_pdesc{ font-size: 15px; line-height: 20px; color: #666; margin-top: 18px; padding: 0 7%;     text-align: left;}
.in_proswiper{ margin-top: 34px; }
.in_progd .item{ margin: 0 15px; }
.in_proitem{ margin-bottom: 30px; transition: all 0.3s; border:1px solid #dcdcdc; background: #fff; }
.in_proitem .changpic{ position: relative;  }
.in_proitem .changpic:before{ content: ""; transition: all 0.5s; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); }
.in_ptext{ padding: 26px 5% 38px 5%; }
.in_ptext h3{ font-size: 20px; font-family:DUTCH; height: 30px; line-height: 30px; overflow: hidden;  }
.in_ptext p{ font-size: 16px; line-height: 24px; color: #666; height: 48px; overflow: hidden; margin-top: 8px; }
.in_ptext span{ display: inline-block; margin-top: 28px; padding: 8px 40px; background: #d1d1d1; color: #666; border-radius: 30px; }
.in_proitem:hover{ background: #dd3333; }
.in_proitem:hover .in_ptext h3,.in_proitem:hover .in_ptext p{ color: #fff; }
.in_proitem:hover .in_ptext span{ background: #fff; color: #dd3333; }
.in_proitem:hover .changpic:before{ top: 0; }
.pro_paging .slick-arrow{ width: 60px; cursor: pointer; margin: 0 25px; height: 48px; line-height: 48px; text-align: center; background: #dbeac5; color: #b0c98e; display: inline-block; }
.pro_paging .slick-arrow i{ font-size: 25px; }
.pro_paging .slick-arrow:hover{ background: #8ec63f; }
.pro_paging .slick-arrow:hover i{ color: #fff; }
.pro_paging .slick-arrow.slick_prev2{ transform: rotate(180deg); }


.in_showr{ background: #f6f6f6; position: relative; }
.in_showr .ins_ltext{ width: 600px; background: url(images/in_showbg.png) no-repeat; background-size: cover; padding: 80px 166px 125px 100px; }
.ins_ltext .home_boxtit p{ color: #fff; }
.ins_ltext .home_boxtit:before{ left: 0; margin-left: 0; background: rgba(255,255,255,0.3); }
.ins_ltext .home_boxtit:after{ background: #fff; left: 50px; }
.ins_txt{ color: #fff; font-size: 16px; line-height: 25px; width: 220px; margin-top: 38px; }
.ins_rom{ width: 82%; position: absolute; bottom: 65px;  right: 0; }
.ins_rom .item{ margin: 0 8px; }
.ins_shoitem{ position: relative; overflow: hidden; }
.ins_datetit{ position: absolute; color: #fff; opacity: 1; transition: all 0.5s; width: 100%; left: 0; bottom: 0; padding: 20px; background-image: linear-gradient(rgba(0,0,0,0) ,rgba(0,0,0,1)); }
.ins_shotxt{ width: 100%; padding: 15px; height: 100%; position: absolute; top: -100%; transition: all 0.5s; left: 0; background: rgba(221,51,51,0.9); }
.in_stxt{ width: 100%; color: #fff; height: 100%; border:1px solid #fff; padding: 20% 18px 0 18px; }
.in_stxt p,.ins_datetit p{ font-size: 14px; }
.in_stxt p i,.ins_datetit p i{ font-size: 20px; }
.in_stxt p b,.ins_datetit p b{ font-size: 22px; font-family:DUTCH;  }
.in_stxt h3,.ins_datetit h3{ font-family:DUTCH; font-size: 22px; line-height: 24px; overflow: hidden; margin-top: 8px;  }
.in_stxt h3{ margin-top: 20px; }
.in_stxt span{ display: inline-block; margin-top: 15px; color: #f4d4d4; font-size: 16px; line-height: 24px; height: 72px; overflow: hidden; }
.in_stxt em{ display: inline-block; margin-top: 15%; background: #fff; font-style: normal; color: #dd3333; font-size: 16px; padding: 6px 34px; border-radius: 35px; }
.ins_shoitem:hover .ins_shotxt{ top: 0; }
.ins_shoitem:hover .ins_datetit{ opacity: 0; }
.sho_paging{ margin-top: 58px; text-align: right; }
.sho_paging .slick-arrow{ width: 60px; margin-right: 20px; cursor: pointer; height: 46px; text-align: center; line-height: 46px; background: #fff; display: inline-block; }
.sho_paging .slick-arrow i{ font-size: 25px; color: #8ec63f; }
.sho_paging .slick-arrow:hover{ background: #8ec63f; }
.sho_paging .slick-arrow:hover i{ color: #fff;}
.sho_paging .slick-arrow.slick_prev3{ transform: rotate(180deg); }

.in_ab{ width: 100%; padding: 125px 0 60px 0; }
.in_abtit{ width: 100%; overflow: hidden; }
.in_ablcon{ width: 462px; float: left; }
.in_abrcon{ margin-left: 462px; padding-left: 15px; }
.in_ablcon .home_boxtit:before,.in_ablcon .home_boxtit:after{ display: none; }
.in_ablcon a{ margin-top: 20px; display: inline-block; color: #fff; background: #8ec63f; padding: 8px 40px; border-radius: 40px; }
.in_ablcon a:hover{ background: #dd3333; }
.in_abrcon p{ text-align: right; color: #666; font-size: 19px; line-height: 30px; }
.in_abbox{ width: 100%; overflow: hidden; margin-top: 50px; }
.in_abbox li{ float: left; width: 31%; margin-right: 3.5%; }
.in_abbox li:last-child{ margin-right: 0; }
.in_abitem{ position: relative; }
.in_abtxtt{ position: absolute; text-align: right; color: #fff; bottom: 0; left: 0; width: 100%; padding: 45px 30px 45px 45px; background-image: linear-gradient(rgba(0,0,0,0) ,rgba(0,0,0,1)); }
.in_abtxtt h2{ font-size: 44px; font-family: DUTCH;  }
.in_abtxtt p{ line-height: 23px; margin-top: 15px; }
.in_abitem:hover .changpic img{ transform: scale(1.15); }


.in_app{ padding-top: 50px; text-align: center; }
.in_appnav{ width: 100%; overflow: hidden; margin-top: 35px; text-align: center; }
.in_appnav li{ display: inline-block; margin: 0 12px; font-size: 20px; }
.in_appnav li.on a,.in_appnav li:hover a{ font-family: opensansB; color: #dd3333; }
.in_appswiper{ margin-top: 25px; position: relative; }
.in_applist .item{ margin: 0 4px; }
.in_appitem{ position: relative; }
.in_appshow{ position: absolute; width: 100%; height: 100%; top: -100%; transition: all 0.5s; left: 0; background: rgba(0,0,0,0.4); }
.in_apptext{ position: absolute; width: 90%; left: 50%; margin-left: -45%; color: #fff; top: 25%; text-align: center; background: rgba(221,51,51,0.8); padding:30px 28px; }
.in_apptext p{ font-size: 26px; font-family: DUTCH; text-transform: uppercase; }
.in_apptext span{ display: inline-block; margin-top: 10px; color: #f2c6c5; font-size: 16px; line-height: 22px; height: 66px; overflow: hidden; }
.in_appitem:hover .in_appshow{ top: 0; }
.in_appitem:hover .changpic img{ transform: scale(1.15); }
.app_paging{ position: absolute; top: 40%; left: 0; width: 100%; }
.app_paging .slick-arrow{ width: 60px; cursor: pointer; height: 48px; line-height: 48px; background: #edac26; display: inline-block; }
.app_paging .slick-arrow i{ font-size: 25px; color: #fff; }
.app_paging .slick-arrow:hover{ background: #dd3333; }
.app_paging .slick-arrow.slick_prev4{ transform: rotate(180deg); left: 3%; position: absolute; }
.app_paging .slick-arrow.slick_next4{ right: 3%; position: absolute; }

.bigbg,.bigbgtt{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.allhide{ display: none; }
.getinquire{ width: 532px; height: auto; background-color: #fff; left: 50%; margin-left: -266px; margin-top: 10%;
    position: absolute; z-index: 100; border: 1px solid #ebeaea; }
.abbox-nr{ width: 100%; height: auto; background-color: #fff; left:0; margin-top: 10%;
    position: absolute; z-index: 100; border: 1px solid #ebeaea; }
.abbox-nr .top_nav{ width: 100%; }
.top_nav{ width: 532px; height: 55px; border-bottom: 1px solid #ebeaea; position: relative; padding: 0 20px;}
.top_nav h2{ font-size: 24px; text-align: center; line-height: 55px; color: #dd3333; }
.close{ width: 20px; height: 20px; position: absolute; right: 20px; top: 14px; cursor: pointer; }
.close img{ width: 100%; }
.footerss{ margin-top: 0 !important; }
.getinquire .proinfo_form{ padding: 20px; }
.getinquire .proinfo_form p{ line-height: 20px; color: #999; }
.proinfo_form form{  }
.proinfo_form input,.proinfo_form textarea,.proinfo_form select{ width: 100%; line-height: 26px; float: left; background: #fff; border: 1px solid #e5e5e5; resize: none; padding: 8px 14px; font-family: Arial; font-size: 15px;}
.proinfo_form select{ height: 44px; }
.proinfo_form ul{ overflow: hidden; }
.proinfo_form ul li{ width: 49.5%; float: left; margin-bottom:10px;}
.proinfo_form ul li:last-child{ width: 100%; }
.proinfo_form ul li input{ width: 100%; }
.proinfo_form form input::-webkit-input-placeholder,.proinfo_form form textarea::-webkit-input-placeholder { color: #666;}
.proinfo_form form input:-moz-placeholder,.proinfo_form form textarea:-moz-placeholder {color: #333;}
.proinfo_form ul li:nth-child(even){margin-left: 1%;}
.proinfo_form ul li textarea{ width: 100%; float: none; height: 160px; }
.proinfo_form ul li:nth-of-type(5){ width: 100%; }
.proinfo_form button{ border: none; cursor: pointer; margin-top: 5px; display: block; margin: 0 auto; background: #dd3333; color: #fff; padding: 12px 30px; font-weight: 600; font-size: 15px; clear: both; transition: all .3s; font-family: Arial; border-radius: 3px;}
.proinfo_form button:hover{ opacity: 0.8; background: #8ec63f; }

.quiry_info{ overflow: hidden; }
.quiry_info ul{ width: 100%; overflow: hidden; }
.quiry_info li{ width: 48.5%; float: left; margin-bottom: 14px; position: relative; }
.quiry_info li:nth-of-type(even){ float: right; }
.quiry_info input,.quiry_info textarea{width: 100%; background:rgba(255,255,255,0.3); color: #fff; resize: none; font-family:opensans; font-size:17px; line-height: 26px; padding:10px 20px; }
.quiry_info textarea{height: 124px; }
.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{ display: block; margin: 0 auto; border:none; cursor: pointer; font-family: opensans; display: block; border-radius: 30px; width: 190px; font-size: 16px; height: 42px; background: #dd3333; color: #fff; }
.quiry_info button:hover{ opacity: 0.85; }
.quiry_info li:nth-of-type(3),.quiry_info li:nth-of-type(4){ width: 100%; }
.quiry_info li:last-child{ margin-bottom: 0; }
.in_tpic{ width: 750px; position: absolute; right: 0; top: 0; z-index: 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; margin-top: 142px; }
.subbanner img{ width: 100%; display: block; }
.pat70{ padding-top: 70px; }
.positionline{position: absolute; bottom: 0; width: 1440px; margin-left: -720px; left: 50%; background: rgba(255,255,255,0.9);  }
.positionline h1{ font-family:DUTCH; line-height: 80px; padding: 0 65px; background: #dd3333; text-transform: uppercase; color: #fff; font-size: 30px; float: right;  }
.positionline p{ font-size: 20px; line-height: 80px; padding: 0 28px; }
.positionline p i{ display: inline-block; width: 50px; height: 50px; margin-right: 6px; line-height: 50px; text-align: center; border-radius: 50px; font-size: 22px; background: #262424; color: #8ec63f; }
/*关于我们*/
.ab_comwar{ width: 100%; overflow: hidden; }
.ab_lcon{ float: left; width: 56%; }
.ab_lcon .home_boxtit{ padding-bottom: 0; }
.ab_lcon .home_boxtit p{ font-size: 42px; }
.ab_lcon .home_boxtit:before,.ab_lcon .home_boxtit:after{ display: none; }
.ab_rcon{ float: right; width: 44%; padding-left: 46px; }
.ab_comtxt{ margin-top: 28px; }
.ab_comtxt p{ font-size: 20px; line-height: 33px; }
.ab_indus{ width: 100%; overflow: hidden; }
.ab_indus li{ margin-bottom: 15px; float: left; }
.ab_indus li:nth-of-type(2),.ab_indus li:nth-of-type(3){ width: 49%; margin-right: 2%; }
.ab_indus li:nth-of-type(3){ margin-right: 0; }
.ab_indus li:hover .changpic img{ transform: scale(1.15); }
.ab_fo{ text-align: center; margin-top: 70px; background: url(images/ab_fbg.png) no-repeat center; background-size: cover; padding: 60px 0; }
.ab_fo h3{ font-size: 46px; font-family:DUTCH; color: #fff;  }
.ab_fo p{ font-size: 20px; line-height: 30px; margin: 15px auto 25px auto; color: #fff; width: 60%; }
.ab_fo a{ display: inline-block; margin: 0 25px; font-size: 20px; color: #666; font-family: opensansB; padding: 10px 0; width: 210px; text-align: center; background: #fff; border-radius: 30px; }
.ab_fo a:last-child{ background: #8ec63f; color: #fff; }
.ab_fo a:hover{ background: #dd3333; color: #fff; }
/*产品列表*/
.pro_war{ background: url(images/pro_libg.jpg) no-repeat; background-size: cover; padding-bottom: 70px; }
.pro_titi{ text-align: center; }
.pro_list{ width: 100%; overflow: hidden; margin-top: 32px; }
.pro_list li{ margin-bottom: 30px; float: left; width: 32%; margin-right: 2%; }
.pro_list li:nth-of-type(3n){ margin-right: 0; }
.pro_list li .in_proitem{ margin-bottom: 0; }
/*分页 结束*/
.digg4{ text-align:center; font-size: 16px; font-family: opensans;  margin-top: 40px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:48px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: #fff;  height:38px; line-height: 38px; color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background:#8ec63f; }
.digg4 span.disabled { font-size: 30px; line-height:30px; font-weight: normal;  background: #dbeac5; color: #8ec63f;}

/*产品详情*/
.del_war{ width: 100%; overflow: hidden; padding-bottom: 60px; }
.del_lcon{ width: 50%; float: left; padding-right: 25px; }
.del_rcon{ width: 50%; float: right; padding-left: 40px; padding-top: 30px; }
.del_fy{ margin-top: 8px; position: relative; }
.del_picshow .item{ margin: 0 5px; }
.del_fy .del_paging{ width: 100%; position: absolute; top: 35%; }
.del_fy .del_paging .slick-arrow{ width: 30px; cursor: pointer; height: 38px; text-align: center; line-height: 38px; background: #ecf0e8; }
.del_fy .del_paging .slick-arrow i{ font-size: 16px; color: #8ec63f; }
.del_fy .del_paging .slick-arrow{ position: absolute; top: 0; }
.del_fy .del_paging .slick-arrow.slick_prev{ left: -35px; transform: rotate(180deg); }
.del_fy .del_paging .slick-arrow.slick_next{ right: -35px; }
.del_fy .del_paging .slick-arrow:hover{ background: #8ec63f; }
.del_fy .del_paging .slick-arrow:hover i{ color: #fff; }

.del_rcon h2{ font-size: 32px; font-family: DUTCH;  }

.pro_desc{ margin-top: 26px; overflow-y: auto;  }
.pro_desc table{ width: 100%; border-top:1px solid #cbcbcb; border-left:1px solid #cbcbcb; }
.pro_desc table tr td{ padding: 8px 20px; font-size: 16px; border-bottom:1px solid #cbcbcb; border-right:1px solid #cbcbcb;}
.pro_desc table tr:nth-of-type(even){ background: #f5f5f5; }

.pro_lxbtn{ margin-top: 28px; }
.pro_lxbtn a{ background: #dd3333; font-family: Arial; font-size: 20px; text-align: center; padding:15px 10px; width: 46%; color: #fff; display: inline-block; }
.pro_lxbtn a:hover{ opacity: 0.85; }
.pro_lxbtn a:last-child{ margin-left: 2%; background: #8ec63f; }
.pro_lxbtn a i{ font-size: 25px; }
.pro_lxbtn a *{ vertical-align: middle; }

.share{ margin-top: 36px; }

.del_block{ }
.del_gr{ background: #f0f0f0; }
.del_item{ margin-bottom: 38px; }
.del_txtpic{ width: 100%; overflow: hidden; }
.del_tx{ width: 62%; float: left; padding-top: 42px; }
.del_item h2{ display: inline-block; background: #dd3333; color: #fff; padding: 10px 35px; font-size: 30px; font-family: DUTCH; margin-bottom: 30px;  }
.del_txpp p{ margin-bottom:10px; line-height: 30px; color: #666; }
.del_txp{ width: 30%; float: right; }

.del_table{ margin-top: 0; }
.del_table table tr td{ font-size: 18px; padding: 14px 20px; }
.d_p{ font-size: 20px; margin-bottom: 15px; }
.d_xxpic{ margin-top: 55px; text-align: center; }


.rel_part{ background: url(images/rel_part.png) no-repeat center; background-size: cover; padding: 58px 0; }
.rel_swip .item{ margin: 0 15px; }
.rel_partswiper{ position: relative; }
.rel_paging{ position: absolute; top: 15px; right: 15px; }
.rel_paging .slick-arrow{ width: 48px; display: inline-block; margin-left: 25px; cursor: pointer; background: #fff; text-align: center; height: 36px; line-height: 36px; }
.rel_paging .slick-arrow i{ font-size: 16px; color: #8ec63f; }
.rel_paging .slick-arrow.slick_next2{ background: #fff; color: #716e6a; }
.rel_paging .slick-arrow.slick_prev2{ transform: rotate(180deg); }
.rel_paging .slick-arrow:hover{ background: #8ec63f; }
.rel_paging .slick-arrow:hover i{ color: #fff; }

.delin_info{ overflow: hidden; }
.delin_info ul{ width: 100%; overflow: hidden; }
.delin_info li{ width: 49.2%; float: left; margin-bottom: 16px; position: relative; }
.delin_info li:nth-of-type(even){ float: right; }
.delin_info input,.delin_info textarea{width: 100%; background:#eee; color: #333; resize: none; font-family:opensans; font-size:17px; line-height: 26px; padding:12px 20px; }
.delin_info textarea{height: 250px; }
.delin_info input::-webkit-input-placeholder,.delin_info textarea::-webkit-input-placeholder { color: #666;}
.delin_info input:-moz-placeholder,.delin_info textarea:-moz-placeholder {color: #666;}
.delin_info button{  border:none; cursor: pointer; font-family: opensans; display: block; border-radius: 30px; width: 190px; font-size: 16px; height: 42px; background: #8ec63f; color: #fff; }
.delin_info button:hover{ opacity: 0.85; }
.delin_info li:nth-of-type(5),.delin_info li:nth-of-type(6){ width: 100%; }
.delin_info li:last-child{ margin-bottom: 0; }
/*showroom*/
.show_war{ padding-bottom: 72px; background: url(images/showroom_bg.jpg) no-repeat; background-size: cover; }
.shrotit .home_boxtit{ display: inline-block; padding-bottom: 0; }
.shrotit .home_boxtit:after,.shrotit .home_boxtit:before{  display: none; }
.shrotit span{ display: inline-block; margin-left: 1%; width: 25%; line-height: 22px; color: #666; font-size: 16px; }
.shrotit form{ display: inline-block; float: right; width: 48%; position: relative; }
.shrotit form select{  width: 100%; font-size: 22px; font-family: opensansB; text-transform: uppercase; background: #e8e8e8; height: 80px; line-height: 80px; padding: 0 40px; appearance: none;
        -moz-appearance: none; -webkit-appearance: none;}
.shrotit form:before{ content: ""; position: absolute; top: 32px; right: 30px; width: 0;
height: 0; border-radius: 3px;
border-style: solid;
border-width: 16px 13px 0 13px;
border-color: #333 transparent transparent transparent; }
.show_list{ margin-top: 46px; width: 100%; overflow: hidden; }
.show_list li{ float: left; width: 24%; margin-right: 1.3%; margin-bottom: 26px; }
.show_list li:nth-of-type(4n){ margin-right: 0; }

/*application*/
.app_war{ padding-bottom: 40px; }
.app_list{ margin-top: 55px; }
.app_list li{ margin-bottom: 65px; }
.app_item{ padding-top: 42px; position: relative; }
.app_pic{ width: 52%; position: absolute; bottom: 0; left: 0; }
.app_text{/*background: #f8eaea;*/ padding: 92px 34px 105px 54%; text-align: center; }
.app_text h3{ font-size: 30px; font-family: DUTCH; text-transform: uppercase; }
.app_text p{ line-height: 30px; height: 120px; overflow: hidden; color: #666; margin-top: 35px; }
.app_item:hover .changpic img{ transform: scale(1.15); }
.app_list li:nth-of-type(even) .app_pic{ right: 0; left: auto; }
.app_list li:nth-of-type(even) .app_text{ padding: 92px 54% 105px 34px; }

.app_dellist{ margin-top: 45px; width: 100%; overflow: hidden; }
.app_dellist li{ float:left; width: 48%; float: left; margin-right: 4%; margin-bottom: 40px; }
.app_dellist li:nth-of-type(even){ margin-right: 0; }
.app_delitem{ padding-bottom: 170px; position: relative; }
.app_deltxt{ width: 90%; background: rgba(255,255,255,0.8); position: absolute; bottom: 0; left: 50%; margin-left: -45%; padding: 38px; }
.app_deltxt h3{ font-family: DUTCH; font-size: 30px; text-transform: uppercase; }
.app_deltxt p{ font-size: 16px; line-height: 26px; min-height: 104px; color: #666; margin-top: 15px; }
.app_delitem i{ position: absolute; top: 24px; right: 24px; cursor: pointer; font-size: 38px; display: inline-block; width: 80px; height: 80px; line-height: 80px; text-align: center; border-radius: 80px; background: #dd3333; color: #fff; }
.app_delitem:hover .changpic img{ transform: scale(1.15); }
/*news*/
.news_box{ padding-bottom: 90px; width: 100%; }
.ndel_lcon{ width: 65%; }
.ndel_rcon{ width: 28%; position: absolute; right: 0; top: 0; height: 100%; }
.nde_nav{ position: -webkit-sticky; position: sticky; top: 150px; padding: 20px 25px; background: url(images/suwei.jpg) no-repeat; background-size: cover; }
.nde_nav h4{ text-transform: uppercase; margin-bottom: 12px; font-family: opensansB; font-size: 21px; position: relative; padding-bottom: 10px; cursor: pointer; }
.nde_nav h4 a{ color: #fff; }
.nde_nav h4:before{ content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: #dd3333; }
.nde_nav li{ margin-bottom: 25px; }
.nde_nav li p{ font-size: 16px; line-height: 30px; display: none;}
.nde_nav li p a{ color: #fff;     text-transform: capitalize;}
.nde_nav li p a:hover{ color: #dd3333; text-decoration: underline; }


.infocon h4{font-size:30px; font-family: opensansB; text-align: center; margin-bottom: 16px; color: #222;}
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:18px; }
.infocon .other{ padding:15px 0 0 0; margin:30px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #888; }
.infocon .other a{color: #888}
.infocon .other a:hover{ color: #dd3333 ; }
.infocon p{line-height:30px; margin-bottom: 10px; color: #888; }

.in_apptit{ position: absolute; bottom: 0; font-size: 20px; left: 0; width: 100%; color: #fff; padding: 12px 12px 25px 12px; font-family: DUTCH;
    text-transform: uppercase; background-image: linear-gradient(rgba(0,0,0,0) ,rgba(0,0,0,1)); }
/*contact*/
.con_war{ padding-bottom: 50px; }
.con_xlbox{ width: 100%; overflow: hidden; }
.con_xlbox li{ float: left; width: 23%; margin-right: 2%; }
.con_xlbox li:last-child{ margin-right: 0; }
.con_xlitem{ border:6px solid #eee;  min-height: 145px; padding: 28px 12px 0 12px; width: 100%;  position: relative; overflow: hidden; transform-style: preserve-3d; }
.con_xlitem p{ margin-bottom: 8px; font-size: 20px; font-family: opensansB; }
.con_xlitem a,.con_xlitem span{ font-size: 22px; }
.con_xlitem p i { color: #8ec63f; font-size: 26px; margin-right: 6px;}
.con_xlitem:hover{ border:0px; padding: 34px 29px 0 29px; background: url(images/con_lxbg.png) no-repeat; background-size: cover; }
.con_xlitem:hover p,.con_xlitem:hover a,.con_xlitem:hover span{ color: #fff; }
.con_xlbox li:last-child .con_xlitem span{ font-size: 19px; }
.con_mess{ margin-top: 50px; background: #f7f7f7; padding: 45px; }
.con_mess h3{ font-size: 34px; text-transform: uppercase; font-family: opensansB; }

.conmess_info{ overflow: hidden; margin-top: 25px; }
.conmess_info ul{ width: 100%; overflow: hidden; }
.conmess_info li{ width: 49.2%; float: left; margin-bottom: 16px; position: relative; }
.conmess_info li:nth-of-type(even){ float: right; }
.conmess_info input,.conmess_info textarea,.conmess_info select{width: 100%; border:1px solid #dcdcdc; background:#fff; color: #333; resize: none; font-family:opensans; font-size:17px; line-height: 26px; padding:12px 20px; }
.conmess_info textarea{height: 290px; }
.conmess_info select{ height: 52px; }
.conmess_info input::-webkit-input-placeholder,.conmess_info textarea::-webkit-input-placeholder { color: #999;}
.conmess_info input:-moz-placeholder,.conmess_info textarea:-moz-placeholder {color: #999;}
.conmess_info button{  border:none; cursor: pointer; font-family: opensans; display: block; border-radius: 30px; width: 190px; font-size: 16px; height: 42px; background: #dd3333; color: #fff; }
.conmess_info button:hover{ opacity: 0.85; background: #8ec63f; }
.conmess_info li:nth-of-type(11),.conmess_info li:nth-of-type(12),.conmess_info li:nth-of-type(13){ width: 100%; }
.conmess_info li:last-child{ margin-bottom: 0; }
@media screen and (max-width: 1680px){
  .backToTop{ right: 0; width: 50px; height: 50px; }
}

@media screen and (max-width: 1600px){
  .ins_rom{ width: 75%; }
  .ins_txt{ width: 286px; }
  .in_showr .ins_ltext{ width: 496px; }
}

@media screen and (max-width: 1440px){
  .warper{ width: 90%; }
  nav li{ margin: 0 26px; }
  .custom_paging .slick-arrow{ width: 50px; height: 50px; line-height: 50px; }
  .home_boxtit p{ font-size: 38px; }
  .in_showr .ins_ltext{ padding: 50px 144px 45px 64px; width: 406px; }
  .ins_rom .item{ margin: 0 4px; }
  .sho_paging{ margin-top: 24px; }
  .sho_paging .slick-arrow{ width: 48px; height: 38px; line-height: 38px; }
  .ins_rom{ bottom: 25px; }
  .ins_datetit{ padding: 20px; }
  .ins_shotxt{ padding: 8px; }
  .in_abrcon p{ font-size: 16px; }
  .in_ab{ padding: 50px 0; }
  .in_pro{ padding: 40px 0 50px 0; }
  .in_abbox{ margin-top: 30px; }
  .in_abtxtt h2{ font-size: 35px; }
  .in_abtxtt{ padding: 30px; }
  .in_abtxtt p{ margin-top: 6px; }
  .in_app{ padding-top: 0; }
  .in_appnav{ margin-top: 16px; }
  .in_apptext p{ font-size: 20px; }
  .f_logowar{ margin-top: 20px; }
  .f_logowar img{ width: 20%; }
  .copyright{ padding: 10px; }
  .app_paging .slick-arrow{ width: 50px; height: 45px; line-height: 45px; }
  .pat70{ padding-top: 50px; }
  .del_rcon{ padding-top: 0; }
  .del_rcon h2{ font-size: 28px; }
  .pro_desc,.pro_lxbtn{ margin-top: 15px; }
  .del_war{ padding-bottom: 40px; }
  .del_item h2{ font-size: 25px; margin-bottom: 12px; }
  .rel_part .in_proitem{ margin-bottom: 0; }
  .ndel_rcon{ width: 30%; }
  .ab_lcon .home_boxtit p{ font-size: 35px; }
  .ab_comtxt{ margin-top: 12px; }
  .ab_comtxt p{ font-size: 18px; line-height: 30px; }
  .ab_fo h3{ font-size: 38px; }
  .con_mess h3{ font-size: 30px; }
  .con_mess{ padding: 30px; margin-top: 40px; }
  .positionline{ width: 90%; margin-left: -45%; }
  .positionline p,.positionline h1{ line-height: 60px; }
  .positionline h1{ font-size: 24px; padding: 0 25px; }
  .positionline p i{ width: 40px; height: 40px; line-height: 40px; }
  .app_text{ padding: 62px 34px 74px 54%; }
  .app_list li:nth-of-type(even) .app_text{ padding: 62px 54% 74px 34px; }
  .app_deltxt{ padding: 26px; }
  .app_deltxt h3{ font-size: 26px; }
}


@media screen and (max-width: 1366px){
  nav li{ margin: 0 20px; }
  .in_pdesc{ padding: 0; }
  .in_proswiper{ margin-top: 20px; }
  .in_progd .item{ margin: 0 8px; }
  .in_proitem{ margin-bottom: 15px; }
  .pro_paging .slick-arrow{ margin: 0 10px; width: 50px; height: 42px; line-height: 42px; }
  .home_boxtit p{ font-size: 34px; }
  .ins_txt{ margin-top: 20px; }
  .in_showr .ins_ltext{ width: 384px; }
  .home_boxtit{ padding-bottom: 10px; }
  .ins_txt{ width: 260px; }
  .in_abrcon{ padding-left: 0; }
  .in_abbox li{ margin-right: 2%; width: 32%; }
  .f_navlx li p{ margin-bottom: 6px; }
  .f_navlx li{ margin-bottom: 35px; }
  .del_tx{ padding-top: 16px; }
  .rel_swip .item{ margin: 0 8px; }
  .shrotit form select{ height: 65px; line-height: 65px; }
  .shrotit form:before{ top: 26px; right: 26px; }
  .infocon p{ line-height: 26px; }
  .app_text p{ margin-top: 20px; }
  .app_list li{ margin-bottom: 55px; }
  .in_stxt h3,.in_stxt span{ margin-top: 8px; }
  .in_stxt em{ margin-top: 7%; }
  .in_abrcon p{ font-size: 16px; line-height: 24px; }
  .pro_war{ padding-bottom: 40px; }
  .infocon p{ font-size: 17px; }
  .ab_fo{ margin-top: 35px; padding: 50px 0; }
  .ab_fo h3{ font-size: 34px; }
  .con_xlitem{ padding: 18px; }
  .con_xlitem:hover{  padding: 24px; }
  .con_mess{ margin-top: 30px; }
   .popshow{ width: 1000px; margin-left: -500px; }
}

@media screen and (max-width: 1280px){
  .head_rcon{ width: 328px; }
  nav li{ margin: 0 15px; }
  .in_showr .ins_ltext{ width: 362px; }
  .ins_txt{ width: 230px; }
  .in_ablcon a{ margin-top: 8px; }
  .f_logowar img{ width: 16%; }
  .pro_list li{ margin-bottom: 20px; }
  .share{ margin-top: 15px; }
  .rel_paging .slick-arrow{ margin-left: 5px; }
  .in_ptext span{ margin-top: 18px; }
  .in_stxt h3, .ins_datetit h3{ font-size: 22px; }
  .infocon .time,.infocon h4{ margin-bottom: 10px; }
  .ab_lcon .home_boxtit p{ font-size: 31px; }
  .ab_comtxt p{ font-size: 17px; line-height: 26px; }
  .in_abtxtt h2{ font-size: 30px; }
  .con_xlbox li{ margin-right: 1%; width: 24.2%; }
  .con_xlbox li:last-child .con_xlitem span{ font-size: 18px; }
  .app_delitem i{ width: 60px; height: 60px; line-height: 60px; font-size: 26px; }
}


@media screen and (max-width: 1024px){
  .h_tlx{ display: none; }
  .banner_home,.subbanner{ 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:27px; }
  .head_rcon{ display: none; }
  .logo{ top: 15px; left: 0; margin-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: #e10103; color: #fff; }
  body{ font-size: 16px; }
  nav li a:before{ display: none; }
  .menubox{ top: 0; left: 0; width: 100%; height: auto !important; display: block !important; position: inherit;
    opacity: 1; }
  .p_menuli{ width: 100%; float: none; margin-bottom: 0; }
  .m_lip img,.m_lip span{ display: none; }
  .m_lip{ padding-left: 0; }
  .menubox{ padding: 0; }
  .m_lip a{ display: inline-block; width: 100%; padding: 13px 18px; background:#2a2a2a !important; color: #fff !important; }
  .m_lip a:hover{ background: #e10103 !important; color: #fff !important; }
  .m_lip a:hover p{ color: #fff; }
  .in_showr .ins_ltext{ width: 100%; float: none; padding: 28px; }
  .ins_txt{ width: 100%; }
  .ins_rom{ position: static; width: 100%; margin-top: 12px; }
  .in_abtxtt{ padding: 20px; }
  .f_navinfo .lcon{ width: 100%; float: none; padding-right: 0; }
  .f_navinfo .rcon{ width: 100%; float: none; margin-top: 12px; }
  .f_navlx li{ margin-bottom: 18px; }
  .app_paging .slick-arrow{ width: 40px; height: 40px; line-height: 40px; }
  .home_boxtit p{ font-size: 32px; }
  .pro_list li{ margin-right: 1%; width: 32.5%; margin-bottom: 12px; }
  .in_ptext{ padding: 20px 5%; }
  .pat70{ padding-top: 30px; }
  .positionline{ width: 96%; margin-left: -48%; }
  .del_lcon{ width: 100%; float: none; padding-right: 0; }
  .del_fy .del_paging .slick-arrow.slick_prev{ left: 0; }
  .del_fy .del_paging .slick-arrow.slick_next{ right: 0; }
  .del_fy .del_paging .slick-arrow{ background: #8ec63f; }
  .del_fy .del_paging .slick-arrow i{ color: #fff; }
  .del_rcon{ width: 100%; float: none; padding-left: 0; margin-top: 15px; }
  .del_rcon h2{ font-size: 26px; }
  .del_item h2{ font-size: 20px; }
  .del_txp{ width: 36%; }
  .del_txpp p{ line-height: 25px; }
  .d_xxpic{ margin-top: 26px; }
  .shrotit form select{ font-size: 20px; padding: 0 20px; }
  .shrotit span{ display: none; }
  .shrotit form select{ height: 50px; line-height: 50px; }
  .shrotit form:before{ top: 20px; }
  .show_list{ margin-top: 30px; }
  .show_list li{ margin-bottom: 15px; }
  .show_war{ padding-bottom: 40px; }
  .ndel_rcon{ display: none; }
  .ndel_lcon{ width: 100%; }
  .infocon .other{ margin-top: 10px; }
  .news_box{ padding-bottom: 50px; }
  .app_pic{ position: static; float: left; width: 42%; }
  .app_item{ padding-top: 0; overflow: hidden; }
  .app_text{ width: 58%; float: right; padding: 30px; background: transparent; text-align: left; }
  .app_text h3{ font-size: 24px; }
  .app_text p{ margin-top: 12px; line-height: 25px; height: 125px; }
  .app_list li:nth-of-type(even) .app_text{ padding: 30px; }
  .app_list li{ margin-bottom: 16px; }
  .app_list{ margin-top: 22px; }
  .app_dellist{ margin-top: 25px; }
  .app_dellist li{ width: 49%; margin-right: 2%; }
  .app_deltxt{ padding: 18px; }
  .app_deltxt h3{ font-size: 23px; }
  .app_deltxt p{ margin-top: 8px; }
  .ab_lcon{ float: none; width: 100%; }
  .ab_rcon{ width: 100%; float: none; padding-left: 0; }
  .ab_indus li{ width: 100%; }
  .in_abbox{ margin-top: 5px; }
  .ab_fo p{ width: 80%; }
  .ab_fo{ padding: 30px 0; }
  .ab_fo h3{ font-size: 28px; }
  .con_mess{ padding: 20px; }
  .con_mess h3{ font-size: 26px; }
  .conmess_info{ margin-top: 14px; }
  .conmess_info li{ margin-bottom: 10px; }
  .popshow{ width: 800px; margin-left: -400px; }
}

@media screen and (max-width: 768px){
  .in_pro,.in_ab{ padding: 30px 0; }
  .home_boxtit p{ font-size: 28px; }
  .in_ablcon{ width: 100%; float: none; }
  .in_ablcon a{ display: block; width: 160px; padding: 8px 0; text-align: center; }
  .in_abrcon{ margin-left: 0; margin-top: 10px; }
  .in_abrcon p{ text-align: left; }
  .in_abbox li{ width: 100%; float: none; margin-right: 0; margin-bottom: 12px; }
  .delin_info li{ margin-bottom: 10px; }
  .ins_shotxt{ display: none; }
  .show_list li:nth-of-type(4n){ margin-right: 1.3%; }
  .show_list li:nth-of-type(3n){ margin-right: 0; }
  .show_list li{ width: 32.3%; }
  .digg4{ margin-top: 20px; }
  .infocon h4{ font-size: 23px; }
  .infocon p{ font-size: 16px; }
  .app_pic{ width: 100%; float: none; }
  .app_text,.app_list li:nth-of-type(even) .app_text{ width: 100%; float: none; padding: 20px; }
  .app_text p{ height: auto; }
  .app_delitem{ padding-bottom: 0; }
  .app_deltxt{ width: 100%; position: static; margin-left: 0; }
  .app_deltxt h3{ font-size: 21px; }
  .app_deltxt p{ height: auto; line-height: 22px; }
  .app_delitem i{ width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .app_dellist li{ margin-bottom: 20px; }
  .ab_lcon .home_boxtit p{ font-size: 26px; }
  .ab_comtxt p{ font-size: 16px; }
  .con_xlbox li{ margin-bottom: 10px; width: 49%; margin-right: 2%; }
  .con_xlbox li:nth-of-type(even){ margin-right: 0; }
  .con_mess h3{ font-size: 22px; }
  .popshow{ width: 90%; margin-left: -45%; }
  .popswiper .owl-controls .owl-buttons div{ width: 35px; height: 35px; }
  .popswiper .owl-controls .owl-buttons .owl-prev{ left: -53px; }
  .popswiper .owl-controls .owl-buttons .owl-next{ right: -53px; }
}

@media screen and (max-width: 640px){
.home_boxtit p{ font-size: 25px; }
.f_navlx li a, .f_navlx li span{ font-size: 19px; }
.backToTop{ width: 40px; height: 40px; }
}

@media screen and (max-width:480px){
  footer{ margin-bottom: 60px; }
  .footmenu{ display: block; }
  .footmenu div.con{ background: #b00c14; }
  .custom_paging .slick-arrow{ width: 40px; height: 40px; line-height: 40px; }
  .in_pro, .in_ab{ padding: 20px 0; }
  .home_boxtit:before,.home_boxtit:after{ display: none; }
  .home_boxtit{ padding-bottom: 0; }
  .in_pdesc{ margin-top: 7px; }
  .in_ptext p{ margin-top: 0; }
  .in_ptext span{ margin-top: 5px; padding: 5px 12px; font-size: 16px; }
  .in_progd .item{ margin: 0 3px; }
  .in_ptext{ padding: 12px 5%; }
  .in_proitem{ margin-bottom: 8px; }
  .pro_paging .slick-arrow,.sho_paging .slick-arrow{ width: 40px; height: 35px; line-height: 35px; }
  .pro_paging .slick-arrow i,.sho_paging .slick-arrow i{ font-size: 18px; }
  .in_showr .ins_ltext{ padding: 15px; }
  .ins_txt{ margin-top: 6px; }
  .sho_paging{ margin-top: 10px; }
  .in_appnav{ margin-top: 6px; }
  .in_appnav li{ font-size: 17px; }
  .in_appshow{ top: 0; }
  .f_navlx li{ width: 100%; float: none; }
  .f_navinfo{ padding-top: 20px; }
  .quiry_info li{ width: 100%; float: none; margin-bottom: 5px; }
  .quiry_info li:nth-of-type(even){ float: none; }
  .pat70{ padding-top: 20px; }
  .positionline{ display: none; }
  .subbanner{ overflow: hidden; }
  .subbanner img{ height: 120px; width: auto; }
  .pro_list{ margin-top: 15px; }
  .pro_list li:nth-of-type(3n){ margin-right: 2%; }
  .pro_list li{ width: 49%; margin-right: 2%; }
  .pro_list li:nth-of-type(even){ margin-right: 0; }
  .pro_war{ padding-bottom: 20px; }
  .del_fy .del_paging{ top: 26%; }
  .del_rcon h2{ font-size: 22px; }
  .pro_desc table tr td{ padding: 8px; }
  .del_war{ padding-bottom: 20px; }
  .del_tx{ width: 100%; float: none; }
  .del_txp{ width: 100%; float: none; }
  .del_txpp p{ line-height: 22px; margin-bottom: 6px; }
  .del_item{ margin-bottom: 20px; }
  .del_table{ margin-top: 0 !important; }
  .del_table table tr td{ font-size: 16px; }
  .rel_part{ padding: 20px 0; }
  .rel_paging{ position: static; }
  .rel_swip .item{ margin: 0 4px; }
  .rel_partswiper{ margin-top: 12px; }
  .delin_info li{ margin-bottom: 5px; float: none; width: 100%; }
  .delin_info li:nth-of-type(even){ float: none; }
  .del_item h2{ padding: 10px; font-size: 18px; }
  .show_list li{ width: 49%; margin-right: 2%; margin-bottom: 10px; }
  .show_list li:nth-of-type(3n){ margin-right: 2%; }
  .show_list li:nth-of-type(even){ margin-right: 0; }
  .shrotit form{ float: none; width: 100%; margin-top: 10px; }
  .shrotit form:before{ border-width: 10px 8px 0 8px; }
  .show_list{ margin-top: 15px; }
  .infocon p{ line-height: 22px; }
  .news_box{ padding-bottom: 30px; }
  .app_text, .app_list li:nth-of-type(even) .app_text{ padding: 10px; }
  .app_text p{ margin-top: 5px; line-height: 22px; }
  .app_text h3{ font-size: 20px; }
  .app_list li{ margin-bottom: 12px; }
  .app_dellist li{ width: 100%; float: none; margin-bottom: 12px; }
  .app_dellist{ margin-top: 15px; }
  .ab_lcon .home_boxtit p{ font-size: 22px; }
  .ab_indus li{ margin-bottom: 8px; }
  .ab_fo{ margin-top: 5px; padding: 20px 0; }
  .ab_fo h3{ font-size: 21px; }
  .ab_fo p{ font-size: 16px; line-height: 21px; width: 100%; margin: 15px auto; }
  .ab_fo a{ width: 146px; padding: 5px 0; font-size: 16px; margin: 0 5px; }
  .f_navlx li a, .f_navlx li span{ font-size: 17px; }
  .con_xlbox li{ width: 100%; float: none; }
  .con_xlitem{ min-height: auto; }
  .con_xlitem a, .con_xlitem span{ font-size: 18px; }
  .con_mess{ margin-top: 5px; padding: 10px; }
  .conmess_info li{ width: 100%; float: none; margin-bottom: 5px; }
  .conmess_info li:nth-of-type(even){ float: none; }
  .con_war{ padding-bottom: 30px; }
  .con_mess h3{ font-size: 20px; }
}











