/**********************************个人中心开始***********************************/

.synopsis_content {
    position: relative;
    z-index: 1;
}

.synopsis_interval {
    height: 1px;
}

.synopsis_box {
    width: 1200px;
    padding: 60px 0;
    margin: -83px auto 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .04);
}

.synopsis_text {
    padding: 20px 58px 0;
}

.synopsis_text p {
    line-height: 35px;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    color: #666;
    word-break: break-all;
}

.synopsis_data_content ul {
    display: flex;
    flex-direction: row;
    padding-top: 50px;
}

.synopsis_data_content ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.synopsis_data_number {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #fe5722;
}

.synopsis_data_number span {
    margin-bottom: -3px;
    font-size: 40px;
    font-weight: bold;
}

.synopsis_data_number small {
    margin-left: 2px;
    font-size: 22px;
}

.synopsis_data_text {
    margin-top: 18px;
    font-size: 16px;
    color: #808080;
}

.ourservices_content > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
}


.ourservices_box { 
   
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .04);
}

.ourservices_head {
    font-size: 0;
}

.ourservices_main {
    height: 370px;
    padding: 0 24px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.ourservices_main > ul {
    display: flex;
    flex-direction: column;
}

.ourservices_main > ul > li {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
}

.ourservices_main > ul > li::before {
    content: '';
    width: 6px;
    height: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 1px;
    margin-right: 12px;
    background-color: #fff;
    border: 2px solid #fe5722;
    border-radius: 50%;
}

.ourservices_describe {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

.ourservices_describe span {
    margin-top: -2px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.ourservices_describe small {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.contactus_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
}

.contactus_box {
    width: 370px;
    height: 400px;
    display: flex;
    flex-direction: column;
    padding: 40px 30px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
    
}

.contactus_box > h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.contactus_box ul {
    display: flex;
    flex-direction: column;
}

.contactus_box ul li {
    line-height: 27px;
    display: flex;
    flex-direction: row;
    margin-top: 35px;
}

.contactus_box ul li i {
    width: 24px;
    height: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.contactus_box ul li i.icon_position {
    background-image: url(../image/icon_position.png);
}

.contactus_box ul li i.icon_tel {
    background-image: url(../image/icon_tel1.png);
}

.contactus_box ul li i.icon_qq {
    background-image: url(../image/icon_qq.png);
}

.contactus_box ul li span {
    margin-top: -2px;
    font-size: 18px;
    color: #333;
}
.base_content.team {
    padding-bottom: 0;
    background-image: url(../image/team_bg.png);
    background-position: center 286px;
    background-size: auto;
}

.contactus_box ul li small {
    font-size: 14px;
    color: #999;
}

.contactus_online {
    width: 130px;
    height: 44px;
    line-height: 44px;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right, #fe5722, #ff9500);
}

/**********************************个人中心结束***********************************/