.banner{
    width:100%;
    display: block;
    position: relative;
}
.banner a img{
    width: 100%;
    min-height:240px;
    object-fit: cover;
    display: block;
}
.banner_pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:2.1875rem !important;
}
.banner_pagination span{
    width: 1.4375rem;
    height: 1.4375rem;
    border:1px solid #002fa6;
    background: unset;
    opacity: 1;
    display: block;
}
.banner_pagination span.swiper-pagination-bullet-active{
    background: #002fa6;
}
.about{
    width:100%;
    display: block;
    position: relative;
}
.about::before{
    content:'';
    width: 29.5rem;
    height: 16rem;
    display: block;
    background: url("../images/index_11.png") top center no-repeat;
    background-size: 100%;
    position: absolute;
    left:4.5625rem;
    top:0;
    z-index:1;
}
.about::after{
    content:'';
    width: 24.75rem;
    height: 18.375rem;
    display: block;
    background: url("../images/index_12.png") top center no-repeat;
    background-size: 100%;
    position: absolute;
    right:0rem;
    bottom:0;
    z-index:1;
}
.about_main{
    position: relative;
    z-index:2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 7.875rem 0 3.125rem;
}
.about_img{
    width: 50%;
    min-width: 50%;
    height: 23.75rem;
    min-height: 23.75rem;
    display: block;
    /*height: 100%;*/
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.about_text{
    width: 45.83%;
    display: block;
}
.about_text h2,.about_text h3,.about_text p,.about_text a{
    width:100%;
    display: block;
}
h2.title{
    font-size:1.875rem;
    line-height: 1;
    color:#002fa6;
}
h3.sub_title{
    font-size:0.875rem;
    line-height: 2.875rem;
    color:#888888;
    font-weight: normal;
}
.about_text p{
    font-size:1rem;
    line-height: 2rem;
    color:#333;
}
.about_text a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:3.375rem;
}
.about_text a img{
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    object-fit: contain;
    margin-right: 0.75rem;
}
.about_text a i{
    font-size:1.125rem;
    line-height: 1.5625rem;
    color:#002fa6;
    display: block;
}
@media screen and (max-width: 750px) {
    .about_main{
        flex-wrap: wrap;
        padding:3.125rem 0;
    }
    .about_img,.about_text{
        width: 100%;
    }
    .about_img{
        height: 100%;
    }
    h2.title{
        font-size:2.625rem;
    }
    h3.sub_title{
        font-size:1.5rem;
        line-height: 3.5rem;
    }
    .about_text p{
        font-size:1.875rem;
        line-height: 3rem;
    }
    .about_text a{
        margin:3rem 0 ;
    }
    .about_text a img{
        width: 2rem;
        height: 2rem;
        display: block;
        object-fit: contain;
        margin-right: 0.75rem;
    }
    .about_text a i{
        font-size:2rem;
        line-height: 2rem;
        color:#002fa6;
        display: block;
    }
}
.server_main,.team_box{
    position: relative;
}
.server{
    width: 100%;
    display: block;
    background: url("../images/index_13.jpg") top center no-repeat;
    background-size: 100% 60%;
    padding:3.75rem 0 4.746rem;
}
.server h2.title,.server h3.sub_title{
    color:#fff;
}
.server_swiper{
    width: 100%;
    padding-bottom: 1.5625rem;
    margin-top:1.375rem;
}
.server_swiper .swiper-slide{
    width: 17.8125rem;
    height: 100%;
    background: #fff;
    padding:0.5rem 0.5rem 1.5625rem;
    border-radius: 5px;
    display: block;
    text-align: left;
    box-shadow: 3px 0 24px rgba(131,187,147,.18);
}
.server_img{
    width: 100%;
    height: 10rem;
    display: block;
}
.server_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.server_title{
    width:100%;
    display: block;
    font-size:1.125rem;
    line-height: 2.75rem;
    margin-top:0.75rem;
    color:#002fa6;
    font-weight: 600;
}
.server_intro{
    width: 100%;
    font-size:0.875rem;
    line-height: 1.75rem;
    color:#333;
    display: block;
}
.server_extend{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:1rem;
}
.server_price{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:1.25rem;
    line-height: 1;
    color:#f00;
    font-weight: 600;
}
.server_price i{
    font-size:0.875rem;
    line-height: 1rem;
    color:#888;
    display: block;
    margin-left:3px;
}
.server_extend a{
    width: 6.625rem;
    font-size:1rem;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    background: #002fa6;
    color:#fff;
    display: block;
    text-align: center;
}
.server_next,.server_prev,.team_next,.team_prev{
    background-color: #fff !important;
    width: 3.75rem !important;
    height: 3.75rem !important;
    display: block;
    border-radius: 50% !important;
    opacity: 1 !important;
    background-size: 1.5rem 1.5rem !important;
}
.server_next,.team_next{
    right:-5.5rem !important;
}
.server_prev,.team_prev{
    left:-5.5rem !important;
}
@media screen and (max-width: 1250px) {
    .server_next,.server_prev,.team_next,.team_prev{
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .server_title{
        font-size:2.2rem;
        line-height: 5.2rem;
        margin-top:1.5rem;
    }
    .server_intro{
        font-size:1.7rem;
        line-height: 3rem;
    }
    .server_img{
        height: 21.33vw;
    }
}
@media screen and (max-width: 420px) {
    .server_img{
        height: auto;
    }
}
.team{
    width: 100%;
    display: block;
    background: #f5f7fc;
    background-size: 100% 60%;
    padding:3.75rem 0 4.746rem;
}
.team_box{
    margin-top:4rem;
}
.team_box .team_swiper .swiper-slide{
    display: block;
}
.team_swiper_title{
    width: 100%;
    display: block;
    font-size:1.5rem;
    line-height: 2rem;
    margin:1rem 0;
}
.team_img{
    width: 90%;
    /*width: 14.0625rem;*/
    /*height: 15.75rem;*/
    display: block;
}
.team_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.order{
    padding:4.375rem 0 5.125rem;
}
.order_box{
    width: 100%;
    display: block;
    margin-top:5rem;
}
.order_img{
    width:100%;
    /*height: 27.1875rem;*/
    display: block;
    position: relative;
}
.order_img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.order_img_mask{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index:3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.875rem;
    opacity: 0;
    transition: all ease .5s;
}
.order_img:hover .order_img_mask{
    opacity: 1;
}
.order_img_mask img{
    width:80%;
    object-fit: contain;
    display: block;
}
@media screen and (max-width: 420px) {
    .order_img{
        height: 90vw;
    }
}
.news{
    background: #f5f6f8;
    padding:4.5rem 0 ;
}
.news_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:1.875rem;
}
.news_hot{
    width: 32.5%;
    max-width:32.5%;
    height: 26.875rem;
    display: block;
}
.news_hot a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.news_hot a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
}
.news_hot_text{
    width: 100%;
    position: relative;
    z-index:2;
    color:#fff;
    padding:6.25rem 11.5% 4.6875rem;
}
.news_time{
    width: 100%;
    display: block;
    font-size:1rem;
    line-height: 1;
}
.news_title{
    width: 100%;
    display: block;
    font-size:1rem;
    line-height: 2;
    margin:4.0625rem 0 0.625rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_intro{
    width: 100%;
    display: block;
    font-size:0.875rem;
    line-height: 1.5625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_right{
    width: 65.666%;
    max-width: 65.666%;
    display:block;
}
@media screen and (max-width: 500px) {
    .news_time{
        font-size:2rem;
        line-height: 1;
    }
    .news_title{
        font-size:2rem;
        margin:4.0625rem 0 0.625rem;
    }
    .news_intro{
        font-size:1.5rem;
        line-height: 2rem;
    }
}
.news_list ,.news_list a{
    width: 100%;
}
.news_list:first-child{
    margin-bottom: 1rem;
}
.news_list a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.news_right_img{
    width: 17.0625rem;
    height: 12.9375rem;
    display: block;
}
.news_right_img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.news_right_text{
    width:calc(100% - 17.0625rem);
    display: block;
    padding:1.75rem 8.7378% 1.75rem 10.679%
}
.news_right_text .news_time{
    margin-top:1.5rem;
    font-size:0.875rem;
    white-space: nowrap;
}
.news_right_text .news_title{
    color:#012fa7;
    margin:1.5625rem 0 0.3125rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_right_text .news_intro{
    color:#777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 500px) {
    .news_right_text{
        width:calc(100% - 17.0625rem);
        display: block;
        padding:1.75rem 3% 1.75rem;
    }
    .news_list a{
        align-items: stretch;
    }
    .news_right_img{
        height: auto;
        min-height: 12.9375rem;
    }
    .news_right_text .news_time{
        margin-top:0;
        font-size:1.2rem;
        white-space: nowrap;
    }
    .news_right_text .news_title{
        margin:0.5625rem 0 0;
        font-size:1.5rem;
    }
    .news_right_text .news_intro{
        font-size:1.2rem;
    }
    .news_right_img{
        width: 12rem;
    }
    .news_right_text {
        width: calc(100% - 12rem);
    }
}
.message{
    padding:4rem 0 3.75rem;
}
.message_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top:1.875rem;
}
.message_list{
    width: 48.33%;
    display: block;
    margin-bottom: 0.875rem;
    padding:1.375rem 1.125rem 2.1875rem;
    background: #fff;
    box-shadow: 3px 0 13px rgba(39,151,95,0.15);
    position: relative;
}
.message_list_box{
    position: relative;
    z-index:1;
}
.message_list::after{
    content:'';
    width: 7.5625rem;
    height: 7.5625rem;
    display: block;
    background: url("../images/index_13.png") bottom right no-repeat;
    background-size: 7.5625rem;
    position: absolute;
    bottom:1rem;
    right:1rem;
}
.message_list img{
    width: 1.75rem;
    display: block;
}
.message_list .nickname,.message_list .message_intro{
    width:89%;
    margin:0 auto;
    display: block;
}
.message_list .nickname{
    font-size: 1.25rem;
    line-height: 2.75rem;
    color:#333;
}
.message_list .message_intro{
    font-size: 1rem;
    line-height: 2rem;
    color:#888;
}
@media screen and (max-width: 500px) {
    .message_box{
        flex-wrap: wrap;
    }
    .message_list{
        width: 100%;
    }
    .message_list .nickname{
        font-size: 2rem;
        line-height: 4rem;
        color:#333;
    }
    .message_list .message_intro{
        font-size: 1.8rem;
        line-height: 3.2rem;
        color:#888;
    }
}

.app{
    width: 100%;
    background: #f1f1f1;
    padding:8.9375rem 0 8.3125rem;
}
.app_main{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.app_left{
    width: 48.3334%;
    display: block;
}
.app_right{
    width: 38%;
    display: block;
    padding-top:80px;
}
.app_left_img img,.app_download_img img,.app_right img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.app_left_img{
    width:80px;
    height:80px;
}
.app_left_title{
    width:100%;
    color:#002fa6;
    font-size:1.75rem;
    font-weight: 600;
    line-height: 5.5rem;
    margin-bottom: 0.6875rem;
}
.app_left_intro{
    width: 100%;
    font-size:1rem;
    line-height: 2rem;
    color:#333;
    display: block;
}
.app_download{
    width: 200px;
    margin-top:16px;
    display: block;
}
.app_download_img{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
    border:1px solid #d9d9d9;
    padding:3px;
}
.app_download p{
    width:100%;
    font-size:14px;
    line-height: 32px;
    color:#888;
    display: block;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .app_main{
        flex-wrap: wrap;
    }
    .app_right,.app_left{
        width: 100%;
    }
    .app_download{
        margin:16px auto 0;
    }
    .app_left_title{
        font-size:20px;
        line-height: 50px;
        margin-bottom: 0.6875rem;
    }
    .app_left_intro{
        font-size:16px;
        line-height: 32px;
    }
}
.industry{
    background: #f1f1f1;
}
.industry_main{
    padding:8.125rem 0 2rem;
}
.industry_main h2.title{
    margin-bottom: 4rem;
}
.industry_list{
    width: 100%;
    display: block;
    margin-bottom: 1.875rem;
}
.industry_list a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.industry_list_img{
    width: 35%;
    min-width: 35%;
    height: 15rem;
    display: block;
}
.industry_list_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.industry_list_text{
    width: 63.333%;
    display: block;
    background: #fff;
    padding:2rem 4% 0;
}
.industry_list_text span{
    width: 100%;
    display: block;
    font-size:0.875rem;
    line-height: 1;
    color:#000;
}
.industry_list_text h2{
    width: 100%;
    font-size:1.25rem;
    color:#002fa6;
    line-height: 2.5rem;
    margin:1rem 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.industry_list_text p{
    width: 100%;
    font-size:1rem;
    color:#777;
    line-height: 1.75rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.industry_a{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:1.125rem;
    line-height: 1.5625rem;
    color:#002fa6;
    margin-top:1.25rem;
}
.industry_a img{
    width:1.5625rem;
    height: 1.5625rem;
    object-fit: contain;
    display: block;
    margin-right: 0.75rem;
}
@media screen and (max-width: 500px) {
    .industry_list_text span{
        font-size:1.2rem;
        line-height: 1;
    }
    .industry_list_text h2{
        font-size:1.8rem;
        line-height: 2.5rem;
        margin:0.6rem 0;
    }
    .industry_list_text p{
        font-size:1.6rem;
        line-height: 2rem;
    }
}
.page{
    width: 100%;
    display: block;
    padding-top:2rem;
}
.page ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page ul li{
    width: auto;
    /*padding:0 0.875rem;*/
    /*line-height: 1.875rem;*/
    border:1px solid #ddd;
    color:#888;
    font-size:0.75rem;
    margin:0 0.3125rem 0.3125rem;
    transition: all ease .3s;
}
.page ul li a{
    padding:0 0.875rem;
    line-height: 1.875rem;
    display: block;
}
.page ul li.disabled{
    pointer-events: none;
    background: #d4d4d4;
}
.page ul li.current,.page ul li:hover{
    border:1px solid #002fa6;
    background: #002fa6;
    color:#fff;
}
.page ul li a{
    color:#888;
}
.page ul li.current a,.page ul li:hover a{
    color:#fff;
}
.banner_img,.banner_img img{
    width: 100%;
    display: block;
}
.about_info{
    width: 100%;
    padding:11.75rem 0 6.25rem;
}
.about_info_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_info_right{
    width:22.5%;
    min-width: 22.5%;
    display: block;
}
.about_info_right img{
    width: 100%;
    display: block;
}
.about_info_left{
    width: 76.25%;
    display: block;
}
.about_info_text {
    width: 100%;
    margin-top:2rem;
    font-size:1rem;
    line-height: 2rem;
    color:#333;
    display: block;
    text-indent: 2rem;
}
.about_four{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top:4rem;
}
.about_four_list{
    width: 25%;
    display: block;
    text-align: left;
}
.about_four_list h3{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color:#002fa6;
    font-size:3.125rem;
    line-height: 1;
}
.about_four_list i{
    font-size: 1rem;
    font-weight: normal;
}
.about_four_list p{
    width: 100%;
    display: block;
    font-size:1.25rem;
    line-height: 3.25rem;
    color:#333;
}
@media screen and (max-width: 500px) {
    .about_info_text{
        font-size:14px;
        line-height: 24px;
    }
    .about_four_list{
        width: 50%;
        margin-bottom: 2rem;
    }
}
.contact{
    background: #f1f1f1;
    padding:8.125rem 0 7.5rem;
}
.contact_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:5.9375rem;
}
.contact_list{
    width: 33.33%;
    display: block;
    text-align: center;
}
.contact_list img{
    width: 40px;
    height: 3.125rem;
    object-fit: contain;
    display: block;
    margin:0 auto 0.75rem;
}
.contact_list p{
    width: 100%;
    font-size:1.5rem;
    line-height: 2.75rem;
    color:#888;
    font-weight: 600;
}
.contact_list span{
    width: 100%;
    font-size:1.125rem;
    line-height: 2.5rem;
    font-weight: normal;
    color:#888;
}
.map{
    margin-top:3.125rem;
    height: 29.375rem;
}

.word{
    background: #f1f1f1;
    min-height: calc(100vh - 327px);
    padding:8.75rem 0 3.1875rem;
}
.word_form{
    width:100%;
    display: block;
    margin-top:2.4375rem;
}
.word_form form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.word_form_list{
    width: 48.33%;
    display: block;
    margin-bottom: 1.5625rem;
}
.word_form_list_title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:1.25rem;
    line-height: 3.125rem;
}
.word_form_list_title i{
    color:#f00;
}
.word_form_input{
    width: 100%;
    display: block;
}
.word_form_input input{
    width: 100%;
    padding:0 1.125rem;
    font-size:1rem;
    line-height: 3.125rem;
    color:#000;
    display: block;
    background: #fff;
}
.word_form_input input::placeholder{
    color:#c0c0c0;
}
.word_form_radio{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 3.125rem;
    background: #fff;
    padding:0 1.125rem;
    font-size:1rem;
}
.word_radio{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color:#c0c0c0;
    margin-right: 2.9375rem;
}
.word_radio input{
    width: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:2;
    opacity: 0;
}
.word_radio input + label{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border:1px solid #c0c0c0;
    display: block;
    margin-right: 0.625rem;
}
.word_radio input:checked + label{
    border:0.25rem solid #002fa6;
}
.word_radio input:checked + label + span{
    color:#333;
}
.word_form_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:1.5625rem;
}
.word_form_btn button{
    width: 48.33%;
    background: #002fa6;
    color:#fff;
    text-align: center;
    font-size:1.25rem;
    line-height: 3.125rem;
    display: block;
}
@media screen and (max-width: 500px) {
    .word_form_list{
        width: 100%;
    }
    .word_form_list_title{
        font-size:1.5rem;
        line-height: 3.5rem;
    }
    .word_form_input input,.word_form_radio,.word_form_btn button{
        font-size:1.5rem;
        line-height: 3.5rem;
    }
}

.article{
    width: 100%;
    background: #f1f1f1;
    padding:8.125rem 0 5rem;
}
.article_box{
    width: 100%;
    padding:1.25rem 1.25rem 3rem;
    display: block;
    background: #fff;
}
.article_box{
    margin-top:3rem;
}
.article_box h1{
    width: 100%;
    font-size:1.5rem;
    line-height: 5rem;
    color:#000;
    display: block;
}
.article_main{
    width: 100%;
    font-size:16px;
    line-height: 24px;
    color:#333;
    display: block;
}
.article_main img,.article_main video,.article_main table{
    max-width: 100%;
}