/* CSS Document */
@font-face
{
  font-family: HATTEN;
  src: url(../fonts/HATTEN.TTF);
}
.mcenter,.max{
  min-height: 100%;
}
.text14{
  font-size: 14px;
}
.text16{
  font-size: 16px;
}
.text17{
  font-size: 17px;
}
.text18{
  font-size: 18px;
}
.text20{
  font-size: 20px;
}
.text24{
  font-size: 24px;
}
.text26{
  font-size: 26px;
}
.text28{
  font-size: 28px;
}
.text30{
  font-size: 30px;
}
.text36{
  font-size: 36px;
}
.text48{
  font-size: 48px;
}
.text60{
  font-size: 60px;
}
.text72{
  font-size: 72px;
}

.title24{
  font-size: 24px;
  font-weight: 600;
}
.title30{
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1280px){
  .text14{
    font-size: 12px;
  }
  .text16{
    font-size: 12px;
  }
  .text17{
    font-size: 12px;
  }
  .text18{
    font-size: 14px;
  }
  .text20{
    font-size: 16px;
  }
  .text24{
    font-size: 20px;
  }
  .text26{
    font-size: 22px;
  }
  .text28{
    font-size: 24px;
  }
  .text30{
    font-size: 26px;
  }
  .text36{
    font-size: 32px;
  }
  .text48{
    font-size: 44px;
  }
  .text60{
    font-size: 56px;
  }
  .text72{
    font-size: 68px;
  }

  .title24{
    font-size: 20px;
    font-weight: 600;
  }
  .title30{
    font-size: 26px;
    font-weight: 600;
  }
}

.top{
  position: fixed;
  right: 96px;
  bottom: 83px;
}
.top img{
	width:70px;
	height:70px;
}
/****************** header *****************/
.c_header{
  /* overflow: hidden; */
  /* border-bottom: 1px solid #d9e1e0; */
  height: 100px;
}
.c_header .m{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.c_index_header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 220;
  background: rgba(255,255,255,.7);
}
.c_index_header .c_header{
  border: none;
}
.header_logo{
  /* float: left; */
  width: 29.3%;
}
.header_logo img{
  width: 100%;
}
.header_navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 220;
  position: relative;
  height: 100%;
}
.header_navbar ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  height: 100%;
}
.header_navbar ul li{
  width: calc(14.7% - 1.05%);
  min-width: 97px;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.c_index_header .header_ejs{
  background: rgba(255,255,255,.7);
}
.header_ejs{
  position: absolute;
  height: 53px;
  top: 100px;
  width: 500px;
  z-index: 20;
  background: #fff;
  display: none;
  left: -200px;
  border-top: 1px solid #d9e1e0;
}
.header_navbar ul li:hover .header_ejs{
  display: flex;
}
.header_navbar ul li .header_ejs_none{
  display: none !important;
}
.header_navbar_ej_item{
  /* display: none; */
  height: 100%;
}
.header_navbar_ej_item ul{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header_navbar_ej_item ul li{
  width: calc(16%);
}
.header_navbar_ej_item ul li:hover a{
  color: #007935;
}
.header_navbar ul li:hover{
  color: #007c36;
}
.header_navbar ul li:hover>a{
  color: #007c36;
}
.header_navbar ul .header_navbar_active a{
  color: #007c36;
}
/* .header_navbar ul li:hover{
  color: #007c36;
}
.header_navbar ul li:hover a{
  color: #007c36;
} */
.header_navbar ul .header_navbar_active{
  color: #007c36;
}
.header_navbar ul li .img{
  margin-left: 7px;
  width: 9px;
  height: 9px;
  background: url(../images/icon_down.png) no-repeat center;
  background-size: 100% 100%;
}
.header_navbar ul li:hover .img{
  background-image: url(../images/icon_down2.png);
}
.header_navbar .search{
  width: 21px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header_navbar .search img{
  width: 100%;
}
.header_navbar .search:hover .header_ejs{
  display: block;
}
.header_navbar .search .header_ejs .header_navbar_ej_item{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.c_header_banner{
  width: 100%;
}
.c_header_banner img{
  width: 100%;
}
.header_ej{
  height: 53px;
  margin: 0 auto;
  display: none;
}
.header_ej_show{
  display: flex;
  align-items: center;
}
.header_ej .header_logo{
  height: 100%;
}
.header_navbar_ej{
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  white-space:nowrap;
}
.header_navbar_ej_item input{
  width: 269px;
  height: 100%;
  border: none;
  background: #007c36;
  color: #fff;
  text-indent: 21px;
}
.header_navbar_ej_item input::-webkit-input-placeholder{
  color:#fff;
}
.header_navbar_ej_item input:-moz-placeholder{
  color:#fff;
}
.header_navbar_ej_item input::-moz-placeholder{
  color:#fff;
}
.header_navbar_ej_item input:-ms-input-placeholder{
  color:#fff;
}
.header_navbar_ej_item_show{
  display: flex;
  justify-content: flex-end;
}

.header_right_yd{
  display: none;
}
.header_btn button{
  width: 42.9%;
  height: 52px;
  border-radius: 5px;
  font-size: 18px;
}
.header_btn .login{
  background: #49a6fa;
  border: none;
  color: #fff;
}
.header_btn .register{
  background: #fff;
  border: 1px solid #1b97f6;
  color: #1b97f6;
}
.modal{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 210;
  background: rgba(0,0,0,.1);
}
.modal_hidden{
  display: none;
}

/****************** footer *****************/
.mfoot{
  background: #f7f7f7;
}
.mfoot_navbar{
  display: flex;
  padding-top: 62px;
  padding-bottom: 69px;
}
.mfoot_navbar_l_yd{
  display: none;
}
.mfoot_navbar_l{
  flex: 1;
  display: flex;
}
.mfoot_navbar_l div{
  width: 14.5%;
}
.mfoot_navbar_l div h3{
  margin-bottom: 25px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
.mfoot_navbar_l div li{
  line-height: 36px;
  color: #686868;
}
.mfoot_navbar_r{
  width: 26.8%;
}
.mfoot_navbar_r .mfoot_ewm ul{
  display: flex;
  margin-bottom: 38px;
}
.mfoot_navbar_r .mfoot_ewm ul li{
  width: calc(33.3% - 3.7%);
  text-align: center;
}
.mfoot_navbar_r .mfoot_ewm ul li img{
  width: 100%;
}
.mfoot_navbar_r .mfoot_ewm ul li p{
  line-height: 41px;
}
.mfoot_navbar_r .mfoot_ewm div{
  line-height: 37px;
  color: #000;
}
.mfoot_navbar_r .mfoot_ewm div p{
  display: flex;
}
.mfoot_navbar_r .mfoot_ewm div span{
  color: #007c36;
}

.mfoot_copyRight{
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #007c36;
}
.mfoot_copyRight a{
	display: inline-block;
	color:#fff;
}

/****************** 首页 *****************/
.c_index_swiper{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.c_index_swiper>.swiper-container{
  width: 100%;
  height: 100%;
}

/****************** 首页1 *****************/
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(1) .swiper-slide{
  background: url(../images/swiper1.png) no-repeat center;
  background-size: 100% 100%;
}
.c_index_first_swiper-container{
  width: 100%;
  height: 100%;
}
.c_index_first{
  height: calc(100% - 100px);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.c_index_first_title{
  transform: translateX(-50%);
  transition: all 1s;
  line-height: 1;
}
.swiper-slide-active .c_index_first_title{
  transform: translateX(0);
}
.c_index_first_title p:nth-child(1){
  font-size: 60px;
  margin-bottom: 50px;
}
.c_index_first_title p:nth-child(2){
  font-size: 36px;
}
.c_index_first_text{
  margin-top: 40px;
  height: 288px;
  display: flex;
  justify-content: space-between;
}
.c_index_first_text_l{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c_index_first_text_l a{
  width: 180px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #fff;
  color: #333;
}
.c_index_first_text_l a:hover{
  background: #007935;
  color: #fff;
}
.c_index_first_next{
  display: flex;
  align-items: center;
  transform: translateX(50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_first_next{
  transform: translateX(0);
}
.c_index_first_next .swiper-button-next, .swiper-button-prev{
  position: static;
}
.c_index_first_next{
  display: flex;
  align-items: center;
}
.c_index_first_next div{
  margin-left: 87px;
}
.c_index_first_next a{
  width: 150px;
  height: 150px;
  background: url(../images/icon9.png) no-repeat center;
  background-size: 100%;
}
.c_index_first_next a:hover{
  background-image: url(../images/icon10.png);
}

.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;z-index: 999999999999;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:50px;text-align:center;font-size:36px;color:#f00;border:1px solid #f00;cursor:pointer;overflow:hidden;}
.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }


/****************** 首页2 *****************/
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(2){
  background: url(../images/swiper2.png) no-repeat center;
  background-size: 100% 100%;
}
.c_index_swiper .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,.9);
}
.c_index_swiper>.swiper-container-vertical>.swiper-pagination-bullets{
  right: 83px;
}
.c_index_swiper .swiper-pagination-bullet-active{
  background: #fff;
}
.c_index_about{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c_index_about_title{
  color: #fff;
  transform: translateX(-50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_about_title{
  transform: translateX(0);
}
.c_index_about_title_item{
  display: flex;
}
.c_index_about_title h3{
  font-weight: 500;
  line-height: 50px;
  width: 200px;
}
.c_index_about_title_line{
  border-bottom: 1px solid #fff;
  flex: 1;
}
.c_index_about_detail{
  margin-top: 62px;
  background: rgba(255,255,255,.8);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  transform: translateX(-50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_about_detail{
  transform: translateX(0);
}
.c_index_about_detail img{
  width: 47.3%;
  padding: 3px;
  box-sizing: border-box;
}
.swiper-slide-active .c_index_about_detail:hover img{
  padding: 0;
}
.c_index_about_detail_text{
  flex: 1;
  box-sizing: border-box;
  padding: 50px 53px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c_index_about_detail_text p{
	line-height: 30px;
	color: #3e3e3e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.c_index_about_detail_text a{
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #007c36;
  text-align: center;
  color: #fff;
  margin-top:10px;
}

/****************** 首页3 *****************/
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(3){
  background: url(../images/swiper3.png) no-repeat center;
  background-size: 100% 100%;
}
.c_index_product{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c_index_product_title{
  transform: translateX(-50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_product_title{
  transform: translateX(0);
}
.c_index_product .c_index_product_detail{
  transform: translateX(50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_product_detail{
  transform: translateX(0);
}
.c_index_product_title_item{
  display: flex;
  color: #333;
}
.c_index_product_title_item h3{
  width: 200px;
}
.c_index_product_title_line{
  border-bottom: 1px solid #207131;
  flex: 1;
}
.c_index_product_none{
  display: none;
}
.c_product_customized_item,.c_product_optimization_items ul{
  margin: 50px 0;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 45px;
  /* border-bottom: 1px solid #207131; */
}
.c_product_optimization_items ul{
  justify-content: space-between;
}
.c_product_customized_item_bg{
  width: 60.2%;
  padding: 5px;
  box-sizing: border-box;
}
.c_product_customized_item_bg img{
  width: 100%;
  /* max-height:300px; */
}
.c_product_customized_item_text{
  width: 52.4%;
  margin-left: -12.89%;
  border: 1px solid #f8f8f8;
  background: #fff;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 35px;
  padding-bottom: 55px;
  box-sizing: border-box;
}
.c_product_customized_item_text h3{
  line-height: 1;
  color: #333;
}
.c_product_customized_item_text p{
  color: #666871;
  line-height: 35px;
  margin-top: 31px;
}
.c_product_customized_item_text a{
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #cdcece;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-top: 25px;
}
.c_product_optimization_item{
  width: calc(20% - 1%);
  box-sizing: border-box;
}
.c_product_optimization_item img{
  width: 100%;
}
.c_product_optimization_img{
  width: 100%;
  padding: 0 22px;
  padding-top: 15px;
}
.c_product_optimization_title {
  padding: 0 22px;
  line-height: 58px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_product_optimization_item:hover .c_product_optimization_img{
  background: url(../images/item.png) no-repeat left center;
  background-size: 100%;
}
.c_product_optimization_item:hover .c_product_optimization_img img{
  opacity: 0;
}
.c_product_optimization_item:hover .c_product_optimization_title{
  background: #007935;
  color: #fff;
}
.c_product_class{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 93px;
  width: 75.75%;
  margin-top: 50px;
}
.c_product_class h3, .c_product_class .c_product_navbar{
  transform: translateY(50%);
  transition: all 1s;
  opacity: 0;
}
.swiper-slide-active .c_product_class h3,.swiper-slide-active .c_product_class .c_product_navbar{
  transform: translateY(0);
  opacity: 1;
}
.c_product_navbar{
  display: flex;
  align-items: center;
}
.c_product_navbar ul{
  display: flex;
}
.c_product_navbar ul li{
  margin-left: 86px;
  position: relative;
  cursor: pointer;
}
.c_product_navbar ul li img{
  position: absolute;
  top: -16px;
  left: calc(50% - 6px);
  display: none;
}
.c_product_navbar ul li:hover{
  color: #007935;
}
.c_product_navbar ul li:hover img{
  display: block;
}
.c_product_navbar_active{
  color: #007935;
}
.c_product_navbar ul .c_product_navbar_active img{
  display: block;
}
.c_product_btns{
  display: flex;
}
.c_product_btns img{
  margin-left: 20px;
}
.c_product_customized_item:hover a{
  background: #007c36;
  border: 1px solid #99cbaf;
}
.c_product_customized_item:hover .c_product_customized_item_bg{
  padding: 0;
}


/****************** 首页4 *****************/
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(4){
  background: url(../images/swiper4.png) no-repeat center;
  background-size: 100% 100%;
}
.c_index_books{
  display: flex;
  justify-content: space-between;
  height: calc(100% - 100px);
  margin-top: 100px;
}
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(4) .swiper-container{
  display: none;
}
.c_index_books a{
  width: 16.67%;
}
.c_index_books_item{
  width: 100%;
  height: 100%;
  padding: 43px 9px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c_index_books_item>.c_index_books_name{
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.c_index_books>a>.c_index_books_item>.c_index_books_modal{
  transform: translateY(50%);
  transition: all 1s;
  opacity: 0;
}
.c_index_books_item:hover{
  justify-content: space-between;
  background: #fff;
}
.c_index_books_item:hover>.c_index_books_name{
  opacity: 0;
}
.c_index_books>a>.c_index_books_item:hover>.c_index_books_modal{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  transform: translateY(0);
  opacity: 1;
}
.c_index_books_item:not(:nth-child(1)){
  border-left: 2px solid #415b3a;
}
.c_index_books_item h2{
  color: #000;
}
.c_index_books_line{
  width: 1px;
  height: 188px;
  background: #ddd;
}
.c_index_books_modal .c_index_books_name h3{
  color: #007c36;
}
.c_index_books_modal .c_index_books_name p{
  color: #999;
}
.c_index_boosk_item{
  width: 100%;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.c_index_boosk_item:hover{
  border: none;
}

/****************** 首页5 *****************/
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(5){
  background: url(../images/swiper5.png) no-repeat center;
  background-size: 100% 100%;
}
.c_index_news{
  height: calc(100% - 100px);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #999;
}
.c_index_news_header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ddd;
  transform: translateX(-50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_news_header{
  transform: translateX(0);
}
.c_index_news_header h3{
  color: #333;
}
.c_index_news_nav{
  flex: 1;
}
.c_index_news_nav .c_books_detail_nav{
  border: none;
}
.c_index_news_nav .c_books_detail_nav ul{
  justify-content: flex-end;
  transform: translateX(-50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_news_nav .c_books_detail_nav ul{
  transform: translateX(0);
}
.c_index_news_nav .c_books_detail_nav ul li{
  padding: 0;
  margin-right: 37px;
}
.c_index_news_nav .c_books_detail_nav ul li .detail_nav_line{
  width: 28px;
  height: 4px;
  left: calc(50% - 14px);
  bottom: 0;
}
.c_index_news_detail{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.c_index_news_detail_l{
  width: 54.1%;
  transform: translateX(-50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_news_detail_l{
  transform: translateX(0);
}
.c_index_news_detail_l li {
  height: calc(33.3% - 23.3px);
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.c_index_news_detail_l li a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #999;
}
.c_index_news_detail_l li a:hover .c_index_news_detail_title{
  color: #007c36;
  font-weight: 600;
}
.c_index_news_detail_l li:not(:nth-child(1)){
  margin-top: 35px;
}
.c_index_news_detail_text,.c_index_news_detail_item_text{
  line-height: 24px;
}
.news_content .c_index_news_detail_text{

}
.c_index_news_detail_r{
  width: 42.2%;
  transform: translateX(50%);
  transition: all 1s;
}
.swiper-slide-active .c_index_news_detail_r{
  transform: translateX(0);
}
.swiper-slide-active .c_index_news_detail_r:hover .c_index_news_detail_item img{
  padding: 0;
}
.c_index_news_detail_item img{
  width: 100%;
  /* margin-top: 29px;
  margin-bottom: 40px; */
  margin-top:0px;
  margin-bottom: 10px;
  padding: 4px;
  box-sizing: border-box;
}
.c_index_news_detail_title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.c_index_news_detail_title,.c_index_news_detail_item_title{
  color: #333;
}
.c_index_news_detail_item_title{
  line-height: 1;
  margin-bottom: 26px;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.c_index_news_detail_item_text{
  margin-bottom: 31px;
}
.c_index_news_detail_btn a{
  width: 150px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #007935;
  color: #007935;
  text-align: center;
}

/****************** 首页6 *****************/
.c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(6){
  background: url(../images/swiper6.png) no-repeat center;
  background-size: 100% 100%;
}
.c_index_contact{
  height: calc(100% - 100px);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #999;
}
.c_index_contact .c_index_news_title h3{
  color: #fff;
}
.c_index_contact .c_contact_follow_address{
  margin-bottom: 0;
  line-height: 32px;
}

.c_index_contact .c_contact_follow_address a{
	display: inline-block;
}
.c_index_contact .c_contact_detail{
  background: rgba(255,255,255,.9);
  padding: 90px 55px;
  margin-top: 50px;
  transform: translateY(50%);
  opacity: 0;
  transition: all 1s;
}
.swiper-slide-active .c_contact_detail{
  transform: translateY(0);
  opacity: 1;
}


/****************** 关于赣茶 *****************/
.c_product_optimization_items{
  /* display: none; */
}
.c_about_banner:nth-last-child(1){
  margin-bottom: 97px;
}
.c_about_banner img{
  max-width: 100%;
  display:inline-block;
}
.c_about_introduce{
  padding: 72px 0;
}
.c_about_introduce h3{
  display: flex;
  align-items: flex-end;
  color: #000;
  font-weight: 500;
}
.c_about_introduce h3 span{
  color: #868686;
}
.c_about_tea{
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  line-height: 92px;
  margin-bottom: 12px;
}
.c_about_tea span{
  color: #017d37;
}
.c_about_title{
  text-align: center;
  color: #017d37;
  line-height: 60px;
  margin-top: 42px;
  font-weight: 600;
}
.c_about_text{
  text-indent: 36px;
  line-height: 48px;
}

.c_about_banner2{
  margin-top: 62px;
  height: 178px;
  background: #017d37;
}
.c_about_banner2 .m{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18.5%;
  height: 100%;
  color: #fff;
  text-align: center;
  width: 100%;
}
.c_about_banner2 .m h3{
  font-family: HATTEN;
  letter-spacing:3px ;
  font-weight: 500;
}

.c_about_culture{
  padding-top: 70px;
  padding-bottom: 52px;
}

/****************** 关于赣茶-茶史印记 *****************/
.c_history_detail{
  margin-bottom: 132px;
}
.c_history_detail_nav{
  height: 66px;
  border-bottom: 1px solid #efefef;
}
.c_history_detail_nav ul{
  display: flex;
  align-items: center;
  line-height: 66px;
}
.c_history_detail_nav ul li{
  padding: 0 16px;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}
.c_history_detail_nav ul .active{
  color: #007c36;
}
.c_history_detail_nav ul .active .detail_nav_line{
  display: block;
}
.c_history_detail_nav ul li .detail_nav_line{
  position: absolute;
  height: 2px;
  width: 47px;
  background: #007c36;
  display: none;
  bottom: 1px;
  left: calc(50% - 23px);
}
.c_history_detail_nav ul li:hover{
  color: #007c36;
}
.c_history_detail_nav ul li:hover .detail_nav_line{
  display: block;
}

.c_history_detail_items{
  display: none;
}
.c_history_detail_active{
  display: block;
}
.c_history_detail_items ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_history_detail_item{
  box-sizing: border-box;
  width: calc(33% - 2%);
  border: 2px solid #d8d8d6;
  padding: 5px 7px;
  margin-top: 59px;
  position: relative;
}
.c_history_radio_title{
  line-height: 64px;
  color: #605f5f;
  text-align: center;
}
.c_history_detail_item>img{
  width: 100%;
}
.c_history_detail_modal{
  position: absolute;
  width: calc(100% - 14px);
  height: calc(100% - 10px);
  top: 7px;
  left: 5px;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: none;
}
.c_history_detail_radio .c_history_detail_modal{
  width: calc(100% - 14px);
  height: calc(100% - 69px);
  display: flex;
}
.c_history_detail_item:hover .c_history_detail_modal{
  display: flex;
}

.c_history_pagination{
  margin-top: 93px;
}
.c_history_pagination button{
  background: #fff;
}
.c_history_pagination button:nth-last-child(1){
  background: rgba(0,0,0,0);
}
.c_history_pagination button:not(:nth-last-child(1)){
  width: 40px;
  height: 40px;
  color: #c9c9c9;
  border: 1px solid #e0e0e0;
}
.c_history_pagination button:not(:nth-last-child(1)):hover{
  background: #007c36;
  color: #fff;
  border: none;
}
.c_history_pagination button.active{
  background: #007c36;
  color: #fff;
  border: none;
}

.c_history_pagination a{
	min-width:40px;
	height:40px;
	margin-right:10px;
	float:left;
	color: #c9c9c9;
	border: 1px solid #e0e0e0;
	line-height:40px;
	text-align:center;
	padding:0px 5px;
	margin-bottom:10px;
	background:#fff;
}
.c_history_pagination a.select{
	background: #007c36;
	color: #fff;
}

.c_history_modal_img,.c_history_modal_radio{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 200;
  background: rgba(0,0,0,.4);
  display: none;
}
.c_history_modal_img_show,.c_history_modal_radio_show{
  display: flex;
}
.c_history_modal_detail{
  width: 47.7%;
  position: fixed;
  padding: 10px 9px;
  box-sizing: border-box;
  border: 1px solid #908f8e;
  background: #fff;
  border-radius: 10px;
}
.c_history_modal_detail img,.c_history_modal_detail video{
  width: 100%;
}
.c_history_modal_footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.c_history_modal_footer_btns{
  display: flex;
}
.c_history_modal_footer_btns img{
  margin-left: 7px;
  cursor: pointer;
}
.c_history_modal_footer_close{
  cursor: pointer;
}

/****************** 关于赣茶-茶园图鉴 *****************/
.c_books_detail_nav{
  height: 66px;
  border-bottom: 1px solid #efefef;
}
.c_books_detail_nav ul{
  display: flex;
  align-items: center;
  line-height: 66px;
}
.c_books_detail_nav ul li{
  padding: 0 16px;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}
.c_books_detail_nav ul .active{
  color: #007c36;
}
.c_books_detail_nav ul .active .detail_nav_line{
  display: block;
}
.c_books_detail_nav ul li .detail_nav_line{
  position: absolute;
  height: 2px;
  width: 47px;
  background: #007c36;
  display: none;
  bottom: 1px;
  left: calc(50% - 23px);
}
.c_books_detail_nav ul li:hover{
  color: #007c36;
}
.c_books_detail_nav ul li:hover .detail_nav_line{
  display: block;
}

.c_books_swiper{
  height: 649px;
  margin: 67px 0;
}
.c_books_swiper .swiper-container {
  width: 100%;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
}
.c_books_swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.c_books_swiper .gallery-thumbs {
  height: 124px;
  box-sizing: border-box;
  padding: 10px 0;
}
.c_books_swiper .gallery-thumbs .swiper-slide {
  width: 21% !important;
  height: 100%;
  opacity: 0.4;
}
.c_books_swiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.c_books_detail{
  margin-bottom: 153px;
}
.c_books_detail_item{
  line-height: 48px;
}
.c_books_detail_item img{
  width: 100%;
  margin-top: 65px;
  margin-bottom: 75px;
}

/****************** 品牌资讯 *****************/
.c_brandNews_detail{
  margin-top: 21px;
  margin-bottom: 132px;
}
.c_brandNews_detail_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_brandNews_detail_item{
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  width: calc(50% - 1.6%);
  margin-top: 45px;
  padding-bottom: 48px;
}
.c_brandNews_detail_item img{
  width: 100%;
  border: 2px solid #e4e4e4;
  border-bottom: none;
  margin-bottom: 19px;
  box-sizing: border-box;
}
.c_brandNews_detail_item p{
  padding-left: 24px;
  padding-right: 39px;
}
.c_brandNews_detail_item_date{
  line-height: 2;
  color: #999;
}
.c_brandNews_detail_item_title{
  line-height: 2.67;
  color: #000;
}
.c_brandNews_detail_item_text{
  line-height: 1.68;
  color: #999;
}
.c_brandNews_detail_item:hover{
  border-bottom-color: #3f9b67;
}
.c_brandNews_detail_item:hover img{
  border: none;
}
.c_brandNews_detail_item:hover .c_brandNews_detail_item_date{
  font-weight: 600;
}
.c_brandNews_detail_item:hover .c_brandNews_detail_item_title{
  color: #007c36;
}

/****************** 品牌资讯-详情 *****************/
.c_brandNewsDetail_detail{
  margin-bottom: 130px;
}
.c_brandNewsDetail_home{
  display: flex;
  align-items: center;
  height: 67px;
  border-bottom: 1px solid #f0f0f0;
}
.c_brandNewsDetail_home img{
  margin-right: 10px;
}
.c_brandNewsDetail_home span{
  color: #007c36;
}
.c_brandNewsDetail_title{
  text-align: center;
  height: 159px;
  box-sizing: border-box;
  line-height: 1;
  padding-top: 59px;
  padding-bottom: 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border-bottom: 1px solid #f0f0f0; */
}
.c_brandNewsDetail_title h3{
  font-weight: 500;
}
.c_brandNewsDetail_title_date{
  display: flex;
  justify-content: center;
  color: #949494;
}

.c_brandNewsDetail_text{
  padding-top: 63px;
  line-height: 36px;
  border: 1px solid #f0f0f0;
  padding: 63px;
}
.c_brandNewsDetail_text img{
  max-width: 100%;
  margin: 44px 0;
  display: inline-block;
}
.c_brandNewsDetail_btns{
  margin-top: 106px;
  display: flex;
}
.c_brandNewsDetail_btns button{
  width: 50%;
  height: 138px;
  background: #f7f7f7;
  color: #000;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 36px;
}
.c_brandNewsDetail_btns_text{
  display: flex;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c_brandNewsDetail_btns_text p{
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c_brandNewsDetail_btns_text img{
  width: 10px;
}
.c_brandNewsDetail_btns_hover{
  display: none;
}
.c_brandNewsDetail_btns_img{
  opacity: 0;
  width: 114px;
  height: 65px;
  width: 114px;
}
.c_brandNewsDetail_btns_img img{
	width:100%;
	height:100%;
}
.c_brandNewsDetail_btns button span{
  display: inline;
  color: #c7c7c7;
}
.c_brandNewsDetail_btns button:hover{
  background: #007c36;
  color: #fff;
}
.c_brandNewsDetail_btns button:hover .c_brandNewsDetail_btns_img{
  opacity: 1;
}
.c_brandNewsDetail_btns button:hover span{
  opacity: 0;
}
.c_brandNewsDetail_btns button:hover .c_brandNewsDetail_btns_text img{
  display: none;
}
.c_brandNewsDetail_btns button:hover .c_brandNewsDetail_btns_text .c_brandNewsDetail_btns_hover{
  display: block;
}

/****************** 赣茶甄选-集团定制 *****************/
.c_selection_bg{
  background: url(../images/bg3.png) no-repeat bottom;
  background-size: 100% auto;
}
.c_selection_detail{
  padding-bottom: 62px;
}
.c_selection_customized_items,.c_selection_optimization_items{
  display: none;
}
.c_selection_show{
  display: block;
}
.c_selection_customized_item{
  margin-top: 51px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.c_selection_customized_item_bg{
  width: 60.38%;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.c_selection_customized_item_bg img{
  width: 100%;
}
.c_selection_customized_item_text{
  width: 52.4%;
  margin-left: -12.89%;
  border: 1px solid #f8f8f8;
  background: #fff;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 35px;
  padding-bottom: 55px;
  box-sizing: border-box;
}
.c_selection_customized_item_text h3{
  line-height: 1;
  color: #333;
}
.c_selection_customized_item_text p{
  color: #666871;
  line-height: 35px;
  margin-top: 31px;
}
.c_selection_customized_item_text a{
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #cdcece;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-top: 25px;
}
.c_selection_customized_item:hover a{
  background: #007c36;
  border: 1px solid #99cbaf;
}
.c_selection_customized_item:hover h3{
  color: #007c36;
}
.c_selection_customized_item:hover .c_selection_customized_item_bg{
  border: none;
}

/****************** 赣茶甄选-赣茶优选 *****************/
.c_selection_optimization_items{
  margin-top: 47px;
}
.c_selection_optimization_items ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c_selection_optimization_item{
  width: calc(25% - 1.6%);
  margin-top: 15px;
  box-sizing: border-box;
}
.c_selection_optimization_item:hover .c_selection_optimization_img{
  background: url(../images/item.png) no-repeat left center;
  background-size: 100%;
}
.c_selection_optimization_item:hover .c_selection_optimization_img img{
  opacity: 0;
}
.c_selection_optimization_item:hover .c_selection_optimization_title{
  background: #007935;
  color: #fff;
}
.c_selection_optimization_img{
  width: 100%;
  padding: 0 22px;
  padding-top: 15px;
}
.c_selection_optimization_img img{
  width: 100%;
}
.c_selection_optimization_title{
  padding: 0 22px;
  line-height: 58px;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/****************** 赣茶甄选-赣茶优选-详情 *****************/
.c_selectionDetail_details{
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 57px;
}
.c_selectionDetail_swiper{
  width: 67.8%;
  height: 616px;
}
.c_selectionDetail_swiper .swiper-container {
  width: 100%;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
}
.c_selectionDetail_swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.c_selectionDetail_swiper .gallery-thumbs {
  height: 124px;
  box-sizing: border-box;
  padding: 10px 0;
}
.c_selectionDetail_swiper .gallery-thumbs .swiper-slide {
  width: 21% !important;
  height: 100%;
  opacity: 0.4;
}
.c_selectionDetail_swiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.c_selectionDetail_item{
  width: 28.2%;
  color: #929292;
  padding: 61px 0;
}
.c_selectionDetail_item h3{
  color: #2c2c2c;
  font-weight: 500;
  line-height: 1;
}
.c_selectionDetail_item_name{
	/* line-height: 55px; */
	line-height: 25px;
	margin: 10px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.c_selectionDetail_item p{
  display: flex;
  line-height: 36px;
}
.c_selectionDetail_item p:not(:nth-last-child(1)) span{
  flex: 1;
  line-height: 36px;
}
.c_selectionDetail_item_price{
  line-height: 46px;
  margin-top: 55px;
}
.c_selectionDetail_item_price span{
  padding: 0 23px;
  background: #007c36;
  color: #fff;
}
.c_selectionDetail_introduce{
  padding: 0 11px;
  padding-top: 29px;
  padding-bottom: 53px;
}
.c_selectionDetail_introduce h3{
  text-indent: 24px;
  line-height: 1;
  border-left: 2px solid #007c36;
  color: #007c36;
  margin-bottom: 54px;
}
.c_selectionDetail_introduce p{
  line-height: 37px;
}
.c_selectionDetail_introduce img{
  max-width: 100%;
  margin: 72px 0;
  display: inline-block;
}

/****************** 联系我们-关注赣茶 *****************/
.c_contact_detail{
  margin-top: 100px;
  display: none;
}
.c_contact_detail_show{
  display: block;
}
.c_contact_follow{
  display: flex;
}
.c_contact_follow_left{
  flex: 1;
}
.c_contact_follow_ewms{
  display: flex;
}
.c_contact_follow_left h3{
  line-height: 107px;
  color: #000;
}
.c_contact_follow_ewm img{
  width: 99px;
  height: 99px;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.c_contact_follow_ewm img:hover{
  border: none;
}
.c_contact_follow_ewm{
  line-height: 55px;
  color: #666;
  text-align: center;
}
.c_contact_follow_address{
  margin-bottom: 269px;
  color: #666;
}

.c_contact_follow_banner{
  width: 63.3%;
}
.c_contact_follow_banner img{
  width: 100%;
}

/****************** 联系我们-门店查询 *****************/
.c_contact_store{
  margin-bottom: 69px;
}
.c_contact_store_search{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c_contact_store_come{
  width: 149px;
}
.c_contact_store_search_ipt{
  width: 55.8%;
  height: 56px;
  display: flex;
  border: 1px solid #efefef;
  border-radius: 27px;
  overflow: hidden;
}
.c_contact_store_search_ipt input{
  flex: 1;
  text-indent: 20px;
  border: none;
  outline: none;
}
.c_contact_store_search_ipt button{
  width: 20.4%;
  min-width: 115px;
  border-radius: 27px;
  background: #007c36;
  color: #fff;
}

.c_contact_store_map img{
  margin-top: 24px;
  width: 100%;
}
.c_contact_store_items ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_contact_store_item{
  width: calc(33.3% - 1.4%);
  margin-top: 40px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.c_contact_store_item_text{
  padding: 0 19px;
}
.c_contact_store_item>img{
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}
.c_contact_store_item>img:hover{
  padding: 0;
}
.c_contact_store_item h3{
  line-height: 53px;
  margin-top: 30px;
  font-weight: 500;
  color: #000;
  position: relative;
}
.c_contact_store_item_line{
  position: absolute;
  height: 1px;
  width: 72px;
  background: #e3e3e3;
  left: 0;
  bottom: 0;
}
.c_contact_store_item_phone{
  color: #d0111b;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 42px;
}
.c_contact_store_item_address{
  color: #9e9e9e;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.c_contact_store_item p img{
  margin-right: 9px;
}

/****************** 联系我们-招商合作 *****************/
.c_contact_cooperation{
  margin-bottom: 110px;
}
.c_contact_cooperation_title{
  margin-bottom: 47px;
}
.c_contact_cooperation_title2{
  margin-top: 70px;
}
.c_contact_cooperation_title h3,.c_contact_cooperation_title2 h3{
  color: #3d3f4d;
  font-weight: 500;
}
.c_contact_cooperation_title p,.c_contact_cooperation_title2 p{
  color: #c4c4c7;
}
.c_contact_cooperation_text{
  line-height: 37px;
  color: #828282;
}
.c_contact_cooperation img{
  max-width: 100%;
  margin: 71px 0;
  display:inline-block;
}
.c_contact_cooperation_phone{
  line-height: 96px;
  color: #d0111b;
}

/****************** 联系我们-人才招聘 *****************/
.c_contact_recruit_item{
  background: #f3f3f3;
  margin-bottom: 21px;
  cursor: pointer;
}
.c_contact_recruit_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 21px;
}
.c_contact_recruit_title>div{
  display: flex;
  align-items: center;
  color: #565555;
}
.c_contact_recruit_title_left img {
  margin-right: 26px;
}
.c_contact_recruit_detail{
  line-height: 48px;
  height: 0;
  overflow: hidden;
  padding: 0;
  color: #565555;
  transition: height .5s;
}
.c_contact_recruit_item_show .c_contact_recruit_detail{
  padding: 0 45px;
  padding-top: 54px;
  padding-bottom: 31px;
  height: auto;
}
.c_contact_recruit_detail_item{
  display: flex;
}
.c_contact_recruit_detail .black{
  color: #1b1b1b;
  font-weight: 600;
}
.c_contact_recruit_detail{
}
.c_contact_recruit_detail .red{
  color: #f00;
  font-weight: 600;
}
.c_contact_recruit{
  margin-bottom: 125px;
}


@media screen and (max-width: 768px) {
  .m{
    width: 90%;
  }
  .c_contact_follow_banner .map{
	  display:none;
  }

  .c_header{
    height: 50px;
    position: relative;
    z-index: 220;
  }
  .header_navbar{
    display: none;
  }
  .header_logo{
    width: auto;
    height: 100%;
  }
  .header_logo a{
    height: 100%;
  }
  .header_logo img{
    height: 100%;
    width: auto;
  }
  .header_right_yd{
    color: #fff;
    display: block;
    width: 25.3%;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 220;
  }
  .c_header .header_right_yd{
    z-index: 1;
  }
  .header_right_yd_active{
    height: 100%;
  }
  .header_right_yd button{
    width: 100%;
    height: 50px;
    background-color: #007935;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_right_yd button img{
    width: 33px;
  }
  .header_right_yd .aside{
    position: absolute;
    height: 100%;
    width: 270px;
    background: #007935;
    right: 0;
    top: 50px;
    z-index: 1000;
    display: none;
  }.header_right_yd .active{
    display: block !important;
  }
  .header_right_yd .aside ul{
    padding: 0 13px;
  }
  .header_right_yd .aside li{
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .header_right_yd .aside li a{
    height: 52px;
    line-height: 52px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header_right_yd .aside .gallery{
    padding-left: 36px;
    display: none;
  }
  .header_right_yd .aside .gallery_active{
    display: block;
  }
  .header_right_yd .aside .gallery .item{
    display: none;
  }
  .header_right_yd .aside .gallery .item_active{
    display: block;
  }
  .header_right_yd .aside .gallery .items{
    line-height: 52px;
  }
  .header_right_yd .aside .gallery .items:not(:nth-last-child(1)){
    border-bottom: 1px solid #fff;
  }

  .mfoot_navbar_l{
    display: none;
  }
  .mfoot_navbar_l_yd{
    width: 30%;
    display: block;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 90px; */
    /* height: 100%; */
  }
  .mfoot_navbar_l_yd div{
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .mfoot_navbar_r{
    width: 70%;
  }
  .mfoot_navbar_r .mfoot_ewm ul{
    margin-bottom: 0;
    justify-content: space-between;
  }
  .mfoot_navbar_r .mfoot_ewm div p{
    text-indent: 14px;
  }
  .mfoot_copyRight{
    /* padding: 3px 0; */
    height: auto;
    display: block;
    text-align: center;
  }


  .c_index_first{
    height: calc(100% - 65px);
    margin: 0;
    margin-left: 10px;
    margin-top: 65px;
  }
  .c_index_first_title{
    font-size: 16px;
  }
  .c_index_first_text{
    margin-top: 155px;
    height: 178px;
    display: flex;
    justify-content: space-between;
  }
  .c_index_first_text_l{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-50%);
    transition: all 1s;
  }
  .swiper-slide-active .c_index_first_text_l{
    transform: translateX(0);
  }
  .c_index_swiper>.swiper-container-vertical>.swiper-pagination-bullets{
    display: none;
    right: 10px;
  }
  .c_index_first_title{
    font-size: 16px;
  }
  .c_index_first_text{
    margin-top: 20px;
  }
  .c_index_first_text_l{
    font-size: 14px;
  }
  .c_index_first_next div{
    margin-left: 20px;
  }
  .c_index_first_next a{
    width: 50px;
    height: 50px;
  }

  .c_index_about_detail{
    margin-top: 20px;
  }
  .c_index_about_detail img{
    display: none;
  }
  .c_index_about_detail_text{
    padding: 25px 26px;
  }

  .c_index_product{
    height: calc(100% - 65px);
    margin-top: 65px;
  }
  .c_index_product_title_item h3{
    width: 120px;
  }
  .c_product_customized_item_text{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c_product_customized_item{
    width: 100%;
  }
  .c_product_customized_item_bg{
    width: 100%;
  }
  .c_product_customized_item_text h3{
    font-size: 16px;
  }
  .c_product_customized_item_text p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    line-height: 24px;
  }
  .c_product_customized_item_text a{
    margin-top: 10px;
    font-size: 12px;
    width: 90px;
    height: 25px;
    line-height: 25px;
  }
  .c_product_class{
    display: block;
  }
  .c_product_optimization_img{
    padding: 0 2px;
  }
  .c_product_optimization_title{
    padding: 0 2px;
    line-height: 30px;
  }
  .c_product_optimization_title p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .c_product_customized_item, .c_product_optimization_items ul{
    margin: 0;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .c_product_class{
    margin: 0;
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .c_product_navbar{
    display: block;
  }
  .c_product_navbar ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .c_product_navbar ul li{
    margin-left: 10px;
    font-size: 16px;
    flex: 1;
  }
  .c_product_navbar ul li:nth-child(1){
    margin: 0;
  }
  .c_product_navbar ul li img{
    left: calc(50% - 10px);
  }
  .c_product_btns{
    justify-content: flex-end;
  }
  .c_product_btns img{
    margin: 0;
    margin-right: 10px;
    margin-top: 10px;
    width: 25px;
    height: 25px;
  }

  .c_index_books{
    display: none;
  }
  .c_index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(4) .swiper-container{
    display: block;
  }

  .c_index_news_header{
    display: block;
  }
  .c_index_news_nav .c_books_detail_nav ul{
    font-size: 12px;
    justify-content: space-between;
  }
  .c_index_news_nav .c_books_detail_nav ul li{
    margin: 0;
  }
  .c_index_news_detail{
    margin-top: 20px;
  }
  .c_index_news_detail_l{
    width: 100%;
  }
  .c_index_news_detail_l li{
    /* padding-bottom: 30px; */
  }
  .c_index_news_detail_l li:not(:nth-child(1)){
    margin-top: 10px;
  }
  .c_index_news_detail_r{
    display: none;
  }

  .c_index_contact{
    height: calc(100% - 65px);
    margin-top: 65px;
  }
  .c_index_contact .c_contact_detail{
    padding: 30px 10px;
    margin-top: 15px;
  }
  .c_index_contact .c_contact_follow_left h3{
    line-height: 60px;
  }
  .c_index_contact .c_contact_follow_ewm{
    line-height: 40px;
  }
  .c_index_contact .c_contact_follow_address{
    line-height: 25px;
  }

  .swiper-slide>.swiper-container{
    height: calc(100% - 50px);
    margin-top: 50px;
    background: url(../images/swiper4.png) no-repeat center;
  }
  .swiper-slide>.swiper-container a{
    height: 100%;
  }
  .swiper-slide>.swiper-container .c_index_books_name{
    display: none;
  }
  .swiper-slide>.swiper-container .c_index_books_modal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 80%;
    background: #fff;
    padding: 43px 0;
    box-sizing: border-box;
  }
  .c_index_books_line{
    height: 140px;
  }
  .c_index_books_item{
    padding: 0;
  }
  .c_index_boosk_item{
    max-height: 200px;
    max-width: 90%;
  }

  .c_about_introduce{
    padding: 30px 0;
  }
  .c_about_banner2{
    margin-top: 30px;
    height: 100px;
  }
  .c_about_banner2 .m{
    padding: 0;
  }
  .c_about_banner2 h3{
    font-size: 30px;
  }
  .c_about_title{
    margin-top: 20px;
  }
  .c_about_banner2{
    margin-top: 0;
  }

  .c_books_detail_nav ul{
    justify-content: space-between;
  }
  .c_books_detail_nav ul li{
    padding: 0;
    margin-right: 5px;
  }
  .c_books_swiper{
    height: 330px;
    margin: 20px 0;
  }
  .c_books_swiper .swiper-container{
    height: 250px;
  }
  .c_books_swiper .gallery-thumbs{
    height: 80px;
  }
  .c_books_detail_item{
    line-height: 35px;
  }
  .c_books_detail_item img{
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .c_books_detail{
    margin-bottom: 50px;
  }
  /* .c_books_swiper .swiper-container{
    height: 150px;
  } */

  .c_brandNews_detail{
    margin-bottom: 50px;
  }
  .c_brandNews_detail_item{
    width: 100%;
    padding-bottom: 25px;
    margin-top: 20px;
  }
  .c_brandNews_detail_item img{
    margin-bottom: 10px;
  }
  .c_brandNews_detail_item_date{
    line-height: 1.5;
  }
  .c_history_pagination{
    margin-top: 30px;
  }

  .c_contact .c_contact_detail{
    margin-top: 30px;
  }
  .c_contact .c_contact_follow{
    display: block;
  }
  .c_contact .c_contact_follow_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c_contact .c_contact_follow>.c_contact_follow_banner{
    width: 100%;
  }
  .c_contact .c_contact_follow_address{
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .c_contact_store_search{
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .c_contact_store_search_ipt{
    width: 100%;
    height: 30px;
  }
  .c_contact_store_search_ipt input{
    font-size: 14px;
    text-indent: 10px;
  }
  .c_contact_store_search_ipt button{
    font-size: 14px;
  }
  .c_contact_store_come{
    margin-top: 5px;
    width: 80px;
  }
  .c_contact_store_come img{
    width: 100%;
  }
  .c_contact_store_map img{
    margin-top: 5px;
  }
  .c_contact_store_item{
    margin-top: 30px;
    width: 100%;
    padding-bottom: 10px;
  }
  .c_contact_store_item h3{
    margin-top: 5px;
    line-height: 35px;
  }
  .c_contact_store_item_address{
    line-height: 18px;
  }

  .c_contact_cooperation_title{
    margin-bottom: 20px;
  }
  .c_contact_cooperation{
    margin-bottom: 50px;
  }
  .c_contact_cooperation img{
    margin: 20px 0;
	width:100%;
  }
  .c_about_banner img{
	  width:100%;
  }
  .c_contact_cooperation_title2{
    margin-top: 20px;
  }
  .c_contact_cooperation_phone{
    font-size: 24px;
  }

  .c_contact_recruit{
    margin-bottom: 50px;
  }
  .c_contact_recruit_title{
    height: 50px;
  }
  .c_contact_recruit_title_left img{
    height: 25px;
  }
  .c_contact_recruit_item_show .c_contact_recruit_detail{
    padding: 0 20px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .c_contact_recruit_detail_item{
    height: auto;
    min-height: 36px;
  }
  .c_contact_recruit_detail p{
    min-width: 36px;
    line-height: 2;
  }

  .c_brandNewsDetail_detail{
    margin-bottom: 50px;
  }
  .c_brandNewsDetail_home{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height: 45px;
  }
  .c_brandNewsDetail_home span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .c_brandNewsDetail_title{
    padding-top: 30px;
    padding-bottom:20px;
    height: 130px;
  }
  .c_brandNewsDetail_text{
    padding-top: 30px;
  }
  .c_brandNewsDetail_text img{
    margin: 20px 0;
	width:100%;
  }
  .c_brandNewsDetail_btns{
    margin-top: 30px;
    display: block;
  }
  .c_brandNewsDetail_btns button{
    width: 100%;
    background: #007c36;
    color: #fff;
    padding: 0 10px;
    height: 100px;
  }
  .c_brandNewsDetail_btns_text img{
    display: none;
  }
  .c_brandNewsDetail_btns_text .c_brandNewsDetail_btns_hover{
    display: block;
  }
  .c_brandNewsDetail_btns_img{
    opacity: 1;
  }
  .c_brandNewsDetail_btns button:nth-child(1) .c_brandNewsDetail_btns_img{
    margin-left: 5px;
  }
  .c_brandNewsDetail_btns button:nth-child(2) {
    margin-top: 5px;
  }
  .c_brandNewsDetail_btns button:nth-child(2) .c_brandNewsDetail_btns_img{
    margin-right: 5px;
  }

  .c_history_detail{
    margin-bottom: 50px;
  }
  .c_history_detail_nav{
    height: 45px;
  }
  .c_history_detail_nav ul{
    line-height: 45px;
  }
  .c_history_detail_item{
    width: calc(50% - 2%);
    margin-top: 20px;
  }
  .c_history_modal_detail{
    width: 80%;
  }
  .c_history_detail_modal img{
    width: 25px;
  }
  .c_history_radio_title{
    line-height: 30px;
  }
  .c_history_detail_modal{
    height: calc(100% - 51px) !important;
  }

  .c_selection_customized_item{
    display: block;
    border: 1px solid #f8f8f8;
    margin-top: 25px;
  }
  .c_selection_customized_item_bg,.c_selection_customized_item_text{
    width: 100%;
    margin-left: 0;
  }
  .c_selection_customized_item_text{
    padding: 20px 15px;
    border: none;
  }
  .c_selection_optimization_item{
    width: calc(50% - 1.6%);
  }
  .c_selection_optimization_img{
    padding: 0;
  }
  .c_selection_optimization_items{
    margin-top: 0;
  }

  .c_selectionDetail_details{
    display: block;
  }
  .c_selectionDetail_swiper,.c_selectionDetail_item{
    width: 100%;
  }
  .c_selectionDetail_swiper{
    height: 250px;
  }
  .c_selectionDetail_swiper .swiper-container{
    height: 100%;
  }
  .c_selectionDetail_swiper .gallery-thumbs{
    display: none;
    height: 17.2%;
  }
  .c_selectionDetail_item{
    padding: 20px;
  }
  .c_selectionDetail_details{
    margin: 0;
    margin-top: 10px;
  }
  .c_selectionDetail_item_price{
    margin-top: 20px;
  }
  .c_selectionDetail_introduce h3{
    margin-bottom: 20px;
  }
  .c_selectionDetail_introduce img{
    margin: 30px 0;
	width:100%;
  }
  .c_product_customized_item{
    display: block;
  }
  .c_product_customized_item_text{
    margin: 0;
    width: 100%;
  }

  .top{
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .top img{
    width: 50px;
    height: 50px;
  }
  .c_index_first_title p:nth-child(1){
    font-size: 26px;
    margin-bottom: 20px;
  }
  .c_index_first_title p:nth-child(2){
    font-size: 18px;
  }
}
@media screen and (max-height: 768px) and (min-width: 1024px) {
  .c_index_about{
    height: calc(100% - 100px);
    margin-top: 100px;
  }
  .c_index_product{
    height: calc(100% - 100px);
    margin-top: 100px;
  }
  .c_product_customized_item, .c_product_optimization_items ul{
    margin: 0;
  }
  .c_product_class{
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .c_product_customized_item_text{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c_product_navbar{
  }
  .c_product_navbar ul li{
    font-size: 16px;
  }
  .c_index_news{
    height: calc(100% - 100px);
    margin-top: 100px;
  }
  .c_index_news_detail_l{
    width: 100%;
  }
  .c_index_news_detail_r{
    display: none;
  }
  .c_index_contact{
    height: calc(100% - 100px);
    margin-top: 100px;
  }
  .c_index_news_detail_l li{
    height: calc(33.3% - 23.3px);
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    box-sizing: border-box;
    line-height: 24px;
  }
  .c_index_news_detail_date{
    font-size: 20px;
  }
  .c_index_news_detail_title,.c_index_news_detail_text{
    font-size: 14px;
  }
  .c_index_contact .c_contact_detail{
    padding: 20px;
    margin-top: 20px;
  }
  .c_contact_follow_left h3{
    line-height: 60px;
  }
}

.news_content{
	display:none;
}
.news_content.news_content_active {
	display:flex;
}
