*{
    margin: 0%;
    padding: 0%;
}
.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.main-box {
    width: 1200px;
}
.main-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: 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: bold;
}
.main-content {
    margin-top: 20px;
    display: flex;
}
.main-left {
     width: 530px;
     height: 280px;
}
.main-left img {
    width: 100%;
    height: 100%;
}
.main-right {
    width: 567px;
    height: 280px;
}

.main-right {
    margin-left: 70px;
  
}
.main-right-title {

}
.main-right-title p {

    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.br {

    margin-top: 9px;
    width: 41px;
    height: 2px;
    background-color: #EB9C00;
}
.tarext {
    margin-top: 17px;
    color: #333333;
    font-size: 16px;
    width: 600px;
    line-height: 30px;
}