/* pc头部 */


/* page {
    padding-top: 82px;
} */

.swiper-button-next,
.swiper-button-prev {
    outline: none !important
}

.pc_header {
    /* width: 100%;
    height: 82px;
    background-color: #fff;
    position: fixed;
    z-index: 20001;
    top: 0;
    left: 0;
    transition: all 1s;
    box-shadow: 0px 2px 6px #f9f9f9; */
    position: fixed;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.pc_header .ph_logo {
    width: 220px;
    height: 39px;
    margin-top: 21.5px;
    margin-left: 2.6%;
}

.pc_header .ph_logo a {
    display: block;
}

.pc_header .ph_logo a img {
    width: 100%;
    height: 100%;
    display: block;
}

.pc_header .ph_list_box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_header .ph_list {
    display: flex;
}

.pc_header .ph_list li {
    position: relative;
    /* line-height: 82px; */
    margin-right: 90px;
    cursor: pointer;
}

.pc_child_nav {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -60px;
    /* padding: 10px; */
    border-radius: 4px;
    border: 1px solid #eee;
    min-width: 120px;
    background: #fff;
    display: none;
}

.pc_header .pc_child_nav li {
    margin-right: 0;
}

.pc_header .ph_list li a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 80px;
    border-bottom: 2px solid #fff;
    transition: all 1s;
    font-weight: bold;
}

.pc_header .pc_child_nav li a {
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.pc_header .ph_list li a:hover {
    border-bottom: 2px solid #44b1e3;
}

.pc_header .ph_list li:last-of-type {
    margin-right: 0;
}

.pc_header .ph_lagvage {
    display: flex;
    line-height: 82px;
    margin-right: 7%;
}

.pc_header .ph_lagvage>div {
    font-size: 14px;
    color: #333333;
    margin-right: 14px;
    cursor: pointer;
    position: relative;
}
.pc_header .ph_lagvage>div a{
    font-size: 14px;
    color: #333333;
}
.pc_header .ph_lagvage>div:last-of-type {
    margin-right: 0;
}

.pc_header .ph_lagvage .pl .bor {
    width: 0px;
    transition: all 1s;
    height: 2px;
    position: absolute;
    bottom: 18px;
    left: 0;
    background-color: #44b1e3;
    z-index: 22222;
}

.pc_header .ph_lagvage .pl .bor.bor_active {
    width: 100%;
}


/* .section{
    margin-top: 80px;
} */

.first_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.first_img a {

    display: block;
    width: 100%;
    height: 100%;
}

.first_img a img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 100%;
}

.second_vedio {
    width: 100%;
    height: 100%;
    position: relative;
    top: 82px;
    overflow: hidden;
}

.second_vedio .vedio_box {
    display: block;
    width: 100%;
    height: 100%;
}

.second_vedio .vedio_box img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.second_vedio .bg_anniu .anniu_txt {
    width: 81px;
    height: 130px;
}

.second_vedio .bg_anniu .anniu_txt .anniu_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    cursor: pointer;
    animation: anniu 3s infinite alternate;
}

@keyframes anniu {
    0% {
        top: 0px;
    }
    25% {
        top: 5px;
    }
    50% {
        top: -5px
    }
    75% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

.second_vedio .bg_anniu .anniu_txt .anniu_img img {
    width: 80px;
    height: 81px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.second_vedio .bg_anniu .anniu_txt p {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-top: 60px;
    /* margin-left: -18px; */
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project {
    position: relative;
    height: 100%;
    top: 82px;
}

.product {
    position: relative;
    height: 100%;
    top: 82px;
    /* margin-top: 100px */
}

.per {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    /* overflow: hidden; */
    transform: translate(-50%, -50%);
}

.son {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* overflow: hidden; */
}

.article_box .ab_title {
    padding-top: 2px;
}

.article_box .ab_title .at_name {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.article_box .ab_title .right_more {
    display: flex;
    width: 168px;
    height: 52px;
    border-radius: 26px;
    background-color: #0095da;
    position: relative;
    animation: myfirst 3s infinite alternate;
    line-height: 52px;
    cursor: pointer;
    transition: all 1s;
}

@keyframes myfirst {
    0% {
        right: 0px;
        top: 0px;
    }
    25% {
        right: 8px;
        top: 0px;
    }
    50% {
        right: 0px;
        top: 0px
    }
    75% {
        right: 8px;
        top: 0px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

.article_box .ab_title .right_more a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-left: 36px;
    margin-right: 10px;
}

.article_box .ab_title .right_more .rm_jiantou {
    width: 22px;
    height: 14px;
    margin-top: 19px;
}

.article_box .ab_title .right_more .rm_jiantou img {
    width: 100%;
    height: 100%;
    display: block;
}

.shou_product_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
}

.shou_product_box .spb_list {
    width: 32%;
    display: block;
    cursor: pointer;
    background-color: #f9f9f9;
    padding: 10px 0;
}

.shou_product_box .spb_list:hover .see_more {
    animation: top_list 3s infinite alternate;
}

@keyframes top_list {
    0% {
        right: 0px;
        top: 0px;
    }
    25% {
        right: 0px;
        top: 5px;
    }
    50% {
        right: 0px;
        top: 0px
    }
    75% {
        right: 0px;
        top: 5px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

.shou_product_box .spb_list h6 {
    font-size: 28px;
    text-align: center;
    color: #333333;
    font-weight: normal;
}

.shou_product_box .spb_list .product_img {
    width: 325px;
    height: 264px;
    margin: 77px auto 0;
}

.shou_product_box .spb_list .product_img img {
    width: 100%;
    height: auto;
    display: block;
}

.shou_product_box .spb_list .see_more {
    display: block;
    width: 168px;
    height: 52px;
    margin: 72px auto 0;
    position: relative;
    border-radius: 26px;
}

.shou_product_box .spb_list .see_more .see_text {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.shou_product_box .spb_list .see_more .see_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 9998;
    background-color: #0095da;
    border-radius: 26px;
    transition: all 1s;
}

.shou_product_box .spb_list:hover .see_more .see_bg {
    width: 100%;
}

.shou_product_box .spb_list .see_more .see_text .text {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 52px;
    margin-left: 37px;
    transition: all 1s;
}

.shou_product_box .spb_list:hover .see_more .see_text .text {
    color: #fff;
}

.shou_product_box .spb_list .see_more .see_text .jiantou {
    width: 22px;
    height: 14px;
    position: relative;
    margin-top: 19px;
    margin-left: 13px;
}

.shou_product_box .spb_list .see_more .see_text .jiantou img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.shou_product_box .spb_list:hover .see_more .see_text .jiantou img.j1 {
    opacity: 0;
}

.shou_product_box .spb_list .see_more .see_text .jiantou img.j2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.shou_product_box .spb_list:hover .see_more .see_text .jiantou img.j2 {
    opacity: 1;
}

.news_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}

.news_content .news_list {
    width: 48%;
    margin-right: 2%;
}

.news_content .news_list:nth-child(even) {
    margin-right: 0;
}

.news_content .news_list .top_img {
    width: 100%;
    height: 415px;
    position: relative;
    overflow: hidden;
}

.news_content .news_list .top_img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

.news_content .news_list .top_img:hover img {
    transform: scale(1.1);
}

.news_content .news_list .top_img .date_time {
    width: 120px;
    height: 70px;
    background-color: #44b1e3;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news_content .news_list .news_list_title {
    display: block;
    font-size: 20px;
    line-height: 56px;
    width: 98%;
    color: #282828;
    font-weight: bold;
    border-bottom: #eaeaea 1px solid;
    cursor: pointer;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    white-space: nowrap;
    overflow: hidden;
}

.news_content .news_list .news_list_title:hover {
    color: #44b1e3;
}

.news_content .news_list .news_list_text li a {
    display: block;
    line-height: 42px;
    height: 42px;
    position: relative;
    border-bottom: #eaeaea 1px solid;
}

.news_content .news_list .news_list_text li a .list_name {
    font-size: 20px;
    color: #333333;
    width: 82%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_content .news_list .news_list_text li:hover a .list_name {
    color: #44b1e3;
}

.news_content .news_list .news_list_text li a .list_date {
    position: absolute;
    height: 52px;
    line-height: 52px;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #93979a;
}

.footer {
    width: 100%;
    background-color: #0095da;
}

.first_footer_box {
    padding-top: 96px;
    /* margin-top: -240px; */
}

.first_footer_box .ffb_list {
    display: flex;
}

.first_footer_box .ffb_list .fl_list_content {
    margin-right: 92px;
}

.first_footer_box .ffb_list .fl_list_content:last-of-type {
    margin-right: 0;
}

.first_footer_box .ffb_list .fl_list_content .flc_title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.first_footer_box .ffb_list .fl_list_content .flc_bor {
    width: 128px;
    height: 1px;
    background-color: #3baee3;
    margin-top: 21px;
    margin-bottom: 18px;
}

.first_footer_box .ffb_list .fl_list_content .flc_list li a {
    color: #fff;
    font-size: 16px;
    opacity: .7;
    display: block;
    line-height: 36px;
    text-align: left;
}

.first_footer_box .ffb_gong .logo_box {
    display: block;
    /* width: 220px; */
    /* height: 39px; */
    margin-top: 8px;
}

.first_footer_box .ffb_gong .logo_box img {
    width: 100%;
    height: 100%;
    display: block;
}

.first_footer_box .ffb_gong .telphone {
    margin-top: 63px;
}

.first_footer_box .ffb_gong .telphone p:first-child {
    width: 16px;
    height: 18px;
    margin-right: 14px;
    margin-top: 2px;
}

.first_footer_box .ffb_gong .telphone p:last-of-type {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
}

.first_footer_box .ffb_gong .telphone p:first-child img {
    width: 100%;
    height: 100%;
    display: block;
}

.first_footer_box .ffb_gong .third p {
    width: 116px;
    height: 116px;
    margin-left: 22px;
    margin-top: 30px;
}

.first_footer_box .ffb_gong .third p img {
    width: 100%;
    height: 100%;
    display: block;
}

.second_footer_box {
    margin-top: 70px;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #75bbdc;
}

.second_footer_box p {
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.second_footer_box .copy .gp {
    width: 18px;
    margin-top: 30px;
    height: 20px;
}

.second_footer_box .copy .gp img {
    width: 100%;
    height: 100%;
    display: block;
}

.second_footer_box .copy p:first-of-type {
    margin-right: 22px;
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .banner_list {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 16px;
    /* height: 100%; */
}

.banner .banner_list ul {
    display: flex;
}

.banner .banner_list ul li a {
    font-size: 14px;
    color: #fff;
    opacity: .5;
}

.banner .banner_list ul li a.active {
    opacity: 1;
}

.second_list {
    display: flex;
}

.list_content {
    width: 100%;
    height: 82px;
    line-height: 82px;
    position: relative;
    transition: all .5s;
    z-index: 99999;
    box-shadow: 10px 1px 20px rgba(51, 51, 51, .2);
}

.second_list li {
    margin-right: 50px;
}

.second_list li a {
    font-size: 16px;
    color: #000000;
    padding: 0 5px;
}

.second_list li a.txt_active {
    color: #44b1e3;
}

.second_list li.bor_active {
    border-bottom: 2px solid #44b1e3;
}

.advantage_box {
    margin-bottom: 106px;
}

.tab_cut_title {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.tab_cut_title li {
    width: 50%;
    height: 100px;
    line-height: 100px;
    border: #dddddd 1px solid;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 1s;
}

.tab_cut_title li.bg_active {
    background-color: #0095da;
}

.tab_cut_title li p.txt_color {
    color: #fff;
}

.tab_cut_title li div.rotate_active {
    transform: rotate(-180deg);
    color: #fff;
}

.tab_cut_title li p {
    text-align: center;
    font-size: 24px;
    color: #333333;
    transition: all 1s;
}

.tab_cut_title li .iconfont {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 20px;
    transition: all 1s;
    transform: rotate(0deg);
}

.tcc_content {
    display: none;
}

.tcc_content:first-of-type {
    display: block;
}

.tc_box {
    padding-top: 56px;
}

.tc_box_title {
    width: 58%;
    font-size: 42px;
    color: #222222;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.tc_box_synopsis {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 35px;
}

.tc_box_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 62px;
    justify-content: space-around;
}

.tc_box_list>li {
    width: 23%;
    margin-top: 10px;
}

.tc_box_list>li:last-of-type {
    margin-right: 0;
}

.tc_box_list>li>a {
    display: block;
}

.tc_box_list>li>a .personal_img {
    width: 100%;
    height: 347px;
}

.tc_box_list>li>a .personal_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.tc_box_list>li>a .personal_txt {
    width: 100%;
    padding: 26px 28px 0;
    box-sizing: border-box;
    background-color: #0095da;
    height: 192px;
}

.tc_box_list>li>a .personal_txt .personal_name {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

.tc_box_list>li>a .personal_txt {
    padding-bottom: 24px;
}

.tc_box_list>li>a .personal_txt .personal_post {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    margin-left: 15px;
}

.section.footerss .fp-tableCell {
    display: block !important;
}

.navigation {
    position: fixed;
    left: 2.3%;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    z-index: 9999999;
}

.navigation.on {
    opacity: 1;
}

.navigation a {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ccc;
    margin-bottom: 18px;
    cursor: pointer;
    position: relative;
    z-index: 999999;
    transition: all 1s;
}

.navigation a:last-child {
    margin-bottom: 0;
}

.navigation a.on {
    background: #0095d9;
    transition: all 1s;
}

.navigation a.on::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #44b1e3;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .2);
    top: -8px;
    left: -8px;
    transition: all 1s;
}

.navigation a p {
    position: absolute;
    font-size: 12px;
    color: #be2d2f;
    white-space: nowrap;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
    z-index: 5;
    opacity: 0;
    transition-property: transform opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    text-transform: uppercase;
}

.navigation a.on p {
    transform: translate(20px, -50%);
    opacity: 1;
}

.navigation a p::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #ae1113;
    top: 50%;
    left: -25px;
    transform: translate(0, -50%);
    z-index: 4;
}

.tc_box_list>li>a .personal_txt .jianjie {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.team_box {
    margin-top: 76px;
}

.team_box .team_data {
    display: flex;
    justify-content: space-around;
}

.team_box .team_data li .number_data {
    display: flex;
}

.team_box .team_data li .number_data .number {
    font-size: 80px;
    color: #0095da;
    text-align: center;
    display: block;
}

.team_box .team_data li .number_data .bai {
    font-size: 40px;
    color: #0095da;
    display: block;
    margin-top: 40px;
}

.team_box .team_data li .data_msg {
    font-size: 16px;
    color: 000000;
    margin-top: 16px;
    text-align: center;
}

.team_swiper {
    margin-top: 72px !important;
}

.team_swiper .swiper-wrapper .swiper-slide .swiper_box {
    display: flex;
    height: 374px;
}

.team_swiper .swiper-wrapper .swiper-slide .swiper_box .left_swiper_box {
    width: 60%;
    height: 100%;
}

.team_swiper .swiper-wrapper .swiper-slide .swiper_box .left_swiper_box img {
    width: 100%;
    height: 100%;
    display: block;
}

.team_swiper .swiper-wrapper .swiper-slide .swiper_box .right_swiper_box {
    width: 40%;
    height: 100%;
    background-color: #0095da;
    padding-left: 65px;
    padding-right: 45px;
    box-sizing: border-box;
}

.team_swiper .swiper-wrapper .swiper-slide .swiper_box .right_swiper_box h6 {
    font-size: 42px;
    color: #fff;
    margin-top: 55px;
}

.team_swiper .swiper-wrapper .swiper-slide .swiper_box .right_swiper_box p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.swiper-button-next {
    background-image: url(../images/swiper_next.png);
    /* right: 332px; */
    margin-left: 62px;
}

.swiper-button-prev {
    background-image: url(../images/swiper_prev.png);
    /* right: 389px; */
}

.swiper-button-prev,
.swiper-button-next {
    width: 35px;
    height: 35px;
}

.btn {
    animation: swiper 3s infinite alternate;
}

@keyframes swiper {
    0% {
        bottom: 82px;
    }
    25% {
        bottom: 87px;
    }
    50% {
        bottom: 85px;
    }
    75% {
        bottom: 87px;
    }
    100% {
        bottom: 82px;
    }
}

.product_box .show_product {
    height: 100%;
    /* justify-content: space-between; */
}

.product_box .sp_content {
    width: 50%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    transition: all 1.5s;
    background: rgba(54, 107, 183, .3);
}

.product_box .sp_content .bg_img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product_box .sp_content .bg_img .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.product_box .sp_content.s1 {
    left: 0;
}

.product_box .sp_content.s2 {
    right: 0;
}

.product_box .sp_content .bg_img .product_title {
    padding-top: 353px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.product_box .sp_content .bg_img .see_more_pd {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    display: flex;
    width: 168px;
    height: 50px;
    border-radius: 25px;
    margin-top: 76px;
    background-color: #0095da;
    animation: more 3s infinite alternate;
}

.product_box {
    width: 1400px;
    margin: 85px auto;
}

.box_tt {
    font-size: 36px;
    display: flex;
    justify-content: center;
    margin-bottom: 170px
}

.box_tt1 {
    margin: 0 38px;
    cursor: pointer;
}

.box_tt_on {
    color: #0095da;
    position: relative;
}

.box_tt_on::after {
    content: '';
    width: 76px;
    height: 3px;
    background: #0095da;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: -19px;
}

.box_cont1 {
    display: none
}

.box_cont2 {
    display: block
}

.box_cont1_img {
    display: flex;
    justify-content: space-around;
}

.cont1_img {
    width: 298px;
    /* height: 428px; */
    /* margin: 0 50px; */
}

.cont1_img:hover .pt_title {
    color: #0095da
}

.cont1_img_img {
    width: 100%;
    height: 428px;
}

@keyframes more {
    0% {
        right: 0px;
        top: 50%;
    }
    25% {
        right: 0px;
        top: 52%;
    }
    50% {
        right: 0px;
        top: 50%;
    }
    75% {
        right: 0px;
        top: 52%;
    }
    100% {
        right: 0px;
        top: 50%;
    }
}

.product_box .sp_content .bg_img .see_more_pd .smp_txt {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin-left: 35px;
    margin-right: 14px;
}

.product_box .sp_content .bg_img .see_more_pd .smp_jian {
    width: 22px;
    height: 14px;
    margin-top: 18px;
}

.product_box .sp_content .bg_img .see_more_pd .smp_jian img {
    width: 100%;
    height: 100%;
    display: block;
}

.product_box .mouse_show_box {
    width: 0;
    position: absolute;
    height: 100%;
    z-index: 99;
    top: 0;
    transition: all 1s;
    background-color: #fff;
    padding-top: 80px;
    box-sizing: border-box;
}

.product_box .mouse_show_box.b1 {
    left: 0;
}

.product_box .mouse_show_box.b2 {
    right: 0;
}

.product_box .mouse_show_box .show_box {
    display: none;
}

.product_box .mouse_show_box .show_box .tab_title {
    width: 35%;
    margin-left: 10%;
}

.product_box .mouse_show_box .show_box .tab_title h6 {
    font-size: 40px;
    color: #333333;
    margin-left: 20%;
}

.product_box .mouse_show_box .show_box .tab_title ul li {
    display: flex;
    cursor: pointer;
    margin-left: 20%;
    position: relative;
}

.product_box .mouse_show_box .show_box .tab_title ul li .name {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
    transition: all 1s;
}

.product_box .mouse_show_box .show_box .tab_title ul li:first-child .name {
    margin-left: 10%;
}

.product_box .mouse_show_box .show_box .tab_title ul li .name.name_ac {
    color: #0095da;
}

.product_box .mouse_show_box .show_box .tab_title ul li .bor {
    width: 0;
    height: 2px;
    margin-top: 29px;
    background-color: #44b1e3;
    margin-left: -84%;
    margin-right: 22px;
    position: relative;
    transition: all .5s;
    position: absolute;
    left: 23%;
}

.product_box .mouse_show_box .show_box .tab_title ul li:first-child .bor {
    width: 64.3%;
}

.product_box .mouse_show_box .show_box .tab_title ul li .bor .hover_redio {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -8px;
    right: -10px;
    opacity: 0;
    transition: all 1s;
}

.product_box .mouse_show_box .show_box .tab_title ul li:first-of-type .bor .hover_redio {
    opacity: 1;
}

.product_box .mouse_show_box .show_box .tab_title ul li .bor .hover_redio img {
    width: 100%;
    height: 100%;
    display: block;
}

.tab_content {
    width: 49.6%;
    height: 100%;
}

.tab_content .tc_container {
    width: 100%;
    height: 100%;
    display: none;
}

.tab_content .tc_container:first-child {
    display: block;
}

.tab_content .tc_container img {
    width: 100%;
    height: 100%;
    display: block;
}

.sb_seemore {
    display: flex;
    width: 168px;
    height: 50px;
    border-radius: 25px;
    background-color: #0095da;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -64px;
    /* animation: seemore 3s infinite alternate; */
}

.sb_seemore .smp_txt {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin-left: 35px;
    margin-right: 14px;
}

.sb_seemore .smp_jian {
    width: 22px;
    height: 14px;
    margin-top: 18px;
}

.sb_seemore .smp_jian img {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes seemore {
    0% {
        left: 50%;
    }
    25% {
        left: 52%;
    }
    50% {
        left: 50%;
    }
    75% {
        left: 52%;
    }
    100% {
        left: 50%;
    }
}

.pt_content .platform {
    /* height: 470px; */
    padding-top: 20px;
    padding-bottom: 50px;
}

.pt_content .platform .pt_slide {
    width: 333px;
    /* height: 470px; */
    /* box-shadow: 0 0 20px #eee; */
    transition: all .5s;
    cursor: pointer;
}

.pt_content .platform .pt_slide:hover .pt_title {
    /* transform: translateY(-10px);
    box-shadow: 0 0 20px #ccc; */
    color: #0095da;
}

.pt_content .platform .pt_slide .slide_img {
    width: 312px;
    height: 321px;
    margin: 0 auto;
    overflow: hidden;
}

.pt_content .platform .pt_slide .slide_img_pr {
    width: 404px;
    height: 302px;
}

.pt_content .platform .pt_slide .slide_img img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pt_content .platform .pt_slide .slide_img:hover img {
    transform: scale(1.1);
}

.pt_title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 37px 0 34px;
    color: #333
}

.pt_title:hover {
    color: #0095da;
}

.pt_content .platform .pt_slide .pt_txt {
    font-size: 16px;
    line-height: 28px;
    margin: 0 30px;
    text-align: left;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pt_content .platform .pt_slide .seemore {
    width: 170px;
    height: 43px;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin: 48px auto 0;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: all .5s;
    position: relative;
}

.pt_content .platform .pt_slide .seemore .bk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 2s;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    background-image: linear-gradient(to right, rgba(5, 102, 188, 0), rgba(26, 142, 245, 0));
}

.pt_content .platform .pt_slide:hover .seemore {
    color: #fff;
    border: none;
}

.pt_content .platform .pt_slide:hover .seemore .bk {
    opacity: 1;
    background-image: linear-gradient(to right, rgba(5, 102, 188), rgba(26, 142, 245));
}

.pt_content .prev {
    position: absolute;
    left: 2%;
    top: 50%;
    z-index: 888;
    border: none;
    background-image: url(../images/prev.png);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: none;
}

.pt_content .prev:hover {
    background-image: url(../images/prev_on.png);
    outline: none;
}


/* .pt_content .pdprev {
    background: url(../images/prev_on.png) no-repeat center center;
} */

.pt_content .next {
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 88;
    border: none;
    background-image: url(../images/next.png);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: none;
}

.pt_content .next:hover {
    background-image: url(../images/next_on.png);
    outline: none;
}

.pc_header_none {
    display: none;
}

.ph_list_none {
    width: 100%;
    padding-bottom: 30px;
}

.ph_header_list {
    display: none;
    width: 100%;
    background: rgba(250, 250, 250, .6);
    height: 100%;
    position: fixed;
    top: 60px;
    z-index: 99999999;
}

.ph_list_none li {
    padding: 16px 0;
    text-align: center;
    background: #44b1e3;
    margin-bottom: 2px;
}

.ph_list_none a,
.ph_list_none span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.nav_img {
    position: relative;
    width: 32px;
    height: 60px;
}

.img_center_po {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
}

.img_center2 {
    display: none;
}

.child_nav {
    display: none;
}

.child_nav {
    padding-bottom: 0;
}

.child_nav li {
    padding: 10px 0;
    margin-bottom: 0;
}

.child_nav li a {
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.ph_header_list_cont {
    position: relative;
}

.shou_product_box_none {
    display: none;
}

.shou_product_box_none .spb_list {
    width: 100%;
}

.content {
    /* margin-top: 82px; */
}

.top_tip {
    font-size: 14px;
    padding: 22px 0;
    margin-top: 82px;
}

.top_tip a {
    color: #999;
}

.top_tip span {
    color: #333;
}

.pr_plate1 {
    background: #fff;
    padding: 146px 0 100px 0;
}

.pr_plate2 {
    background: #fafafa;
    padding: 100px 0 200px 0;
}

.line {
    height: 52px;
    background: #fff;
}

.pr_plate3 {
    background: #eee;
    padding: 60px 0 80px 0;
}

.pr_plate3_img img {
    width: 100%;
    height: auto;
}

.cont_tt {
    width: 1048px;
    text-align: center;
    margin: 0 auto;
}

.cont_tt h5 {
    font-size: 52px;
    margin-bottom: 64px;
    font-family: '思源黑体';
}

.cont_tt2 h5 {
    font-size: 42px;
    margin-bottom: 130px;
}

.cont_tt3 h5 {
    margin-bottom: 76px;
}

.cont_tt p {
    font-size: 24px;
    margin-bottom: 88px;
}

.cont_img {
    display: flex;
    justify-content: space-around;
}

.cont_img_img {
    /* width: 331px; */
    width: 23%;
    margin: 0 1%;
    max-height: 242px;
    overflow: hidden;
}

.cont_img_img img {
    width: 100%;
    background: #f6f6f6;
    transition: .5s;
}

.cont_img_img img:hover {
    transform: scale(1.2);
}

.cont_li {
    width: 16%;
    text-align: center;
    margin: 10px 2%;
}

.cont_li img {
    width: 104px;
    height: 104px;
    margin-bottom: 20px;
}

.cont_li p {
    font-size: 22px;
    margin-bottom: 30px;
}

.cont_li span {
    font-size: 16px;
    color: #666;
}

.pt_content .pr_plate4_cont {
    padding: 0;
}

.pr_pt_content .next {
    top: 34%
}

.pr_pt_content .prev {
    top: 34%
}

.pr_plate4 {
    padding: 60px 0 100px 0;
}

.pt_title1 {
    text-align: left;
    margin: 0;
    margin-top: 24px;
}

.new_list_tt {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 110px;
}

.new_tt_cont {
    display: flex;
}

.new_tt1 {
    font-size: 16px;
    margin-right: 40px;
    cursor: pointer;
}

.new_tt1 a {
    display: block;
    color: #333;
}

.new_tt_on a {
    color: #0095da;
    border-bottom: 2px solid #0095da;
}

.new_list_cont {
    display: flex;
    height: 258px;
    margin-bottom: 40px;
}

.new_left {
    width: 96%;
    height: 258px;
    overflow: hidden;
}

.new_left img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.new_list_cont:hover .new_left img {
    transform: scale(1.1);
}

.new_center {
    width: 769px;
    padding: 0 40px;
    border: 1px solid #eeeeee;
    border-left: none;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new_center h5 {
    font-size: 24px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: .3s;
    color: #333;
}

.new_list_cont:hover .new_center h5 {
    color: #0095da;
}

.new_center p {
    font-size: 16px;
    margin-bottom: 40px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.time img {
    vertical-align: middle;
    margin-right: 5px;
}

.time span {
    font-size: 16px;
    color: #999;
    vertical-align: middle;
}

.new_right {
    width: 124px;
    border: 1px solid #eeeeee;
    border-left: none;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #0095da;
    transition: .5s;
}

.new_list_cont:hover .new_right {
    background: #0095da;
    color: #fff;
}

.page_fy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 74px;
}

.page_1 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    border: 1px solid #d3d3d3;
    margin: 0 4px;
}

.page_on {
    background: #0095da;
    color: #fff;
    border: 1px solid #0095da;
}

.new_list_plate2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.mtjj {
    width: 32%;
    height: 565px;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mtjj:nth-child(1) {
    border-top: 1px solid #d3d3d3;
}

.mtjj:nth-child(2) {
    border-top: 1px solid #d3d3d3;
}

.mtjj:nth-child(3) {
    border-top: 1px solid #d3d3d3;
}

.mtjj:nth-child(3n+3) {
    border-right: none;
    width: 30%;
    padding-left: 30px;
}

.mtjj:nth-child(3n+2) {
    width: 31%;
    padding-left: 30px;
}

.span_time {
    font-size: 32px;
    font-family: "Myriad Pro";
    color: #dddddd;
    margin-bottom: 24px;
}

.mtjj_p p {
    font-size: 24px;
    width: 96%;
    height: 72px;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .3s;
    color: #333;
}

.more {
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: .5s;
}

.more span {
    font-size: 16px;
    vertical-align: middle;
    color: #333;
}

.more i {
    font-size: 26px;
    color: #b7b7b7;
    vertical-align: middle;
    transition: .3s;
}

.mtjj_img {
    margin-bottom: 40px;
}

.mtjj:hover .mtjj_p p {
    color: #0095da;
}

.mtjj:hover .mtjj_img img {
    transform: scale(1.1);
}

.mtjj:hover .more {
    background: #0095da;
}

.mtjj:hover .more span {
    color: #fff;
}

.mtjj:hover .more i {
    color: #fff;
}

.new_de {
    width: 100%;
    background: #fff;
    padding-top: 120px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.new_de_cont {
    width: 990px;
    margin: 0 auto;
}

.de_tt {
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
    margin-bottom: 66px;
}

.de_tt h5 {
    font-size: 42px;
    margin-bottom: 30px;
}

.de_tt span {
    font-size: 16px;
    color: #a7a7a7;
}

.de_cont {
    text-align: center;
}

.de_cont p {
    font-size: 16px;
    line-height: 24px;
    text-indent: 32px;
    margin-bottom: 67px;
    text-align: left;
}

.de_cont img {
    max-width: 100%;
    height: auto;
    margin-bottom: 67px;
}

.de_page {
    width: 990px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between
}

.page_left {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.de_page1 {
    width: 324px;
    font-size: 14px;
}

.de_page1 a {
    color: #333;
}

.de_page1 label {
    color: #000;
}

.go_list {
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #0095da;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
}

.jion_cut_title {
    margin-bottom: 70px;
}

.jion_us_tt {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.jion_us_tt2 {
    padding-top: 18px;
    cursor: pointer;
}

.jion_us_tt3 {
    background: #0095da;
}

.jion_us_tt .us_tt {
    font-size: 22px;
    font-weight: bold;
}

.jion_us_tt .us_tt1 {
    width: 288px;
    padding-right: 30px;
}

.jion_us_tt .us_tt2 {
    width: 377px;
    padding-right: 97px;
}

.jion_us_tt .us_tt3 {
    width: 270px;
    padding-right: 30px;
}

.jion_us_tt .us_tt4 {
    width: 270px;
    padding-right: 35px;
}

.jion_us_tt2 .us_tt1 {
    font-size: 20px;
    color: #333;
}

.jion_us_tt2 .us_tt {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.jion_us_tt3 .us_tt {
    color: #fff;
}

.jion_us_tt3 .us_tt1 {
    padding-left: 20px;
    width: 268px;
}

.job_ment {
    padding: 34px 50px;
    border-bottom: 1px solid #dad9d9;
    background: #f3f9ff;
    display: none;
}

.job_ment_block {
    display: block;
}

.job_ment ul {
    display: flex;
    padding-bottom: 42px;
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 20px;
}

.job_ment ul li {
    width: 50%;
    min-height: 230px;
}

.job_ment ul li:nth-child(2) {
    padding-left: 4%;
    width: 46%;
}

.job_ment_tt {
    font-size: 22px;
    margin-bottom: 22px;
}

.job_ment ul li p {
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.job_ment_bt {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
}

.ment_bt_bnt {
    width: 130px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    background: #20408f;
    color: #fff;
}

.ment_rigtt_bnt {
    color: #0095da;
}

.job_ment_more {
    border-bottom: 1px solid #dad9d9;
}

.job_ment_more .us_tt1 {
    font-size: 20px;
}

.open {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999999;
    display: none;
}

.open_bj {
    width: 474px;
    height: 394px;
    background: #fff;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -237px;
    border-radius: 6px;
}

.open_cont {
    padding-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.open_cont ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.open_cont ul li label {
    width: 78px;
    font-size: 14px;
}

.open_cont ul li input {
    width: 250px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 5px;
}

.djsc {
    width: 230px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 5px;
    position: absolute;
    font-size: 14px;
    color: #0095da;
    left: 78px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.open_tt {
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.open_cont ul li span {
    /* opacity: 0 */
    /* position: absolute;
    left: 78px;
    z-index: 11; */
}

.dj[type="file" i]::-webkit-file-upload-button {
    display: none;
}

.ment_bt_bnt2 {
    background: #0095da;
    border-radius: 5px;
    margin-left: 112px;
}

.close {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 15px;
    height: 16px;
}

.close img {
    width: 100%;
    height: 100%;
}

.contant {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 50px 13.5%;
    align-items: center;
}

.conta_left h5 {
    font-size: 42px;
    margin-bottom: 86px;
}

.p_tt {
    font-size: 20px;
    margin-bottom: 26px;
}

.left_add img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline;
}

.left_add span {
    font-size: 16px;
    vertical-align: middle;
}

.left_add1 {
    margin-bottom: 78px;
}

.left_add1 img {
    height: 28px;
}

.left_ul {
    display: flex;
}

.left_add2 {
    width: 33%;
    border-right: 1px solid #eee;
    padding-left: 4%;
}

.conta_left {
    width: 60%;
}

.left_add2:last-child {
    border-right: none;
}

.left_add2:first-child {
    padding-left: 0;
    width: 33%;
}

.p_tt2 {
    margin-bottom: 10px;
}

.company_plate {
    padding-top: 150px;
}

.company_profile {
    position: relative;
    height: 560px;
}

.profile_left {
    position: absolute;
    left: 12%;
    width: 36%;
    z-index: 1;
}

.profile_right {
    position: absolute;
    right: 0;
    max-width: 54%;
    max-height: 560px;
    bottom: 50px;
}

.profile_right img {
    width: 100%;
    height: auto;
}

.profile_left_tt {
    font-size: 42px;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 35px;
}

.profile_left p {
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.profile_left a {
    color: #0095da;
    font-size: 16px;
}

.profile_left a i {
    font-size: 14px;
}

.company_plate2 {
    width: 100%;
    height: 724px;
    background: url("../images/about_bj1.png") center center no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

.company_plate2_cont {
    height: 490px;
}

.profile_left_tt1 {
    font-family: "思源黑体";
    margin-bottom: 70px;
}

.company_plate2_slider {
    display: flex;
    justify-content: space-between;
}

.plate2_slider_right {
    /* width: 652px; */
    width: 48%;
}

.plate2_slider_left {
    /* width: 700px; */
    width: 50%;
}

.plate2_slider_left ul {
    display: flex;
}

.plate2_slider_left ul .li1 {
    display: flex;
    width: 136px;
    height: 338px;
    background: url("../images/time1.png") bottom center no-repeat;
    font-size: 36px;
    font-family: "Myriad Pro";
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    color: #01a2ea;
}

.plate2_slider_left ul .li1_on {
    background: url("../images/time1_on.png") center center no-repeat;
    color: #fff;
    padding-top: 100px;
    height: 238px;
    justify-content: initial;
    margin-right: 0;
    position: relative;
    /* bottom: -338px; */
    transition: .5s;
}

.plate2_slider_right ul {
    /* width: 590px; */
    width: 99%;
    display: none;
    height: 338px;
    overflow-y: auto;
    padding-right: 1%;
}

.plate2_slider_right ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.plate2_slider_right ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #0095da;
}

.plate2_slider_right ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    background: #dadada;
}

.plate2_slider_right ul:first-child {
    display: block;
}

.plate2_slider_right ul li .time_tt {
    font-size: 36px;
    font-family: "Myriad Pro";
    margin-bottom: 4px;
    color: #01a2ea;
}

.plate2_slider_right ul li {
    margin-bottom: 26px;
}

.plate2_slider_right ul li p {
    font-size: 16px;
    line-height: 30px;
}

.company_plate3_top {
    display: flex;
}

.company_plate3_top_L {
    width: 656px;
    height: 215px;
    padding-top: 57px;
    padding-left: 44px;
}

.company_plate3_top_L1 {
    background: url("../images/about_bj2.png") center center no-repeat;
}

.company_plate3_top_L2 {
    background: url("../images/about_bj3.png") center center no-repeat;
}

.company_plate3_top_L p {
    width: 220px;
    font-size: 18px;
    line-height: 34px;
}

.company_plate3_tt {
    font-size: 34px;
    color: #0095da;
    margin-bottom: 10px;
}

.company_plate3_bt {
    /* width: 1356px; */
    width: 98%;
    height: 527px;
    padding-top: 57px;
    padding-left: 2%;
    background: #f6f8fa url("../images/about_bj4.png") bottom center no-repeat;
    margin-bottom: 74px;
}

.company_plate3_bt ul {
    display: flex;
}

.company_plate3_bt ul li {
    width: 17%;
    padding-right: 3%;
}

.company_plate3_bt ul li p {
    font-size: 26px;
    margin-bottom: 10px;
}

.company_plate3_bt ul li img {
    width: 31px;
    height: 3px;
    margin-bottom: 35px;
}

.company_plate3_bt ul li span {
    font-size: 18px;
    line-height: 32px;
    display: block;
}

.company_plate3_tt1 {
    margin-bottom: 70px;
}

.subsidiary {
    padding-top: 100px;
}

.subs_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.subs_top_tt {
    font-size: 42px;
}

.switch {
    width: 156px;
    height: 42px;
    background: #0095da;
    line-height: 42px;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
    text-align: right;
}

.switch .span2,
.switch .p1 {
    display: none;
}

.switch .span1 {
    padding-left: 25px;
    text-align: left;
}

.switch .span2 {
    padding-right: 25px;
    text-align: right;
}

.switch span {
    color: #fff;
    display: block;
}

.switch p {
    width: 42px;
    height: 42px;
    color: #333;
    border-radius: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    text-align: center;
    line-height: 42px;
}

.switch .p2 {
    right: 0px;
}

.switch .p1 {
    left: 0px;
}

.subs_cont {
    margin-bottom: 54px;
}

.subs_zg {
    width: 869px;
    height: 618px;
    background: url("../images/zgdt.png") center center no-repeat;
    margin: 0 auto;
    position: relative;
}

.subs_zg_child_icon {
    background: url("../images/yuan1.png") no-repeat;
    width: 19px;
    height: 19px;
}

.subs_zg_child_icon_on {
    background: url("../images/yuan2.png") no-repeat;
}

.subs_zg_child1 .subs_zg_child_cont {
    width: 292px;
    height: 110px;
    background: #0095da;
    display: none;
    position: absolute;
    right: -26px;
    top: 288px;
    border-radius: 5px;
    color: #fff;
    padding-top: 12px;
}

.subs_zg_child1 .subs_zg_child_cont:first-child {
    display: block;
}

.subs_zg_child_icon {
    position: absolute;
}

.subs_zg_child_icon1 {
    top: 347px;
    right: 320px;
}

.subs_zg_child_icon2 {
    top: 347px;
    right: 340px;
}

.subs_zg_child_icon3 {
    top: 368px;
    right: 322px;
}

.child_cont_tt {
    padding: 0 0 8px 18px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.subs_zg_child_cont ul {
    padding: 11px 4px 0 20px;
}

.subs_zg_child_cont ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.subs_zg_child_cont ul li img {
    vertical-align: middle;
    margin-right: 6px;
}

.subs_sj {
    width: 100%;
    height: 654px;
    background: url("../images/sjdt.png") center center no-repeat;
    margin: 0 auto;
}

.subs_cont1 {
    display: none;
}

.subs_cont1:first-child {
    display: block;
}

.hb_title {
    font-size: 42px;
    color: #222222;
    margin-bottom: 60px;
}

.honor_box {
    margin-top: 50px;
}

.honor_box .swiper_box {
    width: 100%;
    padding-bottom: 50px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #fff; */
}

.swiper_box .swiper-wrapper .swiper-slide {
    height: 435px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    margin-top: 30px !important;
}

.swiper_box .swiper-wrapper .swiper-slide a {
    display: block;
}

.honor_img {
    width: 100%;
    height: 398px;
    background: url(../images/swiper_bg.png) bottom center no-repeat;
    /* background-size: 100% 100%; */
}

.honor_img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.honor_name {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.content .honor_box .swiper_box .aptitude_pagination {
    bottom: 0px;
}

.swiper_box .aptitude_pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 10px !important;
}

.swiper_box .aptitude_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0095da;
}

.lead_care_box {
    display: flex;
}

.left_lcb_box {
    width: 48.5%;
}

.left_lcb_box .box_img {
    display: block;
    width: 100%;
}

.left_lcb_box .box_img .box_image {
    width: 100%;
    height: 553px;
    overflow: hidden;
}

.left_lcb_box .box_img .box_image img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

.left_lcb_box .box_img:hover .box_image img {
    transform: scale(1.1);
}

.box_title {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.right_lcb_box {
    width: 49.85%;
    margin-left: 1.23%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right_list_box {
    width: 48.5%;
    display: block;
    margin-right: 1.2%;
    padding-bottom: 25px;
}

.rlb_img {
    width: 100%;
    height: 242px;
    overflow: hidden;
}

.rlb_img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

.right_list_box:hover .rlb_img img {
    transform: scale(1.1);
}

.about_logo {
    margin-top: 53px;
    margin-bottom: 90px;
}

.about_logo ul {
    display: flex;
    flex-wrap: wrap;
}

.about_logo ul li {
    width: 266px;
    height: 94px;
    border: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.about_logo ul li img {
    max-width: 100%;
    height: auto;
}

.seach_cont {
    width: 996px;
    margin: 106px auto;
}

.seach_cont_tt {
    text-align: center;
    font-size: 42px;
    margin-bottom: 80px;
}

.seach_cont_input {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}

.seach_cont_input input {
    display: block;
    flex: 1;
    height: 100%;
}

.seach_cont_input img {
    width: 16px;
    height: 16px;
    display: block;
}

.seach_cont_input1 {
    margin-bottom: 70px;
}

.seach_cont_input1:hover .seach_cont_input_tt a {
    color: #0095da;
}

.seach_cont_input_tt a {
    display: block;
    width: 880px;
    font-size: 16px;
    color: #333;
    transition: .4s;
}

.seach_cont_input1 .iconfont_i {
    font-size: 22px;
    color: #999;
    transition: .4s;
}

.seach_cont_input1:hover .iconfont_i {
    color: #0095da;
}

.about_box {
    background: #fafafa;
}

.advantage_box1 {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.core_plate {
    margin-top: 76px;
}

.core_plate_top {
    height: 120px;
    display: flex;
    background: #78c9ef;
    color: #fff;
    font-size: 30px;
    align-items: center;
}

.core_plate_bt {
    border: 1px solid #ececec;
    border-top: none;
}

.core_plate_top2 {
    height: 98px;
    background: #fff;
    color: #333;
    font-size: 20px;
}

.core_plate_top2:nth-child(2n+2) {
    background: #f5f5f5;
}

.core_plate_top .core_plate_top_L {
    width: 57.8%;
    text-align: center;
}

.core_plate_top2 .core_plate_top_L2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.core_plate_top .core_plate_top_r {
    width: 42%;
    text-align: center;
}

.core_plate_top_img {
    width: 177px;
    text-align: right;
    margin-right: 10px;
}

.core_plate_top2 img {
    vertical-align: middle;
}

.services_plate {
    display: flex;
    flex-wrap: wrap;
    margin-top: 110px;
}

.services_plate_cont {
    width: 20%;
    margin: 0 2%;
}

.ser_plate_top {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 76px;
}

.ser_plate_top::after {
    content: "";
    width: 34px;
    height: 3px;
    background: #0095da;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -17px;
}

.ser_plate_top h5 {
    font-size: 110px;
    color: #efefef;
    font-family: "Arial";
    width: 100%;
    text-align: center;
    line-height: 110px;
}

.ser_plate_top p {
    font-size: 20px;
    color: #0095da;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 110px;
}

.ser_plate_bt {
    font-size: 16px;
    text-align: center;
}

.deep_plate {
    padding-top: 100px;
}

.deep_plate:last-child {
    padding-bottom: 60px;
}

.deep_plate_tt {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.deep_plate_tt1 {
    width: 48%;
    margin-right: 2%;
    font-size: 42px;
}

.deep_plate_tt2 {
    width: 50%;
    font-size: 24px;
    color: #9d9d9d;
    text-align: right;
}

.deep_plate_img {
    width: 100%;
    max-height: 570px;
    overflow: hidden;
}

.deep_plate_img img {
    max-width: 100%;
    height: auto;
}

.profile_right_mobile {
    width: 96%;
    min-height: 150px;
    max-height: 240px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}

.profile_right_mobile img {
    width: 100%;
}

.second_video_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    z-index: 9999;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.video_class {
    /* padding-top: 130px; */
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.first_img2_ph {
    display: none;
}

.second_video_close {
    position: absolute;
    z-index: 999;
    top: 8%;
    right:14%;
    background: #fff;
    border-radius: 100%;
    padding: 4px;
}

.second_video_close img {
    width: 32px;
    height: 32px;
    vertical-align: top;
}

.news_content .news_list_ph {
    width: 96%;
}
.zhuli{
      position: absolute;
    top: 170px;
    left: 3.5%;
}
.zhuli p{
      font-family: "Arial";
    padding: 0 16px;
    background: #fff;
    /*border-radius: 4px;*/
    color: #55A4E9;
      font-size:40px;
    font-weight: bold;
      /*margin-bottom: 10px;*/
}
.index_plate1_tt {
    position: absolute;
    top: 150px;
    left: 11.5%;
}

.index_plate1_tt1 {
    font-size: 50px;
    font-weight: bold;
    font-family: "思源黑体";
    color: #fff;
}

.index_plate1_tt1 span {
    font-family: "Arial";
    padding: 0 6px;
    background: #fff;
    border-radius: 4px;
    color: #55A4E9;
}
.index_plate1_tt6{
     font-size: 50px;
    font-weight: bold;
    font-family: "思源黑体";
    /*color: #fff;*/
      padding: 0 6px;
      box-sizing: border-box;
        background: #fff;
    border-radius: 4px;
    color: #55A4E9;
    width: 50%;
    text-align: center;

}
.zhuli p:first-of-type{
    border-radius: 5px 5px 0px 0px;
}
.zhuli p:last-of-type{
    border-radius: 0px 0 5px 5px;
}