@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    font-family: Tahoma, Arial, '微软雅黑', 'Microsoft YaHei';
    color: #333;
    background: #ffffff;
    overflow-x: hidden;
}

* {
    transition: all 0.2s;
}

img {
    border: 0;
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

a {
    color: #333;
    text-decoration: none !important;
}

p,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
button,
textarea {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    font-family: Tahoma, Arial, '微软雅黑', 'Microsoft YaHei';
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

button {
    cursor: pointer;
}

.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.v_hide {
    display: none !important;
}

.font_color_white {
    color: #fff !important;
}

.v_show {
    display: block !important;
}

@-webkit-keyframes fadeOutAndIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutAndIn {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.fadeOutAndIn {
    -webkit-animation-name: fadeOutAndIn;
    animation-name: fadeOutAndIn;
}


.w1300 {
    width: 1400px;
    margin: 0 auto;
}

.b_overflow {
    height: 100%;
    overflow: hidden;
}

.no-scroll {
    overflow: hidden;
}

.home_body {
    position: relative;
}

.h_banner {
    width: 100%;
}

.h_banner image {
    width: 100%;
    height: auto;
}

.h_banner_1 {
    height: 700px;
    background: url(../images/banner_1.png) no-repeat center center;
    background-size: cover;
}

.h_banner_1 .w1300 {
    height: 700px;
    position: relative;
}

.home_banner {
    width: 100%;
    height: 700px;
}

.home_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home_banner .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.home_banner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.home_h {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    z-index: 999;
}

.home_h_2 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.home_h .w1300 {
    display: flex;
}

.h_logo {
    width: 300px;
    height: 65px;
    margin-right: 120px;
    background: url(../images/logo.png) no-repeat left;
    background-size: auto 100%;
}

.home_h_2 .h_logo {
    background: url(../images/logo_2.png) no-repeat left;
    background-size: auto 100%;
}

.h_tel {
    width: 250px;
    text-align: right;
    color: #ffffff;
}
.h_tel a {
    color: #ffffff;
}

.h_nav {
    flex: 1;
}

.h_nav .h_n_item {
    display: inline-block;
    line-height: 65px;
    height: 65px;
    padding-bottom: 20px;
    margin-right: 75px;
    position: relative;
}

.h_nav .h_n_item>a {
    color: #ffffff;
    font-size: 18px;
    display: block;
    position: relative;
}

.home_h_2 .h_nav .h_n_item>a {
    color: #000000;
}

.h_nav .h_n_item>a::before {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #1acce1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s;
}

/* .h_nav .h_n_item>a:hover::before {
    width: 100%;
} */
.h_n_item_on>a::before {
    width: 100% !important;
}

.nav2_box {
    width: 200%;
    display: none;
    border-top: 3px solid #1acce1;
    position: absolute;
    top: 62px;
    left: -50%;
    background: #ffffff;
    background: linear-gradient(#ffffff, #e5e5e5);
    border-radius: 0 0 4px 4px;
    padding: 15px 0;
    font-size: 16px;
    overflow: hidden;
}

.h_n_item:hover .nav2_box {
    display: block;
    box-shadow: 0 10px 10px rgba(3, 0, 0, 0.2);
}

.nav2_box a {
    width: 100%;
    text-align: center;
    line-height: 2.2;
    display: block;
    color: #333333;
}

.nav2_box a:hover {
    color: #004a96;
}







.h_tel span {
    display: inline-block;
    line-height: 65px;
    position: relative;
    padding-left: 40px;
}

.h_tel span::before {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_1.png) no-repeat left center;
    background-size: 40% auto;
}

.home_h_2 .h_tel a {
    color: #004a96;
}

.home_h_2 .h_tel span::before {
    background: url(../images/icon_1_b.png) no-repeat left center;
    background-size: 40% auto;
}

.h_section_1 {
    padding-top: 80px;
}

.section_title_1 {
    width: 100%;
}

.section_title_1 img {
    width: 615px;
    height: auto;
    margin: 0 auto;
}

.h_fangan {
    width: 100%;
    padding: 70px 0 50px 0;
}

.h_f_item {
    width: 22%;
    margin-right: 4%;
    float: left;

}

.h_f_item:last-child {
    margin-right: 0;
}

.h_f_item a {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 35px;
    background: url(../images/index_img_1_b.png) no-repeat #ffffff;
    background-size: cover;
}

.h_f_icon {
    width: 50px;
    height: 50px;
    margin-top: 90px;
    opacity: 0.3;
}

.h_f_1 {
    width: 100%;
    font-size: 25px;
    color: #000000;
    margin-top: 20px;
}

.h_f_2 {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    color: #999999;
    margin-top: 10px;
}

.h_f_jt {
    width: 100%;
    height: 0;
    background: url(../images/icon_9.png) no-repeat left center;
    background-size: auto 100%;
}

.hfi_1 {
    background: url(../images/icon_2.png) no-repeat left center;
    background-size: 90% auto;
}

.hfi_2 {
    background: url(../images/icon_3.png) no-repeat left center;
    background-size: 90% auto;
}

.hfi_3 {
    background: url(../images/icon_4.png) no-repeat left center;
    background-size: 90% auto;
}

.hfi_4 {
    background: url(../images/icon_5.png) no-repeat left center;
    background-size: 90% auto;
}

.h_f_item a:hover {
    background: url(../images/index_img_1.png) no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px rgba(12, 105, 183, 0.6);
    background-position: 50% 50%;
}

.h_f_item a:hover .h_f_icon {
    width: 50px;
    height: 50px;
    margin-top: 50px;
    opacity: 1;
}

.h_f_item a:hover .h_f_1 {
    width: 100%;
    font-size: 25px;
    color: #ffffff;
    margin-top: 20px;
}

.h_f_item a:hover .h_f_2 {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    color: #ffffff;
    margin-top: 10px;
}

.h_f_item a:hover .h_f_jt {
    width: 100%;
    height: 40px;
    background: url(../images/icon_9.png) no-repeat left center;
    background-size: auto 100%;
}

.h_f_item a:hover .hfi_1 {
    background: url(../images/icon_2_b.png) no-repeat left center;
    background-size: 90% auto;
}

.h_f_item a:hover .hfi_2 {
    background: url(../images/icon_3_b.png) no-repeat left center;
    background-size: 90% auto;
}

.h_f_item a:hover .hfi_3 {
    background: url(../images/icon_4_b.png) no-repeat left center;
    background-size: 90% auto;
}

.h_f_item a:hover .hfi_4 {
    background: url(../images/icon_5_b.png) no-repeat left center;
    background-size: 90% auto;
}

.h_section_2 {
    width: 100%;
    background: url(../images/index_img_2.png) no-repeat center center;
    background-size: cover;
}

.h_num {
    width: 100%;
}

.h_num_item {
    width: 33.33%;
    float: left;
    padding: 60px 0 60px 70px;
    box-sizing: border-box;
}

.h_n_1 {
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    color: #ffffff;
    padding-left: 60px;
}

.h_n_2 {
    width: 68%;
    font-size: 16px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 60px;
    margin-top: 10px;
}

.h_n_1::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.h_n_1_a::before {
    background: url(../images/icon_6.png) no-repeat left center;
    background-size: 70% auto;
}

.h_n_1_b::before {
    background: url(../images/icon_7.png) no-repeat left center;
    background-size: 70% auto;
}

.h_n_1_c::before {
    background: url(../images/icon_8.png) no-repeat left center;
    background-size: 70% auto;
}

.h_section_3 {
    padding: 60px 0 10px 0;
}

.section_title_2 {
    width: 100%;
}

.st2_cn {
    font-size: 28px;
    font-weight: bold;
    color: #004a96;
    position: relative;
    text-align: center;
}

.st2_en {
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
}

.st2_cn span {
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.st2_cn span::before {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: rgba(12, 105, 183, 0.1);
    position: absolute;
    top: 16px;
    left: -220px;
}

.st2_cn span::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: rgba(12, 105, 183, 0.1);
    position: absolute;
    top: 16px;
    right: -220px;
}

.tabs_type_a {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.tta_item {
    display: inline-block;
}

.tta_item a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999999;
    background: #ffffff;
    border: 1px solid #c5c5c5;
    text-align: center;
    padding: 0 40px;
    border-radius: 20px;
}

.tta_item:nth-child(1) {
    margin-right: 10px;
}

.tta_item_on a,
.tta_item a:hover {
    color: #ffffff;
    background: #004a96;
    border: 1px solid #004a96;
}

.h_news_box {
    padding: 60px 0;

}

.h_new_item {
    background: #ffffff;
    border-bottom: 5px solid #ffffff;
    padding-bottom: 20px;
}

.h_new_item a {
    width: 100%;
    display: block;
    position: relative;
}

.hni_img {
    width: 100%;
    height: 0;
    padding-top: calc(100% * 6 / 8);
    position: relative;
    overflow: hidden;
}

.hni_img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hni_title {
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 10px 15px 2px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: left;
}

.hni_date {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    text-align: left;
}

.hni_text {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 1.5 !important;
}

.h_new_item:hover {
    background: #0167d5;
    border-bottom: 5px solid #004a96;
}

.h_new_item:hover a .hni_title {
    color: #ffffff;
}

.h_new_item:hover a .hni_date {
    color: rgba(255, 255, 255, 0.5);
}

.h_new_item:hover a .hni_text {
    color: rgba(255, 255, 255, 0.8);
}

.h_news_box .swiper-pagination {}















.h_section_4 {
    padding: 60px 0;
}

.h_huoban_box {
    width: 100%;
    margin-top: 50px;
}

.h_h_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h_h_list li {
    width: 23%;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.h_h_list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.h_h_list li img {
    width: 100%;
    height: auto;
}

.h_section_5 {
    background: #051435;
    padding: 60px 0;
}

.h_section_5 .st2_cn {
    color: #ffffff;
}

.h_section_5 .st2_en {
    color: rgba(255, 255, 255, 0.3);
}

.h_section_5 .st2_cn span::before {
    background: rgba(255, 255, 255, 0.1);
}

.h_section_5 .st2_cn span::after {
    background: rgba(255, 255, 255, 0.1);
}

.h_service {
    width: 100%;
}

.h_map_box {
    margin-top: 50px;
    width: 60%;
    height: 700px;
    background: url(../images/index_map_1.png) no-repeat center center;
    background-size: auto 100%;
    position: relative;
    float: left;
}

.h_map_box::after {
    content: '';
    width: 100%;
    height: 700px;
    background: url(../images/index_map_2.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    webkit-animation: fadeOutAndIn 3s linear infinite;
    animation: fadeOutAndIn 3s linear infinite;
}

.h_s_list {
    width: 35%;
    height: auto;
    margin-top: 40px;
    float: right;
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.1);
}

.h_s_item {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.h_s_item img {
    width: 100%;
    height: auto;
}

.h_s_item span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.8;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #ffffff;
}

.h_zhaomu {
    width: 100%;
    background: url(../images/index_img_3.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
    color: #ffffff;
}

.h_z_1 {
    font-size: 40px;
}

.h_z_2 {
    font-size: 16px;
    margin-top: 10px;
}

.h_z_3 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.h_z_3 a {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    padding: 0 80px;
    border: 1px solid #ffffff;
}

.h_z_3 a:hover {
    background: #ba0000;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer {
    width: 100%;
    background: #20252f;
    overflow: hidden;
    color: #ffffff;
}

.f_info {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 60px 0;
}

.f_item:nth-child(1) {
    width: 13%;
}

.f_item:nth-child(2) {
    width: 13%;
}

.f_item:nth-child(3) {
    width: 13%;
}

.f_item:nth-child(4) {
    flex: 1;
    padding-left: 60px;
    box-sizing: border-box;
}

.f_wxcode {
    width: 160px;
}

.f_wxcode img {
    width: 100%;
    height: auto;

}

.f_i_a {
    width: 100%;
    font-size: 18px;
}

.f_i_b {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.f_i_b a {
    color: rgba(255, 255, 255, 0.4);
    line-height: 35px;
}

.f_i_b a:hover {
    color: rgba(255, 255, 255, 1);
}

.f_copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/*关于黑马*/
.page_banner {
    width: 100%;
    height: 450px;
    position: relative;
}

.page_banner_1 {
    background: url(../images/page_banner_1.png) no-repeat center center;
    background-size: cover;
}

.page_banner_2 {
    background: url(../images/page_banner_2.png) no-repeat center center;
    background-size: cover;
}

.page_banner_3 {
    background: url(../images/page_banner_3.png) no-repeat center center;
    background-size: cover;
}

.page_banner_4 {
    background: url(../images/page_banner_4.png) no-repeat center center;
    background-size: cover;
}

.page_banner_5 {
    background: url(../images/page_banner_5.png) no-repeat center center;
    background-size: cover;
}

.page_banner_6 {
    background: url(../images/page_banner_6.png) no-repeat center center;
    background-size: cover;
}

.page_banner_7 {
    background: url(../images/page_banner_7.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}

.page_banner_8 {
    background: url(../images/page_banner_8.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}

.page_banner_9 {
    background: url(../images/page_banner_9.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}

.page_banner_10 {
    background: url(../images/page_banner_10.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}

.page_banner_11 {
    background: url(../images/page_banner_11.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}
.page_banner_12 {
    background: url(../images/page_banner_12.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}
.page_banner_13 {
    background: url(../images/page_banner_13.png) no-repeat center center;
    background-size: cover;
    height: 700px;
}

.page_title {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 140px;
}
.page_title_2 {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 350px;
}

.pt_cn {
    font-size: 45px;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.pt_en {
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    text-align: center;
}

.pt_cn span {
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.pt_cn span::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    top: 16px;
    left: -70px;
}

.pt_cn span::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    top: 16px;
    right: -70px;
}

.page_text {
    width: 100%;
    position: absolute;
    bottom: 110px;
    color: #ffffff;
    font-size: 18px;
    line-height: 2.5;
    text-align: justify;
}

.page_tab {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 0px;
}

.pt_item {
    display: inline-block;
    margin-right: 1px;
}

.pt_item:last-child {
    margin-right: 0;
}

.pt_item a {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    padding: 0 40px;
    border-top: 0px solid rgba(0, 74, 150, 0);
}

.pt_item a:hover {
    background: rgba(0, 74, 150, 0.6);
}

.pt_item_on a {
    background: #004a96 !important;
    border-top: 5px solid rgba(0, 74, 150, 0.2);
}

.about_s1 {
    width: 100%;
    padding: 80px 0;
}

.about_s1 .w1300 {
    display: flex;
}

.as_left {
    flex: 1;
}

.as_right {
    width: 600px;
    margin-left: 50px;
}

.as_right img {
    width: 100%;
    height: auto;
}

.section_title_3 {
    width: 100%;
}

.st3_cn {
    font-size: 28px;
    font-weight: bold;
    color: #004a96;
    position: relative;
}

.st3_en {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.st3_cn span {
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.about_text {
    width: 100%;
    text-align: justify;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 2;
}

.about_text p {
    margin-top: 20px;
}

.about_s2 {
    width: 100%;
    padding: 60px 0;
    background: url(../images/page_img_2.png) no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

.as2_item {
    width: 100%;
    padding: 20px 0;
}

.as2_text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 2;
}

.about_s3 {
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(#340948, #004a96);
    padding: 80px 0;
    color: #ffffff;
}

.about_s3 .w1300 {
    display: flex;
}

.as3_left {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 60px;
    position: relative;
}

.as3_left::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 70px;
    right: 0;
}

.as3_right {
    flex: 1;
}

.as3_left .st3_cn {
    color: #ffffff;
}

.as3_left .st3_en {
    color: rgba(255, 255, 255, 0.3);
}

.as3_left_13 {
    position: absolute;
    bottom: 50px;
}

.as3_left_13 span:nth-child(1) {
    font-size: 100px;
    line-height: 1;
}

.as3_left_13 span:nth-child(2) {
    font-size: 36px;
    line-height: 1.2;
}

.history_item {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.history_item:last-child {
    border-bottom: 0;
}

.history_year {
    font-size: 26px;
    width: 80px;
    opacity: 0.2;
    float: left;
    line-height: 50px;
    position: relative;
    margin-right: 20px;
}

.history_year::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 0;
}

.history_test {
    flex: 1;
}

.history_test span:nth-child(1) {
    display: block;
    font-size: 30px;
    line-height: 50px;
    opacity: 0.8;
}

.history_test span:nth-child(2) {
    display: block;
    font-size: 16px;
    opacity: 0.5;
}

.history_item:hover {
    padding-left: 0;
}

.history_item:hover .history_year,
.history_item:hover .history_test span:nth-child(1),
.history_item:hover .history_test span:nth-child(2) {
    opacity: 1;
}

.about_s4 {
    padding: 80px 0;
}

.cooperation_box {
    padding: 40px 0 80px 0;
}

.rongyu_box {
    padding: 40px 0 60px 0;
    width: 100%;
    box-sizing: border-box;
}

.rongyu_box .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #ffffff;
    color: #004a96 !important;
    opacity: 0.6;
}

.rongyu_box .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #ffffff;
    color: #004a96 !important;
    opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.rongyu_box .swiper-slide {
    width: auto !important;
    height: 200px;
    overflow: hidden;
}

.rongyu_box .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}






/*新闻中心*/
.news_box {
    padding: 80px 0;
}

.new_item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}

.new_item:hover {
    border-bottom: 1px solid #e5e5e5;
}

.new_item_img {
    width: 220px;
    height: 165px;
    margin-right: 40px;
    overflow: hidden;
}

.new_item:hover .new_item_img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.new_item_img img {
    width: 100%;
    height: auto;
}

.new_item_info {
    flex: 1;
    position: relative;
}

.new_item_title {
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.new_item:hover .new_item_title a {
    color: #004a96;
}

.new_item_date {
    width: 100%;
    font-size: 14px;
    color: #999999;
}

.new_item_text {
    width: 100%;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.new_item_tag {
    position: absolute;
    bottom: 0;
}

.new_item_tag span {
    display: block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 30px;
    padding: 0 20px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
}

.new_title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    padding: 0;
}

.new_d_info {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.new_d_type {
    display: inline-block;
    margin-right: 30px;
}

.new_d_date {
    display: inline-block;
    margin-right: 30px;
}

.new_d_tag {
    display: inline-block;
    float: right;
}

.new_d_tag span {
    display: block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 30px;
    padding: 0 20px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
}

.new_d_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 40px 0;
}

.new_d_img img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.new_d_text {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    color: #333333;
    line-height: 2;
}

.new_d_text p {
    margin-top: 20px;
}

.contact_map {
    width: 100%;
    overflow: hidden;
}

.contact_map img {
    width: 100%;
    height: auto;
}

.contact_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}

.contact_item {
    width: 31%;
    background: #004a96;
    color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
}

.contact_item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.ci_title {
    width: 100%;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact_item:hover .ci_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ci_tel,
.ci_mail {
    width: 100%;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.contact_item:hover .ci_tel {
    color: #ffffff;
}

.contact_item:hover .ci_mail {
    color: #ffffff;
}

.contact_3 {
    width: 100%;
    background: url(../images/page_img_7.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}

.cf_left {
    width: 50%;
    float: left;
}

.cfl_title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

.cf_left form {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.cfl_item {
    width: 45%;
    float: left;
    display: flex;
    margin-top: 30px;
    overflow: hidden;
}

.cfl_item:nth-child(2) {
    float: right;
}

.cfl_item dt {
    width: 80px;
    line-height: 40px;
}

.cfl_item dd {
    flex: 1;
}

.cfl_item dd input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
}

.cfl_item2 {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    display: flex;
}

.cfl_item2 dt {
    width: 80px;
    line-height: 40px;
}

.cfl_item2 dd {
    flex: 1;
}

.cfl_item2 dd textarea {
    width: 100%;
    height: 100px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 18px;
}

.cfl_item3 {
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    padding-left: 80px;
}

.cfl_item3 button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 50, 50, 0.8);
    color: #ffffff;
    font-size: 18px;
}

.cfl_item3 button:hover {
    background: rgba(255, 50, 50, 1);
}

.cf_right {
    width: 40%;
    float: right;
}

.cfr_title {
    width: 100%;
}

.cfr_title img {
    width: 100%;
    height: auto;
}

.cfr_list {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.cfr_list li {
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    background: url(../images/icon_11.png) no-repeat left center;
    background-size: auto 50%;
    margin-top: 30px;
    font-size: 24px;
}

/*加入我们*/
.joinus_box {
    padding: 80px 0;
}

.joinus_ietm {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}

.ju_left {
    width: 25%;
    border-right: 1px dashed #e5e5e5;
    margin-right: 50px;
}

.ju_right {
    flex: 1;
}

.ju_title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

.ju_info {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}

.ju_info span {
    display: block;
    width: 100%;
}

.ju_btn {
    width: 100%;
    margin-top: 30px;
}

.ju_btn a {
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #0054ff;
    color: #0054ff;
    font-size: 16px;
}

.ju_btn a:hover {
    color: #ffffff;
    background: #0054ff;
}

.ju_r_title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.ju_r_text {
    width: 100%;
    font-size: 16px;
    color: #666;
    padding: 10px 0 20px 0;
    text-align: justify;
}

/*申请职位弹出*/
.t_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999;
    display: flex;
    -webkit-display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.t_ju_main {
    width: 1000px;
    height: 650px;
    position: relative;
    background: #ffffff;
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.t_ju_left {
    width: 320px;
    background: url(../images/page_img_12.png) no-repeat left top #004a96;
    padding: 130px 40px 0 40px;
    color: #ffffff;
    box-sizing: border-box;
}

.t_ju_left2 {
    width: 320px;
    background: url(../images/page_img_18.png) no-repeat left top #004a96;
    padding: 130px 40px 0 40px;
    color: #ffffff;
    box-sizing: border-box;
}

.tjl_title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

.tjl_text {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;

}

.tjl_tel {
    width: 100%;
    font-size: 18px;
    margin-top: 50px;
    color: rgba(255, 255, 255, 0.5);
}

.t_ju_right {
    flex: 1;
    padding: 80px 50px 0 50px;
    box-sizing: border-box;
}

.tjr_title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.tjr_title img {
    margin: 0 auto;
}

.tjr_form {
    width: 100%;
    margin-top: 50px;
}

.tjr_form form {
    display: block;
    width: 100%;
}

.tjr_form dl {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.tjr_form dl dt {
    display: block;
    width: 20%;
    float: left;
    text-align: right;
    line-height: 40px;
    color: #666666;
}

.tjr_form dl dd {
    display: block;
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
}

.tjr_form dl dd input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 10px;
}

.tjr_form dl dd select {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 8px;
    color: #666;
}

.tjr_form dl dd textarea {
    width: 100%;
    height: 150px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.tjr_form dl dd textarea.xuqiu {
    height: 90px;
}

.tjr_form dl dd button {
    width: 40%;
    height: 50px;
    text-align: center;
    background: rgba(0, 74, 150, 0.8);
    color: #ffffff;
    font-size: 18px;
    border-radius: 3px;
}

.tjr_form dl dd button:hover {
    background: rgba(0, 74, 150, 1);
}

.t_close {
    width: 30px;
    height: 30px;
    background: url(../images/icon_12.png) no-repeat center center;
    background-size: 60% auto;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.3;
    cursor: pointer;
}

.t_close:hover {
    opacity: 1;
    transform: rotate(180deg);
}

/*商机浮动*/

.shangji {
    width: 100%;
    padding: 15px 0;
    background: rgba(3, 8, 41, 0.6);
    position: fixed;
    bottom: 0;
    z-index: 5;
}

#sj_box {
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 74, 150, 1);
    position: fixed;
    bottom: 0;
    z-index: 5;
    -moz-transition: bottom 250ms ease-in-out;
    -webkit-transition: bottom 250ms ease-in-out;
}

#sj_box.Offscreen {
    bottom: -100px;
    -moz-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
}

.shangji form {
    display: block;
    width: 100%;
}

.sj_text {
    width: 40%;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    font-style: italic;
    float: left;
}

.sj_form {
    width: 60%;
    float: left;
    display: flex;
    padding-top: 8px;
}

.sj_form input {
    flex: 1;
    height: 40px;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    margin-right: 15px;
    font-size: 16px;
}

.sj_form button {
    width: 25%;
    height: 40px;
    background: #007eff;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
}

/*项目案例*/
.case_bg {
    width: 100%;
    background: url(../images/page_img_9.png) no-repeat top center #00275d;
    background-size: 100% auto;
    padding: 50px 0;
}

.case_title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.case_title img {
    width: 65%;
    margin: 0 auto;
}

.case_text {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 30px 100px;
    box-sizing: border-box;
    opacity: 0.8;
}

.case_box {
    width: 100%;
    background: #ffffff;
    box-shadow: 7px -7px 0 rgba(255, 255, 255, 0.2);
    padding: 50px 70px;
    box-sizing: border-box;
    margin-top: 50px;
    overflow: hidden;
}

.case_box_title {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 36px;
}
.case_box_title span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    font-weight: normal;
    color: #004a96;
}
.case_box_title span::before {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    background: url(../images/icon_42.png) no-repeat center center;
    background-size: auto 100%;
    margin-bottom: 20px;
}

.case_list {
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    overflow: hidden;
}
.case_logo {
    width: 20%;
    float: left;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}
.case_logo img {
    width: 100%;
    height: auto;
}
.case_logo:nth-child(5n) {
    border-right: 0;
}

/* .case_item {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 40px;
    overflow: hidden;
}

.case_item:nth-child(3n) {
    margin-right: 0;
}

.case_item a {
    display: block;
    position: relative;
}

.ci_img {
    width: 100%;
    height: 0;
    padding-top: calc(100% * 6 / 8);
    position: relative;
    overflow: hidden;
}

.ci_img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ci_name {
    width: 100%;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: -50px;
    color: #ffffff;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.case_item:hover .ci_name {
    bottom: 0;
} */

/*运营商招募*/
.channel_section_1 {
    width: 100%;
    background: url(../images/page_img_14.png) repeat-y;
    background-size: 100% auto;
    padding: 80px 0;
    overflow: hidden;
}

.cs1_img {
    width: 35%;
    float: left;
}

.cs1_img img {
    width: 100%;
    height: auto;
}

.cs1_text {
    width: 60%;
    float: right;
    color: #ffffff;
    line-height: 2.2;
}

.channel_section_2 {
    width: 100%;
    background: url(../images/page_img_15.png) repeat-y;
    background-size: 100% auto;
    padding: 100px 0;
    overflow: hidden;
}

.cs2_title {
    width: 100%;
    margin-top: 10px;
}

.cs2_title img {
    margin: 0 auto;
    width: 50%;
    height: auto;
}

.zhaomu_box {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 100px 80px 100px;
    box-sizing: border-box;
}

.zhaomu_box form {
    display: block;
    width: 100%;
}

.zhaomu_box dl {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.zhaomu_box dl dt {
    display: block;
    width: 16%;
    float: left;
    text-align: right;
    line-height: 40px;
    color: #666666;
}

.zhaomu_box dl dd {
    display: block;
    width: 84%;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
}

.zhaomu_box dl dd input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 10px;
}

.zhaomu_box dl dd textarea {
    width: 100%;
    height: 150px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.zhaomu_box dl dd button {
    width: 40%;
    height: 50px;
    text-align: center;
    background: rgba(0, 74, 150, 0.8);
    color: #ffffff;
    font-size: 18px;
    border-radius: 3px;
}

.zhaomu_box dl dd button:hover {
    background: rgba(0, 74, 150, 1);
}

/*产品方案*/
.solutions_img {
    width: 100%;
    margin-top: 60px;
}

.solutions_img img {
    width: 100%;
    height: auto;
}

.solutions_main {
    width: 100%;
    overflow: hidden;
}

.sm_item {
    overflow: hidden;
    padding: 80px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm_item:nth-child(1) {
    border-top: 0;
}

.sm_item_img {
    width: 35%;
    float: left;
}

.sm_item_img img {
    width: 100%;
    height: auto;
}

.sm_item_text {
    width: 60%;
    float: right;
}

.sm_item:nth-child(2n) .sm_item_img {
    float: right;
}

.sm_item:nth-child(2n) .sm_item_text {
    float: left;
}

.sm_item_text dl {
    width: 100%;
    margin-top: 20px;
}

.sm_item_text dl:nth-child(1) {
    margin-top: 0;
}

.sm_item_text dt {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
}

.sm_item_text dd {
    display: block;
    width: 100%;
    font-style: 18px;
    color: #666666;
    margin-top: 5px;
    line-height: 2;
}

.apply_box {
    width: 100%;
    background: url(../images/page_img_17.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

.ab_left {
    width: 65%;
    float: left;
    color: #ffffff;
}

.ab_title {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
}

.ab_text {
    width: 100%;
    font-style: 14px;
    margin-top: 10px;
    line-height: 2;
    opacity: 0.7;
}

.ab_right {
    width: 32%;
    float: right;
    color: #ffffff;
}

.ab_btn {
    width: 60%;
    float: right;
    padding-top: 40px;
}

.ab_btn a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    background: rgba(255, 50, 50, 0);
    border: 1px solid #ffffff;
    line-height: 2.8;
    text-align: center;
    font-size: 20px;
}

.ab_btn span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.ab_btn a:hover {
    border: 1px solid rgba(255, 50, 50, 1);
    background: rgba(255, 50, 50, 1);
}


/* side */

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    bottom: 50px;
    z-index: 100;
}

#side_box {
    transition: 0.2s;
    right: 0;
}

#side_box.Offscreen {
    transition: 0.2s;
    opacity: 0.1;
    right: -60px;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #004a96;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}


/*0416*/
.ps_main_1 {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.ps_main_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    overflow: hidden;
}
.ps_main_title_2 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    overflow: hidden;
    color: #ffffff;
}
.ps_main_1_box {
    width: 100%;
    margin-top: 30px;
}
.psm_1_left {
    width: 40%;
    float: left;
}
.psm_1_left img {
    width: 100%;
    height: auto;
}
.psm_1_right {
    width: 55%;
    float: right;
}
.psmr_text {
    width: 100%;
    font-size: 18px;
}
.psmr_item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.psmr_item {
    width: 22%;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    padding: 40px 0;
}
.psmr_item div {
    width: 100%;
}
.psmr_item div img {
    margin: 0 auto;
    width: 30%;
    height: auto;
}
.psmr_item div:nth-child(2) {
    margin-top: 10px;
}
.psmr_item:hover {
    background: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.ps_main_2 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/page_img_19.png) no-repeat center center;
    background-size: cover;
}
.psm_2_text {
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
.ps_main_2_box {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.ps_main_2_box div {
    display: inline-block;
}
.ps_main_2_box div:nth-child(1) {
    margin-right: 50px;
}
.ps_main_2_box div img {
    width: auto;
    height: 290px;
}
.ps_main_3 {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}
.psm_3_left {
    width: 40%;
    float: left;
}
.psm_3_left img {
    width: 100%;
    height: auto;
}
.psm_3_right {
    width: 55%;
    float: right;
}
.psm_3_text {
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
}
.ps_main_4 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/page_img_20.png) no-repeat center center;
    background-size: cover;
}
.psm_4_1 {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}
.psm_4_1_item {
    width: 33%;
    float: left;
    color: #ffffff;
    position: relative;
}
.psm_4_1_item div {
    width: 100%;
    text-align: center;
}
.psm_4_1_item div img {
    width: 17%;
    margin: 0 auto;
}
.psm_4_1_item:nth-child(1)::after , .psm_4_1_item:nth-child(2)::after {
    content: '';
    display: block;
    width: 80px;
    height: 50px;
    background: url(../images/icon_20.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 25%;
    right: -40px;
}
.psm_4_1_item div:nth-child(2) {
    margin-top: 20px;
}
.psm_4_2 {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
    border-radius: 10px;
}
.ps_main_5 {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.psm_5_item {
    width: 48%;
    float: left;
    background: #f5faff;
    border: 1px solid #e6f2ff;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 10px;
}
.psm_5_item:nth-child(2) {
    float: right;
}
.psm_5_item div {
    width: 100%;
}
.psm_5_item div img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.psm_5_item div:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.psm_5_item div:nth-child(3) {
    font-size: 18px;
    margin-top: 20px;
}
.ps_main_6 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/page_img_21.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.psm_6_text {
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    overflow: hidden;
}
.psm_6_box {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}
.psm_6_left {
    width: 55%;
    float: left;
}
.psm_6_left dl {
    width: 100%;
}
.psm_6_left dl dt {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #f0ff00;
    margin-bottom: 15px;
    font-weight: bold;
}
.psm_6_left dl dd {
    width: 100%;
    display: block;
    font-size: 22px;
    padding-left: 30px;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 2.2;
    background: url(../images/icon_21.png) no-repeat left center;
    background-size: auto 30%;

}
.psm_6_right {
    width: 40%;
    float: right;
}
.psm_6_right img {
    width: 100%;
    height: auto;
}

.trial_main {
    position: relative;
    display: flex;
}
.trial_main .t_ju_right {
    background: #ffffff;
    padding-bottom: 60px;
}

/*0423*/
.part_box {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
}

.part_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    overflow: hidden;
}
.part_content {
    width: 100%;
    margin-top: 50px;
}
.chengben_1_box {
    width: 100%;
    text-align: center;
}
.chengben_1_box img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.chengben_2 {
    background: url(../images/page_img_30.png) no-repeat center center;
    background-size: cover;
}
.chengben_2_box {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}
.chengben_2_box div {
    width: 50%;
    float: left;
}
.chengben_2_box div:nth-child(1) img {
    width: 95%;
    float: left;
}
.chengben_2_box div:nth-child(2) img {
    width: 85%;
    float: right;
    margin-top: 40px;
}
.chengben_3 {
    background: url(../images/page_img_33.png) no-repeat left center;
    background-size: cover;
}
.chengben_3_box {
    width: 100%;
    overflow: hidden;
}
.cb_3_left {
    width: 50%;
    float: left;
    padding-top: 70px;
}
.cb_3_right {
    width: 45%;
    float: right;
}
.cb_3_right img {
    width: 100%;
    height: auto;
}
.cb_3_left dl {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    margin-bottom: 30px;
}
.cb_3_left dl dt {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #4472c7;
    padding-left: 75px;
    position: relative;
}
.cb_3_left dl dd {
    width: 100%;
    font-size: 26px;
    color: #333333;
    padding-left: 75px;
    margin-top: 15px;
}
.cb_3_left dl dt::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/icon_22.png) #4472c7 no-repeat center center;
    background-size: 70% auto;
    border-radius: 30px;
}
.cb_3_left dl:nth-child(2) dt {
    color: #ed7d31;
}
.cb_3_left dl:nth-child(2)  dt::before {
    background: url(../images/icon_23.png) #ed7d31 no-repeat center center;
    background-size: 70% auto;
}

.chengben_4 {
    background: #f4faff;
}
.chengben_4_box {
    width: 100%;
    overflow: hidden;
}
.cb_4_left {
    width: 50%;
    float: left;
}
.cb_4_left img {
    width: 100%;
    height: auto;
}
.cb_4_right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 20px 0 50px;
    box-sizing: border-box;
}
.cb_4_item {
    width: 48%;
    float: left;
    background: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    padding: 10px 0 15px 15px;
    margin-bottom: 15px;
}
.cb_4_item:nth-child(2n) {
    float: right;
}
.cb_4_item:hover {
    transform: translateY(-3px);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.08);
}
.cb_4_item dt {
    width: 100%;
    font-size: 20px;
    color: #1478e4;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
    background: url(../images/icon_27.png) no-repeat left center;
    background-size: auto 75%;
}
.cb_4_item dd {
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    box-sizing: border-box;
    padding-left: 35px;
}
.cb_4_item:nth-child(2) dt {
    background: url(../images/icon_28.png) no-repeat left center;
    background-size: auto 75%;
}
.cb_4_item:nth-child(3) dt {
    background: url(../images/icon_29.png) no-repeat left center;
    background-size: auto 75%;
}
.cb_4_item:nth-child(4) dt {
    background: url(../images/icon_30.png) no-repeat left center;
    background-size: auto 75%;
}
.cb_4_item:nth-child(5) dt {
    background: url(../images/icon_31.png) no-repeat left center;
    background-size: auto 75%;
}
.cb_4_item:nth-child(6) dt {
    background: url(../images/icon_32.png) no-repeat left center;
    background-size: auto 75%;
}
.chengben_5_box {
    width: 100%;
    overflow: hidden;
}
.cb5_img {
    width: 100%;
}
.cb5_img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.cb5_info {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 10px 0;
    overflow: hidden;
}
.cb5_item {
    width: 28%;
    margin-right: 8%;
    float: left;
    text-align: center;
    background-image: linear-gradient(#30bc79, #57ce95);
    color: #ffffff;
    border-radius: 10px;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
    box-shadow: 0 6px 0 #bcebd5;
}
.cb5_item:nth-child(2) {
    background-image: linear-gradient(#e97a1d, #ff9740);
    box-shadow: 0 6px 0 #ffd5b3;
}
.cb5_item:nth-child(3) {
    background-image: linear-gradient(#ea4242, #ff6161);
    box-shadow: 0 6px 0 #ffc0c0;
    margin: 0;
}
.cb5_item:hover {
    transform: translateY(-3px);
}
.cb5_item dt {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding-top: 75px;
}
.cb5_item dd {
    width: 100%;
    margin-top: 10px;
}
.cb5_item dt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: url(../images/icon_24.png) no-repeat #ffffff center center;
    background-size: 60% auto;
}
.cb5_item:nth-child(2) dt::before {
    background: url(../images/icon_25.png) no-repeat #ffffff center center;
    background-size: 60% auto;
}
.cb5_item:nth-child(3) dt::before {
    background: url(../images/icon_26.png) no-repeat #ffffff center center;
    background-size: 60% auto;
}

.chengben_6 {
    background: url(../images/page_img_37.png) no-repeat left center;
    background-size: cover;
}
.chengben_6_box {
    width: 100%;
    text-align: center;
}
.chengben_6_box img {
    width: 65%;
    height: auto;
    margin: 0 auto;
}
.erp_title img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.erp_img {
    width: 100%;
}
.erp_img img {
    width: 100%;
    height: auto;
}
.part_content_text {
    width: 60%;
}
.part_content_img {
    width: 40%;
}
.p_left {
    float: left;
}
.p_right {
    float: right;
}
.part_content_img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.pct_title {
    width: 100%;
}
.pct_title div {
    display: inline-block;
    padding-right: 50px;
    position: relative;
    color: #000;
    font-size: 36px;
    line-height: 1.8;
    font-weight: bold;
    font-style: italic;
}
.pct_title div span {
    font-size: 45px;
    color: #0070e3;
    padding-right: 5px;
}
.pct_title div::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #eff4f7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pct_cont {
    width: 90%;
    margin-top: 50px;
}
.pct_cont ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
.pct_cont ul li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 35px;
    position: relative;
    margin-bottom: 15px;
}
.pct_cont ul li::before {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
    background: url(../images/icon_33.png) no-repeat left center;
    background-size: 50% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.part_bg_blue {
    background: #f4faff;
}
.part_content_text.p_right {
    width: 50%;
}
.part_content_img>div {
    width: 100%;
    
}
.erp_img_1 img {
    width: 80%;
    float: right;
    margin-top: 140px;
}
.erp_img_2 img {
    width: 75%;
    float: left;
    margin-top: 0px;
}
.erp_img_3 img {
    width: 85%;
    float: right;
    margin-top: 120px;
}
.erp_img_4 img {
    width: 65%;
    float: left;
    margin-top: 0px;
}
.erp_img_5 img {
    width: 80%;
    float: right;
    margin-top: 0px;
}
.erp_img_6 img {
    width: 85%;
    float: left;
    margin-top: 0px;
}
.ysl_title img {
    width: 85%;
    height: auto;
    margin: 0 auto;
}
/*云售楼*/
.ysl_1_box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 30px;
}
.ysl_1_item {
    width: 17%;
    background-image: linear-gradient(to right, #0066cf , #0070e3);
    color: #ffffff;
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}
.ysl_1_item:hover {
    transform: translateY(-3px);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.08);
}
.ysl_1_item div {
    width: 100%;
    position: relative;
    padding-top: 70px;
}
.ysl_1_item div::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -30px;
    background: url(../images/icon_34.png) no-repeat center center;
    background-size: 90% auto;
}
.ysl_1_item:nth-child(2) div::before {
    background: url(../images/icon_35.png) no-repeat center center;
    background-size: 90% auto;
}
.ysl_1_item:nth-child(3) div::before {
    background: url(../images/icon_36.png) no-repeat center center;
    background-size: 90% auto;
}
.ysl_1_item:nth-child(4) div::before {
    background: url(../images/icon_37.png) no-repeat center center;
    background-size: 90% auto;
}
.ysl_1_item:nth-child(5) div::before {
    background: url(../images/icon_38.png) no-repeat center center;
    background-size: 90% auto;
}
.ysl_2 {
    background: url(../images/page_img_51.png) no-repeat center center;
    background-size: cover;
}
.ysl_2_box {
    width: 100%;
}
.ysl_2_item {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    color: #ffffff;
}
.ysl_2_item:nth-child(2n) {
    float: right;
}
.ysl2i_img {
    width: 40%;
}
.ysl2i_img img {
    width: 45%;
    height: auto;
    margin: 0 auto;
}
.ysl2i_cont {
    flex: 1;
}
.ysl2i_cont dl {
    width: 100%;
    padding-top: 10px;
}
.ysl2i_cont dl dt {
    width: 100%;
    font-size: 30px;
}
.ysl2i_cont dl dd {
    width: 100%;
    margin-top: 15px;
}
.ysl2i_cont dl dd span {
    display: block;
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 35px;
    box-sizing: border-box;
    padding-left: 25px;
    background: url(../images/icon_33.png) no-repeat left center;
    background-size: auto 40%;
}
.ysl_2_item:hover {
    transform: translateY(-3px);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
    background: #187ad4;
}
.ysl_3_box {
    width: 100%;
}
.ysl_3_left {
    width: 35%;
    float: left;
}
.ysl_3_right {
    width: 60%;
    float: right;
}
.ysl_3_left img {
    width: 100%;
    height: auto;
}
.ysl_3_right img {
    width: 80%;
    height: auto;
    float: right;
    margin-top: 60px;
}

/*0428*/
.htgl_title img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.htgl_img img {
    width: 100%;
    height: auto;
}
.htgl_1_left {
    width: 50%;
    float: left;
}
.htgl_1_left dl {
    width: 90%;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 8px 30px;
    box-sizing: border-box;
}
.htgl_1_left dl dt {
    display: block;
    width: 100%;
    padding-left: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #1478e4;
    background: url(../images/icon_33.png) no-repeat left center;
    background-size: auto 40%;
}
.htgl_1_left dl dd {
    display: block;
    width: 100%;
    padding-left: 30px;
    color: #666;
}
.htgl_1_right {
    width: 45%;
    float: right;
    padding-top: 10px;
}
.htgl_1_right img {
    width: 85%;
    float: right;
}
.htgl_2 {
    background: url(../images/page_img_63.png) no-repeat center center;
    background-size: cover;
}
.htgl_2_cont {
    width: 100%;
}
.htgl_2_item {
    width: 30%;
    float: left;
    margin-right: 5%;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    padding: 40px;
    box-sizing: border-box;
}
.htgl_2_item:nth-child(3) {
    margin-right: 0;
}
.htgl_2_item dt {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
.htgl_2_item dt::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -30px;
    background: url(../images/icon_39.png) no-repeat;
    background-size: 95% auto;
}
.htgl_2_item dd {
    width: 100%;
    height: 90px;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

/*0513*/
.h_news_more {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px 0;
}
.h_news_more a {
    color: #999;
}
.h_news_more a:hover {
    color: #004a96;
}
.h_s_text {
    width: 35%;
    float: right;
    color: #ffffff;
    font-size: 32px;
    margin-top: 90px;
}
.h_s_more {
    width: 35%;
    float: right;
    margin-top: 40px;
}
.h_s_more a {
    color: #0052a4;
}
.h_s_more a:hover {
    color: #ffffff;
}

.logo_wrap[data-v-6f3a349c] {
    margin: 0 15px;
    width: calc(100% - 30px)
}

.mask_all[data-v-6f3a349c] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 400px;
}
.logo_wrap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0
}

.logo_wrap .mask {
    position: absolute;
    z-index: 10
}

.logo_wrap .left_mask {
    left: 0
}

.logo_wrap .right_mask {
    right: 0;
    transform: rotate(180deg)
}

.logo_wrap .line_odd {
    width: 3976px;
    height: 90px;
    -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
    animation: scrollToRight-data-v-6a32e916 36s linear infinite
}

.logo_wrap .line_odd .logo_img {
    display: inline-block;
    height: 60px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin: 0 12px 30px 12px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.logo_wrap .line_even {
    width: 3976px;
    height: 90px;
    -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
    animation: scrollToRight-data-v-6a32e916 30s linear infinite
}

.logo_wrap .line_even .logo_img {
    display: inline-block;
    height: 60px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin: 0 12px 30px 12px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

@-webkit-keyframes scrollToRight-data-v-6a32e916 {
    0% {
        transform: translate3d(-50%, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes scrollToRight-data-v-6a32e916 {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0)
    }
}









@media screen and (max-width : 3880px) {
    body {
        zoom: 1.9;
    }
}

@media screen and (max-width : 3072px) {
    body {
        zoom: 1.6;
    }
}

@media screen and (max-width : 2880px) {
    body {
        zoom: 1.5;
    }
}

@media screen and (max-width : 2560px) {
    body {
        zoom: 1.3;
    }
}

@media screen and (max-width : 1920px) {
    body {
        zoom: 1;
    }
}

@media screen and (max-width : 1680px) {
    body {
        zoom: 1;
    }
}

@media screen and (max-width : 1600px) {
    body {
        zoom: 1;
    }
}

@media screen and (max-width : 1440px) {
    body {
        zoom: 0.9;
    }
}

@media screen and (max-width : 1366px) {
    body {
        zoom: 0.9;
    }
}

@media screen and (max-width : 1280px) {
    body {
        zoom: 0.8;
    }
}

@media screen and (max-width : 1024px) {
    body {
        zoom: 0.9;
    }

    .w1300 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home_h {
        padding-bottom: 15px;
    }

    .h_logo {
        width: 300px;
        height: 40px;
        margin-right: 0;
    }
    .home_h_2 .h_nav .h_n_item>a {
        color: #fff;
    }
    .home_h_2 .h_tel {
        color: #fff;
    }
    
    .home_h_2 .h_tel span::before {
        background: url(../images/icon_1.png) no-repeat left center;
        background-size: 40% auto;
    }

    /*手机导航*/

    .sp_nav {
        display: block;
        width: 70px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 30px;
        cursor: pointer;
        overflow: hidden;
        zoom: 0.7;
        z-index: 9999991;
    }

    .sp_nav span {
        display: block;
        background: #ffffff;
        width: 50px;
        height: 4px;
        position: absolute;
        left: 0;
        transition: all ease 0.35s
    }

    .home_h_2 .sp_nav span {
        background: #3261b6;
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 20px
    }

    .sp_nav span:nth-of-type(3) {
        top: 40px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 20px;
        transform: rotate(45deg);
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 20px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        display: block;
        position: fixed;
        z-index: 999999;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: calc(100% - 0%);
        top: 0;
        left: 100%;
        overflow: auto;
        overflow-x: hidden;
        transition: left ease 0.35s;
        padding-top: 0;
        box-sizing: border-box;
    }

    .nav_show {
        top: 0;
        left: 0;
    }

    .top-nav {
        box-sizing: border-box;
        padding: 10%;
    }

    .h_nav {
        width: 100%;
        padding-top: 100px;
    }

    .h_nav .h_n_item {
        width: 100%;
        display: block;
        line-height: 80px;
        height: auto;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        box-sizing: border-box;
    }

    .h_nav .h_n_item>a {
        padding: 0 30px;
        color: #ffffff;
    }

    .h_nav .h_n_item>a::before {
        height: 1px;
        opacity: 0.5;
        display: none;

    }

    .h_nav .h_n_item>a:hover {
        background: #004a96;
        padding: 0 40px;
    }

    .nav2_box {
        width: 50%;
        display: block;
        border-top: none;
        position: absolute;
        top: 0;
        left: 100%;
        right: 0;
        background: #004a96;
        border-radius: 0 0 4px 4px;
        padding: 100px 0 0 0;
        font-size: 18px;
        overflow: hidden;
        position: fixed;
        z-index: 999999;
        height: calc(100% - 0%);
    }

    .h_n_item:hover .nav2_box {
        left: 50%;
        box-shadow: none;
    }

    .nav2_box a {
        width: 100%;
        text-align: left;
        display: block;
        color: #ffffff;
        line-height: 80px;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        padding: 0 50px;
    }

    .nav2_box a:hover {
        color: #ffffff;
    }

    .h_tel {
        display: block;
        position: fixed;
        bottom: 100px;
        left: 100%;
        z-index: 999999;
        width: 100%;
        text-align: left;
        padding-left: 30px;
        transition: left ease 0.35s;
    }

    .h_tel_show {
        left: 0;
        bottom: 100px;
    }


    .home_banner {
        width: 100%;
        height: 220px;
    }

    .home_banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .home_banner .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .home_banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .h_section_1 {
        padding-top: 50px;
    }

    .section_title_1 {
        width: 100%;
    }

    .section_title_1 img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .h_fangan {
        width: 100%;
        padding: 50px 0 30px 0;
    }

    .h_f_item {
        width: 47%;
        margin-right: 0;
        margin-bottom: 20px;
        float: left;
    }

    .h_f_item:nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .h_f_item a {
        display: block;
        width: 100%;
        height: 400px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 25px;
        background: url(../images/index_img_1_b.png) no-repeat top center #ffffff;
        background-size: 100% auto;
    }

    .h_f_icon {
        margin-top: 60px;
    }

    .h_f_item a:hover .h_f_icon {
        margin-top: 20px;
    }

    .h_num {
        width: 100%;
        padding: 30px 0;
        overflow: hidden;
    }

    .h_num_item {
        width: 100%;
        padding: 10px 0 10px 20px;
    }

    .h_n_1 {
        width: 100%;
        font-size: 35px;
    }

    .h_n_2 {
        width: 100%;
        margin-top: 0;
    }

    .h_section_3 {
        padding: 40px 0 10px 0;
    }

    .section_title_2 {
        position: relative;
        overflow: hidden;
    }

    .h_news_box {
        padding: 50px 0;
    }

    .h_news_box .swiper-wrapper {
        /* display: block;
        transform: none !important; */
    }

    .h_news_box .swiper-wrapper .h_new_item {
        /* width: 47% !important;
        float: left !important;
        overflow: hidden;
        transform: none !important;
        margin: 0 !important; */
    }

    .h_news_box .swiper-wrapper .h_new_item:nth-child(2n) {
        float: right !important;
    }

    .h_news_box .swiper-wrapper .h_new_item .hni_date {
        display: none;
    }

    .h_news_box .swiper-wrapper .h_new_item .hni_text {
        display: none;
    }

    .h_news_box .swiper-wrapper .h_new_item .hni_title {
        line-height: 1.6;
        padding: 10px 0 2px 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
        text-align: left;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .h_section_4 {
        padding: 30px 0;
    }

    .h_huoban_box {
        margin-top: 30px;
    }

    .h_h_list li {
        width: 31%;
        margin-bottom: 20px;
    }

    .h_section_5 {
        padding: 40px 0;
    }

    .h_z_1 {
        font-size: 30px;
    }

    .f_info {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 20px 30px 20px;
        box-sizing: border-box;
    }

    .f_item:nth-child(1) {
        width: 33%;
        display: none;
    }

    .f_item:nth-child(2) {
        width: 33%;
        display: none;
    }

    .f_item:nth-child(3) {
        width: 33%;
        display: none;
    }

    .f_item:nth-child(4) {
        flex: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }

    .f_wxcode {
        width: 120px;
        margin-top: 20px;
    }

    .f_copyright {
        padding: 20px 20px 20px 20px;
        box-sizing: border-box;
    }

    .h_map_box {
        margin-top: 50px;
        width: 100%;
        height: 480px;
        background: url(../images/index_map_1.png) no-repeat top center;
        background-size: 100% auto;
        position: relative;
        float: left;
    }

    .h_map_box::after {
        content: '';
        width: 100%;
        height: 480px;
        background: url(../images/index_map_2.png) no-repeat top center;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        top: 0;
        webkit-animation: fadeOutAndIn 3s linear infinite;
        animation: fadeOutAndIn 3s linear infinite;
    }

    .h_s_list {
        width: 100%;
        height: auto;
        margin-top: 20px;
        float: right;
        box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.1);
    }















    /*商机浮动*/

    .shangji {
        width: 100%;
        padding: 15px 0;
        background: rgba(3, 8, 41, 0.6);
        position: fixed;
        bottom: 0;
        z-index: 5;
    }

    #sj_box {
        width: 100%;
        padding: 15px 0;
        background: rgba(0, 74, 150, 1);
        position: fixed;
        bottom: 0;
        z-index: 5;
        -moz-transition: bottom 250ms ease-in-out;
        -webkit-transition: bottom 250ms ease-in-out;
    }

    #sj_box.Offscreen {
        bottom: -150px;
    }

    .sj_text {
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }

    .sj_form {
        width: 100%;
    }

    .sj_form input {
        width: 30%;
        height: 35px;
        margin-right: 10px;
        padding: 0 5px;
    }

    .sj_form button {
        width: 20%;
        height: 35px;
        padding: 0 0;
    }

    /*关于黑马*/
    .page_banner {
        height: 250px;
    }

    .page_title {
        bottom: 60px;
    }
    .page_title_2 {
        bottom: 380px;
    }

    .pt_cn {
        font-size: 30px;
    }

    .pt_en {
        font-size: 16px;
    }
    .page_text {
        width: 100%;
        position: absolute;
        bottom: 50px;
        color: #ffffff;
        font-size: 18px;
        line-height: 2;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .pt_item a {
        line-height: 35px;
        padding: 0 25px;
    }

    .pt_item_on a {
        border-top: 3px solid rgba(0, 74, 150, 0.2);
    }


    .about_s1 {
        padding: 50px 0;
    }

    .about_s1 .w1300 {
        display: block;
    }

    .as_left {
        flex: 1;
        width: 100%;
    }

    .as_right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .about_s2 {
        width: 100%;
        padding: 60px 0;
        background: url(../images/page_img_2.png) no-repeat left center;
        background-size: auto 100%;
        color: #ffffff;
    }

    .as2_item {
        width: 100%;
        padding: 10px 0;
    }

    .as2_text {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.8;
    }

    .about_s3 {
        padding: 60px 0;
    }

    .about_s3 .w1300 {
        display: block;
    }

    .as3_left {
        width: 100%;
        border-right: none;
        margin-right: 0;
        position: relative;
    }

    .as3_left::after {
        display: none;
    }

    .as3_left_13 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .as3_left_13 span:nth-child(1) {
        font-size: 70px;
        line-height: 1;
    }

    .as3_left_13 span:nth-child(2) {
        font-size: 36px;
        line-height: 1.2;
    }

    .as3_right {
        flex: none;
        margin-top: 60px;
    }

    .about_s4 {
        padding: 60px 0;
    }

    .news_box {
        padding: 60px 10px;
    }

    .new_item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .new_item_img {
        width: 135px;
        height: 100px;
        margin-right: 20px;
    }

    .new_item_title {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
    }

    .new_item_date {
        margin-top: 10px;
    }

    .new_item_text {
        display: none;
    }

    .new_item_tag {
        display: none;
    }

    .new_title {
        font-size: 22px;
        padding: 0;
        line-height: 1.6;
    }

    .new_d_info {
        padding: 10px 0;
        text-align: center;
    }

    .new_d_tag {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .new_d_tag span {
        display: inline-block;
        float: none;
    }

    .new_d_img {
        padding: 20px 0;
    }

    .new_d_img img {
        width: 100%;
        height: auto;
    }

    .new_d_text {
        line-height: 2;
    }

    .new_d_text p {
        margin-top: 10px;
    }

    .contact_map {
        position: relative;
        height: 210px;
    }

    .contact_map img {
        width: 170%;
        left: -35%;
        position: absolute;
    }

    .contact_list {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 0;
    }

    .contact_item {
        width: 100%;
        background: #004a96;
        color: #ffffff;
        padding: 30px;
        margin-bottom: 1px;
        box-sizing: border-box;
    }

    .contact_3 {
        padding: 60px 0;
    }

    .cf_left {
        width: 100%;
        float: left;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .cfl_item {
        width: 100%;
    }

    .cfl_item:nth-child(2) {
        float: left;
    }

    .cfl_item3 button {
        width: 100%;
    }

    .cf_right {
        width: 100%;
        float: right;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cfr_list {
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
    }

    .cfr_list li {
        width: 100%;
        overflow: hidden;
        padding-left: 20px;
        background: url(../images/icon_11.png) no-repeat left center;
        background-size: auto 40%;
        margin-top: 20px;
        font-size: 18px;
    }

    /*加入我们*/
    .joinus_box {
        padding: 50px 10px;
    }

    .joinus_ietm {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 3px solid #e5e5e5;
    }

    .ju_left {
        width: 100%;
        margin-right: 0;
        position: relative;
        border-right: 0;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .ju_right {
        flex: none;
        width: 100%;
        margin-top: 20px;
    }

    .ju_btn {
        width: 100%;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 70px;
        text-align: right;
    }


    .t_ju_main {
        width: 90%;
        height: auto;
        position: relative;
        background: #ffffff;
        display: block;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .t_ju_left {
        width: 100%;
        background: url(../images/page_img_12.png) no-repeat left top #004a96;
        padding: 20px 20px 20px 20px;
        color: #ffffff;
        box-sizing: border-box;
    }

    .t_ju_left2 {
        width: 100%;
        background: url(../images/page_img_18.png) no-repeat left top #004a96;
        padding: 20px 20px 20px 20px;
        color: #ffffff;
        box-sizing: border-box;
    }

    .tjl_title {
        width: 100%;
        font-size: 24px;
    }

    .tjl_text {
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6;

    }

    .tjl_tel {
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }

    .t_ju_right {
        flex: 1;
        padding: 20px 20px 20px 20px;
    }

    .tjr_title {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .tjr_title img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .tjr_form {
        width: 100%;
        margin-top: 20px;
    }

    .tjr_form dl {
        margin-top: 10px;
    }

    .tjr_form dl dt {
        width: 30%;
        line-height: 40px;
    }

    .tjr_form dl dd {
        width: 70%;
        padding-left: 10px;
    }

    .tjr_form dl dd textarea {
        height: 80px;
    }

    .tjr_form dl dd button {
        width: 100%;
        height: 45px;
    }

    .case_bg {
        padding: 30px 0;
    }

    .case_title {
        margin-top: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .case_title img {
        width: 100%;
    }

    .case_text {
        width: 100%;
        text-align: justify;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .case_box {
        padding: 30px 10px;
        margin-top: 20px;
    }

    .case_box_title {
        width: 100%;
    }

    .case_item {
        width: 47.5%;
        float: left;
        margin-right: 5%;
        margin-top: 20px;
        overflow: hidden;
    }

    .case_item:nth-child(3n) {
        margin-right: 5%;
    }

    .case_item:nth-child(2n) {
        margin-right: 0;
    }

    .ci_name {
        width: 100%;
        line-height: 20px;
        bottom: 0;
        padding: 10px 10px;
        font-size: 14px;
    }

    .page_banner_7 {
        height: 400px;
    }

    .page_banner_8 {
        height: 220px;
    }

    .page_banner_9 {
        height: 600px;
    }

    .page_banner_10 {
        height: 220px;
    }

    .page_banner_11 {
        height: 220px;
    }

    .page_banner_12 {
        height: 220px;
    }
    .page_banner_13 {
        height: 220px;
    }

    /*运营商招募*/
    .channel_section_1 {
        padding: 60px 0;
    }

    .cs1_img {
        width: 100%;
    }

    .cs1_img img {
        width: 100%;
        height: auto;
    }

    .cs1_text {
        width: 100%;
        line-height: 2;
        text-align: justify;
        margin-top: 30px;
    }

    .channel_section_2 {
        padding: 60px 0;
    }

    .cs2_title {
        width: 100%;
        margin-top: 10px;
    }

    .cs2_title img {
        width: 90%;
    }

    .zhaomu_box {
        width: 96%;
        margin-top: 30px;
        padding: 20px 20px 40px 10px;
    }

    .zhaomu_box dl dt {
        width: 30%;
        font-size: 18px;
    }

    .zhaomu_box dl dd {
        width: 70%;
        padding-left: 10px;
    }

    .zhaomu_box dl dd button {
        width: 100%;
        height: 50px;
    }

    /*产品方案*/
    .solutions_img {
        margin-top: 30px;
    }

    .sm_item {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .sm_item_img {
        width: 100%;
    }

    .sm_item_text {
        width: 100%;
        text-align: justify;
        margin-top: 20px;
    }

    .sm_item_text dt {
        font-size: 22px;
    }

    .apply_box {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .ab_left {
        width: 100%;
    }

    .ab_title {
        width: 100%;
        font-size: 22px;
    }

    .ab_text {
        font-style: 14px;
        margin-top: 10px;
        text-align: justify;
    }

    .ab_right {
        width: 100%;
        margin-top: 10px;
    }

    .ab_btn {
        width: 100%;
        padding-top: 20px;
    }

    .ab_btn a {
        width: 70%;
        margin: 0 auto;
        font-size: 20px;
    }


    /*0416*/
.ps_main_1 {
    padding: 60px 0;
}
.ps_main_title {
    font-size: 26px;
}
.ps_main_title_2 {
    font-size: 26px;
}
.ps_main_1_box {
    margin-top: 30px;
}
.psm_1_left {
    width: 100%;
}
.psm_1_right {
    width: 100%;
    margin-top: 30px;
    text-align: justify;
}
.psmr_item_box {
    margin-top: 30px;
}
.psmr_item {
    width: 24%;
    padding: 30px 0;
}
.psmr_item div {
    font-size: 16px;
}

.ps_main_2 {
    padding: 80px 0;
}
.ps_main_2_box {
    width: 100%;
}
.ps_main_2_box div {
    display: block;
    width: 100%;
}
.ps_main_2_box div img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.ps_main_3 {
    padding: 80px 0;
}
.psm_3_left {
    width: 100%;
}
.psm_3_left img {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.psm_3_right {
    width: 100%;
    margin-top: 30px;
}
.psm_3_text {
    margin-top: 20px;
}
.ps_main_4 {
    padding: 80px 0;
}
.psm_4_1 {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.psm_4_1_item {
    width: 100%;
    float: left;
    color: #ffffff;
    position: relative;
    padding: 50px 0;
}
.psm_4_1_item div {
    width: 100%;
    text-align: center;
}
.psm_4_1_item div img {
    width: 17%;
    margin: 0 auto;
}
.psm_4_1_item:nth-child(1)::after , .psm_4_1_item:nth-child(2)::after {
    width: 60px;
    height: 50px;
    top: auto;
    bottom: -25px;
    left: 50%;
    right: 50%;
    margin-left: -30px;
    transform: rotate(90deg);
}
.psm_4_2 {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    text-align: justify;
}
.ps_main_5 {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}
.psm_5_item {
    width: 100%;
    padding: 50px 30px;
    margin-bottom: 30px;
}
.psm_5_item div {
    text-align: justify;
}
.psm_5_item div img {
    width: 80%;
}

.ps_main_6 {
    padding: 80px 0;
}
.psm_6_text {
    margin-top: 20px;
}

.psm_6_left {
    width: 100%;
}
.psm_6_left dl {
    padding: 0 20px;
}
.psm_6_left dl dt {
    font-size: 22px;
}
.psm_6_left dl dd {
    font-size: 18px;
    padding-left: 30px;

}
.psm_6_right {
    width: 100%;
    float: right;
    margin-top: 30px;
}
.psm_6_right img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.trial_main {
    position: relative;
    display: block;
    margin: 20px 0;
}
.trial_main .t_ju_right {
    padding-bottom: 60px;
}
.h_tel a {
    color: #ffffff;
}
/*0423*/
.part_box {
    padding: 60px 0;
}

.part_title {
    font-size: 26px;
}
.part_content {
    width: 100%;
    margin-top: 50px;
}
.chengben_1_box img {
    width: 100%;
}
.chengben_2_box {
    padding-top: 0;
}
.chengben_2_box div {
    width: 100%;
}
.chengben_2_box div:nth-child(1) img {
    width: 100%;
}
.chengben_2_box div:nth-child(2) img {
    width: 100%;
}

.chengben_3 {
    background: #fff;
}
.cb_3_left {
    width: 100%;
    padding-top: 0;
}
.cb_3_right {
    width: 100%;
    margin-top: 20px;
}
.cb_3_right img {
    width: 80%;
    margin: 0 auto;
}
.cb_3_left dl {
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}
.cb_3_left dl dt {
    font-size: 20px;
    padding-left: 50px;
}
.cb_3_left dl dd {
    font-size: 18px;
    padding-left: 50px;
    margin-top: 15px;
}
.cb_3_left dl dt::before {
    width: 40px;
    height: 40px;
}


.cb_4_left {
    width: 100%;
}
.cb_4_right {
    width: 100%;
    padding: 30px 0 0 0;
}
.cb_4_item {
    width: 48%;
    padding: 10px 0 15px 15px;
}
.cb_4_item dt {
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/icon_27.png) no-repeat left center;
    background-size: auto 70%;
}
.cb_4_item dd {
    font-size: 15px;
    padding-left: 30px;
}
.cb_4_item:nth-child(2) dt {
    background: url(../images/icon_28.png) no-repeat left center;
    background-size: auto 70%;
}
.cb_4_item:nth-child(3) dt {
    background: url(../images/icon_29.png) no-repeat left center;
    background-size: auto 70%;
}
.cb_4_item:nth-child(4) dt {
    background: url(../images/icon_30.png) no-repeat left center;
    background-size: auto 70%;
}
.cb_4_item:nth-child(5) dt {
    background: url(../images/icon_31.png) no-repeat left center;
    background-size: auto 70%;
}
.cb_4_item:nth-child(6) dt {
    background: url(../images/icon_32.png) no-repeat left center;
    background-size: auto 70%;
}




.cb5_img img {
    width: 100%;
}
.cb5_info {
    width: 100%;
    padding: 30px 0 10px 0;
}
.cb5_item {
    width: 31%;
    margin-right: 3.5%;
    padding: 30px 0 30px 0;
}


.cb5_item dt {
    font-size: 18px;
    padding-top: 60px;
}
.cb5_item dt::before {
    margin-left: -23px;
    width: 46px;
    height: 46px;
}
.cb5_item dd {
    font-size: 14px;
}


.chengben_6_box img {
    width: 100%;
}


.erp_title img {
    width: 140%;
    margin-left: -20%;
}

.part_content_text {
    width: 100%;
}
.part_content_img {
    width: 100%;
    margin-top: 30px;
}

.part_content_img img {
    width: 100%;
}
.pct_cont {
    width: 100%;
    margin-top: 30px;
}
.pct_cont ul {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.part_content_text.p_right {
    width: 100%;
}
.erp_img_1 img {
    width: 100%;
    float: right;
    margin-top: 0;
}
.erp_img_2 img {
    width: 100%;
    float: left;
    margin-top: 0;
}
.erp_img_3 img {
    width: 100%;
    float: right;
    margin-top: 0;
}
.erp_img_4 img {
    width: 100%;
    float: left;
    margin-top: 0;
}
.erp_img_5 img {
    width: 100%;
    float: right;
    margin-top: 0;
}
.erp_img_6 img {
    width: 100%;
    float: left;
    margin-top: 0;
}
.ysl_title img {
    width: 140%;
    height: auto;
    margin: 0 auto;
    margin-left: -20%;
}


/*云售楼*/
.ysl_1_box {
    padding-top: 0;
}
.ysl_1_item {
    width: 18%;
    padding: 30px 0;
}

.ysl_1_item div {
    width: 100%;
    position: relative;
    padding-top: 50px;
    font-size: 14px;
}
.ysl_1_item div::before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
}


.ysl_2_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 0;
}
.ysl_2_item:nth-child(2n) {
    float: right;
}
.ysl2i_img {
    width: 40%;
}
.ysl2i_img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}



.ysl_3_left {
    width: 100%;
}
.ysl_3_right {
    width: 100%;
    float: right;
}
.ysl_3_left img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.ysl_3_right img {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 50px;
}


/*0428*/
.htgl_title img {
    width: 140%;
    margin-left: -20%;
}

.htgl_1_left {
    width: 100%;
}
.htgl_1_left dl {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 20px 20px;
}
.htgl_1_left dl dt {
    padding-left: 30px;
    font-size: 20px;
}
.htgl_1_left dl dd {
    font-size: 16px;
}
.htgl_1_right {
    width: 100%;
    padding-top: 20px;
}
.htgl_1_right img {
    width: 100%;
}
.htgl_2_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 40px;
}

.htgl_2_item dt {
    font-size: 26px;
    padding-top: 60px;
}
.htgl_2_item dt::before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
}
.htgl_2_item dd {
    height: auto;
    font-size: 16px;
    margin-top: 15px;
}
/*0513*/
.h_s_text {
    width: 100%;
    float: right;
    color: #ffffff;
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
}
.case_logo {
    width: 33.3%;
    float: left;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}
.case_logo:nth-child(5n) {
    border-right: 1px solid #efefef;
}
.case_logo:nth-child(3n) {
    border-right: 0;
}
















}