app.css 7.5 KB
body, p {
	margin: 0px;
	padding: 0px;
}
.loding {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #333;
}
.view {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	text-align: center;
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.view .icon-logo {
	animation: 1.5s linear 0s normal none infinite rotate;
	-webkit-animation: 1.5s linear 0s normal none infinite rotate;
}
.view p {
	color: #fff;
	margin-top: 10px;
	font-size: 8pt; 
}
.page {
	width: 100%;
	display: none;
}
.fp-tableCell {
	display: block;
}
.page .hide .text, .page .hide .icon-3,
 .page .hide .item2-img, .page .hide .logo,
 .page .hide .icon-log, .page .hide .icon-4,
  .page .hide .icon-5,  .page .hide .icon-6,
   .page .hide .icon-7,  .page .hide .icon-7-1,
    .page .hide .icon-tiem2 {
	display: none;
}
.item1 {
	background: url(../img/1.jpg);
	background-size: cover;
}
.item2 {
	background: url(../img/2.jpg);
	background-size: cover;
}
.item2 .text {
	bottom: 0px;
	margin: 30px 15px;
	line-height: 20px;
	color: #f8b000;
}
.icon-tiem2 {
	background: url("../img/shangye-font.png");
  background-size: cover;
	width: 215px;
	height: 45px;
	position: absolute;
	right: -15px;
	top:141px;
}
.item3 {
	background: url(../img/3.jpg);
	background-size: cover;
    padding: 60px 32px;
}
.item3 .text{
    bottom:50px;
}
.item3 p {
	margin: 0px 15px;
	line-height: 20px;
	color: #ccc;
}
.item3 .navitems {
    margin-left: -50px;
}
.icon-tiem3 {
	background: url(../img/nongchan-font.png);
	width: 100%;
	height: 68px;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: -72px;
}
.icon-4-view {
	width: 20em;
  height: 20em;
  position: absolute;
  left: -10%;
  top: 20%;
  border-radius: 50%;
  text-align: center;
}
.item4 .icon-4 { 
	  background: url(../img/4-1.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
   display: block;
  border-radius: 50%;	
}
.item4 .text {
	  right: 1%;
  position: absolute;
  width: 80%;
  bottom: 20%;
}
.item5 img {
	top: 38%;
	position: absolute;
	z-index: 10;
}
.item5 img.icon-head {
    position: absolute;
    top:0px;
    left: 0px;
    height: 45%;
    z-index: 0;
}
.item5 .text {
	top: 55%;
}
.item5 p {
	color: #333;
	margin: 15px;
	line-height: 20px;
	margin-top: 0px;
}
.item6{
    background: url(../img/4.jpg);
    background-size: cover;
}
.item6 .icon-6 {
	 background: url(../img/6-1.jpg);
  width: 90%;
  height: 27%;
  position: absolute;
  top: 18%;
  left: 5%;
  background-size: cover;
}
.item6 .text {
	bottom: 15%;
	left: 5%;
	right: 5%;
	margin: 0px;
}
.item7{
    background: url(../img/6.jpg);
  	background-size: cover;
}
.item7 .text {
	top: 20%;
	text-align: center;
}
.item7 .size {
	font-size: 20pt;
	text-indent:0px;
	margin: 20px 0;
}
.logo {
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top:45%;
	left:50%;
	margin-top: -120px;
	margin-left: -72px;
}
.icon-logo {
	background-image: url(../img/logo.png);
	width: 62px;
	height: 62px;
	display: inline-block;
	background-size: 64px;
}
.icon-log {
	background-image: url(../img/log.png);
    width: 125px;
    height: 27px;
    display: inline-block;
  	background-size: 125px;
  	position: absolute;
  	top: 15px;
  	right: 10px;
}
.icon-log-2 {
	background-image: url(../img/log.png);
	width: 125px;
	height: 27px;
	display: inline-block;
	background-size: 125px;
	position: absolute;
	top: 15px;
	right: 10px;
}
.text {
	position: absolute;
	color: #ffffff; 
	font-size: 10pt; 
	font-family: 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, STHeiti;
	bottom: 30px;
}
.text h5 {
	color: #ffffff; font-size: 14pt;
	font-weight: normal;
	margin: 0 0 10px;
}
.text p {
	text-indent: 2em;
	font-size: 8pt;
	position: relative;
}
.text1{
    padding: 10px;
    margin: 10px;
    background: transparent;
    position: absolute;
    color: #ffffff;
    font-size: 10pt;
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, STHeiti;
    bottom: 50px;
    line-height:24px;
    font-weight:lighter;
    opacity:0.6;
    filter: alpha(opacity=60);
}
.tip {
	text-align: center;
	position: fixed;
	bottom: 10px;
	width: 100%;
    height:25px;
    width:25px;
    background:url(../img/jiantou-white.png) center center no-repeat;
    background-size: cover;
    left:50%;
    margin-left:-18px;
    webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    -o-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out;
}
.orange_tip{
    background:url(../img/jiantou-yellow.png) center center no-repeat;
    background-size: cover;
}

.animated_h_1{
    webkit-animation: p1 1s ease-out 0.5s 1;
    animation: p1 1s ease-out 0.5s 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: -140px;
    opacity: 0;
}

.animated_h_2{
    webkit-animation: p1 1s ease-out 2s 1;
    animation: p1 1s ease-out 2s 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: -140px;
    opacity: 0;
}
#fullpage .text1{
    animation-duration: 1.5s;
    /*animation-delay:0.5s;*/
}
.item6{
    padding:60px 32px;
}
.box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    z-index: 999;
    background:#ff8b00;
}
.box .pic-box{
    width:100%;
}
.box .pic-box img{
    width:100%;
}
.box .desc{
    color:#fff;
    padding: 12px;
    background: transparent;
    font-size: 8pt;
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, STHeiti;
    font-weight:lighter;
    text-indent: 2em;
    line-height:20px;
}
.fp-controlArrow{
    display:none;
}
.navitems{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 0px;
    /* margin: -1px; */
    padding: 0px;
    z-index:999;
}
.navitems li{
    display:inline-block;
    width:8px;
    height:8px;
    margin:0 5px;
    border:2px solid #fff;
    border-radius:100%;
    background:transparent;
}
.navitems li.active{
    background:#fff;
}
.animated2{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
/*拓展动画*/
@-moz-keyframes start{0%,30%{opacity:0;-moz-transform:rotate(180deg) translate(0,10px)}60%{opacity:1;-moz-transform:rotate(180deg) translate(0,0)}100%{opacity:0;-moz-transform:rotate(180deg) translate(0,-10px)}}@-o-keyframes start{0%,30%{opacity:0;-o-transform:rotate(180deg) translate(0,10px)}60%{opacity:1;-o-transform:rotate(180deg) translate(0,0)}100%{opacity:0;-o-transform:rotate(180deg) translate(0,-10px)}}@-webkit-keyframes start{0%,30%{opacity:0;-webkit-transform:rotate(180deg) translate(0,10px)}60%{opacity:1;-webkit-transform:rotate(180deg) translate(0,0)}100%{opacity:0;-webkit-transform:rotate(180deg) translate(0,-10px)}}@keyframes start{0%,30%{opacity:0;transform:rotate(180deg) translate(0,10px)}60%{opacity:1;transform:rotate(180deg) translate(0,0)}100%{opacity:0;transform:rotate(180deg) translate(0,-10px)}}