body{
  background: url("../images/8bg.jpg") 100% no-repeat fixed;
  background-size: cover;
  font-family: "苹方-简";
  font-family: "黑体-简";
  color: #fff;
  font-size: 10px;
  /*min-width: 1200px;*/

}
.section>div{
  display: table-cell;
}
.areaBg{
  width: 100%;
  height: 100%;
}
.manageIcons{
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.096rem;
}
.areaIcon{
  width: 0.42rem;
  height: 0.42rem;
}
.machineIcon{
  width: 0.47rem;
  height: 0.47rem;
}
.weatherIcon{
  width: 0.47rem;
  height: 0.47rem;
}

.areaIcon{
  background: url("../images/areaIcon.png") 100% no-repeat;
  background-size: contain;
}
.cropIcon{
  background: url("../images/cropIcon-b.png") 100% no-repeat;
  background-size: contain;
}

.weatherIcon{
  background: url("../images/weatherIcon-b.png") 100% no-repeat;
  background-size: contain;
}
.diseaseIcon{
  background: url("../images/diseaseIcon-b.png") 100% no-repeat;
  background-size: contain;
}
.environmentIcon{
  background: url("../images/environmentIcon-b.png") 100% no-repeat;
  background-size: contain;
}
.machineIcon{
  background: url("../images/machineIcon-b.png") 100% no-repeat;
  background-size: contain;
}
.financeIcon{
  background: url("../images/financeIcon-b.png") 100% no-repeat;
  background-size: contain;
}
.totalIcon{
  background: url("../images/totalIcon-b.png") 100% no-repeat;
  background-size: contain;
}

.back{
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/arrowManage.png") 100% no-repeat;
  background-size: contain;
  /*position: absolute;*/
  position: fixed;
  left: 5%;
  top: 12%;
}
.areaM_Title{
  margin-top: 10px;
}
.areaM_Title span{
  margin-left: 0;
  left: 0;
  display: block;
  float: left;
  margin-bottom: 0.45rem;
}
.areaTitleText{
  color: #fff;
  padding-left: 0.36rem;
  font-size: 0.36rem;
  line-height: 0.25rem;
}
.areaTitleTextEn{
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.42rem;
  line-height: 0.25rem;

}


.areaBox{
  width: 76.56%;
  /*border: 2px #fff solid;*/
  height: auto;
  font-family: "简体-黑";
  margin: 0 auto;
  margin-top: 1.50rem;

}

/*左侧图片*/
.areaPic{
  /*width: 69.91667rem;*/
  /*height: 61.0833rem;*/
  width: 55%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  position: relative;

}

.areaPic img{
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.70rem #666;

}
/*右侧文字*/

@keyframes areaTextMove{
  0%{
    opacity: 0;
    transform: translateX(-2rem);
  }
  60%{
    transform: translateX(0.50rem);
    transform: scale(1.1,1.1);
  }
  75%{
    transform: translateX(-0.10rem);
    transform: scale(1,1);
  }
  90%{
    transform: scale(1.1,1.1);
  }
  100%{
    opacity: 1;
    transform: scale(1,1);
  }
}
.areaText{
  /*width: 784px;*/
  /*height: 600px;*/
  opacity: 0;
  width: 92%;
  height: 69%;
  position: absolute;
  top: 23%;
  left: 80%;
  background: url("../images/areaGrid.png") 100% no-repeat;
  background-size: contain;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: areaTextMove 0.7s;
  animation-fill-mode: forwards;
  animation-delay:1s;
}

.areaTextMin{
  overflow-y: scroll;
  width: 77%;
  height: 70%;
  margin-left: 0.42rem;
  margin-top: 0.12rem;
  padding-right: 5px;

}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:rgba(255,255,255,0.2);}
::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.5);}
::-webkit-scrollbar-thumb:hover {background-color:rgba(255,255,255,0.5);}
::-webkit-scrollbar-thumb:active {background-color:rgba(255,255,255,0.2);}

.areaText h3{
  /*key*/
  font-size: 1.25vw;
  line-height: 0.36rem;
  font-weight: bold;
  text-align: left;
}
.areaText p{
  font-family: "苹方-简";
  /*key*/
  font-size: 0.95vw;
  line-height: 0.3rem;
  text-align: justify;
}

/*右侧导航icon*/
.navRightIcon{
  width: 0.35rem;
  height: 0.35rem;
}
.area1{
  width: 0.30rem;
  height: 0.30rem;
  margin-left: 2.5px;
  margin-bottom: 2.5px;
}

/*右侧图标导航样式及其hover样式*/
.area1{
  background: url("../images/areaIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.area1:hover{
  background: url("../images/areaIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.crop1{
  background: url("../images/cropIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.crop1:hover{
  background: url("../images/cropIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.weather1{
  background: url("../images/weatherIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.weather1:hover{
  background: url("../images/weatherIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.disease1{
  background: url("../images/diseaseIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.disease1:hover{
  background: url("../images/diseaseIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.environment1{
  background: url("../images/environmentIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.environment1:hover{
  background: url("../images/environmentIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.machine1{
  background: url("../images/machineIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.machine1:hover{
  background: url("../images/machineIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.finance1{
  background: url("../images/financeIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.finance1:hover{
  background: url("../images/financeIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.total1{
  background: url("../images/totalIcon-w.png") 50% no-repeat;
  background-size: contain;
}
.total1:hover{
  background: url("../images/totalIcon-b.png") 50% no-repeat;
  background-size: contain;
}


/*右侧图标导航active样式*/
.iconNav li a.tab-active.area1{
  background: url("../images/areaIcon-b.png") 50% no-repeat;
  background-size: contain;
}


.iconNav li a.tab-active.crop1{
  background: url("../images/cropIcon-b.png") 50% no-repeat;
  background-size: contain;
}


.iconNav li a.tab-active.weather1{
  background: url("../images/weatherIcon-b.png") 50% no-repeat;
  background-size: contain;
}


.iconNav li a.tab-active.disease1{
  background: url("../images/diseaseIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.iconNav li a.tab-active.environment1{
  background: url("../images/environmentIcon-b.png") 50% no-repeat;
  background-size: contain;
}

.iconNav li a.tab-active.machine1{
  background: url("../images/machineIcon-b.png") 50% no-repeat;
  background-size: contain;
}


.iconNav li a.tab-active.finance1{
  background: url("../images/financeIcon-b.png") 50% no-repeat;
  background-size: contain;
}


.iconNav li a.tab-active.total1{
  background: url("../images/totalIcon-b.png") 50% no-repeat;
  background-size: contain;
}


/* The tabs */

.iconNav{
    float: right;
    list-style: none;
    height: 4.8rem;
    /*margin-top: 10%;*/
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    position: fixed;
    right: 7%;
    top: 30%;
}

.tabs-vertical-area ul li{
    width: 0.45rem;
    height: 0.45rem;
}

.tabs-vertical-area ul li a{
    display: block;
    text-decoration: none;
    margin: 3px 0;
    text-align: center;
}

.tabs-vertical-area ul li a.tab-active {
}



@media all and (max-width: 1440px){
  .areaBox{
    margin-top: 1rem;
  }

  .areaText p{
    line-height: 0.24rem;
  }
  .iconNav{
      top: 20%;
  }

}
@media (min-width: 1440px) and (max-width: 1700px){
  .areaBox{
    margin-top: 1rem;
  }

  .areaText p{
    line-height: 0.3rem;
  }
}


/* The tabs */

.iconNav{
    float: right;
    list-style: none;
    text-align: left;
}


.iconNav li a{
    display: block;
}

.iconNav li:first-child a{
    border-top: 0;
}

/* The content */

.tabs-vertical1 .tabs-content-placeholder{
    /*overflow: hidden;*/
    margin: auto 1.2rem;
}

.tabs-vertical1 .page{
    display: none;
}


.tabs-vertical1 .tabs-content-placeholder div.tab-content-active{
    display: block;
}

/*-------------------*/
.box>a{
  display: block;
  outline: none;
  margin-bottom: 20%;
}
.box>a:target{
  padding-top: 10%;
}


/*--fullpage版-----------------*/
#fullpage{
  width: 80%;
  margin: 0 auto;
}


#menu{
  background-color: rgba(255,255,255,0);

}
#menu>ul{
  width: 0.30rem;
  position: fixed;
  right: 5%;
  top: 30%;
}
#menu>ul li{
  list-style: none;
  margin-bottom: 0.30rem;
}


#menu li.active .area1{
  background: url("../images/areaIcon-b.png") 50% no-repeat;
  background-size: contain;
}


#menu li.active .crop1{
  background: url("../images/cropIcon-b.png") 50% no-repeat;
  background-size: contain;
}


#menu li.active .weather1{
  background: url("../images/weatherIcon-b.png") 50% no-repeat;
  background-size: contain;
}


#menu li.active .disease1{
  background: url("../images/diseaseIcon-b.png") 50% no-repeat;
  background-size: contain;
}

#menu li.active .environment1{
  background: url("../images/environmentIcon-b.png") 50% no-repeat;
  background-size: contain;
}

#menu li.active .machine1{
  background: url("../images/machineIcon-b.png") 50% no-repeat;
  background-size: contain;
}


#menu li.active .finance1{
  background: url("../images/financeIcon-b.png") 50% no-repeat;
  background-size: contain;
}


#menu li.active .total1{
  background: url("../images/totalIcon-b.png") 50% no-repeat;
  background-size: contain;
}
