@charset "UTF-8";
/*网站单位设置*/
@media (max-width: 767px) {
  html {
    font-size: 26px !important; } }
@media (max-width: 479px) {
  html {
    font-size: 24px !important; } }
@media (max-width: 320px) {
  html {
    font-size: 20px !important; } }
@media (min-width: 768px) {
  html {
    font-size: 28px !important; } }
@media (min-width: 1200px) {
  html {
    font-size: 30px !important; } }
@media (min-width: 1440px) {
  html {
    font-size: 34px !important; } }
@media (min-width: 1680px) {
  html {
    font-size: 40px !important; } }
div, ul, li, span, a {
  box-sizing: border-box; }

.gai_img{width:100%;}
.gai_img img{width:100%;}
.gai_img_ph{display:none;}
.gai_img_ph img{width:100%;}

.poa {
  position: absolute; }

.Arial {
  font-family: "Arial"; }

.img100 {
  display: block;
  max-width: 100%; 
margin:0 auto; 
}

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.bgef {
  background: #f4f4ed; }

 .search-btn {
  transition: all 0.5s; }

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.w740 {
  width: 740px; }

.bgf5 {
  background: #f5f5f5; }

.w840 {
  width: 840px; }

.w850 {
  width: 850px; }

.w1180 {
  width: 1180px; }

.w1280 {
  width: 1280px; }

.w1200 {
  width: 1200px; }

.w1240 {
  width: 1240px; }

.w1450 {
  width: 1450px; }

.w1600 {
  width: 83.3vw; }

.w1690 {
  width: 88vw; }

.w840, .w740, .w850, .w1280, .w1200, .w1600, .w1240, .w1450, .w1180, .w1690 {
  margin-left: auto;
  margin-right: auto; }

.demo1{height: 790px;}
.pb-carouselWarp {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
  background-color: #000;
}
.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #000;
}
.demo2{display: none;}
@media (max-width: 1680px) {
.demo1{height: 700px;}
}
@media (max-width: 1580px) {
.demo1{height: 658px;}
}
@media (max-width: 1440px) {
.demo1{height: 600px;}
}
@media (max-width: 1366px) {
.demo1{height: 569px;}
}
@media (max-width: 1280px) {
.demo1{height: 533px;}
}
@media (max-width: 1024px) {
.demo1{height: 427px;}
}

@media (max-width: 998px) {
.demo2{display: block; height: 547px;}
.demo1{display: none;}
}
@media (max-width: 820px) {
.demo2{height: 492px;display: block;}
}
@media (max-width: 768px) {
.demo2{height: 460px;}
}
@media (max-width: 540px) {
.demo2{height: 324px;}
}
@media (max-width: 412px) {
.demo2{height: 247px;}
}
@media (max-width: 375px) {
.demo2{height: 225px;}
}


#nav {display: flex;display: flex;flex-direction: row;flex-wrap: wrap;}
#nav ul.nav {display: inline-flex;flex: 1;}
#nav li.nav-item {padding-right: 44px; padding-bottom: 20px;}
#nav li.nav-item>a{display: block;text-align: center;position: relative; font-size: 14px; line-height: 24px; font-weight: bold; transition-duration: .3s;}
#nav li.nav-item>a::before{ display: none; content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); position: absolute;}
#nav li.nav-item:hover>a ,li.nav-item.active>a{ text-decoration: underline;}
#nav li.nav-item:hover>a::before,li.nav-item.active>a::before{display: block;}
/* 二级菜单 */
.subMenu{display: none;position: absolute;top: 63px;left: 0;width:100%;background:#dcdcdc; padding: 40px 7.5%;}
.subMenu .wrap{ overflow: hidden;}
.subMenu>ul>li>a{font-weight: bold;}
.subMenu>ul>li>a:hover{text-decoration: underline;}
.subMenu .sub-a1{margin: 0 1%; width: 18%; float: left;}
.subMenu .sub-a1 img{display: block; width: 100%;}
.subMenu .sub-a1 span{display: block; text-align: center; width: 100%; margin-top: 10px;}
.subMenu .sub-a2{float: left;width: 30%; text-align: center;}
.subMenu .sub-a2 a{display: block; width: 100%;font-weight: bold;}
.subMenu .sub-a2 a:hover{text-decoration: underline;}
.subMenu .nav_img_2{display: block; float: right; width: 70%;}
.subMenu .nav_img_2 img{width: 100%;}


.header {
  overflow: visible;
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  background: #ebebeb;
  transition-duration: .5s; }
  .header .logo {
    height: 24px; display: inline-flex; flex: 0 0 250px;}
  .header .m-nav-btn {
    display: none;
    position: absolute;
    width: 20px;
    height: 14px;
    cursor: pointer;
    left: 6.125%;
    top: 27px; }
    .header .m-nav-btn.cur .line1 {
      transform: rotate(47deg); }
    .header .m-nav-btn.cur .line2 {
      display: none; }
    .header .m-nav-btn.cur .line3 {
      transform: rotate(-47deg); }
    .header .m-nav-btn .line {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      left: 0;
      transition: all .5s ease;
      margin: 0; }
    .header .m-nav-btn .line1 {
      top: 0;
      -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
      transform-origin: left top 0; }
    .header .m-nav-btn .line2 {
      top: 7px; }
    .header .m-nav-btn .line3 {
      top: 100%;
      -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
      transform-origin: left bottom 0; }
  .header .header-right {
    flex: 0 0 1080px;
    display: inline-flex;}
  .header .header-mains {
    transition: all 0.5s; }
 
  .header .mobile-a {
    position: relative;
    flex: 0 0 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 17px 0 0;
    background: url(../img/moblie.png) no-repeat center; }
  .header .mobile-hides {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 22px);
    width: 226px;
    padding: 10px 0;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center; }
  .header .ewm-hides-item {
    display: inline-block;
    width: 90px;
    vertical-align: top;
    margin: 0 10px; }
  .header .ewm-img-wrap {
    padding: 5px;
    border: 1px solid #ebdfdf; }
  .header .ewm-txt {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    color: #333; }
  .header .show-search-btn {
    background-color: #f4f4f4;
    display: inline-block;
    width: 180px;
    flex: 0 0 180px; border: solid 1px #e0e0e0;
    cursor: pointer;
    height: 26px;
    transition-duration: .3s;}
.header .show-search-btn .show_search_l{float: left; padding-left: 10px; line-height: 26px; color: #b9b9b9;}
.header .show-search-btn .show_search_r{float: right; width: 22px; height: 26px; magrin-right: 15px; display: block; background:url(../img/ser1.png) no-repeat ;}
.header-nav { display: none;
  flex: 0 0 auto; }
  .header-nav .nav-item {
    position: relative;
    flex: 0 0 auto;
    padding-bottom: 20px; }
    .header-nav .nav-item:hover .nav-top-a1, .header-nav .nav-item.cur .nav-top-a1 {
      text-decoration: underline;}
  .header-nav .nav-sub-wrap {
    display: none;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% + 20px);
    height: auto; }
  .header-nav .nav-top-a1 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding-right: 44px;
	font-weight: bold;
    transition-duration: .3s; }
  /*.header-nav .nav-top-a2 { display: none;

    font-size: 14px;
    line-height: 24px;
    padding-right: 44px;
	font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    transition-duration: .3s; }*/
  .header-nav .sub-a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    transition-duration: .3s; color: #fff;
    padding: 0 10px 0 20px; background:rgba(235, 235, 235, 0.4);
    border-top: 1px solid rgba(235, 235, 235, 0.4); }
    .header-nav .sub-a:hover {
      background:rgba(235, 235, 235, 0.1);
      padding-left: 16px; }

.header-search-wrap {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 15px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 34px;
  margin-left: -300px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 34px;
  transition: all 0.5s;
  background: #fff;
  padding-right: 50px; }
  .header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 36px;
    height: 34px;
    background: url(../img/ser1.png) no-repeat center;
    border: none;
    box-sizing: border-box; }
  .header-search-wrap .ser-input {
    width: 100%;
    height: 34px; line-height: 34px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    text-indent: 10px; }
  .header-search-wrap .search-close {
    position: absolute;
    display: block;
    right: -60px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: url(../img/close2.png) no-repeat center;
    background-size: 20px !important;
    cursor: pointer;
    transition-duration: .5s; }
    .header-search-wrap .search-close:hover {
      transform: rotate(90deg); }

.toUpp {
  text-transform: uppercase; }

.index_height{width: 100%; height: 30px; background-color: #f5f5f5;}
.wel-hd01 {
  position: absolute;
  z-index: 3;
  bottom: 25px !important;
  left: 0 !important;
  text-align: center; }
  .wel-hd01 .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    display: inline-block;
    margin: 0 5px !important;
    position: relative;
    transition-duration: .5s;
    cursor: pointer;
    background: none;
    opacity: 1;}
    .wel-hd01 .swiper-pagination-bullet:before {
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      content: "";
      width: 40px;
      height: 3px;
      transition-duration: .5s;
      background: rgba(255, 255, 255, 0.2); }
      .wel-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {background: rgba(255, 255, 255,0.9);
        }



.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #575352;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	background-color: #f4f4ed;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
	
}
.c-banner .banner ul li .m_huodong_banner{display: none;}

@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 310px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 310px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
	
	
}

.c-box{width: 100%;overflow: hidden;position: relative; display: none;}
.box-1 ul{}
.box-1 ul li{width: 100%;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 100%; }
.box-2{position: absolute;left: 40%; bottom: 12px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}


.footer {
  background:#dcdcdc; }


.footer-outerLink {
  justify-content: center; }
  .footer-outerLink .outer-item {
    z-index: 3;
    flex: 0 0 auto;
    position: relative;
    cursor: pointer; }
    .footer-outerLink .outer-item:first-child {
      margin-left: 0; }
      .footer-outerLink .outer-item:first-child:before {
        display: none; }
    .footer-outerLink .outer-item:hover .hover {
      display: block; }
    .footer-outerLink .outer-item:hover .unhover {
      display: none; }
    .footer-outerLink .outer-item:hover .outer-name, .footer-outerLink .outer-item:hover .outer-detail {
      color: #a97561; }
  .footer-outerLink .outer-ewm {
    display: none;
    position: absolute;
    top: 100%;
    left: -50px;
    width: 140px;
    margin-top: 10px; }
  .footer-outerLink .hover {
    display: none; }
  .footer-outerLink .outer-mains {
    justify-content: flex-start; }
  .footer-outerLink .outer-ico {
    flex: 0 0 30px;
    width: 30px;
    position: relative;
    height: 30px;
    overflow: hidden;
    margin-right: 20px; }
    .footer-outerLink .outer-ico .img100 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.footer-top {
  padding: 2.8rem 0 1.8rem;}
  .footer-top .footer-top-left {
    flex: 0 0 calc(100%); border-bottom:#b5b5ae solid 1px; }

  .footer-top .footer-nav {
    flex: 0 0 25%;
    margin-bottom: 1.5rem; }
  .footer-top .footer-nav-a1 {
    display: block;
    font-size: 16px; font-weight: bold;
    line-height: 22px;
    margin-bottom: 0.5rem;
    color: #636363; }
  .footer-top .footer-nav-a11 {
    color: #a97561;
    font-size: 14px;
    margin-bottom: 14px;
    padding-left: 28px;
    transition-duration: .3s; }
    .footer-top .footer-nav-a11:hover {
      padding-left: 24px; }
  .footer-top .footer-nav-a2 {
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #636363;
    transition-duration: .3s; }
    .footer-top .footer-nav-a2:hover {
      text-decoration: underline;}




.footer-top .footer_link{flex: 0 0 calc(100%); padding-top: 80px;}

.footer-bot {
  padding: 20px 0;
  font-size: 14px;
  line-height: 32px;color: #636363; text-align: center;
   }
  .footer-bot .jing-a { color: #636363;
    transition: all .3s ease; }
    .footer-bot .jing-a:hover {
      text-decoration: underline;}
  


.welcome-banner {
  overflow: hidden;
  position: relative; }
  .welcome-banner .m-banner-img {
    display: none; }
  .welcome-banner .swiper-slide {
    position: relative;
    z-index: 2;
    display: block;
    transition-duration: 4s; }
  .welcome-banner .swiper-wrapper {
    position: relative;
    z-index: 2; }
  /*.welcome-banner .swiper-slide-active {
    transform: scale(1.05); }*/



.padHeader {
  padding-top: 64px; }


.w988 {
  width: 988px;
  margin-left: auto;
  margin-right: auto; }


.hide1 {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
  opacity: 0 !important; }

.show1 {
  z-index: 8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.index_title{font-size: 30px; text-align: center;}
.index_con2{overflow: hidden; margin-top: 20px; height: 545px;}
.index_con2 .index_con2_l{float: left; background-color: #fff; padding: 40px; width:48.5%; margin-right: 1.25%; height: 545px; text-align: center;}
.index_con2 .index_con2_l .index_con2_l_img{ margin-top: 50px;}
.index_con2 .index_con2_l .index_con2_l_title{ font-size: 26px; line-height: 36px; letter-spacing: 8px; margin-top: 10px;}
.index_con2 .index_con2_l .index_con2_l_img2{ margin-top: 30px;}
.index_con2 .index_con2_r{float: right;width:48.5%; height: 545px;overflow: hidden;}
.index_con2 .index_con2_r img{width: 100%;transition: all 1s ease;}
.index_con2 .index_con2_r a:hover img{transform: scale3D(1.1, 1.1, 1.1);}

.index_name{font-size: 20px; text-align: center;}
.index_name_more{ padding-top: 10px;}
.index_name_more a{width: 220px;margin: 0 auto; display: block; text-align: center; border: #4b4b4b solid 1px; line-height: 36px; color: #4b4b4b;}
.index_name_more a:hover{background-color: #4b4b4b; color: #fff;}
.index_con3{background-color: #ebebeb; padding: 40px 0; margin-top: 40px;}
.index_detail{font-size: 16px; text-align: center;}

.Box {position: relative;}
.Box .content {width: 100%;}
.Box .Box_con {position: relative;}
.Box .Box_con .conbox {position: relative;overflow: hidden; height: 560px;}
.Box .Box_con .conbox ul {position: relative;}
.Box .Box_con .conbox ul li {float: left;width: 460px; height: 560px; margin-left:20px;overflow: hidden; text-align: center;}
.Box .Box_con .conbox ul li:nth-child(1){margin-left: 0px;}
.Box .Box_con .conbox ul li .pro_title_en{ font-size: 16px; line-height: 24px;}
.Box .Box_con .conbox ul li .pro_title_cn{ font-size: 16px;}
.Box .Box_con .conbox ul li img {display: block;width:460px;height: 460px;transition: all 0.5s;overflow: hidden;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.Box .BoxSwitch {margin-top: 30px; text-align: center;}
.Box .BoxSwitch span { display: inline-block; border-radius: 50%; width: 12px; height: 12px; margin: 0 5px;cursor: pointer; background: url(../img/pot.png) no-repeat center;}
.Box .BoxSwitch span.cur {border: #4b4b4b solid 1px;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 36px;height: 80px;position: absolute;top: 35%;cursor: pointer;}
.Box .Box_con .btnl {background: url(../img/arrowlL.png) no-repeat center; left: 0;}
.Box .Box_con .btnr {background: url(../img/arrowrR.png) no-repeat center; right: 0;}

.weixin_box{padding: 250px 0;}

/*产品详情页*/
.prolist_box_01{ text-align: center; padding: 80px 0;position: relative; background: #ebebeb;}
.prolist_box_01 .prolist_img{text-align: center; width: 100%;}
.prolist_box_01 .prolist_img img{}
.prolist_box_01 .prolist_name{font-size: .8rem; width: 100%;}
.prolist_box_01 .prolist_en{font-size: .42667rem; width: 100%;}

.prolist_box_01 .prolist_fix{width: 26%; position: absolute; left:7.5%; top: 60%; text-align: left;}
.prolist_box_01 .prolist_fix .prolist_ml{}
.prolist_box_01 .prolist_fix .prolist_price{margin-left:-2px;}
.prolist_box_01 .prolist_fix .prolist_chengfen{ line-height: 24px;}
.prolist_box_01 .prolist_fix .prolist_more{width: 100%; margin-top: 30px; height: 50px;text-align: center; line-height: 50px; border: #4b4b4b solid 1px;}
.prolist_box_01 .prolist_fix .prolist_more a{font-size: 16px; }

.index_shop{position: relative; overflow: hidden; padding: 100px 0; background-color: #ebebeb;}
.index_shop .index_shop_l{ width: 35%; float: left;}
.index_shop .index_shop_l .shop_title{font-size: 36px;}
.index_shop .index_shop_l .shop_detail{font-size: 16px;}
.index_shop .index_shop_l .shop_more{font-size: 16px; margin-top: 40px;}
.index_shop .index_shop_l .shop_more a{display: block; width: 300px; height: 60px; line-height: 60px; border:#d0d0ce solid 1px; padding: 0 30px; background: url(../img/right-b.png) no-repeat; background-size: 0.8rem 0.8rem; background-position: 240px;}
.index_shop .index_shop_l .shop_more a:hover{ background-color:#575352; background-image: url(../img/right-w.png) ; background-repeat: no-repeat;border:#575352 solid 1px; color: #fff;}

.index_shop .index_shop_r{ width:60%; position: absolute; top: 100px; right:0px;}

.index_shop .index_shop_r .banner{position: relative;overflow: auto;text-align: center;width:100%;}
.index_shop .index_shop_r .banner .arrow{position:absolute;width:80px;height:80px;top: 36%; overflow: hidden;z-index: 2;}
.index_shop .index_shop_r .banner #al{left:0px}
.index_shop .index_shop_r .banner #ar{right:0px}
.index_shop .index_shop_r .banner ul{z-index: 1;width:100%;}
.index_shop .index_shop_r .banner ul .slider-item {width:100%; float: left;height:700px; position: relative; overflow: hidden;}
.index_shop .index_shop_r .banner ul .slider-item img{width: 100%;height:600px;}
.index_shop .index_shop_r .banner ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 100%;max-height: 56px;padding: 15px;text-align:center;}
.index_shop .index_shop_r .banner ul .slider-item .slider-title em{font-style: normal; font-size: 16px;}
.index_shop .index_shop_r .banner .progress_bg{position:absolute;left:0;bottom:60px;width:100%;min-height:2px;overflow:hidden;z-index:2;background:#d0d0c9;}
.index_shop .index_shop_r .banner .progress{position:absolute;left:0;bottom:60px;width:15%;min-height:2px;overflow:hidden;z-index:2;background:#575352;}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 550px;
	min-width: 320px;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-modal3 {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {visibility: visible;}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #5b5b5b;
	background: #fff;
	position: relative;
	border-radius: 0px;
	margin: 0 auto; padding:50px 40px;
}
.md-content3 {
	background: #fff;
	position: relative;
	border-radius: 0px;
	margin: 0 auto; padding: 20px;
}
.md-content3 .scroll_pc{ max-height:400px;overflow-y: auto; scrollbar-color: #000 #efefef;scrollbar-width: thin; padding:0 20px;}
.md-content3 .scroll_pc img{width: 100%;}
.md-content div p{font-size: 16px; text-align: center; padding-top: 20px;}
.md-close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 999999;
}
.md-close { background:url(../img/close3.png) no-repeat; height: 20px; width: 20px; position: absolute; right: 20px; top: 20px;}
.mianze{text-align: center; padding-top: 20px; line-height: 22px;}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}
.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.md-content3 h3 {font-size: 24px; text-align: center;font-weight: 600; padding-bottom: 15px;}

.accordion{ text-align: center;line-height: 30px; padding: 30px 0; background: #e7e7e7;}
.accordion a{color: #636363; text-decoration: underline;}

.prolist_box_02{width: 100%; overflow: hidden; background-color: #ebebeb;}
.prolist_box_02 .prolist_box_02_l{width: 50%; float: left;}
.prolist_box_02 .prolist_box_02_l img{width: 100%;}
.prolist_box_02 .prolist_box_02_r{width: 50%; float: right; overflow: hidden; padding:25% 5%; font-size: 0.4rem; line-height: 1.75;}

.prolist_height{width: 100%; height: 30px; background-color: #ebebeb;}

.prolist_box_03{width: 100%;}
.prolist_box_03 img{width: 100%;}
.prolist_box_03 .sm_img{display: none;}

.prolist_box_04{width: 100%; background: #f5f5f5; padding: 50px 0; font-size: 0.4rem; line-height: 1.75;}

.img-wrap-title{font-size: 30px; text-align: left;flex: 0 0 14vw; margin-left: 20px;}
.img-wrap-title2{display: none;}
.font-big{font-weight: bold; font-size: 15px !important;}
.prolist_bbg{ background-color: #ebebeb;}
.img100_p{width: 100%;}
.guanzhu{}
.guanzhu a{display: inline-block; width: 30px; position: relative; margin-right: 25px;}
.guanzhu a img{width: 100%;}
.guanzhu a img.img_next{display: none;}
.guanzhu a:hover img.img_next{display:block; position: absolute; top: 0px; left: 0;}

.huiyuan_ma{display: none;}
.footer-sub-hides a.huiyuan{position: relative;}
.footer-sub-hides a.huiyuan:hover .huiyuan_ma{display: block; width: 120px; position: absolute; top: 40px; left:0px; border-radius: 15px;}
.footer-sub-hides a.huiyuan:hover .huiyuan_ma img{width: 100%;}
.guanzhu a.wei_ma{position: relative;}
.weixin_ma{width: 150px; margin-top: 10px;}
.weixin_ma img{width: 100%;}

.product_box { padding: 90px 0; background: #ebebeb;}
.product_box ul{overflow: hidden;}
.product_box ul li{width: 23%; float: left; margin: 1%; }
.product_box ul li .product_img{width: 100%; height: 475px; overflow: hidden;}
.product_box ul li .product_img img{width: 100%;transition: all 0.5s;}
.product_box ul li a:hover .product_img img {transform: scale(1.1);}
.product_box ul li .pro_title_en{width: 90%;  text-align: center; margin:0 5%; font-size: 16px; line-height: 24px; height:48px;overflow:hidden;}
.product_box ul li .pro_title_cn{width: 90%;  text-align: center; margin:0 5%; font-size: 16px; line-height: 24px;}

.product_box ul li .product_title{width: 90%;  text-align: center; margin:0 5%; font-size: 16px; line-height: 24px; height:48px;overflow:hidden;}
.product_more{width:90%; text-align: center; margin:0 5%; font-size: 14px; line-height: 36px; height:36px;border:solid 1px #d3d4d4;}

.huodong_box { padding: 90px 0; background: #ebebeb;}
.huodong_box ul{overflow: hidden;}
.huodong_box ul li{width: 48%; float: left; margin: 1%;}
.huodong_box ul li .huodong_img{width: 100%;}
.huodong_box ul li .huodong_img img{width: 100%;}
.huodong_box ul li .huodong_title{width: 100%; font-size: 16px; line-height: 30px; margin-top: 20px; text-align: center;}
.huodong_box ul li a:hover .huodong_title{text-decoration: underline;}

.paging{ height: 70px; padding-top: 20px; width: 564px; margin: 0 auto;}
.jg_fenye{}
.jpg_fenye{}
.jg_fenye_le{height:48px; float:left;line-height:48px;}
.jg_fenye_le1{width:48px; height:48px; margin-right:12px; float:left;  color:#fff; background-color:#fff; text-align:center;font-size:14px;border:solid 1px #e8e4e1; color:#969796; line-height:48px; }
.jg_fenye_le1:hover{width:48px; height:48px; color:#fff; background-color:#4b4b4b; border:solid 1px #4b4b4b;}
.jg_fenye_le1_h{width:48px; height:48px; color:#fff; background-color:#4b4b4b; border:solid 1px #4b4b4b;}
.jg_fenye_le2{width:20px; height:48px; margin-right:12px; float:left; text-align:center;font-size:14px; color:#969796; line-height:42px;}
.jg_fenye_le3{width:120px; height:48px; margin-right:12px; float:left; background-color:#fff ;border:solid 1px #e8e4e1;text-align:center;font-size:14px; color:#969796; line-height:48px; }
.jg_fenye_le3:hover{color:#fff; background-color:#4b4b4b; border:solid 1px #262626;}

.neiye_Box{background-color: #ebebeb;}
.neiye_Box .neiye_img_pc{width: 100%;}
.neiye_Box .neiye_img_pc img{width: 100%;}
.neiye_Box .neiye_img_iphone{width: 100%; display: none;}
.neiye_Box .neiye_img_iphone img{width: 100%;}
.neiye_Box .neiye_text{padding: 100px 0; line-height:1.75;font-size: 0.4rem;}
.neiye_Box .neiye_text img{width: 100%;}
.neiye_Box .neiye_text div img{width: auto;}

/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 460px;
	position: relative;  margin-top: 35px;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	padding:15px;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}

.mendian_box{overflow: hidden; width: 90%;}
.mendian_box li{float: left; width: 100%; padding: 15px 0; border-bottom: #b5b5ae solid 1px;}
.mendian_box li:nth-child(1){padding-top: 0px;}
.mendian_box li .mendian_tit{font-size: 15px;}
.mendian_box li .mendian_det{color: #636363;}

.picScroll-left{width:100%;height: auto;overflow: hidden;position: relative; padding-bottom: 100px;}
.picScroll-left .hd a{position: absolute; top: 35%;display:block; }
.picScroll-left .hd a.prev{left: 5px;}
.picScroll-left .hd a.next{right: 5px;}	
.picScroll-left .bd{width:90%; margin: 0 auto;}
.picScroll-left .bd ul{ overflow:hidden;}
.picScroll-left .bd ul li{ margin:0 10px;width:24%;float:left; overflow:hidden; }
.picScroll-left .bd ul li .pic{text-align:center;}
.picScroll-left .bd ul li .pic img{ display:block; width: 100%;}
.picScroll-left .bd ul li .pro_title_en{font-size: 16px; line-height: 24px; text-align:center; }
.picScroll-left .bd ul li .pro_title_cn{font-size: 16px; line-height: 24px;text-align:center;}
.picScroll-left .bd ul li .pro_list_step{font-size: 20px;line-height: 24px;text-align:center; margin-top: 40px;}
.prolist_box_05{font-size: 24px; background: #ebebeb; padding-top: 50px;}
.search_title{font-size: 28px; text-align: center; padding-bottom: 60px;}


@media (min-width: 1980px) {
    .prolist_box_02 .prolist_box_02_r {
        font-size: 1.25rem;
        line-height: 2rem
    }
}

@media (max-width: 1800px) {
 
 
  .w1600 {
    width: 87.5%; }


.flexBox.center {
  justify-content: center;
}
.flexBox.left {
  justify-content: flex-start;
}
.flexBox.right {
  justify-content: flex-end;
}

    }
@media (max-width: 1530px) {

	#nav li.nav-item{padding-right: 30px;}
	.header .logo{flex: 0 0 180px;}
  .header-nav .nav-top-a1 {
    padding-right: 30px; }

	.rvc-prv, .rvc-next{ width: 60px !important;}
	.index_con2{height: 428px;}
	.index_con2 .index_con2_l{height: 428px;}
	.index_con2 .index_con2_r{height: 428px;}
	
	.Box .Box_con .conbox ul li{width: 340px; height: 440px;}
	.Box .Box_con .conbox ul li img{width: 340px; height: 340px;}
	.Box .Box_con .conbox{height: 440px;}
	.index_con2 .index_con2_l .index_con2_l_img{margin-top: 25px;}
	.product_box ul li .product_img{height: 327px;}
}




@media (max-width: 1430px) {
	
	.index_con2{height: 400px;}
	.index_con2 .index_con2_l{height: 400px;}
	.index_con2 .index_con2_r{height: 400px;}
	.Box .Box_con .conbox ul li{width: 320px; height: 440px;}
	.Box .Box_con .conbox ul li img{width: 320px; height: 320px;}
	.Box .Box_con .conbox{height: 440px;}
	.index_con2 .index_con2_l .index_con2_l_img{margin-top: 25px;}
	.product_box ul li .product_img{height: 310px;}
	
  }
@media (max-width: 1300px) {
  
  .w1280, .w1200, .w1240, .w1180, .inner-banner .banner-titles {
    width: 87.5%; } 
	
	
}




@media (max-width: 1280px) {
  
  .picScroll-left .hd a{width: 60px; top: 30%;}
	.picScroll-left .hd a img{width: 100%;}
	.picScroll-left .bd ul li{width:32%;}
	
	.header-nav .nav-top-a1{padding-right:25px;}
	.scroll_wrap{height: 360px;}
	.prolist_box_02 .pro_list_rr{padding:5%;}
	.prolist_box_03 .pro_list_Ll{padding:5%;}
	
	.prolist_height{height: 15px;}
	.product_box{padding: 80px 0;}
.product_box ul li .product_img{height: 290px;}

  .wel-hd01 {
    bottom: 20px !important; }

  .wel-hd01 .swiper-pagination-bullet, .pro-hd01 .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    margin: 0 2px !important; }

	.weixin_box{padding: 150px 0;}
	
	.index_con2{height: 370px;}
	.index_con2 .index_con2_l{height: 370px;}
	.index_con2 .index_con2_r{height: 370px;}
	.Box .Box_con .conbox ul li{width: 300px; height: 400px;}
	.Box .Box_con .conbox ul li img{width: 300px; height: 300px;}
	.Box .Box_con .conbox{height: 400px;}
	.index_con2 .index_con2_l .index_con2_l_img{margin-top: 10px;}
	.index_con2 .index_con2_l .index_con2_l_img2{margin-top: 15px;}
	.product_box{padding: 60px 0;}
	.huodong_box{padding: 60px 0;}
	.huodong_box ul{ width: 87.5%; margin: 0 auto; padding-top: 10px;}
	.huodong_box ul li .huodong_title{margin-top: 10px;}
	
	.index_shop .index_shop_r .banner ul .slider-item{height: 460px;}
	.index_shop .index_shop_r .banner ul .slider-item img{height: 460px;}
	.index_shop .index_shop_r .banner .arrow{top: 40%;}
}
@media (max-width: 1220px) {
.header .header-right {
    flex: 0 0 672px; } 
	
	.index_con2{height: 300px;}
	.index_con2 .index_con2_l{height: 300px;}
	.index_con2 .index_con2_r{height: 300px;}
	.index_con2 .index_con2_l .index_con2_l_img{margin-top: 0px;}
	.index_con2 .index_con2_l .index_con2_l_img img{width: 40%;}
	.index_con2 .index_con2_l .index_con2_l_title{font-size: 22px; line-height: 30px; margin-top: 5px;}
	.index_con2 .index_con2_l .index_con2_l_img2 img{width: 40%;}
}

@media (max-width: 1220px) {


.gai_img{display:none;}

.gai_img_ph{display:block;}


	#nav{display: none;}

	.Box .Box_con .conbox ul li{width: 330px; height: 400px;}
	.Box .Box_con .conbox ul li img{width: 330px; height: 300px;}
	.Box .Box_con .conbox{height: 400px;}
	.prolist_box_01 .prolist_img img{width: 100%;}
	
  .side-always .app-item,.m-footer-nav {
    display: block;
  }
  
  .footer-top .footer-nav,.footer-top .footer-nav-a1 {
    position: relative;
    z-index: 2;
  }
	.footer-top .footer_link{padding-top: 30px;}
	.footer_link .footer_media{top: 30px;}
	.footer{padding-bottom: 20px;}
	.product_box ul li{width: 31.3%; margin: 1%;}
	.product_box{padding: 40px 0;}
	.prolist_box_01{padding: 40px 0;}
	.prolist_box_01 .prolist_l{width: 100%; margin-bottom: 40px;}
	.prolist_box_01 .prolist_r{width: 100%;}
	.prolist_box_02 .pro_list_ll{width: 100%;}
	.prolist_box_02 .pro_list_rr{width: 100%; padding:5% ;}
	.prolist_box_02 .pro_list_rr li{margin: 10px 0;}
	.prolist_box_03 .pro_list_Ll{width: 100%; padding:5% ;}
	.prolist_box_03 .pro_list_Ll li{margin: 10px 0;}
	.prolist_box_03 .pro_list_Rr{width: 100%;}
	.wel-list2{padding: 30px 0;}
	.img-wrap-title{display: none;}
	.img-wrap-title2{display: block; font-size: 30px;}
	.wel-list2 .list2-item{flex: 0 0 44vw;}
	.neiye_Box .neiye_text{padding: 50px 0;}
	.product_box ul li .product_img{height: 315px;}
	.index_shop{height: auto; padding:80px 0; position: inherit;}
	.index_shop .index_shop_l{width: 100%; margin-bottom: 6.25%;}
	.index_shop .index_shop_r{position: inherit; width: 100%; top: inherit; right: inherit; float: left;}
	
	
.wel-list2 .video-ewm,  .header-nav, .header .mobile-a{
    display: none; }

	.nav-sub-wrap1 .sub-a {
    display: inline-block;
    flex: 0 0 50%;
    width: 50%;
  }
  .header .m-nav-btn {
    display: block; }

 

  .welcome-body, .padHeader {
    padding-top: 68px; }

  .header-search-wrap {
    top: 17px; }

  

  .header-search-wrap .search-close {
    right: -40px; }

  .header .logo {
    display: block;
    width: 130px;
    flex: 0 0 130px;
    margin: 0 auto; }

  .header-nav {
    width: 100%;
    max-height: calc(100vh - 68px);
    overflow: scroll;
    position: fixed;
    height: auto;
    top: 68px;
    left: 0;
    padding-bottom: 50px;
    background: #ebebeb; }
    .header-nav.cur {
      display: block; }

  .nav-sub-wrap {
    max-height: 180px;
    overflow: scroll; }

  .header-nav .nav-item {
    display: block;
    width: 100%;
    padding-bottom: 0; }

  .header-nav .nav-top-a1 {
    background: url(../img/jia2.png) no-repeat right center;
    line-height: 50px;
    height: 50px;
    padding: 0;
    margin: 0 6.125%;
    transition-duration: .3s;
    background-size: 15px !important;
    border-bottom: 1px solid #dcdcdc; }


  .header-nav .nav-item.m-cur .nav-top-a1 {
    background: url(../img/jian2.png) no-repeat right center; }

  .header-nav .sub-a {
    padding: 0 1.5%;
    border-top: none;
    line-height: 36px; background:#ebebeb; color: #333;}
	.index_height{height: 15px;}
  .header-nav .nav-sub-wrap {
    position: static;
    width: 87.5%;
    margin: 0 auto;}

  .header .header-mains {
    justify-content: center; }

  .header-nav .sub-a:hover {    background: rgba(235, 235, 235, 0.9);
    padding-left: 1.5%;}

  .header .show-search-btn { display: none;
    margin-top: 2px;
    position: absolute;
    right: 6.125%;
    top: 50%;
    transform: translate(0, -50%); }

  .header .header-right {
    flex: 0 0 0; }

  .welcome-banner .swiper-slide-active {
    transform: scale(1); }

  .header {
    padding: 22px 0; }
    .app-return {
      top: calc(1.9rem + 9px);
    }
  
	.md-content3 .scroll_pc{max-height: 250px;}

}
@media (min-width: 1024px) {
  .side-always .app-item,.m-footer-nav {
    display: none;
  }
}
@media (max-width: 1023px) {
	
	.Box .Box_con .conbox ul li{width: 380px;height: 420px;}
	.Box .Box_con .conbox ul li img{width:100%;}
	.Box .Box_con .conbox{height: 420px;}
	.index_con2 .index_con2_r{height: 245px;}
	.index_con2 .index_con2_l{height: 245px; padding: 20px 20px 10px;}
	.prolist_box_01 .prolist_fix{top: 50%;}
	.prolist_box_02 .prolist_box_02_r{ padding: 0 0 0 5%}
	.index_con2 .index_con2_r{height: 229px;}
	.index_con2{height: 229px;}
	.search-top {
		width: 100%;
	}
	.search-list1 .search-item {
		padding: 15px;
	}
	.search-list1 .search-h5 {
		font-size: .6rem;
	}
	.search-list1 .load-more {
	    padding-top: 7px;
	    height: 34px;
	    line-height: 34px;
	    width: 120px;
	}
	.picScroll-left .bd{width: 96%;}
.picScroll-left .bd ul li{width:49%;}
  .side-always {
    right: 5px;
    width: 32px;
    height: 100px;
    margin-top: -100px;
    overflow: hidden;
    top: calc(100% - 52px);
  }
  .side-always .tele-item .side-ico {
    background-size: 16px !important;
    background: #a97561 url(../img/side-teleon.png) no-repeat center;
  }
  .side-always .qq-item .side-ico {
    background: #a97561 url(../img/side-qqon.png) no-repeat center;
    background-size: 16px !important;
  }
  .side-always .ewm-item,.side-always .toTop-item {
    display: none;
  }
.side-always .side-ico,.side-always .side-items {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}
.side-always .side-tele {
  opacity: 0;
}
  
  .footer-top {
    padding: 22px 0 20px; }

 

  .footer-top .footer-top-left, .pro-nav-wrap2 .nav-left, .footer-top {
    flex: 0 0 100%; }
  
    .footer-top .footer-nav-a1 {
      flex: 0 0 50%;
    }


  .footer-top .footer-nav {
    margin-top: 20px; margin-bottom: 0px;
    flex: 0 0 50%; }

 
  .footer-top .footer-nav-a1, .footer-top .footer-nav-a11 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
     }
    .footer-top .footer-nav-a1:after, .footer-top .footer-nav-a11:after {
      display: inline-block;
      vertical-align: middle;
      content: "";
      margin-left: 6px;
      width: 5px;
      height: 9px;
      background-size: 100% !important; }

  .footer-sub-hides {
    left: 0;
    bottom: 0; }

  .footer-top .footer-nav-a2 {
    line-height: 24px;
    height: 24px; }
	.footer-top .footer-top-left{padding-bottom: 30px;}
	.prolist_box_03 .sm_img{display:block;}
	.prolist_box_03 .pc_img{display:none;}
	.index_shop .index_shop_r .banner ul .slider-item img{height:400px;}
	.index_shop .index_shop_r .banner ul .slider-item{height:400px;}
	
	
  }

@media (max-width: 767px) {
	 .welcome-banner .pc-banner-img {
    display: none; }

  .welcome-banner .m-banner-img {
    display: block; }
	.header-search-wrap {
    width: calc(87.5% - 40px);
    left: 6.125%;
    margin-left: 0; }
.wel-list2 .list2-item {
    flex: 0 0 calc(87.5vw - 30px);
    width: calc(87.5vw - 30px);
    margin-left: 15px;
    margin-right: 15px; }
	
	.picScroll-left .bd{width: 100%;}
	.picScroll-left .bd ul li{width:99%;}
	.picScroll-left .hd a{width: 40px;}
	
	.footer_link .footer_media{position: inherit; margin-top: 20px;}
	.footer-top .footer_link{position: inherit;}
	.footer-outerLink .outer-ico{margin: 0 5px;}
	.footer-bot{line-height: 20px;  padding: 0 6.25%; font-size: 12px;}
	.weixin_box{padding: 80px 0;}
	.c-box{display: block;}
	.c-banner{display: none;}
	
	.rvc .rvc-wrapper ul li a .img-wrapper{height: 285px;}
	.rvc-prv, .rvc-next{width: 40px !important;}
	
	.neiye_Box .neiye_img_pc{ display: none;}
    .neiye_Box .neiye_img_iphone{display:block;}
	
	.guanzhu a{margin-right: 10px;}
	.scroll_wrap{margin-top: 20px;}
	.neiye_Box .neiye_text{padding: 40px 0;}
	.product_box{padding: 30px 0;}
	.product_box ul li{width: 48%; margin: 1%;}
	.prolist_box_01{padding: 40px 0;}
	.prolist_box_01 .prolist_l{width: 100%; margin-bottom: 30px;}
	.prolist_box_01 .prolist_r{width: 100%;}
	.prolist_box_01 .prolist_r .prolist_name{font-size: 22px;}
	.prolist_box_01 .prolist_r .prolist_price{font-size: 16px; padding-top: 10px; line-height: 26px;}
	.prolist_box_01 .prolist_r .prolist_more{margin-top: 30px;}
	.prolist_box_02 .pro_list_ll{width: 100%;}
	.prolist_box_02 .pro_list_rr{width: 100%; padding: 5%;}
	.prolist_box_02 .pro_list_rr li{margin: 20px 0;}
	.prolist_box_02 .pro_list_rr li .cn{font-size: 22px;}
	.prolist_box_02 .pro_list_rr li .en{font-size: 16px; margin-top: 0px;}
	.prolist_box_02 .pro_list_rr li .line{margin: 8px 0;}
	.prolist_box_02 .pro_list_rr li .text{font-size: 14px; line-height: 24px;}
	.prolist_height{height: 15px;}
	.prolist_box_03 .pro_list_Ll{width: 100%; padding: 5%;}
	.prolist_box_03 .pro_list_Ll li{margin: 20px 0;}
	.prolist_box_03 .pro_list_Ll li .cn{font-size: 22px;}
	.prolist_box_03 .pro_list_Ll li .en{font-size: 16px; margin-top: 0px;}
	.prolist_box_03 .pro_list_Ll li .line{margin: 8px 0;}
	.prolist_box_03 .pro_list_Ll li .text{font-size: 14px; line-height: 24px;}
	.prolist_box_03 .pro_list_Rr{width: 100%;}
	.img-wrap-title2{font-size: 22px;}
	.md-effect-1 .md-content img{width: 100%;}
	.md-content{padding: 60px 6.25% 40px 6.25%}
	.weixin_ma{width: 80px;}
	.md-modal3{width: 87.5%;}
	.md-content3{padding: 10px 0;}
	.md-content3 h3{font-size: 20px; padding-bottom: 5px;}
	.md-content3 .scroll_pc{max-height: 350px; padding:0 10px;}
	.mianze{padding: 10px 10px 0; font-size: 12px; line-height: 20px;}
	.md-close{right: 15px;}
	.md-content div p{font-size: 14px;}
	.search_title{font-size: 20px; text-align: center; padding-bottom: 30px;}
	.index_con2{height: auto;}
	.index_con2 .index_con2_l{width: 100%; height: auto;}
	.index_con2{margin-top: 10px;}
	.index_con2 .index_con2_r{width: 100%; height: auto; margin-top: 20px;}
	.index_name{font-size: 16px; line-height: 26px;}
	.Box .Box_con .conbox{height:380px;}
	.Box .Box_con .conbox ul li{width: 400px; height: 380px;}
	.Box .Box_con .conbox ul li img{width: 100%; }
	.product_box ul li .product_img{height:200px;}
	.product_box ul li .pro_title_en{font-size: 14px; line-height: 20px;}
	.product_box ul li .pro_title_cn{font-size: 14px; line-height: 20px;}
	.prolist_box_01 .prolist_name{font-size: 18px; line-height: 24px;}
	.prolist_box_01 .prolist_en{font-size: 14px; line-height: 24px;}
	.prolist_box_01 .prolist_img img{width: 100%;}
	.prolist_box_01 .prolist_fix{width: 100%; position: inherit;}
	.prolist_box_02 .prolist_box_02_l{width: 100%;}
	.prolist_box_02 .prolist_box_02_r{width: 100%; padding: 5% 0; font-size: 14px; line-height: 24px;}
	.prolist_box_04{padding: 5% 0; font-size: 14px; line-height: 24px;}
	.index_title{font-size: 24px; line-height: 30px;}
	
	.huodong_box{padding: 40px 0;}
	.huodong_box ul li{width: 100%; margin: 1% 0;}
	.huodong_box ul li .huodong_title{font-size: 14px; margin-top: 5px;}
	
	.index_shop .index_shop_l .shop_title{font-size: 24px;}
	.index_shop .index_shop_l .shop_detail{font-size: 14px;}
	.index_shop .index_shop_l .shop_more{font-size: 14px; margin-top: 10px;}
	.index_shop .index_shop_l .shop_more a{width: 200px; height: 40px; line-height: 40px; padding: 0 15px; background-position: 170px;}
	.index_shop .index_shop_r .banner ul .slider-item{height: 180px;}
	.index_shop .index_shop_r .banner ul .slider-item img{height: 180px;}
	.index_shop .index_shop_r .banner .arrow{width: 30px; height: 30px; top: 40%;}
	.mendian_box li{padding: 8px 0;}
	.index_shop{padding: 50px 0;}
	
	.paging{ padding-top: 0px; width: 87.5%;}
.jg_fenye{ }
.jpg_fenye{}
.jg_fenye_le{height:30px; float:left;font-size:12px; color:#969796; line-height:30px; margin-top:20px; margin-bottom:0px;}
.jg_fenye_le1{width:30px; height:30px; margin-right:3px; float:left;  color:#fff; background-color:#fff; text-align:center;font-size:14px;border:solid 1px #e8e4e1; color:#969796; line-height:30px; margin-bottom:3px;}
.jg_fenye_le1:hover{width:30px; height:30px; color:#fff; background-color:#4b4b4b; border:solid 1px #4b4b4b;}
.jg_fenye_le1_h{width:30px; height:30px; color:#fff; background-color:#4b4b4b; border:solid 1px #4b4b4b;}
.jg_fenye_le2{width:20px; height:30px; margin-right:3px; float:left; text-align:center;font-size:12px; color:#969796; line-height:30px; margin-bottom:3px;}
.jg_fenye_le3{width:60px; height:30px; margin-right:3px; float:left; background-color:#fff ;border:solid 1px #e8e4e1;text-align:center;font-size:12px; color:#969796; line-height:30px;  margin-bottom:3px;}
	
  }
@media (max-width: 580px) {
  }
@media (max-width: 480px) {
	
	.Box .Box_con .conbox{height:400px;}
	.Box .Box_con .conbox ul li{width: 420px; height: 400px;}
	
  }
@media (max-width: 380px) {
	
	.Box .Box_con .conbox{height:380px;}
	.Box .Box_con .conbox ul li{width: 380px; height: 380px;}
  }
@media (max-width: 320px) {
.Box .Box_con .conbox{height:360px;}
	.Box .Box_con .conbox ul li{width: 320px; height: 360px;}
	.Box .Box_con .conbox ul li .pro_title_en{font-size: 12px; line-height: 20px;}
	.Box .Box_con .conbox ul li .pro_title_cn{font-size: 12px; line-height: 20px;}

.header-nav .nav-sub-wrap1 .sub-a {
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 1270px) {
	
.header-nav .nav-sub-wrap1 .sub-a {flex: 0 0 50%;width: 50%;}
	
	}
 