.w1200 {
    width: 1200px;
    margin: 0 auto
}

.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hoverimg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.hoverimg:hover>img {
    transform: scale(1.1)
}

.more_btn,
.more_item {
    display: none
}

.pub_title {
    text-align: center;
    position: relative
}

.pub_title h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: #000000;
    opacity: 0.06
}

.pub_title h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
    color: #333333
}

.small_title h3 {
    font-size: 30px;
    line-height: 30px
}

.small_title h2 {
    font-size: 70px;
    line-height: 70px
}

.croms {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(200, 200, 200, 0.35);
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    color: #666666
}

.croms .w80 {
    width: 80%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.croms .w1200 {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative
}

.croms .iconfont_home {
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 15px;
    background: url(../images/home.png) no-repeat center/100% 100%
}

.pro_content {
    padding: 40px 0 80px
}

.pro_content .product_box.mt10 {
    margin-top: 10px
}

.pro_content .product_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px
}

.pro_content .product_box .pro_lefts {
    width: 260px;
    flex: 0 0 260px;
    background-color: #4f9dd6;
    box-shadow: 0px 0px 8px 0px rgba(28, 82, 121, 0.14)
}

.pro_content .product_box .pro_lefts .pro_l_top {
    text-align: center;
    padding: 35px 0 30px
}

.pro_content .product_box .pro_lefts .pro_l_top .pro_enname {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 1px;
    color: #ffffff
}

.pro_content .product_box .pro_lefts .pro_l_top .pro_name {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff
}

.pro_content .product_box .pro_lefts .pro_l_top .line {
    width: 60px;
    height: 1px;
    background-color: #ffffff;
    margin: 15px auto 20px
}

.pro_content .product_box .pro_lefts .pro_item {
    padding: 0 5px
}

.pro_content .product_box .pro_lefts .pro_item .product_ul {
    background-color: #fff;
    padding: 5px
}

.pro_content .product_box .pro_lefts .pro_item .product_ul li {
    cursor: pointer;
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #e2f3ff;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 20px
}
.pro_content .product_box .pro_lefts .pro_item .product_ul li a {
    width: 80%;
    display: block;
}

.pro_content .product_box .pro_lefts .pro_item .product_ul li:not(:last-child) {
    margin-bottom: 5px
}

.pro_content .product_box .pro_lefts .pro_item .product_ul li:hover {
    background-color: #1f2d7f;
    color: #fff
}

.pro_content .product_box .pro_lefts .pro_item .product_ul li:hover::after {
    background-image: url(../images/arr1.png)
}

.pro_content .product_box .pro_lefts .pro_item .product_ul li:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5.5px;
    content: "";
    width: 7px;
    height: 11px;
    background: url(../images/arr.png) no-repeat center/100% 100%
}

.pro_content .product_box .pro_lefts .pro_lines {
    width: 100%;
    padding: 20px 0 30px;
    background: url(../images/proline.jpg) no-repeat center/100% 100%;
    text-align: center
}

.pro_content .product_box .pro_lefts .pro_lines img {
    max-width: 42px;
    max-height: 42px;
    margin: 0 auto;
    display: block
}

.pro_content .product_box .pro_lefts .pro_lines .p_hotline {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 17px 0 15px
}

.pro_content .product_box .pro_lefts .pro_lines .num_tel {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff
}

.pro_content .pro_rights {
    flex: auto;
    padding-left: 30px
}

.pro_content .pro_rights .hoverimg {
    height: 290px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0
}

.pro_content .pro_rights .pro_imgs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.pro_content .pro_rights .pro_imgs li {
    width: 290px;
    margin-bottom: 18px;
    margin-right: 20px;
}

.pro_content .pro_rights .pro_imgs li:nth-child(3n) {
    margin-right: 0px;
}

.pro_content .pro_rights .pro_imgs li:hover .pro_desc {
    background-color: #1f2d7f;
    box-shadow: 2px 1px 16px 0px rgba(5, 5, 5, 0.06)
}

.pro_content .pro_rights .pro_imgs li:hover .pro_desc h3,
.pro_content .pro_rights .pro_imgs li:hover .pro_desc p {
    color: #fff
}

.pro_content .pro_rights .pro_desc {
    padding: 20px 0;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pro_content .pro_rights .pro_desc h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pro_content .pro_rights .pro_desc p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product_detail_box {
    padding-left: 30px
}

.product_detail_box .pro_detail_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    text-align: center
}

.product_detail_box .pro_detail_line {
    width: 100px;
    height: 3px;
    background-color: #1f2d7f;
    margin: 18px auto 20px
}

.product_detail_box .pro_detail_img {
    width: 291px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.product_detail_box .pro_detail_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.product_detail_box .pub_pro_tit {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 40px
}

.product_detail_box .pub_pro_tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #1f2d7f
}

.product_detail_box .pub_pro_tit .pro_dine {
    background-color: #ccc;
    height: 2px;
    flex: auto;
    width: 63%
}

.product_detail_box .pub_pro_tit h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1f2d7f;
    margin-right: 12px;
    flex: 1 0 auto
}

.product_detail_box .pub_pro_tit span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #cccccc;
    flex: 1 0 auto
}

.product_detail_box .pro_styles {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
}

.product_detail_box .pro_styles p {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.product_detail_box .pro_styles p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.map_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.map_content .map_left {
    width: 800px
}

.map_content #dituContent_1 {
    width: 100%;
    height: 280px
}

.map_content .map_right {
    flex: 0 0 320px;
    margin-left: 35px
}

.map_content .map_right h3 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 7px
}

.map_content .map_right span {
    font-size: 14px;
    color: #999999
}

.map_content .map_right .right_p {
    margin-top: 36px;
    margin-bottom: 38px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666
}

.map_content .map_right .right_p b {
    font-size: 16px;
    line-height: 30px;
    color: #999999
}

.map_content .map_right .right_three {
    display: flex;
    align-items: center
}

.map_content .map_right .right_three a:nth-child(2n) {
    margin: 0 40px
}

.contact_form {
    margin-top: 40px
}

.contact_form .form_box {
    display: block;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.contact_form .form_left input {
    display: block;
    width: 374px;
    height: 50px;
    background-color: #f0f0f0;
    padding: 0 20px;
    color: #999;
    font-size: 14px
}

.contact_form .form_left input:not(:last-child) {
    margin-bottom: 20px
}

.contact_form .form_right {
    flex: 1;
    margin-left: 20px;
    max-width: 806px;
    height: 190px
}

.contact_form .form_right textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #999;
    font-size: 14px;
    background-color: #f0f0f0
}

.contact_form #tijiao {
    display: block;
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #1f2d7f;
    margin: 30px auto 0;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #1f2d7f;
    cursor: pointer;
    outline: none
}

.contact_form #tijiao:hover {
    background-color: #1f2d7f;
    color: #fff;
}

.rencai_box {
    margin-top: 40px
}

.rencai_box .recruit_tab {
    margin: 30px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.rencai_box .recruit_tab a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666
}

.rencai_box .recruit_tab a.active {
    background-color: #1f2d7f;
    color: #fff
}

.rencai_box .recruit_item {
    overflow: hidden
}

.rencai_box .recruit_item ul {
    width: 500%
}

.rencai_box .recruit_item li {
    width: 20%;
    display: flex;
    float: left;
    flex-wrap: wrap;
}

.rencai_box .recruit_item .rec_left {
    width: 500px;
    height: 360px
}

.rencai_box .recruit_item .rec_left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rencai_box .recruit_item .rec_right {
    width: 580px;
    margin-left: 50px
}

.rencai_box .recruit_item .rec_right h2 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #ededed;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333
}

.rencai_box .recruit_item .rec_right h2:before {
    position: absolute;
    content: "";
    left: 0;
    width: 60px;
    bottom: -2px;
    height: 4px;
    background-color: #1f2d7f
}

.rencai_box .recruit_item .rec_right .rec_con {
    padding-top: 17px
}

.rencai_box .recruit_item .rec_right .rec_con p {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 1.6
}

.hangye_content {
    padding: 40px 0 80px
}

.hangye_content .hy_title {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.hangye_content .hy_date {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
    margin: 20px auto
}

.hangye_content .hy_content img {
    max-width: 100%;
    margin: 0 auto;
}

.hangye_content .hy_content p {
    line-height: 2;
    font-size: 16px;
    color: #666;
    width: 80%;
    margin: 0 auto;
}

.hangye_content .hy_pages {
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.hangye_content .hy_pages a {
    position: relative;
    font-size: 14px;
    color: #1f2d7f;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.hangye_content .hy_pages a.prev_page {
    padding-left: 20px
}

.hangye_content .hy_pages a.prev_page::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    width: 8px;
    height: 14px;
    background: url(../images/news_arrs.png) no-repeat center/100% 100%
}

.hangye_content .hy_pages a.next_page {
    padding-right: 20px
}

.hangye_content .hy_pages a.next_page::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    width: 8px;
    height: 14px;
    background: url(../images/news_arrs.png) no-repeat center/100% 100%;
    transform: rotate(180deg)
}

@media (min-width: 992px) and (max-width: 1199px) {
    .map_content .map_left {
        width: 480px
    }

    .w1200 {
        width: 970px
    }

    .pro_content .pro_rights .pro_imgs li {
        width: 32%
    }

    .pro_content .pro_rights .hoverimg {
        height: 260px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .map_content .map_left {
        width: 380px
    }

    .rencai_box .recruit_item .rec_left {
        display: none
    }

    .w1200 {
        width: 750px
    }

    .product_detail_box {
        padding-left: 0
    }

    .pro_lefts {
        display: none
    }

    .pro_content .pro_rights {
        padding-left: 0
    }

    .pro_content .pro_rights .pro_imgs li {
        width: 32%
    }

    .pro_content .pro_rights .hoverimg {
        height: auto
    }

    .pub_title h2 {
        font-size: 60px;
        line-height: 60px
    }

    .pub_title h3 {
        font-size: 30px;
        line-height: 30px
    }

    .more_btn {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .more_btn #more {
        padding: 5px 6px;
        font-size: 12px;
        color: #fff;
        background: #1f2d7f;
        border-radius: 4px;
        cursor: pointer
    }

    .more_item {
        position: fixed;
        display: block;
        top: 0px;
        left: -45%;
        width: 45%;
        height: 100%;
        z-index: 999999;
        background-color: #1f2d7f;
        transition: left .3s linear
    }

    .more_item.hack {
        left: 0
    }

    .more_item a {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        border-bottom: 1px solid #258ecd;
        padding: 15px
    }
}

@media (max-width: 767px) {
    .map_content .map_left {
        width: 100%
    }

    .map_content .map_right {
        margin-left: 0;
        margin-top: 3vw
    }

    .contact_form .form_right {
        margin-left: 0
    }

    .contact_form .form_left input {
        width: 100%
    }

    .form_left {
        width: 100%;
        margin-bottom: 20px
    }

    .rencai_box .recruit_item .rec_right {
        margin-left: 0
    }

    .rencai_box .recruit_item .rec_left {
        display: none
    }

    .product_detail_box {
        padding-left: 0
    }

    .product_detail_box .pub_pro_tit h3 {
        font-size: 14px
    }

    .product_detail_box .pub_pro_tit span {
        font-size: 12px
    }

    .product_detail_box .pro_detail_title {
        font-size: 5.5vw
    }

    .w1200 {
        width: 96%
    }

    .pro_content {
        padding: 8vw 0
    }

    .pro_content .pro_rights .pro_desc h3 {
        font-size: 4vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: unset;
        padding-left: 5px;
    }

    .pro_content .pro_rights .pro_desc p {
        font-size: 3.5vw;
        margin-top: 1vw
    }

    .pro_lefts {
        display: none
    }

    .pro_content .pro_rights {
        padding-left: 0
    }

    .pro_content .pro_rights .pro_imgs {
        justify-content: space-around;
    }

    .pro_content .pro_rights .pro_imgs li {
        width: 100%;
        margin-right: 0px;
    }

    .pro_content .pro_rights .hoverimg {
        height: auto;
        width: 100%;
    }

    .pub_title h2 {
        font-size: 12vw;
        line-height: 12vw
    }

    .pub_title h3 {
        font-size: 6vw;
        line-height: 6vw
    }

    .more_btn {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .more_btn #more {
        padding: 5px 6px;
        font-size: 12px;
        color: #fff;
        background: #1f2d7f;
        border-radius: 4px;
        cursor: pointer
    }

    .more_item {
        position: fixed;
        display: block;
        top: 0;
        left: -240px;
        width: 240px;
        height: 100%;
        z-index: 999999;
        background-color: #1f2d7f;
        transition: left .3s linear
    }

    .more_item.hack {
        left: 0
    }

    .more_item a {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        border-bottom: 1px solid #258ecd;
        padding: 15px
    }

    .pro_content .pro_rights .pro_desc {
        padding: 3vw 0
    }

    .hangye_content {
        padding: 8vw 0
    }

    .hangye_content .hy_title {
        font-size: 4vw
    }

    .hangye_content .hy_pages {
        margin-top: 0
    }

    .hangye_content .hy_pages a {
        width: 48%;
        margin-top: 5vw;
        font-size: 3vw
    }

    .croms .w80 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: unset;
    }

    .hangye_content .hy_date {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .hangye_content .hy_content p {
        width: 95%;
        font-size: 14px;
        line-height: 24px;
    }
}

.hangye_content .hy_content img {
    height: auto !important;
}


.q_zp {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

/*.hangye_content .hy_content p strong {
    font-weight: bold;
}*/