.section{
    padding-top: 88px!important;
}
.section:last-child {
    padding-top: 0px!important;
}
@media (max-width: 750px) {
    .section{
        padding-top: 50px!important;
    }
    .section:last-child {
        padding-top: 0px!important;
    }
    #fp-nav.fp-right {
        right: 3px;
    }
}
#fp-nav {
    margin-top: -22px !important;
}
#fp-nav ul li {
    width: 14px;
    height: 14px;
}
#fp-nav ul li a span {
    width: 8px;
    height: 8px;
    margin: 0px;
    background:rgba(255,255,255,.4);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#fp-nav ul li a.active span {
    width: 14px;
    height: 14px;
    margin: 0;
    background:rgba(255,255,255,1);
}
#fp-nav ul li:hover a span {
    width: 8px;
    height: 8px;
    margin: 0px;
}
#fp-nav ul li:hover a.active span {
    width: 14px;
    height: 14px;
    margin: 0;
}
/*第一屏*/
#section0 {
    background: url("../images/ba_01.jpg") no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#section0>div>div {
    width: 100%;
    height: 100%;
    /*background-color: red;*/
}
.fp-tableCell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
    padding: 0px;
}
.carousel-control {
    opacity:1;
}
.carousel-inner {
    margin-top:7%;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control.left {
    background: url("../images/prev.png");
}
.carousel-control.right {
    background: url("../images/next.png");
    right: 60px;
}
.carousel-control.left:hover {
    background: url("../images/prev-h.png");
}
.carousel-control.right:hover {
    background: url("../images/next-h.png");
    right: 60px;
}
.lbt-prev {
    top: 50%;
    left: 60px;
    width: 88px;
    height: 168px;
    transform: translateY(-50%);
}
.lbt-next {
    top: 50%;
    right: 60px;
    width: 88px;
    height: 168px;
    transform: translateY(-50%);
}
#section0 .slide h6 {
    margin-top: 0px;
    margin-bottom: 1.5%;
    line-height: 42px;
    font-size: 42px;
    font-weight:400;
    color:rgba(233,238,249,1);
    text-align: center;
}
#section0 .slide h1 {
    margin-top: 0px;
    margin-bottom: 6%;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 98px;
    font-size: 98px;
    font-weight: bold;
    color:rgba(252,253,254,1);
    text-align: center;
}
#section0 .slide p {
    margin: 0;
    line-height: 48px;
    font-size: 24px;
    font-weight:400;
    color:rgba(233,238,248,1);
    text-align: center;
}
/*轮播图导航*/
.carousel-indicators {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
    transform: translateX(-50%);
}
.carousel-indicators li {
    float: left;
}
.carousel-indicators li:nth-child(1){
    display: inline-block;
    width: 48px;
    height: 26px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/lbt-1.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    border: 0px solid #fff;
    border-radius: 0px;
}
.carousel-indicators li:nth-child(1).active {
    background: url("../images/lbt-1-h.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.carousel-indicators li:nth-child(2){
    display: inline-block;
    width: 66px;
    height: 26px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/lbt-2.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    border: 0px solid #fff;
    border-radius: 0px;
}
.carousel-indicators li:nth-child(2).active {
    background: url("../images/lbt-2-h.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.carousel-indicators li:nth-child(3){
    display: inline-block;
    width: 48px;
    height: 26px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/lbt-3.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    border: 0px solid #fff;
    border-radius: 0px;
}
.carousel-indicators li:nth-child(3).active {
    background: url("../images/lbt-3-h.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
/*第一屏 屏幕尺寸小于1200px时*/
@media (max-width: 1200px) {
    #section0 .slide h6 {
        line-height: 32px;
        font-size: 32px;
    }
    #section0 .slide h1 {
        line-height: 68px;
        font-size: 68px;
    }
    #section0 .slide p {
        line-height: 28px;
        font-size: 18px;
    }
}
/*第一屏 屏幕尺寸小于750px时*/
@media (max-width: 750px) {
    #section0 {
        background: url("../images/ba_01.jpg") no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    /*轮播图导航*/
    .carousel-indicators {
        bottom: 50px;
    }
    .carousel-indicators li:nth-child(1){
        width: 24px;
        height: 13px;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    .carousel-indicators li:nth-child(2){
        width: 33px;
        height: 13px;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    .carousel-indicators li:nth-child(3){
        width: 24px;
        height: 13px;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    .carousel-inner {
        margin-top:29%;
    }
    #section0 .slide h6 {
        margin-bottom:5%;
        line-height: 20px;
        font-size: 20px;
    }
    #section0 .slide h1 {
        margin-bottom:30%;
        line-height: 44px;
        font-size: 34px;
    }
    #section0 .slide p {
        line-height: 24px;
        font-size: 16px;
    }
    .carousel-control.left {
        background: url("../images/prev.png");
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        left: 20px;
    }
    .carousel-control.right {
        background: url("../images/next.png");
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        right: 20px;
    }
    .carousel-control.left:hover {
        background: url("../images/prev-h.png");
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        left: 20px;
    }
    .carousel-control.right:hover {
        background: url("../images/next-h.png");
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        right: 20px;
    }
    .lbt-prev {
        top: 50%;
        left: 30px;
        width: 44px;
        height: 84px;
        transform: translateY(-50%);
    }
    .lbt-next {
        top: 50%;
        right: 30px;
        width: 44px;
        height: 84px;
        transform: translateY(-50%);
    }
}
/*第二屏*/
.m16 {
     padding: 0px 40px;
     width: 100%;
     max-width: 1680px;
     height: 100%;
     margin: 0 auto;
 }
#section1 {
    background: url("../images/ba_02.jpg") no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#section1 .left {
    writing-mode: vertical;
    margin-top: 4%;
    float: left;
    width: 40%;
    height: 78%;
    background-color: rgba(0,0,0,.7);
}
#section1 .left p {
    margin: 0px 9%;
    color: #fff;
}
#section1 .left p:first-child {
    margin-top: 13%;
    font-size: 38px;
    font-weight: bold;
}
#section1 .left p:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 7%;
    font-size: 28px;
    font-weight: bold;
}
#section1 .left p:nth-child(3) {
    margin-bottom: 20px;
    font-size: 14px;
}
#section1 .left p:nth-child(3) span {
    font-size: 24px;
    font-weight: bold;
}
#section1 .left p:last-child {
    font-size: 14px;
}
#section1 .left p:last-child span {
    color: #E22959;
}
#section1 .left p:last-child span:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
#section1 .right {
    float: left;
    position: relative;
    margin-top: 4%;
    width: 60%;
    height: 78%;
}
#section1 .right img {
    padding: 20px 20px;
    /*height: 100%;*/
    /*max-height: 495px;*/
    /*width:100%;*/
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/*第二屏 屏幕尺寸小于1400px*/
@media (max-width: 1400px) {
    #section1 .left p:first-child {
        font-size: 28px;
    }
    #section1 .left p:nth-child(2) {
        font-size: 20px;
    }
    #section1 .left p:nth-child(3) span {
        font-size: 18px;
    }
    #section1 .left p:last-child span:first-child {
        font-size: 18px;
        color: #fff;
    }
}
/*第二屏 屏幕尺寸小于750px*/
@media (max-width: 750px) {
    #section1 {
        background: url("../images/ba_02.jpg") no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    .m16 {
        padding: 0px 20px;
    }
    #section1 .left {
        writing-mode: vertical;
        margin-top: 4%;
        width: 100%;
        height: 60%;
        background-color: rgba(0,0,0,.7);
    }
    #section1 .left p {
        margin: 0px 9%;
        color: #fff;
    }
    #section1 .left p:first-child {
        margin-top: 25px;
        font-size: 19px;
        font-weight: bold;
    }
    #section1 .left p:nth-child(2) {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
    }
    #section1 .left p:nth-child(3) {
        margin-bottom: 15px;
        font-size: 14px;
    }
    #section1 .left p:nth-child(3) span {
        font-size: 18px;
    }
    #section1 .left p:last-child {
        font-size: 14px;
    }
    #section1 .left p:last-child span {
        color: #E22959;
    }
    #section1 .left p:last-child span:first-child {
        font-size: 18px;
        color: #fff;
    }
    #section1 .right {
        float: left;
        position: relative;
        margin-top: 10px;
        width: 100%;
        height: 32%;
    }
    #section1 .right img {
        padding: 0px 20px;
        /*height: 100%;*/
        /*max-height: 495px;*/
        /*width:100%;*/
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
}
/*第三屏*/
#section2 {
    background: url("../images/ba_03.jpg") no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#section2 h1 {
    padding-top: 4%;
    margin: 0;
    line-height: 38px;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#section2 h6 {
    margin: 18px 0px 0px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#section2 .right {
    writing-mode: vertical;
    margin-top: 2%;
    float: left;
    width: 40%;
    height: 64%;
    background-color: rgba(0,0,0,.7);
}
#section2 .right p {
    margin: 0px 9%;
    color: #fff;
}
#section2 .right p:first-child {
    margin-top: 8%;
    font-size:48px;
    font-weight:bold;
    line-height: 48px;
    color:rgba(4,190,91,1);
    opacity:0.2;
}
#section2 .right p:nth-child(2) {
    margin-top: -12px;
    font-size:28px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:28px;
}
#section2 .right p:nth-child(3) {
    margin-top: 3%;
    font-size:14px;
    color:rgba(238,238,238,1);
    line-height:26px;
}
#section2 .right p:nth-child(3) span {
    font-size:24px;
    font-weight:bold;
}
#section2 .right>div {
    padding: 1% 9% 0px;
}
#section2 .right>div img {
    max-width: 100%;
    max-height: 100%;
}
#section2 .left {
    margin-top: 2%;
    float: left;
    position: relative;
    width: 60%;
    height: 64%;
}
#section2 .left img {
    padding: 0px 20px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left:50%;
    transform: translate(-50%);
}
/*第三屏 屏幕尺寸小于1400px*/
@media (max-width: 1400px) {
    #section2 h1 {
        line-height: 28px;
        font-size: 28px;
    }
    #section2 h6 {
        margin: 10px 0px 0px;
        line-height: 20px;
        font-size: 20px;
    }
    #section2 .right p:first-child {
        font-size:38px;
        line-height: 38px;
    }
    #section2 .right p:nth-child(2) {
        margin-top: -12px;
        font-size:24px;
        line-height:24px;
    }
    #section2 .right p:nth-child(3) span {
        font-size:18px;
    }
    #section2 .right>div {
        display: none;
    }
}
/*第三屏 屏幕尺寸小于750px*/
@media (max-width: 750px) {
    #section2 {
        background: url("../images/ba_03.jpg") no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    #section2 h1 {
        padding-top: 8%;
        line-height: 19px;
        font-size: 19px;
    }
    #section2 h6 {
        margin: 10px 0px 0px;
        line-height: 14px;
        font-size: 14px;
    }
    #section2 .right p:first-child {
        font-size: 29px;
        line-height: 29px;
    }
    #section2 .right p:nth-child(2) {
        margin-top: -12px;
        font-size:19px;
        line-height:19px;
    }
    #section2 .right p:nth-child(3) {
        font-size:14px;
    }
    #section2 .right p:nth-child(3) span {
        font-size:19px;
    }
    #section2 .right {
        writing-mode: vertical;
        margin-top: 4%;
        width: 100%;
        height: 60%;
        background-color: rgba(0,0,0,.7);
    }
    #section2 .right p {
        margin: 0px 9%;
        color: #fff;
    }
    #section2 .left {
        float: left;
        position: relative;
        margin-top: 10px;
        width: 100%;
        height: 20%;
    }
    #section2 .left img {
        padding: 0px 20px;
        /*height: 100%;*/
        /*max-height: 495px;*/
        /*width:100%;*/
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
}

/*第四屏*/
#section3 {
    background: url("../images/ba_04.jpg") no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#section3 h1 {
    padding-top: 4%;
    margin: 0;
    line-height: 38px;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#section3 h6 {
    margin: 10px 0px 0px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#section3 .right {
    writing-mode: vertical;
    margin-top: 4%;
    float: right;
    width: 47.5%;
    height: 60%;
}
#section3 .right>div:first-child div {
    float: left;
    margin-left: 3.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    height: 29%;
    background:rgba(0,0,0,0.4);
    border: 1px solid rgba(226, 41, 89, 0.4);
    border-radius:10px;
}
#section3 .right>div:first-child div:first-child {
    margin-left: 0;
}
#section3 .right>div:first-child div p {
    margin-left: 17%;
}
#section3 .right>div:first-child div p:first-child {
    margin-top: 15%;
    font-size: 18px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:18px;
}
#section3 .right>div:first-child div p:last-child {
    margin-top: 10px;
    margin-bottom: 9%;
    font-size:38px;
    font-weight:bold;
    color:rgba(226,41,89,1);
    line-height:38px;
}
#section3 .right>div:last-child {
    margin-top: 5%;
    position: relative;
    width: 100%;
    height: 63%;
}
#section3 .right>div:last-child img {
    position: absolute;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#section3 .left {
    margin-top: 5%;
    float: right;
    position: relative;
    width: 52.5%;
    height: 60%;
}
#section3 .left img {
    padding: 0 20px;
    position: absolute;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*第四屏 屏幕尺寸小于1400px*/
@media (max-width: 1400px) {
    #section3 h1 {
        line-height: 28px;
        font-size: 28px;
    }
    #section3 h6 {
        margin: 10px 0px 0px;
        line-height: 20px;
        font-size: 20px;
    }
    #section3 .right>div:first-child div p:first-child {
        font-size: 16px;
        line-height:16px;
    }
    #section3 .right>div:first-child div p:last-child {
        font-size:32px;
        line-height:32px;
    }
}
/*第四屏 屏幕尺寸小于750px*/
@media (max-width: 750px) {
    #section3 {
        background: url("../images/ba_04.jpg") no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    #section3 h1 {
        line-height: 19px;
        font-size: 19px;
    }
    #section3 h6 {
        line-height: 14px;
        font-size: 14px;
    }
    #section3 .right {
        margin-top: 6%;
        float: right;
        width: 100%;
        height: 15%;
    }
    #section3 .right>div:first-child div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 31%;
        height: 29%;
        background:rgba(0,0,0,0.4);
        border: 1px solid rgba(226, 41, 89, 0.4);
        border-radius:10px;
    }
    #section3 .right>div:first-child div p {
        margin-left: 20px;
    }
    #section3 .right>div:first-child div p:first-child {
        font-size: 12px;
        line-height:12px;
    }
    #section3 .right>div:first-child div p:last-child {
        font-size:18px;
        line-height:18px;
    }
    #section3 .right>div:last-child {
        display: none;
    }
    #section3 .left {
        margin-top: 4%;
        float: right;
        position: relative;
        width: 100%;
        height: 60%;
    }
    #section3 .left img {
        padding: 0;
    }
}
/*第五屏*/
#section4 {
    background: url("../images/ba_05.jpg") no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#section4 h1 {
    padding-top: 4%;
    margin: 0;
    line-height: 38px;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#section4 h6 {
    margin: 10px 0px 0px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#section4 .customers {
    margin-top: 4%;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*align-content: space-between;*/
    width: 100%;
    height: 56%;
}
#section4 .customers div {
    float: left;
    margin-right:1.25%;
    margin-bottom:1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 19%;
    height: 30%;
    background:rgba(0,0,0,0.4);
    border:2px solid;
    border-image:linear-gradient(-45deg, rgba(44, 214, 100, 0.2), rgba(0, 130, 213, 0.2)) 2 2;
    background-image:url("../images/left-top0.png"),url("../images/right-bottom0.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -2px -2px, calc(100% + 2px) calc(100% + 2px);
}
#section4 .customers div:nth-child(5n) {
    margin-right: 0;
}
#section4 .customers div:hover {
    border-image:linear-gradient(-45deg, rgba(44, 214, 100, .6), rgba(0, 130, 213, .6)) 2 2;
    background-image:url("../images/left-top.png"),url("../images/right-bottom.png");
}
#section4 .customers div:hover img {
    opacity:1;
}
#section4 .customers div img {
    padding: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity:0.6;
}
/*第五屏 屏幕尺寸小于1400px*/
@media (max-width: 1400px) {
    #section4 h1 {
        line-height: 28px;
        font-size: 28px;
    }
    #section4 h6 {
        margin: 10px 0px 0px;
        line-height: 20px;
        font-size: 20px;
    }
}
/*第五屏 屏幕尺寸小于750px*/
@media (max-width: 750px) {
    #section4 {
        background: url("../images/ba_05.jpg") no-repeat center top;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    #section4 h1 {
        line-height: 19px;
        font-size: 19px;
    }
    #section4 h6 {
        line-height: 14px;
        font-size: 14px;
    }
    #section4 .customers {
        height: 80%;
    }
    #section4 .customers div:nth-child(11) {
        display: none;
    }
    #section4 .customers div:nth-child(12) {
        display: none;
    }
    #section4 .customers div:nth-child(13) {
        display: none;
    }
    #section4 .customers div:nth-child(14) {
        display: none;
    }
    #section4 .customers div:nth-child(15) {
        display: none;
    }
    #section4 .customers div {
        width: 48%;
        height: 18%;
    }
}

/*第六屏*/
#section5 {
    background: url("../images/ba_05.jpg") no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

/*第七屏*/
#section6 {
    padding-top: 0px;
}

