/* Reset CSS * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    bottom: 0;
    font-size: 14px;
}

ul,
ol,
li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #eee;
}

#fp-nav ul li .active span {
    background: #0bf;
    border: 0;
}

.header {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    right: 0;
    height: 100px;
}

.header .head {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

.header .hleft {
    float: left;
    height: 50px;
    margin-top: 25px;
}

/*.header .hleft img{height: 100%;}*/
.header .hright {
    float: right;
    margin-top: 35px;
}

.header .hright a {
    display: inline-block;
    padding: 0 17px;
    line-height: 30px;
    height: 30px;
    color: #fff;
}

.header .hright .regist {
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.header .hcenter {
    height: 100px;
    text-align: center;
}

.header .hcenter a {
    display: inline-block;
    margin-right: 50px;
    line-height: 98px;
    border-top: 2px solid transparent;
    color: #fff;
}

.header .hcenter a:last-child {
    margin-right: 0px;
}

.header .hcenter .active {
    border-color: #fff;
}

.container {}

.section {
    text-align: center;
    font: 50px "Microsoft Yahei";
    height: 600px;
    vertical-align: middle;
    width: 100%;
}

.section:nth-child(2n+1) {
    background-color: #fff;
}

.section:nth-child(2n) {
    background-color: #f4f8fa;
}

.section .box {
    width: 1200px;
    margin: auto;
    text-align: left;
}

.section .box .txt {
    width: 400px;
    margin: 80px 0;
    margin-left: 50px;
    opacity: 0;
}

.section .box .txt h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.section .box .txt hr {
    width: 60px;
    border: 1px solid #0bf;
}

.section .box .txt a {
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background: #0bf;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    margin-top: 60px;
    color: #fff;
}

.section .box .img {
    width: 690px;
    margin: 0 30px;
    height: 450px;
}

/*frist*/
.frist .box {
    max-height: 450px;
}

.frist .box .img {
    float: left;
    position: relative;
    left: -100%;
    opacity: 0;
}

.frist .box img {
    margin-left: -10%;
}

.frist .box .txt {
    float: left;
    position: relative;
    left: 100%;
}

.frist .box .txt hr {
    width: 60px;
    border: 1px solid #fff;
}

.frist .box .txt h3 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 15px #555;
}

.frist .box .txt p {
    font-size: 18px;
    color: #fff;
}

.frist .box .txt span {
    color: #ff0;
}

.frist .box .txt a {
    width: 170px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    margin-top: 60px;
}

.frist .box .txt .free {
    background: #fff;
    margin-right: 20px;
    color: #27f;
}

.frist .box .txt .admin {
    margin-right: 20px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.frist {
    background: url(../img/bg.jpg) no-repeat center;
}

.frist .box {
    margin-top: 50px;
}

.frist .txt hr {
    width: 60px;
    margin: 30px 0;
    border: 1px solid #fff;
}

.frist .img {
    position: relative;
    top: -120%;
}

/*section1*/
.section1 .box {
    max-height: 450px;
}

.section1 .box .img {
    float: left;
    position: relative;
}

.section1 .box .img img {
    box-shadow: 0 0 50px #aaa;
}

.section1 .box .pc {
    float: left;
    margin-top: 100%;
}

.section1 .box .mb {
    position: absolute;
    bottom: -100%;
    right: 0;
    border-radius: 15px;
}

.section1 .box .txt {
    float: left;
    width: 425px;
    margin-left: 25px;
}

.section1 .box .txt h3 {
    margin-bottom: 15px;
}

.section1 .box .txt p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.section1 .box .txt a {
    width: 170px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    margin-top: 60px;
}

.section1 .box .txt .free {
    background: #fff;
    margin-right: 20px;
    color: #27f;
}

.section1 .box .txt .admin {
    margin-right: 20px;
    color: #fff;
    ;
}

.section1 .box {
    margin-top: 50px;
}

.section1 .txt hr {
    width: 60px;
    margin: 30px 0;
    border: 1px solid #0bf;
}

.section1 .img {
    position: relative;
    top: -120%;
}

/*section2*/
.section2 .txt {
    float: left;
}

.section2 .txt hr {
    margin: 30px 0;
}

.section2 .txt p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.section2 .txt a {
    background: #0bf;
    border-color: #0bf;
    color: #fff;
}

.section2 .img {
    float: left;
    position: relative;
    left: 100%;
}

.section2 .img img {
    margin-left: -100px;
    margin-top: -100px;
}

/*section3*/
.section.section3 {
    background: url(img/bg2.jpg) no-repeat center;
}

.section3 .box .img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: -200%;
    opacity: 0;
}

.section3 .box .txt {
    width: 100%;
    text-align: center;
    margin-left: 0;
    position: relative;
    bottom: 200%;
}

.section3 .box .txt p {
    color: #555;
}

.section3 .box .txt hr {
    margin: 20px auto;
}

/*section4*/
.section4 .img {
    float: left;
    position: relative;
}

.section4 .img img {
    box-shadow: 0 0 50px #aaa;
}

.section4 .img .pc {
    float: left;
    margin-top: 100%;
}

.section4 .img .mb {
    position: absolute;
    bottom: -100%;
    right: 0;
    border-radius: 15px;
}

.section4 .box .txt {
    float: left;
    margin: 30px 0 30px 50px;
}

.section4 .box .txt h3 {
    color: #0bf;
}

.section4 .txt p {
    margin-top: 30px
}

.section4 .txt img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.section4 .txt span {
    display: inline-block;
    line-height: 20px;
    width: 340px;
    vertical-align: middle;
}

/*section5*/
.section5 .box .txt {
    margin: 30px 0;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 100%;
}

.section5 .box .img {
    width: 100%;
    margin: 0;
    height: auto;
    position: relative;
    top: 100%;
    opacity: 0;
}

.section5 .box .img p {
    width: 80px;
    margin-right: 60px;
    float: left;
    margin-top: 40px;
    text-align: center;
}

.section5 .box .img p span {
    margin-top: 15px;
}

.section5 .box .img p:nth-child(9n) {
    margin-right: 0px;
}

/*.section6*/
.section.section6 {
    background: url(../img/bg3.jpg) no-repeat center;
}

.section6 .box {
    text-align: center;
}

.section6 .box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.section6 .box hr {
    width: 60px;
    border: 1px solid #0bf;
    margin: auto;
}

.section6 .box a {
    width: 170px;
    height: 46px;
    border-radius: 5px;
    background: #0bf;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    margin-top: 60px;
    color: #fff;
}

.section6 .box ul {
    overflow: hidden;
    margin-top: 30px;
}

.section6 .box ul li {
    float: left;
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
}

.section6 .box li h4 {
    color: #fff;
    font-size: 20px;
}

.section6 .box li p {
    color: #bbb;
    font-size: 14px;
}

/*section7*/
.section7 .blue {
    color: #fff;
    background: url(../img/product_number_bg.jpg) no-repeat center;
    background-size: cover;
}

.section7 .blue ul {
    padding: 80px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.section7 .blue .item {
    width: 240px;
    box-sizing: border-box;
    border-right: 1px solid #4bf;
    float: left;
    padding-left: 75px;
    text-align: left;
}

.section7 .blue .item:first-child {
    padding-left: 0;
}

.section7 .blue .item:last-child {
    text-align: right;
    border: 0;
}

.section7 .blue .item p span {
    font-size: 36px;
}

.section7 .blue .item p {
    font-size: 14px;
}

.section7 .blue .item p:first-child {
    font-size: 36px;
}

.section7 .blue .item sup {
    vertical-align: top;
}

/*section8*/
.section8 .img {
    float: left;
    position: relative;
}

.section8 .img {
    left: -100%;
}

.section8 .box .txt {
    float: left;
    margin: 30px 0 30px 50px;
}

.section8 .box .txt {
    position: relative;
    left: 100%;
}

.section8 .txt h3 {
    color: #0bf;
}

.section8 .txt p {
    margin-top: 30px;
}

.section8 .txt img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.section8 .txt span {
    display: inline-block;
    line-height: 20px;
    width: 340px;
    vertical-align: middle;
    color: #555;
}

/*section9 sectionb sectionc*/
.section9 .img,
.sectionb .img,
.sectionc .img {
    float: left;
    position: relative;
    text-align: center;
    top: 500px;
    opacity: 0;
}

.section9 .img img,
.sectionb .img img,
.sectionc .img img {
    position: absolute;
    top: 0;
    left: 200px;
    box-shadow: 0 0 50px #aaa;
}

.section9 .img .lt,
.sectionb .img .lt,
.sectionc .img .lt {
    top: 60px;
}

.section9 .img .rt,
.sectionb .img .rt,
.sectionc .img .rt {
    top: 60px;
}

.section9 .img .ct,
.sectionb .img .ct,
.sectionc .img .ct {
    border-radius: 18px;
}

.section9 .box .txt,
.sectionb .box .txt,
.sectionc .box .txt {
    float: left;
    margin: 30px 0 30px 50px;
}

.section9 .box .txt,
.sectionb .box .txt,
.sectionc .box .txt {
    position: relative;
    top: 100%;
}

.section9 .txt h3,
.sectionb .txt h3,
.sectionc .txt h3 {
    color: #0bf;
}

.section9 .txt p,
.sectionb .txt p,
.sectionc .txt p {
    margin-top: 30px
}

.section9 .txt img,
.sectionb .txt img,
.sectionc .txt img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.section9 .txt span,
.sectionb .txt span,
.sectionc .txt span {
    display: inline-block;
    line-height: 20px;
    width: 340px;
    vertical-align: middle;
    color: #555;
}

/*sectiona*/
.sectiona .img {
    float: left;
    position: relative;
}

.sectiona .img {
    left: -100%;
}

.sectiona .img .pc {
    float: left;
    top: 100%;
    position: relative;
}

.sectiona .img .mb {
    position: absolute;
    bottom: -100%;
    right: 0;
}

.sectiona .box .txt {
    float: left;
    margin: 30px 0 30px 50px;
}

.sectiona .box .txt {
    position: relative;
    left: 100%;
}

.sectiona .txt h3 {
    color: #0bf;
}

.sectiona .txt p {
    margin-top: 30px;
}

.sectiona .txt img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.sectiona .txt span {
    display: inline-block;
    line-height: 20px;
    width: 340px;
    vertical-align: middle;
    color: #555;
}

/*sectiond*/
.section.sectiond {
    background: #fff;
}

.sectiond .box .txt {
    width: 100%;
    text-align: center;
    margin-left: 0;
    position: relative;
    bottom: 200%;
}

.sectiond .box .txt hr {
    margin: 20px auto;
}

.sectiond .box .txt h3 {
    position: relative;
    bottom: 100%;
}

.sectiond .box .txt img {
    position: relative;
    right: 100%;
}

.sectiond .box .txt a {
    margin: 20px auto 0;
    position: relative;
    top: 100%;
}

.foot {
    color: #666;
    background: #fff;
}

.foot .box {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 75px 0 65px;
}

.foot .left {
    float: left;
    margin-right: 150px;
}

.foot .left .logo {
    margin-bottom: 35px;
}

.foot .left .info p {
    margin: 10px 0;
}

.foot .left .info span {
    font-size: 24px;
    color: #f90;
}

.foot .left .info a {
    background: #0bf;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    vertical-align: bottom;
    display: inline-block;
}

.foot .left .info a:hover {
    color: #0bf;
}

.foot .left .info img {
    width: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.foot .center {
    float: left;
}

.foot .center .item {
    float: left;
    width: 180px;
}

.foot .center .item h4 {
    font-size: 20px;
    margin: 30px 0;
}

.foot .center .item p {
    margin: 20px 0;
}

.foot .center .item p a {
    font-size: 14px;
    margin-right: 20px;
    color: #555;
}

.foot .center .item p a:hover {
    color: #0bf;
}

.foot .right {
    float: right;
}

.foot .bottom {
    width: 1200px;
    margin: auto;
}

.foot .bottom p {
    margin: 10px 0;
    text-align: left;
}

.foot .bottom p span {
    float: right;
}