@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: 13.6rem;
    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: 7rem;
    background: url(../images/banner_1.png) no-repeat center center;
    background-size: cover;
}

.h_banner_1 .w1300 {
    height: 7rem;
    position: relative;
}

.home_banner {
    width: 100%;
    height: 10rem;
}

.home_banner .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    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 0.15rem rgba(0, 0, 0, 0);
    z-index: 999;
}

.home_h_2 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
}

.home_h .w1300 {
    display: flex;
}

.h_logo {
    width: 1.7rem;
    height: 0.49rem;
    margin-right: 1.20rem;
    background: url(../images/logo.png) no-repeat left;
    background-size: auto 100%;
}

.home_h_2 .h_logo {
    background: url(../images/logo_01.png) no-repeat left;
    background-size: auto 100%;
}

.h_tel {
    width: 2.5rem;
    text-align: right;
    color: #ffffff;
}

.h_tel a {
    color: #ffffff;
}

.h_nav {
    /* flex: 1; */
    /* max-width: 900px; */
}

.h_nav .h_n_item {
    display: inline-block;
    width: 1.03rem;
    line-height: 0.65rem;
    height: 0.65rem;
    /* padding-bottom: 20px; */
    margin: 0 2vw;
    position: relative;
    text-align: center;
}

.h_nav .h_n_item>a {
    font-size: 0.2rem;
    font-family: MiSans, MiSans-Demibold;
    font-weight: normal;
    color: #ffffff;
    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: 0.03rem;
    background: #336CFE;
    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: 0.03rem solid #336CFE;
    position: absolute;
    top: 0.62rem;
    left: -50%;
    background: #1b1b1b;
    border-radius: 0 0 0.04rem 0.04rem;
    font-size: 0.16rem;
    overflow: hidden;
}

.h_n_item:hover .nav2_box {
    display: block;
    box-shadow: 0 0.01rem 0.01rem rgba(3, 0, 0, 0.2);
}

.nav2_box a {
    width: 100%;
    text-align: center;
    padding: 0.15rem 0;
    line-height: 2.2;
    display: block;
    font-size: 0.14rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #dbdbdb;
}

.nav2_box a:hover {
    color: #336CFE;
    background: #000000;
}







.h_tel span {
    display: inline-block;
    line-height: 0.65rem;
    position: relative;
    padding-left: 0.4rem;
}

.h_tel span::before {
    content: '';
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    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: 0.8rem;
}

.section_title_1 {
    width: 100%;
}

.section_title_1 img {
    width: 6.15rem;
    height: auto;
    margin: 0 auto;
}

.h_fangan {
    width: 100%;
    padding: 0.7rem 0 0.5rem 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: 0.6rem 0;

}

.h_new_item {
    /* background: #ffffff; */
    border-bottom: 5px solid #336CFE;
    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: 0.16rem;
    color: #DBDBDB;
    font-size: 0.24rem;
    font-family: MiSans, MiSans-Medium;
    padding: 0.1rem 0.15rem 0.02rem 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: left;
}

.hni_date {
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #DBDBDB;
    font-size: 0.12rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    text-align: left;
}

.hni_text {
    width: 100%;
    padding: 0 0.15rem;
    height: 0.53rem;
    line-height: 0.28rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #DBDBDB;
    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;
}

.h_new_item:hover {
    background: #0167d5;
    border-bottom: 5px solid #041f3a;
}

.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%;
    height: 4.38rem;
    display: flex;
    align-items: center;
    background: url(../images/index_img_3.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}

.h_z_1 {
    font-size: 52px;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
    color: #ffffff;
}

.h_z_3 {
    width: 100%;
    text-align: center;
    margin-top: 1.55rem;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

/* .h_z_3 a {
    display: inline-block;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #336CFE;
    border-radius: 35px;
} */
.h_z_3 a span{
    color: #ffffff;
    background: #336CFE;
    border: 1px solid #336CFE;
    border-radius: 35px;
    padding:6px 46px;
}
.h_z_3 a:hover {
    /* background: #ba0000;
    border: 1px solid rgba(255, 255, 255, 0.3); */
}
.lxwm{
    text-align: center;
    width: 1.92rem;
    height: 0.68rem;
}
footer {
    width: 100%;
    background: #20252f;
    overflow: hidden;
    color: #ffffff;
}

.f_info {
    display: flex;
    flex-wrap: wrap;
    padding: 0.52rem 0 0.48rem 0;
}
.footer_right_index{
    display: flex;
}
.footer_right_index_conert{
    color: #ffffff;
    width: 1.3rem;
    text-align: center;
}
.footer_right_index_conert>a{
    /* font-size: 22px; */
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
}
.footer_right_index_conert_bottom{
    color: #ffffff;
}
.footer_right_index_conert_bottom>a{
    font-size: 0.12rem;
    font-family: MiSans, MiSans-Regular; 
    display: block;
    margin: 0.04rem 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: 1rem;
    height: 1rem;
}

.f_wxcode img {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
}

.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: 0.14rem;
    font-size: 0.14rem;
    font-family: MiSans, MiSans-Light;
    font-weight: 300;
    color: #cccccc !important;
    padding: 0.27rem 0  0.27rem 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
}
.f_copyright a {
    color: #cccccc !important;
}
/*关于黑马*/
.page_banner {
    width: 100%;
    height: 4.5rem;
    position: relative;
}
.about_1_img{
    width: 3.56rem;
    height: 4.8rem;
}
.shade{
    width: 100%;
    height: 6.8rem;
    position: absolute;
    opacity: 0.36;
    background: linear-gradient(268deg,rgba(0,0,0,0.80) 2%, rgba(0,0,0,0.10) 49%, rgba(0,0,0,0.05) 55%, rgba(0,0,0,0.10) 62%, rgba(0,0,0,0.80) 98%);
    z-index: 9;
}
.pages_about{
    background: rgba(0,0,0,0.6) url(../images/about_us_top.png) no-repeat center center;
    background-size: cover;
}
.page_banners {
    width: 100%;
    height: 10rem;
}
.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/jiejue.png) no-repeat center center;
     background-size: cover;
     height: 1000px;
    }
    

.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%;
    background: #13151E;
}

.about_s1 .w1300 {
    display: flex;
}

.as_left {
    flex: 1;
    margin-left: 0.4rem;
}

.as_right {
    width: 6.37rem;
}

.as_right img {
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
}

.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: 0.16rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0.2rem;
    /* line-height: 2; */
}
.as_title_img{
    display: flex;
    justify-content: space-between;
}
.as_title_img img{
    width: 2.01rem;
    height: 1.5rem;
}
.about_text p {
    margin-top: 0.34rem;
}


.about_s2 {
    width: 100%;
    height: 7.8rem;
    color: #ffffff;
    background:#0D1B3F url(../images/about_01_bg.png) no-repeat;
    background-size: cover;
}
.about_s_culture{
    display: flex;
    justify-content: space-around;
}
.about_s_culture_title{
    width: 3.25rem;
    height: 4rem;
    /* background: #000000; */
    background: rgba(255, 255, 255, 0.36);
    border-bottom: 0.08rem solid #336CFE;
}
.about_s_culture_title_cone{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.84rem;
    padding-bottom:0.94rem;
}
.about_s_culture_title_left{
    display: block;
    width: 0.93rem;
    height: 0.62rem;
    font-size: 0.82rem;
    font-family:DINPRO-MEDIUM;
    font-weight: 500;
    line-height: 0.75;
}
.about_s_culture_title_right{
    display: block;
    width: 64px;
    height: 62px;
    font-size: 28px;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
    line-height: 1.2;
    border-left: 2px solid #ffffff;
    margin-left: 8px;
    padding-left: 8px;
}
.about_s_culture_title_bottom{
    font-size: 0.2rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding: 0 0.35rem 0 0.44rem;
}
.as2_item {
    width: 100%;
    padding: 20px 0;
}

.as2_text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 2;
}

.about_s3 {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    background-image: url(../images/xlwm1.png);
    background-size: cover;
}

.about_s3 .w1300 {
    display: flex;
}

.as3_left {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 60px;
    position: relative;
}
.about_s5{
    width: 100%;
    height: 8.6rem;
    background: #0D1B3F;
}
.contact_us{
    width: 4.6rem;
    background-image: url(../images/about_index_img.png);
    background-size: cover;
    /* background: linear-gradient(180deg,#062743, #174370 38%, #113254 63%, #0d1624); */
    height: 6rem;
    font-family: MiSans, MiSans-Demibold;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
}
.contact_us_top{
    text-align: center;
    font-size: 0.35rem;
}
.contact_us_top img{
    width: 1.16rem;
    height: 1.16rem;
    margin: 0 auto;
    padding-top: 0.72rem;
}
.contact_us_bottom{
    margin: 0 30px;
    margin-top: 40px;
    padding-top: 49px;
    border-top: 1px solid #336CFE;
}
.contact_us_fangs1{
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_us_fangs1 span{
    font-size: 20px;
}
.contact_us_tel{
    padding-top: 0.33rem;
    font-size: 0.42rem;
}
.after_sales_service img{
    width: 100%;
    height: 7.8rem;
}
.about_s6{
    width: 100%;
    height: 2.8rem;
    background: #0D1B3F;
}
.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 {
    width: 100%;
    background: #000000;
    height: 8.6rem;
}

.cooperation_box {
    padding: 0.4rem 0 0.8rem 0;
}







/*新闻中心*/
.news_box {
    padding: 0.8rem 0;
}

.new_item {
    width: 100%;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #f2f2f2;
    display: flex;
}

.new_item:hover {
    border-bottom: 0.01rem solid #e5e5e5;
}

.new_item_img {
    width: 2.2rem;
    height: 1.65rem;
    margin-right: 0.4rem;
    overflow: hidden;
}

.new_item:hover .new_item_img {
    box-shadow: 0 0 0.08rem 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: 0.18rem;
    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;
}

/*人才招聘*/
    .page_banner_index{
        width: 100%;
        height: 10rem;
        background: #333;
    }
    .pages_recruit{
        background:#000000 url(../images/pages_recruit_top.png) no-repeat;
        background-size: cover;   
    }
    .p_z_bane{
    width: 100%;
    height: 8.08rem;
    background: #000000;
    }
    .joinus_box {
        padding: 0 2.8rem;
        background: #202430;
        font-size: 0.14rem;
        font-family: MiSans, MiSans-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff
    }
.recruit_bottom_bg_01{
    width: 100%;
    height: 7.8rem;
    background: url(../images/recruit_bottom_bg.png) no-repeat;
    background-size: cover;   
}
.joinus_ietm {
    width: 100%;
    display: flex;
 
}

.ju_left {
    width: 25%;
       /* margin-bottom: 60px; */
    background-image: linear-gradient(#dadada 35%, rgba(255,255,255,0) 0%); /* 35%设置虚线点y轴上的长度 */
    background-position: right; /* right配置右边框位置的虚线 */
    background-size: 0.01rem 0.1rem; /* 第一个参数设置虚线点x轴上的长度；第二个参数设置虚线点的间距 */
    background-repeat: repeat-y;
}

.ju_right {
    flex: 1;
    /* padding-left: 52px; */
    
}
.about_wei{
    padding-left: 0.52rem;
    padding-top: 1.04rem;
}
.joinus_ietm:nth-child(2n) .ju_right{
    background-image: linear-gradient(to right, #dadada 35%, rgba(223, 47, 47, 0) 0%); /* 35%设置虚线点x轴上的长度 */
    background-position: bottom; /* top配置上边框位置的虚线 */
    background-size: 8px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
    background-repeat: repeat-x;
    
}
.joinus_ietm:nth-child(2n) .ju_right .about_wei{
    background-image: linear-gradient(to right, #dadada 35%, rgba(223, 47, 47, 0) 0%); /* 35%设置虚线点x轴上的长度 */
    background-position: top; /* top配置上边框位置的虚线 */
    background-size: 8px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
    background-repeat: repeat-x; 
}
.joinus_ietm:last-child .ju_right {
    background-image: none;
}

.ju_title {
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 1.04rem;
    
}
.ju_r_yao{
    margin-bottom: 0.79rem;
}

.ju_info {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.16rem;
}

.ju_info span {
    display: block;
    width: 100%;
}

.ju_btn {
    width: 100%;
    margin-top: 0.3rem;
}

.ju_btn a {
    display: inline-block;
    line-height: 0.4rem;
    padding: 0 0.3rem;
    border: 0.01rem solid #0054ff;
    color: #ffffff;
    background: #0054ff;
    font-size: 0.16rem;
}

/* .ju_btn a:hover {
    color: #ffffff;
    background: #0054ff;
} */
.swiper_vessel_position{
    background-image: linear-gradient(to right, #336CFE 35%, rgba(255,255,255,0) 0%); /* 35%设置虚线点x轴上的长度 */
    background-position: top; /* top配置上边框位置的虚线 */
    background-size: 0.1rem 0.01rem; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
    background-repeat: repeat-x;
    margin: 0 0.17rem;
    font-size: 0.24rem;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
    color: #ffffff;
    padding-top: 0.31rem;
}
.ju_r_title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding-left: 52px;
    font-size: 20px;
    font-family: MiSans, MiSans-Demibold;
    font-weight: 700;
    color: #336cfe;
}
.ju_r_text {
    width: 100%;
    padding: 10px 0 20px 0;
    text-align: justify;
    padding-left: 52px;
    font-size: 14px;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #ffffff;
}
.a_r_index{
    /* width: 100%; */
    margin: 0 3rem;
}
.Recruitment_about .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 332px;
    /* margin-right: 27px !important; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Recruitment_about .swiper {
    width: 100%;
    height: 100%;
  }
  .Recruitment_about .my-bullet {
    opacity: 0;
  }
  .Recruitment_about .my-bullet-active {
    opacity: 0;
  }
  .Recruitment_about .swiper-slide{
    /* width: 232px !important; */
    height: 368px;
  }
  .Recruitment_about .swiper-slide-active{
    /* width: 232px !important; */
    /* color: red !important;
    background: red !important; */
    /* height: 468px; */
  }
  .Recruitment_about .swiper_vessel{
    width: 90%;
    height: 3.32rem;
    margin: 0.18rem 0;
    background: linear-gradient(180deg,#0e3757, #0e1a2b);
    border-radius: 0.2rem;
    /* background: #000000; */
  }
  .Recruitment_about .swiper-slide-active .swiper_vessel{
    width: 100% !important;
    height: 3.68rem !important;
    margin:0;
  }
  .post_java{
    position: absolute;
    top: 25%;
    left: 36%;
    width:68px !important;
    height: 68px !important;
  }
  .swiper_vessel_img{
    position: relative;
  }
  .Recruitment_about .swiper-slide-active .swiper_vessel_img{
    position: relative;
    margin-top: 47px;
  }
  .Recruitment_about .swiper-slide-active .post_java{
    position: absolute;
    top: 25%;
    left: 36%;
    width: 78px !important;
    height: 78px !important;
  }
  .Recruitment_about .swiper-slide-active .swiper_vessel_img img{
    width: 1.94rem; 
    height: 1.56rem ;
  }
  .Recruitment_about .swiper-slide-active .swiper_vessel_position{
    font-size: 0.28rem;
  }
  
  /* .Recruitment_about .swiper_vessel:hover{
    width: 100%;
    margin:0;
    height: 368px;
  }
  .Recruitment_about .swiper_vessel:hover .swiper_vessel_img{
    margin-top: 47px;
  }
  .Recruitment_about .swiper_vessel:hover.swiper_vessel_img img{
    width: 140px;
    height: 140px;
  }
  .Recruitment_about .swiper_vessel:hover .swiper_vessel_position{
    font-size: 32px;
  } */
  .swiper_vessel_img{
    display: flex;
    justify-content: center;
    margin-bottom: 0.27rem;
    margin-top: 0.42rem;
}
.swiper_vessel_img img{
    width: 1.76rem; 
    height: 1.42rem ;
}
/* .Recruitment_about .swiper_vessel:hover .swiper_vessel_img img{
    width: 194px; 
    height: 156px ;
} */
/*申请职位弹出*/
.t_box {
    position: fixed;
    left: 25%;
    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: 10rem;
    height: 6.5rem;
    position: relative;
    background: #ffffff;
    display: flex;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.t_ju_left {
    width: 3.2rem;
    background: url(../images/page_img_12.png) no-repeat left top #004a96;
    padding: 1.3rem 0.4rem 0 0.4rem;
    color: #ffffff;
    box-sizing: border-box;
}

.t_ju_left2 {
    width: 3.2rem;
    background: url(../images/page_img_18.png) no-repeat left top #004a96;
    padding: 1.3rem 0.4rem 0 0.4rem;
    color: #ffffff;
    box-sizing: border-box;
}

.tjl_title {
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
}

.tjl_text {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.8;
    text-align: justify;

}

.tjl_tel {
    width: 100%;
    font-size: 0.18rem;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.t_ju_right {
    flex: 1;
    padding: 0.8rem 0.5rem 0 0.5rem;
    box-sizing: border-box;
}

.tjr_title {
    width: 100%;
    text-align: center;
    font-size: 0.25rem;
    font-weight: bold;
}

.tjr_title img {
    margin: 0 auto;
}

.tjr_form {
    width: 100%;
    margin-top: 0.5rem;
}

.tjr_form form {
    display: block;
    width: 100%;
}

.tjr_form dl {
    width: 100%;
    overflow: hidden;
    margin-top: 0.2rem;
}

.tjr_form dl dt {
    display: block;
    width: 20%;
    float: left;
    text-align: right;
    line-height: 0.4rem;
    color: #666666;
}

.tjr_form dl dd {
    display: block;
    width: 80%;
    box-sizing: border-box;
    padding-left: 0.2rem;
    float: left;
}

.tjr_form dl dd input {
    width: 100%;
    height: 0.4rem;
    border: 0.01rem solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 0.18rem;
    padding: 0 0.1rem;
}

.tjr_form dl dd select {
    width: 100%;
    height: 0.38rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.03rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    padding: 0 0.08rem;
    color: #666;
}

.tjr_form dl dd textarea {
    width: 100%;
    height: 1.5rem;
    line-height: 0.3rem;
    box-sizing: border-box;
    padding: 0.06rem 0.1rem;
    font-size: 0.18rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.03rem;
}

.tjr_form dl dd textarea.xuqiu {
    height: 0.9rem;
}

.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 {
    font-size: 16px;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #cccccc;
    position: absolute;
    left: 40%;
    bottom: 35%;
    cursor: pointer
}
.t_close:hover {
    color: #336CFE;
}
/* .t_close:hover {
    opacity: 1;
    transform: rotate(180deg);
} */
.ad_rechannel{
    position: absolute;
    right: 40%;
    bottom: 33%;
    width: 180px;
    height: 60px;
    background: linear-gradient(180deg,#336cfe, #0d1b3f);
    font-size: 20px;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}



/*商机浮动*/

.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: 30px;
}

.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; */
    margin-bottom: 100px;
}

.cs2_title img {
    width: 460px;
    height: 460px;
}

.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%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.72rem;
}

.zhaomu_box dl {
    width: 40%;
    overflow: hidden;
    margin-top: 0.2rem;
    margin-right: 0.6rem;
}

.zhaomu_box dl dt {
    display: block;
    width: 16%;
    float: left;
    text-align: right;
    line-height: 0.4rem;
    color: #666666;
}

.zhaomu_box dl dd {
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 20px; */
    float: left;
}
.zhaomu_box_title{
    font-size: 42px;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
    color: #ffffff;
    margin-left: 72px;
}
.zhaomu_box dl dd input {
    width: 100%;
    height: 0.6rem;
    /* border: 1px solid #ccc; */
    /* background: #646464; */
    border-radius: 0.03rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    padding: 0 0.1rem;
    padding-left: 0.24rem;
    font-size: 0.14rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #cccccc;
}


.zhaomu_box dl dd button {
    width: 1.6rem;
    height: 0.52rem;
    background: linear-gradient(180deg,#336cfe, #0d1b3f);
    text-align: center;
    color: #ffffff;
    border-radius: 0.03rem;
    font-size: 0.16rem;
    font-family: MiSans, MiSans-Medium;
    font-weight: 500;
}

/* .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:0.6rem;
    height: 2.75rem;
    right: 0;
    bottom: 0.5rem;
    z-index: 10;
    padding-right: 0.25rem;
}
.pop_up_din{
    width: 1380px;
    height: 780px;
    top:4%;
    position: relative;
    margin: 0 auto;
}
#side_box {
    transition: 0.2s;
    right: 0;
}
.blogroll{
    font-size: 0.15rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0.28rem;
    display: flex;
}
.blogroll img {
    width: 0.9rem;
    height: 0.28rem;
    margin-left: 0.24rem;
}
#side_box.Offscreen {
    transition: 0.2s;
    opacity: 0.1;
    right: -0.6rem;
}

.side ul li {
    /* width: 54px;
    height: 54px;
    float: left; */
    position: relative;
    /* border-bottom: 1px solid #444; */
}
.pop_up_01{
    /* padding-right: 20px; */
}
.pop_up_01 img{
    width: 0.56rem;
    height: 0.56rem;
}
.pop_up_01 span{
    font-size: 0.14rem;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    color: #ffffff;
}
.side ul li .sidebox {
    position: absolute;
    width: 0.54rem;
    height: 0.54rem;
    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;
    width: 340px;
    height: 160px;
    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)
    }
}
.h_huoban{
    width: 100%;
    height: 7.8rem;
    background: url(../images/i_Ecological.png) no-repeat;
    background-size: cover;
}








@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;
    }


    .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 .w1300 {
        display: block;
    }

    .as_right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }


    .as2_item {
        width: 100%;
        padding: 10px 0;
    }

    .as2_text {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.8;
    }

    .about_s3 {
        padding: 0.6rem 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;
    }

    .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;
    }
    /*产品方案*/
    .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;
    }
















}

    .index_wrap{
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
        font-size: 0
    }
    /* .index_wrap .mask {
        position: absolute;
        z-index: 10
    }
    
    .index_wrap .left_mask {
        left: 0
    }
    
    .index_wrap .right_mask {
        right: 0;
        transform: rotate(180deg)
    } */
    
    .index_wrap .line_odd {
        width: 39.76rem;
        height: 1.60rem;
        margin-bottom: 0.80rem;
        overflow: hidden;
        -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
        animation: scrollToRight-data-v-6a32e916 36s linear infinite
    }
    
    .index_wrap .line_odd .logo_img {
        display: inline-block;
        width: 3.4rem;
        height: 1.60rem;
        box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
        margin: 0 0.4rem 0.3rem 0.4rem;
        border-radius: 0.06rem;
        overflow: hidden;
        border: 0.01rem solid #f5f5f5;
    }
    .index_wrap .line_even {
        width: 39.76rem;
        height: 1.60rem;
        overflow: hidden;
        -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
        animation: scrollToRight-data-v-6a32e916 30s linear infinite
    }
    
    .index_wrap  .line_even .logo_img {
        display: inline-block;
        width: 3.40rem;
        height: 1.60rem;
        box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
        margin: 0 0.4rem 0.3rem 0.4rem;
        border-radius: 0.06rem;
        overflow: hidden;
        border: 0.01rem 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)
        }
    }
    .my-bullet{
        background:rgba(52, 109, 254,0.47);
        width: 60px;
        height: 8px;
        margin: 0 32px; 
        display: inline-block;  
    }
    .my-bullet-active{
        background: rgb(52, 109, 254);
    }
    .i_Ecological{
        width: 100%;
        height: 780px;
        background: url(../images/i_Ecological.png) no-repeat;
        background-size: cover;
    }
    .channel_i{
        width: 100%;
        height: 1000px;
        background: #000000;
    }
    .channel_i_bg{
        background:#000000  url(../images/channel_i_bg.png) no-repeat;
        background-size: cover;
    }
/* flex 布局 */
.mes-flex {
    display: flex;
}

.mes-rows {
    flex-direction: row;
}

.mes-row {
    flex-direction: row;
}

.mes-columns {
    flex-direction: column;
}

.mes-column {
    flex-direction: column;
}

.mes-wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.mes-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
}

.mes-space-around {
    justify-content: space-around;
}

.mes-space-between {
    justify-content: space-between;
}

.mes-justify-content-start {
    justify-content: flex-start;
}

.mes-justify-content-center {
    justify-content: center;
}

.mes-justify-content-end {
    justify-content: flex-end;
}

.mes-align-items-start {
    align-items: flex-start;
}

.mes-align-items-center {
    align-items: center;
}

.mes-align-items-end {
    align-items: flex-end;
}

.mes-align-items-baseline {
    align-items: baseline;
}

.mes-flex1 {
    flex: 1;
}

/* 文本对齐 */
.mes-text-left {
    text-align: left;
}

.mes-text-center {
    text-align: center;
}

.mes-text-right {
    text-align: right;
}

.mes-ellipsis {
    overflow: hidden;
}

.mes-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mes-block-text {
    display: block;
}