
body,div,span,a,img,h1,h2,h3,h4,p,ul,li,ol,dl,dt,dd,input{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
}
body{
    font-size:12px;
    font-family:"微软雅黑";
}
a{
    color:#666666;
    text-decoration:none;
    font-family:"微软雅黑";
}
a:hover{
    text-decoration:underline;
}
#superContainer {
    height: 100%;
    position: relative;

}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}
/* 右侧导航 */
#fullPage-nav {
    _display: none;
    font-size: 12px;
}
#fullPage-nav li {
    width: 90px;
    height: 21px;
    margin: 10px 0 0;
    vertical-align: middle;
}
#fullPage-nav li a {
    float: right;
    width: 21px;
    height: 21px;
    color: #8F9DA4;
    text-decoration: none;
    text-align: right;
    background: url(../images/dot.png) 5px 5px no-repeat;
}
#fullPage-nav li .active {
    background-position: 0 bottom;
}
#fullPage-nav span {
    display: none;
}
.fullPage-tooltip {
    float: left;
    top: 0;
    margin-right: 5px;
    font: 12px "Microsoft Yahei";
    color: #8F9DA4;
    line-height: 21px;
}

.section {
    position: relative;
    overflow: hidden;
}
.section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.bg13 {
    position: absolute;
    bottom: -70%;
    width:415px;
     left: 7%;
    float: left;
    padding-left: 55px;
    height: 377px;
    background: url(../images/bg13.png)no-repeat -130px 0;
	*background: url(../images/bg13.gif)no-repeat 10px 0;
    transition: all 1s;
}
.bg1301 {
    position: absolute;
    bottom: -70%;
    width:285px;
    left: 42%;
    float: left;
    height: 377px;
    background: url(../images/bg13.png)no-repeat -558px 0;
    transition: all 1s;
}
.bg1302 {
    position: absolute;
    bottom: -70%;
    width:370px;
     left: 70%;
     float: left;
    height: 377px;
    background: url(../images/bg13.png)no-repeat -833px 0;
    transition: all 1s;
}
.hgroup { 
    position: absolute; 
    width: 216px;
    height: 56px;
    left: 44%; 
    top: 16%; 
     background-image: url(../images/slogan.png);
     opacity: 0; 
     -webkit-transform:scale(0.5, 0.5); 
     transform:scale(0.5, 0.5); transition: all 1s;
    }
.p11 {

    margin-top: 320px;
    width: 230px;
     color: #94a7c6;
    font-size: 16px;
    color: #94a7c6;
    opacity: 0; 
    transition: all 0.5s;

}
.p112 {
    margin-top: 300px;
}
.section strong {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: 10;
    width: 512px;
    height: 45px;
    margin-left: -256px;
    font-size: 24px;
    font-weight: 500;
    color: #748A9E;
    opacity: 0;
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    transition: all 1s;
}
.section h3 {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: 10;
    width: 512px;
    height: 45px;
    margin-left: -256px;
    margin-top: 60px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    transition: all 1s;
}
.p1 {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 510px;
    margin-left: -255px;
    margin-top: 130px;
    font-size: 20px;
    line-height: 40px;
    color: #727F8C;
    opacity: 0;
    transition: all 1s;
}
.section4 h3 {
    height: 160px;
    display: inline-block;
    background-image: url(../images/t4.png);
}
.section8 strong {
    margin-top: 10%;
    font-size: 40px;
    font-weight: bold;
    color:#82ba49;
}
.p3 {
    position: absolute;
    width: 430px;
    left: 50%;
    top: 15%;
    margin-top: 250px;
    margin-left: -100%;
    font-size: 16px;
    color: #FFFDE1;
    opacity: 0;
    transition: all 1s;
}
.bg42 {
    position: absolute;
    bottom: -10%;
    width: 100%;
    height: 449px;
    background: url(../images/bg42.png) 50% 0 no-repeat;
    transition: all 1s;
}
.bg43 {
    position: absolute;
    bottom: -449px;
    width: 100%;
    height: 449px;
    margin-bottom: -150px;
    background: url(../images/bg43.png) 50% 0 no-repeat;
    transition: all 1s;
}
.bg61 {
    position: absolute;
    top: -454px;
    width: 100%;
    height: 545px;
    background: url(../images/bg61.png) 50% 0 no-repeat;
    transition: all 1s;
}
.bg62 {
    position: absolute;
    bottom: 15%;
    width: 519px;
    height:441px;
    margin-left: -507px;
    background-image: url(../images/bg62.png);
    transition: all 1s;
}
.txt6 {
    position: absolute;
    left: 90%;
    bottom: 14%;
    width: 447px;
    margin-left: 90px;
    opacity: 0;
    transition: all 1s;
}
.txt6 span{
    height: 50px;
    display: inline-block;
    margin-left: 80px;
    font-size:30px;
     font-weight: bold;
    color: #5C7970;
}
.txt6 p {
    margin-top: 30px;
    color: #5C7970;
    font-size: 20px;
}

.bg71 {
    position: absolute;
    left: 50%;
    bottom: -5%;
    width: 699px;
    height: 201px;
    margin-left: -630px;
    background: url(../images/bg71.png) 50% 0 no-repeat;
    opacity: 0;
    transition: all 1s;
}
.bg72 {
    position: absolute;
    left: 58%;
    bottom: 0;
     width: 435px;
    height: 419px;
    margin-left: -150px;
    background: url(../images/bg72.png) no-repeat;
    opacity: 0;
    transition: all 1s;
}
.bg73 {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 651px;
    height: 231px;
    margin-left: -530px;
    background: url(../images/bg73.png) 50% 0 no-repeat;
}
.bg74 {
    position: absolute;
    left: 0;
    bottom: -17%;
    width: 100%;
    height: 100%;
}
.bg74 img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 251px;
}
.bg81 {
    position: absolute;
    bottom: -20%;
	left: 10%;
     width: 100%;
    height: 629px;
    background: url(../images/bg81.png) no-repeat center bottom ;
    opacity: 0;
    transition: all 1s;
}
.bg82 {
    position: absolute;
    left: 50%;
    bottom: 160px;
    width: 164px;
    height: 117px;
    margin-left: -180px;
    background-image: url(../images/bg82.png);
    opacity: 0;
    transition: all 1s;
}
.bg83 {
    position: absolute;
    left: 50%;
    bottom: 280px;
    width: 70px;
    height: 29px;
    margin-left: -330px;
    background-image: url(../images/bg83.png);
    opacity: 0;
    transition: all 1s;
}
.bg84 {
    position: absolute;
    left: 50%;
    bottom: 320px;
    width: 43px;
    height: 26px;
    margin-left: -410px;
    background-image: url(../images/bg84.png);
    opacity: 0;
    transition: all 1s;
}
.p8 {
    position: absolute;
    left: 28%;
    top: 32%;
    width:500px;
    line-height: 30px;
    margin-top: 130px;
    font-size: 16px;
    color: #727F8C;
    opacity: 0;
    transition: all 1s;
}
.bg101 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg101.png) 50% 20% no-repeat;
}
.bg102 {
    position: absolute;
    width: 100%;
    top: 25%;
    height: 79px;
    background: url(../images/bg102.png) 50% 0 no-repeat;
    opacity: 0;
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    transition: all 1s;
}
.bg103 {
    position: absolute;
    width: 100%;
    top: 25%;
    height: 37px;
    margin-top: 110px;
    background: url(../images/bg103.png) 50% 0 no-repeat;
    opacity: 0;
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    transition: all 1s;
}
.go {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 254px;
    height: 70px;
    margin-top: 220px;
    margin-left: -127px;
    text-indent: -9999px;
    background-image: url(../images/btn.png);
    opacity: 0;
    transition: all 1s;
}

.copyright {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 0;
    opacity: 0;
    transition: all 0.5s;
}
/* CSS3过度及动画 */
.active strong, .active h3 {
    opacity: 1;
    -webkit-transform:scale(1, 1);
    transform:scale(1, 1);
    transition-delay: 0.7s;
}
.active .p1 {
    opacity: 1;
    transition-delay: 1.7s;
}

.active .bg12 {
    bottom: 90px;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg13 {
    bottom: 35%;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg1301 {
    bottom: 35%;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg1301 {
    bottom: 35%;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg1302 {
    bottom: 35%;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .hgroup {
    opacity: 1;
    -webkit-transform:scale(1, 1);
    transform:scale(1, 1);
    transition-delay: 0.7s;
}
.active .p11 {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 2s;
}
.active .copyright {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 2s;
}
.active .p3 {
    margin-left: -480px;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg42 {
    bottom: -15%;
    transition-delay: 1.1s;
}
.active .bg43 {
    bottom: -15%;
    transition-delay: 0.9s;
}
.active .bg61 {
    top: 0;
    transition-delay: 0.7s;
}
.active .bg62 {
    left: 50%;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .txt6 {
    left: 50%;
    opacity: 1;
    transition-delay: 0.7s;
}

.active .bg71 {
    bottom: 15%;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg72 {
    bottom: 15%;
    opacity: 1;
    transition-delay: 0.9s;
}
.active .bg81 {
    bottom: 0;
    opacity: 1;
    left: 18%;
    transition-delay: 0.9s;
}
.active .bg82 {
    bottom: 100px;
    margin-left: -380px;
    opacity: 1;
    transition-delay: 0.7s;
}
.active .bg83 {
    bottom: 270px;
    margin-left: -500px;
    opacity: 1;
    transition-delay: 1s;
}
.active .bg84 {
    bottom: 400px;
    margin-left: -610px;
    opacity: 1;
    transition-delay: 1.2s;
}
.active .p8 {
    opacity: 1;
    transition-delay: 1.7s;
}
.active .bg102, .active .bg103 {
    opacity: 1;
    -webkit-transform:scale(1, 1);
    transform:scale(1, 1);
    transition-delay: 0.7s;
}
.active .go {
    top: 25%;
    opacity: 1;
    transition-delay: 1.2s;
}

/* for lt ie 10 */
.ltie10 strong, .ltie10 h3 {
    opacity: 1;
    transform:scale(1, 1);
    transition-delay: 0.7s;
}
.ltie10 .p1 {
    opacity: 1;
    transition-delay: 1.7s;
}

.ltie10 .bg12 {
    bottom: 90px;
    opacity: 1;
    transition-delay: 0.7s;
}
.ltie10 .bg13 {
    bottom: 0;
    opacity: 1;
    transition-delay: 0.7s;
}
.ltie10 .hgroup {
    opacity: 1;
    transform:scale(1, 1);
    transition-delay: 0.7s;
}
.ltie10 .p11{
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 2s;
}
.ltie10 .p11_a {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 2s;
}
.ltie10 .p11_b {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 2s;
}
.ltie10 .p3 {
    margin-left: -480px;
    opacity: 1;
    transition-delay: 0.7s;
}
.ltie10 .bg41 {
    bottom: 15%;
    transition-delay: 0.7s;
}
.ltie10 .bg42 {
    bottom: 15%;
    transition-delay: 1.1s;
}
.ltie10 .bg43 {
    bottom: 15%;
    transition-delay: 0.9s;
}
.ltie10 .bg61 {
    top: 0;
    transition-delay: 0.7s;
}
.ltie10 .bg62 {
    left: 50%;
    opacity: 1;
    transition-delay: 0.7s;
}
.ltie10 .txt6 {
    left: 50%;
    opacity: 1;
    transition-delay: 0.7s;
}

.ltie10 .bg71 {
    bottom: 250px;
    opacity: 1;
    transition-delay: 0.7s;
}
.ltie10 .bg72 {
    bottom: 30%;
    opacity: 1;
    transition-delay: 0.9s;
}
.ltie10 .txt7 {
    bottom: 420px;
    opacity: 1;
    transition-delay: 1.1s;
}

.ltie10 .bg82 {
    bottom: 260px;
    margin-left: -280px;
    opacity: 1;
    transition-delay: 0.7s;
}
.ltie10 .bg83 {
    bottom: 380px;
    margin-left: -430px;
    opacity: 1;
    transition-delay: 1s;
}
.ltie10 .bg84 {
    bottom: 420px;
    margin-left: -510px;
    opacity: 1;
    transition-delay: 1.2s;
}
.ltie10 .p8 {
    opacity: 1;
    transition-delay: 1.7s;
}
.ltie10 .bg102, .ltie10 .bg103 {
    opacity: 1;
    transform:scale(1, 1);
    transition-delay: 0.7s;
}
.ltie10 .go {
    top: 25%;
    opacity: 1;
    transform:scale(1, 1);
    transition-delay: 1.2s;
}
/***nav***/
#about{
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(167,207,72,0.1) !important;
    filter:Alpha(opacity=100);
    background:#A7CF48;/*实现IE背景透明*/
    background-position: bottom left , top right;
    box-shadow: 1px 1px 4px rgba(98,98,98,0.4);
    z-index: 99999;
}
.about{
    width: 1200px;
    margin:auto;
}
#about h2{
    float: left;
    margin-top: 5px;
    display: 
}
.about_nav{
    width: 1000px;       
    height: 70px;
    float: right;
}
.about_nav li{
    float:left;
    line-height: 70px;
    font-size: 20px;
    color:#fff;
}
.about_nav li a{
    color:#898989;
    padding: 0 60px;
    float: left;
    display: inline-block;
    text-decoration: none;
}
.about_nav li a:hover{
    text-decoration: none;
    background:#89af36;
    color: #fff;
}
.foots{
    width: 1200px;
    margin:auto;
}
.pd{
    float: left;
    font-size: 12px;
    color:#ffb400;
}
.pa{
    float: right;
    color:#ffb400;
    font-size: 12px;
 }