.title_box {
    padding: 20px;
    background-image: url('../img/sub-banner.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
}

.title_box .title{
    display: block;
    width: 1200px;
    margin: 0 auto;    
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.content1{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
}
 .content1 .sub_title{
   font-size:  22px;
   background-color: #202033;
   color: #fff;
   display: inline-flex;
   padding: 10px 30px;
   border-radius: 30px;
   margin-bottom: 20px;
}
 .content1 .box {
   margin-top: 40px;
}
 .content1 .box .bold{
   font-size: 20px;
   line-height: 1.5;
   color: #4d4dbb;
   font-weight: 600;
}
 .content1  .con{
   font-size: 20px;
   line-height: 1.3;
}
 .content1  .con .point3{
    font-size: 20px;
    line-height: 1.5;
    color: #4d4dbb;
    font-weight: 600;
}
.content1 .content_wrap {
    margin-bottom: 20px;
}

.top {
    position: relative;
    text-align: center;
    margin:60px 0;
    font-size: 28px;
    color: #242437;
    font-weight: 800;
}

.top::before,
.top::after {
    content: "";
    position: absolute;
    top: 50%;
    width:35%;
    border-top: 1px solid #242437; 
    transform: translateY(-50%);
}

.top::before {
    left: 0;
}

.top::after {
    right: 0;
}
.chart_img {
    width: 100%;
}
.chart_img_mo {
    display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
    }
    .top::before, .top::after {
        width: 25%;
    }
   
 
}
@media screen and (max-width: 767px) {
    .header2 {
        height: 60px !important;
    }
    .header2 .logo img {
        width: 70px !important;
    }
    .title_box .title {
        width: unset;
        font-size: 20px;
    }
    .content1 {
        max-width: 100%;
        width: 90%;
    }
    .content1 .sub_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .content1 .con {
        font-size: 16px;
    }
    .content1 .box .bold {
        font-size: 16px;
        line-height: 1.5;
    }
    .content1 .con .point3 {
        font-size: 16px;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap1 a pre {
        font-size: 18px;
    }
    .btn_wrap1 a pre .point2 {
        font-size: 18px;
    }
    .btn_wrap1 a {
        padding: 20px 30px;
        border-radius: 35px;
    }
    .btn_wrap1 a img{
        width: 10%;
    }
    .top {
        margin: 20px 0;
        font-size: 22px;
    }
    .top::before,
    .top::after {
        top: 50%;
        width: 10%;
    }
    .chart_img {
        display: none;
    }
    .chart_img_mo {
        display: block;
        width: 100%;
    }
}