*, 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: 170px;
}

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;
}
.header .header-top{
    width: 100%;
    height: 100px;
    background: #F3F3F3;
}
.header .header-content{
    width: 1200px;
    margin: 0 auto;
}
.header .header-logo{
    float: left;
    width: 240px;
    aspect-ratio: 240 / 42;
    margin-top: 29px;
}
.header .header-logo img{
    width: 100%;
    height: 100%;
}
.header .header-right{
    float: right;
    display: flex;
}
.header .header-contact{
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.header .header-contact .header-contact-item{
    margin-right: 40px;
    display: flex;
    align-items: center;
}
.header .header-contact .header-contact-item .header-contact-img{
    width: 40px;
    height: 40px;
}
.header .header-contact .header-contact-item .header-contact-img img{
    width: 100%;
    height: 100%;
}
.header .header-contact .header-contact-item .header-contact-text{
    margin-left: 10px;
    font-size: 16px;
    line-height: 17px;
}
.header .header-contact .header-contact-item .header-contact-title{
    color: #1A1A1A;
}
.header .header-contact .header-contact-item .header-contact-content{
    color: #666666;
    margin-top: 6px;
}
.header .header-quote{
    width: 206px;
    height: 58px;
    background: #1A1A1A;
    margin: 21px 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.header .header-bottom-wrap{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.header .header-bottom{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    padding-left: 40px;
    position: relative;
}
.header .header-bottom .header-bottom-bg{
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.header .header-bottom .header-bottom-bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 40px 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.header .header-nav{
    float: left;
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    width: calc(100% - 220px);
}
.header .header-nav .nav-item{
    position: relative;
}
.header .header-nav .nav-item>a{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 70px;
    display: block;
}
.header .header-nav .nav-item::after{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #2196F3;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}
.header .header-nav .nav-item:hover::after{
    content: "";
}
.header .header-nav .nav-item:hover>a{
    color: #0070D9;
}

.header .header-search{
    width: 160px;
    height: 100%;
    display: block;
    float: right;
    background: #1A1A1A;
    text-align: center;
    line-height: 70px;
    padding-right: 40px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);

}




.sub-nav{
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: -2;
    display: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.sub-nav .sub-nav-content{
    width: 1200px;
    margin: 80px auto 20px;
    font-size: 14px;
    color: #262626;
    text-align: center;
    display: flex;
    align-items: center;
}
.sub-nav .sub-nav-content .sub-nav-title{
    font-weight: bold;
    font-size: 30px;
    color: #262626;
    line-height: 28px;
}
.sub-nav .sub-nav-content .sub-nav-line{
    width: 2px;
    height: 206px;
    background: #D8D8D8;
    margin: 0 40px;
}
.sub-nav .sub-nav-content .sub-nav-list{

}
.sub-nav .sub-nav-content .sub-nav-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
    width: 160px;
    margin-right: 20px;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:last-child{
    margin-right: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item img{
    width: 100%;
    aspect-ratio: 1/1;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
    font-size: 14px;
    color: #262626;
    line-height: 16px;
    margin-top: 10px;
}
.nav-item-product:hover .sub-nav{
    display: block;
}



.industries-nav{
    background: #FFFFFF;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    padding: 30px;
    display: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.industries-nav .sub-nav-item{
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
    white-space: nowrap;
    margin-top: 10px;
}
.industries-nav .sub-nav-item:first-child{
    margin-top: 0;
}
.industries-nav .sub-nav-item a{
    color: #262626;
}
.industries-nav .sub-nav-item:hover a{
    color: #0070D9;
}
.nav-item-industries:hover .industries-nav{
    display: block;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    body{
        margin-top: 140px;
    }
    .header .header-top{
        height: 80px;
    }
    .header .header-content,
    .header .header-bottom,
    .sub-nav .sub-nav-content{
        width: 900px;
    }
    .header .header-logo{
        width: 180px;
        margin-top: 24px;
    }
    .header .header-contact{
        margin: 20px 0;
    }
    .header .header-contact .header-contact-item{
        margin-right: 16px;
    }
    .header .header-contact .header-contact-item .header-contact-img{
        width: 32px;
        height: 32px;
    }
    .header .header-contact .header-contact-item .header-contact-text{
        font-size: 14px;
        margin-left: 4px;
        line-height: 16px;
    }
    .header .header-contact .header-contact-item .header-contact-content{
        margin-top: 0;
    }
    .header .header-quote{
        width: 170px;
        height: 40px;
        margin: 20px 0;
        line-height: 40px;
        font-size: 16px;
    }
    .header .header-bottom{
        height: 60px;
    }
    .header .header-nav .nav-item>a{
        line-height: 60px;
    }
    .header .header-search{
        width: 140px;
        line-height: 60px;
    }
    .sub-nav{
        top: 80px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 115px;
        margin-right: 10px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
        font-size: 14px;
        margin-top: 5px;
    }
    .industries-nav{
        top: 60px;
        padding: 20px;
    }
    .industries-nav .sub-nav-item{
        margin-top: 6px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    body{
        margin-top: 110px;
    }
    .header .header-top{
        height: 60px;
    }
    .header .header-content,
    .header .header-bottom,
    .sub-nav .sub-nav-content{
        width: 700px;
    }
    .header .header-logo{
        width: 120px;
        margin-top: 20px;
    }
    .header .header-contact{
        margin: 12px 0;
    }
    .header .header-contact .header-contact-item{
        margin-right: 5px;
    }
    .header .header-contact .header-contact-item .header-contact-img{
        width: 28px;
        height: 28px;
    }
    .header .header-contact .header-contact-item .header-contact-text{
        font-size: 12px;
        margin-left: 2px;
        line-height: 14px;
    }
    .header .header-contact .header-contact-item .header-contact-content{
        margin-top: 0;
    }
    .header .header-quote{
        width: 120px;
        height: 36px;
        margin: 12px 0;
        line-height: 36px;
        font-size: 12px;
    }
    .header .header-quote img{
        width: 12px;
        height: 12px;
    }
    .header .header-bottom{
        height: 50px;
    }
    .header .header-bottom .header-bottom-bg::before{
        clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 30px 100%);
    }
    .header .header-nav{
        margin-left: 0;
        width: calc(100% - 130px);
    }
    .header .header-nav .nav-item>a{
        line-height: 50px;
        font-size: 14px;
    }
    .header .header-nav .nav-item::after{
        bottom: 10px;
    }
    .header .header-search{
        width: 100px;
        line-height: 50px;
        padding-right: 30px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
    }
    .header .header-search img{
        width: 20px;
        height: 20px;
    }
    .sub-nav{
        top: 60px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 16px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 16px;
        height: 120px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 90px;
        margin-right: 5px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
        font-size: 12px;
        margin-top: 5px;
    }
    .industries-nav{
        top: 50px;
        padding: 10px;
    }
    .industries-nav .sub-nav-item{
        margin-top: 4px;
        font-size: 13px;
        line-height: 22px;
    }
}



.content{
    width: 1200px;
    margin: 40px auto 60px;
}
.site-title{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: center;
}
.title{
    font-weight: bold;
    font-size: 46px;
    color: #1A1A1A;
    line-height: 52px;
    text-align: center;
    margin: 10px 0;
}
.title-line{
    width: 60px;
    height: 4px;
    background: #0070D9;
    margin: 0 auto;
}
.crumb-wrap{
    width: 100%;
    background: #F3F3F3;
}
.crumb-wrap .crumb{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #0070D9;
    line-height: 40px;
}
.crumb-wrap .crumb a{
    color: #666666;
}

.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: #0070D9;
    border-color: #0070D9;
}
.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: 30px auto 50px;
    }
    .crumb-wrap .crumb{
        width: 900px;
    }
    .title{
        font-size: 38px;
        line-height: 40px;
        margin: 8px 0;
    }
}

@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
        margin: 20px auto 40px;
    }
    .crumb-wrap .crumb{
        width: 700px;
        font-size: 12px;
    }
    .title{
        font-size: 30px;
        line-height: 32px;
        margin: 6px 0;
    }
    .title-line{
        width: 40px;
        height: 3px;
    }
}


.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: #1C1C1C;
}
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.footer .footer-content .footer-company{
    width: 21.7%;
    float: left;
}
.footer .footer-content .footer-company .footer-logo{
    width: 171px;
    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-nav{
    width: 17.5%;
    float: left;
    margin-left: 3.3%;
}
.footer .footer-content .footer-title{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 17px;
}
.footer .footer-content .footer-nav .footer-nav-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    max-height: 160px;
    margin-top: 10px;
}
.footer .footer-content .footer-nav .footer-nav-list .footer-nav-item{
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
.footer .footer-content .footer-nav .footer-nav-list .footer-nav-item a{
    color: #B9B9B9;
}
.footer .footer-content .footer-nav .footer-nav-list .footer-nav-item:hover a{
    color: #FFFFFF;
    border-bottom: 1px solid #15499A;
}

.footer .footer-content .footer-contact{
    width: 25%;
    float: left;
    margin-left: 5%;
}

.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 0;
    background-size: 24px;
}
.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;
}
.footer .footer-content .footer-work .footer-work-submit a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 20px;
    line-height: 45px;
}
.footer .footer-content .footer-work .footer-work-submit .footer-work-submit-text{
    font-weight: bold;
    font-size: 12px;
    color: #1A1A1A;
}
.footer .footer-content .footer-work .footer-work-submit img{
    width: 30px;
    height: 30px;
}
.footer-bottom{
    width: 100%;
    background: #303030;
}
.footer-bottom .footer-bottom-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .footer-bottom-content .footer-bottom-company{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 50px;
}
.footer-bottom .footer-bottom-content .footer-link{
    display: flex;
}
.footer-bottom .footer-bottom-content .footer-link .footer-link-item{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.footer-bottom .footer-bottom-content .footer-link .footer-link-item:last-child{
    margin-right: 0;
}
.footer-bottom .footer-bottom-content .footer-link .footer-link-item img{
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .footer .footer-content,
    .footer-bottom .footer-bottom-content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .footer .footer-content,
    .footer-bottom .footer-bottom-content{
        width: 700px;
    }
    .footer .footer-content .footer-work{
        display: none;
    }
    .footer .footer-content .footer-company{
        width: 30%;
    }
    .footer .footer-content .footer-nav{
        width: 30%;
    }
    .footer .footer-content .footer-contact{
        width: 30%;
        margin-left: 0;
    }
}



.right_fix {
    width: 64px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    box-shadow: 0 3px 21px 1px rgba(0,0,0,0.15);
    background: rgba(0, 0, 0, 0.75);
}
.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: #FFFFFF;
    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: -162px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 220px;
    left: -222px;
}
.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-left: 15px solid #FFFFFF;
    position: absolute;
    right: -11px;
    width: 0;
    height: 0;
    top: 15px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-size: 16px;
    color: #262626;
    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: #262626;
}

.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_line {
    width: 50px;
    height: 1px;
    background: rgba(242, 242, 242, 0.2);
    margin: 0 auto;
}

/*弹窗*/
.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;
}