*{
	margin: 0;
	padding: 0
}
/*@media screen and (max-width: 414px) {
  html {
    font-size: 16px
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 12px
  }
}*/

@media screen and (max-width: 360px) {
  html {
    font-size: 12px
  }
}
* {
  margin: 0px;
  padding: 0px;
}
body {
	/*font: 14px 'PingFangSC-Medium', '微软雅黑', "宋体", "Arial Narrow", HELVETICA;*/
	font-family: 'Microsoft YaHei';
	background: #fff;
	overflow-x:hidden;
}
a {
	text-decoration: none
}
em {
	font-style: normal
}

li {
	list-style: none
}
img{
	width: 100%;
}
.mobile_warp{
	width:100%;
}
/*头部*/
.mobile_header_box{
	width: 100%;
	height: 3.583rem;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #E6E6E6;
	box-sizing:border-box;
}
.mobile_header_left{
	float: left;
	width:30%;
	/*height: 3.167rem;*/ 
	/*margin-top: 1%;*/
	margin-left: 1.208rem;
}
.mobile_header_left img{
	width: 100%;
	height: 100%;
}
.mobile_header_right{
	float: right;
	width: 1.833rem;
	height: 1.833rem;
	margin-top: 0.857rem;
	margin-right: 1.458rem;
	transition: all 2s linear
}
.mobile_header_right img{
	width: 100%;
	height: 100%;
}
.mobile_hideBox{
	width: 100%;
	position: absolute;
	top: 3.583rem;
	left: 0;
	background: #fff;
	display: none;
	z-index: 99999;
}
.mobile_hideBox li{
	width: 100%;
	height: 3.583rem;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	line-height: 3.583rem;
}
.mobile_hideBox li span{
	float: left;
	margin-left: 1.208rem;
	font-size: 1rem;
	color: #333;
}
.mobile_hideBox li img{
	float: right;
	width: 1rem;
	height: 1rem;
	margin-right:1.458rem; 
	margin-top: 1.29rem;
}
/*内容*/
.mobile_content_box{
	width: 100%;
	margin-top: 3.583rem;
}
.mobile_content_one{
	width: 100%;
	overflow: hidden;
}
.mobile_content_one>img{
	float: left;
}
.mobile_content_two{
	width: 100%;
	background: #F6F6F6FF;
	overflow: hidden;
}
.mobile_content_twoMain{
	width: 90%;
	margin: 0 auto;
	padding-top: 10%;
	box-sizing:border-box;
}
.mobile_content_two p{
	color: #666666;
  text-indent: 2rem;
  margin: 0 auto 14px;
  line-height:1.7rem;
  font-size: 1rem;
  text-align: justify;
}
.mobile_content_twoMain>img{
	float: right;
  width: 7.833rem;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}
.mobile_content_two p.green{
	color: #54B000;
	font-weight: bold;
}
.mobile_content_three{
	width: 100%;
	background: #fff;
}
.mobile_three_main{
  width: 70%;
  margin:0 auto;
	position: relative;
	text-align: center;
	padding:5.0rem  0  2.917rem;
}
.mobile_three_img{
	width: 2.0rem;
	height: auto;
}
.three_time_left{
	position: absolute;
	top: 5rem;
	left: 0px;
	font-size: 1.5rem;
	color: #888888;
	font-weight: bolder;
  font: 1.5rem 'PingFangSC-Medium', '微软雅黑', "宋体", "Arial Narrow", HELVETICA;
}
.three_jt_left{
	position: absolute;
	top: 5.3rem;
  left: 33%;
	width: 0.917rem;
	height: 0.917rem;
	animation: moveleft 5s ease-out infinite;
}
.three_jt_left>img{
	width: 100%;
	height: 100%
}
.three_time_right{
	position: absolute;
	top: 5rem;
	right: 0px;
	font-size: 1.5rem;
	color: #888888;
	font-weight: bolder;
  font: 1.5rem 'PingFangSC-Medium', '微软雅黑', "宋体", "Arial Narrow", HELVETICA;
}
.three_jt_right{
	position: absolute;
	top: 5.3rem;
  right: 33%;
	width: 0.917rem;
	height: 0.917rem;
	animation: moveright 3s ease-out infinite;
}
.three_jt_left>img{
	width: 100%;
	height: 100%
}
@-webkit-keyframes moveleft {
  from {
    left: 33%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    left: 30%;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}
@-webkit-keyframes moveright {
  from {
    right: 33%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    right: 30%;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}
.time_first{
	top: 5rem;
}
.jt_first{
	top: 5.3rem;
}
.time_second{
	top: 8.5rem;
}
.jt_second{
	top: 8.8rem;
}
.time_three{
	top: 11.8rem;
}
.jt_three{
	top: 12.1rem;
}
.time_four{
	top: 15rem;
}
.jt_four{
	top: 15.3rem;
}
.time_five{
	top: 18.5rem;
}
.jt_five{
	top: 18.7rem;
}
.time_six{
	top: 21.5rem;
}
.jt_six{
	top: 21.8rem;
}
.time_seven{
	top: 24.8rem;
}
.jt_seven{
	top: 25.2rem;
}
.time_eight{
	top: 28rem;
}
.jt_eight{
	top: 28.6rem;
}
.time_nine{
	top: 31.5rem;
}
.jt_nine{
	top: 31.8rem;
}
.time_ten{
	top: 34.5rem;
}
.jt_ten{
	top: 34.8rem;
}
.time_eleven{
	top: 38rem;
}
.jt_eleven{
	top: 38.5rem;
}
.time_twe{
	top: 41.5rem;
}
.jt_twe{
	top: 41.8rem;
}
.time_thirteen{
	top: 44.5rem;
}
.jt_thirteen{
	top: 44.8rem;
}
.time_fourteen{
	top: 48rem;
}
.jt_fourteen{
	top: 48.4rem;
}
/*第四屏*/
.mobile_content_four{
	width: 100%;
	background: #F6F6F6;
}
.mobile_four_main{
	width: 90%;
	margin: 0 auto;
	padding:2.542rem 0 0.5rem;
}
.mobile_four_main>p{
	width: 100%;
	text-align: center;
	font-size: 1.333rem;
	color: #000;
	font-weight: bold;
}
.mobile_four_imgbox{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mobile_four_imgbox img{
	display: inline-block;
	vertical-align: middle;
}
.mobile_four_img1{
	width: 7.167rem;	
}
.mobile_four_img2{
	width: 1.667rem;
	height: auto;
	vertical-align: middle;
	margin-left: 0.833rem;
	margin-right: 0.833rem;
}
.mobile_four_img3{
	width: 6.167rem;
	height: 43px;
	display: inline-block;
}
.mobile_four_itembox{
	width: 100%;
	overflow: hidden;
}
.mobile_four_itembox li{
	float: left;
	width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.mobile_four_itembox li:last-child{
	width: 100%;
}
.mobile_four_itembox li:nth-child(even){
	margin-right: 0;
}
.mobile_four_itemImg{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mobile_four_itemImg>img{
	width: 100%;
	height: auto;
	border-radius: 0.833rem 0.833rem 0 0;
	float: left;
}
.mobile_four_itemText{
	background: #fff;
	text-align: center;
	font-size: 1.0rem;
	color: #333;
	line-height: 5.0rem;
	border-radius: 0 0 0.833rem 0.833rem;
	height: 5rem;
}
.mobile_four_itembox li:last-child .mobile_four_itemText{
	height: 4rem;
	line-height: 4.0rem;
}
.mobile_four_itemText p{
	line-height: 1.4rem;
}
.mobile_four_itemP{
	padding-top: 11%;
	box-sizing:border-box;
}
/*第五屏*/
.mobile_content_five{
	width: 100%;
	background: #fff;
}
.mobile_five_main{
	width: 90%;
	margin: 0 auto;
	padding:1.75rem 0 2.083rem;
}
.video{
	width: 100%;
	border-radius: 0.833rem;
}
.mobile_five_mainP{
	width: 100%;
	font-size: 1.0rem;
	color: #1E1E1E;
	line-height: 1.75rem;
  margin-top: 0.8rem;
}
.mobile_five_mainP2{
	width: 100%;
	text-align: right;
	font-size: 1.167rem;
	color: #000;
	margin-top: 1rem;
	font-weight: bold;
}

.mobile_five_button{
	width: 10.0rem;
	height: 2.5rem;
	background: #54B000;
	color: #fff;
	font-size: 1.05rem;
	border-radius: 1.167rem;
	border:0px;
	outline: none;
	margin: 2.333rem calc((100% - 10rem)/2) 0;
}
/*第六屏*/
.mobile_content_six{
	width: 100%;
	overflow: hidden;
}
.mobile_content_six>img{
	width: 100%;
	height: auto;
	float: left;
}
.mobile_content_seven{
	width: 100%;
	overflow: hidden;
}
.mobile_seven_left{
	width: 50%;
	float: left;
	position: relative;
}
.mobile_sevenLeft_img{
	width: 100%;
}
.mobile_seven_right{
	width: 50%;
	float: right;
	position: relative;
}
.mobile_sevenRight_img{
	width: 100%;
}
.mobile_sevenLeft_text{
	width: 6.25rem;
	position: absolute;
	top: 2.417rem;
	left: 10%;
}
.mobile_sevenLeft_text a{
	width: 100%;
	display: inline-block;
}
.mobile_sevenLeft_textP1{
	font-size:1.5rem;
	color: #fff;
}
.mobile_sevenLeft_textP2{
	font-size: 0.4rem;
  color: #fff;
  float: left;
  margin-left: 0.1rem;
}
.mobile_sevenLeft_textimg{
	  width: 0.567rem;
    height: 0.567rem;
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0.183rem;
    bottom: 0.067rem;
  animation: moveLeft 2s linear infinite;
}
@keyframes moveLeft {
    from {
        right: 0.293rem;
        opacity: 1;
    }
    to {
        right: -0.817rem;
        opacity: 0;
    }
}

.mobile_sevenRight_text{
	width: 6.25rem;
	position: absolute;
	top: 2.417rem;
	right: 10%;
}
.mobile_sevenRight_text a{
	width: 100%;
	display: inline-block;
}
.mobile_sevenRight_textP1{
	font-size:1.5rem;
	color: #fff;
}
.mobile_sevenRight_textP2{
	font-size: 0.4rem;
  color: #fff;
  float: left;
  margin-left: 0.1rem;
}
.mobile_sevenRight_textimg{
  width: 0.567rem;
  height: 0.567rem;	
	float: right;
	vertical-align: middle;
  position: absolute;
  right: -0.2rem;
  bottom: 0.067rem;
  animation: moveRight 2s linear infinite;
}
@keyframes moveRight {
  from {
    right:-0.2rem;
    opacity: 1;
  }
  to {
    right: -0.817rem;
    opacity: 0;
  }
}
/*底部*/
.footer_box{
	width: 100%;
	background: #fff;
}
.footer_box>p{
	width: 90%;
	text-align: center;
	margin:2.083rem auto;
	line-height: 1.1rem;
}
.footer_box>p:first-child{
	margin:1.083rem auto 0;
}
.footer_box>p:nth-child(2){
	margin:0.1rem auto 0.5rem;
}
.footer_box>p>a{
	display: block;
}
.footer_box>p>span{
	display: block;
	color: #333;
	font-size: 0.7rem;
}
.footer_box a{
	color: #333;
	font-size: 0.7rem;
}
.footer_img{
	width: 100%;
	text-align: center;
	margin-bottom:0.5rem;
}
.footer_img a{
	display: inline-block;
}
.footer_img a:last-child{
	margin-right: 0;
}
.footer_img img{
	width: 80%;
	height: auto;
}

.zhezhao_box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.mode_father{
	position: fixed;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
	z-index: 99999;
	background: #fff;
	border-radius: 1.25rem;
	border:1px solid #54B000;
	box-sizing:border-box;
}
.mobile_mode1{
	min-width: 80%;
	display: none;
}
.mobile_mode1_cont,.mobile_mode2_cont{
	text-align: center;
}
.mobile_mode1_cont>img{
	width: 100%;
	margin-top: 10%;
}
.mobile_mode1_cont>p{
	margin: 5% 0 10%;
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 0.9rem;
	color: #333333;
}
.mobile_mode_close{
	width: 2.083rem;
	height: 2.083rem;
	background: url(../images/icon_tankuang_guanbi.png) no-repeat;
	position: absolute;
	top: -1.011rem;
	right: -1.011rem;
	background-size: 100%;
}
/*mode2*/
.mobile_mode2{
	min-width: 80%;
	max-height: 34.167rem;
	height: 37.5rem;
	display: none;
	padding: 5% 0;
}
.mobile_mode2_cont{
	max-height: 100%;
	height: 99%;
	overflow:auto; 
	padding-bottom: 3%;
	box-sizing:border-box;
}
.mobile_mode2_cont>p{
	font-size:0.9rem;
	color: #333;
	padding:0 10%;
	margin-top: 5%;
	text-align: left;
}
.mobile_mode2_cont>img{
	width: 2.083rem;
	height: 5.667rem;
	margin-top: 1rem;
}
/*mode3*/
.mobile_mode3{
	min-width: 80%;
	max-height: 29.167rem;
	display: none;
	padding: 5% 0;
	box-sizing:border;
}
.mobile_mode3_cont{
	max-height: 98%;
	height: 98%;
	overflow:auto; 
	padding-bottom: 10%;
	box-sizing:border-box;
	text-align: center;
}
.mobile_mode3_cont>img{
	width: 80%;
	height: auto;
	margin: 5% 0;
}
.mobile_mode3_cont>p{
	width: 100%;
	text-align: left;
	padding: 0 10%;
	font-size: 0.9rem;
	color: #333;
	box-sizing:border-box;
}
/*mode4*/
.mobile_mode4{
	min-width: 80%;
	max-height: 29.167rem;
	display: none;
	padding: 7% 0 2%;
	box-sizing:border-box;
}
.mobile_mode4_cont{
	max-height: 98%;
	height: 98%;
	overflow:auto; 
	box-sizing:border-box;
	text-align: left;
}
.mobile_mode4_cont>p{
	font-size: 0.9rem;
	color: #333;
	padding:0 10% 6%;

}
/*mode5*/
.mobile_mode5{
	min-width: 80%;
	max-height: 36.167rem;
	display: none;
	padding: 3% 0;
	box-sizing:border-box;

}
.mobile_mode5_cont{
	max-height: 98%;
	height: 98%;
	overflow:auto; 
	box-sizing:border-box;
	text-align: center;
}
.mobile_mode5_cont>img{
	width: 80%;
	height: auto;
}
.mobile_mode5_img2{
	width: 40%;
}
.mobile_mode5_cont>p{
	text-align: left;
	padding: 3% 10%;
}

/*mode6*/
.mobile_mode6{
	min-width: 80%;
	max-height: 35.167rem;
	height: 32.167rem;
	display: none;
	padding: 6% 0 4%;
	box-sizing:border-box;
}
.mobile_mode6_cont{
	max-height: 98%;
	height: 98%;
	overflow:scroll; 
	box-sizing:border-box;
	text-align: center;
}
.mobile_mode6_cont>h1{
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: 3%;
}
.mobile_mode6_cont>p{
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 3%;
	padding: 0 8%;
	text-align: left;
	line-height: 1.4rem;
}
.mobile_mode6_cont>img{
	width: 45%;
	height: auto;
}


/*mode7*/
.mobile_mode7{
	min-width: 80%;
  max-height: 38.167rem;
  height: 34.167rem;
	display: none;
	padding: 6% 0 4%;
	box-sizing:border-box;
}
.mobile_mode7_cont{
	max-height: 98%;
	height: 98%;
	overflow:scroll; 
	box-sizing:border-box;
	text-align: center;
}
.mobile_mode7_cont:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.mobile_mode7_cont{
	zoom:1
}
.mobile_mode7_cont>h1{
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: 3%;
}
.mobile_mode7_cont>p{
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 4%;
	padding: 0 8%;
	text-align: left;
	line-height: 1.4rem;
}
.mobile_mode7_cont>p>span{
	letter-spacing:1rem;
}
.mobile_mode7_cont>img{
	width: 45%;
	height: auto;
	float: right;
	margin-right: 8%;
  margin-left: 0.5rem;
	margin-top: 0.2rem;
}


/*mode8*/
.mobile_mode8{
	min-width: 80%;
  max-height: 37.167rem;
  height: 36.167rem;
	display: none;
	padding: 6% 0 4%;
	box-sizing:border-box;
}
.mobile_mode8_cont{
	max-height: 98%;
	height: 98%;
	overflow:scroll; 
	box-sizing:border-box;
	text-align: center;

}
.mobile_mode8_item{
	width: 100%;
	margin-bottom: 5%;
	box-sizing:border-box;
}
.mobile_mode8_item:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.mobile_mode8_item{
	zoom:1
}
.mobile_mode8_cont>h1{
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: 3%;
}
.mobile_mode8_item>h2{
	font-size: 1rem;
	color: #5DAB20;
	text-align: left;
	text-indent: 7%;
  margin-bottom: 2%;
}
.mobile_mode8_item>p{
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 4%;
	padding: 0 8%;
	text-align: left;
	line-height: 1.4rem;
}
.mobile_mode8_item>img{
	width: 30%;
	height: auto;
	float: right;
	margin-right: 7%;
  margin-left: 3%;
}

/*mode9*/
.mobile_mode9{
	min-width: 80%;
	max-height: 40.167rem;
	height: 32.167rem;
	display: none;
	padding: 6% 0 4%;
	box-sizing:border-box;
}
.mobile_mode9_cont{
	max-height: 98%;
	height: 98%;
	overflow:scroll; 
	box-sizing:border-box;
	text-align: center;
}
.mobile_mode9_cont>h1{
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: 3%;
	margin-top: 3%;
}
.mobile_mode9_title{
	color: #5DAB20;
	font-size: 1rem;
	margin-bottom: 2%;
	text-align: left;
	padding-left: 8%;
}
.mobile_mode9_cont .mobile_mode9_p{
	font-size: 0.9rem;
	color: #333;
	margin-bottom:3%;
	padding: 0 8%;
	text-align: left;
	line-height: 1.4rem;
}
.mobile_mode9_img{
	width: 100%;
	box-sizing:border-box;
	text-align: center;
	padding: 0 5%;
}
.mobile_mode9_img:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.mobile_mode9_img{
	zoom:1
}
.mobile_mode9_img img{
	width: 80%;
	height: auto;
	margin-right: 5%;
	margin-top: 0.2rem;
}
.mobile_mode9_img img:last-child{
	margin-right: 0;
	margin-top: 0rem;
}

/*mode10*/
.mobile_mode10{
	min-width: 80%;
	max-height: 44.167rem;
	height: 30.167rem;
	display: none;
	padding: 6% 0 4%;
	box-sizing:border-box;
}
.mobile_mode10_cont{
	max-height: 98%;
	height: 98%;
	overflow:scroll; 
	box-sizing:border-box;
	text-align: center;

}
.mobile_mode10_cont>h1{
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: 3%;
	margin-top: 3%;
}
.mobile_mode10_title{
	color: #5DAB20;
	font-size: 1rem;
	margin-bottom: 4%;
	text-align: left;
	padding-left: 8%;
}
.mobile_mode10_cont .mobile_mode10_p{
	font-size: 1rem;
	color: #333;
	margin-bottom:4%;
	padding: 0 8%;
	text-align: left;
	line-height: 1.4rem;
}
.mobile_mode10_img{
	width: 100%;
	box-sizing:border-box;
	text-align: center;
	padding: 0 5%;
}


/*品牌故事*/
.content_box{
	width: 100%;
	padding: 1rem 5%;
	box-sizing:border-box;
	margin-top: 3.583rem;
	padding-bottom: 1.667rem;
  background: #F6F6F6;
}
.content_box h1{
	font-size: 1.5rem;
	color: #000;
	margin: 10px 0;
	text-align: center;
}
.content_box p {
	text-align: left;
	text-indent: 2rem;
	font-size: 1.0rem;
	color: #666;
	line-height: 2.0rem;
	margin-bottom: 0.833rem;
}
.content_box_img{
	text-align: center;
	width: 100%
}
.content_box_img>img:nth-child(1){
	display: block;
	width: 48%;
	margin: 2.083rem auto 0.833rem;
}
.content_box_img2{
	width: 48%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 0.833rem;
}
.content_box_img3{
	width: 48%;
	margin-bottom: 0.833rem;
	display: inline-block;
}

.zhezhao_banner_box{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  display: none;
}