.mb_hidden {
    display: block;
}
.pc_hidden {
    display: block;
}
body {
    color: #555555;
}
.text-left {
    text-align: left;
}

.span-color {
    color: #fd9345;
}
.mian-swmtl .container {
    text-align: center;
}

.mian-swmtl .bigbanner {
    background-image: url(/template/default/picture/swmtl_img/bigbanner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #697389;
    background-position: 0px 0px;
}

.mian-swmtl .container h2 ,.h2 {
    color: #fd9345;
    position: relative;
    display: inline-block;
 
    background-color: #fff;
}
.mian-swmtl .container h2::before ,.h2::before {
    content: " ";
    position: absolute;
    width: 101%;
    height: 106%;
}

.mian-swmtl .s2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.mian-swmtl .s2 ul li {
    display: flex;
    flex-flow: column;
    /* align-items: center; */
    /* justify-content: center; */
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.mian-swmtl .s2 ul li div {
    background-color: #3360a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mian-swmtl .s3 ul li {
    position: relative;
}
.mian-swmtl .s3 ul li::after {
    content: " ";
    position: absolute;
    background-color: #3360a8;
 
    -webkit-clip-path: polygon(10% 56%, 0 49%, 0 64%);
    clip-path: polygon(10% 56%, 0 49%, 0 64%);
}
.mian-swmtl .s3 ul li span {
    font-style: oblique;
    padding: 10px;
}
.mian-swmtl .s3 {
    background-image: url(/template/default/picture/swmtl_img/s_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mian-swmtl .s3 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mian-swmtl .s3 ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.mian-swmtl .s3 ul li span {
    background-color: #ffffff;
    color: #3360a8;
}
.mian-swmtl .s3 ul li div {
    background-color: #487ac9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mian-swmtl .s4 ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.mian-swmtl .s4 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.mian-swmtl .s4 ul li h3 {
    color: #253f76;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.mian-swmtl .s4 ul li span {
    background-color: #253f76;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
}

.mian-swmtl .s5 {
    background-image: url(/template/default/picture/swmtl_img/st_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mian-swmtl .s5 .itbox {
    display: flex;
    align-items: start;
    justify-content: center;
    color: #fffefe;
}

.mian-swmtl .s6 {
    background-image: url(/template/default/picture/swmtl_img/p_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mian-swmtl .s6 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mian-swmtl .s6 ul li h3 {
    background-color: #3265b5;
    border-radius: 22px;
    color: #fff;
}
.mian-swmtl .s6 ul li img {
    width: 100%;
}

.section_com_problem {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
}
.mian-swmtl .section_com_problemt h2 .en{
    color:#fff;
}

.section_com_problem>h3 {
    width: 270px;
}

.section_com_problem .accordion {
    margin-left: 120px;
    margin-top: 50px;
    list-style: none;
    width: 78%;
    text-align: left;
    font-weight: 600;
}

.section_com_problem .accordion>div {
    margin: 20px 0;
}

.section_com_problem .accordion h2 {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #1b407a;
    padding: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    color: #1b407a;
}

.section_com_problem .accordion h2 p {
    display: flex;
    align-items: center;
    font-size: 25px;
}

