@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #666; 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: #666; } /* 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: #666; }
:visited { text-decoration: none; color: #666; }
.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% !important;
}
}

@media (min-width:1300px) {	
.container, .container-sm, .container-md, .container-lg {
    max-width: 100% !important;
}
}


@media (min-width:1400px) {
	
.container, .container-sm, .container-md, .container-lg {
     max-width: 1540px !important;
}
}*/
@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
    }
}
@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; padding: 0 15px!important;} 
	
}
@media (min-width: 1280px) {
    .container { max-width: 1280px; padding: 0 15px!important;} 
	
	
}
/*======================公用样式=======================*/
.wrap { width: 100%; }
.logo {float: left;}
.navbar-area{ }
.b000{background: #000;}
.navbar {padding: 0 1rem;}
.navbar-brand {padding: 0;}
.navbar-light .navbar-brand img{float:left;margin-left:-15px}
.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; background: url("../images/nav-bg.png") repeat;-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;top:0;left:0;padding:0;width:100%;z-index:999;height:auto;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{color:#dd0000}
.main-nav nav .navbar-nav .nav-item a{text-transform:capitalize;color:#fff;}
@media (max-width: 1440px) {
	.main-nav nav .navbar-nav .nav-item a {margin: 0 10px;}
}
.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:#dd0000}
.main-nav nav .navbar-nav .nav-item a.active{color:#dd0000!important}
.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:#fff!important}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li{border-bottom:1px dotted #ccc}
.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:#373737;position:relative;-webkit-transition:.7s;transition:.7s;font-weight:400}
.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:#dd0000;-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 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:#dd0000;letter-spacing:.5px}
.mobile-nav .mean-container .mean-nav ul li a .active{color:#dd0000}
.mean-container a.meanmenu-reveal{color:#fff}
.mean-container a.meanmenu-reveal span{background-color:#fff}
.other-side .search-area{float:left;position:relative;top:0;}
.other-side .search-area .search-item{display:inline-block;position:relative;color:#fff;cursor:pointer;}
.other-side .search-area .search-item i{display:inline-block;text-align:center;font-size:18px;position:relative;top:0;left: 10px; color:#fff;}
.other-side .search-area .search-item .search-button i {top: 0; color: #000;}
.other-side .search-area .search-item .search-overlay{display:none}
.other-side .search-area .search-item .search-overlay.search-popup{position:absolute;top:100%;width:300px;right:0;background:#fff;z-index:2;padding:20px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.1);box-shadow:0 0 15px 0 rgba(0,0,0,.1);margin-top:20px}
.other-side .search-area .search-item .search-overlay.search-popup .search-form{position:relative}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input{display:block;width:100%;height:50px;line-height:initial;border:1px solid #eee;color:#373737;outline:0;-webkit-transition:.5s;transition:.5s;padding-top:4px;padding-left:10px}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input:focus{border-color:#ff6464}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button{position:absolute;right:0;top:0;height:50px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button:focus{color:#ff6464}
.other-side .search-area .search-item .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;color:#dd0000}
.other-side .search-area .search-item .search-btn:hover{color:#dd0000}
.other-side .search-area .search-item .search-btn:hover i{color:#dd0000}
.other-side .search-area .search-item .close-btn{cursor:pointer;display:none;-webkit-transition:.5s;transition:.5s;color:#dd0000}
.other-side .search-area .search-item .close-btn:hover{color:#dd0000}
.other-side .search-area .search-item .close-btn.active{display:block;margin-left:2px;top:0}

.other-side .lang{float:right;margin-top:8px;margin-left:10px}
.other-side .lang a {color: #fff;}
.other-side .modal-menu{float:right;margin-left:20px;margin-top:3px}
.other-side .modal-menu a{color:#64acff;font-size:20px;font-weight:700;width:40px;height:40px;line-height:40px;background-color:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);text-align:center}
.other-side .modal-menu a:hover{color:#ff6464}
.banner {margin-top: -90px;}
.ban-pc {display: block;}
.ban-pc .swiper-slide img {width: 100%; }
.ban-mobile {display: none;}
.ban-mobile img {width: 100%; height: auto;}
.banner .swiper-pagination-bullet-active { background: #dd0000!important;}
.banner .swiper-pagination-bullet { width: 50px!important; height: 3px!important; border-radius: 0; background: #fff;opacity:1!important; margin:0 5px}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:47px!important;}

/*首页*/
.w1440 {width: 75%; margin: 0 auto; max-width: 1440px;}
.index-box .container, .inner .container{padding: 0;}
.index-box {width: 100%; background: url("../images/index-bg.jpg") repeat;}
.index-box-1 {width: 100%; padding: 132px 0 160px 0; overflow: hidden; background: url("../images/about.png") no-repeat bottom left;}
.index-box-1 .main {}
.index-box-1 .main .tit {font-size: 36px; color: #333; margin-bottom: 60px; overflow: hidden;}
.index-box-1 .main .about-nav {margin-bottom: 36px; overflow: hidden;}
.index-box-1 .main .about-nav span {margin-right: 30px; height: 38px; font-size: 16px; float: left; display: block;}
.index-box-1 .main .about-nav span a {color: #666;}
.index-box-1 .main .about-nav span i {display: none;}
.index-box-1 .main .about-nav span:hover i {font-size: 18px; display: block; margin-top: 6px; color: #dd0000; text-indent: 23px;}
.index-box-1 .main .about-nav span:hover a {color: #dd0000;}
.index-box-1 .main .t-1 {font-size: 30px; color: #333; margin-bottom:47px;}
.index-box-1 .main .t-2 {line-height: 28px; font-size: 16px; text-indent: 32px;}
.index-box-1 .main .more {margin-top: 82px; width: 170px; height: 48px; border: 2px solid #333;}
.index-box-1 .main .more:hover a {color: #000;}
.index-box-1 .main .more span {display: block; text-align: center; width: 114px; line-height: 46px;float: left;}
.index-box-1 .main .more span a {color: #333;}
.index-box-1 .main .more em {display: block; width: 52px;  background: #333; float: left;}
.index-box-1 .main .more em i {font-size: 20px; text-align: center; line-height: 44px; text-indent: 24px; color: #fff;}
.index-box-1 .video {}
.index-box-1 .video img {width: 100%;}
@media screen and (max-width:992px){
	.index-box .container,.inner .container {padding: 0 15px;}
	.pro-list .col-lg-3{width: 50%;}
	.inner .inner-video .container .col-lg-3{width: 50%;}
	.index-box-1 {padding: 40px 0;}
	.index-box-1 .main .tit {font-size: 22px; margin-bottom: 30px;}
    .index-box-1 .main .about-nav {margin-bottom:20px;}
    .index-box-1 .main .about-nav span {margin:0 10px; font-size: 14px;}
	.index-box-1 .main .t-1 {font-size:18px; margin-bottom:27px;}
    .index-box-1 .main .t-2 {line-height:25px; font-size:14px; text-indent:20px;}
	.index-box-1 .main .more {margin-top:40px;}
	.index-box-1 .video {margin-top: 20px;}
    .index-box-1 .video img {width: 100%;}
}

.i-tech {width: 100%; padding: 140px 0 47px 0; position: relative; background: url("../images/probj.jpg") no-repeat top center #000;}
.i-tech .wrap {margin-left: 9.5%; padding-left: 28%; display: flex; width: calc(100% + 28%); overflow: hidden; transition: all 2s;}
.i-tech .wrap .lf {position: absolute; left: 15%; top:18%; transition: all 2s;}
.i-tech .wrap .lf img {}
.i-tech .wrap .i-tech-swiper {margin-top:148px;transition: all 2s;}
.i-tech .wrap .i-tech-swiper .i-tech-button-prev,
.i-tech .wrap .i-tech-swiper .i-tech-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  color: #fff;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  z-index: 11;
}

.i-tech .wrap .i-tech-swiper .i-tech-button-prev::after,
.i-tech .wrap .i-tech-swiper .i-tech-button-next::after {
  font-size: 14px;
}

.i-tech .wrap .i-tech-swiper .i-tech-button-prev {
  left: 30%;
  pointer-events: inherit;
  cursor: pointer;
  transition: all 1s;
}

.i-tech .wrap .i-tech-swiper .i-tech-button-next {
  right: 62%;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide {
  width: 30%;
  height: max-content;
  overflow: hidden;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
  opacity: 0;
  transition: all .3s;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide:last-child {margin-right: 0;}
.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .pic {width: 100%; transition: all .3s ease-in-out;}
.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .txt {font-size: 16px; color: #fff; text-indent:120px; margin-top: 18px;}
@media (max-width: 1440px) {
	.i-tech .wrap .lf img {width: 500px;}
	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide {margin-right: 2%;}
	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .pic img {width: 100%;}
}
@media (max-width: 1200px) {
    .i-tech .wrap .i-tech-swiper .i-tech-button-prev {
    left: .5rem;
  }

  .i-tech .wrap .i-tech-swiper .i-tech-button-next {
    right: .5rem;
  }

  .i-tech .wrap {
    margin-left: 5%;
  }

  .contact .wrap .contatc-swiper .contact-container .swiper-slide {
    width: 30%;
    height: 12rem;
    padding: 1.5rem;
    margin-right: 5%;
  }

}
@media (max-width: 1024px) {
	.i-tech {
    padding: 1.5rem 5%;
  }

  .i-tech .wrap {
    padding-left: 0;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }

  .i-tech .wrap .lf {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 1.5rem;
  }

  .i-tech .wrap .lf .cont {
    width: 74%;
  }

  .i-tech .wrap .i-tech-swiper {
    width: 100%;
  }
  .i-tech .wrap.moveLeft .lf {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 992px) {
	.i-tech .wrap .i-tech-swiper {margin-top: 40px;}
	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .pic img {width: 100%;}
	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .txt {text-indent:0; text-align: center;}
}
@media (max-width: 767px) {
   .i-tech .wrap .lf {
    padding-right: 0;
  }

  .i-tech .wrap .lf .cont {
    width: 100%;
  }

  .i-tech .wrap .i-tech-swiper .i-tech-container .swiper-slide {
    width: 100%;
    height: auto;
  }

  .i-tech .wrap .i-tech-swiper .i-tech-button-prev {
    left: auto;
    right: 2.9rem;
  }
	  .i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .btm {
    opacity: 1;
  }

  .i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide::after {
    opacity: 1;
  }
	.i-tech .wrap .i-tech-swiper .i-tech-button-prev,
  .i-tech .wrap .i-tech-swiper .i-tech-button-next {
    display: none;
  }
	  .i-tech .wrap .lf {
    padding-top: 0;
  }
}



.index-box-3 {width: 100%; padding: 100px 0; overflow: hidden;}
.index-box-3 img {width: 100%; height: auto;}
.box-3-pc {display: block;}
.box-3-mobile {display: none;}
.box-3-mobile img {width: 100%; height: auto;}
.box-3-pc .swiper-pagination-bullet-active { background: #fff!important;}
.box-3-pc .swiper-pagination-bullet { width: 38px!important; height: 3px!important; border-radius: 0; background: #8a8987;opacity:1!important; margin:0 5px}
.box-3-pc .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:47px!important;}
@media screen and (max-width:992px){
	.index-box-3 {padding: 40px 0;}
	.box-3-pc {display: none;}
	.box-3-mobile {display: block;}
	.box-3-mobile .swiper-slide {width: 100%;}
	.box-3-mobile .swiper-pagination-bullet-active { background: #fff!important;}
    .box-3-mobile .swiper-pagination-bullet { width: 38px!important; height: 3px!important; border-radius: 0; background: #8a8987;opacity:1!important; margin:0 5px}
    .box-3-mobile .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:18px!important;}
}

.index-box-4 {width: 100%; padding-bottom: 100px; overflow: hidden;}
.index-news-fl {background: #fff; overflow: hidden;}
.index-news-fl .info {padding-left: 48px; height: 131px;}
.index-news-fl .info .t-1 {font-size: 36px; color: #333; margin-top: 38px; margin-bottom: 17px;}
.index-news-fl .info .line {width: 60px; height: 2px; background: #000; margin-bottom: 20px;}
.index-news-fl .info .t-2 {font-size: 18px;}
.index-news-fl .pic {}
.index-news-fl .pic img {width: 100%;}
.index-news-fr {}
.index-news-fr .con {background: #fff; overflow: hidden; margin-bottom: 13px;}
.index-news-fr .con .pic {}
.index-news-fr .con .pic img {width: 100%;}
.index-news-fr .con .pic-fr {float: right;}
.index-news-fr .con .info {}
.index-news-fr .con .info-1 {padding: 29px 60px 28px 10px;}
.index-news-fr .con .info-2 {padding: 29px 10px 28px 60px;}
.index-news-fr .con .info .t-1 {font-size: 18px; color: #333; margin-bottom: 16px;}
.index-news-fr .con .info .t-2 {color: #999; margin-bottom: 16px;}
.index-news-fr .con .info .t-3 {line-height: 26px; margin-bottom: 39px;}
.index-news-fr .con .info .more {width: 170px; height: 48px; border: 2px solid #333;}
.index-news-fr .con .info .more:hover a {color: #000;}
.index-news-fr .con .info .more span {display: block; text-align: center; width: 114px; line-height: 46px;float: left;}
.index-news-fr .con .info .more span a {color: #333;}
.index-news-fr .con .info .more em {display: block; width: 52px;  background: #333; float: left;}
.index-news-fr .con .info .more em i {font-size: 20px; text-align: center; line-height: 44px; text-indent: 24px; color: #fff;}
@media screen and (max-width:992px){
	.index-box-4 {padding-bottom: 40px;}
	.index-news-fl {margin-bottom: 20px;}
	.index-news-fl .info {padding-left: 25px; height: 131px;}
    .index-news-fl .info .t-1 {font-size: 28px; margin-top: 28px; }
    .index-news-fl .info .t-2 {font-size: 16px;}
	.index-news-fr .con .pic img {width: 100%; }
	.index-news-fr .con .pic-fr {float: none;}
    .index-news-fr .con .info-1,.index-news-fr .con .info-2 {padding:30px 10px;}
    .index-news-fr .con .info .t-1 {font-size: 16px; line-height: 23px; margin-bottom: 16px;}
    .index-news-fr .con .info .t-3 {line-height: 26px; margin-bottom: 25px;}
}



/*底部*/
.foot { width: 100%;  background:#222;}
.foot-con {padding:80px 0 50px 0; color: #888;}
.foot-con a {color: #888;}
.foot-con .box-1,.foot-con .box-2,.foot-con .box-3 {display: block;}
.foot-con .box-2 {padding-left: 5%}
.foot-logo {margin-bottom: 22px; overflow: hidden;}
.foot-logo img {}
.foot-txt {line-height: 30px;}
.foot-con dl {display: block; margin-top:10px; }
.foot-con dl dt {color: #fff;display: block; margin-bottom:9px; font-size: 16px;}
.foot-con dl dd {display: block; line-height:32px; font-size: 14px;}
.foot-con dl dd a {color: #888;}
.foot-con .box-3 dd span {float: left;}
.foot-con .box-3 dd img {float: left; margin-right: 6px;}
.foot-copy {color: #888; line-height: 66px; border-top:1px solid #555; overflow: hidden;}
.foot-copy a {color: #888; }
.foot-copy span {display: block; float: left;}
.foot-copy em {display: block; float: right;}
@media screen and (max-width:992px){
	.foot-con {padding:40px 0;}
	.foot-con .box-1,.foot-con .box-2  {display: none;}
	.foot-copy {font-size: 12px; line-height: 25px; padding: 20px 0;}
}






/*inner*/
.inner-ban{
    position: relative;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin-top: -90px;
}
.inner-ban .content {    
	width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
}
.inner-ban span{font-size: 50px;margin-bottom: 22px; font-weight: bold; display: block;}
.inner-ban em{font-size: 20px; display: block;}
.inner-ban .img{width: 100%; visibility: hidden; max-width: none;}
.mobile-b {widows: 100%; height: 70px; display: none;}

.gynav-MQkitchen-bj{
	width: 100%;
	background:#ad0505;
    overflow: hidden;
}
.gynav-MQkitchen{
	text-align: center;
	color: #fff;
	font-size: 0;
}
.gynav-MQkitchen>div{
	display: inline-block;
	width: 33.3%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	line-height: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
  cursor: pointer;
}
.gynav-pro a {width: 16.6%!important;}
.gynav-MQkitchen>div:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>div:hover{
	background: #9b0404;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen>a{
	display: inline-block;
	width: 33.3%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
  cursor: pointer;
}
.gynav-MQkitchen>a:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>a:hover{
	background: #9b0404;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen>a.on{
	background: #9b0404;
	transition: all .3s;
  -webkit-transition:all .3s;
}
@media (max-width: 992px) {
  .mobile-b {display: block;}
	.inner-ban {margin-top: 0;}
  .inner-ban span{font-size:25px;margin-bottom: 15px; }
  .inner-ban em{font-size: 16px; }	
  .inner-ban .img {height: 225px;}
  .pro-menu .container {padding: 0;}  	
  .gynav-MQkitchen { padding: 0 !important; }
  .gynav-MQkitchen-bj {margin-top: -31px;}
  .gynav-MQkitchen>div, .gynav-MQkitchen>a {font-size:12px;line-height:30px;}	
	.gynav-pro a {width: 33.3%!important;}
}


.inner {background: #f3efe8;}

.inner-tit {width: 100%; overflow: hidden;}
.inner-tit span {font-size: 44px; color: #333;display: block; float: left;}
.inner-tit em {font-size: 16px; color: #333;font-weight: bold;display: block; float: left; margin: 24px 0 0 20px;}

.about-box-1 {padding: 90px 0 60px 0;}
.about-box-1 .box-con1 {padding: 50px 0; overflow: hidden;}
.about-box-1 .box-con1 .txt {color: #555; line-height: 30px; text-indent: 28px;}
.about-box-1 .box-con1 .video {float: right;}
.about-box-1 .box-con1 .video img {width: 100%; }
.about-box-1 .box-con2 {}
.about-box-1 .box-con2 .pic {}
.about-box-1 .box-con2 .pic img {}
.about-box-1 .box-con2 .txt {color: #555; line-height: 30px; text-indent: 28px;}
@media (max-width: 991px) {
	.inner-tit span {font-size: 28px;}
	.inner-tit em {font-size: 14px;margin: 10px 0 0 20px;}
	.about-box-1 {padding: 40px 0 30px 0;}
	.about-box-1 .box-con1 {padding: 30px 0;}
	.about-box-1 .box-con1 .video {float: none;}
    .about-box-1 .box-con1 .video img {width: 100%;}
	.about-box-1 .box-con2 .pic {display: none;}
}

/*时间轴*/
.nei_shijianz {
    padding: 190px 0 80px;
}

.fz_banda .fz_ner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fz_banda .fz_ner .zuo {
    flex: 0 0 50%;
    padding: 0 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fz_banda .fz_ner .zuo .sj {
    width: 215px;
    height: 74px;
    border: 4px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #e5e5e5;
    font-weight: bold;
}

.fz_banda .fz_ner .zuo i {
    width: 5px;
    height: 50px;
    background-color: #e5e5e5;
    margin: 20px 0;
}

.fz_banda .fz_ner .zuo h5 {
    line-height: 33px;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.fz_banda .fz_ner .you {
    flex: 0 0 50%;
    padding: 0 60px;
}

.fz_banda .fz_ner .you .nr_yy {
    background-color: #e5e5e5;
    padding: 5px;
}

.fz_banda .fz_ner .you .nr_yy img {
    width: 100%;
}

.fazhaun_lunbo {
    position: relative;
}
.fazhaun_lunbo .swiper-button-prev:after {content: none;}
.fazhaun_lunbo .swiper-button-next:after {content: none;}
.fzban_xiao {
    margin-top: 100px;
    padding-top: 14px;
    position: relative;
}

.fzban_xiao:after {
    background: url(../images/xian.png);
    width: 100%;
    height: 1px;
    left: 0;
    top: 14px;
    content: "";
    position: absolute;
}

.fzban_xiao .shuzi {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-top: 33px;
    text-align: center
}

.fzban_xiao .shuzi::after {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 100px;
}

.fzban_xiao .swiper-slide-thumb-active .shuzi::after {
    background: url(../images/acti.png);
    width: 28px;
    height: 28px;
    top: -1px;
}

.fazhaun_lunbo .swiper-button-next,
.fazhaun_lunbo .swiper-button-prev {
    top: auto;
    bottom: 15px;
}

.fazhaun_lunbo .swiper-button-next {
    right: -19px;
}

.fazhaun_lunbo .swiper-button-prev {
    left: -19px;
}

@media only screen and (max-width:992px) {
    .fz_banda .fz_ner .zuo {
        flex: 0 0 100%;
        padding: 0;
    }
    .fz_banda .fz_ner .you {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 30px;
    }
    .fz_banda .fz_ner .zuo i {
        display: none;
    }
    .fz_banda .fz_ner .zuo h5 {
        font-size: 15px;
    }
    .nei_shijianz {
        padding: 50px 0;
    }
    .fzban_xiao {
        margin-top: 40px;
    }
    .fzban_xiao .shuzi {
        font-size: 24px;
    }
    .fazhaun_lunbo .swiper-button-next,
    .fazhaun_lunbo .swiper-button-prev {
        bottom: 21px;
    }
}


.about-box-3 {padding: 155px 0 110px 0;}
.about-box-3 .ryzs {width: 100%; overflow: hidden;}
.about-box-3 .ryzs-div {width: 50%; float: left; overflow: hidden;}
.about-box-3 .ryzs-fl {width: 78%; float: right; margin-right: 4%; margin-top: 78px;}
.about-box-3 .ryzs-fl .txt {width: 100%; line-height: 28px; font-size: 16px; padding: 30px 0 18px 0; border-bottom: solid 1px #CDCDCD;}
.about-box-3 .ryzs-div-img {width: 100%;}

.about-box-3 .ryzs-list { width: 100%; margin-top: 67px; position: relative;}
.about-box-3 .ryzs-list li {width: 25%; float: left; padding:0 0.5rem; display: inline-block; position: relative;}
.about-box-3 .ryzs-list li img {display: block; width: 100%;}
.about-box-3 .ryzs-list li .txt {height: 50px; line-height: 20px; text-align: center;font-size: 15px;background: #fff;}
.about-box-3 .ryzs-list .swiper-pagination {display: none;}
.about-box-3 .ryzs-list .bottom50 {display: none;}
.about-box-3 .ryzs-list .swiper-button-prev {
  left: 8%;
}
.about-box-3 .ryzs-list .swiper-button-next {
  right: 8%;
}
.about-box-3 .swiper-button-prev:after,.about-box-3 .swiper-button-next:after {color: #999;}


@media (max-width: 991px) {
	.about-box-3 {padding: 40px 0 30px 0;}
	.about-box-3 .ryzs-div {width: 100%; padding: 0 15px;}
	.about-box-3 .ryzs-fl {width: 100%; margin-right: 0; float: none; margin-top: 0;}
	.about-box-3 .ryzs-list { margin-top:30px;}
	.about-box-3 .ryzs-list li {width: 100%;}
	.about-box-3 .ryzs-list li .txt {font-size: 14px;}
	.about-box-3 .ryzs-list .swiper-pagination {display: block;}
	.about-box-3 .ryzs-list .swiper-pagination-bullet-active { background: #dd0000!important;}
    .about-box-3 .ryzs-list .swiper-pagination-bullet { width: 44px!important; height: 7px!important;border-radius: 0!important; background: #ccc;opacity:1!important; margin:0 5px}
    .about-box-3 .ryzs-list .swiper-pagination-bullets {width: 90%; bottom:20px!important;}
    .about-box-3 .ryzs-list .bottom50 {display: block;height:50px;}
	.about-box-3 .swiper-button-next,
    .about-box-3 .swiper-button-prev { display: none;}	
	.about-box-3 .swiper-button-prev {left: 0;}
    .about-box-3 .swiper-button-next {right: 0;}
}


.numCount{padding: 42px 0;}
.numCount li {float: left; width:33%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .item .indt {font-size: 16px; color: #000;}
.numCount li .item .indc {color: #999;font-size: 16px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:40px; font-weight: bold;color:#dd0000; }

.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.numCount li .numU em {font-size:20px; color:#dd0000;vertical-align:top;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:24px; }
	.numCount li .numU em {font-size: 20px;}
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}



/**/
.pro-list {padding: 80px 0 120px 0; overflow: hidden;}
.pro-list .con {margin-bottom: 15px;}
.pro-list .con .pic {}
.pro-list .con .pic img {width: 100%;}
.pro-list .con .txt {line-height: 60px; text-align: center; font-size: 16px;}
.pro-list .con .txt a {color: #333;}
@media (max-width: 992px) {
    .pro-list {padding: 40px 0;}
    .pro-list .con .pic img {width: 100%;}
	.pro-list .con .txt {line-height: 40px;}
}



/*NEWS*/
.inner-news {padding: 80px 0;}

.inner-news .top-news {background: #fff; overflow: hidden; margin-bottom: 40px;}
.inner-news .top-news .pic {}
.inner-news .top-news .pic img {width: 100%;}
.inner-news .top-news .info {}
.inner-news .top-news .info-1 {padding: 43px 60px 40px 10px;}
.inner-news .top-news .info-2 {padding: 43px 10px 40px 60px;}
.inner-news .top-news .info .t-1 {font-size: 20px; color: #333; margin-bottom: 16px;}
.inner-news .top-news .info .t-2 {color: #999; margin-bottom: 16px;}
.inner-news .top-news .info .t-3 {line-height: 26px; margin-bottom: 50px;}
.inner-news .top-news .info .more {width: 170px; height: 48px; border: 2px solid #333;}
.inner-news .top-news .info .more:hover a {color: #000;}
.inner-news .top-news .info .more span {display: block; text-align: center; width: 114px; line-height: 46px;float: left;}
.inner-news .top-news .info .more span a {color: #333;}
.inner-news .top-news .info .more em {display: block; width: 52px;  background: #333; float: left;}
.inner-news .top-news .info .more em i {font-size: 20px; text-align: center; line-height: 44px; text-indent: 24px; color: #fff;}
.inner-news .news-list {}
.inner-news .news-list .con {background: #fff; overflow: hidden; display: block; margin-bottom:40px; padding: 12px 36px;}
.inner-news .news-list .con:hover {background:#dd0000; color: #fff;}
.inner-news .news-list .con:hover .time {border-right:1px solid #fff; color: #fff;}
.inner-news .news-list .con:hover .time span {color: #fff;}
.inner-news .news-list .con:hover .txt span a {color: #fff;}
.inner-news .news-list .con .time {padding:7px 34px 7px 0; border-right: 1px solid #cfcfcf; text-align: center; float: left; display: block;}
.inner-news .news-list .con .time span { font-size: 55px; font-weight: bold; color: #343434; margin-bottom: 9px; display: block;}
.inner-news .news-list .con .txt {width: 80%; float:right;}
.inner-news .news-list .con .txt span {font-size: 18px;display: block; margin-top: 5px; margin-bottom: 8px;}
.inner-news .news-list .con .txt span a {color: #111; text-decoration: underline;}
.inner-news .news-list .con .txt em {line-height: 22px; display: block;}

.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 h1 {font-size: 20px;}
.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:#dd0000; 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 a { color: #333; display: inline-block; font-size: 14px; line-height:23px; }
.news-info .rightwrap li a:hover { color: #dd0000; }
.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: #dd0000; }
.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: #dd0000; color: #fff; }
.news-info .paging .return a {color: #fff; display: block;}
.news-info .paging .return a:hover {color: #fff;}


@media (max-width: 991px) {
	.inner-news {padding: 40px 0;}
	.inner-news .top-news {margin-bottom: 20px;}
	.inner-news .top-news .info {padding-left: 25px; height: 131px;}
    .inner-news .top-news .info .t-1 {font-size: 28px; margin-top: 28px; }
    .inner-news .top-news .info .t-2 {font-size: 16px;}
	.inner-news .top-news .pic img {width: 100%; }
    .inner-news .top-news .info-1,.inner-news .top-news .info-2 {padding:30px 10px;}
    .inner-news .top-news .info .t-1 {font-size: 16px; line-height: 23px; margin-bottom: 16px;}
    .inner-news .top-news .info .t-3 {line-height: 26px; margin-bottom: 25px;}
	.inner-news .news-list .con { padding: 12px; margin-bottom: 15px;}
    .inner-news .news-list .con .time { margin-bottom: 18px;}
	.inner-news .news-list .con .txt {width: 100%; float: none;}
	.inner-news .news-list .con .txt span {font-size: 16px; margin-bottom: 15px;}
	.inner-news .news-list .con .time {display: none;}
	.show_news {padding: 95px 0 50px 0;}
	
	.news-info {padding: 20px 10px;}
	.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 h1 {font-size: 16px;}
	.news-info .col-lg-9 {padding-right: 20px;}
}

/*jm*/
.inner-jm {padding: 60px 0 150px 0;}
.inner-jm-box {padding: 45px 50px; background: #fff;}
.inner-jm-box .txt {line-height: 30px;font-size: 16px;}
.inner-jm-box .main {margin-top: 45px; overflow: hidden;}
.inner-jm-box .main .con {margin-bottom: 27px;}
.inner-jm-box .main .con .pic {}
.inner-jm-box .main .con .pic img {width: 100%;}
.inner-jm-box .main .con .t-1 {line-height: 33px; text-align: center;}
@media (max-width: 991px) {
	.inner-jm {padding: 40px 0 60px 0;}
    .inner-jm-box {padding: 20px 10px;}
}

/*video*/
.inner-video {padding: 60px 0 150px 0;}
.inner-video .con {margin-bottom: 30px;}
.inner-video .con .pic {}
.inner-video .con .pic img {width: 100%;}
.inner-video .con .txt {line-height: 24px; font-size: 16px; text-align: center;padding-top: 14px;}
@media (max-width: 991px) {
	.inner-video {padding: 0px 0 60px 0;}
    .inner-video .con {margin-bottom: 20px;}
	.inner-video .con .txt{line-height: 22px;font-size: 14px;padding-top: 8px;}
}








/*showpro*/
.show-pro {padding:90px 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 h2 {
    font-size: 30px;
    margin-top: -6px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content h2 {
        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: linear-gradient(to right, #6f6f6f, #000); text-indent:20px; color: #fff; font-size: 16px;}
.product-description-review .tab-content {
    padding: 20px 0;
	line-height: 25px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
}

.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h4 {
    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;
}

.contact {width: 100%; background: url("../images/lx-bg.jpg") no-repeat top center #f3efe8;}
.contact-form-content {width: 100%; overflow: hidden; padding:80px 0 36px!important;}
.contact-form-content .tit { overflow: hidden;}
.contact-form-content .tit span {display: block; font-size:40px; color: #333; font-weight: bold; margin-bottom: 18px;}
.contact-form-content .tit em { display: block; font-size: 18px; color: #666;}
.contact-fl {padding:70px 0 66px 0 ;}
.contact-fl .info { margin-top: 55px; overflow: hidden;}
.contact-fl .info .txt { min-width: 525px; height: 76px; border-bottom: 1px solid #e7e7e7;}
.contact-fl .info .txt span {display: block; width: 43px; height: 43px; line-height: 43px; background: #fff; border-radius: 22px; margin-top: 22px; margin-right: 20px; float: left;}
.contact-fl .info .txt span i {color: #676767; font-size: 18px; margin-left: 12px;}
.contact-fl .info .txt em {display: block; float: left; font-size: 18px; color: #777; line-height:76px;}
.contact-fl .info .txt em o {color: #333;margin-right: 30px;}


.contact-fr {padding:70px 66px; background: #fff;}
.touch { width:100%; height:400px;  position:relative; margin-top: 46px;}
div.contact-fr input[type='text'],div.contact-fr input[type='submit']{ background: #fff; border: 1px solid #ddd; position:absolute;outline:none;  text-indent:14px; color:#777;width: 100%;}
div.contact-fr input[type='checkbox']{width:12px;height:12px;}
input.gbk_1 {width: 48% !important; height:55px; top:0; left:0; }
input.gbk_2 {width: 48% !important; height:55px; top:0; right:0;}
input.gbk_3 { height:55px; top:75px; left:0; }
input.gbk_5 { width:180px!important; height:35px; top:300px; left:0; text-indent: 0!important; text-align: center;}
.contact-fr textarea{ width:100%; height:132px; position:absolute; top:150px; left:0; outline:none; overflow:hidden;border: 1px solid #ddd;  }
.contact-fr textarea, .touch input { color:#777;}
.contact-fr textarea {padding:24px 14px; }
input.contact_sub{ width:100% !important; height:45px !important; text-indent:0 !important; color:#fff !important; top:350px; left:0; border-radius:5px; cursor:pointer; background:#ad0505!important; line-height:45px; text-align:center !important; font-size:18px;} 
input.contact_sub a { display:block; color:#fff !important;}
input.contact_sub i { color:#fff; margin-right:5px;}
.contact-fr .vdimgck{float:left;cursor: pointer;width:85px;height:30px; position:absolute; top:302px; left:200px;}
.contact-map {width: 100%;}
@media (max-width: 991px) {
    .contact-form-content {padding:0 15px!important;}
	.contact-form-content .col-lg-6:nth-child(2) {padding: 0;}
    .contact-form-content .tit span { font-size:30px;  margin-bottom: 18px;}
    .contact-form-content .tit em {font-size: 16px; line-height: 28px;}
	.contact-fl {padding: 30px 0 40px 0}
    .contact-fl .info { margin-top: 20px; }
    .contact-fl .info .txt { min-width: 100%; }
    .contact-fl .info .txt em {font-size: 12px;}
    .contact-fl .info .txt em o {margin-right: 5px;}
	.contact-fr {padding:20px}
	input.contact_sub { height: 40px!important; line-height: 40px;}
	.contact-map {width: 100%; max-height: 500px;}
	.contact-map img {width: 100%;}
}


/*--------------------------------
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;
}


@media screen and (max-width:991px) {
.logo {padding-top: 0;}	
.logo img {width:100px; }
	.carousel-inner > .item > img {max-width:180%!important;}	
.other-side {display: none;}	
	.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;margin-top: 90px;}
	.ban-pro-mobile {display: block;}
	.ban-pro-pc {display: none;}

	
	
	
	
	

.sm-top {margin-top: 20px;}
	
	.abM4{padding-left:2%;padding-right:2%;padding-top:50px;}
.niancontxt { width:33%; line-height:30px; font-size:16px;}
.abM4Tit{font-size:36px;}
.abM4Bri{font-size:18px;}


	
	.navbar-area {height: 55px;background: url("../images/nav-bg.png") repeat;}
	.cybj-pic-1 img,.cybj-pic-2 img,.cybj-pic-3 img,.cybj-pic-4 img,.cybj-pic-5 img {width: 100%;}
	



	

/********内页菜单*********/
.m-ins-navbox { width: 100%; height: 38px; background-color: #fff; position: relative; z-index: 11; display: block;}
.m-ins-navbox.fixed { position: fixed; top: 0; left: 0; z-index: 11; }
.m-ins-navbox .left { width: 15%; cursor: pointer; float:left; }
.m-ins-navbox .left .ico { display: block; width: 100%; height: 38px; background: url(../images/ico_35.png) no-repeat center #cc0000; background-size: auto 50%; }
.m-ins-navbox .ret-subbox { position: absolute; top: 38px; width: 100%; background-color: #cc0000; left: 0; z-index: 2; display: none; }
.m-ins-navbox .ret-subbox a { display: block; width:100%; padding-left: 5%; height: 38px; line-height: 38px; color: #fff; font-size: 14px; background: url(../images/ico_38.png) no-repeat 92% center; background-size: auto 35%; }
.m-ins-navbox .right { width: 85%; position: relative; float:right; }
.m-ins-navbox .right .tit { display: block; width: 95%; padding-left: 5%; font-size: 14px; color: #000; line-height: 38px; background: url(../images/ico_36.png) no-repeat 93% center; background-size: auto 50%; cursor: pointer; }
.m-ins-navbox .right .subbox { width: 100%; position: absolute; top: 38px; background-color: #fff; z-index: 2; display: none; left: 0; }
.m-ins-navbox .right .subbox a { display: block; width: 95%; padding-left: 5%; line-height: 38px; height: 38px; border-top: 1px solid #e5e5e5; background: url(../images/ico_37.png) no-repeat 92% center; background-size: auto 35%;}
.inner-menu {display: none;}	
	

.core {padding: 30px 0;}
.core_tit .t-1 {margin-bottom: 10px; font-size: 20px;}
.core_tit .t-2 {margin-bottom: 5px; font-size: 20px;}
.core_con_fr .core-top {padding: 14px 0; overflow: hidden;}
.core_con_fr .core-s {font-size: 30px; margin-right:5px;}
.core_con_fr .core-txt {margin-top:10px; margin-left:0; line-height: 37px; color: #333;}	
.core_con_fr .core-tit .core-tit-1 {line-height: 20px; margin-bottom:5px; font-size:16px; color: #333;}
.core_con_fr .core-tit .core-tit-2 {color: #666; font-size: 12px;}

	.list-pro {display: none;}

.webzi {width: 100%; }	
.webzi .t1 { width: 140px; line-height: 25px; position: absolute; top:70px; left: 0; font-size: 18px;}
.webzi .line { position: absolute; top: 130px; left: 0;}
.webzi .t2 { display: none;}
.webzi .location {position: absolute; top:200px; left: 0;}	
	
	
	.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;}	
.inner {padding: 30px 0;}
.product-item {margin-bottom: 20px;}	
.product-item img {width: 100%;}	
	

	.job-tit {display: none;}
}
.pages{clear: both; width:100%; margin-top: 20px;}

.pages .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ad0505;
    border-color: #ad0505;
}

.lx-md {width: 100%; padding:80px 20px;}
@media (max-width: 991px) {
    .lx-md {padding:30px 15px!important;}
}
.lx-md span {display:block; font-size: 20px; line-height: 35px; margin-bottom: 20px; font-weight: bold; text-align: center;}
.lx-md p {font-size: 16px; line-height: 30px; font-weight: bold;}
