*{
    margin: 0%;
    padding: 0%;
}
.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    background-color: white;
}
.top-left {
    margin-top: 51px;
}
.top-right {
    margin-top: 35px;
    margin-left: 500px;
}
.main-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.icon-box {
    margin-top: 21px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon {
    width: 119px;
    height: 2px;
    background-color:#E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-3 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #F98328;
}
.main-title p {
    height: 30px;
    line-height: 30px;
     font-size: 30px;
     color: #333333;
     font-weight: 400;
}
.content {
    width: 1200px;
}
.content-title {
    display: flex;


}
.content-p {
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    font-weight: bold;
    padding-left: 80px;
}
.br{
    margin-top: 23px;
    width: 60px;
    height: 4px;
    background-color:#F68228 ;
    margin-left: 120px;
}
.main-box {
    margin-top: 26px;
    width: 1200px;
    display: flex;
}
.main-left {
    width: 309px;
    display: flex;
    flex-direction: column;    
}
.left-item {
    margin-top: 14px;
    width: 308px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#F8F8F8 ;
    color: #195FB5 ;
    font-size: 18px;
    justify-content: flex-start;
    padding-left: 25%;
}
.active1 {
    background-color: #195FB5;
    color: #FFFFFF;
}
.active2 {
    background-color: #FFFFFF !important;
}

.left-item:nth-child(1){
    margin-top: 20px;
}
 .ball {
    width: 10px;
    height: 10px;
    background-color: #195FB5;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
 }
.main-right {
    margin-left: 62px;
    flex: 1;
}
.right-box {
   
    
}
.right-box-top {
    width: 100%;
    border: #195FB5 1px solid;
    display: flex;
    /* justify-content: space-around; */
}
.right-box-top-item {
    border: #195FB5 1px solid;
    margin-right: 40px;
    width: 40%;
    height: 86px;
    color: #333333;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}
.active3 {
    color: #FFFFFF;
    background-image: url("../image/top.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.show{
    display: block;
}
.hide{
    display: none;
}

