*, img, ul, li, a, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: Arial, Arial;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
    margin-top: 90px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

.clear_both {
    clear: both;
}


/* 顶部导航 */
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000;
    border-bottom: 1px solid #101010;
}
.header .header-container{
    width: 1200px;
    margin: 0 auto;
}
.header .header-logo{
    float: left;
    width: 171px;
    height: 30px;
    margin-top: 30px;
}
.header .header-left img{
    width: 100%;
    height: 100%;
}
.header .header-nav{
    float: right;
    display: flex;
}
.header .header-nav .nav-item{
    margin-right: 40px;
}
.header .header-nav .nav-item:last-child{
    margin-right: 0;
}
.header .header-nav .nav-item>a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 90px;
    display: block;
}
.header .header-nav .nav-item:hover>a{
    color: #0070D9;
}
.header .header-nav .nav-item.nav-search{
    position: relative;
}
.header .header-nav .nav-item.nav-search input{
    width: 120px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.4);
    margin-top: 30px;
    color: #FFFFFF;
    padding-left: 10px;
    outline: none;
    padding-right: 30px;
}
.header .header-nav .nav-item.nav-search .nav-search-icon{
    position: absolute;
    top: 36px;
    right: 8px;
    background: url(../images/header-search.webp) no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .header .header-container{
        width: 900px;
    }
    .header .header-nav .nav-item{
        margin-right: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .header .header-container{
        width: 700px;
    }
    .header .header-nav .nav-item{
        margin-right: 20px;
    }
    .header .header-nav .nav-item>a{
        font-size: 14px;
    }
}



.banner {
    width: 100%;
    position: relative;
    overflow: hidden;

}
.banner img{
    width: 100%;
}
.banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.content{
    width: 1200px;
    margin: 0 auto 60px;
}
.crumb{
    margin: 0 auto 30px;
    border-bottom: 1px solid #ECECEC;
    line-height: 34px;
    font-size: 12px;
    color: #666666;
}
.crumb a{
    color: #666666;
}
.crumb span{
    color: #0070D9;
}
.content .title{
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 41px;
    text-align: center;
}
.crumb-wrap{
    width: 100%;
    background: #282828;
}
.crumb-wrap .crumb{
    width: 1200px;
    margin: 0 auto;
    border: none;
}
.crumb-wrap .crumb a,
.crumb-wrap .crumb span{
    color: rgba(255, 255, 255, .6);
}

.pagination{
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination .page-item{
    margin: 0 5px;
}
.page-link{
    color: #C3C8CC;
    border-color: #C3C8CC;
    border-radius: 8px!important;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.page-item.active .page-link{
    color: #FFFFFF!important;
    background: #15499A;
    border-color: #15499A;
}
.page-item:hover .page-link{
    color: #999999;
}
.page-item.disabled .page-link{
    color: #E6E6E6;
    border-color: #E6E6E6;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content{
        width: 900px;
        margin: 0 auto 60px;
    }
    .crumb-wrap .crumb{
        width: 900px;
    }
    .content .title{
        font-size: 36px;
    }
    .banner .banner-text{
        font-size: 36px;
    }
}

@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
        margin: 0 auto 40px;
    }
    .crumb-wrap .crumb{
        width: 700px;
    }
    .content .title{
        font-size: 30px;
    }
    .banner .banner-text{
        font-size: 30px;
    }
}


.contact-wrap{
    width: 100%;
    background: #000000;
    padding: 30px;
}
.contact-wrap .contact{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-wrap .contact .contact-title{
    font-size: 40px;
    color: #FFFFFF;
    line-height: 44px;
}
.contact-wrap .contact .contact-desc{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
}
.contact-wrap .contact .contact-input{

}
.contact-wrap .contact .contact-input input{
    width: 320px;
    height: 40px;
    background: rgba(79, 77, 91, .3);
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 12px;
    display: block;
    color: #FFFFFF;
}
.contact-wrap .contact .contact-input input.contact-email{
    margin-bottom: 10px;
}
.contact-wrap .contact .contact-btn{
    width: 160px;
    height: 58px;
    background: #0070D9;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .contact-wrap .contact{
        width: 900px;
    }
    .contact-wrap .contact .contact-title{
        font-size: 33px;
        line-height: 34px;
    }
    .contact-wrap .contact .contact-desc{

    }
    .contact-wrap .contact .contact-input input{
        width: 260px;
    }
    .contact-wrap .contact .contact-btn{
        width: 140px;
    }
}
@media only screen and (max-width: 1000px) {
    .contact-wrap .contact{
        width: 700px;
    }
    .contact-wrap .contact .contact-title{
        font-size: 30px;
        line-height: 34px;
    }
    .contact-wrap .contact .contact-desc{
        display: none;
    }
    .contact-wrap .contact .contact-btn{
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


/**** footer styles ****/

.footer{
    width: 100%;
    background: #EDEDED;
    padding: 40px 0;
}
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-content .footer-contact{
    width: 27%;
    float: left;
}
.footer .footer-content .footer-contact .footer-logo{
    width: 280px;
    height: 50px;
    margin-bottom: 30px;
}
.footer .footer-content .footer-contact .footer-logo img{
    width: 100%;
    height: 100%;
}
.footer .footer-content .footer-contact .footer-contact-item{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 26px;
    background: url(../images/foot-email.webp) no-repeat left 3px;
    cursor: pointer;
}
.footer .footer-content .footer-contact .footer-contact-item.footer-contact-address{
    background-image: url(../images/foot-address.webp);
}
.footer .footer-content .footer-contact .footer-contact-item.footer-contact-tel{
    background-image: url(../images/foot-tel.webp);
}
.footer .footer-content .footer-contact .footer-contact-item.footer-contact-wechat{
    background-image: url(../images/foot-wechat.webp);
}

.footer .footer-content .footer-contact .footer-link{
    margin-top: 30px;
    display: flex;
}
.footer .footer-content .footer-contact .footer-link .footer-link-item{
    margin-right: 16px;
}


.footer .footer-content .footer-news{
    width: 20%;
    float: left;
    margin-left: 15%;
}
.footer .footer-content .footer-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 50px;
}
.footer .footer-content .footer-news .footer-news-list{
    margin-top: 30px;
}
.footer .footer-content .footer-news .footer-news-list .footer-news-item{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
    margin-top: 20px;
    display: block;
}

.footer .footer-content .footer-about{
    width: 33.3%;
    float: right;
}
.footer .footer-content .footer-about .footer-about-desc{
    margin-top: 30px;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 21px;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .footer .footer-content {
        width: 900px;
    }

}

@media only screen and (max-width: 1000px) {
    .footer .footer-content {
        width: 700px;
    }
    .footer .footer-content .footer-contact{
        width: 35%;
    }
    .footer .footer-content .footer-contact .footer-logo{
        width: 140px;
        height: 25px;
        margin-bottom: 20px;
    }
    .footer .footer-content .footer-contact .footer-contact-item{
        margin-top: 10px;
    }
    .footer .footer-content .footer-contact .footer-link{
        margin-top: 20px;
    }
    .footer .footer-content .footer-news{
        width: 25%;
        margin-left: 5%;
    }
    .footer .footer-content .footer-title{
        line-height: 25px;
    }
    .footer .footer-content .footer-news .footer-news-list{
        margin-top: 20px;
    }
    .footer .footer-content .footer-news .footer-news-list .footer-news-item{
        margin-top: 10px;
    }
    .footer .footer-content .footer-about .footer-about-desc{
        margin-top: 20px;
    }
}


.right_fix {
    width: 64px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    box-shadow: 0px 3px 20px 1px rgba(26,26,26,0.2);
    background: #F6F8FD;
    border-radius: 0px 8px 8px 0px;
}
.right_fix .right_fix_connect {
    width: 64px;
    padding-top: 4px;
}
.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 60px;
    font-size: 12px;
    color: #616161;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    text-align: center;;
}
.right_fix .right_fix_connect .right_fix_box img {
    width: 24px;
    height: 24px;
    margin-top: 11px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    font-size: 12px;
    color: #616161;
    line-height: 14px;
    text-align: center;
    margin-top: 4px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 160px;
    height: 60px;
    position: absolute;
    left: 68px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.16);
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 220px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect .right_fix_box_connect_arrow{
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFFFFF;
    position: absolute;
    left: -11px;
    width: 0;
    height: 0;
    top: 20px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-size: 16px;
    color: #616161;
    line-height: 21px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
}
.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: #616161;
}
.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect {
    display: 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: 30px auto 0;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: #0070D9;
    border-radius: 30px 30px 30px 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;

    }
}


.intl-tel-input .country-list{
    background-color: #141414;
}