@charset "utf-8";

/* CSS Document */
/*2021.09.17 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 1170px;
    margin: auto;
    padding: 0;
}


.topbg {
    /*background: url(../../images/hy-topbg.jpg) no-repeat center top;*/
    /*min-height: 565px;*/
    background: url(../../images/hy-ny-topbg2.png) no-repeat center top;
    min-height: 569px;
    padding-top: 45px;
    background-size: cover;
}

.logo {
    width: 131px;
    height: 148px;
    display: none;
}

.top-right a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: arial;
    background: #0054a7;
    border-radius: 40px;
    padding: 22px 20px;
    text-decoration: none;
    transition: all 1.5s;
}

    .top-right a:hover {
        opacity: 0.8;
        transition: all 1.5s;
    }

.btt {
    margin-top: 45px;
    display: none;
}

    .btt h4 {
        font-size: 78px;
        font-weight: bold;
        color: #fff;
        line-height: 96px;
    }

    .btt p {
        font-size: 32px;
        color: #fff;
        font-weight: bold;
        margin-top: 16px;
    }

/*top end*/
.index-con {
    padding: 30px 0 100px;
}


.wclcome {
    /*padding-bottom: 55px;*/
}
.zan-top h4 {
    font-size: 40px;
    color: #224380;
    font-weight: bold;
    margin-bottom: 20px;
}

.we-con {
    padding-top: 25px;
}

    .we-con .comevideo {
        position: relative;
        margin-right: 30px;
        width: 370px;
    }


        .we-con .comevideo a span {
            position: absolute;
            width: 100%;
            height: 100%;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .we-con .comevideo p {
            padding-top: 15px;
            text-align: center;
            color: #0054a7;
            font-size: 20px;
            font-weight: bold;
        }

        .we-con .comevideo span img {
            width: 80px;
        }


.come-cnt p {
    font-size: 16px;
    color: #333;
    line-height: 29px;
    text-align: justify;
    margin-bottom: 20px;
}


.we-con ul li {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 370px;
    margin-bottom: 30px;
}

        .we-con ul li:nth-child(3n) {
            margin-right: 0;
        }

        .we-con ul li .img1 {
            width: 100%;
            border-radius: 20px;
        }

        .we-con ul li a {
            display: block;
            text-decoration: none;
        }

            .we-con ul li a span {
                position: absolute;
                width: 100%;
                height: 100%;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .we-con ul li p {
            padding: 15px 0;
            text-align: center;
            color: #0054a7;
            font-size: 20px;
            font-weight: bold;
        }

        .we-con ul li span img {
            width: 80px;
        }

.Conference {
    padding: 40px 0;
}

    .Conference p {
        font-size: 18px;
        margin: 20px;
    }

    .Conference ul {
        list-style: disc;
    }

        .Conference ul li {
            list-style: disc;
            font-size: 18px;
            margin: 15px;
        }

    .Conference a {
        width: 367px;
        height: 80px;
        padding: 15px 25px;
        margin-bottom: 14px;
        display: inline-block;
        vertical-align: middle;
        background: #26479c;
        border-radius: 20px;
        margin-right: 30px;
        color: #fff;
        font-size: 18px;
        box-shadow: 6px 5px 7px 1px #ccc;
        text-decoration: none;
    }

        .Conference a:last-child {
            margin-right: 0;
        }

        .Conference a:hover {
            opacity: .8;
        }



.zan-top {
    text-align: center;
}

.zanzhu {
    background: #fff;
    min-height: 500px;
}

    .zanzhu h4 {
        font-size: 32px;
        font-weight: bold;
        color: #26479c;
        text-align: center;
        padding-bottom: 15px;
    }

.zan-con {
    padding-top: 10px;
}

.zan-left {
    width: 390px;
    border-left: 1px solid #ddd;
    min-height: 500px;
}

.zan-mid {
    width: 390px;
    border-left: 1px solid #ddd;
    min-height: 500px;
}

.zan-right {
    width: 390px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 500px;
}

.zan-ul {
    text-align: center;
}

    .zan-ul li {
        display: inline-block;
        margin: 6px;
        text-align: center;
        border: 1px solid #ddd;
        padding: 3px 8px;
    }

        .zan-ul li:hover {
            border: 1px solid #007AFF;
        }






.footer {
    background: #2a3551;
    min-height: 100px;
    padding: 30px 0;
}

.f-left {
    width: 570px;
}

    .f-left h4 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px;
    }

    .f-left p {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
    }

.f-right {
    width: 300px;
    text-align: right;
    padding-top: 70px;
}

    .f-right p {
        font-size: 16px;
        font-weight: bold;
        color: #999;
    }









.zan-video {
    margin: 30px 0;
}

    .zan-video .box-video {
        float: left;
        width: 370px;
        margin-right: 30px;
    }

        .zan-video .box-video span {
            position: absolute;
            width: 100%;
            height: 100%;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .zan-video .box-video span img {
                width: 40px;
            }

        .zan-video .box-video .img1 {
            width: 100%;
        }

        .zan-video .box-video a {
            text-decoration: none;
        }

        .zan-video .box-video p {
            padding: 15px 0;
            text-align: center;
            color: #0054a7;
            font-size: 20px;
            font-weight: bold;
        }


        .zan-video .box-video:nth-child(3n) {
            margin-right: 0px;
        }




.Back {
    text-align: right;
}

    .Back a {
        display: block;
    }

    .Back span {
        vertical-align: -5px;
        font-size: 22px;
        margin-left: 10px;
    }