﻿@charset "utf-8";
/* CSS Document */
/*2020.11.30 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
    text-align: center;
}

.container {
    width: 1004px;
    padding: 0;
    margin: 0 auto;
}

.wc-menu {
    height: 60px;
    background: url(../../images/topbg.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    /*思源黑体*/
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        /*padding-top: 20px;*/
    }

        .wc-menu ul li {
            line-height: 60px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            /*display: table-cell;*/
            float: left;
            padding: 0 14px;
            list-style: none;
        }

            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                line-height: 60px;
                display: block;
                /*transition: all 0.2s;*/
                font-family: 'SourceHanSans';
                text-decoration: none;
            }

            .wc-menu ul li:hover {
            }

            .wc-menu ul li a:hover, .wc-menu ul li a.active {
                color: #fff;
                border-bottom: 3px solid #fff;
            }

.wc-menu ul li a.selected,   .wc-menu ul li a.parent,   .wc-menu ul li a.move {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.wc-menu ul li .ernav {
    position: absolute;
    /*position: relative;*/
    left: 0px;
    top: 62px;
    background: #fff;
    width: 200px;
    min-width: 100%;
    z-index: 111 !important;
    display: none;
    /*border: 1px solid #ddd;*/
}

    .wc-menu ul li .ernav ul {
        padding-top: 0px;
    }

        .wc-menu ul li .ernav ul li {
            /*text-align: center;*/
            float: none;
            display: block; /*二级下拉有影响，需要转化为块状*/
            background: none;
            text-align: left;
            line-height: 40px;
            border: none;
            border-bottom: 1px solid #f3edeb;
            padding: 0;
        }




            .wc-menu ul li .ernav ul li:last-child {
                border-bottom: none;
            }

            .wc-menu ul li .ernav ul li a {
                line-height: 40px;
                font-size: 16px;
                /*text-align: center;*/
                background: none;
                box-shadow: none;
                border-radius: 0;
                color: #333;
                margin: 0;
                display: block;
                padding: 12px 0 12px 15px;
                border-bottom: none;
                font-weight: normal;
            }

                .wc-menu ul li .ernav ul li a:hover {
                    background: #53bfc1;
                    color: #fff;
                }

/*menu End*/


.banner {
    background: url(../../images/banbg5.jpg?v=20250529) no-repeat center top;
    min-height: 420px;
    margin-top: 60px;
}
/* 本例子css */
.ban-date {
    border: 4px #4bb3bc solid;
    margin-top: 380px;
    background: #fff;
    box-shadow: 0px 2px 23px #e1e1e1;
    border-radius: 80px;
    padding: 34px 150px;
}

    .ban-date span {
        float: left;
    }

        .ban-date span.sp1 {
            color: #333;
            font-size: 25px;
            display: inline-block;
            margin-top: 13px;
        }

    .ban-date .ba1 {
        display: block;
        color: #333;
        font-size: 25px;
        margin-top: 13px;
        padding: 10px 10px;
        border-radius: 20px;
        transition: all 0.4s ease-out;
        text-decoration: none;
        /*background-image: linear-gradient(to right, #1541a0, #3edf94);*/
    }

        .ban-date .ba1:hover {
            transition: all 0.4s ease-out;
            /*transform: scale(1.02);*/
        }


.ban-date2 span {
    float: left;
}

    .ban-date2 span.sp1 {
        color: #333;
        font-size: 25px;
        display: inline-block;
        margin-top: 13px;
    }

.ban-date2 .ba1 {
    display: block;
    color: #fff;
    font-size: 28px;
    margin-top: 13px;
    padding: 10px 10px;
    border-radius: 20px;
    transition: all 0.4s ease-out;
    text-decoration: none;
    /*background-image: linear-gradient(to right, #1541a0, #3edf94);*/
}

    .ban-date2 .ba1:hover {
        transition: all 0.4s ease-out;
        /*transform: scale(1.02);*/
    }

.link-intro {
    background-image: linear-gradient(to right, #1541a0, #3edf94);
    padding: 10px 40px 20px;
    margin-bottom: 40px;
}

    .link-intro p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
        text-indent: 2em;
        margin-top: 5px;
    }

    .link-intro a {
    }

    .link-intro h4 a {
        font-size: 22px;
        color: #ddad40;
        font-weight: bold;
        margin: 10px 0 10px;
        text-align: center;
        text-decoration: none;
        display: block;
    }

.p-bta {
    text-align: center;
    text-indent: 0 !important;
}

    .p-bta a {
        font-size: 20px;
        display: inline-block;
        margin-top: 20px;
        color: #21f48e;
        text-align: center;
        /* text-shadow: #fff 0px 0px 4px; 
         font-weight: bold;*/
    }

    .p-bta span {
        /*display: inline-block;*/
        /*     transform: translateY(-3px);
        animation: Beating 3s ease infinite;*/
        /*margin-left: -25px;*/
    }

/*banner end*/
.dabg {
    background: url(../../images/fbg1.jpg)no-repeat center top;
    /*min-height: 1100px;*/
}

.linkbg {
    padding-top: 30px;
}

    .linkbg ul li {
        background: url(../../images/link1.png) no-repeat center center;
        width: 484px;
        height: 72px;
        float: left;
        margin-bottom: 22px;
        text-align: center;
        line-height: 72px;
        transition: all 0.4s ease-out;
    }

        .linkbg ul li:hover {
            transform: scale(1.02);
            cursor: pointer;
        }


        .linkbg ul li:nth-child(odd) {
            margin-right: 35px;
        }
        /*.linkbg ul li:last-child{
 	background: url(../../images/link2.png) no-repeat center center;
 }*/
        .linkbg ul li a {
            font-size: 26px;
            color: #fff;
            text-decoration: none;
        }
/*linkbg end*/
.jiabg {
    background: url(../../images/dabg.jpg) no-repeat center top;
    background-size: cover;
    /*min-height: 840px;*/
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
border-radius: 50px 0 50px;
}

.jia-con2 {
    margin-top: 97px;
}


.jia-box {
}

    .jia-box .jia-tt {
        width: 686px;
        padding: 45px 40px;
    }

        .jia-box .jia-tt h4 {
            font-size: 22px;
            color: #333;
            font-weight: bold;
        }

        .jia-box .jia-tt p {
            font-size: 16px;
            color: #666;
            line-height: 25px;
            text-indent: 2em;
            margin-top: 15px;
        }

        .jia-box .jia-tt a {
            display: block;
            margin-top: 15px;
            transition: all 0.4s ease-out;
        }

            .jia-box .jia-tt a:hover {
                /*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);*/
                transform: scale(1.02);
                cursor: pointer;
            }

    .jia-box .jia-img {
        background: url(../../images/bg22.jpg) no-repeat center bottom;
        /*background: linear-gradient(to right, #5acac6, #67dece);*/
        width: 318px;
        position: relative;
    }

.jia-t {
    position: absolute;
    left: 10px;
    bottom: 25px;
}

    .jia-t span {
        color: #fff;
        font-size: 24px;
        display: block;
    }

    .jia-t p {
        color: #fff;
        font-size: 34px;
    }

.jia-t2 {
    position: absolute;
    right: 20px;
    left: initial;
}

    .jia-t2 p {
        text-align: right;
    }

.mar55 {
    margin-top: 55px;
}
/**/
.dbg {
    background: url(../../images/fbg.jpg) no-repeat center top;
    /*min-height: 1580px;*/
    padding-bottom: 50px;
    background-size: cover;
}

.jiabin {
    padding-top: 150px;
    min-height: 870px;
}

.jiabin-more {
    margin: 60px 0;
    text-align: center;
    margin-bottom: 25px;
}

    .jiabin-more a {
        color: #115572;
        font-size: 24px;
    }



.jiab-top {
    text-align: center;
}

    .jiab-top h4 {
        font-size: 30px;
        color: #115572;
    }

    .jiab-top span {
        display: block;
        margin: auto;
        width: 94px;
        height: 4px;
        background: #115572;
        margin-top: 15px;
    }



.sup-top {
    text-align: center;
}

    .sup-top h4 {
        font-size: 30px;
        color: #115572;
    }

    .sup-top span {
        display: block;
        margin: auto;
        width: 94px;
        height: 4px;
        background: #115572;
        margin-top: 15px;
    }





.support {
}

.xuan-topp {
    text-align: center;
    background: url(../../images/xuantop.png) no-repeat center center;
    height: 70px;
    width: 758px;
    margin: auto;
    margin-top: 65px;
}

    .xuan-topp ul li {
        float: left;
        font-size: 24px;
        color: #666;
        width: 50%;
        line-height: 68px;
        cursor: pointer;
    }

        .xuan-topp ul li.active {
            color: #fff;
            background: url(../../images/x1.png) no-repeat left 3px;
        }

        .xuan-topp ul li:last-child.active {
            background: url(../../images/x2.png) no-repeat left 3px;
        }

.xuan-con {
    background: #fff;
    box-shadow: 2px 2px 6px 4px #ccc;
    border-radius: 10px;
    margin-top: 45px;
    min-height: 350px;
    padding-top: 50px;
}

    .xuan-con .xuan-ul {
    }

.xuan-ul ul {
    text-align: center;
}

.xuan-con .xuan-ul ul li {
    /*float: left;*/
    margin-bottom: 20px;
    margin: 30px;
    border: 1px solid #fff;
    display: inline-block;
}

    .xuan-con .xuan-ul ul li:hover {
        border: 1px solid #ccc;
        transition: all 0.5s;
        opacity: 0.9;
    }

























.footer {
    min-height: 100px;
    background: #323232;
    padding: 30px 0;
}

    .footer h4 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 26px;
    }

    .footer .f-box {
        float: left;
        width: 250px;
        margin-right: 0px;
    }

    .footer .f-last {
        margin-right: 0;
    }

    .footer .f-box h5 {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .footer .f-box p {
        font-size: 14px;
        color: #fff;
        line-height: 28px;
    }

    .footer .copy {
        margin-top: 10px;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }

        .footer .copy p {
            font-size: 14px;
            color: #fff;
            line-height: 28px;
            text-align: center;
        }
        .footer .copy p a{
            color:#fff;
        }
            /*.wc-copyEnd*/
            @keyframes Beating {
                0% {
                    transform: translateY(Opx);
                }

                100% {
                    transform: translateY(3px);
                }
            }
