*{
    margin: 0;
    padding: 0;
    cursor: default;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: 'big';
    src:url("../font/hei_big.ttf");
}
@font-face {
    font-family: 'small';
    src:url("../font/hei_small.ttf");
}
#header{
    width: 100%;
    height: 100px;
    background: white;
}
.top_logo{
    width: 180px;
    /*height: 100px;*/
    display: block;
    margin-left: 12vw;
    float: left;
    margin-top: 28px;
}
#menu{
    margin-right: 10vw;
    float: right;
    height: 100px;
    width: auto;
}
#more_menu{
    padding-left: 12vw;
    height: 220px;
    background: white;
    z-index: 999;
    position: absolute;
    top: 100px;
    display: none;
    width: 87vw;
}
#more_menu a:hover{
    color: #125BFF !important;
    cursor: pointer;
}
.more_title{
    color: #05162E;
    font-family: small;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.more_title_line{
    width: 40px;
    height: 2px;
    background: #05162E;
    display: inherit;
    margin-top: 5px;
}
.more_box{
    width: 240px;
    float: left;
    margin-right: 130px;
}
.more_box:last-child{
    width: 120px;
}
.more_box a{
    margin-bottom: 20px;
    width: 120px;
    font-size: 16px;
    color: #05162E;
    font-family: small;
    display: block;
    float: left;
}
.suspend{
    color: #125BFF !important;
}
.suspend_bg{
    background: #125BFF !important;
}
#menu a{
    width: 140px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #05162E;
    font-family: small;
    position: relative;
}
#menu a:hover{
    color: #125BFF;
    cursor: pointer;
}
#menu .choice{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #125BFF;
}
.choice>.choice_left{
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #125BFF;
    width: 0;
    height: 0;
    margin-right: 5px;
}
.choice>.choice_right{
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #125BFF;
    width: 0;
    height: 0;
    margin-left: 5px;
}
#banner{
    width: 100%;
}
#banner .swiper {
    width: 100%;
    height: 100%;
}

#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;
}

#banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#box_one{
    width: 1290px;
    margin: auto;
    padding-bottom: 80px;
}
.one_title{
    font-family: big;
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-top: 79px;
    display: block;
    position: relative;
}
.one_desc{
    font-family: small;
    font-size: 16px;
    color: #125BFF;
    text-align: center;
    margin-top: 20px;
}
.one_ul{
    margin-top: 80px;
}
.one_ul li{
    list-style: none;
    width: 240px;
    float: left;
    margin-right: 110px;
}
.one_ul li:last-child{
    margin-right: 0px;
}
.one_main_title{
    font-size: 24px;
    color: #05162E;
    font-family: small;
    width: 100%;
    text-align: center;
}
.one_main_desc{
    margin-top: 20px;
    color: #8494AC;
    font-family: small;
    width: 100%;
    text-align: center;
}
.one_main_line{
    /*border: 1.8px dashed silver;*/
    margin-top:40px;
}
.one_main_img{
    display: block;
    margin: auto;
}
#box_after{
    width: 100%;
    height: 700px;
    background: #F8F9FB;
}
#box_after>div{
    width: 23vw;
    height: 540px;
    margin-top: 80px;
    background: #ffffff;
    float: left;
}
#after_one{
    margin-left: 13.5vw;
    margin-right: 2vw;
}
.after_data{
    width: 100%;
    list-style: none;
    margin-top: 49px;
}
.after_data li{
    width: 40%;
    float: left;
}
.after_data li:nth-child(2n){
    margin-left: 8%;
}
.after_data li span:first-child{
    color: #05162E;
    font-family: small;
    font-size: 22px;
    margin-left: 19px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.after_data li span:last-child{
    margin-top: 18px;
    color: #8494AC;
    font-family: small;
    font-size: 14px;
    margin-left: 19px;
    width: 100%;
    display: inline-block;
    text-align: left;
    height: 56px;
}
#after_two{
    margin-right: 2vw;
}
#after_one_head{
    width: 100%;
    height: 120px;
    background: linear-gradient(-15deg, #398DFF, #39DCFF);
}
#after_two_head{
    width: 100%;
    height: 120px;
    background: linear-gradient(-15deg, #1036FA, #3996FF);
}
#after_three_head{
    width: 100%;
    height: 120px;
    background: linear-gradient(-15deg, #B239FF, #9113E2);
}
.after_title{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    font-family: big;
    margin-top: 28px;
    color: white;
}
.after_desc{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: small;
    margin-top: 10px;
    color: white;
}


#box_two{
    margin: auto;
    margin-top: 80px;
    width: 85vw;
    padding-bottom: 20px;
}
.two_title{
    font-family: big;
    font-size: 50px;
    color: #05162E;
    text-align: center;
}
.two_desc{
    font-family: small;
    color: #125BFF;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.two_ul{
    text-align: center;
    list-style: none;
    margin: auto;
    margin-top: 40px;
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.two_ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #05162E;
    border-radius: 4px;
    margin-right: 20px;
    font-family: small;
}
.two_choice{
    background: #125BFF;
    border: none !important;
    color: white;
}
.two_main_img{
    margin: auto;
    margin-top: 40px;
    width: 1206px;
    height: 662px;
    background: url("../image/two_bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.two_img{
    display: none;
    margin: auto;
    top: 32px;
    position: absolute;
    left: 133px;
    width: 938px;
}
#box_three{
    width: 100%;
    background: #F8F9FB;
    padding-top: 80px;
    padding-bottom: 80px;
}
.three_title{
    font-size: 50px;
    color: #05162E;
    font-family: big;
    width: 100%;
    text-align: center;
}
.three_desc{
    font-family: small;
    font-size: 16px;
    color: #125BFF;
    text-align: center;
    margin-top: 20px;
}
.three_btn{
    margin: auto;
    width: 158px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    background: #125BFF;
    border-radius: 20px;
    margin-top: 40px;
    color: white;
    font-family: small;
    font-size: 20px;
    border: 1px solid #125BFF;
}
.three_btn:hover{
    background: none;
    color: #125BFF;
}
.three_main{

}
.three_main{
    padding-top: 80px;
    margin: auto;
    width: 73vw;
}
.three_main_box{
    display: none;
}
.three_main_box:first-child{
    display: block;
}
.three_main_title{
    font-size: 30px;
    font-family: big;
    color: #05162E;
    width: 100%;
    text-align: center;
    margin-bottom: 42px;
}
.three_main_show{
    width: 25%;
    text-align: center;
    float: left;
}
.three_main_number{
    display: inline-block;
    font-family: small;
    font-size: 40px;
    color: #125BFF;
    width: 100%;
}
.three_main_desc{
    font-family: small;
    font-size: 16px;
    color: #05162E;
}
.three_main_word{
    font-size: 16px;
    color: #8494AC;
    font-family: small;
    margin-top: 40px;
}
#three_image_box{
    display: block;
    margin-top: 20px;
    width: 100%;
}
.three_image_box .swiper {
    width: 100%;
    height: 100%;
}

.three_image_box .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;
}

.three_image_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#three_image_box .swiper-pagination-bullet-active{
    width: 60px;
    border-radius: 0;
    height: 4px;
    background: white;
    opacity: 1 !important;
}
#three_image_box .swiper-pagination-bullet{
    width: 60px;
    border-radius: 0;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.4;
}
#box_four{
    padding-top: 80px;

}
.four_title{
    font-family: big;
    font-size: 50px;
    width: 100%;
    text-align: center;
}
.four_desc{
    color: #125BFF;
    font-family: small;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.four_btn{
    margin: auto;
    width: 158px;
    height: 38px;
    background: #125BFF;
    border: 1px solid #125BFF;
    color: #FFFFFF;
    font-size: 20px;
    font-family: small;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    display: block;
    border-radius: 20px;
}
.four_btn:hover{
    background:none;
    color: #125BFF;
}
.four_main{
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    position: relative;
}
.four_ul{
    padding-left: 13vw;
    width: 3000px;
    height: 565px;
    position: relative;
    border-top: 1px dashed #8494AC;
    list-style: none;
}
.four_ul li{
    position: relative;
    height: 565px;
    width: 35vw;
    float: left;
    margin-right: 3.5vw;
}
.four_ul li:last-child{
    margin-right: 0 !important;
}
.four_circle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    background: #05162E;
    position: absolute;
    top: -8px;
}
.choice_circle{
    background: #125BFF;
}
.article_time{
    font-family: small;
    font-size: 20px;
    margin-top: 32px;
    width: 100%;
    float: left;
    color: #05162E;
    cursor: pointer;
}
.article_title{
    width: 100%;
    font-family: small;
    font-size: 20px;
    color: #05162E;
    margin-top: 18px;
    float: left;
    cursor: pointer;
}
.article_desc{
    color: #05162E;
    font-size: 16px;
    float: left;
    margin-top: 40px;
    font-family: small;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    cursor: pointer;
}
.article_image{
    display: block;
    width: 100%;
    margin-top: 12px;
    float: left;
    cursor: pointer;
}
.article_left{
    width: 38px;
    height: 58px;
    background: #125BFF;
    position: absolute;
    left: 13%;
    top: 54%;
    line-height: 60px;
    text-align: center;
    color: white;
    border: 1px solid #125BFF;
    display: none;
}
.article_left:before{
    content: "";
    width: 9px;
    height: 9px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 25px;
}
.article_right{
    width: 40px;
    height: 60px;
    background: #125BFF;
    position: absolute;
    right: 13%;
    top: 54%;
    line-height: 60px;
    text-align: center;
    color: white;
}
.article_right:before{
    content: "";
    width: 9px;
    height: 9px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    position: absolute;
    left: 12px;
    top: 25px;
}
#box_five{
    width: 100%;
    background: #F8F9FB;
    padding-top: 80px;
    padding-bottom: 77px;
}
.five_title{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: big;
    color: #05162E;
}
.five_main{
    width: 74vw;
    margin: auto;
    margin-top: 37px;
    /*border: 1px dashed #8494AC;*/
}
.five_main img{
    display: block;
    margin: auto;
    width: 100%;
}
#box_six{
    width: 100%;
    background-image: url("../image/six_bg.png");
    height: 420px;
}
.six_title{
    width: 100%;
    font-family: big;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 150px;
}
.six_btn{
    text-align: center;
    line-height: 38px;
    margin: auto;
    width: 158px;
    height: 38px;
    background: white;
    color: #125BFF;
    font-family: small;
    font-size: 20px;
    border-radius: 20px;
    margin-top: 40px;
    border: 1px solid white;
}
.six_btn:hover{
    background: none;
    color: white;
}
#box_footer{
    width: 100%;
    height: 400px;
    background: #05162E;
    padding-top: 80px;
}
#box_footer a{
    color: white;
}
#footer_main{
    width: 74vw;
    margin: auto;
}
#footer_main a:hover{
    color: #125BFF !important;
    cursor: pointer;
}
.footer_logo{
    width: 200px;
    height: 54px;
    display: block;
    float: left;
}
.footer_one{
    margin-left: 8vw;
    width: 15vw;
    float: left;
}
.footer_phone{
    width: 100%;
    display: inline-block;
    font-family: small;
    font-size: 16px;
    color: white;
}
.footer_email{
    width: 100%;
    display: inline-block;
    font-family: small;
    font-size: 16px;
    color: white;
    margin-top: 20px;
}
.footer_wechat{
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    font-family: small;
    font-size: 16px;
    color: white;
}
.footer_wechat_img{
    width: 120px;
    height: 120px;
    display: block;
    margin-top: 20px;
}
.footer_company{
    font-size: 16px;
    color: white;
    font-family: small;
    margin-top: 40px;
    float: left;
}
.footer_beian{
    font-size: 16px;
    color: white;
    font-family: small;
    margin-top: 20px;
    float: left;
}
.footer_two{
    margin-left: 4.8vw;
    display: block;
    float: left;
}
.footer_title{
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    font-family: big;
    font-size: 24px;
    margin-bottom: 40px;
}
.footer_menu{
    font-family: small;
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    display: block;
}
.footer_three{
    float: left;
    margin-left: 13vw;
}
#product_img{
    display: block;
    width: 100%;
}
#product{
    width: 100%;
    margin: auto;
    padding-top: 40px;
}

.product_title{
    color: #8494AC;
    font-family: small;
    font-size: 20px;
    width: 73vw;
    height: 40px;
    border-bottom: 1px solid #8494AC;
    margin: auto;
}
.product_title span{
    color: #05162E !important;
}
#product_side{
    position: absolute;
    left: 3.2vw;
}
.product_side_fixed{
    position:fixed !important;
    top:10vh;
}

#product_ul{
    list-style: none;
    border-left: 2px dashed #8494AC;
    padding-top: 12px;
    padding-bottom: 12px;
}
#product_ul li{
    font-size: 16px;
    font-family: small;
    color: #05162E;
    margin-bottom: 40px;
    position: relative;
    padding-left: 12px;
}
#product_ul li:hover{
    cursor: pointer;
}


#product_ul li:last-child{
    margin-bottom: 0 !important;
}
.product_circle{
    width: 8px;
    height: 8px;
    background: #05162E;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 35%;
    left: -4px;
}
#product_one,#product_three,#product_five,#product_seven{
    padding-top: 80px;
    width: 73vw;
    margin: auto;
    padding-bottom: 50px;
}
.product_class{
    font-size: 50px;
    color: #05162E;
    font-family: big;
    width: 100%;
    display: block;
    text-align: center;
}
.product_button{
    width: 40%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    height: 40px;
}
.product_button div{
    /*width: 118px;*/
    height: 38px;
    display: inline-block;
    font-family: small;
    font-size: 20px;
    color: #05162E;
    border-radius: 4px;
    border:1px solid #05162E;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.button_choice{
    background: #125BFF;
    color: white !important;
    border: none !important;
    /*width: 120px;*/
    height: 40px;
}
.product_desc{
    color: #05162E;
    font-size: 16px;
    font-family: small;
    margin-top: 40px;
    display: block;
}
.product_show{
    width: 70vw;
    margin: auto;
    margin-top: 10px;
}
.product_picture{
    padding: 2px;
    display: none;
    margin: auto;
    width:100%;
}
.product_show .product_picture:first-child{
    display: block;
}


#product_two,#product_four,#product_six{
    width: 100%;
    background: #F8F9FB;
    padding-top: 80px;
    padding-bottom: 50px;
}
.product_two_box{
    width: 73vw;
    margin: auto;
}
.choice_span{
    color: #125BFF !important;
}
.show_circle{
    background: #125BFF !important;
}



#web_box{
    margin-top: 80px;
    width: 100%;
    height: 930px;
}

#web_left{
    margin-left:13vw;
    margin-top: 300px;
    float: left;
    width: 19vw;
}
.web_left_title{
    font-size: 50px;
    font-family: big;
    color: #05162E;
}
.web_left_desc{
    font-size: 16px;
    font-family: small;
    color: #125BFF;
    margin-top: 18px;
}

#web_left_list{
    margin-top: 40px;
}
#web_left_list li{
    background-image: url("../image/website_pitch.png");
    background-repeat: no-repeat;
    background-size: 26px 28px;
    height: 30px;
    line-height: 35px;
    padding-left: 35px;
    list-style: none;
    color: #05162E;
    margin-bottom: 5px;
    font-family: small;
}
#web_right{
    float: right;
    width: 62vw;
}
#web_right img{
    display: block;
    width: 100%;
}
#web_service{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F8F9FB;
}
#service_title{
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #05162E;
    font-family: big;
}
#service_desc{
    width: 100%;
    text-align: center;
    color: #125BFF;
    font-size: 16px;
    font-family: small;
    margin-top: 20px;
}
#service_list{
    margin-left: 15vw;
}
#service_list li{
    width: 16vw;
    float: left;
    list-style: none;
    margin-right: 10vw;
    margin-top: 80px;
}
#service_list li img{
    width: 100%;
    display: block;
}
.service_title{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #05162E;
    width: 100%;
    font-family: small;
    text-align: center;
}
.service_desc{
    display: block;
    text-align: center;
    font-family: small;
    font-size: 16px;
}
#sns_list{
    width: 73vw;
    margin: auto;
    list-style: none;
}
#sns_list li{
    width: 34.8vw;
    float: left;
    margin-top: 40px;
}
#sns_list li:nth-child(2n){
    margin-left: 3.3vw;
}
.sns_time{
    font-size: 20px;
    color: #05162E;
    font-family: small;
    margin-bottom: 18px;
}
.sns_title{
    font-size: 20px;
    color: #05162E;
    font-family: small;
    margin-bottom: 40px;
}
.sns_desc{
    width: 100%;
    font-size: 16px;
    font-family: small;
    margin-bottom: 12px;
    color: #05162E;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sns_image{
    width: 100%;
    display: block;
}
#detail_box{
    width: 73vw;
    margin: auto;
    margin-bottom: 60px;
}
#detail_time{
    font-size: 20px;
    font-family: small;
    color: #05162E;
    margin-top: 40px;
    margin-bottom: 18px;
}
#detail_title{
    font-size: 30px;
    font-family: small;
    color: #05162E;
    margin-bottom: 40px;
}
#client_box{
    width: 73vw;
    margin: auto;
}
#client_title{
    font-size: 50px;
    font-family: big;
    color: #05162E;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 77px;
}
#client_image{
    display: block;
    margin-bottom: 77px;
    width: 73vw;
}
#about_box{
    padding-top: 80px;
    width: 73vw;
    margin: auto;
}
#about_company{
    font-size: 50px;
    color: #05162E;
    font-family: big;
    width: 380px;
}
.company_another{
    width: 150px;
    height: 40px;
    font-size: 20px;
    float: right;
    color: #107DFF;
    border-left: 3px solid #107DFF;
    padding-left: 20px;
    margin-top: 10px;
}
#about_desc{
    margin-top: 40px;
    font-size: 16px;
    color: #05162E;
    font-family: small;
}
#company_img{
    display: block;
    margin-top: 18px;
    width: 100%;
}
#about_coop{
    margin-top: 80px;
}
#coop_title{
    font-size: 50px;
    font-family: small;
    color: #05162E;
    width: 380px;
}
#coop_phone{
    font-size: 20px;
    font-family: small;
    color: #05162E;
    margin-top: 40px;
    margin-bottom: 20px;
}
#coop_email{
    color: #05162E;
    font-size: 20px;
    font-family: small;
    margin-bottom: 20px;
}
#coop_addr{
    color: #05162E;
    font-size: 20px;
    font-family: small;
    margin-bottom: 80px;
}
#page{
    width: 73vw;
    height: 50px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
#page .pagination{
    list-style: none;
    float: right;
}
#page .pagination li{
    float: left;
}
#page .pagination .disabled span{
    background: #d5dadf;
    color: #eff3f6 !important;
}
#page .pagination .active span{
    color: #107DFF !important;
}

#page .pagination li span , #page .pagination li a{
    width: 40px;
    text-align: center;
    display: block;
    color:#091A3C;
    font-family: small;
    font-size: 30px;
}

#info{
    width: 27vw;
    height:550px;
    background: white;
    position: fixed;
    z-index: 99999;
    border-radius: 20px;
    left: 40%;
    top: 20%;
    border: 1px solid #125BFF;
    -moz-box-shadow:0px 2px 5px #333333;
    -webkit-box-shadow:0px 2px 5px #333333;
    box-shadow:0px 2px 5px #333333;
    display: none;
}
#info_close{
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}
#info_title{
    font-size: 40px;
    display: inline-block;
    width: 100%;
    font-family: big;
    text-align: center ;
    margin-top: 40px;
    margin-bottom: 19px;
}
#info_desc{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #125BFF;
    font-size: 16px;
    font-family: small;
}
#infoForm{
    width: 60%;
    margin: auto;
}
#infoForm label{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-family: small;
    color: #05162E;
}
#infoForm input{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: #f5f6f7;
    font-size: 25px;
    outline: none;
    -webkit-appearance:none;
    appearance:none;
    text-indent: 2px;
    border:none;
    margin-top: 5px;
}
#infoForm:focus{
    border:none;
}
#info_btn{
    width: 140px;
    height: 40px;
    background: #125BFF;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: auto;
    margin-top: 20px;
    font-family: small;
}
#info_btn:hover{
    color: #125BFF;
    background: none;
    border: 1px solid #125BFF;
}
#suspend{
    position: fixed;
    bottom: 18vh;
    right: 10vw;
    /*bottom: 30vh;*/
    /*right: 1vw;*/
    width: 90px;
    z-index: 99999;
    display: none;
}
#suspend div{
    width: 90px;
    height: 80px;
    padding-top: 10px;
    display: block;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
}
#suspend div img{
    margin: auto;
}
#suspend div img:first-child{
    display: block;
    margin: auto;
}
#suspend div span{
    font-size: 16px;
    color: white;
    font-family: small;
}
.suspend_qq{
    background: #FF681E;
}
.suspend_qq a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.suspend_phone{
    background: #025BBE;
    position: relative;
}
.suspend_wechat{
    background: #14BE02;
    position: relative;
}
.suspend_top{
    background: #142233;
}
#suspend_pop{
    width: 320px;
    height: 200px;
    background: white;
    border: 1px solid #125BFF;
    border-radius: 20px;
    position: fixed;
    left: 40%;
    top: 20vh;
    display: none;
    z-index: 99998;
}
#sus_pop_close{
    display: block;
    width: 30px;
    position: absolute;
    right: 12px;
    top: 12px;
}
#sus_pop_title{
    font-family: big;
    font-size: 24px;
    color: #05162E;
    display: inline-block;
    margin-left: 19px;
    margin-top: 20px;
    float: left;
    width: 88%;
}
#sus_pop_desc{
    display: inline-block;
    margin-top: 10px;
    margin-left: 19px;
    font-size: 16px;
    color: #125BFF;
    float: left;
    font-family: small;
}
#sus_pop_qq{
    width: 160px;
    height: 40px;
    border-radius: 8px;
    margin-left: 21px;
    margin-top: 15px;
    background: #FF681E;
    display: block;
}
#sus_pop_msg{
    width: 160px;
    height: 40px;
    border-radius: 8px;
    margin-left: 21px;
    margin-top: 12px;
    background: #1E4EFF;
    display: block;
}
#sus_pop_qq img, #sus_pop_msg img{
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    float: left;
    width: 20%;
}
#sus_pop_qq span,#sus_pop_msg span{
    display: block;
    color: white;
    font-family: small;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
#sus_pop_kf{
    display: block;
    position: absolute;
    right: 4px;
    bottom: 0;
    z-index: -1;
    width: 40%;
}
#suspend_show_wechat{
    position: absolute;
    right: 90px;
    top: -10px;
    display: none;
}
#suspend_mobile{
    background: #025BBE;
    position: absolute;
    line-height: 80px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-family: small;
    font-size: 18px;
    width: 130px !important;
    top: 0;
    right: 79px;
    display: none;
    padding-top: 10px;
    border-radius: 8px;
}
