*, 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: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header .header-top{
    width: 1200px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #FFFFFF;
}
.header .header-top .header-top-link{
    float: right;
    margin-left: 20px;
}
.header .header-top .header-top-link .header-top-link-item{
    float: left;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    margin-top: 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.header .header-top .header-top-link .header-top-link-item.header-top-link-item-facebook{
    background-image: url(../images/header-facebook.webp);
}
.header .header-top .header-top-link .header-top-link-item.header-top-link-item-youtube{
    background-image: url(../images/header-youtube.webp);
}
.header .header-top .header-top-link .header-top-link-item.header-top-link-item-linkedin{
    background-image: url(../images/header-linkedin.webp);
}
.header .header-top .header-top-contact{
    float: right;
}
.header .header-top .header-top-contact .header-top-contact-item{
    float: left;
    margin-left: 30px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}
.header .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-wechat{
    background-image: url(../images/header-wechat.webp);
}
.header .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-whatsapp{
    background-image: url(../images/header-whatsapp.webp);
    cursor: pointer;
}
.header .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-tel{
    background-image: url(../images/header-tel.webp);
    cursor: pointer;
}


.header-bottom{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    height: 89px;
    background-color: #fff;
}
.header-bottom .header-logo{
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    width: 213px;
}
.header-bottom .header-logo img{
    width: 100%;
}
.header-bottom .header-nav{
    float: right;
}
.header-bottom .header-nav .header-nav-item{
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 90px;
    height: 88px;
    margin-right: 30px;
}
.header-bottom .header-nav .header-nav-item a{
    color: #1A1A1A;
}
.header-bottom .header-nav .header-nav-item:hover{
    border-bottom: 3px solid #E60012;
}

.sub-nav{
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 137px;
    left: 0;
    z-index: -1;
    display: none;
    box-shadow: 0px 2px 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 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: 150px;
    margin-right: 30px;
    margin-top: 20px;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(5n){
    margin-right: 0;
}
.sub-nav .sub-nav-content .sub-nav-list .sub-nav-item:nth-child(-n+5){
    margin-top: 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;
}
.header-nav-product:hover .product-nav{
    display: block;
}


/** header active styles **/
.header.header-active{
    background-color: #fff;
}
.header.header-active .header-content {
    border-bottom: 1px solid #D9D9D9;
}
.header.header-active .header-top{
    color: #1A1A1A;
}
.header.header-active .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-wechat{
    background-image: url("../images/header-wechat-black.webp");
}
.header.header-active .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-whatsapp{
    background-image: url("../images/header-whatsapp-black.webp");
}
.header.header-active .header-top .header-top-contact .header-top-contact-item.header-top-contact-item-tel{
    background-image: url("../images/header-tel-black.webp");
}
.header.header-active .header-top .header-top-link .header-top-link-item.header-top-link-item-facebook{
    background-image: url("../images/header-facebook-black.webp");
}
.header.header-active .header-top .header-top-link .header-top-link-item.header-top-link-item-youtube{
    background-image: url("../images/header-youtube-black.webp");
}
.header.header-active .header-top .header-top-link .header-top-link-item.header-top-link-item-linkedin{
    background-image: url("../images/header-linkedin-black.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;
}

@media screen and (min-width: 1000px) and (max-width: 1440px){
    .header .header-top,
    .header-bottom,
    .sub-nav .sub-nav-content{
        width: 900px;
    }
    .header-bottom .header-nav .header-nav-item{
        margin-right: 20px;
    }
    .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: 120px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1000px){
    .header .header-top,
    .header-bottom,
    .sub-nav .sub-nav-content{
        width: 700px;
    }
    .header-bottom .header-logo{
        width: 180px;
        margin-left: 10px;
        margin-top: 28px;
    }
    .header-bottom .header-nav .header-nav-item{
        margin-right: 10px;
    }
    .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: 96px;
        margin-right: 10px;
    }
}


.title{
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: #1A1A1A;
    text-align: center;
}
.description{
    font-size: 16px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
}


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

.footer{
    width: 100%;
    background-color: #0C0C0C;
    padding: 50px 0 0;
}
.footer .footer-content{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-content .footer-left{
    width: 74%;
    float: left;
}
.footer .footer-content .footer-left .footer-left-top{
}
.footer .footer-content .footer-left .footer-left-top .footer-logo{
    width: 240px;
    height: 42px;
    float: left;
}
.footer .footer-content .footer-left .footer-left-top .footer-logo img{
    width: 100%;
    height: 100%;
}
.footer .footer-content .footer-left .footer-left-top .footer-search{
    margin-left: 60px;
    margin-top: 4px;
    float: left;
    position: relative;
}
.footer .footer-content .footer-left .footer-left-top .footer-search input{
    width: 268px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: transparent;
    outline: none;
}
.footer .footer-content .footer-left .footer-left-top .footer-search input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-content .footer-left .footer-left-top .footer-search .footer-search-icon{
    position: absolute;
    top: 6px;
    right: 8px;
    width: 18px;
    height: 18px;
    background-image: url(../images/foot-search.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.footer .footer-content .footer-left .footer-left-line{
    width: 100%;
    height: 2px;
    position: relative;
    margin: 40px 0;
}
.footer .footer-content .footer-left .footer-left-line::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #373737;
}
.footer .footer-content .footer-left .footer-left-line::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #373737;
}

.footer .footer-content .footer-products{
    width: 35%;
    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 85% center;
    cursor: pointer;
}
.footer .footer-content .footer-products .footer-products-list .footer-products-item:hover {
    font-weight: bold;
}
.footer .footer-content .footer-services{
    width: 30%;
    float: left;
}

.footer .footer-content .footer-form{
    width: 35%;
    float: left;
}
.footer .footer-content .footer-form .footer-form-item{
    width: 100%;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    width: 24%;
    float: left;
}
.footer .footer-content .footer-form .footer-form-item input{
    width: 76%;
    height: 22px;
    border: none;
    background-color: transparent;
    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: 50px;
}
.footer .footer-content .footer-form .footer-form-line{
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 15px 0;
}
.footer .footer-content .footer-form .footer-form-item .footer-form-item-btn{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #E60012;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.footer .footer-vertical-line{
    width: 2px;
    height: 450px;
    float: left;
    margin: 0 2.5%;
    position: relative;
}
.footer .footer-vertical-line::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #373737;
}
.footer .footer-vertical-line::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #373737;
}

.footer .footer-right{
    width: 20%;
    font-size: 14px;
    color: #FFFFFF;
    float: right;
}
.footer .footer-right .footer-right-email{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
}
.footer .footer-right .footer-right-email .footer-right-email-icon{
    flex: none;
    width: 36px;
    height: 36px;
    background: url("../images/footer-email.webp") no-repeat center;
}
.footer .footer-right .footer-right-email .footer-right-email-text-content{
    font-size: 20px;
    color: #E60012;
    cursor: pointer;
}
.footer .footer-right .footer-right-item{
    margin-bottom: 20px;
    padding-left: 26px;
    background: url("../images/footer-address.webp") no-repeat 0 2px;
    cursor: pointer;
}
.footer .footer-right .footer-right-whatsapp{
    background-image: url("../images/footer-whatsapp.webp");
}
.footer .footer-right .footer-right-wechat{
    background-image: url("../images/footer-wechat.webp");
}
.footer .footer-right .footer-link{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.footer .footer-right .footer-link .footer-link-item{
    margin-right: 20px;
}


.footer .footer-line{
    width: 100%;
    height: 2px;
    margin-top: 50px;
    position: relative;
}
.footer .footer-line::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #373737;
}
.footer .footer-line::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #373737;
}

.footer .footer-nav{
    height: 76px;
    background-color: #061320;
}
.footer .footer-nav .footer-nav-list{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-nav .footer-nav-item{
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 76px;
    text-align: center;
    margin-right: 40px;
}
.footer .footer-nav .footer-nav-item a{
    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-form .footer-form-item .footer-form-item-btn{
        font-size: 14px;
    }
    .footer .footer-nav .footer-nav-item{
        font-size: 14px;
    }
    .footer .footer-right .footer-right-email .footer-right-email-text-content{
        font-size: 14px;
    }
    .footer .footer-content .footer-form .footer-form-item .footer-form-item-title{
        width: 28%;
    }
    .footer .footer-content .footer-form .footer-form-item input{
        width: 72%;
    }
    .footer .footer-nav .footer-nav-list{
        width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer .footer-content {
        width: 700px;
    }
    .footer .footer-content .footer-left{
        width: 65%;
    }
    .footer .footer-right{
        width: 28%;
    }
    .footer .footer-content .footer-left .footer-left-top .footer-logo{
        width: 130px;
        height: 20px;
    }
    .footer .footer-content .footer-left .footer-left-top .footer-search input{
        width: 160px;
    }
    .footer .footer-content .footer-products,
    .footer .footer-content .footer-services{
        width: 50%;
    }
    .footer .footer-content .footer-form{
        display: none;
    }
    .footer .footer-right .footer-right-email .footer-right-email-text-content{
        font-size: 16px;
    }
    .footer .footer-nav .footer-nav-item{
        font-size: 12px;
    }
    .footer .footer-line{
        margin-top: 10px;
    }
    .footer .footer-nav .footer-nav-list{
        width: 700px;
    }
}




.banner {
    width: 100%;
    position: relative;;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-text {
    position: absolute;
    top: calc(50% + 68px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    z-index: 1;
    line-height: 60px;
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .banner .banner-text {
        font-size: 40px;
        line-height: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .banner .banner-text {
        font-size: 30px;
        line-height: 45px;
    }
}



.right_fix {
    width: 64px;
    height: 243px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -143px;
    z-index: 999;
}

.right_fix .right_fix_connect {
    width: 64px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 60px;
    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: 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: 180px;
    height: 60px;
    position: absolute;
    left: 68px;
    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-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-right: 15px solid #FFFFFF;
    position: absolute;
    left: -11px;
    width: 0;
    height: 0;
    top: 16px;
}
.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: #F2F2F2;
    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, #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: 20px;
    padding-left: 40px;
}
.popover_wrap .popover_container .popover_content .popover_contact .popover_email{
    background: url("../images/popover-email.webp") no-repeat left center;
    cursor: pointer;
}
.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;
    cursor: pointer;
}
.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;
    cursor: pointer;
}

.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_phone{
    width: 47%;
    float: left;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone{
    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_phone 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_email{
    width: 100%;
    margin-top: 20px;
}
.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_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;
}