#new_bottom{margin-top: 0 !important;}
.section{
    background: #fff;
}
.section.last{
    padding-bottom: 60px;
}
.section *{
    box-sizing: border-box;
}
.section .section_btn{
    height: 35px;
    line-height: 35px;
}
.section .window_width{
    overflow: hidden;
}
.section .float_left{
    margin-right: 30px;
    float: left;
}
.section .float_right{
    float: right;
}
.section .float_left,.section .float_right{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.section .info{
    width: calc(55% - 70px);
    text-align: left;
}
.section .info.float_left{
    padding-right: 100px;
}
.section .info.float_right{
    padding-left: 100px;
}
.section .info h3{
    font-size: 32px;
    margin: 10px 0 60px;
    line-height: 1.5;
    text-align: left;
}
.section .info>span{
    font-size: 14px;
}
.section .info p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
    .section.multisite .info p{
        height: 96px;
    }
}
.section .info .try_btn,
.section .info .more_btn{
    padding: 0 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
    transition: all .2s;
}
.section .info .try_btn{
    background: #fff;
    line-height: 33px;
    border: 1px solid #666;
    color: #666;
}
.section .info .try_btn:hover{
    background: #c00;
    color: #fff;
    border-color: #c00;
}
.section .info .more_btn{
    color: #333;
    text-decoration: underline;
}
.section .info .more_btn:hover{
    color: #c00;
}
.multisite.section .info h3{
    margin: 0 0 20px;
    text-align: left;
}
.section .tabs{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section .tabs span{
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.section .tabs span.hot{
    border-bottom: 2px solid #c00;
    color: #c00;
}
.service_box{
    background-color: #ECF3F9;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service_box.peopleImg:after{
    content: '';
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: -700px;
    background-image: url('/design/images/newpc/display/service_img.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.service_box .window_width{
    position: relative;
    z-index: 3;
    padding: 60px 0;
    overflow: hidden;
}
.service_box .info{
    width: 789px;
    text-align: center;
    margin: 0 10px;
}
.service_box .info h3{
    margin: 0 0 20px;
    text-align: left;
}
.service_box.isAgent .info h3{
    text-align: center;
}
.service_box .info .section_sub_title{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.service_box.isAgent .info .section_sub_title{
    text-align: center;
}
.service_box .info .section_sub_title a{
    color: #666;
}
.service_box ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 100px;
}
.service_box.isAgent ul{
    justify-content: center;
}
.service_box ul li{
    font-size: 14px;
    margin: 0 100px 0 0;
}
.service_box li h4{
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
    text-align: left;
}
.service_box .info li p{
    line-height: 2;
    text-align: left;
}
.service_box .staff{
    border-right: 2px solid #c00;
    padding-right: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 2;
}
.service_box .contact_btn{
    background: #fff;
    border: 1px solid #666;
    color: #666;
    padding: 0 40px;
    display: inline-block;
    transition: all .2s;
    margin-top: 80px;
}
.service_box .contact_btn:hover{
    background: #c00;
    border-color: #c00;
    color: #fff;
}
/*´úÀí*/
.service_box.isAgent .window_width{
    padding: 0;
}
.service_box.isAgent ul{
    margin-top: 60px;
}
.service_box.isAgent .info{
    width: 100%;
}
.service_box.isAgent .staff{
    display: none;
}
.service_box.isAgent .contact_btn{
    margin-top: 40px;
}
#bottomBg{
    margin-top: 0 !important;
}
.section_package .package_video{float: left;width: 530px;height: 523px;}
.section_package .package_video .video{width:100%;height: 100%;background-color: #000000;}
@media screen and (max-width: 768px) {
    .section{
        padding: 20px;
        text-align: center;
    }
    .section.last{
        padding-bottom: 0;
    }
    .section img.float_left,
    .section img.float_right{
        float: none;
        margin: 0 0 20px 0;
        width: 60%;
    }
    .section .info.float_left{
        padding-right: 0;
    }
    .section .info.float_right{
        padding-left: 0;
    }
    .section .info{
        width: 100%;
        float: none;
        margin: 0;
    }
    .section .info h3{
        font-size: 16px;
        margin: 10px 0 30px;
    }
    .section .info p,.service_box .info .section_sub_title{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .section .info .try_btn,
    .section .info .more_btn{
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 15px;
        font-size: 12px;
    }
    .section .info .try_btn{
        line-height: 28px;
    }
    .section .tabs{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .section .tabs span{
        height: 30px;
        line-height: 30px;
        margin: 0 10px 0 0;
    }

    .service_box.section{
        padding: 20px 0 0;
    }
    .service_box.peopleImg:after{
        width: 100%;
        left: 0;
        margin-left: 0;
        background-size: 50%;
        background-position: center 140px;
    }
    .service_box .window_width{
        padding: 0 20px 20px;
        background-size: 70%;
    }
    .service_box .info{
        width: auto;
        float: none;
        margin: 0;
    }
    .service_box .staff{
        top: unset;
        bottom: 150px;
        left: 20px;
        right: unset;
        border-left: 2px solid #c00;
        border-right: none;
        padding: 0 0 0 10px;
    }
    .service_box ul{
        margin-top: 30px;
        overflow: hidden;
        display: none;
    }
    .service_box ul li{
        margin: 0 0 20px 0;
        width: calc((100% - 10px)/2);
        float: left;
    }
    .service_box li h4{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .service_box .info li p{
        line-height: 1.8;
        font-size: 12px;
    }
    .service_box .contact_btn{
        line-height: 28px;
        margin-top: 30px;
    }
    .service_box.isAgent{
        padding: 20px;
    }
    .service_box.isAgent ul{
        margin-top: 30px;
    }
    .service_box.isAgent .contact_btn{
        margin: 0 auto 20px;
        line-height: 30px;
    }
	.section_package .package_video{width: 100%;height: 330px;margin-bottom: 20px;}
}
@media screen and (max-width: 460px) {
    .peopleImg.service_box .contact_btn{
        margin-top: 190px;
    }
    .service_box.peopleImg:after{
        background-size: 60%;
    }
}
@media screen and (max-width: 414px) {
    .peopleImg.service_box .contact_btn{
        margin-top: 205px;
    }
    
    .service_box.peopleImg:after{
        background-size: 70%;
        background-position: center 170px;
    }
}
@media screen and (max-width: 320px) {
    .peopleImg.service_box .contact_btn{
        margin-top: 150px;
    }
    .service_box.peopleImg:after{
        background-position: center 180px;
    }
}