*, 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;
}
a {
    color: #337ab7;
    text-decoration: none;
}

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

body{
    margin-top: 116px;
}
.header{
    width: 100%;
    height: 116px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .header-top{
    width: 1200px;
    height: 66px;
    margin: 0 auto;
}
.header .header-top .header-logo{
    width: 133px;
    margin: 10px 0;
    float: left;
}
.header .header-top .header-logo img{
    width: 100%;
    height: 100%;
}

.header .header-top .header-right{
    float: right;
    display: flex;
}
.header .header-top .header-right .header-contact{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 66px;
}
.header .header-top .header-right .header-contact.header-contact-whatsapp{
    background-image: url("../images/header-whatsapp-black.webp");
}
.header .header-top .header-right .header-contact.header-contact-email{
    background-image: url("../images/header-email-black.webp");
    margin-left: 40px;
}
.header .header-top .header-right .header-contact a{
    font-size: 14px;
    color: #1A1A1A;
}
.header .header-top .header-right .header-top-line{
    width: 1px;
    height: 67px;
    background: #EBEBEB;
    margin: 0 20px;
}
.header .header-top .header-right .header-search{
    width: 18px;
    height: 66px;
    background: url("../images/search.webp") no-repeat left center;
    cursor: pointer;
}
.header .header-top .header-right .header-quote{
    width: 120px;
    height: 67px;
    background: #0C5BE2;
    text-align: center;
    line-height: 66px;
    font-size: 14px;
    margin-left: 20px;
}
.header .header-top .header-right .header-quote a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.header .header-line{
    width: 100%;
    height: 1px;
    background: rgba(206, 206, 206, 0.4);
}

.header .header-bottom{
    width: 1200px;
    height: 49px;
    margin: 0 auto;
}
.header .header-bottom .header-nav-list{
    float: left;
}
.header .header-bottom .header-nav-item{
    height: 49px;
    font-size: 16px;
    line-height: 49px;
    float: left;
    margin-right: 40px;
}
.header .header-bottom .header-nav-item a{
    color: #1A1A1A;
    display: block;
    width: 100%;
    height: 100%;
}
.header .header-bottom .header-nav-item:hover>a{
    color: #0C5BE2!important;
}

.header .header-bottom .header-link{
    float: right;
}
.header .header-bottom .header-link .header-link-item{
    width: 24px;
    height: 24px;
    float: left;
    margin: 13px 0 12px 16px;
}
.header .header-bottom .header-link .header-link-item img{
    width: 100%;
    height: 100%;
}


.sub-nav{
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 116px;
    left: 0;
    z-index: -1;
    display: none;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}
.sub-nav .sub-nav-content{
    width: 1200px;
    margin: 60px auto 30px;
    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: 40px;
    color: #262626;
    line-height: 28px;
}
.sub-nav .sub-nav-content .sub-nav-line{
    width: 2px;
    height: 206px;
    background: #D8D8D8;
    margin: 0 110px 0 50px;
}
.sub-nav .sub-nav-content .sub-nav-list{

}
.sub-nav .sub-nav-content .sub-nav-list{
    display: flex;
    flex-wrap: wrap;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
    width: 180px;
    margin-right: 30px;
    margin-top: 20px;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(4n){
    margin-right: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(-n+4){
    margin-top: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item img{
    width: 100%;
    aspect-ratio: 180/135;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item .sub-nav-item-title{
    font-size: 14px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
}
.nav-item-product:hover .product-nav{
    display: block;
}





@media screen and (min-width: 1000px) and (max-width: 1440px){
    .header .header-top,
    .header .header-bottom,
    .sub-nav .sub-nav-content{
        width: 900px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 30px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 30px;
        height: 180px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 150px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1000px){
    .header .header-top,
    .header .header-bottom,
    .sub-nav .sub-nav-content{
        width: 700px;
    }
    .header .header-top .header-right .header-contact.header-contact-email{
        margin-left: 20px;
    }
    .header .header-top .header-right .header-top-line{
        margin: 0 10px;
    }
    .header .header-top .header-right .header-quote{
        margin-left: 10px;
        width: 100px;
    }
    .header .header-bottom .header-nav-item{
        margin-right: 20px;
        font-size: 14px;
    }
    .sub-nav .sub-nav-content{
        margin-top: 30px;
    }
    .sub-nav .sub-nav-content .sub-nav-title{
        font-size: 24px;
    }
    .sub-nav .sub-nav-content .sub-nav-line{
        margin: 0 20px;
        height: 140px;
    }
    .sub-nav .sub-nav-content .sub-nav-list .sub-nav-item{
        width: 120px;
        margin-right: 10px;
    }
}




.content{
    width: 1200px;
    margin: 40px auto;
}
.title{
    font-weight: bold;
    font-size: 40px;
    color: #1A1A1A;
    text-align: center;
    line-height: 44px;
    margin-bottom: 40px;
}
.crumb{
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #CECECE;
    line-height: 34px;
    font-size: 12px;
    color: #666666;
}
.crumb a{
    color: #666666;
}
.crumb span{
    color: #15499A;
}

@media screen and (min-width: 1000px) and (max-width: 1440px){
    .content{
        width: 900px;
        margin: 45px auto;
    }
    .title{
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    .banner .banner-text .banner-text-title{
        font-size: 45px;
    }
    .crumb{
        width: 900px;
    }
}

@media screen and (max-width: 1000px){
    .content{
        width: 700px;
        margin: 35px auto;
    }
    .title{
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 24px;
    }
    .banner .banner-text .banner-text-title{
        font-size: 35px;
    }
    .crumb{
        width: 700px;
    }
}



.footer{
    width: 100%;
    background-color: #363636;
    padding-top: 40px;
}
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-content .footer-products{
    width: 21%;
    float: left;
    margin-left: 7.4%;
}
.footer .footer-content .footer-products .footer-products-title,
.footer .footer-content .footer-contact .footer-contact-title{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 20px;
}
.footer .footer-content .footer-products .footer-products-list{
    width: 100%;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    background: url("../images/footer-more.webp") no-repeat 95% center;
    cursor: pointer;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item:hover {
    font-weight: bold;
}
.footer .footer-content .footer-contact{
    width: 23.5%;
    float: left;

}
.footer .footer-content .footer-contact .footer-contact-list{
    width: 100%;
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-item{
    width: 100%;
    margin-bottom: 20px;
    font-family: Arial, Arial;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    padding-left: 20px;
    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-contact .footer-contact-list .footer-contact-email,
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-tel{
    cursor: pointer;
}
.footer .footer-content .footer-contact .footer-contact-line1{
    width: 100%;
    height: 1px;
    background: #464646;
}
.footer .footer-content .footer-contact .footer-contact-line2{
    width: 100%;
    height: 1px;
    background: #242424;
    margin-bottom: 20px;
}
.footer .footer-content .footer-contact .footer-link{

}
.footer .footer-content .footer-contact .footer-link .footer-link-title{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin: 20px 0 10px;
}
.footer .footer-content .footer-contact .footer-link .footer-link-list{
    display: flex;
}
.footer .footer-content .footer-contact .footer-link .footer-link-item{
    margin-right: 20px;
}
.footer .footer-content .footer-form{
    width: 32%;
    float: left;
    margin-left: 5%;
}
.footer .footer-content .footer-form .footer-form-item{
    width: 100%;
    color: #FFFFFF;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    width: 30%;
    float: left;
}
.footer .footer-content .footer-form .footer-form-item input{
    width: 70%;
    height: 22px;
    border: none;
    background-color: transparent;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 10px;
}
.footer .footer-content .footer-form .footer-form-item input:focus{
    outline: none;
}
.footer .footer-content .footer-form .footer-form-item .intl-tel-input{
    width: 70%;
}
.footer .footer-content .footer-form .footer-form-item .intl-tel-input input{
    width: 100%;
    padding-left: 60px;
}
.footer .footer-content .footer-form .footer-form-line{
    width: 100%;
    height: 1px;
    background-color: #646464;
    margin: 15px 0;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    font-size: 16px;
    color: #0C5BE2;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.footer .footer-content .footer-line1{
    width: 1px;
    height: 284px;
    background: #464646;
    float: left;
    margin-left: 5%;
}
.footer .footer-content .footer-line2{
    width: 1px;
    height: 284px;
    background: #242424;
    float: left;
}

.footer .footer-bottom{
    width: 100%;
    height: 56px;
    background: #0C5BE2;
    margin-top: 40px;
}
.footer .footer-nav{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer .footer-nav .footer-nav-title{
    float: left;
    line-height: 56px;
    font-size: 14px;
    color: #FFFFFF;
}
.footer .footer-nav .footer-nav-list{
    float: right;
    margin-left: 40px;
}
.footer .footer-nav .footer-nav-item{
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;;
}
.footer .footer-nav .footer-nav-item a{
    float: left;
}
.footer .footer-nav .footer-nav-item .footer-nav-item-line{
    width: 1px;
    height: 6px;
    background-color: #FFFFFF;
    margin: 25px 20px;
    float: left;
}
.footer .footer-nav .footer-nav-item a{
    color: #FFFFFF;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .footer .footer-content{
        width: 900px;
    }
    .footer .footer-content .footer-nav .footer-nav-item .footer-nav-item-line{
        margin: 17px 10px;
    }
    .header-down .header-down-right-product .nav-item{
        font-size: 12px;
    }
    .header-down .nav-item-search input,
    .header-down .nav-item-search input::placeholder
    {
        font-size: 12px;
    }
    .header-down .nav-item-search .nav-item-search-icon{
        width: 12px;
        height: 12px;
        top: 27px;
    }
    .header-up-right ul li a{
        font-size: 12px;
    }
    .header .header-up .header-up-left{
        font-size: 12px;
    }
    .header-up-right .header-up-right-item-lang{
        font-size: 10px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
        font-size: 16px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    .footer .footer-nav{
        width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer .footer-content{
        width: 700px;
    }
    .footer .footer-content .footer-nav .footer-nav-item .footer-nav-item-line{
        margin: 17px 10px;
    }
    .header-down .header-down-right-product .nav-item{
        font-size: 10px;
    }
    .header-down .nav-item-search input,
    .header-down .nav-item-search input::placeholder
    {
        font-size: 10px;
    }
    .header-down .nav-item-search .nav-item-search-icon{
        width: 10px;
        height: 10px;
        top: 27px;
    }
    .header-up-right ul li a{
        font-size: 10px;
    }
    .header.header-active .header-up-right .header-up-right-item-lang{
        font-size: 10px;
    }
    .header .header-up .header-up-left{
        font-size: 10px;
    }
    .header-up-right .header-up-right-item-lang{
        font-size: 10px;
    }
    .header-down .header-down-right{
        width: 80%;
    }
    .header-down .header-down-left{
        width: 150px;
        height: auto;
        margin-top: 20px;
    }
    .footer .footer-content .footer-products .footer-products-title, .footer .footer-content .footer-contact .footer-contact-title{
        font-size: 18px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
        font-size: 16px;
    }
    .footer .footer-content .footer-contact .footer-contact-list .footer-contact-item{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .footer .footer-content .footer-nav .footer-nav-item{
        font-size: 12px;
    }
    .footer .footer-content .footer-nav .footer-logo{
        /*display: none;*/
        width: 120px;
        margin-top: 8px;
        margin-right: 10px;
    }
    .footer .footer-content .footer-nav .footer-nav-list{
        margin-left: 0;
    }
    .footer .footer-content .footer-nav .footer-link .footer-link-item{
        margin-right: 10px;
    }
    .footer .footer-nav{
        width: 700px;
    }
    .footer .footer-nav .footer-nav-item{
        margin-right: 20px;
    }
    .footer .footer-nav .footer-nav-item:last-child{
        margin-right: 0;
    }
    .footer .footer-nav .footer-nav-item .footer-nav-item-line{
        margin: 25px 10px;
        display: none;
    }
}




.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: 400;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.banner .banner-text .banner-text-title {
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    font-style: normal;
    text-transform: none;
}

.banner .banner-text .banner-text-content {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}



.right_fix {
    width: 64px;
    height: 243px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

.right_fix .right_fix_connect {
    width: 64px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 61px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.right_fix .right_fix_connect .right_fix_box:last-child {
    margin-bottom: 0;
}
.right_fix .right_fix_connect .right_fix_box::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 7px;
    bottom: 0;
}
.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 {
    /*margin-top: 4px;*/
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 164px;
    height: 64px;
    position: absolute;
    left: 68px;
    top: 0;
    background: #ffffff;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
}


.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    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 .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: 18px;
}

.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: #0C5BE2;
}

.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: #0C5BE2;
    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;

    }
}


@media only screen and (max-width: 900px) {
    .header .header-up .header-up-left{
        display: none;
    }
    .header-down{
        width: 100%;
    }
}


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

