@charset "utf-8";
@import "../iconfont/iconfont.css";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #464646; font: 14px/1 "Arial", "微软雅黑"; margin: 0; padding: 0; overflow: hidden; }

body,html{
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 { font-size: 14px; padding: 0; margin: 0; }
ul, ol, li, dl, dt, dd { list-style: none; text-decoration: none; height: auto; padding: 0; margin: 0; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 14px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted; cursor: help; }
q:before, q:after { content: '';}
p { margin: 0; padding: 0; }
/* 重置表单元素 */
legend { color: #333; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
/* 重置 hr */
hr { border: none; height: 1px; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover { text-decoration: none !important;}
html { overflow-y: scroll; }
:link { text-decoration: none; color: #464646; }
:visited { text-decoration: none; color: #464646; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

@media (min-width:992px) {
.container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
}
}

@media (min-width:1300px) {	
.container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
}
}

@media (min-width: 1400px) {
    .container { max-width: 1400px; } 
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/*======================公用样式=======================*/
.wrap { width: 100%; }
.logo {float: left;}

.navbar-area{}
.navbar-light .navbar-brand img{float:left; padding: 22px 0 18px 0;}
.sticky-nav{position:fixed;top:0;left:0;right:0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);margin:auto;z-index:999;-webkit-animation:.9s ease-in-out 5s normal none 1 running fadeInDown;animation:.9s ease-in-out 5s normal none 1 running fadeInDown;-webkit-transition:.9s;transition:.9s;width:100%!important}
.sticky-nav .nav-top{width:100%;border-radius:0}
.sticky-nav .main-nav{-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}
.main-nav{position:relative;background-color: rgb(0 0 0 / 80%);top:0;left:0;padding:0;width:100%;z-index:999;height:auto}
.main-nav .navbar,.main-nav .navbar-brand {padding: 0;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{color:#478a2b;}
.main-nav nav .navbar-nav .nav-item a{text-transform:capitalize;color:#fff;font-weight:600; line-height:95px; padding: 0 30px; margin: 0; font-size:15px;}
.main-nav nav .navbar-nav .nav-item a i{font-size:10px}
.main-nav nav .navbar-nav .nav-item a :focus,.main-nav nav .navbar-nav .nav-item a:hover{color:#478a2b}
.main-nav nav .navbar-nav .nav-item a.active{color:#478a2b!important; border-bottom:4px solid #478a2b;}
.main-nav nav .navbar-nav .nav-item a.active i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.main-nav nav .navbar-nav .nav-item a:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.7s;transition:.7s}
.main-nav nav .navbar-nav .nav-item a .active::before{-webkit-transform:scale(1);transform:scale(1)}
.main-nav nav .navbar-nav .nav-item .dropdown-menu{border:0;border-radius:0;background-color: rgb(0 0 0 / 45%);}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li{border-bottom:1px dotted rgba(71,138,43,.4);}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{color:#fff;position:relative;-webkit-transition:.7s;transition:.7s;font-weight:400; line-height: 25px;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background-color:#478a2b;-webkit-transition:all .5s;transition:all .5s}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before{width:100%}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover a {border-bottom: 0;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {border-bottom: 0;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{color:#478a2b;letter-spacing:.5px}
.mobile-nav .mean-container .mean-nav ul li a .active{color:#478a2b}
.mean-container a.meanmenu-reveal{color:#fff}
.mean-container a.meanmenu-reveal span{background-color:#fff}
.header__language {
    position: relative;
    display: block;
    width: auto;
	color: #e3e3e3;
    margin-left: auto;
    margin-right: 30px
}
.header__language a {color: #e3e3e3;}
.header__language a.dropdown-link {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    font-weight: 400;
    text-transform: uppercase
}

.header__language a.dropdown-link i {
    font-size: 8px;
    margin-left: 5px;
    margin-top: 2px
}

.header__language a.dropdown-link:hover,.header__language a.dropdown-link[aria-expanded="true"] {
    color: #478a2b
}

.header__language .header__language-menu {
    position: absolute;
    border:0;
    display: block;
    background: none;
    min-width: 110px;
    text-align: right;
    transition: .5s ease;
    top: 30px;
	opacity: 0;（filter:alpha(opacity=0);
	
}
.header__language:hover .header__language-menu {opacity: 1;}
.header__language-menu li {
    position: relative;
    padding: 0;
    margin-bottom: 12px
}


.header__language-menu a {
    font-size: 14px;
    line-height: 24px;
 
    text-transform: none;
    font-weight: 400
}

.header__language-menu a:hover {
    color: #478a2b
}

.header__language-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1
}
.lang {display: none;}
@media (max-width: 991px) {
	.logo img {width: 100px; padding: 10px 0;}
	.header__language {display: none;}
	.lang {display: block; position: absolute; top: 22px; right: 60px; margin-right: 0;}	
	.lang img {float: left; margin-left: 10px;}
}

@media(min-width: 1200px) {
    .header__language {
        margin-left: 0
    }
}	
.ban-pc {display: block;margin-top: -100px;}
.ban-pc .swiper-slide .main {position: absolute; top: 218px; left: 11%;}
.ban-pc .swiper-slide .main img {}
.ban-pc .swiper-slide .main .more {margin-top: 100px; width: 180px; line-height: 46px; border-radius: 23px; background: #026dbd; text-align: center; font-size: 16px;}
.ban-pc .swiper-slide .main .more a {color: #fff;}
.ban-pc img {width: 100%;}
.ban-mobile {display: none;}
.ban-mobile .swiper-pagination-bullet {opacity: 1; background: #fff;}
.ban-mobile .swiper-pagination-bullet-active { background: #478a2b!important;}
.ban-mobile img {width: 100%; height: auto;}

.ban-pc .swiper-pagination-bullet-active { background: #478a2b!important;}
.ban-pc .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #fff; opacity:1!important;}
.ban-pc .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:47px!important;}

/*首页*/
.index-tit {text-align: center;}
.index-tit span {font-size: 45px; font-weight: bold; margin-bottom:18px; color: #000; display: block;}
.index-tit em {font-size: 18px; color: #212121; display: block;}
@media (max-width: 991px) {
    .index-tit span {font-size: 23px;}
    .index-tit em {font-size: 14px; line-height: 25px;}
}


.index-box-1 {padding: 33px 0; background: #f1f1f1;}
.index-box-1 .con {}
.index-box-1 .swiper-pagination-bullet-active { background: #565656!important;}
.index-box-1 .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.index-box-1 .bottom50 {width: 100%; height: 50px;}
.index-box-1 li { width: 24%; margin: 0 0.5%;}
.index-box-1 .pic {overflow: hidden;}
.index-box-1 .pic img {width: 100%; }
.index-box-1 .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-box-1 .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

@media (max-width: 991px) {
    .index-box-1 li { width: 100%; margin: 0;}
}
.index-box-2 .container {padding: 0;}
@media (max-width: 991px) {
    .index-box-2 .container {padding: 0 15px;}
}
/*首页产品*/
.index-box-2 {padding: 76px 0 120px 0; background: #f1f1f1; overflow: hidden;}
.index-box-2 .main {margin-top: 60px;}
.index-box-2 .main-fl {}
.index-box-2 .main-fl .con {background: #fff; margin-bottom: 20px;}
.index-box-2 .main-fl .con .pic {overflow: hidden;}
.index-box-2 .main-fl .con .pic img {width: 100%; }
.index-box-2 .main-fl .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-box-2 .main-fl .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.index-box-2 .main-fl .con .t-1 {font-size: 20px; text-align: center; margin-bottom: 12px;}
.index-box-2 .main-fl .con .t-1 a {color: #101010; font-weight: 600;}
.index-box-2 .main-fl .con .t-2 {color: #555; text-align: center; padding-bottom: 20px; line-height:18px; padding:0px 10px 10px 10px;}
.index-box-2 .main-fr {display: block;}
.index-box-2 .main-fr .pic {}
.index-box-2 .main-fr .pic img {width: 100%;}
@media (max-width: 991px) {
	.index-box-2 { padding: 40px 0;}
	.index-box-2 .main-fr {display: none;}
}


/*首页关于我们*/

.index-box-3 {width: 100%; padding: 123px 0 115px 0; background:url("../images/index-box-3bg.jpg") no-repeat center;}
.index-about {background: #fff; border-radius: 10px; padding: 80px 50px; overflow: hidden;}
.index-about .index-about-txt {margin-top:12px; line-height: 28px; font-size: 16px;}
.index-about .numCount{ margin-top: 64px;}
.index-about .numCount li {float: left; width: 24%; text-align: center;}
.index-about .numCount li .item{ margin: 0 10px;}
.index-about .numCount li .item .indt {font-size: 16px; color: #000;}
.index-about .numCount li .item .indc {color: #333;font-size: 16px;}
.index-about .numCount li .numU{ line-height:1.3;}
.index-about .numCount li .numCX{ font-size:65px; font-weight: bold;color:#000; }

.index-about .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.index-about .numCount li .numU em {font-size:16px; color:#000; }
@media (max-width:800px){
	.index-about .numCount li .numCX{ font-size:24px; }
}
@media (max-width:640px){
	.index-about .numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.index-about .numCount{ font-size:0.5vw;}
}
.index-about .list-cf {margin-top: 54px;}
.index-about .list-cf .con {}
.index-about .list-cf .con .pic {}
.index-about .list-cf .con .pic img {width: 100%;}
.index-about .list-cf .con .txt {margin-top: 16px; text-align: center; font-size: 16px;}
@media (max-width: 991px) {
	.index-box-3 {padding: 40px 0; background: #3c7127;}
	.index-about {padding: 40px 10px;}
	.index-about .index-about-txt {width: 100%; font-size: 14px;}
	.index-about .numCount li {width: 50%; margin-bottom: 15px;}
	.index-about .numCount li .item .txt {font-size: 18px;  margin: 10px 0;}
	.index-about .numCount li .numU{text-align: center;}
	.index-about .numCount li .item .indc {text-align: center;}
	.index-about .list-cf {margin-top: 40px;}
	.index-about .list-cf .con {margin-bottom: 20px;}
}

.index-box-4 {padding:100px 0; background: #f1f1f1; overflow: hidden;}
.index-box-4 .main {margin-top: 55px;}
.index-box-4 .main .con {background: #fff; margin-bottom: 20px;}
.index-box-4 .main .con .pic {overflow: hidden;}
.index-box-4 .main .con .pic img {width: 100%; }
.index-box-4 .main .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-box-4 .main .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.index-box-4 .main .con .info {padding: 5px 20px 35px 20px;}
.index-box-4 .main .con .info .t-1 {font-size: 20px; text-align: center; margin-bottom: 12px;}
.index-box-4 .main .con .info .t-1 a {color: #101010; font-weight:600;}
.index-box-4 .main .con .info .t-2 {color: #3d3c3c; text-align: center; padding-bottom: 16px;}
.index-box-4 .main .con .info .more {width: 250px; height: 40px; margin: 0 auto;}
.index-box-4 .main .con .info .more span {display: block; width: 210px; line-height: 40px; float: left; background: #478a2b; text-align: center;}
.index-box-4 .main .con .info .more span a,.index-box-4 .main .con .info .more em a {color: #fff;}
.index-box-4 .main .con .info .more em {display: block; width: 40px; line-height: 40px; float: left; background: #373737; text-align: center;}
.index-box-4 .main .img {margin-bottom: 20px; overflow: hidden;display: block;}
.index-box-4 .main .img img {width: 100%;}

@media (max-width: 991px) {
	.index-box-4 {padding: 40px 0;}
	.index-box-4 .main {margin-top: 30px;}
	.index-box-4 .main .img {display: none;}
}

.index-box-5 {width: 100%;}
.index-box-5 .proban-pc {display: block;}
.index-box-5 .proban-pc img {width: 100%;}
.index-box-5 .proban-mobile {display: none;}
.index-box-5 .proban-mobile .swiper-pagination-bullet {opacity: 1; background: #fff;}
.index-box-5 .proban-mobile .swiper-pagination-bullet-active { background: #478a2b!important;}
.index-box-5 .proban-mobile img {width: 100%; height: auto;}
.index-box-5 .proban-pc .swiper-pagination-bullet-active { background: #478a2b!important;}
.index-box-5 .proban-pc .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #fff; opacity:1!important;}
.index-box-5 .proban-pc .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:17px!important;}


/*首页新闻*/
.index-box-6 {width: 100%; padding: 90px 0; overflow: hidden;}
.index-news {margin-top: 70px;}
.index-news .swiper-pagination-bullet-active { background: #565656!important;}
.index-news .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.index-news .bottom50 {width: 100%; height: 50px;}
.index-news li { width: 32.33%; margin: 0 0.5%;}
.index-news .con  {position: relative; }
.index-news .con .img {overflow: hidden;}
.index-news .con .img .time {position: absolute; top: 23px; right: 22px; width:69px; height: 69px; background: #4ca526; z-index: 999; }
.index-news .con .img .time span {display: block; margin-top: 12px; text-align: center; font-size: 32px; font-weight: bold; color: #fff;}
.index-news .con .img .time em {display: block; margin-top: 3px; text-align: center;  color: #fff;} 
.index-news .con img {width: 100%; }
.index-news .con img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-news .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.index-news .con .txt {padding: 34px; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); position: relative;}
.index-news .con .txt span {display: block; font-size: 19px; line-height: 28px; color: #151515;}
.index-news .con .txt span a {color: #151515;}
.index-news .con .txt em {display: block;  margin-top: 10px; line-height: 25px;}
@media (max-width: 991px) {
    .index-box-6 {padding: 40px 0;}
	.index-news {margin-top: 30px;}
	.index-news li { width: 100%; margin: 0;}
	.index-news .con .txt {padding: 20px 10px;}
	.index-news .con .txt span {font-size:16px;}
}





/*底部*/
.foot { width: 100%; background: url("../images/foot-bg.jpg") no-repeat center;}
.foot-con {padding:80px 0; color: #fff;}
.foot-con a {color: #fff;}
.foot-con .box-1,.foot-con .box-2 {display: block;}
.foot-con .box-2-2 {width: 40%;}
.foot-con .box-2-2 dd {width: 50%; float: left;}
.foot-logo {margin-bottom:81px; overflow: hidden;}
.foot-logo img {}
.foot-con .t-1 {font-size: 16px; color: #fff; margin-bottom: 10px;}
.foot-con .t-2 {font-size: 30px; color: #fff; margin-bottom: 20px;}
.foot-con .t-3 {font-size: 16px; color: #fff;}
.foot-con dl {width: 20%; display: block; float: left;}
.foot-con dl dt {color: #fff;display: block; margin-bottom:22px; font-size: 19px;}
.foot-con dl dd {display: block; line-height:31px;}
.foot-con dl dd a {color: #fff;}
.foot-con .box-3 span {color: #fff;display: block; margin-bottom:22px; font-size: 19px;}
.foot-con .box-3 img {}
.foot-copy {color: #fff; line-height: 87px; overflow: hidden;}
.foot-copy a {color: #fff; }
.foot-copy span {display: block; float: left;}
.foot-copy em {display: block; float: right;}
@media screen and (max-width:992px){
	.foot-con {padding: 20px 0;}
	.foot-logo {margin-bottom:20px;}
	.foot-con .t-1 {font-size: 14px; margin-bottom: 10px;}
    .foot-con .t-2 {font-size:25px; margin-bottom: 10px;}
    .foot-con .t-3 {font-size: 12px;}
	.foot-con .box-2,.foot-con .box-3 {display: none;}
	.foot-copy {font-size: 12px; line-height: 25px; padding: 20px 0;}
	.foot-copy span,.foot-copy em {float: none; text-align: center;}
}

/*video*/
.page-banner {
  width: 100%;
  height: 11rem;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
}
.page-banner .mb-banner-bg {
  position: absolute;
  width: 100%;
  height: 11rem;
  top: 0;
  left: 0;
}
.page-banner .banner-bg {
  display: none;
}
.page-banner .banner-video-btn {
  position: absolute;
  width: 176px;
  height: 52px;
  background-image: url("../images/play.png");
  top: 5.1rem;
  left: 50%;
  margin-left: -0.62rem;
}

.page-banner .banner-tit {
  position: absolute;
  width: 100%;
  height: 5.1rem;
  z-index: 2;
	color:#fff;
}
.page-banner .banner-tit h4 {
  font-size: 24px;
    top: 80%;
    width:80%;
    left: 9.5%;
    letter-spacing: 1px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-banner .main-box .banner-tit img {display: block; top: 90%; left: 40%; position: absolute;}
@media(max-width:1200px){
  .page-banner .banner-tit {
	  top:240px;
	  left:12%;
	  display: none;
   }
	.page-banner .banner-bg { width:100%; display: block;}
}
@media (min-width: 768px) {
  .page-banner {
    height: auto;
  }
	
 
  .page-banner .mb-banner-bg {
    display: none;
  }
  .page-banner .banner-bg {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    min-width: 1400px;
  }
  .page-banner .main-box {
    position: absolute;
    top: 0;
    width: 97%;
    height: 100%;
    margin: 0 auto;
    max-width: 1180px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    overflow: hidden;
    z-index: 2;
  }
  .page-banner .main-box .banner-video-btn {
    position: absolute;
    width: 176px;
    height:52px;
    top: 260px;
    margin-left: -90px;
    -webkit-transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    -ms-transition: box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
  }
  /*.page-banner .main-box .banner-video-btn:hover {
    box-shadow: 0 0 10px #fff;
	border-radius: 20px;  
  }*/
  
  .page-banner .main-box .banner-tit {
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
  }
/*  .page-banner .main-box .banner-tit h4 {
    font-size: 50px;
    line-height: 70px;
    top: 25%;
    width: 70%;
    left: 15%;
    letter-spacing: 1px;
  }*/
  	
}
@media (min-width: 769px) and (min-width: 1600px) {
  .page-banner .main-box .banner-video-btn {
    top: 380px;
  }
}
@media (min-width: 769px) and (min-width: 1600px) {
  .page-banner .main-box .banner-tit {
    height: 300px;
  }
}
@media (min-width: 769px) and (min-width: 1600px) {
  .page-banner .main-box .banner-tit h4 {
    font-size: 24px;
	color: #fff;  
  }
}
.vd-tk-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
.vd-tk-box .bg-cls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vd-tk-box .tk-main {
  position: absolute;
  z-index: 2;
  width: 7.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vd-tk-box .tk-main a.cls-tk {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-size: 60% 60%;
  background-image: url("../images/close2.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -0.5rem;
  right: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.vd-tk-box .tk-main video {
  display: block;
  width: 7.5rem;
  height: auto;
}
@media (min-width: 769px) {
  .vd-tk-box .tk-main {
    width: 80%;
    max-width: 1100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .vd-tk-box .tk-main a.cls-tk {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #000;
    z-index: 10;
  }
  .vd-tk-box .tk-main video {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:1200px) {
.page-banner {height: 550px;}
.page-banner .mb-banner-bg {height: 550px;}	
.vd-tk-box .tk-main {width: 100%;}	
.vd-tk-box .tk-main video {width: 100%;}	
.page-banner .banner-video-btn {top: 50%; left: 30%; margin-left: 0;}	
.vd-tk-box .tk-main a.cls-tk {width: 7%; height: 10%; border: 0; top: -20px;}
.page-banner .banner-tit h4	{font-size: 24px; top: 70%;}
.page-banner .main-box .banner-tit em {font-size: 16px; top: 80px;}
	.a-main img {width: 100%;}
}


/*内页*/
.inner-banner{
    position: relative;text-align: center; overflow: hidden;
    background-repeat: no-repeat; background-position: center;
    background-size: cover;
	margin-top: -100px;
}
.inner-banner .content {    
	width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
}

.inner-banner span{font-size: 50px;margin-bottom: 20px; line-height: 1; font-weight: bold; display: block;}
.inner-banner .en{font-size:30px;font-weight: normal;}
.inner-banner .img{width: 100%; visibility: hidden; max-width: none;}
.mobile-b {widows: 100%; height: 60px; display: none;}
@media (max-width: 992px) {
  .mobile-b {display: block;}	
  .inner-banner {height:190px; margin-top: 0;}
  .inner-banner span{font-size: 28px;margin-bottom: 15px; }
  .inner-banner em{font-size: 18px;margin-bottom: 25px; }
  .inner-banner .en{font-size:12px;font-weight: normal;}	
  .inner-banner .img {height: 211px;}
}

.gynav-MQkitchen-bj{
	width: 100%;
	background: #fff;
    position: relative;
	z-index: 2;
}
.gynav-MQkitchen-bj .pro-n {}
.gynav-MQkitchen-bj .pro-n a {width:25%; border-bottom: 1px solid rgba(255,255,255,.3);}
.gynav-MQkitchen-bj .pro-n a:nth-child(5) { border-left: 1px solid rgba(255,255,255,.3);}
.gynav-MQkitchen{
	text-align: center;
	color: #686868;
	font-size: 0;
}
.gynav-MQkitchen>div{
	display: inline-block;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	line-height: 60px;

  cursor: pointer;
}
.gynav-MQkitchen>div:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>div:hover{
	border-bottom: 3px solid #4ca526;
	color: #4ca526;

}
.gynav-MQkitchen>a{
	display: inline-block;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	color: #686868;
	line-height: 60px;

  cursor: pointer;
}
.gynav-MQkitchen>a:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>a:hover{
	border-bottom: 3px solid #4ca526;
	color: #4ca526;

}
.gynav-MQkitchen>a.on{
	border-bottom: 3px solid #4ca526;
	color: #4ca526;

}
@media (max-width: 992px) {
  .gynav-MQkitchen { padding: 0 !important;}
  .gynav-MQkitchen-bj {margin-top: -30px;}
  .gynav-MQkitchen-bj-2 {margin-top: -21px;}
  .gynav-MQkitchen-bj-3 {margin-top: 0}	
  .gynav-MQkitchen-bj-3 .gynav-MQkitchen>a{width:100%; line-height:30px; font-size: 12px;}
  .gynav-MQkitchen>div, .gynav-MQkitchen>a {font-size:12px; line-height:30px;}
}



.inner-tit { text-align: center; color: #010101;}
.inner-tit span {font-size: 48px; display: block; margin-bottom: 16px;}
.inner-tit em {font-size: 24px; display: none;}
.inner-tit .line {width: 58px; height:8px; background: #4ca526; margin: 14px auto 0;}
.inner {width: 100%;}
@media (max-width: 991px) {
	.inner-tit span {font-size: 32px;}
	.inner-tit em {font-size: 20px;}
}


/*JOB*/
.recuit_box {padding: 90px 0;}

.recuit_box .vhd {
    text-align: center
}

.recuit_box .list {
    margin-top: 55px
}

.recuit_box .recruit_item {
    margin-bottom: 40px
}

.recuit_box .recruit_item.open {
    background-color: #478a2b;
    border-color: #478a2b;
    color: #fff
}

.recuit_box .recruit_item.open .hd .icon-down:before {
    content: "\e68b"
}

.recuit_box .recruit_item.open .hd .show {
    color: #fff;
    background-image: url('../images/arr_f.png')
}

.recuit_box .recruit_item.open .data,.recuit_box .recruit_item.open .bd {
    color: #fff
}

@media (min-width: 640px) {
    .recuit_box .recruit_item.open .show {
        color:#fff;
        background-image: url('../images/arr_f.png')
    }
}

.recuit_box .hd {
    border: 1px solid #f2f2f3;
    padding: 0 60px
}

@media (max-width: 480px) {
    .recuit_box .hd {
        padding:0 15px
    }
}

.recuit_box .hd .top {
    border-bottom: 1px solid #f2f2f3;
    cursor: pointer;
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.recuit_box .hd .top .tit {
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 10px
}

.recuit_box .hd .top .tit .iconfont {
    margin-right: 10px
}

@media (max-width: 992px) {
	.recuit_box {padding: 40px 0;}
	.recuit_box .list {margin-top: 30px;}
	.recuit_box .recruit_item {margin-bottom: 20px;}
    .recuit_box .hd .top .tit {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .recuit_box .hd .top .tit {
        font-size:17px
    }
}

.recuit_box .hd .top .show {
    color: #478a2b;
    font-size: 16px;
    padding-right: 28px;
    background: url('../images/arr_c.png') no-repeat right center
}

@media (max-width: 480px) {
    .recuit_box .hd .top .show {
        background-size:.2rem
    }
}

.recuit_box .hd .data {
    padding: 30px 0;
    color: #666;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 640px) {
    .recuit_box .hd .data {
        padding:15px 0
    }

    .recuit_box .hd .data .txt {
        width: 50%;
        margin-bottom: .2rem
    }
}

.recuit_box .bd {
    display: none;
    border: 1px solid #fff;
    border-top: 0;
    padding: 40px 60px 90px;
    font-size: 16px;
    line-height: 1.76;
    color: #fff
}

@media (max-width: 640px) {
    .recuit_box .bd {
        font-size:15px
    }
}

@media (max-width: 480px) {
    .recuit_box .bd {
        padding:.4rem .3rem .9rem
    }
}

.recuit_box .bd p {
    min-height: 20px
}




/*======================
Contact Page Style
========================*/
.contact-lx {width: 100%; overflow: hidden; background: url("../images/contact-lxbg.jpg") no-repeat center;}
.contact-lx .lx-fl {padding-top: 60px;}
.contact-lx .lx-fl .t-1 {margin-top: 65px; font-size: 16px; color: #404040;}
.contact-lx .lx-fl .t-1 span {display: block; color: #061f23; font-size: 42px; margin-bottom: 30px;}
.contact-lx .lx-fl .t-2 {margin:64px 0 34px 0; font-size: 20px; color: #404040;}
.contact-lx .lx-fl .t-3 {margin-bottom: 37px; overflow: hidden;}
.contact-lx .lx-fl .t-3 span {color: #000; font-size: 18px; display: block;}
.contact-lx .lx-fl .t-3 em {color: #828282; font-size: 18px; display: block; margin-top: 12px;}
.contact-lx .lx-fl .t-3-l,.contact-lx .lx-fl .t-3-r {float: left;width: 50%;}
.contact-lx .lx-fr {padding: 445px 100px 70px 150px;}
.contact-lx .lx-fr i {font-size: 25px; display: block; margin-left: 140px; color: #fff; }
.contact-lx .lx-fr span {margin-top:15px;color: #fff; font-size: 28px; display: block;}
.contact-lx .lx-fr em {margin-top: 13px;color: #fff; line-height: 27px; font-size: 16px; display: block;}
.contact-form-content {width: 100%; background: #eef1f5; padding: 80px 0; overflow: hidden;}
.contact-form-content .tit {margin: 65px 0 30px 0; font-size: 16px; color: #404040; overflow: hidden;}
.contact-form-content .tit span {display: block; color: #061f23; font-size: 42px; margin-bottom: 30px;}
.contact-form-wrap {width: 100%;}

.input-item {margin-top: 30px;}
.input-item input,
.input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
.input-item input:focus,
.input-item textarea:focus {
    border-color: #eeb644;
}
.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}
.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}
.input-item .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}
.btn-brand {
    background-color: #478a2b;
    border-color: #478a2b;
    border-radius: 25px;
    color: #fff;
}

.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}
@media (max-width: 991px) {
	.contact-lx {background:#fff;}
    .contact-lx .lx-fl {padding-top: 30px;}
    .contact-lx .lx-fl .t-1 {margin-top: 0; font-size: 14px; line-height: 20px; }
    .contact-lx .lx-fl .t-1 span {font-size:28px; margin-bottom:20px;}
    .contact-lx .lx-fl .t-2 {margin:25px 0; font-size:16px;}
    .contact-lx .lx-fl .t-3 {margin-bottom: 37px;}
    .contact-lx .lx-fl .t-3 span {font-size:16px;}
    .contact-lx .lx-fl .t-3 em {font-size: 14px; margin-top: 12px;}
    .contact-lx .lx-fl .t-3-r {}
    .contact-lx .lx-fr {padding:20px 15px; background: #478a2b; margin-top: 30px;}
    .contact-lx .lx-fr i {font-size: 25px; margin-left: 0; text-align: center;}
    .contact-lx .lx-fr span {font-size:28px;}
    .contact-lx .lx-fr em {line-height: 27px; font-size: 14px;}
	.contact-form-content {padding:30px 0; }
    .contact-form-content .tit {margin:30px 0 0 0; font-size: 14px;}
    .contact-form-content .tit span {font-size:28px; margin-bottom:20px;}	
	.contact-form-content .tit p {line-height: 20px;}
	.input-item {margin-top: 18px;}
}




/*关于我们*/
.inner-about-1 {padding: 90px 0 130px 0;}
.inner-about-1 .txt {padding: 60px 0 90px 0; line-height: 30px;  font-size: 18px; color: #555;}
.inner-about-1 .numCount{ }
.inner-about-1 .numCount li{ float: left; width:24%; text-align: center; background: #f5f5f5; padding: 43px 0; margin: 0 0.5%;}
.inner-about-1 .numCount li .img {}
.inner-about-1 .numCount li .img img { margin: 0 auto;}
.inner-about-1 .numCount li .item{ margin: 0 10px;}
.inner-about-1 .numCount li .item .indt {font-size: 16px; color: #000;}
.inner-about-1 .numCount li .item .indc {color: #868787;}
.inner-about-1 .numCount li .numU{ line-height:1.3;}
.inner-about-1 .numCount li .numCX{ font-size:52px; color:#000; }
.inner-about-1 .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.inner-about-1 .numCount li .numU em {font-size:52px; color:#000;}

@media (max-width: 992px) {
    .inner-about-1 {padding: 40px 0;}
    .inner-about-1 .txt {padding: 30px 0; line-height: 25px;  font-size: 14px;}
	.inner-about-1 .numCount li{width:49%; padding:35px 0; margin:0.5%; min-height: 184px;}
}
@media (max-width:800px){
	.inner-about-1 .numCount li .numCX{ font-size:24px; }
	.inner-about-1 .numCount li .numU em {font-size: 24px;}
}
@media (max-width:640px){
	.inner-about-1 .numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.inner-about-1 .numCount{ font-size:0.5vw;}
}


.inner-about-2 {width: 100%; margin-bottom: 50px; background: #478a2b;position: relative; }
.inner-about-2 .scl { width: 100%; overflow: hidden;}
.inner-about-2 .scl-div {width: 50%; float: left; overflow: hidden;}
.inner-about-2 .scl-fr {width: 100%; background: url("../images/scl-frbg.jpg") no-repeat top center #478a2b; float: left; padding-left:10%; padding-top: 160px; padding-bottom: 90px;}
.inner-about-2 .scl-fr .t-1 {font-size: 48px;color: #fff; margin-bottom:16px;}
.inner-about-2 .scl-fr .t-2 {font-size: 23px; color: #fff; margin-bottom:37px;}
.inner-about-2 .scl-fr .t-3 {width: 70%; font-size: 20px; line-height: 33px; color: #fff; margin-bottom:21px;}
.inner-about-2 .scl-fr .t-4 {width: 70%; font-size: 15px; line-height: 28px; color: #fff;}
.inner-about-2 .scl-div-img {width: 100%;}
.inner-about-2 .swiper-pagination { margin-top: 20px; left: 49%;}
.inner-about-2 .swiper-pagination-bullet-active { background: #061f23!important;}
.inner-about-2 .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #999;opacity:1!important; margin:0 5px}
.inner-about-2 .swiper-container-horizontal>.swiper-pagination-bullets {left:0; bottom:10px!important; }
@media (max-width:1200px){
	.inner-about-2 {padding: 0 15px; background: #fff;}
	.inner-about-2 .scl-div {width: 100%; float: none;}
	.inner-about-2 .scl-fr {float: none; padding: 30px 10px 40px 10px;}
	.inner-about-2 .scl-fr .t-1 {font-size: 28px; font-weight: bold; color: #fff; margin-bottom:16px;}
    .inner-about-2 .scl-fr .t-2 {font-size: 18px; color: #fff; margin-bottom:37px;}
    .inner-about-2 .scl-fr .t-3 {width:100%; font-size: 16px; line-height: 33px; color: #fff; margin-bottom:21px;}
    .inner-about-2 .scl-fr .t-4 {width:100%; font-size: 14px; line-height: 28px; color: #fff;}
	.inner-about-2 .swiper-pagination { left: 45%;}
}

.inner-about-3 {width: 100%; padding: 70px 0 80px 0;}
.inner-about-3 .i-pic {margin-top: 65px; overflow: hidden;}
.inner-about-3 .i-pic .con {margin-bottom: 24px;}
.inner-about-3 .i-pic .con .img {overflow: hidden;}
.inner-about-3 .i-pic .con img {width: 100%;}
.inner-about-3 .i-pic .con img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.inner-about-3 .i-pic .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.inner-about-3 .i-pic .con .txt {width: 100%; line-height: 50px;  text-align: center; background: #373737; color: #fff; font-size: 16px;}
.inner-about-3 .i-pic .con:hover .txt {background: #478a2b;}
@media (max-width: 1200px) {
    .inner-about-3 {padding: 40px 0;}
	.inner-about-3 .i-pic {margin-top: 30px;}
	.inner-about-3 .i-pic {padding: 35px 0 0 0;}
	.inner-about-3 .i-pic .con {margin-bottom: 20px;}
}












.wp {margin: 0 auto; width: 75%; max-width: 1400px;}
.molibe-wh-1 {display: none;}
.wh-1{overflow:hidden;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover; margin-top: 58px;}
.wh-list1{border-right:1px solid rgba(255,255,255,.3);overflow:hidden}
.wh-list1 li{float:left;width:33.33%;height:659px;line-height:659px;font-size:0;text-align:center;border-left:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden}
.wh-list1 .con{display:inline-block;vertical-align:middle;line-height:1.4;width:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.wh-list1 .con .pic{margin:0 auto 42px;width:79px;height:79px;border-radius:50%;position:relative}
.wh-list1 .con .pic:after{content:'';position:absolute;left:50%;top:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:url(../images/i27.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim}
.wh-list1 .con .pic img{display:block;width:100%;height:100%;position:relative;z-index:2}
.wh-list1 .con h4{padding-bottom:28px;font-size:24px;color:#fff;position:relative}
.wh-list1 .con h4:after{margin-left:-83px;content:'';position:absolute;left:50%;bottom:0;width:166px;height:6px;background:url(../images/i26.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.wh-list1 .con h4 span{margin-top:8px;display:block;font-size:16px;color:#fff;font-family:Arial;font-weight:400;text-transform:uppercase}
.wh-list1 .mask{padding:0 13%;position:absolute;left:0;top:0;width:100%;background:url(../images/bg16.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;line-height:1.4;z-index:2;height:0;overflow:hidden;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.wh-list1 .mask .pic{margin:40% auto 40px;width:79px;height:79px;border-radius:50%;position:relative}
.wh-list1 .mask .pic:after{content:'';position:absolute;left:50%;top:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:url(../images/i27_on.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim}
.wh-list1 .mask .pic img{display:block;width:100%;height:100%;position:relative;z-index:2}
.wh-list1 .mask h4{margin-bottom:26px;padding-bottom:28px;font-size:24px;color:#fff;position:relative}
.wh-list1 .mask h4:after{margin-left:-83px;content:'';position:absolute;left:50%;bottom:0;width:166px;height:6px;background:url(../images/i26.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.wh-list1 .mask h4 span{margin-top:8px;display:block;font-size:16px;color:#f5e0e1;font-family:Arial;text-transform:uppercase;font-weight:400}
.wh-list1 .mask .txt{font-size:16px;color:#fff;line-height:1.9;overflow:hidden}
.wh-list1 li:hover .con{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'}
.wh-list1 li:hover .mask{height:100%}

@media (max-width:1200px){
	.wp {width: 90%;}
	.wh-1 {}
	.wh-list1{border:0;overflow:hidden}
    .wh-list1 li{float:none;width:100%;height:370px; line-height: 0; position: inherit; border:1px solid rgba(255,255,255,.3); margin:10px 0; padding:20px 0 0 0;}
	.wh-list1 .mask {overflow: inherit; position: inherit; background: none; overflow: inherit;}
	.wh-list1 .mask .pic {display: none;}
	.wh-list1 .mask h4 {display: none;}
	.wh-list1 .mask .txt {text-align: left; font-size: 14px; margin-top: 20px;}
	.molibe-wh-1 {margin-top: 50px;}
	.molibe-wh-1 img {width: 100%;}
	
}

.inner-about-4 {padding:62px 0; width: 100%; background: url("../images/zs-bg.jpg") no-repeat center;}
.inner-zs-con {margin-top:50px;}
.inner-zs-con li {width: 25%; float: left; padding:0 0.5%; display: inline-block; position: relative;}
.inner-zs-con li .img {width: 100%; overflow: hidden;}
.inner-zs-con li img {width: 100%; overflow: hidden;}
.inner-zs-con li .txt {line-height: 25px; font-size: 16px; position: absolute; bottom: 52px; left:10%; width:80%; text-align: center;}
.inner-zs-con .swiper-pagination-bullet-active { background: #1a180f!important;}
.inner-zs-con .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #8a8a8b;opacity:1!important; margin:0 5px}
.inner-zs-con .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:47px!important;}
.inner-zs-con .bottom50 {height: 80px;}
@media (max-width: 992px) {
	.inner-about-4 {padding:40px 0;}
	.inner-zs-con {margin-top:20px;}
	.inner-zs-con li {width:100%;}
}




.inner {width:100%; padding: 100px 0; }

/*NEWS*/
.t-news {width: 100%; padding: 95px 0; background: #efefef;}
.top-news {width: 100%; background: #fff; overflow: hidden;}
.top-news .img { overflow: hidden;}
.top-news img {width: 100%;}
.top-news img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.top-news .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.top-news .con {padding:65px 50px 50px 50px; float: right;}
.top-news .con .newscat {width: 143px; line-height: 35px; border: 1px solid #123938; border-radius: 10px; text-align: center; font-size: 16px;}
.top-news .con .tit {font-size:28px; color: #000; margin-bottom: 20px;}
.top-news .con .tit a {color: #000;}
.top-news .con .time {font-size: 18px; color: #232323; margin-bottom: 30px;}
.top-news .con .txt {line-height:30px; margin-bottom:18px; font-size: 16px; color: #5f5f5f;}
.top-news .con .more {}
.top-news .con .more span {display: block; float: left; width: 180px; line-height: 30px; background: #478a2b; text-align: center;}
.top-news .con .more span a,.top-news .con .more em a {color: #fff; display: block;}
.top-news .con .more em {display: block; float: left; width: 40px; line-height: 30px; background: #373737; text-align: center;}
 
.inner-news {padding: 100px 0;}
.inner-news .con { margin-bottom:36px; overflow: hidden;}
.inner-news .con .pic { overflow: hidden;}
.inner-news .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	width: 100%;
  }
.inner-news .con .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.inner-news .con .info {padding-top: 22px; }
.inner-news .con .info .tit {font-size: 20px; margin-bottom:4px; line-height: 29px; }
.inner-news .con .info .tit a {color: #061f23;}
.inner-news .con .info .txt {line-height: 24px; color: #5f5f5f;}
.inner-news .con .info .more {margin-top: 20px; overflow: hidden;}
.inner-news .con .info .more span {display: block; float: left; width: 180px; line-height: 30px; background: #478a2b; text-align: center;}
.inner-news .con .info .more span a,.inner-news .con .info .more em a {color: #fff; display: block;}
.inner-news .con .info .more em {display: block; float: left; width: 40px; line-height: 30px; background: #373737; text-align: center;}


.show_news {width: 100%; overflow: hidden; background: #eef1f5; padding: 53px 0 150px 0;}
.show_news_con {margin-top: 35px;}
.news-info { width: 100%; overflow:hidden; background: #fff; padding: 80px 60px;}
.news-info .col-lg-9 {padding-right: 70px;}
.news-info .rightwrap {width: 100%;}
.news-info em {display: block; color: #1b1b1b; font-size:28px; line-height: 42px; }
.news-info .entry-meta {width: 100%; margin-top: 7px; color: #b6b5b5; line-height: 36px; font-size: 16px; padding-bottom: 30px; border-bottom: 1px dotted #b6b5b5;}

.news-info .contwrap {padding: 45px 0 60px 0; line-height: 28px; border-bottom: 1px dotted #b6b5b5;}
.news-info .contwrap img { display: block; margin: 0 auto; max-width: 100%; }
.news-info .rightwrap h6 {display: block; font-weight: bold; padding: 12px 14px; line-height: 23px; margin-bottom: 20px; background:#141414; font-size: 16px; color: #fff; }
.news-info .rightwrap ul { width: 100%;}
.news-info .rightwrap li { width: 100%; padding-bottom: 14px; padding-top: 7px;}
.news-info .rightwrap li img {width: 100%;}
.news-info .rightwrap li:last-child { border-bottom: none; }
.news-info .rightwrap li .info {padding-top: 10px;}
.news-info .rightwrap li a { color: #333;  display: inline-block; font-size: 14px; line-height: 25px; }
.news-info .rightwrap li a:hover { color: #478a2b; }
.news-info .rightwrap li .post-date { display: block; line-height: 21px; font-size: 13px; color: #555; margin-top: 1px; }
.news-info .paging { width: 100%; overflow: hidden; padding: 50px 0; width: 100%; }
.news-info .paging .fl { font-size: 12px; line-height: 22px; }
.news-info i {margin-right: 10px;}
.news-info .paging a { color: #666; }
.news-info .paging .fl a:hover { color: #478a2b; }
.news-info .paging .return {border-radius: 8px; display: block; height: 34px; line-height: 34px; margin-top: 10px; text-align: center; width: 100px; font-size: 14px; background: #478a2b; color: #fff; }
.news-info .paging .return a {color: #fff; display: block;}
.news-info .paging .return a:hover {color: #fff;}


@media (max-width: 991px) {
	.inner {padding: 40px 0;}
	.t-news {padding: 40px 0;}
	.inner-news {padding: 40px 0;}
	.show_news {padding: 40px 0;}
	.show_news_con {margin-top: 0}
	.top-news .con {padding:20px; float: none; margin-bottom: 25px;}
    .top-news .con .tit { font-size: 20px; line-height: 25px;}
    .top-news .con .time {font-size: 14px; margin-top: 30px;}
    .top-news .con .txt {line-height:28px;  font-size: 14px; }

    .inner-news .con .info .tit {font-size: 18px;}
	.news-info .contwrap {padding: 20px 0;}
	.news-info em {font-size:16px; line-height:28px; }
    .news-info .entry-meta { line-height: 28px; font-size: 14px; padding-bottom: 30px;}
	.news-info .col-lg-9 {padding-right: 20px;}
}
/*pro*/
.inner-pro {padding: 90px 0; background: #efefef;}
.inner-pro .con {background: #fff; margin-bottom: 20px;}
.inner-pro .con .pic {overflow: hidden;}
.inner-pro .con .pic img {width: 100%; }
.inner-pro .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.inner-pro .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.inner-pro .con .info {padding: 5px 10px 35px 10px;}
.inner-pro .con .info .t-1 {font-size: 18px; text-align: center; margin-bottom: 12px;font-weight: bold;}
.inner-pro .con .info .t-1 a {color: #101010;}
.inner-pro .con .info .t-2 {color: #666; text-align: center; padding-bottom: 16px; line-height:20px;}
.inner-pro .con .info .more {width: 250px; height: 40px; margin: 0 auto;}
.inner-pro .con .info .more span {display: block; width: 210px; line-height: 40px; float: left; background: #478a2b; text-align: center;}
.inner-pro .con .info .more span a,.inner-pro .con .info .more em a {color: #fff;}
.inner-pro .con .info .more em {display: block; width: 40px; line-height: 40px; float: left; background: #373737; text-align: center;}


@media (max-width:992px){
	.inner-pro {padding: 40px 0;}
	
	
}
.page-item.active .page-link {
    z-index: 3;   
    background-color: #2a2a2a;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

/*分页*/
/* ul.pagination {
    display: block;
    width: 40%;
	margin: 0 auto;
} 

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #2a2a2a;
    color: white;
    border: 1px solid #2a2a2a;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
@media (max-width:992px){
	ul.pagination {width: 100%; overflow: hidden;}
}
*/
/*showpro*/
.show-pro {padding:100px 0; background: #efefef; }
.product_topper {width: 100%; max-width: 1358px; margin: 0 auto; padding-top: 40px;}
@media (max-width:1200px) {
    .product_topper {
        padding: 2vw
    }
}
@media (min-width:992px) {
    .product_topper {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
       
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .product_topper .lbox {
        width: 650px;
        display: flex
    }
	.product_topper .lbox img {width: 100%;}
	.product_topper .lbox .cp_swiper_lg .swiper-slide p img{width:100%; margin: 0px; padding: 0px;display: block;}
	.product_topper .lbox .cp_swiper_lg .swiper-slide p{background: #fff;}
    .product_topper .rbox {
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}
.show_pro_info {padding: 75px 0;}
.show_pro_info .tab-tit {line-height:40px; background:#aaa; color: #fff; }
.show_pro_info .tab-txt {padding: 25px 0 80px 0; line-height: 26px;font-size: 16px;}
.show_pro_info .tab-tit span {width: 186px;display:block; text-align: center;font-size: 18px; background: #478a2b;}
.show_pro_info .tab-video {padding: 50px 0; overflow: hidden;}
.show_pro_info .tab-pic {margin-bottom: 50px;}
.show_pro_info .tab-pic .img { overflow: hidden;}
.show_pro_info .tab-pic img {width: 100%;}
.show_pro_info .tab-pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.show_pro_info .tab-pic .col-lg-6:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.other-pro { width: 100%; overflow: hidden; padding-top:43px;}
.other-pro .bottom50 {height: 50px;}
.other-pro li {width: 24%; float: left; background: #fff; margin: 0 0.5%; display: inline-block;-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2); border:#ccc solid 1px; box-shadow: 5px 5px 5px rgba(0,0,0,0.2);}
.other-pro li .pic {overflow: hidden;}
.other-pro li .pic img {width: 100%; }
.other-pro li .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.other-pro li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.other-pro li .info {padding: 5px 10px 35px 10px;}
.other-pro li .info .t-1 {font-size: 18px; text-align: center; margin-bottom: 12px; font-weight:bold;}
.other-pro li .info .t-1 a {color: #101010;}
.other-pro li .info .t-2 {color: #666; text-align: center; padding-bottom: 16px; line-height:20px;}
.other-pro li .info .more {width: 250px; height: 40px; margin: 0 auto;}
.other-pro li .info .more span {display: block; width: 210px; line-height: 40px; float: left; background: #478a2b; text-align: center;}
.other-pro li .info .more span a,.other-pro li .info .more em a {color: #fff;}
.other-pro li .info .more em {display: block; width: 40px; line-height: 40px; float: left; background: #373737; text-align: center;}
.other-pro li .img {margin-bottom: 20px; overflow: hidden;display: block;}
.other-pro li .img img {width: 100%;}

@media (max-width: 991px) {
	.show-pro {padding:40px 0;}
	.product_topper .lbox img {width: 100%;}
	.show_pro_info .tab-video {padding: 30px 0;}
	.show_pro_info .tab-video img {width: 100%;}
	.show_pro_info .tab-pic .img {margin-bottom: 20px;}
	.show_pro_info .tab-tit span {width:150px; font-size:16px;}
	.other-pro {padding-top: 30px;}
	.other-pro li {width:99%;}
	.other-pro li .info span span {font-size:16px; margin-bottom: 10px;}
    .other-pro li .info span em {font-size: 14px;line-height: 20px;}
}
@media (min-width:992px) and (max-width:1360px) {
    .product_topper .lbox {
        width: 50%;
        margin-right: .5rem
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .product_topper .lbox {
        margin-right: 0
    }
}
.product_topper h1 {font-size:30px; font-weight: bold; padding-bottom: 18px;}
.product_topper h6 {font-size:18px;  padding-bottom: 15px; border-bottom: 3px solid #478a2b;}
@media (max-width:1200px) {
    .product_topper h1 {
        font-size: 22px
    }
}
.product_topper .desc {font-size: 16px; line-height:30px; margin:20px 0;}
@media (max-width:768px) {
    .product_topper {
        padding: 4vw
    }

    .product_topper .lbox {
        margin-bottom: .6rem;
        text-align: center
    }

    .product_topper .rbox h1 {
        text-align: center
    }

}
.cp_swiper {text-align: center}
@media (min-width:992px) {
    .cp_swiper {
        border-right: 1px solid #dedede
    }
}
@media (min-width:769px) {
    .cp_swiper {
        margin-right: .5rem
    }
    .cp_swiper p {
        width: 450px;
        height: 450px;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}
@media (min-width:769px) and (max-width:992px) {
    .cp_swiper p {
        width: 400px;
        height: 400px
    }
}
.cp_swiper_lg {width: 450px; height: 450px; margin: 0; border: 1px solid #dedede;}
.cp_swiper_lg p {width: 450px; height: 450px; display: -webkit-flex; display: flex; 
	display: -webkit-box; display: box;
	
	-webkit-align-items: center; 
	align-items: center; -webkit-box-align: center; 
	box-align: start; -webkit-box-pack: start; box-pack: start; 
	-webkit-justify-content: center; justify-content: center;
}
.cp_swiper_xsbox{position:relative;display:-webkit-flex;display:flex;display:-webkit-box;
	display:box;margin-left:36px;padding-top:15px;height:450px;-webkit-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-box-pack:center;box-pack:center;}
.cp_swiper_xsbox .pnext{position:absolute;left:50%;z-index:5;color:#b3b3b3;font-size:36px;line-height:1;transform:translateX(-50%);}
.cp_swiper_xsbox .pnext:hover{color:#0072e4;}
.cp_swiper_xsbox .pnext.icon-t{top:0;}
.cp_swiper_xsbox .pnext.icon-b{bottom:0;}
.cp_swiper_xs{padding-bottom:0;width:80px;height:370px;}
.cp_swiper_xs li p{display:-webkit-flex;display:flex;display:-webkit-box;display:box;width:80px;height:80px;border:1px solid #dedede;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;-webkit-justify-content:center;justify-content:center;}
.cp_swiper_xs .swiper-slide-thumb-active p{border-color:#478a2b;}




/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp .mfp-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
    .ht-mfp .mfp-content {
        max-width: 70%;
    }
}

.ht-mfp .mfp-content .mfp-close {
    display: none;
}

.ht-mfp .mfp-close {
    background-color: #db0303;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    opacity: 0;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 767.98px) {
    .ht-mfp .mfp-close {
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.ht-mfp .mfp-close:hover {
    background-color: #db0303;
}

.ht-mfp .mfp-arrow {
    background-color: #db0303;
    opacity: 1;
    margin-left: 15px;
    height: 55px;
    width: 55px;
}

.ht-mfp .mfp-arrow:before {
    display: none;
}

.ht-mfp .mfp-arrow:after {
    content: '\f104';
    color: #FFFFFF;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-mfp .mfp-arrow-right {
    margin-left: auto;
    margin-right: 15px;
}

.ht-mfp .mfp-arrow-right:after {
    content: '\f105';
}

.ht-mfp .mfp-arrow:hover {
    background-color: #000;
}

.ht-mfp.zoom-animate.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.ht-mfp.zoom-animate.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-close {
    opacity: 0;
}
/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
    .product-thumb-area {
        margin-bottom: 30px;
    }
}

.product-thumb-area .pro-thumb-item img {
    margin: auto;
	max-width: 100%;
}

.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}

.product-thumb-area .product-details-thumbnail .btn-large-view {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 136px;
}

.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}

.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}

.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
    .prod-details-info-content {
        padding-left: 20px;
    }
}

.prod-details-info-content span { display: block; font-size: 30px; color: #070104; margin-bottom: 18px;}
.prod-details-info-content p {line-height: 29px;}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content span {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.prod-details-info-content .price {
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content .price {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.product-config {
    margin: 40px 0;
}

.product-config .table {
    margin-bottom: 0;
}

.product-config .table-bordered td,
.product-config .table-bordered th {
    border-color: #e1e1e1;
}

.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}

.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.product-config .table .config-option a:last-child {
    margin-right: 0;
}

.product-config .table .config-option a:hover {
    color: #db0303;
}

.product-meta {
    margin-top: 40px;
}

.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}

.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.product-meta a:last-child {
    margin-right: 0;
}

.product-meta a:hover {
    color: #db0303;
}

.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}

.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFFFFF;
}

.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.product-description-review {
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review {
        margin-top: 60px;
    }
}

.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-description-review .desc-review-tab-menu li {
    width: 100%;
}

.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #ddd;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}

.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}

.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }
}
.product-description-review .tab-tit {line-height:40px; background:#c7c7c7; color: #fff; font-size: 18px;}
.product-description-review .tab-tit span {width: 186px;display:block; text-align: center; background: #333;}
.product-description-review .tab-content {
    padding: 20px 0;
	line-height: 25px;
}



.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h6 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}

.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}

.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #ccc;
    margin-right: 10px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
    color: #ccc;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}

.product-rating-wrap .rating-form-wrapper .rating-form input,
.product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-rating-wrap .rating-form-wrapper .rating-form input:focus,
.product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}

@media (max-width: 1024px) {
	.homeAboutCont,.homeAboutCont-r  {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont h3 {font-size: 18px; line-height: 30px;}
	.homeInforCont p {margin-bottom: 6px; line-height: 22px;}
	.index-cybj-top .txt {font-size: 12px;}
}

@media screen and (max-width:1200px) {
	.sticky-nav{position:fixed;}

	.lang-mobile {display: block; position: absolute; top: 28px; right: 70px; z-index: 999;}
	.lang-mobile img {margin-left: 5px;}
	.other-side  {position: absolute; top: 15px; right: 60px;}	

	.other-side .search-area {display: none;}
	.carousel-inner > .item > img {max-width:180%!important;}	

	.list-pro-tit {display: none;}
	.search_info {margin-top: 0; margin-bottom: 30px;}
	.hot-pro {padding: 20px 0;}
	.hot-pro-cat {padding: 0;}
	.hot-pro-cat span {width:30%; margin-right:12px; margin-bottom: 10px; line-height: 30px;}
	#myscroll ul li{ margin:0;}
.ban-pc {display: none;}
	.ban-mobile {display: block; padding-top:60px;}
	.ban-pro-mobile {display: block;}
	.ban-pro-pc {display: none;}

	



	
	




.top-news img {width: 100%;}
.top-news .con {padding:30px 10px;}
.top-news .con .tit {margin-bottom: 27px; font-size: 24px; color: #333;}
	.news-img {margin-left: 0;}
	.news-box .tit {font-size: 16px;}
	
	.new-pro { width: 100%; height:auto; margin-top:0;}
    .new-pro-pic {margin-top:0; }





.news-box  .t-1 .time { margin-right:0; padding:0 10px;}
.news-box  .tit {font-size: 16px; font-weight: bold; margin-top: 30px;padding:0 10px;}
.news-box  .txt {line-height: 28px;padding:0 10px 30px 10px;}

	.news-info {padding: 20px 10px;}

	.news-box {margin: 20px 0;}
	.news-list .con { padding: 12px; margin-bottom: 15px;}
    .news-list .con .time { margin-bottom: 18px;}
	.news-list .con .txt {width: 100%; float: none;}
	.news-list .con .txt span {font-size: 16px; margin-bottom: 15px;}
	.news-list .con .time {display: none;}
	.down-info {padding: 20px 10px;}	
.down-info li {height: 40px;}
.down-info li span {line-height:40px; font-size: 12px;}
.down-info li span i { font-size: 16px; margin-right:10px;}
.down-info li em {display:none;}
	.down-info li o {display: none;}


	
.filters li{padding: 10px 18px; font-size: 14px;}	

.product-item {margin-bottom: 20px;}	
.product-item img {width: 100%;}	


}
.pages{width:100%; clear: both;}

#exampleModal .modal-body{ width:100%;}
#exampleModal .modal-body iframe{ width:100%;}
a.open_map{ cursor: pointer;text-decoration:underline;}
