html{color:#000;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
body {
    min-width: 1000px;
    overflow:auto;

}
.body-container {
    /*max-width: 1440px;*/
    margin: 0px auto;
}
.header {
    height: 100%;
    width: 100%;

}

.header-content {
    width: 100%;
    min-width: 1000px;
    background-color: rgba(0,0,0, .09);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 10;
}

.header-content img {
    width: 112px;
    height: 48px;
}

.header-title {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    margin-left: 22px;
}

.header-button1 {
    background-color: #e4a809;
    padding: 8px 15px;
    border-radius: 8px;
    border: #e4a809 1px solid;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.header-button1:hover {
    background-color: rgba(0,0,0,0);
    color: #e4a809;
}

.header-button2 {
    background-color: #10c173;
    color: white;
    padding: 8px  15px;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 15px;
    border: #10c173 1px solid;
}

.header-button2:hover {
    background-color: rgba(0,0,0,0);
    color: #10c173;
}
.banner {
    width: 100%;
    height: auto;
}
img {
    width: 100%;
    height: 100%;
}
.section-one {
    margin-top: -5px;
    background: #162946;
    width: 100%;
    height: 1050px;
}
.section-one-container {
    margin: 0px auto;
    width: 1022px;
    height: 600px;
}
.so-row-one {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}
.so-row-one-left {

}
.so-row-one-right-img {
    width: auto;
    height: 250px;
}
.so-row-one-left-text {
    color: #FFFFFF;
    font-size: 26px;
}
.yellow-line {
    width: 130px;
    height: 3px;
    background: #E9CA4B;
    margin-top: 25px;
}
.row-one-description {
    margin-top: 55px;
    width: 560px;
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    text-align: justify;
}
.so-row-two {
    display: flex;
    justify-content: space-between;
    margin-top: 117px;
}
.column {
    background-image: url("../assets/img/colum_bg.png");
    background-repeat: no-repeat;
    background-size: 280px 500px;
    background-position: 50% 50%;
    width: 280px;
    height: 500px;
    display: flex;
    flex-flow: column nowrap;
}
.srt-title {
    margin-top: 23px;
    margin-left: -10px;
    width: 160px;
    padding: 6px 0px;
    background-color: #162946;
    /*font-family: PingFangSC-Medium;*/
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 26px;
}

.srt-content {
    margin-top: 28px;
    margin-left: 25px;
    margin-right: 25px;
    opacity: 0.6;
    /*font-family: PingFangSC-Regular;*/
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
}
.srt-img-div {
    flex: 1;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
}
.srt-img {
    width: 160px;
    height: auto;
    margin-bottom: 22px;
}
.section-two {
    width: 100%;
    height: auto;
    background-color: white;
}
.section-two-container {
    margin: 0px auto;
    width: 1022px;
    height: 600px;
}

.stc-title {
    /*font-family: PingFangSC-Regular;*/
    font-size: 30px;
    color: #333333;
    text-align: justify;
    margin-top: 94px;
}
.stc-row-one {
    display: flex;
    /*justify-content: space-between;*/
    height: 430px;
    width: 100%;
    margin-top: 60px;
}
.stc-ro-left {
    width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stc-ro-left-img {
    /*margin-top: 15px;*/
    width: 140px;
    height: 100px;
    transform: scale(1);
    transition: transform 1s ease 0s;
}
.stc-ro-left-img:hover {
    z-index: 9999;
    transform: scale(1.50);
}
.cross-line {
    background: #F0F0F0;
    width: 1px;
    height: 100%;
    margin-left: 40px;
    margin-right: 40px;
}
.stc-ro-right {
    height: 100%;
    margin-left: 5px;
    width: 648px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*background: #FF4943;*/
}
.stc-ro-right-img {
    height: 40px;
    width: 100%;
    margin: 0px;
    /*background: #E9CA4B;*/
    transform: scale(1);
    transition: transform 1s ease 0s;
}
.stc-ro-right-img:hover {
    z-index: 9999;
    transform: scale(1.5);
}
.stc-row-two {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stc-row-two-item {
    width: 360px;
    height: 430px;
    margin-top: 60px;
}

.stc-rti-up {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stc-rti-up-img {
    width: 100%;
    height: auto;
}
.stc-rti-title {
    margin-top: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: justify;
}
.stc-rti-content {
    margin-top: 10px;
    font-size: 16px;
    color: #2A2A2A;
    text-align: justify;
    line-height: 28px;
}

.section-three {
    width: 100%;
    margin-top: 2000px;
}




.customer-view {
    margin: 0px auto;
    width: 1022px;
    background-color: white;
    height: 450px;
    padding-bottom: 40px;
}
.customer-title {
    padding-top: 65px;
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
}
.swiper-container{
    width: 100%;
    height: 94%;
}
.swiper-wrapper {
    margin-top: 46px;
    width: 100%;
    height: 80%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-content: center;*/
    width: 100%;
    height: 100%;
}

.logos-container {
    width: 100%;
    height: 20%;
    background: white;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center
}
.logos img {
    max-width: 180px;
    max-height: 80px;
    width: auto;
    height: auto;
}
.logo-div {
    flex: 1;
}
.about-view {
    margin-top: 80px;
    width: 100%;
    background: #FAFAFA;
    height: 890px;
}
.about-title {
    font-family: PingFangSC-Regular;
    padding-top: 94px;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.sail-points {
    background-color: #080808;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.sail-points-container {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    /*margin-left: 180px;*/
    /*margin-right: 180px;*/
    /*background-color: #10c173;*/
}
.sail-points-left {
    width: 610px;
    text-align: left;
    margin-top: 81px;
    /*margin-left: 220px;*/
    margin-bottom: 77px;
    margin-right: 30px;
}

.sail-points-left div {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.sail-points-left p {
    margin-top: -5px;
    font-size: 15px;
    /*background: #FF4943;*/
}

.statistic {
    /*visibility: hidden;*/
    display: none;
}
a {
    text-decoration:none;
}


.sub-view {
    width: 310px;
    height: 395px;
    margin-top: 81px;
    margin-bottom: 20px;
    margin-left: 200px;
    background-color: #eeeeee;
    border-radius: 4px;
}
.sub-view-container {
    margin: 15px;
}
.sub-view-title1 {
    /*background-color: blue;*/
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 18px;
}
.sub-view-title2 {
    margin-top: 25px;
    margin-bottom: 8px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #004A83;
    letter-spacing: 0;
    font-weight: bold;
    /*background-color: blueviolet;*/
}
p {
    margin-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: justify;
    /*background-color: aquamarine;*/
}
.input-view {
    margin-top: 22px;
    margin-left: 15px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: chocolate;*/
}
.left-view {
    flex: 1;
    /*background-color: blueviolet;*/
    height: 100%;
    font-size: 14px;
}
.right-view {
    flex: 4;
    width: 168px;
    height: 23px;
    /*margin-top: 25px;*/
}
.right-view input {
    width: 168px;
    height: 23px;
}
.agreement {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-top: 36px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
}

.submit {
    /*margin-top: 15px;*/
    width: 203px;
    height: 32px;
    margin: 12px 25px 32px 25px;
}
.ercode {
    align-items: center;
    text-align: center;
}
.ercode img {
    width: 70px;
    height: 70px;
}
.ercode div {
    font-size: 12px;
    color: #CCCCCC;
}
