.breadcrumbs h5.video-tit-h5:before {
    position : absolute;
    top : 23px;
    left : 0;
    width : 26px;
    height : 25px;
    background : url('/public/other/images/newImg/icon-sever.png') no-repeat;
    content : '';
}

.culture-pic {
    position : relative;
    height : 200px;
    margin : 41px 0;
    border-radius : 8px;
    background : url('/public/other/images/newImg/culture_pic.png') no-repeat;
}
.culture-pic:before {
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    border-radius : 8px;
    background : rgba(0, 0, 0, .6);
    content : '';
}
.culture-pic .well-known,
.culture-pic .comeFrom {
    position : relative;
    z-index : 2;
}
.culture-pic .well-known {
    padding : 70px 0 0 160px;
    font-size : 18px;
    color : #FFFFFF;
}

.culture-pic .comeFrom {
    float : right;
    margin-top : 40px;
    margin-right : 96px;
    font-size : 22px;
    color : #FFFFFF;
}
.text-yellow {
    color : #FFAF02;
}
.tc {
    text-align : center;
}
/*为什么选择*/
.advantage-wrap .advantage-tit {
    position : relative;
    font-size : 22px;
    font-weight : bold;
    color : #333333;
}

.advantage-wrap .advantage-list li {
    margin-top : 42px;
}

.advantage-wrap .advantage-list li .advantage-item .advantage-tit span {
    position : relative;
    z-index : 2;
    padding-right : 20px;
    font-size : 22px;
    font-weight : bold;
    background : #FFFFFF;
}

.advantage-wrap .advantage-list li .advantage-item .advantage-tit:after {
    position : absolute;
    top : 50%;
    left : 0;
    display : block;
    width : 100%;
    height : 1px;
    background : url('/public/other/images/dashedRepeat.jpg') repeat-x;
    content : '';
}

.advantage-wrap .advantage-list li .advantage-item .advantage-info {
    margin-top : 42px;
    font-size : 16px;
    line-height : 30px;
    color : #333333;
}

.advantage-wrap .purpose-wrap {
    margin : 42px 0;
    padding : 32px 0;
    background : #F1F1F1;
}

.advantage-wrap .purpose-wrap .purpose-tips:last-child {
    float : right;
    margin-top : 20px;
}

.advantage-wrap .purpose-wrap .purpose-tips:last-child .purpos-line {
    margin-right : 0;
}

.advantage-wrap .purpose-wrap .purpose-tips .purpos-line {
    align-self : center;
    width : 153px;
    height : 3px;
    margin-right : 20px;
    background : #FFAF02;
}

.advantage-wrap .purpose-wrap .purpose-tips .purpose-text {
    font-size : 22px;
    color : #333333;
}

.Core-advantages {
    margin-bottom : 60px;
}

.Core-advantages img {
    width : 100%;
    height : auto;
}

/*服务模式*/
.Service-mode .Service-list {
    position : relative;
    flex-wrap : wrap;
    margin-bottom : 68px !important;
}

.Service-mode .Service-list li {
    width : 454px;
    height : 187px;
    margin-top : 35px;
    padding : 25px 53px 25px 25px;
    background : url('/public/other/images/newImg/box-rb.png');
    background-size : cover!important;
}
.Service-mode .Service-list li:hover {
    background : url('/public/other/images/newImg/box-rby.png');
}
.Service-mode .Service-list li:nth-of-type(2) {
    padding : 25px 24px 25px 66px;
    background : url('/public/other/images/newImg/box-lb.png');
}
.Service-mode .Service-list li:nth-of-type(2):hover {
    padding : 25px 24px 25px 66px;
    background : url('/public/other/images/newImg/box-lby.png');
}
.Service-mode .Service-list li:nth-of-type(3) {
    background : url('/public/other/images/newImg/box-lt.png');
}
.Service-mode .Service-list li:nth-of-type(3):hover {
    background : url('/public/other/images/newImg/box-lty.png');
}
.Service-mode .Service-list li:nth-of-type(4) {
    padding : 25px 24px 25px 66px;
    background : url('/public/other/images/newImg/box-rt.png');
}
.Service-mode .Service-list li:nth-of-type(4):hover {
    padding : 25px 24px 25px 66px;
    background : url('/public/other/images/newImg/box-rty.png');
}
.Service-mode .Service-list li .academic-title {
    font-size : 18px;
    font-weight : bold;
    text-align : right;
    color : #333333;
}
.Service-mode .Service-list li:hover  .Service-content,
.Service-mode .Service-list li:hover  .academic-title span {
    color : #333333;
}


.Service-mode .Service-list li .Service-content {
    margin-top : 15px;
    font-size : 14px;
    line-height : 20px;
    color : #666666;
}
.center-circle {
    position : absolute;
    top : 40%;
    left : calc(50% - 65px);
    width : 130px;
    height : 130px;
    border-radius : 50%;
    background : #FFAF02;
}
.center-circle  img {
    display : block;
    align-self : center;
    margin : 31px auto;
}
