@charset 'utf-8';
.cf {
    zoom: 1
}

.cf:after {
    display: table;
    clear: both;
    content: ''
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', tahoma, '\5b8b\4f53', sans-serif
}

.layout {
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.middle {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.section {
    position: relative;
    overflow: hidden
}

.section .com-btn {
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #475bf0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-decoration: none;
    cursor: pointer
}

#section0 {
    background-image: url(../images/section0-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat
}

#section0 .header {
    height: 70px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0
}

#section0 .header .logo {
    float: left;
    margin: 15px 0 0 40px
}

#section0 .header .content {
    float: right
}

#section0 .header .content .item {
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    position: relative
}

#section0 .header .content .item img {
    vertical-align: middle;
    margin-right: 5px
}

#section0 .header .content .item span {
    vertical-align: middle
}

#section0 .header .content .item.on {
    background-color: #3c52f4
}

#section0 .header .content .item:hover {
    /*text-decoration: underline*/
    background-color: #3c52f4
}

#section0 .header .content .item .avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%
}

#section0 .header .content .item:hover .sub-item {
    display: block
}

#section0 .header .content .sub-item {
    margin: auto;
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #333;
    text-align: center;
    display: none
}

#section0 .header .content .sub-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #fff
}

#section0 .container {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -960px
}

#section0 .container .left {
    position: absolute;
    left: 0;
    top: 120px;
    bottom: 45px;
    margin: auto
}

#section0 .container .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

#section0 .container .main {
    position: absolute;
    left: 0;
    right: 0;
    top: 168px;
    bottom: 500px;
    margin: auto
}

#section0 .container .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 778px;
    bottom: 219px;
    margin: auto
}

#section0 .container .top {
    position: absolute;
    right: 147px;
    top: 106px;
    bottom: 840px;
    margin: auto
}

#section1 .left {
    position: absolute;
    left: 0;
    top: 0
}

#section1 .right {
    position: absolute;
    right: 0;
    bottom: 0
}

#section1 .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 181px;
    bottom: 723px;
    margin: auto
}

#section1 .list {
    position: absolute;
    padding: 0;
    left: 0;
    width: 100%;
    height: 330px;
    top: 340px;
    bottom: 310px;
    margin: auto
}

#section1 .list .item {
    width: 400px;
    height: 150px;
    float: left;
    margin-bottom: 20px;
    list-style: none
}

#section1 .list .item img {
    float: left
}

#section1 .list .item .right-box {
    margin-left: 140px
}

#section1 .list .item .text1 {
    font-size: 20px;
    color: #121212;
    margin-bottom: 10px
}

#section1 .list .item .text2 {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px
}

#section1 .list .item .btn {
    width: 90px;
    height: 28px;
    display: block;
    border: 1px solid #475bf0;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #475bf0;
    text-decoration: none
}

#section1 .list .item .disable {
    border-color: #bbb;
    color: #bbb
}

#section1.active .item {
    animation-name: zoomIn;
    animation-fill-mode: both;
    animation-duration: .5s
}

#section1.active .item:nth-child(1) {
    animation-delay: 0s
}

#section1.active .item:nth-child(2) {
    animation-delay: .2s
}

#section1.active .item:nth-child(3) {
    animation-delay: .4s
}

#section1.active .item:nth-child(4) {
    animation-delay: .6s
}

#section1.active .item:nth-child(5) {
    animation-delay: .8s
}

#section1.active .item:nth-child(6) {
    animation-delay: 1s
}

#section2 {
    background-image: url(../images/section2-bg.png);
    background-position: center center;
    background-repeat: no-repeat
}

#section2 .container {
    position: absolute;
    width: 1920px;
    height: 1000px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -960px
}

#section2 .architecture {
    position: absolute;
    left: 0;
    top: 0
}

#section2 .poiners {
    position: absolute;
    left: 165px;
    top: 229px
}

#section2 .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    bottom: 839px;
    margin: auto
}

#section2 .texts {
    position: absolute;
    height: 49px;
    width: 100%;
    left: 0;
    right: 0;
    top: 217px;
    bottom: 734px;
    margin: auto
}

#section2 .texts img {
    margin-left: 138px
}

#section2 .texts img:nth-child(1) {
    margin-left: 58px
}

#section2 .img {
    position: absolute;
    left: 254px;
    right: 89px;
    top: 292px;
    bottom: 115px;
    margin: auto
}

#section2.active .texts img {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: .5s
}

#section2.active .texts img:nth-child(1) {
    animation-delay: .3s
}

#section2.active .texts img:nth-child(2) {
    animation-delay: .6s
}

#section2.active .texts img:nth-child(3) {
    animation-delay: .9s
}

#section3 .left {
    position: absolute;
    left: 0;
    bottom: 0
}

#section3 .right {
    position: absolute;
    right: 0;
    top: 0
}

#section3 .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 181px;
    bottom: 723px;
    margin: auto
}

#section3 .list {
    height: 360px;
    padding: 0;
    width: 1300px;
    position: absolute;
    left: 0;
    top: 346px;
    bottom: 293px;
    margin: auto 0
}

#section3 .list .item {
    margin-right: 20px;
    float: left;
    width: 225px;
    list-style: none
}

#section3 .list .item img {
    vertical-align: middle;
    width: 225px
}

#section3 .list .item .box {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px
}

#section3 .list .item .text1 {
    font-size: 18px;
    color: #475bf0;
    margin: 0 0 10px;
    font-weight: 700
}

#section3 .list .item .text2 {
    font-size: 12px;
    color: #666;
    margin: 0
}

#section3.active .item:nth-child(2n) {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: .5s
}

#section3.active .item:nth-child(2n+1) {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-duration: .5s
}

#section3.active .item:nth-child(1) {
    animation-delay: .2s
}

#section3.active .item:nth-child(2) {
    animation-delay: .4s
}

#section3.active .item:nth-child(3) {
    animation-delay: .6s
}

#section3.active .item:nth-child(4) {
    animation-delay: .8s
}

#section3.active .item:nth-child(5) {
    animation-delay: 1s
}

#section4 .left {
    position: absolute;
    left: 0;
    bottom: 0
}

#section4 .right {
    position: absolute;
    right: 0;
    top: 0
}

#section4 .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 181px;
    bottom: 723px;
    margin: auto
}

#section4 .picScroll-left {
    height: 285px;
    width: 1200px;
    position: absolute;
    top: 344px;
    bottom: 371px;
    margin: auto 0
}

#section4 .picScroll-left .item {
    width: 285px;
    float: left;
    margin-right: 20px
}

#section4 .picScroll-left .item img {
    vertical-align: middle
}

#section4 .picScroll-left .item .box {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px
}

#section4 .picScroll-left .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -78px;
    width: 29px;
    height: 54px;
    background-image: url(../images/arrow-left.png)
}

#section4 .picScroll-left .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -78px;
    width: 29px;
    height: 54px;
    background-image: url(../images/arrow-right.png)
}

#section5 .left {
    position: absolute;
    left: 0;
    bottom: 0
}

#section5 .right {
    position: absolute;
    right: 0;
    top: 0
}

#section5 .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 181px;
    bottom: 723px;
    margin: auto
}

#section5 .list {
    height: 420px;
    width: 1220px;
    position: absolute;
    left: 0;
    top: 292px;
    bottom: 288px;
    margin: auto
}

#section5 .list .item {
    float: left;
    margin-right: 20px;
    width: 283px;
    height: 90px;
    margin-bottom: 50px
}

#section5 .footer {
    height: 130px;
    padding-top: 20px;
    background-color: #eee;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    color: #666
}

#section5 .footer .text1 {
    text-align: center;
    margin-bottom: 10px
}

#section5 .footer .text2 {
    text-align: center
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #bdbdbd
}

#fp-nav ul li, .fp-slidesNav ul li {
    height: 14px
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: transparent;
    border: 2px solid #697afe;
    width: 10px;
    height: 10px;
    margin-left: -7px
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    background: transparent;
    border: 2px solid #697afe;
    width: 10px;
    height: 10px;
    margin-left: -7px
}

.swhz {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    display: none
}

.swhz .box {
    width: 520px;
    height: 360px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    color: #333
}

.swhz .close {
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-close.png);
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.swhz .title {
    font-size: 20px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px
}

.swhz .content {
    margin-left: 115px;
    font-size: 14px;
    line-height: 2
}

.swhz .content img {
    vertical-align: text-top
}

.mzsm {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    display: none
}

.mzsm .box {
    width: 900px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    color: #333
}

.mzsm .close {
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-close.png);
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.mzsm .title {
    font-size: 20px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px
}

.mzsm .content {
    font-size: 12px;
    height: 450px;
    margin: 0 25px;
    overflow-y: scroll;
    line-height: 2
}