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


.header{
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header .header-up{
    max-width: 90%;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
}
.header .header-up .header-up-left{
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    float: left;
}
.header-up-right{
    float: right;
}
.header-up-right ul li{
    float: left;
    margin-left: 20px;
    color: #FFFFFF;
}
.header-up-right ul li a{
    color: #FFFFFF;
    font-size: 14px;
}

.header-up-right .header-up-right-item{
    padding-left: 20px;
    cursor: pointer;
}
.header-up-right .header-up-right-item-whatsapp{
    background: url(../images/header-whatsapp.webp) no-repeat left center;
}
.header-up-right .header-up-right-item-email{
    background: url(../images/header-email.webp) no-repeat left center;
}
.header-up-right .header-up-right-item-lang{
    background: url(../images/header-lang.webp) no-repeat left center;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown-icon{
    margin-top: 23px;
    margin-right: -15px;
    float: right;
    width: 9px;
    height: 6px;
    background: url(../images/header-dropdown.webp) no-repeat;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown{
    display: none;
    position: absolute;
    top: 48px;
    left: -10%;
    width: 120%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    z-index: 999;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown::-webkit-scrollbar {width:3px;height:1px;}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown::-webkit-scrollbar-thumb {background:#666;}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown::-webkit-scrollbar-track {background:rgba(255,255,255,0.5);}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item a{
    display: block;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item:last-child {
    border-bottom: none;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item:hover a {
    background: #E60012;
    color: #fff;
}

.header-line{
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
}
.header-line.header-down-line{
    display: none;
}

.header-down{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    height: 66px;
    overflow: hidden;
}
.header-down .header-down-left{
    float: left;
    margin-top: 13px;
}
.header-down .header-down-left img{
    width: 100%;
}
.header-down .header-down-right{
    float: right;
    width: 70%;
}

.header-down .header-down-right-product .nav-item{
    float: left;
    font-family: Arial, Arial;
    font-size: 16px;
    line-height: 66px;
    width: 14.28%;
    border-right: 1px solid rgba(255,255,255,0.4);
}
.header-down .header-down-right-product .nav-item:first-child{
    border-left: 1px solid rgba(255,255,255,0.4);
}
.header-down .header-down-right-product .nav-item-product:hover,
.header-down .header-down-right-product .nav-item-product.active{
    /*background: #E60012;*/
}
.header-down .header-down-right-product .nav-item a{
    color: #fff;
}
.header-down .header-down-right-product .nav-item-product:hover a,
.header-down .header-down-right-product .nav-item-product.active a{
    color: #E60012 !important;
}
.header-down .nav-item-search{
    position: relative;
}
.header-down .nav-item-search input{
    width: 100%;
    padding-left: 10px;
    background-color: rgba(255,255,255,0.3);
    border-width: 0;
    color:#fff;
}
.header-down .nav-item-search input::placeholder{
    color:#fff;
    font-size: 14px;
}

.header-down .nav-item-search input:focus{
    outline: none;
    box-shadow: none;
}
.header-down .nav-item-search .nav-item-search-icon{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 23px;
    right: 5px;
    background: url(../images/search.webp) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.header-down .header-down-right .nav-item-quote{
    background: linear-gradient( -90deg, #F39800 0%, #E60012 100%);
}
.header-down .header-down-right .nav-item-quote a{
    color: #FFFFFF !important;
}

/** header active styles **/
.header.header-active{
    background-color: #fff;
}
.header.header-active .header-up .header-up-left,
.header.header-active .header-up-right ul li,
.header.header-active .header-up-right ul li a,
.header.header-active .header-down .header-down-right-product .nav-item a
{
    color: #262626;
}
.header.header-active .header-up-right .header-up-right-item-whatsapp{
    background-image: url("../images/header-whatsapp-black.webp");
}
.header.header-active .header-up-right .header-up-right-item-email{
    background-image: url("../images/header-email-black.webp");
}
.header.header-active .header-up-right .header-up-right-item-lang{
    background-image: url("../images/header-lang-black.webp");
}
.header.header-active .header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown-icon{
    background-image: url("../images/header-dropdown-black.webp");
}
.header.header-active .header-down .nav-item-search .nav-item-search-icon{
    background-image: url("../images/search-orange.webp");
}
.header.header-active .header-line {
    background-color: #E6E6E6;
}
.header.header-active .header-down .header-down-right-product .nav-item{
    border-right-color: #E6E6E6;
}
.header.header-active .header-down .header-down-right-product .nav-item:first-child{
    border-left-color: #E6E6E6;
}
.header.header-active .header-down .nav-item-search input{
    color: #F39800;
}
.header.header-active .header-down .nav-item-search input::placeholder{
    color:#F39800;
}


.title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    text-align: center;
}


.footer{
    width: 100%;
    background-color: #262626;
    padding: 60px 0 40px;
}
.footer .footer-content{
    width: 70%;
    margin: 0 auto;
}
.footer .footer-content .footer-products{
    width: 21%;
    float: left;
}
.footer .footer-content .footer-products .footer-products-title,
.footer .footer-content .footer-contact .footer-contact-title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 30px;
}
.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-family: Arial, Arial;
    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;
    margin-left: 12.4%;
}
.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-repeat: no-repeat;
    background-position: left 5px;
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-email{
    background-image: url("../images/footer-email.webp");
    cursor: pointer;
}
.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");
    cursor: pointer;
}
.footer .footer-content .footer-contact .footer-contact-list .footer-contact-wechat{
    background-image: url("../images/footer-wechat.webp");
}
.footer .footer-content .footer-form{
    width: 33%;
    float: left;
    margin-left: 10%;
}
.footer .footer-content .footer-form .footer-form-item{
    width: 100%;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
    font-family: Arial, Arial;
    font-size: 20px;
    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: #262626;
    font-family: Arial, Arial;
    font-size: 20px;
    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-feedback-tel .intl-tel-input{
    width: 70%;
}
.footer .footer-content .footer-form .footer-feedback-tel input{
    padding-left: 50px;
    width: 100%;
}
.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: 60px;
    background: linear-gradient( 90deg, #E60012 0%, #F39800 100%);
    font-family: Arial, Arial;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.footer .footer-content .footer-nav{
    width: 100%;
    margin-top: 60px;
    height: 40px;
}
.footer .footer-content .footer-nav .footer-logo{
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.footer .footer-content .footer-nav .footer-nav-list{
    float: left;
    margin-left: 40px;
}
.footer .footer-content .footer-nav .footer-nav-item{
    float: left;
    font-family: Arial, Arial;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;;
}
.footer .footer-content .footer-nav .footer-nav-item a{
    float: left;
}
.footer .footer-content .footer-nav .footer-nav-item .footer-nav-item-line{
    width: 1px;
    height: 6px;
    background-color: #FFFFFF;
    margin: 17px 20px;
    float: left;
}
.footer .footer-content .footer-nav .footer-nav-item a{
    color: #FFFFFF;
}
.footer .footer-content .footer-nav .footer-nav-item a:hover{
    color: #F39800;
}
.footer .footer-content .footer-nav .footer-link{
    width: 16%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.footer .footer-content .footer-nav .footer-link .footer-link-item{
    margin-right: 16px;
}
.footer .footer-line{
    width: 100%;
    height: 1px;
    background-color: #646464;
    margin: 20px 0;
}
.footer .footer-site_name{
    width: 100%;
    height: 40px;
    background-color: #262626;
    font-family: Arial, Arial;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .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: 14px;
    }
    .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: 14px;
        height: 14px;
        top: 27px;
    }
}
@media only screen and (min-width: 1050px) and (max-width: 1440px) {
    .footer .footer-content .footer-nav .footer-nav-item .footer-nav-item-line{
        margin: 17px 5px;
    }
    .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;
    }
}

@media only screen and (max-width: 1050px) {
    .footer .footer-content .footer-nav .footer-nav-item .footer-nav-item-line{
        margin: 17px 5px;
    }
    .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;
    }
    .footer .footer-content .footer-nav .footer-nav-item{
        font-size: 12px;
    }
    .footer .footer-content .footer-nav .footer-logo{
        display: none;
    }
    .footer .footer-content .footer-nav .footer-nav-list{
        margin-left: 0;
    }
    .footer .footer-content .footer-nav .footer-link .footer-link-item{
        margin-right: 10px;
    }
}




.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;
}

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

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



.right_fix {
    width: 70px;
    height: 280px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -143px;
    z-index: 999;
}

.right_fix .right_fix_connect {
    width: 70px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 70px;
    height: 70px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    position: relative;
}

.right_fix .right_fix_connect .right_fix_box:last-child {
    border: none;
}

.right_fix .right_fix_connect .right_fix_box img {
    width: 30px;
    height: 30px;
    margin-top: 12px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    margin-top: 2px;
    color: #333333;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 180px;
    height: 70px;
    position: absolute;
    right: 74px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 224px;
}


.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-family: DIN, DIN;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 10px;
    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: 7px;
}

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

.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: 20px;
}
.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, #FFE8EA 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: 40px;
}

.popover_wrap .popover_container .popover_content .popover_title h1 {
    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;
    margin-bottom: 40px;
}

.popover_wrap .popover_container .popover_content .popover_contact{
    width: 40%;
    height: 340px;
    float: left;
    padding: 20px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #F0F0F0;
}
.popover_wrap .popover_container .popover_content .popover_contact h1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #262626;
}
.popover_wrap .popover_container .popover_content .popover_contact p{
    font-family: Arial, Arial;
    font-size: 20px;
    color: #262626;
    line-height: 28px;
    margin-top: 15px;
    padding-left: 40px;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_email{
    background: url("../images/popover-email.webp") no-repeat left center;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_address{
    background: url("../images/popover-location.webp") no-repeat left 5px;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_tel{
    background: url("../images/popover-tel.webp") no-repeat left center;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_wechat{
    background: url("../images/popover-wechat.webp") no-repeat left center;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_whatsapp{
    background: url("../images/popover-whatsapp.webp") no-repeat left center;
}

.popover_wrap .popover_container .popover_content .popover_form {
    width: 57%;
    float: left;
    margin-left: 3%;

}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email{
    width: 47%;
    float: left;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_email{
    margin-left: 6%;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    padding-left: 20px;
    border: 1px solid #F0F0F0;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone{
    width: 100%;
    margin-top: 20px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #F0F0F0;
    padding-left: 50px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone .intl-tel-input{
    width: 100%;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 10px 20px;
    border: 1px solid #F0F0F0;
    resize: none;
}

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

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: linear-gradient( 90deg, #E60012 0%, #F39800 100%);
    border-radius: 30px 30px 30px 30px;
    border-width: 0;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}


@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 .popover_contact{
        height: 260px;
        padding: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact p{
        margin-top: 7px;
        font-size: 16px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact{
        height: 260px;
    }
    .popover_wrap .popover_container .popover_content{
        width: 900px;
        margin-left: 30px;
        margin-top: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h1{
        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 .popover_form_email{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 140px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 180px;
        margin-top: 20px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 180px;
        height: 50px;
    }
}

@media only screen and (min-width: 900px) 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 h1{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact{
        height: 230px;
        padding: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_contact p{
        margin-top: 5px;
        font-size: 12px;
        line-height: 24px;
    }
    .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{
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email{
        margin-top: 10px;
    }
    .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: 10px;
    }
    .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%;
    }
}


.page-link{
    color: #E60012;
}
.page-link:hover{
    color: #E60012;
}