@charset "utf-8";
/* CSS Document */
.title_cont > h1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.title_cont > h5{
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
.title_cont{
    margin-top: 30px;
    margin-bottom: 20px;
}
.introduction_img > img{
    width: 100%;
}
.introduction_cont > p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.main_introduction{
    margin-top: 10px;
    margin-bottom: 40px;
}
.business_part{
    width: 100%;
    height: auto;
    background: url(../images/business_bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.business_details{
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.business_details > div{
    float: left;
}
.business_details .icon_part{
    width: 100px;
    height: 100%;
}
.business_details .details_cont{
    width: calc(100% - 100px);
    height: 100%;
    overflow: hidden;
    padding-right:10px;
    box-sizing: border-box;
}
.business_details .details_cont > h3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 6px;
    color: #333333;
}
.business_details .details_cont > p{
    font-size: 14px;
    color: #666666;
    margin: 0;
    text-align: justify;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.business_details .icon_part.a1{
    background: url(../images/pdcz_icon.png) no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.business_details .icon_part.a2{
    background: url(../images/znpl_icon.png) no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.business_details .icon_part.a3{
    background: url(../images/mkcy_icon.png) no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.business_details .icon_part.a4{
    background: url(../images/clcz_icon.png) no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.business_details .icon_part.a5{
    background: url(../images/ddfm_icon.png) no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.business_details .icon_part.a6{
    background: url(../images/fzpj_icon.png) no-repeat center center;
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
}
.business_part .row > div{
    margin-bottom: 30px;
}
.change_margin{
    margin-top: 30px;
}
.service_team .department .icon {
    width: 60px;
    height: 60px;
    background-color: teal;
    margin: 0 auto;
}
.service_team .department .icon.b1{
    background: url(../images/yfb_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.service_team .department .icon.b2{
    background: url(../images/scb_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.service_team .department .icon.b3{
    background: url(../images/kfb_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.service_team .department .icon.b4{
    background: url(../images/swb_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.service_team .department .icon.b5{
    background: url(../images/scb5_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.service_team .department .icon.b6{
    background: url(../images/shb_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.service_team .department > h2{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.service_team .department > p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.honorary_part{
    margin-top: 20px;
}
.honorary_part .certificate{
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.honorary_part .certificate > img{
    width: 100%;
}
.honorary_part .row > div{
    margin-bottom: 20px;
}
.ryzs_part > h3{
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.honorary_part .btn_more{
    margin-top: 30px;
    margin-bottom: 20px;
}
.honorary_part .btn_more > button{
    width: 200px;
    height: 40px;
    font-size: 18px;
    color: #fcfcfc;
    background-color: #004ea2;
    border-radius: 20px;
    outline: none;
    border-color: rgba(0,0,0,.3);
}
.plate{
    position: relative;
    height: 340px;
}

.plate .pic{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    overflow: hidden;
}
.plate .pic img{
    height: 100%;
    width: 100%;
    transition:1s;
}
.plate:hover .pic img{
    transform: scale(1.2);
}
.plate:hover .mask{
    background: rgba(0,0,0,0.3);
}
.plate .mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    z-index: 3;
}
.plate .content_box{
    width:80%;
    height:240px;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    margin:auto;
    z-index: 10;
}
.plate .content_box>span{
    width:60px;
    height:60px;
}
.plate .content_box>span img{
    width:60px;
    height:60px;
}
.plate .content_box h2{
    font-size: 26px;
    color: #fff708;
    margin: 20px 0;
}
.plate .content_box p{
    font-size: 16px;
    color: #fcfcfc;
    line-height: 26px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.plate .content_box p span{
    color: #fff708;
}
.service_support{
    margin-bottom: 50px;
}
.switch_btn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f1f1f1;
}
.switch_btn a{
    width: 150px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px dashed #999999;
}
.switch_btn a.no_border{
    border-right: none;
}
@media screen and (max-width: 1125px){
    .main_introduction .col-md-5{
        margin-bottom: 20px;
    }
    .service_team .col-sm-4,
    .service_team .col-xs-4{
        margin-bottom: 20px;
    }
    .honorary_part .title_cont{
        margin-top: 10px;
    }
    .honorary_part .col-sm-6,
    .honorary_part .col-xs-6,
    .service_support .col-sm-6,
    .service_support .col-xs-6{
        margin-bottom: 20px;
    }
    .plate{
        position: relative;
        height: 210px;
    }
    .plate .content_box{
        height: 180px;
        overflow: hidden;
    }
    .plate .content_box>span{
        width: 40px;
        height: 40px;
    }
    .plate .content_box>span img{
        width: 40px;
        height: 40px;
    }
    .plate .content_box h2{
        font-size: 20px;
        margin: 10px 0;
    }
    .plate .content_box p{
        font-size: 14px;
        line-height: 16px;
    }
    .service_support{
        margin-bottom: 30px;
    }
    .switch_btn a{
        width: 24%;
    }
    .ryzs_part > h3{
        font-size: 12px;
    }
    .business_part .row > div:last-child{
        margin-bottom: 0;
    }
    .honorary_part .row > div:nth-of-type(10),
    .honorary_part .row > div:nth-of-type(11),
    .honorary_part .row > div:nth-of-type(12){
        margin-bottom: 0;
    }
    .switch_btn .container{
        padding: 0;
    }
}