.main {
    overflow: hidden;
}

.mission {
    clear: left;
    height: 200px;
    width: 100%;
    position: relative;
    background: url('/static/app/img/pic_missonbg@2x.png') center / cover;
}
.layer {
    width: 100%;
    /*height: 200px;*/
    color: white;
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*padding: 0 120px;*/
    /*padding: 0 40px;*/
}
.layer_content {
    max-width: 609px;
    overflow: hidden;
    margin-top: 56px;
    float: left;
}
.mession__desc {
    margin-top: 15px;
}
.mession__image {
    width: 85px;
    height: 95px;
    overflow: hidden;
    float: right;
    margin-top: 53px;
    /*margin-right: 120px;*/
    /*margin-right: 40px;*/
}
.mession__image > img {
    width: 100%;
    height: 100%;
}
.logo_mission {
    width: 85px;
    height: 95px;
    float: right;
}

.zhishi_wrap {
    overflow: hidden;
}
.zhishi_item {
    position: relative;
    height: 108px;
    float: left;
    overflow: hidden;
    background: #f2f4f6 url(/static/app/img/bg_service_normal@2x.png) center / cover;
    border-radius: 4px;
    transition: all .1s;
}
.zhishi_item:hover {
    background: #114585 url('/static/app/img/bg_service_hover@2x.png') center / cover;
}
.zhishi_item:hover .zhishi_item_title, .zhishi_item:hover .zhishi_item_sipc {
    color: #fff;
}

.zhishi_item:hover::before {
    content: "";
    display: block;
    height: 100%;
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #EF7D2D;
}

.zhishi_item_right.z1 {
    background: url(/static/app/img/ic_zhuanli@2x.png) center / cover;
}

.zhishi_item:hover .zhishi_item_right.z1 {
    background: url(/static/app/img/ic_zhuanli2@2x.png) center / cover;
}

.zhishi_item_right.z2 {
    background: url(/static/app/img/ic_shangbiao@2x.png) center / cover;
}

.zhishi_item:hover .zhishi_item_right.z2 {
    background: url(/static/app/img/ic_shangbiao2@2x.png) center / cover;
}

.zhishi_item_right.z3 {
    background: url(/static/app/img/ic_yujing@2x.png) center / cover;
}

.zhishi_item:hover .zhishi_item_right.z3 {
    background: url(/static/app/img/ic_yujing2@2x.png) center / cover;
}

.zhishi_item_right.z4 {
    background: url(/static/app/img/ic_setting@2x.png) center / cover;
}

.zhishi_item:hover .zhishi_item_right.z4 {
    background: url(/static/app/img/ic_setting2@2x.png) center / cover;
}

.zhishi_item_right.z5 {
    background: url(/static/app/img/ic_pinggu@2x.png) center / cover;
}

.zhishi_item:hover .zhishi_item_right.z5 {
    background: url(/static/app/img/ic_pinggu2@2x.png) center / cover;
}

.zhishi_item_right.z6 {
    background: url(/static/app/img/ic_jinrong@2x.png) center / cover;
}

.zhishi_item:hover .zhishi_item_right.z6 {
    background: url(/static/app/img/ic_jinrong2@2x.png) center / cover;
}
.zhishi_item_left {
    margin-top: 29px;
    margin-left: 49px;
    overflow: hidden;
    float: left;
}
.zhishi_item_title {
    color: #353535;
    line-height: 28px;
    foot-weight: 500;
    font-size: 20px;
}

.zhishi_item_sipc {
    font-size: 15px;
    /*font-weight: 400;*/
    color: #EF7D2D;
    line-height: 21px;
}

.zhishi_item_right {
    margin-top: 20px;
    margin-right: 32px;
    float: right;
    width: 68px;
    height: 68px;
    /*background: #eee;*/
}

.zhishi_item_right > img {
    width: 100%;
    height: 100%;
}

.zhuanjia_item {
    height: 315px;
    text-align: center;
    transition: background-color .1s;
}

.zhuanjia_item:hover {
    background: #F2F4F6 url("/static/app/img/pic_professorbg@2x.png") no-repeat top right / 127px 101px;
}

.zhuanjia_item:hover .zhuanjia_item_img {
    border: 4px solid #FFFFFF;
}

.zhuanjia_item_img {
    height: 120px;
    width: 120px;
    border: 4px solid #EDEDED;
    background: #777;
    border-radius: 60px;
    /*margin: 40px auto 0;*/
    margin: 49px auto 0;
    overflow: hidden;
    transition: border .1s;
}

.zhuanjia_item_img img {
    width: 120px;
    height: 120px;
    object-position: center;
    object-fit: cover;
}

.zhuanjia_item_name {
    margin-top: 20px;
    color: #333333;
    line-height: 25px;
    font-weight: 500;
}

.zhuanjia_item_text {
    /*font-weight: 400;*/
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    padding: 0 11px;
}

.zhanlue_wrap {
    background: #F2F4F6;
    overflow: hidden;
    height: 290px;
    margin-top:60px;
}

.zhanlue_title {
    margin-top: 48px;
    color: #114585;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.parter {
    height: 124px !important;
    /*overflow: visible !important;*/
    white-space: nowrap;
}

.parter img {
    max-width: none;
}