.simple_top .go {
    padding: 23px 0;
    text-align: right;
    color: #999;
}
.simple_top .go span{
    color: #333;
}


.simple_banner{
    position: relative;
    color: #fff;
}
.simple_banner img{
    width: 100%;
    border-radius: 8px;
}
.simple_banner .simple_title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 72px 56px;
    background-color: rgba(6, 12, 67, 0.6);
}
.simple_banner h2{
    margin: 0;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 16px;
}
.simple_banner span{
    font-size: 18px;
}




.issue {
    padding: 96px 0;
}

.issue .issue_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 96px;
}
.issue .issue_content .col-md-6 {
    padding: 0 12px;
    display: flex;
    position: relative;
    height: 224px;
}
.issue .issue_content .active {
    margin-bottom: 64px;
}
.issue .issue_content .col-md-6 img{
    position: absolute;
    border-radius: 8px;
    width: 355px;
    top: -39px;
    z-index: 2;
}
.issue .issue_content .col-md-6 .issue_box{
    width: 416px;
    position: absolute;
    right: 12px;
    background-color: #fff5ee;
    height: 100%;
    border-radius: 8px;
    padding: 60px 30px 60px 95px;
}
.issue .issue_content .col-md-6 .issue_box h3{
    margin: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.issue .issue_content .col-md-6 .issue_box span{
    line-height: 28px;
    font-size: 14px;
}
.issue .issue_content .col-md-6 .issue_box span.res{
    letter-spacing: -1px;
}


.advantage {
    padding: 96px 0;
    background-color: #f7f7f7;
}

.advantage .advantage_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 56px;
}
.advantage .advantage_content{
    overflow: hidden;
}
.advantage .advantage_content .tab{
    width: 268.5px;
    float: left;
    margin-right: 24px;
}
.advantage .advantage_content .tab:last-child{
    margin-right: 0;
}
.advantage .advantage_content .thumbnail{
    padding: 0;
    margin: 0;
    border-color: #f7f7f7;
    border-radius: 8px;
    height: 407px;
}
.advantage .advantage_content .thumbnail img{
    margin: 40px auto 32px;
}
.advantage .advantage_content .thumbnail h3{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 24px;
    padding-bottom: 24px;
}
.advantage .advantage_content .advantage_box{
    padding: 0 24px 40px;
}
.advantage .advantage_content .thumbnail p{
    margin: 0;
    display: flex;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    letter-spacing: -1px;
}
.advantage .advantage_content .thumbnail p.active{
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
}
.advantage .advantage_content .thumbnail p i{
    flex: 0 0 8px;
    height: 8px;
    background-color: #ff6f06;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
}



.constitute {
    padding: 96px 0;
}

.constitute .constitute_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 56px;
}

.constitute .constitute_content h3 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}
.constitute .constitute_content .col-md-4 {
    padding: 0 12px;
}
.constitute .constitute_content .thumbnail {
    padding: 0;
    padding-bottom: 40px;
    border-radius: 8px;
    margin: 0;
    height: 515px;
}
.constitute .constitute_content img{
    margin: 58px auto 28px;
}
.constitute .constitute_content .constitute_box{
    padding: 0 24px;
}
.constitute .constitute_box h3{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    font-size: 24px;
}
.constitute .constitute_box p{
    margin: 0;
    margin-top: 14px;
    color: #666;
    font-size: 14px;
}
.constitute .constitute_box p i{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff6f06;
    display: inline-block;
    margin-right: 8px;
}




.terminal {
    padding: 96px 0 72px;
    background-color: #f7f7f7;
}

.terminal .terminal_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 126px;
}

.terminal .terminal_content p {
    font-size: 16px;
    margin-bottom: 35px;
}
.terminal .terminal_content p:last-child {
    margin-bottom: 0;
}
.terminal .terminal_content p:first-child {
    margin-top: 25px;
}

.terminal .terminal_content p i {
    display: inline-block;
    background: url(../../../images/simple/dui.png);
    width: 18px;
    height: 18px;
    margin-right: 20px;
}
.terminal .terminal_content img {
    width: 100%;
}



.scene {
    padding: 96px 0 72px;
}

.scene .scene_title h2 {
    text-align: center;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 56px;
}
.scene .scene_content .col-md-4 {
    padding: 0 12px;
}
.scene .scene_content .col-md-4 img{
    width: 100%;
    transition: transform 0.8s;
}
.scene .scene_content .col-md-4 p{
    text-align: center;
    margin: 0;
    margin-top: 16px;
    font-size: 24px;
    font-weight: bold;
}
.scene .scene_content .col-md-4 .scene_img{
    overflow: hidden;
}
.scene .scene_content .col-md-4:hover img{
    transform: scale(1.1);
}

