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

body {
    font-family: Roboto;
    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;
}

@font-face {
    font-family: 'iconfont';
    src: url('../icon/iconfont.woff2?t=1733205380031') format('woff2'),
    url('../icon/iconfont.woff?t=1733205380031') format('woff'),
    url('../icon/iconfont.ttf?t=1733205380031') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    width: 100%;
    height: 115px;
    color: #fff;
    font-size: 16px;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
}
.header .header-top{
    width: 100%;
    height: 43px;
}
.header .header-top .header-top-left{
    float: left;
    margin-left: 40px;
    font-size: 14px;
    line-height: 43px;
}
.header .header-top .header-top-right{
    float: right;
    margin-right: 40px;
    font-size: 14px;
    line-height: 43px;
}
.header .header-line{
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.header .header-content {
    width: 100%;
    height: 68px;
    line-height: 68px;
}

.header .logo {
    width: 248px;
    float: left;
    margin-left: 40px;
    vertical-align: middle;
}

.header .logo a img {
    width: 100%;
    height: 100%;
}

.header .nav {
    height: 68px;
    float: right;
}

.header .nav li {
    float: left;
    border-left: rgba(255, 255, 255, 0.2) 2px solid;
}

.header .nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto, Roboto;
    text-transform: none;
    line-height: 68px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.header .nav li a.nav-title:hover {
    color: #1562C5!important;
}


.header .nav .nav-sub {
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    color: #333;
    width: 100%;
    height: 320px;
    padding: 40px 0;
    display: none;
    background-color: #fff;
    box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.16);
}

.header .nav .product-nav {
    padding-top: 0;
}

.header .nav .product-nav .nav-sub-ul {
    width: 100%;
    padding: 0 240px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center; !* 居中所有行 *!*/
}

.header .nav .product-nav .nav-sub-ul:after {
    content: "";
    flex: 0 0 auto;
    visibility: hidden;
}

.header .nav .product-nav .nav-sub-ul li {
    width: 25%;
    height: 60px;
    float: left;
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
    flex: 0 0 25%; /* 每个li占父容器的25%宽度，即每行4个 */
    box-sizing: border-box;
}

.header .nav .product-nav .nav-sub-ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.header .nav .product-nav .nav-sub-ul li .nav-sub-title {
    font-family: Roboto, Roboto;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    margin-left: 20px;
    float: left;
    text-align: left;
}

.header .nav .product-nav .nav-sub-ul li:hover .nav-sub-title {
    color: #1562C5;
}

.header .nav .nav-sub {

}

.header .nav .nav-sub .nav-sub-left {
    width: 50%;
    line-height: 240px;
    text-align: center;
    float: left;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    font-style: normal;
    text-transform: none;
}

.header .nav .nav-sub .nav-sub-line {
    width: 1px;
    height: 240px;
    background: #DCDCDC;
    float: left;
}

.header .nav .nav-sub .nav-sub-right {
    float: left;
    margin-left: 100px;
}

.header .nav .nav-sub .nav-sub-right .nav-sub-item {
    float: none;
    margin-top: 20px;
    height: 24px;
    margin-left: 0;
}

.header .nav .nav-sub .nav-sub-right .nav-sub-item a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.header .nav .nav-sub .nav-sub-right .nav-sub-item:first-child {
    margin-top: 0;
}

.header .nav .nav-sub .nav-sub-right .nav-sub-item:hover a {
    color: #1562C5;
}


.top-contact_warp{
    float: right;
    height: 68px;
}
.top-contact_warp .top_contact{
    margin: 0 auto;
    color: #fff;
}
.top-contact_warp .top_contact .top_contact_item{
    float: right;
    cursor: pointer;
    width: 104px;
    padding: 0 40px;
    text-align: center;
    border-left: rgba(255, 255, 255, 0.2) 2px solid;
}
.top-contact_warp .top_contact .top_contact_item img{
    width: 100%;
    height: 100%;
}
.top-contact_warp .top_contact .top_contact_item .top_contact_item_active{
    display: none;
}
.top-contact_warp .top_contact .top_contact_wechat{
    position: relative;
}
.top-contact_warp .top_contact .top_contact_item .wechat-img{
    display: none;
    position: absolute;
    left: -9px;
    width: 120px;
    height: 120px;
    box-shadow: 0px 30px 50px rgb(0 0 0 / 20%);
}
.top-contact_warp .top_contact .top_contact_item .wechat-img:before{
    content: '';
    position: absolute;
    top: -19px;
    left: 45%;
    border-left: .6em solid transparent;
    border-bottom: .6em solid transparent;
    border-right: .6em solid transparent;
    border-top: .6em solid transparent;
    border-bottom-color: #014099;
}
.top-contact_warp .top_contact .top_contact_item:hover .wechat-img{
    display: block;
}

@media only screen and (min-width: 1540px) and (max-width: 1720px) {
    .header .header-top .header-top-left{
        margin-left: 30px;
    }
    .header .header-top .header-top-right{
        margin-right: 30px;
    }
    .header .logo{
        margin-left: 30px;
    }
    .header .nav li a{
        padding: 0 20px;
        font-size: 16px;
    }
    .top-contact_warp .top_contact .top_contact_item{
        width: 84px;
        padding: 0 30px;
    }
    .header .nav .product-nav .nav-sub-ul{
        padding: 0 80px;
    }
    .top-contact_warp .top_contact .top_contact_item .wechat-img{
        left: -20px;
    }
}

@media only screen and (min-width: 1340px) and (max-width: 1540px) {
    .header .header-top .header-top-left{
        margin-left: 20px;
    }
    .header .header-top .header-top-right{
        margin-right: 20px;
    }
    .header .logo{
        width: 160px;
        margin-left: 20px;
    }
    .header .nav li a{
        padding: 0 15px;
        font-size: 14px;
    }
    .top-contact_warp .top_contact .top_contact_item{
        width: 64px;
        padding: 0 20px;
    }
    .header .nav li a{
        font-size: 14px
    }
    .header .nav .product-nav .nav-sub-ul{
        padding: 0 60px;
    }
    .header .nav .product-nav .nav-sub-ul li img{
        width: 40px;
        height: 40px;
    }
    .header .nav .product-nav .nav-sub-ul li .nav-sub-title{
        font-size: 14px;
        /*line-height: 40px;*/
    }
    .top-contact_warp .top_contact .top_contact_item .wechat-img{
        left: -32px;
    }
}
@media only screen and (min-width: 1080px) and (max-width: 1340px) {
    .header .header-top .header-top-left{
        margin-left: 10px;
    }
    .header .header-top .header-top-right{
        margin-right: 10px;
    }
    .header .logo{
        width: 120px;
        margin-left: 10px;
    }
    .header .nav li a{
        padding: 0 10px;
        font-size: 12px;
    }
    .top-contact_warp .top_contact .top_contact_item{
        width: 44px;
        padding: 0 10px;
    }
    .header .nav li a{
        font-size: 12px
    }
    .header .nav .product-nav .nav-sub-ul{
        padding: 0 60px;
    }
    .header .nav .product-nav .nav-sub-ul li img{
        width: 40px;
        height: 40px;
    }
    .header .nav .product-nav .nav-sub-ul li .nav-sub-title{
        font-size: 14px;
        /*line-height: 40px;*/
    }
    .top-contact_warp .top_contact .top_contact_item .wechat-img{
        left: -42px;
    }
}


@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .header .header-top .header-top-left{
        margin-left: 10px;
    }
    .header .header-top .header-top-right{
        margin-right: 10px;
    }
    .header .logo{
        width: 100px;
        margin-left: 10px;
    }
    .header .nav li a{
        padding: 0 2px;
        font-size: 12px;
    }
    .top-contact_warp .top_contact .top_contact_item{
        width: 34px;
        padding: 0 5px;
    }
    .header .nav li a{
        font-size: 12px
    }
    .header .nav .product-nav .nav-sub-ul{
        padding: 0 60px;
    }
    .header .nav .product-nav .nav-sub-ul{
        padding: 0 60px;
    }
    .header .nav .product-nav .nav-sub-ul li img{
        width: 40px;
        height: 40px;
    }
    .header .nav .product-nav .nav-sub-ul li .nav-sub-title{
        font-size: 14px;
        /*line-height: 40px;*/
    }
    .top-contact_warp .top_contact .top_contact_item .wechat-img{
        left: -48px;
    }
}


.content-title {
    width: 1440px;
    height: 51px;
    margin: 0 auto 60px;
    position: relative;
}

.content-title.margin80 {
    margin-top: 80px;
}

.content-title .content-title-line {
    width: 100%;
    height: 1px;
    background: #8E8E8E;
    position: absolute;
    top: 25px
}

.content-title .content-title-text {
    font-family: Roboto;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    line-height: 51px;
    font-style: normal;
    text-transform: none;
    float: left;
    padding: 0 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    white-space: nowrap;
}

.content-title .content-title-text.choose-content-title {
    background-color: #F3F2F9;
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .content-title {
        width: 1080px;
    }
    .content-title .content-title-text{
        font-size: 36px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .content-title {
        width: 800px;
    }
    .content-title .content-title-text{
        font-size: 30px;
    }
}


.footer {
    width: 100%;
    height: 521px;
    background: #212121;
    padding-top: 30px;
}

.footer .footer-logo {
    width: 248px;
    margin: 0 auto;
}

.footer .footer-logo img {
    width: 100%;
    height: 100%;
}

.footer .footer-line {
    width: 100%;
    height: 1px;
    background-color: rgba(246, 246, 246, 0.3);
    margin: 30px auto;
}

.footer .footer-content {
    width: 1440px;
    margin: 0 auto;
}

.footer .footer-content .footer-contact {
    width: 325px;
    float: left;
}

.footer .footer-content .footer-contact .footer-contact-title,
.footer .footer-content .footer-product .footer-product-title {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .footer-content .footer-content-line {
    width: 36px;
    height: 4px;
    background: #1562C5;
    margin-top: 10px;
}

.footer .footer-content .footer-contact .footer-contact-item {
    width: 100%;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.footer .footer-content .footer-contact .footer-contact-item img {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    float: left;
}

.footer .footer-content .footer-contact .footer-contact-item .footer-contact-item-content {
    margin-left: 26px;
    opacity: 0.6;
}

.footer .footer-content .footer-contact .footer-contact-item .footer-contact-item-content,
.footer .footer-content .footer-contact .footer-contact-item .footer-contact-item-content a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .footer-content .footer-contact-social {
    margin-top: 30px;
}

.footer .footer-content .footer-contact-social img {
    float: left;
    margin-right: 30px;
}

.footer .footer-content .footer-product {
    float: left;
    margin-left: 30px;
    width: 582px;
}

.footer .footer-content .footer-product .footer-product-content {
    margin: 0;
    padding: 0;
}

.footer .footer-content .footer-product .footer-product-content-left,
.footer .footer-content .footer-product .footer-product-content-right {
    float: left;
}

.footer .footer-content .footer-product .footer-product-content-right {
    margin-left: 30px;
}

.footer .footer-content .footer-product .footer-product-content-left .footer-product-item,
.footer .footer-content .footer-product .footer-product-content-right .footer-product-item {
    width: 270px;
    margin-top: 20px;
}

.footer .footer-content .footer-product .footer-product-content-left .footer-product-item .footer-product-item-title,
.footer .footer-content .footer-product .footer-product-content-right .footer-product-item .footer-product-item-title {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FEFEFE;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
    margin: 0;
    opacity: 0.6;
}

.footer .footer-content .footer-product .footer-product-content-left .footer-product-item img,
.footer .footer-content .footer-product .footer-product-content-right .footer-product-item img {
    float: right;
    margin-top: 5px;
}

.footer .footer-content .footer-product .footer-product-content-left .footer-product-item:hover .footer-product-item-title,
.footer .footer-content .footer-product .footer-product-content-right .footer-product-item:hover .footer-product-item-title {
    opacity: 1;
}

.footer .footer-content .footer-feedback {
    width: 443px;
    margin-top: 70px;
    margin-left: 30px;
    float: left;
}

.footer .footer-content .footer-feedback .footer-feedback-item {
    position: relative;
    font-family: Roboto, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .footer-content .footer-feedback .footer-feedback-item input {
    position: absolute;
    left: 95px;
    border: none;
    background: none;
    outline: none;
    color: #FFFFFF;
}

.footer .footer-content .footer-feedback .footer-feedback-item input:focus {
    border: none;
}
.footer .footer-content .footer-feedback .footer-feedback-tel input{
    left: 0;
}
.footer .footer-content .footer-feedback .footer-feedback-tel .intl-tel-input {
    position: absolute;
    left: 95px;
    height: 20px;
}
.footer .footer-content .footer-feedback .footer-feedback-tel .country-list {
    background-color: #262626;
    max-width: 500px;
}

.footer-feedback-line {
    width: 100%;
    height: 1px;
    background-color: rgba(246, 246, 246, 0.3);
    margin: 15px 0;
}

.footer .footer-content .footer-feedback .footer-feedback-item img {
    position: absolute;
    right: 0;
    top: 4px;
}

.footer .footer-content .footer-feedback .footer-feedback-btn {
    width: 100%;
    height: 60px;
    background: #1562C5;
    border: none;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .footer .footer-content{
        width: 1080px;
    }
    .footer .footer-content .footer-product{
        width: 282px;
        margin-left: 20px;
    }
    .footer .footer-content .footer-product .footer-product-content-left,
    .footer .footer-content .footer-product .footer-product-content-right{
        float: none;
    }
    .footer .footer-content .footer-product .footer-product-content-right{
        margin-left: 0;
    }
    .footer .footer-content .footer-product .footer-product-content-left .footer-product-item,
    .footer .footer-content .footer-product .footer-product-content-right .footer-product-item{
        margin-top: 16px;
    }
    .footer .footer-content .footer-feedback{
        width: 420px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .footer .footer-content{
        width: 800px;
    }
    .footer .footer-content .footer-contact{
        width: 275px;
    }
    .footer .footer-content .footer-contact .footer-contact-title,
    .footer .footer-content .footer-product .footer-product-title{
        font-size: 24px;
    }
    .footer .footer-content .footer-product{
        width: 242px;
        margin-left: 20px;
    }
    .footer .footer-content .footer-product .footer-product-content-left .footer-product-item,
    .footer .footer-content .footer-product .footer-product-content-right .footer-product-item{
        width: 242px;
    }
    .footer .footer-content .footer-product .footer-product-content-left,
    .footer .footer-content .footer-product .footer-product-content-right{
        float: none;
    }
    .footer .footer-content .footer-product .footer-product-content-right{
        margin-left: 0;
    }
    .footer .footer-content .footer-product .footer-product-content-left .footer-product-item,
    .footer .footer-content .footer-product .footer-product-content-right .footer-product-item{
        margin-top: 16px;
    }
    .footer .footer-content .footer-feedback{
        width: 243px;
        margin-left: 20px;
    }
    .footer .footer-content .footer-feedback .footer-feedback-item{
        font-size: 12px;
    }
    .footer .footer-content .footer-feedback .footer-feedback-item input{
        left: 70px;
    }
    .footer .footer-content .footer-feedback .footer-feedback-btn{
        font-size: 16px;
    }
}


.right_fix {
    width: 64px;
    position: fixed;
    right: 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: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 32px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.right_fix .right_fix_connect .right_fix_box:last-child {
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box img {
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-left: 17px;
}
.right_fix .right_fix_connect .right_fix_box img.active{
    display: none;
}

.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: 160px;
    height: 64px;
    position: absolute;
    left: 64px;
    top: 0;
    background: #FFFFFF;
    border-radius: 0 32px 32px 0;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 64px;
}


.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-family: Roboto, Roboto;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    text-align: left;
    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: 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.active .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_box.active{
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email.active{
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_form.active{
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box.active img.normal{
    display: none;
}
.right_fix .right_fix_connect .right_fix_box.active img.active{
    display: inline-block;
}


.banner {
    width: 100%;
    position: relative;;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-text {
    position: absolute;
    top: calc(50% + 30px);
    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: Roboto, Roboto;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    font-style: normal;
    text-transform: none;
}

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

.main-content {
    width: 1440px;
    margin: 30px auto;
}

.main-content .content-location {
    width: 100%;

}

.main-content .content-location .content-location-img {
    width: 12px;
    height: 16px;
    margin-top: 3px;
    float: left;
}

.main-content .content-location .content-location-text {
    margin-left: 20px;
}

.main-content .content-location .content-location-text,
.main-content .content-location .content-location-text a {
    color: #333333;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main-content .content-line {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px dashed #DCDCDC;
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .main-content{
        width: 1080px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .main-content{
        width: 800px;
    }
}



/*弹窗*/
.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: 0 auto;
    margin-top: 30px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: #003F9B;
    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;

    }
}