.Meishuketang_top .banner {
    position: relative;
}
.Meishuketang_top .banner .carousel-inner {
    display: flex;
}
.Meishuketang_top .banner .carousel-inner img{
    width: 100%;
}
.Meishuketang_top .banner  .title{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
.Meishuketang_top .banner  .title h2{
    margin: 0;
    font-size: 2vw;
    margin-bottom: 20px;
}
.Meishuketang_top .banner  .title span{
    display: block;
    width: 37vw;
    font-size: 0.94vw;
    line-height: 35px;
}
.Meishuketang_top .go {
    text-align: right;
    color: #999;
}
.Meishuketang_top .go .container{
    padding: 23px 0 !important;
    border-bottom: 1px solid #ccc;
}
.Meishuketang_top .go span{
    color: #333;
}

.Meishuketang .advantage {
    padding: 88px 0;
}

.Meishuketang .advantage .advantage_title h1 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
}

.Meishuketang .advantage .advantage_content {
    margin-top: 82px;
}
.Meishuketang .advantage .advantage_content img{
    width: 100%;
}



.Meishuketang .problem {
    padding: 96px 0;
    background: #f7f7f7;
}

.Meishuketang .problem .problem_title h1 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
    margin-bottom: 56px;
}

.Meishuketang .problem_content .row{
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.Meishuketang .problem_content .tab{
    padding: 0;
    height: 520px;
}
.Meishuketang .problem_content .tab img{
    width: 100%;
    height: 100%;
}
.Meishuketang .problem_content .tab ul{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0 56px;
}

.Meishuketang .problem_content .tab h1{
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    transition: color 0.5s;
}
.Meishuketang .problem_content .tab span{
    font-size: 14px;
    display: block;
    padding-top: 16px;
    color: #666;
}
.Meishuketang .problem_content .tab ul li{
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0;
}
.Meishuketang .problem_content .tab ul li:hover h1{
    color: #ff6f06;
}
.Meishuketang .problem_content .tab ul li:last-child{
    border-bottom: none;
}




.Meishuketang .hint {
    padding:96px 0;
}

.Meishuketang .hint .hint_title {
    margin-bottom: 76px;
}

.Meishuketang .hint .hint_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}
.Meishuketang .hint .hint_content img {
    width: 100%;
}



.Meishuketang .scheme {
    padding:96px 0;
    background-color: #f7f7f7;
}

.Meishuketang .scheme .scheme_title {
    margin-bottom: 55px;
}

.Meishuketang .scheme .scheme_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}
.Meishuketang .scheme .scheme_content .row{
    position: relative;
    background-color: #fff;
}
.Meishuketang .scheme .scheme_content .col-md-6{
    padding: 0 192px;
    height: 324px;
    text-align: center;
}
.Meishuketang .scheme .scheme_content .row h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
}
.Meishuketang .scheme .scheme_content .row img{
    padding: 58.5px 0 24.5px;
}
.Meishuketang .scheme .scheme_content .row p{
    margin: 0;
    font-size: 14px;
    color: #666;
}
.Meishuketang .scheme .scheme_content .heng{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 1px;
    background: #e6e6e6;
}
.Meishuketang .scheme .scheme_content .shu{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 90%;
    background: #e6e6e6;
}
