/* 
 * @Description: 2-4about-Compliance
 * @fileName: aboutCompliance
 * @Author: FengYong
 * @Date: 2020-05-11 16:56:25
 * @LastEditors: fengyong
 * @LastEditTime: 2020-05-12 09:30:37
*/
.about_banner {
    text-align: center;
}

.aboutVision_tit {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.aboutVision_tit img {
    width: 27px;
    height: 24px;
    vertical-align: middle;
}

.right {
    float: right;
}

.aboutVision_tit span {
    font-size: 32px;
    color: #333333;
    vertical-align: middle;
    margin-left: 10px;
}

.aboutCompliance_ul {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 30px; */
}

.aboutVision_con {
    padding-top: 10px;
}

.aboutCompliance_li {
    margin:0 1.5% 40px 1.5%;
    cursor: pointer;
    width: 30%;
}

.mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.mask img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.aboutCompliance_txt:hover {
    border-bottom: 3px solid #cf2430;
}

.aboutCompliance_txt:hover .download {
    background: url("../images/aboutCompliance_downLoad2.png") no-repeat;
}

.aboutCompliance_txt:hover span {
    color: #cf2430;
}

.aboutCompliance_img:hover .mask {
    display: block;
}



.aboutCompliance_img {
    position: relative;
    background: url("../images/aboutCompliance_bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px;
}

.aboutCompliance_img>img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.aboutCompliance_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #f9fafb;
    border-bottom: 3px solid #d6dce2;
    width: 100%;
}

.aboutCompliance_txt span {
    font-size: 20px;
    color: #333333;
}

.download {
    display: inline-block;
    background: url("../images/aboutCompliance_downLoad.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 22px;
}

.download.on {
    background: url("../images/aboutCompliance_downLoad2.png") no-repeat;
}

/* 新闻详情 弹窗 start */
.popups {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    /* display:none; */
}

.homeNewsCon {
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    margin: auto;
}

.homeNews_close {
    text-align: right;
    margin-bottom: 20px;
}

.homeNews_close img {
    cursor: pointer;
}

.homeNewsCon_det {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 60px;
    box-sizing: border-box
}

.homeNewsCon_det_bottom {
    background-color: #f6f6f6;
    height: 8%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 新闻详情 弹窗 end */

@media(min-width:200px) and (max-width:767px) {
    .aboutVision_tit img {
        width: 20px;
        height: 17px;
        vertical-align: middle;
    }

    .aboutVision_tit span {
        font-size: 20px;
        margin-left: 10px;
    }

    .aboutVision_tit {
        padding: 6px 0;
    }

    .aboutVision_con {
        margin-top: 10px;
    }

    .aboutCompliance_li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 16px;
        width: 40%;
        margin: 10px 4%;
    }

    .aboutCompliance_img {
        position: relative;
        background: url("../images/aboutCompliance_bg.png") no-repeat;
        background-size: cover;
        width: 100%;
        height: 120px;
    }

    .aboutCompliance_txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: #f9fafb;
        border-bottom: 3px solid #d6dce2;
        width: 100%;
    }

    .aboutCompliance_txt span {
        font-size: 14px;
    }

    .download {
        width: 16px;
        height: 18px;
    }

    .aboutCompliance_img img {
        max-width: 85%;
        max-height: 85%;
    }

    .aboutCompliance_ul {
        display: block;
    }

    .homeNewsCon_det {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 10px 20px;
        box-sizing: border-box
    }

    .homeNews_close img {
        width: 30px;
        height: 30px;
    }

    .homeNews_close {
        margin-bottom: 10px;
    }

    .homeNewsCon_det_bottom {
        font-size: 14px;
    }
    #aside {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .aboutVision_con {
        margin-top: 20px;
    }

    .aboutVision_tit img {
        width: 24px;
        height: 21px;
        vertical-align: middle;
    }

    .aboutVision_tit {
        padding: 10px 0;
        border-bottom: 1px solid #eeeeee;
    }

    .aboutVision_tit span {
        font-size: 28px;
        margin-left: 10px;
    }

    .aboutCompliance_li {

        width: 40%;
        margin: 10px 4%;
    }
    .aboutCompliance_txt span {
        font-size: 16px;
    }
    .download {
        width: 18px;
        height: 20px;
    }
    .aboutCompliance_img {
        position: relative;
        background: url("../images/aboutCompliance_bg.png") no-repeat;
        background-size: cover;
        width: 100%;
        height: 220px;
    }
    .aboutCompliance_img img {
        max-width: 85%;
        max-height: 85%;
    }
    .aboutCompliance_txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #f9fafb;
        border-bottom: 3px solid #d6dce2;
        width: 100%;
    }
    #aside {
        display: block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .aboutVision_con {
        margin-top: 10px;
    }

    .right {
        margin-top: 0;
    }

    .aboutCompliance_li {
        width: 40%;
        margin: 10px 5%;
    }

    .aboutCompliance_img {
        position: relative;
        background: url("../images/aboutCompliance_bg.png") no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .aboutCompliance_txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        background-color: #f9fafb;
        border-bottom: 3px solid #d6dce2;
        width: 100%;
    }
    .aboutCompliance_img img {
        max-width: 85%;
        max-height: 85%;
    }
    #aside {
        display: block !important;
    }
}

@media(min-width:1200px) {
    #aside {
        display: block !important;
    }
}