﻿/* 头部 */
.head{
    background-color: #e92f2a;
    height: 80px;
}
.head > .content_box{
    width: 1368px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.head > .content_box> .header-left {
    width: 195px;
    height: 80px;
    display: flex;
    align-content: center;
}

.head > .content_box> .header-right{
    display: flex;
    align-content: center;
    align-items: center;
    color: #ffffff;
}

/* menuTab */
.menuTab{
    height: 90px;
    background-color: #ffffff;
}

.menuTab > .content{
    width: 1368px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menuTab > .content > .item{
    height: 90px;
    margin-right: 70px;
    line-height: 90px;
    
}

.menuTab > .content > .active{
    height: 90px;
    margin-right: 70px;
    line-height: 90px;
    border-bottom: 3px solid #e92f2a;
    box-sizing: border-box;
    font-weight: 800;
    color: #e92f2a;
}

/* 咨询 */
.consulting_service{
    height: 500px;
    background: url("../img/consulting_service.png") no-repeat;  
    background-size:100%;
}
.consulting_service > .box{
   
    width: 1368px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-left: 30px;
    padding-right: 100px;
}
.consulting_service > .box >.left{
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.consulting_service > .box >.right{
    height: 400px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 280px;
    margin-top: 40px;
}
.box >.right >.title{
    text-align: center;
    background-color: rgb(255, 51, 51);
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 8px 8px 0 0;
}

.box >.right >.item{
    width:240px;
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-left: 20px;
}

/* 事件1 */
.event1 >.top{
    display: flex;
    flex-direction: row;
    height: 180px;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    color: black;
}
.event1 >.content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.event1 >.content >.item{
    position: relative;
    width: 240px;
    height: 320px;
    margin-left: 5px;
    margin-right: 5px;
}

/* 事件二 */
.event2 >.top{
    display: flex;
    flex-direction: row;
    height: 180px;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    color: black;
}
.event2 >.content{
    height: 500px;
    width: 100%;
    background: url("../img/event2Bg.png") no-repeat;  
}
.content > .event2Box{
    width: 1368px;
    margin: auto;
}