.one_ellipsis{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.fl{
    float:left
}
.fr{
    float: right;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}
/*新版服务*/

body *{
    word-break: break-all;
    word-break: break-word;
}
.modul_cnt{
    padding-bottom: 30px;
}
.banner-box{
    position: relative;
    background: #d3dce6;
}
.banner-box .img_box,.banner-box .img_box>div{
    height: 100%;
    width: 100%;
    text-align: center;
}
.container_new{
    width: 1200px;
    margin: 0 auto;
}
.fixed_toptab{
    background: #fff;
}
.fixed_toptab.curractive{
    position: fixed;
    width: 100%;
    z-index: 2;
}
.fixed_toptab>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fixed_toptab>ul>li{
    position: relative;
    height: 60px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    margin: 0px 10px;
}
.fixed_toptab>ul>li.active a{
    color: #F31A2A;
}
.fixed_toptab>ul>li.active:after {
    position: absolute;
    bottom: 0;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: "";
    border-bottom: 3px solid #F31A2A;
}
.module_title{
    font-size: 15px;
    color: #999999;
    line-height: 1.5;
    padding: 40px 0 40px;
    text-align: center;
}
.module_title>h1{
    font-size: 27px;
    font-weight: 700;
    color: #333333;
}
/*.module_cnt *{*/
/*    box-sizing: border-box;*/
/*    line-height: 1.5;*/
/*}*/
/*.module_cnt{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    margin-right: -20px;*/
/*}*/
/*.module_cnt>li{*/
/*    border: 1px solid #DDDDDD;*/
/*    text-align: center;*/
/*    height: 240px;*/
/*    background: #FFFFFF;*/
/*    padding: 30px 20px;*/
/*    margin-top: 30px;*/
/*    flex:1;*/
/*    margin-right: 20px;*/
/*}*/
/*.module_cnt>li.active1{*/
/*    min-width: 100%;*/
/*}*/
/*.module_cnt>li.active2{*/
/*    min-width: 580px*/
/*}*/
/*.module_cnt>li.active3{*/
/*    min-width: 380px;*/
/*}*/
/*.module_cnt>li.active4{*/
/*    min-width: 280px;*/
/*}*/
/*.module_cnt>li>div{*/
/*    height: 180px;*/
/*    overflow: hidden;*/
/*}*/
/*.module_cnt>li .pcmicrositefont{*/
/*    font-size: 28px;*/
/*    color: #F31A2A;*/
/*}*/
/*.module_cnt .title{*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    color: #333333;*/
/*    margin-top: 4px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/*.module_cnt .desc_parent{*/
/*    height: 48px;*/
/*}*/
/*.module_cnt .desc{*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*    !*height: 48px;*!*/
/*    margin: 10px 0px 10px;*/
/*}*/
/*.module_cnt .price{*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    color: #F31A2A;*/
/*    margin: 6px 0px 10px;*/
/*}*/
/*.module_cnt .link_button{*/
/*    display: block;*/
/*    width: 200px;*/
/*    height: 40px;*/
/*    background: #F31A2A;*/
/*    line-height: 40px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    margin: 0px auto;*/
/*}*/
/*.module_cnt>li .hover_div,.module_cnt>li{*/
/*    transition: all ease-in .2s;*/
/*}*/
/*.module_cnt>li:hover .hover_div{*/
/*    margin-top: -42px;*/
/*}*/
/*.module_cnt>li.active1:hover{*/
/*    background: url("../images/service_1.png") no-repeat center;*/
/*    background-size: cover;*/
/*}*/
/*.module_cnt>li:hover{*/
/*    background: url("../images/service_2.png") no-repeat center;*/
/*    background-size: cover;*/
/*    border: 1px solid #F31A2A;*/
/*    box-shadow: 0px 4px 10px 0px rgba(255,56,58,0.1);*/
/*    cursor: pointer;*/
/*}*/
[v-cloak]{
    display: none;
}


.module_cnt{
    position: relative;
}
.module_cnt *{
    box-sizing: border-box;
    line-height: 1.5;
}
.module_cnt .link_button{
    display: block;
    width: 200px;
    height: 40px;
    background: #F31A2A;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0px auto;
    position: absolute;
    transition: all ease-in .2s;
    bottom: -90px;
    right: 0;
}
.module_cnt>li{
    border: 1px solid transparent;
    box-sizing: border-box;
}
.module_cnt li:hover .link_button{
    bottom:0px
}
/*.module_cnt li.li_234:hover .link_button{*/
/*    bottom:10px*/
/*}*/
.listactive1,.listactive2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listactive1>li,.listactive2>li{
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin-top: 30px;
    flex:1;
    height: auto;
    position: relative;
    overflow: hidden;
}
.listactive1>li .service_imgbox>img{
    max-width: 100%;
    max-height: 260px;
}
.listactive1>li .servicename_imgbg{
    background: url("../images/service_1.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 261px;
    font-weight: 700;
    color: #006AE1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 50px;
    padding: 0px 16px;
}
.listactive1>li .servicename_imgbg .desc{
    font-size: 36px;
}
.listactive1>li .link_button{
    left: 50%;
    margin-left: -100px;
    bottom: -60px;
}
.listactive1>li:hover .link_button{
    bottom:20px
}

.listactive2>li{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.listactive2>li:last-of-type{
    margin-left: 40px;
}
.service_imgbox{
    max-height: 260px;
    text-align: center;
}


/*服务列表布局样式*/
.li_234{
    display: flex;
    width: 50%;
    height: 261px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all ease-in .2s;
}
.service_msgbox_234{
    position: relative;
    min-height: 200px;
    padding-top: 20px;
    width: calc(100% - 220px);
}
.service_imgbox_234{
    margin-right: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.service_imgbox_234>img{
    max-width: 100%;
    max-height: 100%;
}
.servicename_imgbg_234{
    background: url("../images/service_2.png") no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    font-size: 28px;
    color: #006AE1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    font-weight: 700;
}
.title_234{
    font-weight: 700;
    font-size: 21px;
    color: #333333;
}
.desc_parent_234{
   height: 40px;
   margin: 20px 0 50px;
    font-size: 15px;
}
.desc_234{
    font-size: 14px;
    color: #666666;
}
.price_234{
    font-size: 20px;
}
.price_234 span{
    font-size: 15px;
    color: #333333;
}

.li_56{
    display: flex;
    width: 50%;
    height: 174px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all ease-in .2s;
}
.service_msgbox_56{
    position: relative;
    min-height: 133px;
    width: calc(100% - 153px);
}
.service_imgbox_56{
    margin-right: 20px;
    width: 133px;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.service_imgbox_56>img{
    max-width: 100%;
    max-height: 100%;
}
.servicename_imgbg_56{
    background: url("../images/service_2.png") no-repeat center;
    background-size: 100% 100%;
    width: 133px;
    height: 133px;
    font-size: 28px;
    color: #006AE1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.title_56{
    font-weight: 700;
    font-size: 20px;
    color: #333333;
}
.desc_parent_56{
    height: 40px;
    margin: 16px 0 20px;
}
.desc_56{
    font-size: 14px;
    color: #666666;
}
.price_56{
    font-size: 20px;
}
.price_56 span{
    font-size: 14px;
    color: #333333;
}

.li_gt7{
    display: flex;
    width: 33.33333333%;
    height: 174px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 30px 30px 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all ease-in .2s;
}
.service_msgbox_gt7{
    position: relative;
    min-height: 100%;
    width: 100%;
}
.title_gt7{
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}
.desc_parent_gt7{
    height: 40px;
    margin: 12px 0 20px;
}
.desc_gt7{
    font-size: 14px;
    color: #666666;
}
.price_gt7{
    font-size: 20px;
}
.price_gt7 span{
    font-size: 14px;
    color: #333333;
}


.module_cnt_gt3{
    /*height: 522px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-wrap: wrap;
}
.service_imgbox_left{
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_imgbox_left>img{
    max-width: 100%;
    max-height: 100%;
}
.service_imgbox_left>div{
    background: url(../images/service_left.png) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    font-size: 32px;
    color: #006AE1;
    padding: 60px 40px 0;
    text-align: center;
    font-weight: 700;
}
.service_imgbox_left>div .desc{
    font-size: 20px;
    margin-top: 38px;
}
.service_list_right{
    flex: 1;
}
.service_list_right>li.li_gt7:nth-of-type(3n) {
    border-right: 0px;
}

.pagelimitbox{
    position: absolute;
    right: -50px;
    top: 40%;
}
.pagelimitbox>span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #999;
    font-size: 24px;
    border-radius: 50%;
    color: #999;
    margin: 20px 0;
}

