*, img, ul, li, a {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
body {
    font-family: Arial, Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
    margin-top: 76px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #337ab7;
    text-decoration: none;
}
.clear_both {
    clear: both;
}

.header {
    width: 100%;
    height: 76px;
    padding: 20px 0;
    color: #FFFFFF;
    line-height: 36px;
    background-color: #1562C5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 8px 16px 1px rgba(0, 0, 0, 0.16);
}
.header .header-content {
    width: 1440px;
    margin: 0 auto;
}
.header .logo{
    float: left;
    margin-top: -4px;
}
.header .header-tel{
    float: left;
    margin-left: 40px;
}
.header .header-contact{
    display: flex;
    float: left;
    margin-left: 60px;
}
.header .header-contact-list{
    display: flex;
}
.header .header-contact-list .top_contact_item{
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}
.header .header-contact-list .top_contact_item .top_contact_img{
    width: 20px;
    height: 20px;
}
.header .header-contact-list .top_contact_item.top_contact_wechat .wechat-img{
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
}
.header .header-contact-list .top_contact_item.top_contact_wechat:hover .wechat-img{
    display: block;
}
.header .header-quote{
    width: 176px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 18px;
    color: #1562C5;
    line-height: 40px;
    text-align: center;
    float: right;
    cursor: pointer;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    body{
        font-size: 15px;
    }
    .header .header-content{
        width: 1200px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    body{
        font-size: 14px;
    }
    .header .header-content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    body{
        font-size: 13px;
    }
    .header .header-content{
        width: 700px;
    }
    .header .logo img{
        width: 120px;
    }
    .header .header-tel{
        margin-left: 20px;
    }
    .header .header-contact{
        margin-left: 30px;
    }
    .header .header-contact-list .top_contact_item{
        margin-left: 10px;
    }
    .header .header-contact-list .top_contact_item .top_contact_img{
        width: 16px;
        height: 16px;
    }
    .header .header-quote{
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}


/*** banner styles ***/
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .banner-text-wrap{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .banner-text{
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
}
.banner .banner-title{
    font-size: 40px;
    font-weight: bold;
}
.banner .banner-sub-title{
    font-size: 20px;
    margin-top: 20px;
}

.call{
    width: 360px;
    height: 50px;
    background: #1562C5;
    cursor: pointer;
    border-radius: 25px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
}
.banner .call{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}


@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .banner .banner-text{
        width: 800px;
    }
    .banner .banner-title{
        font-size: 30px;
    }
    .banner .banner-sub-title{
        font-size: 18px;
        margin-top: 10px;
    }
    .call{
        width: 300px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1000px) {
    .banner .banner-text{
        width: 600px;
    }
    .banner .banner-title{
        font-size: 24px;
    }
    .banner .banner-sub-title{
        font-size: 16px;
        margin-top: 5px;
    }
    .call{
        width: 260px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


.company-wrap{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ECECEC;
}
.company{
    width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.company .company-video-wrap{
    width: 40%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}
.company .company-video-wrap .company-img{
    width: 100%;
    height: 100%;
}
.company .company-video-wrap .company-img img{
    width: 100%;
    height: 100%;
}
.company .company-video-wrap .company-img .company-img-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
.company .company-video-wrap .company-img .company-img-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 2;
}
.company .company-video-wrap .company-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #E6E6E6;
    display: none;
}
.company .company-video-wrap .company-video video{
    width: 100%;
    height: 100%;
}
.company .company-content{
    width: 58%;
    color: #333333;
}
.company .company-content .title{
    text-align: left;
}
.company .company-content .company-desc{
    margin-top: 30px;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .company-wrap{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .company{
        width: 1200px;
    }
    .company .company-content .company-desc{
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .company-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .company{
        width: 900px;
    }
    .company .company-content{
        width: 59%;
    }
    .company .company-content .company-desc{
        margin-top: 10px;
    }
    .company .company-video-wrap .company-img .company-img-icon img{
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 1000px) {
    .company-wrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .company{
        width: 700px;
    }
    .company .company-content{
        width: 59%;
    }
    .company .company-content .company-desc{
        margin-top: 0;
    }
    .company .company-video-wrap .company-img .company-img-icon img{
        width: 36px;
        height: 36px;
    }
}

.title{
    font-size: 40px;
    font-weight: bold;
    color: #1A1A1A;
    text-align: center;
}
.products{
    width: 1440px;
    margin: 80px auto;
}
.product-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.product-list .product-item{
    cursor: pointer;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 0;
}
.product-list .product-item .product-img{
    width: 100%;
    aspect-ratio: 1 / 1;
}
.product-list .product-item .product-content{
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    color: #333333;
}
.product-list .product-item .product-title{
    font-size: 18px;
    font-weight: bold;
}
.product-list .product-item .product-capacity{
    margin: 5px 0;
}
.product-list .product-item:hover .product-content{
    background: #1562C5;
    color: #FFFFFF;
    border-color: #1562C5;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .title{
        font-size: 36px;
    }
    .products{
        width: 1200px;
        margin: 60px auto;
    }
    .product-list{
        margin-top: 25px;
        gap: 15px;
    }
    .product-list .product-item .product-content{
        padding: 8px;
    }
    .product-list .product-item .product-title{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .title{
        font-size: 26px;
    }
    .products{
        width: 900px;
        margin: 40px auto;
    }
    .product-list{
        margin-top: 20px;
        gap: 10px;
    }
    .product-list .product-item .product-content{
        padding: 6px;
    }
    .product-list .product-item .product-title{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1000px) {
    .title{
        font-size: 20px;
    }
    .products{
        width: 700px;
        margin: 30px auto;
    }
    .product-list{
        margin-top: 15px;
        gap: 6px;
    }
    .product-list .product-item .product-content{
        padding: 4px;
    }
    .product-list .product-item .product-title{
        font-size: 14px;
    }
}

.cert{
    width: 1440px;
    margin: 80px auto;
}
.cert .cert-desc{
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.cert .cert-img{
    width: 100%;
    margin-top: 30px;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .cert {
        width: 1200px;
        margin: 60px auto;
    }
    .cert .cert-desc{
        margin-top: 15px;
    }
    .cert .cert-img{
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .cert {
        width: 900px;
        margin: 40px auto;
    }
    .cert .cert-desc{
        margin-top: 10px;
    }
    .cert .cert-img{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .cert {
        width: 700px;
        margin: 30px auto;
    }
    .cert .cert-desc{
        margin-top: 5px;
    }
    .cert .cert-img{
        margin-top: 15px;
    }
}

.case{
    width: 1440px;
    margin: 80px auto;
}
.case .product-list{
    grid-template-columns: repeat(3, 1fr);
}
.case .product-list .product-item .product-img{
    aspect-ratio: 16 / 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .case {
        width: 1200px;
        margin: 60px auto;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .case {
        width: 900px;
        margin: 40px auto;
    }
}
@media only screen and (max-width: 1000px) {
    .case {
        width: 700px;
        margin: 30px auto;
    }
}

.choose-wrap{
    width: 100%;
    background: #ECECEC;
}
.choose{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose .choose-content{
    width: 64%;
}
.choose .choose-desc{
    margin-top: 30px;
}
.choose .choose-img{
    width: 34%;
}
.choose .choose-img img{
    width: 100%;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .choose {
        width: 1200px;
    }
    .choose .choose-desc{
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .choose {
        width: 900px;
    }
    .choose .choose-desc{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .choose {
        width: 700px;
    }
    .choose .choose-desc{
        margin-top: 15px;
    }
}

.evaluate{
    width: 1440px;
    margin: 80px auto;
}
.evaluate .evaluate-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.evaluate .evaluate-list .evaluate-item{
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    background: #ECECEC;
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
}
.evaluate .evaluate-list .evaluate-item .evaluate-title-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.evaluate .evaluate-list .evaluate-item .evaluate-img{
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.evaluate .evaluate-list .evaluate-item .evaluate-img img{
    width: 100%;
    height: 100%;
}
.evaluate .evaluate-list .evaluate-item .evaluate-title{
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .evaluate {
        width: 1200px;
        margin: 60px auto;
    }
    .evaluate .evaluate-list{
        gap: 15px;
        margin-top: 25px;
    }
    .evaluate .evaluate-list .evaluate-item .evaluate-title{
        font-size: 16px;
        margin-left: 15px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .evaluate {
        width: 900px;
        margin: 40px auto;
    }
    .evaluate .evaluate-list{
        gap: 10px;
        margin-top: 20px;
    }
    .evaluate .evaluate-list .evaluate-item{
        padding: 15px 5px;
    }
    .evaluate .evaluate-list .evaluate-item .evaluate-title{
        font-size: 15px;
        margin-left: 10px;
    }
    .evaluate .evaluate-list .evaluate-item .evaluate-img{
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 1000px) {
    .evaluate {
        width: 700px;
        margin: 30px auto;
    }
    .evaluate .evaluate-list{
        gap: 5px;
        margin-top: 15px;
    }
    .evaluate .evaluate-list .evaluate-item{
        padding: 10px 3px;
    }
    .evaluate .evaluate-list .evaluate-item .evaluate-title{
        font-size: 14px;
        margin-left: 5px;
    }
    .evaluate .evaluate-list .evaluate-item .evaluate-img{
        width: 50px;
        height: 50px;
    }
}

/* faq styles */
.faq{
    width: 1440px;
    margin: 80px auto;
}
.faq .faq-content{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.faq .faq-content .faq-list{
    width: 74%;
}
.faq .faq-content .faq-list .faq-item{
    background: #ECECEC;
    margin-bottom: 10px;
    padding: 20px;
}
.faq .faq-content .faq-list .faq-item:last-child{
    margin-bottom: 0;
}
.faq .faq-content .faq-list .faq-item .faq-question-wrap{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-question{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
}
.faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-icon{
    line-height: 27px;
}
.faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-icon .subtract{
    display: none;
}
.faq .faq-content .faq-list .faq-item .faq-answer{
    color: #666666;
    margin-top: 20px;
    display: none;
}
.faq .faq-content .faq-list .faq-item.active .faq-question-wrap .faq-icon .subtract{
    display: inline-block;
}
.faq .faq-content .faq-list .faq-item.active .faq-question-wrap .faq-icon .add{
    display: none;
}
.faq .faq-content .faq-list .faq-item.active .faq-answer{
    display: block;
}
.faq .faq-content .faq-right{
    width: 24%;
    padding: 60px 20px;
    background: #1562C5;
}
.faq .faq-content .faq-right .faq-right-img{
    width: 120px;
    margin: 0 auto;
}
.faq .faq-content .faq-right .faq-right-img img{
    width: 100%;
}
.faq .faq-content .faq-right .faq-right-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
}
.faq .faq-content .faq-right .faq-right-desc{
    color: #FFFFFF;
    margin-top: 20px;
}
.faq .faq-content .faq-right .faq-right-btn{
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 18px;
    color: #1562C5;
    line-height: 40px;
    text-align: center;
    margin: 40px auto 0;
    cursor: pointer;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .faq{
        width: 1200px;
        margin: 60px auto;
    }
    .faq .faq-content{
        margin-top: 25px;
    }
    .faq .faq-content .faq-list .faq-item{
        padding: 18px;
    }
    .faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-question{
        font-size: 16px;
    }
    .faq .faq-content .faq-list .faq-item .faq-answer{
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .faq{
        width: 900px;
        margin: 40px auto;
    }
    .faq .faq-content{
        margin-top: 20px;
    }
    .faq .faq-content .faq-list .faq-item{
        padding: 15px;
    }
    .faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-question{
        font-size: 16px;
    }
    .faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-icon{
        line-height: 24px;
    }
    .faq .faq-content .faq-list .faq-item .faq-answer{
        margin-top: 15px;
    }
    .faq .faq-content .faq-right{
        padding: 40px 15px;
    }
    .faq .faq-content .faq-right .faq-right-btn{
        width: 180px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1000px) {
    .faq{
        width: 700px;
        margin: 30px auto;
    }
    .faq .faq-content{
        margin-top: 20px;
    }
    .faq .faq-content .faq-list .faq-item{
        padding: 10px;
    }
    .faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-question{
        font-size: 14px;
    }
    .faq .faq-content .faq-list .faq-item .faq-question-wrap .faq-icon{
        line-height: 21px;
    }
    .faq .faq-content .faq-list .faq-item .faq-answer{
        margin-top: 10px;
        font-size: 12px;
    }
    .faq .faq-content .faq-right{
        padding: 20px 10px;
    }
    .faq .faq-content .faq-right .faq-right-title{
        font-size: 18px;
        margin-top: 30px;
    }
    .faq .faq-content .faq-right .faq-right-btn{
        width: 150px;
        font-size: 14px;
    }
    .faq .faq-content .faq-right .faq-right-img{
        width: 80px;
    }
}


.more-product{
    width: 1440px;
    margin: 80px auto;
}
.more-product .product-desc{
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.more-product .product-list .product-item .product-img{
    aspect-ratio: 16 / 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .more-product{
        width: 1200px;
        margin: 60px auto;
    }
    .more-product .product-desc{
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .more-product{
        width: 900px;
        margin: 40px auto;
    }
    .more-product .product-desc{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .more-product{
        width: 700px;
        margin: 30px auto;
    }
    .more-product .product-desc{
        margin-top: 5px;
    }
}

.contact{
    width: 1440px;
    margin: 80px auto;
}
.contact .contact-title-wrap{
    background-color: #e3ebf5;
    padding: 20px 0;
}
.contact .contact-desc{
    text-align: center;
    margin-top: 10px;
}
.contact .contact-content{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.contact .contact-content .contact-tips{
    width: 32%;
    padding: 20px;
    border: 1px solid #cccccc;
}
.contact .contact-content .contact-tips .contact-tips-title{
    font-size: 20px;
    font-weight: bold;
}
.contact .contact-content .contact-tips .contact-tips-title img{
    margin-top: -6px;
}
.contact .contact-content .contact-tips .contact-tips-list{
    margin-top: 20px;
}
.contact .contact-content .contact-form{
    width: 66%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .contact-content .contact-form input{
    width: 49%;
    height: 50px;
    border: 1px solid #cccccc;
    outline: none;
    padding: 0 15px;
    background-color: #f6f6f6;
}
.contact .contact-content .contact-form .intl-tel-input{
    width: 100%;
    margin-top: 10px;
    font-family: Arial, Arial;
}
.contact .contact-content .contact-form .contact-form-phone{
    width: 100%;
    padding-left: 50px;
}
.contact .contact-content .contact-form .contact-form-content{
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    background-color: #f6f6f6;
    border: 1px solid #cccccc;
    outline: none;
    resize: none;
    font-family: Arial, Arial;
    margin-top: 10px;
}
.contact .contact-content .contact-form .contact-form-submit{
    width: 128px;
    height: 50px;
    margin-top: 10px;
    border: none;
    background: #1562C5;
    cursor: pointer;
    color: #fff;
    font-family: Arial, Arial;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .contact{
        width: 1200px;
        margin: 60px auto;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .contact{
        width: 900px;
        margin: 40px auto;
    }
}

@media only screen and (max-width: 1000px) {
    .contact{
        width: 700px;
        margin: 30px auto;
    }
    .contact .contact-content .contact-tips{
        padding: 10px;
    }
}


/**** footer styles ****/
.footer{
    width: 100%;
    background: #1C1C1C;
}
.footer .footer-content{
    width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer .footer-content .footer-company{
    width: 25%;
    float: left;
}
.footer .footer-content .footer-company .footer-logo{
    width: 204px;
    height: 30px;
}
.footer .footer-content .footer-company .footer-desc{
    font-size: 12px;
    color: #B9B9B9;
    line-height: 18px;
    margin-top: 26px;
}
.footer .footer-content .footer-company .footer-link{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.footer .footer-content .footer-company .footer-link .footer-link-item{
    margin-right: 16px;
}

.footer .footer-content .footer-title{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 17px;
}

.footer .footer-content .footer-contact{
    width: 32%;
    float: left;
    margin-left: 6%;
}

.footer .footer-content .footer-contact .footer-contact-list{
    width: 100%;
    margin-top: 30px;
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-item{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #B9B9B9;
    line-height: 24px;
    padding-left: 34px;
    background: url("../images/footer-email.webp") no-repeat left 5px;
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-address{
    background-image: url("../images/footer-address.webp");
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-tel{
    background-image: url("../images/footer-tel.webp");
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-wechat{
    background-image: url("../images/footer-wechat.webp");
}

.footer .footer-content .footer-work{
    width: 22.5%;
    float: right;
}
.footer .footer-content .footer-work .footer-work-hours{
    font-size: 14px;
    color: #B9B9B9;
    line-height: 24px;
    margin-top: 30px;
}
.footer .footer-content .footer-work .footer-work-hours span{
    font-size: 20px;
    color: #FFFFFF;
}
.footer .footer-content .footer-work .footer-work-submit{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 10px;
    line-height: 45px;
}
.footer .footer-content .footer-work .footer-work-submit input{
    width: calc( 100% - 45px );
    line-height: 45px;
    background: transparent;
    border: none;
    outline: none;
}
.footer .footer-content .footer-work .footer-work-submit img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.footer-bottom{
    width: 100%;
    background: #303030;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 50px;
    text-align: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .footer .footer-content,
    .footer-bottom .footer-bottom-content{
        width: 1200px;
    }
    .footer .footer-content{
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .footer .footer-content,
    .footer-bottom .footer-bottom-content{
        width: 900px;
    }
    .footer .footer-content{
        padding: 40px 0;
    }
}
@media only screen and (max-width: 1000px) {
    .footer .footer-content,
    .footer-bottom .footer-bottom-content{
        width: 700px;
    }
    .footer .footer-content{
        padding: 20px 0;
    }
    .footer .footer-content .footer-work{
        width: 30%;
    }
}


.right_fix {
    width: 64px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -143px;
    z-index: 999;
}

.right_fix .right_fix_connect {
    width: 64px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 32px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.right_fix .right_fix_connect .right_fix_box:last-child {
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box img {
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-left: 17px;
}
.right_fix .right_fix_connect .right_fix_box img.active{
    display: none;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    margin-top: 4px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 234px;
    height: 64px;
    position: absolute;
    left: -170px;
    top: 0;
    background: #FFFFFF;
    border-radius: 32px;
    padding: 0 70px 0 20px;
    z-index: -1;
}


.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-family: Roboto, Roboto;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p.right_fix_box_connect_text {
    font-size: 16px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p:first-child {
    margin-top: 8px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p a {
    color: #262626;
}


.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_box:hover img.normal{
    display: none;
}
.right_fix .right_fix_connect .right_fix_box:hover img.active{
    display: inline-block;
}


/*弹窗*/
.popover_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

.popover_wrap .popover_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1212px;
    height: 586px;
    margin-top: -273px;
    margin-left: -606px;
    background: linear-gradient(180deg, #E6F1FF 0%, #FFFFFF 30%);
    border-radius: 24px;
    overflow: hidden;
    z-index: 1000;
}

.popover_wrap .popover_container .popover_close {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.popover_wrap .popover_container .popover_content {
    width: 1050px;
    margin-left: 80px;
    margin-top: 60px;
}

.popover_wrap .popover_container .popover_content .popover_title h2 {
    width: 100%;
    font-family: Arial-BoldMT, Arial-BoldMT;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.popover_wrap .popover_container .popover_content .popover_title .popover_title_description {
    width: 100%;
    height: 20px;
    font-family: ArialMT, ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.popover_wrap .popover_container .popover_content .popover_title .popover_title_description a:hover {
    color: #003F9B;
}

.popover_wrap .popover_container .popover_content .popover_form {
    width: 100%;
    margin-top: 40px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    float: left;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    margin-left: 16px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email input {
    width: 336px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding-left: 20px;
    border: 1px solid #DCDCDC;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input{
    padding-left: 50px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea {
    width: 100%;
    height: 190px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 10px 20px;
    border: 1px solid #DCDCDC;
    resize: none;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit {
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: #1562C5;
    border-radius: 30px;
    border-width: 0;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 0px;
    font-style: normal;
    text-transform: none;
}


@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .popover_wrap .popover_container{
        width: 960px;
        height: 480px;
        margin-top: -240px;
        margin-left: -480px
    }
    .popover_wrap .popover_container .popover_content{
        width: 900px;
        margin-left: 30px;
        margin-top: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h2{
        font-size: 30px;
        line-height: 33px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 18px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 20px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 280px;
        height: 50px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 160px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 180px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 180px;
        height: 50px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .popover_wrap .popover_container{
        width: 680px;
        height: 360px;
        margin-top: -180px;
        margin-left: -340px
    }
    .popover_wrap .popover_container .popover_content{
        width: 640px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h2{
        font-size: 24px;
        line-height: 28px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 16px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 200px;
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 120px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 130px;
        margin-top: 15px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 130px;
        height: 40px;

    }
}