.gift_p1,
.gift_p2 {
    color: #F3D352;
}

/*  */

.companyAbout {
    background: #FAFBFC;
    position: relative;
    padding-bottom: 0.6rem;
}

.companyAbout_cont {
    width: 1200px;
    margin: 0 auto;
}

.companyAbout_text {
    color: #2E3133;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0.6rem;
}

.companyAbout_img {
    width: 100%;
}

.companyAbout_img img {
    width: 100%;
    object-fit: contain;
}

/*  */

.videos {
    padding-bottom: 0.6rem;
}

.videos_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.videos_item {
    flex: 1;
    padding: 0.4rem 0.3rem 0;
    height: 3.46rem;
    border-radius: 8px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid transparent;
}

.videos_item:hover {
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border: 1px solid #E1E7EC;
    background-color: white;
}

.videos_item:hover .videos_img {
    background: #F5CC2A;
}

.videos_img {
    width: 1.12rem;
    height: 1.12rem;
    background: #FFFFFF;
    border: 1px solid #E1E7EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.4rem;
    transition: 0.5s;
}

.videos_img img {
    width: 0.56rem;
    object-fit: contain;
}

.videos_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.2rem;
}

.videos_p2 {
    font-size: 16px;
    color: rgba(67, 72, 76, 0.7);
    line-height: 25px;
    text-align: justify;
}

/*  */

.companyVideo {
    padding-bottom: 0.6rem;
    background-color: #F8F9FA;
}

.companyVideo_cont {
    display: table;
    margin: 0 auto;
    position: relative;
}

.playVideo {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.playVideo img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
}

.poster {
    max-width: 100%;
}

.poster img {
    max-width: 100%;
    object-fit: contain;
}

/*  */

.honor {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0.6rem;
}

.honor:last-of-type {
    background-color: #F8F9FA;
}

.honor_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honor_cont img {
    max-width: 90%;
    object-fit: contain;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}


@media screen and (max-width: 800px) {
    .videos_cont {
        width: 90%;
    }

    .videos_item {
        width: 33%;
        height: auto;
        flex: none;
        margin-bottom: 0.1rem;
        padding: 0.4rem 0.1rem 0.5rem;
    }
    .videos_p1 {
    	font-size: 22px;
    }
    
    .videos_p2 {
    	font-size: 13px;
    }

    .videos_img {
	width:1rem;
	height:1rem;
    }
    .companyAbout_cont {
        width: 90%;
    }

    .honor {
        width: 90%;
    }

    .honor_cont img {
        margin-right: 0;
    }

    .companyVideo_cont {
        width: 100%;
    }
}