.wh{
    width: 1200px;
    margin: 0px auto;
}
.footer{
    position: relative;
    height: 300px;
}
.footer_logo{
    position: absolute;
    top:72px;
    left: 66px;
}
.footer_list{
    position: absolute;
    top: 78px;
    left: 500px;
    color: #4d4d4d;
}
.footer_list>li{
    float: left;
    font-size: 14px;
    margin-left:76px;
}
.footer_info{
    position: absolute;
    top: 148px;
    left: 520px;
    font-size: 14px;
    color: #4d4d4d;
}
.footer_info>li{
    float: left;
    font-size: 14px;
    margin-left:56px;
}
.footer_ercode{
    position: absolute;
    width: 203px;
    right:30px;
    top: 50%;
    color: #6ac754;
    transform: translateY(-50%);
  	display:none;
}
.footer_info>.footer_border{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-left: 54px;
    overflow: hidden;
    margin-top: -8px;
}
.footer_border>img{
    width: 24px;
    height: 24px;
    margin: 4px 0 0 4px;
}
.footer_role{
    margin-top: 14px;
    text-align: center;
    width: 100%;
    color: #4d4d4d;
    font-size: 14px;
}
.bgfa{
    /*background-color: #fafafa;*/
    height: 240px;
}
/* 左悬浮 */
.fix_left{
    position: fixed;
    width: 26px;
    left: 102px;
    top: 50%; 
    color: #6ac754;
    transform: translateY(-50%);
}
.fix_left_mb{
    margin-bottom: 32px;
}
.fix_right{
    position: fixed;
    width: 26px;
    right: 102px;
    top: 50%; 
    color: #6ac754;
    transform: translateY(-50%);
}
.fix_ercode{
    position: fixed;
    width: 203px;
    right: 130px;
    top: 53%;
  	display:none;
    color: #6ac754;
    transform: translateY(-50%);
}

.gw_img_pre_img_box{
    position: fixed;
    width: 100%;
    height: 100%;
    right: -20px;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10001;
}
.gw_img_pre_img {
    z-index: 10001;
    max-width: 50%;
    margin: 20px auto;
    display: block;
    min-width: 25%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.gw_floor{
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    display: none;
}