﻿body, ul, li, p, h1, h2, h3, h4,h5, dl, dt, dd {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px;
    background-color: #edf0f5;
}
ul, li {
    list-style: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
* {
    box-sizing: border-box;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.clearfix:after {
    content:"";
    display: block;
    clear:both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/* header */
.btn {
    background-color: #F26334;
    padding: 8px 20px;
    color: #fff;
    border-radius: 40px;
}
header {
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    /*background-color: rgba(0,0,0,.2);*/
}
header .container {
    height: 100%;
    color: #fff;
    padding-top: 10px;
}
#headerNav {
   /* position: fixed;
    left: 0;
    right: 0;*/
    height: 80px;
    padding-bottom: 10px;
}
#headerNav.fixed {
    background-color: #013d79;
}
.logo img, .platform-desc {
    vertical-align: middle;
}
.nav, .nav ul {
    height: 100%;
    font-size: 14px;
}
.nav ul, .btn-group {
    float: left;
}
.nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    float: left;
    line-height: 70px;
    cursor: pointer;
}
.nav ul li:hover {
    color: #F26334;
}
.nav ul li.active {
    color: #F26334;
    border-bottom: 1px solid #F26334;
}
.btn-group {
    padding-top: 25px;
    margin-left: 15px;
}
.platform-desc {
    display: inline-block;
}

.banner .swiper-container {
    height: 100%;
}
.banner {
    height: 600px;
}
.banner .swiper-container .swiper-slide {
    text-align: center;
}

.swiper-button-next, .swiper-button-prev {
    width: 80px;
    height: 60px;
    background-size: 120px 60px;
    padding: 0 18px;
    display: none;
    font-weight: normal;
    line-height: 60px;
}
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
    display: block;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(/static/images/bannerToggleArrow.png);
    background-repeat: no-repeat;
    text-align: left;
    font-size: 34px;
    color: #b7c2f6;
    background-position: -40px;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(/static/images/bannerToggleArrow.png);
    background-repeat: no-repeat;
    text-align: right;
    font-size: 38px;
    color: #b7c2f6;
    background-position: 0;
}
/*.swiper-slide {
    height:
}*/
.dataStatistics {
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-image: url('/static/images/statisticBg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}
.dataStatistics ul {
    background-color: rgba(128, 180, 234, 0.76);
    color: #fff;
    border-radius: 10px;
}
.dataStatistics ul li {
    float: left;
    padding: 20px 0;
    width: 33%;

}
.dataStatistics ul li > div {
    border-right: 2px dashed rgba(28, 117, 209, 1);
}
.dataStatistics ul li:last-child > div {
    border-right: none;
}
.dataStatistics .statisticNum {
    font-size: 34px;
    margin-bottom: 6px;
    font-family: Impact, Arial;
    /*font-weight: bold;*/
}
.dataStatistics-icon {
    background-image: url(/static/images/spritesheet_2.png);
    background-repeat: no-repeat;
    background-size: 400px auto;
    display: inline-block;
    width: 61px;
    height: 57px;
}
.dataStatistics .sprite-icon-1_2x {
    background-position: -265px -135px;
}
.dataStatistics .sprite-icon-2_2x {
    background-position: -320px -135px;
}
.dataStatistics .sprite-icon-3_2x {
    background-position: -132px -190px;
}


.section-title span{
    display: inline-block;
    background-image: url('/static/images/Title decoration@2x.png');
    background-repeat: no-repeat;
    background-position: center left;
    height: 80px;
    padding-left: 50px;
    line-height: 60px;
}


.section1 {
    height: 800px;
    background-image: url('/static/images/select1-bg@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
    color: #fff;
}
.section1 .section-title {
    color: #003c78;
    font-weight: bold;
    font-size: 20px;
    margin-left: 200px;
    position: relative;
    top: 35px;
}
.section1 .leftTxt {
    width: 55%;
    margin-top: 165px;
    position: relative;
}
.section1 .phoneImg {
    width: 45%;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    background-image: url('/static/images/phone@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.section1 .paragraph {
    margin: 15px 0;
}
.section1 .paragraph .paragraph-title {
    font-size: 16px;
    background-image: url(/static/images/Decoration@2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}
.section1 .paragraph .paragraph-txt {
    font-size: 14px;
    line-height: 24px;
    color: #dde9f6;
}
.section1 .QRcode {
    position: absolute;
    top: -70px;
    right: -70px;
    text-align: center;
    color: #00B6DE;
    font-size: 14px;
}
.section1 .QRcode img {
    width: 200px;
}
.section1 .icons i {
    display: inline-block;
    background-image: url('/static/images/spritesheet_2.png');
    background-repeat: no-repeat;
    background-size: 400px auto;
    height: 65px;
    width: 65px;
}
.sprite-CC_2x {
    background-position: -46px -30px;
}
.sprite-QQ_2x {
    background-position: -178px -63px;
}
.sprite-TB_2x {
    background-position:-310px -30px;
}
.sprite-WX_2x {
    background-position: -45px -165px;
}
.section1 .icons i.gs1-icon {
    background-image: url('/static/images/GS1@2x.png');
    background-repeat: no-repeat;
    background-size: 56px;
}
.section2 {
    background-image: url('/static/images/Plate2-bg@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 120px;
    margin-bottom: 50px;
    color: #fff;
}
.section2 .section-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.section2 .container {
    padding-top: 60px;
    padding-bottom: 120px;
}
/* 扇形 */
.pie {
    position: relative;
    width: 1000px;
    height: 800px;
    border-radius: 100%;
    background-image: url('/static/images/Plate2-Center@2x.png');
    background-size: contain;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}
.slice-title {
    position: absolute;
    font-weight: bold;
    font-size: 15px;
}
.slice-content {
    position: absolute;
}
.slice1-title {
    left: 48%;
    top: 32%;
}
.slice2-title {
    left: 56%;
    top: 37%;
}
.slice3-title {
    left: 59%;
    top: 49%;
}
.slice4-title {
    left: 56%;
    top: 59%;
}
.slice5-title {
    left: 47%;
    top: 65%;
}
.slice6-title {
    left: 38%;
    top: 59%;
}
.slice7-title {
    left: 35%;
    top: 49%;
}
.slice8-title {
    left: 37%;
    top: 37%;
}
.slice-content {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
}
.slice1-content {
    left: 38%;
    top: -7%;
}
.slice2-content {
    left: 62%;
    top: 3.5%;
}
.slice3-content {
    left: 79%;
    top: 38%;
}
.slice4-content {
    left: 66%;
    top: 71%;
}
.slice5-content {
    left: 36%;
    top: 83%;
}
.slice6-content {
    left: 9%;
    top: 68%;
}
.slice7-content {
    left: 2%;
    top: 36%;
}
.slice8-content {
    left: 10%;
    top: 4%;
}

.sprite {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-Plate2-icon, .sprite-Plate3-icon, .sprite-Plate5-icon {
    display: inline-block;
    background-image: url('/static/images/spritesheet_1.png');
}
.sprite-Plate2-icon {
    width: 110px;
    height: 110px;
}
.sprite-Plate2-icon1_2x {
    background-position: -5px -5px;
}

.sprite-Plate2-icon2_2x {
    background-position: -132px -5px;
}

.sprite-Plate2-icon3_2x {
    background-position: -256px -5px;
}

.sprite-Plate2-icon4_2x {
    background-position: -6px -132px;
}

.sprite-Plate2-icon5_2x {
    background-position: -130px -130px;
}

.sprite-Plate2-icon6_2x {
    background-position: -258px -130px;
}

.sprite-Plate2-icon7_2x {
    background-position: -4px -254px
}

.sprite-Plate2-icon8_2x {
    background-position: -130px -252px;
}


.section3 {
    height: 800px;
    background-image: url('/static/images/Plate3-bg@2x.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 100px;
}
.section3 .section-title {
    color: #013D79;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.section3 ul {
    overflow: hidden;
    position: relative;
    height: 64%;
}
.section3 .btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    padding: 10px 35px;
}
.section3 .container, .section3 .bgBar{
    height: 100%;
    font-size: 14px;
}
.section3 .bgBar {
    background-image: url('/static/images/line@2x.png');
    /*background-position: center center;*/
    background-repeat: repeat-x;
    background-position: center 40%;
}
.section3 .step {
    position: absolute;
    float: left;
    left: 0;
    width: 16.6%;
    text-align: center;
    color: #fff;
}
.section3 .step_1 {
    left: -2%;
    top: 53%;
}
.section3 .step_2 {
    left: 14.6%;
    top: 40%;
}
.section3 .step_3 {
    left: 33.3%;
    top: 34%;
}
.section3 .step_4 {
    left: 50%;
    top: 56%;
}
.section3 .step_5 {
    left: 68.6%;
    top: 48%;
}
.section3 .step_6 {
    left: 87%;
    top: 36%;
}
.sprite-Plate3-icon {
    width: 88px;
    height: 88px;
    background-size: 550px auto;
}
.sprite-Plate3-icon1_2x {
    background-position: -359px -5px;
}
.sprite-Plate3-icon2_2x {
    background-position: -361px -97px;
}
.sprite-Plate3-icon3_2x {
    background-position: -361px -190px;
}
.sprite-Plate3-icon4_2x {
    background-position: -240px -287px;
}
.sprite-Plate3-icon5_2x {
    background-position: -336px -288px;
}
.sprite-Plate3-icon6_2x {
    background-position: -455px -4px;
}
.section4 .section-title {
    color: #013D79;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.processList {
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}
.section4 .process {
    height: 180px;
    width: 180px;
    display: inline-block;
    background-size: contain;
    background-image: url('/static/images/Plate4-bg2@2x.png');
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    padding: 50px 20px;
    line-height: 22px;
}
.section4 .process_txt {
    box-shadow: -6px 14px 35px 0px rgba(53, 102, 163, .45);
}
.processList .process-icon {
    width: 40px;
    height: 35px;
    display: inline-block;
    background-image: url("/static/images/spritesheet_2.png");
    background-repeat: no-repeat;
}
.sprite-Plate4-icon1_2x {
    background-position: -169px -5px;
}
.sprite-Plate4-icon2_2x {
    background-position: -212px -5px;
}
.sprite-Plate4-icon3_2x {
    background-position: -250px -5px;
}
.processList .process_arrow{
    /*height: 260px;*/
    width: 100px;
    display: inline-block;
    background-image: url('/static/images/Plate4-Arrowhead@2x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    margin: 0 20px;
}


.section5 {
    height: 800px;
    margin-top: 100px;
    background-image: url('/static/images/Map@2x.png');
    background-repeat: no-repeat;
    background-position: 86% center;
    background-size: 700px;
}
.section5 .container {
    height: 100%;

}
.section5 .section-title {
    color: #013D79;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.section5 .section-txt {
    width: 55%;
    min-height: 640px;
    background-image: url('/static/images/Plate5-bg@2x.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
    padding-top: 80px;
    padding-left: 90px;
}
.section5 .paragraph-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 10px;
}
.section5 .paragraph-title, .section5 .paragraph-txt {
    display: inline-block;
    vertical-align: middle;
    text-align: center;

}
.section5 .paragraph-txt {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.sprite-Plate5-icon {
    width: 100px;
    height: 100px;
    background-size: auto 500px;
    background-repeat: no-repeat;
}
.sprite-Plate5-icon1_2x {
    background-position: -410px -277px;
}
.sprite-Plate5-icon2_2x {
    /*background-position: -5px -473px;*/
    background-position: -8px -387px;
}
.sprite-Plate5-icon3_2x {
    background-position: -120px -384px;
}

footer {
    background-image: url('/static/images/Plate6-bg@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .section-title {
    padding: 20px 0;
}
footer dl {
    width: 33.3%;
    float: left;
}
footer dl dt {
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
footer dl dd {
    overflow: hidden;
    text-align: center;
}
footer dl .branch-item {
    width: 50%;
    float: left;
    padding: 4px 0;
    color: #eee;
    font-size: 14px;
}
