.guanyuwomen .zc9f35navmenu .zc9f35nav .zc9f35nav-item>a {
    color: #fff !important;
}


.guanyuwomen .zc9f35sub-menu {
    display: none;
}

/* 可信赖的合作伙伴 */
.reliable_parter {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 30px;
}

.reliable_parter h3 {
    font-size: 42px;
    color: #181b31;
    line-height: 1;
    font-weight: 300;
}

.reliable_parter hr {
    display: inline-block;
    width: 150px;
    height: 1.5px;
    background-color: #ccc;
    margin: 30px 0;
    box-sizing: border-box;
}

.reliable_parter p {
    font-size: 15px;
    color: #8f9193;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
    .reliable_parter {
        margin-top: 30px;
        padding: 15px;
        box-sizing: border-box;
    }
}

/* 世界 */
.globalworld {
    width: 100%;
    max-width: 1920px;
    height: 610px;
}

.globalworld_pic {
    width: 100%;
    height: 610px;
    overflow: hidden;
    background-color: #f1f3f5;
}

.globalworld_pic img {
    max-width: 100%;
}

.globalworld .zc9f35col-md4 {
    height: 610px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #f1f3f5;
    overflow: hidden;
}

.globalworld .zc9f35col-md4 .globalworld_con {
    width: 100%;
    height: 100%;

}

.globalworld_con_item_1 {
    padding: 50px 15px;
}

.globalworld_con_item_1 h3 {
    font-size: 40px;
    line-height: 1;
    color: #181b31;
    padding-bottom: 15px;
}

.globalworld_con_item_2 {
    padding: 0 15px;
}

.globalworld_con_item_2 .ld-fh-txt {
    font-size: 18px;
    color: #181b31;
    font-style: italic;
}

.globalworld_con_item_3 {
    margin-top: 100px;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.globalworld_con_item_3 a:first-child {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #2ed47c;
    color: #fff;
    border-radius: 50%;
    position: relative;
}

.globalworld_con_item_3 a:first-child i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.globalworld_con_item_3 a:last-child {
    font-size: 14px;
    color: #181b31;
    display: inline-block;
    padding-left: 30px;
    font-weight: 555;
}

.globalworld_con_item_3 a:last-child:hover {
    color: #337ab7;
}

#playVideo1 {
    width: 800px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(0, 0, 0, .3);
}

#playVideo1 video {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1024px) {
    #playVideo1 {}

    .beautiful .zc9f35col-md12 p {
        padding: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    #playVideo1 {
        width: 100%;
    }

    .beautiful img {
        display: none;
    }

    .globalworld_pic {
        height: 500px;
    }

    .globalworld .zc9f35col-md4 {
        height: 390px;
    }

    .globalworld_con_item_3 {
        margin: 36px 0 15px;

    }
}

@media screen and (max-width:650px) {
    .beautiful img {
        display: block;
    }

    #playVideo1 {
        height: 300px;
    }

    .home-video .txt h2 {
        letter-spacing: 2px;
    }

    .home-video .txt h2 em {
        padding: 8px;
        display: inline-block;
    }

    .home-video .txt i {
        background: url(../images/video.png) no-repeat;
        background-size: cover;
        display: inline-block;
        margin-top: -36px;
        cursor: pointer;
        width: 74px;
        height: 74px;
    }

    .globalworld_pic {
        height: auto;
    }

    .globalworld .zc9f35col-md4 {
        height: auto;
    }
}

/* 企业文化 */
.culture {
    width: 100%;
    max-width: 1920px;
    background-color: #f1f3f5;
    padding-bottom: 15px;
}

.culture_title {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

.culture_title h3 {
    font-size: 40px;
    color: #181b31;
    font-weight: 300;
}

.culture_title hr {
    display: inline-block;
    width: 150px;
    height: 1.5px;
    background-color: #ccc;
    margin: 30px 0;
}

.culture_item {
    height: 167px;
}

.culture_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.culture_con .zc9f35col-md6:nth-of-type(odd) {
    padding-left: 0;
}

.culture_con .zc9f35col-md6:nth-of-type(even) {
    padding-right: 0;
}

.culture_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
}

.culture_item_icon {
    width: 100px;
    height: 167px;
    text-align: center;
    line-height: 167px;
}

.culture_item_icon i {
    display: inline-block;
    font-size: 40px;
    color: #337ab7;
}

.culture_item_info {
    flex: 1;
    color: #181b31;
}

.culture_item_info h3 {
    font-size: 24px;
}

.culture_item_info p {
    padding-top: 15px;
    font-size: 15px;
    color: #8f9193;
}

.culture_item:hover {
    background-color: #337ab7;
}

.culture_item:hover .culture_item_icon i {
    color: #fff;
}

.culture_item:hover .culture_item_info {
    color: #fff;
}

.culture_item:hover .culture_item_info p {
    color: #fff;
}

@media screen and (max-width:1024px) {
    .culture {
        padding: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .culture .zc9f35col-md6 {
        width: 50%;
        float: left;
    }

    .culture_title {
        width: 100%;
        max-width: 1200px;
        margin: 10px auto;
    }
}

@media screen and (max-width:768px) {
    .culture .zc9f35col-md6 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:650px) {
    .culture .zc9f35col-md6 {
        width: 100%;
        clear: both;

    }

    .culture_con .zc9f35col-md6:nth-of-type(odd) {
        padding: 0;
        margin-bottom: 10px;
    }

    .culture_con .zc9f35col-md6:nth-of-type(even) {
        padding: 0;
        margin-bottom: 10px;
    }
}