#pmserce3{
    position: relative;
    background-color: #f2f2f2;
    padding: 20px 0;
    margin: 0px auto 0;
}
#pmserce3 .titlelist{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
}
#pmserce3 .titlelist .malist{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    font-size: 18px;
    line-height: 180%;
}
#pmserce3 .titlelist .malist .fa{color:#14ae67;}
.xentereimg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.xentereimg img{
    width: 720px;
}
.styleb2{
    display: flex;
    justify-content: space-between;
}
.styleb2 .bleft{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
}
.styleb2 .bleft .mabtitle{
    display: flex;
    align-items: flex-start;
}
.styleb2 .rightt{
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: flex-end;
}
.styleb2 .rightt img{
    width: 350px;
}
.mablist{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.mablist.stm02{
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
}
.mablist .malist.stm02{}
.mablist .malist{
    display: flex;
    width: 33.3%;
}
.mablist .malist.full{
    width: 100%;
}
.mablist .malist .fa{
    color: #14ae67;
    font-size: 22px;
    margin-top: 11px;
    margin-right: 5px;
}
.mablist .malist p{
    display: flex;
    flex-direction: column;
}
.mablist .malist p b{
    font-size: 25px;
    line-height: 180%;
    color: #0d6fb8;
}
/*box9*/
.box9{}
.photo-3{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.photo-3 .phlist{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    margin-bottom: 20px;
}
.photo-3 .phlist .obfly{
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #3b3b3bcf;
    color: white;
    padding: 15px 0 30px;
    z-index: 0;
}
.photo-3 .phlist h3{
    padding: 12px 30px;
    background-color: white;
    margin-top: -20px;
    font-size: 22px;
    border: #c5c5c5 1px solid;
    font-weight: 600;
    z-index: 2;
}
.photo-3 .phlist.bu h3{
    color: #0d6fb8;
}
.photo-3  p.tmJin{
    padding: 9px 10px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    color: #797979;
}
.photo-3 .phlist.gu h3{
    color: #14ae67;
}
.photo-3 .phlist.og h3{
    color: #f39800;
}
/*box10*/
.QAbox{
    display: flex;
    flex-direction: column;
}
.QAbox .palist{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
}
.QAbox .palist:before{
    content:"";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #cacaca;
    left: 19px;
    z-index: 0;
    top: 5px;
}
.QAbox .tant{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0 13px;
    position: relative;
    z-index: 1;
}
.QAbox .tant b{
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.QAbox .tant.Qm b{
    background: #1466b1;
}
.QAbox .tant.Am b{
    background: #14ae67;
}
.QAbox .tant span{width: calc(100% - 56px);}
.noticeJ{
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4;
    padding: 50px 10px;
    border-left: 5px solid #d5a7a7;
    position: relative;
    text-align: left;
    margin: 25px 0;
}
.noticeJ h2{color: #a94442;}
.noticeJ p{color: #a94442;}
@media screen and (max-width: 980px) {
	.styleb2{
        display: flex;
        flex-direction: column;
    }
    .styleb2 .bleft{
        width: 100%;
        margin-bottom: 40px;
    }
    .styleb2 .rightt{
         width: 100%;
         display: flex;
         flex-direction: column;
         align-items: center;
    }
    .styleb2 .rightt img{
        width: 170px;
    }
    .photo-3 .phlist{
        width: 50%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 640px){
    .photo-3 .phlist{
        width: 50%;
    }
    .photo-3 .phlist h3{
        font-size: 18px;
        padding: 5px 17px;
    }
    .photo-3 .phlist .obfly{
    bottom: 15px;
    min-height: 56px;
}
}
@media screen and (max-width: 480px){
    .mablist .malist{
    width: 50%;
}
}