*{
	margin:0;
	padding:0;
}
html {
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
}
html,body{
	font-family: "Microsoft YaHei";
}
.clear{
	overflow: hidden;
	clear: both;
	line-height: 0;
}
body{
	width:100%;
}
.oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tr{
	text-align: right;
}
input{
	outline: none;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance:none;
}
textarea{
	outline: none;
	-webkit-appearance:none;
}
.out{
	height: 100%;
	background: url(../image/fruit.png) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
}
.fruit_title{
	padding-top: 2.5rem;
	padding-left: 2.5rem;
}
.fruit_title a{
	color: white;
	font-size: 1.33rem;
	/*font-size: 1.2rem;
  background: url(../image/cloud.png) no-repeat;
  display: inline-block;
  width: 9rem;
  height: 3rem;
  background-size: 100% 100%;
  color: #f1a85f;
  text-align: center;
  line-height: 3rem;*/
}
.enter{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 1rem;
	color: white;
}
@-webkit-keyframes move {
  0%, 100% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes move {
  0%, 100% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-o-keyframes move {
  0%, 100% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.enter dt a{
	display: inline-block;
	width: 18rem;
	height: 3rem;
	background: white;
	border-radius: 2rem;
	color: #009933;
	font-size: 1.33rem;
	text-align: center;
	line-height: 3rem;	/*box-shadow: 0 3px 8px #ff9933;*/
	/*animation: move 2s ease 0.4s infinite alternate;
	-moz-animation: move 2s ease 0.4s infinite alternate;
	-webkit-animation: move 2s ease 0.4s infinite alternate;
	-o-animation: move 2s ease 0.4s infinite alternate;*/
}
.enter dt{
	margin-bottom: 50px;
}
.about_dd{
	margin-bottom: 20px;
}
.about_dd a{
	color: white;
	font-size: 1.16rem;
}
.about_dd a:first-child{
	margin-right: 5%;
}
.number_dd{
	opacity: 0.8;
}
.hiddenMask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.1);
	display: none;
}
.maskInner{
	position: absolute;
	width: 70%;
	background: white;
	border:1px solid #979797;
	border-radius: 0.58rem;
	left: 10%;
	top: 30%;
	padding: 0 5%;
}
.maskInner h3{
	font-size: 1.5rem;
	padding-top: 2.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.maskInner p{
	font-size: 1rem;
	text-indent: 1rem;
	line-height: 1.5rem;
}
.know_btn{
	padding-top: 2rem;
	padding-bottom: 1rem;
	text-align: center;
}
.know_btn a{
	display: inline-block;
	width: 7.5rem;
	height: 2.7rem;
	border-radius: 2rem;
	border: 1px solid  #009900;
	color: #006633;
	text-align: center;
	line-height: 2.7rem;
	font-size: 1.2rem;
}
.about_title{
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	font-size: 1.25rem;
	position: relative;
}
.about_title .back{
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	width: 1rem;
	height: 1.75rem;
	display: block;
	background: url(../image/back.png) no-repeat;
	background-size: 100% 100%;
}
.content{
	padding: 1rem 1.5rem;
}
.introDl dt i{
	width: 2px;
	height: 1rem;
	background: #009933;
	margin-right: 0.5rem;
	margin-top: 4px;
}
.introDl dt{
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.introDl dt span{
	font-size: 1rem;
	color: #999;
	margin-left: 0.5rem;
}
.introDl dd{
	font-size: 1rem;
	line-height: 1.8rem;
}
.introDl dd a{
	color: #000;
}
.introDl{
	margin-bottom: 3rem;
}
.contactList{
	position: relative;
	width: 90%;
	margin-top: -1.5rem;
	padding:0 5%;
	margin-bottom: 3rem;
}
.contactList li{
	width: 30%;
	float:left;
	margin-right: 5%;
}
.contactList li:last-child{
	margin-right: 0;
}
.contactList li img{
	display: block;
	width: 100%;
}
.contactList li span{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 1rem;
	margin-top: 1rem;
}
.left_indent{
	padding-left: 1.5rem;
}
.hiddenMask2{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,1);
	display: none;
}
.maskCode{
	width: 8rem;
	height: 8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4rem;
	margin-top: -4rem;
}
.maskCode img{
	width: 100%;
}
/*video**/
video{
	display:inline-block;
	vertical-align:baseline;
}
#video-container{
	position:relative;
	margin-top: -1.5rem;
	margin-bottom: 3rem;
}
#video{
	display:block;
	width:100%;
	height:calc(100vw / 16 * 10);
	background:#000;
}
#video-poster{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
}
#video-play-btn{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.15);
	background-image:url(../image/show.png);
	background-position:center;
	background-size:60px 60px;
	background-repeat:no-repeat;
	cursor:pointer;
	transition:background-color .5s;
}
#video-play-btn:hover{
	background-color:rgba(0,0,0,.5);
}
.needKnow{
	height: 7rem;
	overflow-y: scroll;
}
