﻿.gcjsBox {
    overflow: hidden;
    min-height: 500px;
}

.mbx {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

/******************** 左******************* */

.gcjs_left {
    width: 74%;
    float: left;
    position: relative;
    padding-bottom: 30px;
}
.tab_tzBtn_box{
    width: 92.5%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.tab_tzBtn{
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #9D9D9D;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.tab_tzBtnCho{
    background: #D30000;
}
.tab_viewBox{
    overflow: hidden;
    /* padding-left: 20px; */
}
.view_shzt,.view_zftz,.view_szjt{
    overflow: hidden;
}
.view_btn{
    width: 250px;
    height: 230px;
    float: left;
    border-radius: 30px;
    margin-bottom: 32px;
    margin-right: 38px;
    /* margin-left: 3px; */
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-top: 68px;
    cursor: pointer;
}
.view_btn:hover{
    box-shadow:1px 1px 2px 2px gray;
}
.view_zftz>div{
    padding-top: 84px;
}
.view_szjt>div{
    padding-top: 84px;
}

.view_shzt{
    display: block;
}
.view_zftz{
    display: none;
}
.view_szjt{
    display: none;
}
.view_btn1{
    background: #710808;
}
.view_btn2{
    background: #1B2E7D;
}
.view_btn3{
    background: #07A1A0;
}
.view_btn4{
    background: #6CB5FF;
}
.view_btn5{
    background: #D87F3B;
}
.view_btn6{
    background: #3BBBD8;
}




/******************** 右******************* */

.gcjs_center{
    margin:50px 0 0 0%;
    float: left;
    width: 1px;
    height: 561px;
    background: #e14e4d;
    padding-bottom: 30px;

}
.gcjs_right {
    width: 22%;
    float: right;
    margin-top: 50px;
    text-align: center;
}

.bs_img{
    width: 80px;
}
.basl_box{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.basl_box>div{
    width: 150px;
    text-align: center;
    cursor: pointer;
}
.basl_text{
    margin-top: 5px;
    font-size: 16px;
}
.gcjs_ewm{
    margin-top: 12px;
}
.gcjs_qrImage{
    width: 200px;
    height: 200px;
    cursor: pointer;
    transition: all 0.6s;
}
.gcjs_qrImage:hover{
    transform:scale(2) translate(-27px,-27px)
}
