*{
    margin: 0;
    padding: 0;
}

.market_activeCenter{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.title_content{
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title_content p{
    font-size: 20px;
    color:#333 ;
}
.title_content span{
    font-size: 16px;
    color: #3f5796;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px;
}
.market_activeContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.market_right{
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 40px;
}
.market_right div{
    height: 70px;
    display: flex;
    align-items: center;
}
.market_right div img{
    margin-bottom: 0;
    margin-right: 10px;
}

.market_more{
    width: 100px;
    padding: 9px 0;
    border-radius: 12px;
    margin-top: 20px;
    cursor: pointer;
    background: #d1c688;
    color: white;
    border: none;
    transition: all 0.5s;
}
.market_more:hover{
    box-shadow: 0 0 10px #594e13;
}

/**团队*/
#serve_team{
    background: black;
    /* background: url(../img/operation/team_bg.jpg) no-repeat center center; */
    background-size: 100% 100%;
    padding-bottom: 80px;
}
#serve_team h1{
    color: white;
    text-align: center;
    width: 100%;
    padding: 100px 0 60px 0;
}
.serve_teamCenter{
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teamLeft,.teamCenter,.teamRight{
    width: 32%;
}
.teamLeft div,.teamRight div{
    background: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    padding: 30px 60px 30px 30px;
    border-radius: 20px;
    /* backdrop-filter:  blur(10px) saturate(180%); */
    position: relative;
}
.teamLeft div img,.teamRight div img{
    margin-left: 6px;
    margin-bottom: 0;
}
.teamLeft div h3,.teamRight div h3{
    font-size:20px;
    color: #333;
    margin: 18px 0 14px 0;
    letter-spacing: 1px;
}
.teamLeft div span,.teamRight div span{
    font-size:14px;
    color: #333;
    line-height: 20px;
    color: #666;
}
.teamLeft p,.teamRight p{
    font-size: 100px;
    opacity: 0.04;
    position: absolute;
    right: 24px;
    top: 0px;
}
.teamRight div:first-child span{
    display: inline-block;
    margin-bottom: 20px;
}

/**技术对接服务*/
#tech_serve{
    background: url(../img/operation/tech_bg.png) no-repeat center 247px;
    background-size: 100%;
    padding-bottom: 325px;
}
.tech_serveCenter{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.tech_serveCenter > p{
    text-align: center;
    color: #666;
    font-size: 14px;
}
.tech_serveCenter h1{
    padding: 100px 0 30px 0;
    font-size: 30px;
    color: #333;
    text-align: center;
}
.tech_serveContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
    margin-top: 68px;
}
.techContent_left,.techContent_right{
    width: 45%;
}
.techCon_box p{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-left: 16px;
    letter-spacing: 1px;
}
.techCon_box{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.techCon_box div:first-child{
    width: 40%;
    height: 120px;
    /* background-color:palevioletred; */
}
.techCon_box div:last-child{
    width: 53%;
    margin-top: 20px;
}
.techCon_box button{
    padding: 6px 8px;
    border-radius: 8px;
    border: none;
    background: #d1c688;
    color: white;
    margin-top: 14px;
    margin-left: 16px;
    transition: all 0.5s;
}
.techCon_box button:hover{
    box-shadow: 0 0 10px #594e13;
}
.techCon_box button a{
    color: white;
}

/**运营体系*/

.operationCenter{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.operationCenter h1{
    font-size: 30px;
    color: #333;
    padding: 0 0 28px 0;
}
.operationCenter p{
    font-size: 14px;
    color: #666;
}
.operationContent{
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.operat_conLeft img{
    margin-bottom: 0;
}
.operat_conRight{
    width: 48%;
}
.operat_conRight h3{
    letter-spacing: 2px;
    font-size: 22px;
    color: #1e3163;
    margin-bottom: 12px;
    font-style: italic;
}
.operat_conRight span{
    display: inline-block;
    margin-bottom: 38px;
    color: #999;
}
.operat_conRight p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}
.operat_conRight button{
    background:#d1c688;
    border: none;
    color: white;
    padding: 10px 24px;
    border-radius: 8px;
    margin-top: 30px;
    transition: all 0.5s;
    letter-spacing: 2px;
    font-size: 16px;
    box-shadow: 0px 0px 8px #a9a9a9;
}
.operat_conRight button a{
    color: white;
}
.operat_conRight button:hover{
    background: #3f5796;
    cursor: pointer;
}

