body {
    width: 100%;
}

.app-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.container{
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 1200px) {
    .app-container {
        width: 100%;
        margin: 0;
        padding: 0;
        bottom: 0;
    }
    .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-app-nav .main-nav-logo {
        padding-left: 30px;
    }
}
.main-app-header {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}

.main-app-nav {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.main-app-nav .main-nav-logo {
    width: 70%;
}
.main-nav-left{
    display: flex;
}

.bphone-box {
    display: none;
}

.bphone-box2 {
    display: none;
}

/* @media(max-width:765px) {
    .main-app-nav .main-nav-logo {
        padding-left: 30px;
    }
} */

.main-nav-list-icon {
    display: none;
}

.main-nav-list {
    display: flex;
    flex-direction: row;
}

.app-menu-list {
    text-decoration: none;
    color: #000;
    word-wrap: break-word;
}

.app-menu-list :active {
    color: #024099;
    word-wrap: break-word;
}

.main-nav-btn {
    border: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.main-nav-item {
    padding: 0 30px;
    display: inline;
    font-size: 1.5rem;
    color: #333;
}


.main-nav-active {
    color: #1366ec;
    font-size: 1.5rem;
}

.main-nav-active a .main-nav-content {
    vertical-align: baseline;
    color: #1366ec;
    word-wrap: break-word;
}

.main-nav-content {
    vertical-align: bottom;
    word-wrap: break-word;
}

.main-nav-item a {
    text-decoration: none;
}

.small-box {
    display: none;
}

.big-box {
    display: block;
}

.main-nav-item .main-nav-content {
    color: #333;
    text-decoration: none;
}

.main-smallnav {
    display: none;
}

@media (max-width: 1150px) {
    .main-nav-list {
        display: none;
    }

    .main-nav-list-icon {
        display: block;
    }

    .main-smallnav {
        width: 100%;
        display: none;
        border-top: 1px solid #024099;
        border-bottom: 1px solid #000;
        background: #fff;
        margin-bottom: 30px;
        position: fixed;
        z-index: 999;
    }
    .smallnav-select-item {
        display: none;
    }

    .main-nav-item {
        display: none;
    }

}

.main-nav-btn {
    border: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.main-smallnav-item {
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.7rem;
}

.main-smallnav-item a {
    color: #000000;
    text-decoration: none;
}

.main-banner {
    background: linear-gradient(270.19deg, #abd8ff 0%, #fbfbfb 100%);
    width: 100%;
    height: 400px;
    margin-top: 60px;
}

.main-banner .container {
    background: url('../img/original.png') no-repeat 95% 60%;
    background-size: 265px 400px;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}


.main-banner-title {
    /* padding-top: 100px; */
    width: 580px;
    font-size: 48px;
    font-weight: 700;
    word-wrap: break-word;
}

.main-banner-content {
    width: 580px;
    font-weight: 400;
    font-size: 18px;
    word-wrap: break-word;
    margin-top: 20px;
}
.main-banner-title2 {
    width: 580px;
    font-weight: 400;
    font-size: 36px;
    word-wrap: break-word;
}

.main-menu-box {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.main-menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 144px;
    margin-bottom: 20px;
}

@media (max-width: 765px) {
    .main-banner {
        background: linear-gradient(270.19deg, #abd8ff 0%, #fbfbfb 100%);
        width: 100%;
        height: 523px;
    }

    .main-banner .container {
        background: url('../img/original.png') no-repeat 80% 100%;
        background-size: 190px 267px;
        height: 523px;
        display: block;
    }
}

@media (max-width: 400px) {
    .main-banner {
        background: linear-gradient(270.19deg, #abd8ff 0%, #fbfbfb 100%);
        width: 100%;
        height: 523px;
    }

    .main-banner .container {
        background: url('../img/original.png') no-repeat 50% 100%;
        background-size: 190px 267px;
        height: 523px;
        display: block;
    }
}


@media (max-width: 765px) {
    .main-banner-title {
        font-size: 3rem;
        width: auto;
        padding-top: 60px;
    }

    .main-banner-content {
        font-size: 1.8rem;
        width: auto;
    }
    .main-banner-title2{
        padding-top: 60px;
        width: auto;
    }
}
.main-menu-icon{
    padding-bottom: 12px;
}

@media (max-width: 400px) {
    .main-banner-title{
        font-size: 2rem;
        width: auto;
    }

    .main-banner-content {
        font-size: 1.8rem;
        width: auto;
    }
    .main-banner-title2{
        padding-top: 60px;
        width: auto;
    }
}

@media (max-width: 765px) {
    .main-menu-box {
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .main-menu-list {
        text-align: center;
        width: 100%;
        height: auto;
    }

    .main-menu-icon img {
        width: 48px;
        height: 48px;
    }
}

.main-luex {
    background: linear-gradient(180.00deg, #fff 0%, #f7f7f7 100%);
    width: 100%;
    height: 382px;
}

.main-luex .container {
    background: url('../img/luxe.png') no-repeat 98% 50%;
    background-size: 350px 130px;
    width: 100%;
    height: 382px;
    /* border-top: 1px solid #ccc; */
    display: flex;
    align-items: center;
}

.main-luex-title {
    font-size: 32px;
    width: 580px;
    font-weight: 700;
    word-wrap: break-word;
}

.main-luex-content {
    width: 580px;
    font-size: 18px;
    word-wrap: break-word;

}

@media (max-width: 765px) {
    .main-luex {
        background: linear-gradient(180.00deg, #fff 0%, #f7f7f7 100%);
        width: 100%;
        height: 382px;
    }

    .main-luex .container {
        background: url('../img/luxe.png') no-repeat 50% 85%;
        width: 100%;
        background-size: 335px 90px;
        border-top: none;
        height: 382px;
        display: block;
    }

    .main-luex-title {
        padding-top: 80px;
        width: auto;
        border-top: 1px solid #ccc;
    }

    .main-luex-content {
        width: auto;
    }
}

@media (max-width: 400px) {
    .main-luex {
        background: linear-gradient(180.00deg, #fff 0%, #f7f7f7 100%);
        width: 100%;
        height: auto;
    }

    .main-luex .container {
        background: url('../img/luxe.png') no-repeat 47% 80%;
        background-size: 335px 90px;
        display: block;
    }
    .main-luex-title {
        font-size: 24px;
    }

    .main-luex-content {
        font-size: 14px;
    }
}

.main-luex .main-luex-content {
    padding-top: 15px;
}

.main-product-box {
    margin-top: 80px;
    padding-bottom: 60px;
}

@media (max-width: 765px) {
    .main-product-title {
        text-align: center;
    }

    .main-product-contents {
        text-align: center;
        line-height: 2rem;
        font-size: 1.6rem;
        word-wrap: break-word;
    }
}

.main-product-list {
    width: 100%;
    min-height: 600px;
    border: 0.5px solid #cbcbcb;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.main-product-list2 {
    width: 100%;
    min-height: 600px;
    border: 0.5px solid #cbcbcb;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.main-product-title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.main-product-contents {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    word-wrap: break-word;
}


@media (max-width: 765px) {
    .main-product-list {
        width: 100%;
        min-height: 400px;
        border: 0.5px solid #cbcbcb;
    }
    .main-product-list2 {
        width: 100%;
        min-height: 400px;
        border: 0.5px solid #cbcbcb;
    }
}

.main-product-list .main-product-img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.main-product-list2 .main-product-img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.main-product-content {
    text-align: left;
    width: 100%;
}

.main-product-ltitle {
    font-weight: 800;
    font-size: 24px;
    word-wrap: break-word;
    padding: 40px 40px 20px 40px;
}

.main-product-content .main-product-text {
    display: inline-block;
    width: 100%;
    height: 140px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    word-wrap: break-word;
    padding: 0px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
}

.main-product-content .col-xs-12:last-child {
    text-align: right;
}

.main-product-more img{
    margin: 40px;
}

.main-partner-box {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    background: linear-gradient(180.00deg, #fff 0%, #f7f7f7 100%);
}

.main-partner-title {
    text-align: center;
}

.main-partner-title1{
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    word-wrap: break-word;
}

.main-partner-text {
    font-size: 18px;
    word-wrap: break-word;
}
.main-partner-listBox {
    margin-top: 60px;
}

@media (max-width: 765px) {
    .main-partner-list {
        padding: 0 10px;
    }

    .main-partner-listBox {
        margin-top: 30px;
    }
}



@media(max-width: 765px) {
    .main-partner-box {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 60px;
        background-color: #f7f7f7;
    }
}

.main-partner-item {
    width: 100%;
    /* height: 152px; */
    text-align: center;
    margin-top: 40px;
}

.main-partner-name {
    height: 30px;
    font-size: 12px;
    padding-top: 12px;
}


.footer-box {
    padding-top: 50px;
    width: 100%;
    height: auto;
    margin: auto;
    background: linear-gradient(180.00deg, #f7f7f7 0%, #fff 100%);
}

.footer-link {
    text-decoration: none;
    color: #8a98a4
}

@media (max-width: 765px) {
    .phone-dn {
        display: none;
    }

    .footer-box {
        padding-top: 30px;
        width: 100%;
        height: auto;
        background-size: cover;
    }
}
.footer-form-left {
    text-align: center;
    padding-bottom: 40px;
    word-wrap: break-word;
}

.footer-form-left h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #0c0b0b;
    
}

.footer-form-left p {
    font-size: 18px;
    padding-top: 10px;
}

.footer-form-left .footer-form-leftText {
    font-size: 2rem;
}

.footer-form-right .footer-form-item3 .footer-form-leftBtn {
    background: #1366ec;
    width: 196px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    margin: 30px 0px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 765px) {
    .phone-dn {
        display: none;
    }

    .footer-form-right .footer-form-item3 .footer-form-leftBtn {
        margin: 30px 0px;
        background: #1366ec;
        width: 9.75rem;
        height: 50px;
        border: 0;
        border-radius: 10px;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }

    .footer-form-right h2 {
        padding-left: 10px;
    }

    .footer-form-right p {
        /* padding: 0 0 0 10px; */
        padding-left: 10px;
        font-size: 14px;
    }

    .footer-email-img {
        display: none;
    }
}

@media (max-width: 400px) {
    .footer-form-right .footer-form-item3 .footer-form-leftBtn {
        margin: 30px 0px;
        background: #1366ec;
        width: 9.75rem;
        height: 50px;
        border: 0;
        border-radius: 10px;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }
}

.footer-form-right .footer-form-item3 {
    text-align: center;
}

.footer-form-item {
    width: 100%;
    height: auto;
    line-height: 40px;
    border: 1px solid #cbcbcb;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
}

.footer-form-item2 {
    width: 100%;
    height: auto;
    line-height: 40px;
    border: 1px solid #cbcbcb;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
}

.footer-ml {
    margin-left: 10px;
}

.footer-form-item .footer-form-inp {
    padding-left: 16px;
    width: 100%;
    border-radius: 10px;
    height: 48px;
    border: 0;
}

.footer-form-item2 .footer-form-textArea {
    border: 0;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    height: 120px;
    line-height: 30px;
    border-radius: 10px;
    padding-left: 15px;
    resize: none;
}
.footer-keyinfo{
    text-align: center;
    padding-top: 120px;
    font-weight: 400;
    font-size: 13px;
}

.footer-box-bottom{
    padding:20px 0px ;
    border-top: 1px solid #ccc;
}