@charset "utf-8";
/* header */
.headerFixed{
    position: fixed;
    top: 0;
}
.next{
    background: url("../images/index/i_down.png") no-repeat;
    width: 103px;
    height: 53px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    animation: rightTan 1.5s linear infinite;
}
/* section 通用 */
.section { 
    position: relative; 
    overflow: hidden;
    color: #FFF;
}
.section .bg { 
    position: absolute; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section .bg img { 
    display: block;
    width: 100%; 
    height: 100%;
}
/* section1 */
.section1 .sec1Main{
    padding-top: 10%;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.section1 h2{
    font-size: 100px;
    text-align: center;
    letter-spacing: 5px;
    opacity: 0; 
    -webkit-transform: scale(0.5, 0.5); 
    transform: scale(0.5, 0.5); 
    transition: all 1s;
}
.section1 p.enTxt{
    text-align: center;
    font-size: 30px;
    font-family: Arial;
    letter-spacing: 6px;
    opacity: 0;
    transition: all 1s;
}
.section1 p.desc{
    text-align: center;
    font-size: 35px;
    margin-top: 60px;
    opacity: 0;
    transition: all 1s;
}
.section1 p.line{
    background: url("../images/index/line.png") no-repeat;
    width: 1088px;
    height: 1px;
    margin: 30px auto 50px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.section1 .sec1_ul{
    display: flex;
    justify-content: space-between;
    width: 1088px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
.section1 .sec1_ul li{
    text-align: center;
    font-size: 29px;
}
.section1 .sec1_ul li span{
    font-size: 19px;
}
/* section2 */
.section2 .sec2Main{
    padding-top: 14%;
    position: absolute;
    z-index: 1;
    left: 15%;
}
.section2 .sec2Main h3{
    font-weight: normal;
    font-size: 50px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.section2 .sec2Main .enTxt{
    font-size: 50px;
    margin: 15px 0 40px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.section2 .sec2Main .desc{
    font-size: 25px;
    line-height: 36px;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
/* section3 */
.section3 .sec3Main{
    padding-top: 8%;
    position: absolute;
    z-index: 1;
    left: 15%;
}
.section3 .sec3Main h3{
    font-weight: normal;
    font-size: 50px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.section3 .sec3Main .enTxt{
    font-size: 50px;
    margin: 10px 0 0px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.section3 .sec3Main .desc{
    font-size: 25px;
    opacity: 0;
}
.section3 .sec3Main .multiCon{
    padding-top: 0px;
}
.sec3Main .multiCon .multi_t{
    display: flex;
    margin-top: 50px;
}
.sec3Main .multiCon .multi_t img.ai_img{
    width: 113px;
    height: 92px;
}
.sec3Main .multiCon .multi_t img.media_img{
    width: 98px;
    height: 102px;
    margin-left: 8px;
}
.sec3Main .multi_r{
    margin-left: 47px;
}
.sec3Main .multi_r p{
    font-size: 24px;
    margin-bottom: 10px;
}
.sec3Main .multi_r a{
    display: block;
    width: 270px;
    height: 55px;
    border: 3px solid #FFF;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
}
.sec3Main .fade1,
.sec3Main .fade2{
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
/* section4 */
.section4 .sec4Main{
    padding-top: 12%;
    position: absolute;
    z-index: 1;
    left: 15%;
}
.sec4Main h3{
    font-weight: normal;
    font-size: 50px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.sec4Main .enTxt{
    font-size: 50px;
    margin: 10px 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.sec4Main .desc{
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
.sec4Main  .a_solution{
    display: block;
    width: 260px;
    height: 55px;
    border: 3px solid #FFF;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
/* section5 */
.section5 .sec5Main{
    padding-top: 6%;
    width: 68%;
    position: absolute;
    z-index: 1;
    left: 16%;
}
.sec5Main h3{
    font-weight: normal;
    font-size: 40px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.sec5Main .enTxt{
    font-size: 20px;
    margin: 5px 0 40px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.sec5Main .custUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    transition: all 1s;
}
.sec5Main .custUl li{
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition:transform 2.5s ease-in-out;
	-webkit-transition:transform 2.5s ease-in-out;
}
.sec5Main .custUl li img{
    width: 100%;
}
/* section6 */
.section6 .sec6Main{
    padding-top: 10%;
    position: absolute;
    z-index: 1;
    left: 15%;
}
.sec6Main h3{
    font-weight: normal;
    font-size: 50px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.sec6Main .enTxt{
    font-size: 50px;
    margin: 5px 0 60px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 1s;
}
.sec6Main .busUl{
    display: flex;
    font-size: 24px;
    margin-bottom: 60px;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
.sec6Main .busUl li{
    margin-right: 20px;
}
.sec6Main .busUl li.tel{
    background: url("../images/index/i_tel.png") left center no-repeat;
    padding-left: 30px;
}
.sec6Main .busUl li.vx{
    background: url("../images/index/i_vx.png") left center no-repeat;
    padding-left: 40px;
}
.sec6Main .busUl li.mail{
    background: url("../images/index/i_mail.png") left center no-repeat;
    padding-left: 40px;
}
.sec6Main .a_chat{
    display: block;
    width: 260px;
    height: 55px;
    border: 3px solid #FFF;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
}
/* 弹框form */
.layer{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}
.linkPopup{
    width: 617px;
    height: 490px;
    background: #FFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 102;
    transform: translate(-50%, -50%);
    display: none;
}
.linkPopup .close{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    color: #0e1355;
}
.popupForm{
    font-size: 15px;
    color: #969494;
    width: 480px;
    margin: 44px auto 0;
}
.popupForm .title{
    font-size: 28px;
    color: #0e124c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.popupForm .desc{
    text-align: center;
}
.popupForm .formUl{
    font-size: 14px;
    color: #818181;
}
.popupForm .formUl li{
    margin-top: 20px;
}
.popupForm .formUl span{
    padding-right: 10px;
}
.popupForm .formUl span em{
    padding-left: 28px;
}
.popupForm .formUl input{
    width: 384px;
    height: 55px;
    background: #FFF;
    border: 1px solid #ccc;
    color: #b8b7b7;
    padding-left: 20px;
}
.popupForm .formUl input.usercode{
    width: 196px;
    margin-right: 10px;
}
.popupForm .formUl .codeBtn{
    width: 175px;
    height: 55px;
    background: #0f1459;
    color: #FFF;
    border-radius: 10px;
}
.popupForm .formUl .submitBtn{
    width: 404px;
    height: 64px;
    background: #0f1459;
    color: #FFF;
    border-radius: 10px;
    margin-left: 70px;
}
/* 右侧menu */
#fp-nav ul li{
    width: 12px;
    height: 12px;
    margin: 0 30px 26px 0;
}
#fp-nav ul li a span{
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    background: none;
    margin: 0;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    margin: 0;
}
#fp-nav ul li:hover a span{
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
    margin: 0;
}
/* css3 动画 */
.active .sec1Main h2 {
    opacity: 1; 
    -webkit-transform: scale(1, 1); 
    transform: scale(1, 1); 
    transition-delay: 0.7s;
}
.active .sec1Main p.enTxt {
    opacity: 1;
    transition-delay: 0.7s;
}
.active .sec1Main p.desc {
    opacity: 1;
    transition-duration: 1s;
    transition-delay:1.5s;
}
.active .sec1Main .line{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}
.active .sec1Main .sec1_ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
}
.active .sec2Main h3,
.active .sec2Main .enTxt,
.active .sec3Main h3,
.active .sec3Main .enTxt,
.active .sec4Main h3,
.active .sec4Main .enTxt,
.active .sec5Main h3,
.active .sec5Main .enTxt{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: .5s;
}
.active .sec2Main .desc,
.active .sec4Main .desc{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
}
.active .sec3Main .desc {
    opacity: 1;
    transition-delay: 1.5s;
}
.active .sec3Main .fade1,
.active .sec4Main .a_solution{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}
.active .sec3Main .fade2{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
}
.active .sec5Main .custUl {
    opacity: 1;
    transition-delay: 1s
}
.active .sec5Main .custUl li{
	transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    transition-delay: 2s
}
.fadeIn h3,
.fadeIn .enTxt{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: .5s;
}
.fadeIn .busUl{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
}
.fadeIn .a_chat{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
}
@keyframes rightTan{
    0% {
        bottom: 100px;
        opacity: 0;
    }
    50%{
        bottom: 70px;
        opacity: 0.3;
    }
    100%{
        bottom: 50px;
        opacity: 1;
    }
}
@-webkit-keyframes rightTan{
    0% {
        bottom: 100px;
        opacity: 0;
    }
    50%{
        bottom: 70px;
        opacity: 0.3;
    }
    100%{
        bottom: 50px;
        opacity: 1;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1680px){
    .next{
        background-size: 53px 27px;
    }
    .section1 h2{
        font-size: 80px;
    }
    .section1 p.enTxt{
        font-size: 24px;
    }
    .section1 p.desc{
        font-size: 28px;
        margin-top: 40px;
    }
    .section1 p.line{
        margin: 25px auto 50px;
    }
    .section1 .sec1_ul li{
        font-size: 24px;
    }
    .section1 .sec1_ul li span{
        font-size: 16px;
    }
    .section2 .sec2Main h3{
        font-size: 40px;
    }
    .section2 .sec2Main .enTxt{
        font-size: 40px;
        margin: 10px 0 30px;
    }
    .section2 .sec2Main .desc{
        font-size: 20px;
        line-height: 30px;
    }
    .section3 .sec3Main{
        padding-top: 10%;
    }
    .section3 .sec3Main h3{
        font-size: 40px;
    }
    .section3 .sec3Main .enTxt{
        font-size: 40px;
        margin: 0;
    }
    .section3 .sec3Main .desc{
        font-size: 20px;
    }
    .sec3Main .multiCon .multi_t{
        margin-top: 40px;
    }
    .sec3Main .multiCon .multi_t img.ai_img{
        width: 83px;
        height: 63px;
        margin-top: 10px;
    }
    .sec3Main .multiCon .multi_t img.media_img{
        width: 73px;
        height: 86px;
        margin-left: 4px;
    }
    .sec3Main .multi_r{
        margin-left: 30px;
    }
    .sec3Main .multi_r p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sec3Main .multi_r a{
        width: 200px;
        height: 45px;
        border: 2px solid #FFF;
        line-height: 45px;
        font-size: 16px;
    }
    .sec4Main h3{
        font-size: 40px;
    }
    .sec4Main .enTxt{
        font-size: 40px;
        margin: 8px 0 20px;
    }
    .sec4Main .desc{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .sec4Main  .a_solution{
        width: 240px;
        height: 45px;
        border: 2px solid #FFF;
        line-height: 45px;
        font-size: 16px;
    }
    .section5 .sec5Main{
        padding-top: 8%;
    }
    .sec5Main h3{
        font-size: 30px;
    }
    .sec5Main .enTxt{
        font-size: 18px;
        margin: 5px 0 30px;
    }
    .sec5Main .custUl li{
        width: 180px;
    }
    .section6 .sec6Main{
        padding-top: 12%;
    }
    .sec6Main h3{
        font-size: 40px;
    }
    .sec6Main .enTxt{
        font-size: 40px;
        margin: 5px 0 30px;
    }
    .sec6Main .busUl{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .sec6Main .a_chat{
        width: 240px;
        height: 45px;
        border: 2px solid #FFF;
        line-height: 45px;
        font-size: 16px;
    }
    /* 弹框form */
    .linkPopup{
        width: 500px;
        height: 385px;
    }
    .linkPopup .close{
        font-size: 20px;
    }
    .popupForm{
        font-size: 14px;
        width: 400px;
        margin: 20px auto 0;
    }
    .popupForm .title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .popupForm .formUl input{
        width: 300px;
        height: 40px;
    }
    .popupForm .formUl input.usercode{
        width: 176px;
    }
    .popupForm .formUl .codeBtn{
        width: 110px;
        height: 40px;
        border-radius: 5px;
    }
    .popupForm .formUl .submitBtn{
        width: 320px;
        height: 50px;
        border-radius: 5px;
    }
    @keyframes rightTan{
        0% {
            bottom: 20px;
            opacity: 0;
        }
        50%{
            bottom: 10px;
            opacity: 0.3;
        }
        100%{
            bottom: 0px;
            opacity: 1;
        }
    }
    @-webkit-keyframes rightTan{
        0% {
            bottom: 20px;
            opacity: 0;
        }
        50%{
            bottom: 10px;
            opacity: 0.3;
        }
        100%{
            bottom: 0px;
            opacity: 1;
        }
    }
}
@media screen and (min-width: 1280px) and (max-width: 1440px){
    .next{
        background-size: 53px 27px;
    }
    .section1 h2{
        font-size: 80px;
    }
    .section1 p.enTxt{
        font-size: 24px;
    }
    .section1 p.desc{
        font-size: 28px;
        margin-top: 40px;
    }
    .section1 p.line{
        margin: 25px auto 50px;
    }
    .section1 .sec1_ul li{
        font-size: 24px;
    }
    .section1 .sec1_ul li span{
        font-size: 16px;
    }
    .section2 .sec2Main{
        left: 8%;
    }
    .section2 .sec2Main h3{
        font-size: 40px;
    }
    .section2 .sec2Main .enTxt{
        font-size: 40px;
        margin: 10px 0 30px;
    }
    .section2 .sec2Main .desc{
        font-size: 20px;
        line-height: 30px;
    }
    .section3 .sec3Main{
        padding-top: 10%;
        left: 8%;
    }
    .section3 .sec3Main h3{
        font-size: 40px;
    }
    .section3 .sec3Main .enTxt{
        font-size: 40px;
        margin: 0;
    }
    .section3 .sec3Main .desc{
        font-size: 20px;
    }
    .sec3Main .multiCon .multi_t{
        margin-top: 40px;
    }
    .sec3Main .multiCon .multi_t img.ai_img{
        width: 83px;
        height: 63px;
        margin-top: 10px;
    }
    .sec3Main .multiCon .multi_t img.media_img{
        width: 73px;
        height: 86px;
        margin-left: 4px;
    }
    .sec3Main .multi_r{
        margin-left: 30px;
    }
    .sec3Main .multi_r p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sec3Main .multi_r a{
        width: 200px;
        height: 45px;
        border: 2px solid #FFF;
        line-height: 45px;
        font-size: 16px;
    }
    .section4 .sec4Main{
        left: 8%;
    }
    .sec4Main h3{
        font-size: 40px;
    }
    .sec4Main .enTxt{
        font-size: 40px;
        margin: 8px 0 20px;
    }
    .sec4Main .desc{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .sec4Main  .a_solution{
        width: 240px;
        height: 45px;
        border: 2px solid #FFF;
        line-height: 45px;
        font-size: 16px;
    }
    .section5 .sec5Main{
        padding-top: 8%;
        left: 8%;
    }
    .sec5Main h3{
        font-size: 30px;
    }
    .sec5Main .enTxt{
        font-size: 18px;
        margin: 5px 0 30px;
    }
    .sec5Main .custUl li{
        width: 180px;
    }
    .section6 .sec6Main{
        padding-top: 12%;
    }
    .section6 .sec6Main{
        left: 8%;
    }
    .sec6Main h3{
        font-size: 40px;
    }
    .sec6Main .enTxt{
        font-size: 40px;
        margin: 5px 0 30px;
    }
    .sec6Main .busUl{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .sec6Main .a_chat{
        width: 240px;
        height: 45px;
        border: 2px solid #FFF;
        line-height: 45px;
        font-size: 16px;
    }
    /* 弹框form */
    .linkPopup{
        width: 500px;
        height: 380px;
    }
    .linkPopup .close{
        font-size: 20px;
    }
    .popupForm{
        font-size: 14px;
        width: 400px;
        margin: 20px auto 0;
    }
    .popupForm .title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .popupForm .formUl input{
        width: 300px;
        height: 40px;
    }
    .popupForm .formUl input.usercode{
        width: 176px;
    }
    .popupForm .formUl .codeBtn{
        width: 110px;
        height: 40px;
        border-radius: 5px;
    }
    .popupForm .formUl .submitBtn{
        width: 320px;
        height: 50px;
        border-radius: 5px;
    }
    @keyframes rightTan{
        0% {
            bottom: 20px;
            opacity: 0;
        }
        50%{
            bottom: 10px;
            opacity: 0.3;
        }
        100%{
            bottom: 0px;
            opacity: 1;
        }
    }
    @-webkit-keyframes rightTan{
        0% {
            bottom: 20px;
            opacity: 0;
        }
        50%{
            bottom: 10px;
            opacity: 0.3;
        }
        100%{
            bottom: 0px;
            opacity: 1;
        }
    }
}
@media (max-width: 1280px){
    .next{
        margin-left: -15px;
        background-size: 32px 18px;
    }
    .section1 h2{
        font-size: 60px;
    }
    .section1 p.enTxt{
        font-size: 16px;
    }
    .section1 p.desc{
        font-size: 22px;
        margin-top: 20px;
    }
    .section1 p.line{
        margin: 20px auto 30px;
    }
    .section1 .sec1_ul li{
        font-size: 20px;
    }
    .section1 .sec1_ul li span{
        font-size: 14px;
    }
    .section2 .sec2Main{
        left: 5%;
    }
    .section2 .sec2Main h3{
        font-size: 30px;
    }
    .section2 .sec2Main .enTxt{
        font-size: 30px;
        margin: 5px 0 20px;
    }
    .section2 .sec2Main .desc{
        font-size: 16px;
        line-height: 26px;
    }
    .section3 .sec3Main{
        padding-top: 10%;
        left: 5%;
    }
    .section3 .sec3Main h3{
        font-size: 30px;
    }
    .section3 .sec3Main .enTxt{
        font-size: 28px;
        margin: 0;
    }
    .section3 .sec3Main .desc{
        font-size: 16px;
    }
    .sec3Main .multiCon .multi_t{
        margin-top: 30px;
    }
    .sec3Main .multiCon .multi_t img.ai_img{
        width: 53px;
        height: 43px;
        margin-top: 10px;
    }
    .sec3Main .multiCon .multi_t img.media_img{
        width: 53px;
        height: 60px;
        margin-left: 4px;
    }
    .sec3Main .multi_r{
        margin-left: 20px;
    }
    .sec3Main .multi_r p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec3Main .multi_r a{
        width: 180px;
        height: 35px;
        border: 1px solid #FFF;
        line-height: 35px;
        font-size: 14px;
    }
    .section4 .sec4Main{
        left: 5%;
    }
    .sec4Main h3{
        font-size: 30px;
    }
    .sec4Main .enTxt{
        font-size: 30px;
        margin: 4px 0 10px;
    }
    .sec4Main .desc{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .sec4Main  .a_solution{
        width: 180px;
        height: 35px;
        border: 1px solid #FFF;
        line-height: 35px;
        font-size: 14px;
    }
    .section5 .sec5Main{
        padding-top: 12%;
        width: 86%;
        left: 6%;
    }
    .sec5Main h3{
        font-size: 20px;
    }
    .sec5Main .enTxt{
        font-size: 14px;
        margin: 5px 0 30px;
    }
    .sec5Main .custUl li{
        width: 100px;
    }
    .section6 .sec6Main{
        padding-top: 12%;
        left: 5%;
    }
    .sec6Main h3{
        font-size: 30px;
    }
    .sec6Main .enTxt{
        font-size: 30px;
        margin: 5px 0 25px;
    }
    .sec6Main .busUl{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .sec6Main .a_chat{
        width: 180px;
        height: 35px;
        border: 1px solid #FFF;
        line-height: 35px;
        font-size: 14px;
    }
    /* 弹框form */
    .linkPopup{
        width: 500px;
        height: 380px;
    }
    .linkPopup .close{
        font-size: 20px;
    }
    .popupForm{
        font-size: 14px;
        width: 400px;
        margin: 20px auto 0;
    }
    .popupForm .title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .popupForm .formUl input{
        width: 300px;
        height: 40px;
    }
    .popupForm .formUl input.usercode{
        width: 176px;
    }
    .popupForm .formUl .codeBtn{
        width: 110px;
        height: 40px;
        border-radius: 5px;
    }
    .popupForm .formUl .submitBtn{
        width: 320px;
        height: 50px;
        border-radius: 5px;
    }
    /* 右侧menu */
    #fp-nav ul li{
        width: 8px;
        height: 8px;
        margin: 0 20px 16px 0;
    }
    #fp-nav ul li a span{
        width: 6px;
        height: 6px;
    }
    #fp-nav ul li a.active span,
    #fp-nav ul li:hover a.active span{
        width: 6px;
        height: 6px;
    }
    #fp-nav ul li:hover a span{
        width: 6px;
        height: 6px;
    }
    @keyframes rightTan{
        0% {
            bottom: 20px;
            opacity: 0;
        }
        50%{
            bottom: 10px;
            opacity: 0.3;
        }
        100%{
            bottom: 0px;
            opacity: 1;
        }
    }
    @-webkit-keyframes rightTan{
        0% {
            bottom: 20px;
            opacity: 0;
        }
        50%{
            bottom: 10px;
            opacity: 0.3;
        }
        100%{
            bottom: 0px;
            opacity: 1;
        }
    }
}