@charset "utf-8";
/* CSS Document */
/*2020.07.17 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    padding: 0;
    margin: 0 auto;
}

.top-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.top-tit {
    /*width: 750px;*/
    float: right;
}

.top-tone {
    background: url(/Assets/images/tibg.png) no-repeat left top;
    width: 380px;
    height: 31px;
    padding-left: 20px;
    float: left;
}

    .top-tone a {
        color: #fff;
        font-size: 14px;
        background: url(/Assets/images/xx.png) no-repeat right center;
        padding: 0 20px;
        line-height: 28px;
    }

        .top-tone a:last-child {
            background: none;
        }

.top-tit a.a1 {
    background: #c92424;
    width: 35px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 7px;
}

.top-tit a.a2 {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #c92424;
    width: 90px;
    height: 32px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-right: 7px;
}

.searchbg {
    background: url(/Assets/images/search.jpg) no-repeat center top;
    width: 225px;
    height: 32px;
    float: right;
}

    .searchbg input.inp-text {
        background: none;
        border: none;
        width: 190px;
        padding-left: 5px;
        line-height: 32px;
    }

    .searchbg input.inp-but {
        background: none;
        border: none;
        height: 32px;
        width: 34px;
    }

.wc-top {
    margin-top: 10px;
    background: url(/Assets/images/topbg.png) no-repeat left top;
    height: 99px;
}

.logo {
    width: 348px;
    height: 94px;
}

    .logo img {
        width: 348px;
        height: 94px;
    }

.top-right {
}
/*top end*/
.wc-menu {
    height: 64px;
    width: 800px;
    /*overflow: hidden;*/
    margin-top: 35px;
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        padding-left: 10px;
    }

        .wc-menu ul li {
            line-height: 63px;
            position: relative;
            /*居中并且转为table-cell*/
            float: left;
            list-style: none;
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 16px;
                color: #fff;
                line-height: 63px;
                display: block;
                /*transition: all 0.2s;*/
                padding: 0 10px;
                text-decoration: none;
            }

                .wc-menu ul li a.active, .wc-menu ul li a:hover {
                    background: #163179;
                }

.wc-menu?ul?li?a.selected, ? .wc-menu?ul?li?a.parent, ? .wc-menu?ul?li?a.move {
    background: #163179;
}

.wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
    background: #a82424;
}

.wc-menu ul li .ernav {
    position: absolute;
    left: 0px;
    top: 62px;
    background: #1d3c8e;
    width: 100%;
    z-index: 11;
    display: none;
    opacity: 0.8;
}

    .wc-menu ul li .ernav ul {
        border: none;
        padding-left: 0;
    }

        .wc-menu ul li .ernav ul li {
            /*text-align: center;*/
            float: none;
            display: block; /*二级下拉有影响，需要转化为块状*/
            border-bottom: 1px solid #ccc;
            background: none;
            border: none;
            line-height: 25px;
        }

            .wc-menu ul li .ernav ul li:last-child {
                border-bottom: none;
            }

            .wc-menu ul li .ernav ul li a {
                line-height: 25px;
                font-size: 14px;
                text-align: center;
                background: none;
                box-shadow: none;
                border-radius: 0;
                color: #fff;
                margin: 0;
                display: block;
                padding: 3px 8px;
                border-bottom: none;
                border: none;
                font-weight: normal;
            }

                .wc-menu ul li .ernav ul li a:hover {
                    background: #a82424;
                    color: #fff;
                    border-bottom: none;
                }

/*menu End*/

.banner {
    /*min-height: 750px;*/
    background: #1e1d1b;
}
    /* 本例子css */
    .banner .slidetop {
        overflow: hidden;
        position: relative;
    }

        .banner .slidetop .hd {
            overflow: hidden;
            position: absolute;
            left: 0px;
            bottom: 112px;
            z-index: 1;
        }

            .banner .slidetop .hd ul {
                overflow: hidden;
                zoom: 1;
                width: 100%;
            }

                .banner .slidetop .hd ul li {
                    float: left;
                    margin: 0 4px;
                    width: 140px;
                    height: 190px;
                    text-align: center;
                    background: #1d3c8e;
                    cursor: pointer;
                    color: #fff;
                    padding-top: 4px;
                }

                    .banner .slidetop .hd ul li img {
                        width: 134px;
                        height: 93px;
                    }

                    .banner .slidetop .hd ul li span {
                        padding: 10px 10px 4px;
                        display: block;
                        text-align: left;
                        line-height: 22px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                    }

                    .banner .slidetop .hd ul li.on {
                        background: #c92424;
                    }


        .banner .slidetop .bd {
            position: relative;
            height: 100%;
            z-index: 0;
        }

            .banner .slidetop .bd li {
                zoom: 1;
                vertical-align: middle;
            }

            .banner .slidetop .bd img {
                max-width: 100%;
            }




        .banner .slidetop .ban-text {
            position: absolute;
            left: 0px;
            bottom: 330px;
            height: 250px;
            width: 470px;
        }

            .banner .slidetop .ban-text a.a1 {
                display: block;
                background: #1d3c8e;
                font-size: 32px;
                color: #fff;
                font-weight: bold;
                line-height: 42px;
                text-decoration: none;
                height: 197px;
                padding: 34px;
            }

            .banner .slidetop .ban-text a.a2 {
                display: block;
                color: #fff;
                font-size: 16px;
                line-height: 53px;
                text-decoration: none;
                background: url(/Assets/images/cha.jpg) no-repeat left top;
                width: 192px;
                height: 53px;
                padding-left: 83px;
            }

            .banner .slidetop .ban-text:hover {
                opacity: 0.9;
            }

        .banner .slidetop .b-page {
            position: absolute;
            right: 0px;
            bottom: 44px;
            height: 50px;
            width: 100px;
        }

            .banner .slidetop .b-page ul li {
                font-size: 32px;
                color: #fff;
                font-style: italic;
                font-family: arial;
            }

                .banner .slidetop .b-page ul li i {
                    color: #3bc6df;
                    font-size: 62px;
                }








/*banner end*/

.about {
    background: url(/Assets/images/abbg.jpg) repeat-x left top;
    min-height: 300px;
}

.ab-left {
    width: 670px;
}

    .ab-left h4 {
        font-size: 32px;
        color: #1d3c8e;
        font-weight: normal;
        padding-top: 45px;
        margin-bottom: 11px;
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 2px solid transparent;
    }

    .ab-left:hover h4 {
        border-bottom: 2px solid #1d3c8e;
        cursor: pointer;
        transition: all 1s;
    }

    .ab-left a {
        font-size: 16px;
        color: #333;
        line-height: 21px;
        text-decoration: none;
    }

    .ab-left p {
        font-size: 16px;
        color: #333;
        line-height: 21px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

        .ab-left p a {
            font-size: 16px;
            color: #333;
            line-height: 21px;
            text-decoration: none;
        }

    .ab-left a:hover p {
        color: #1d3c8e;
    }

.ab-right {
    width: 470px;
    overflow: hidden;
    box-shadow: 0px 2px 3px 2px #c9c9c9;
}

    .ab-right img {
        transform: scale(1.0);
        transition: all 1.5s;
        width: 470px;
        height: 300px;
    }

    .ab-right:hover img {
        transform: scale(1.2);
        transition: all 1.5s;
    }

/*about end*/
.newbg {
    background: #fff;
    min-height: 498px;
    padding-top: 25px;
}

.new-top {
}

    .new-top .new-tit {
        font-size: 32px;
        color: #1d3c8e;
    }

    .new-top .new-more a {
        display: block;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        margin-top: 10px;
        padding: 5px;
        transition: all 1.54s;
    }

        .new-top .new-more a:hover {
            color: #fff;
            background: #1d3c8e;
            transition: all 1.54s;
        }

.new-con {
    padding-top: 28px;
}

    .new-con ul li {
        float: left;
        width: 370px;
        margin-right: 30px;
        cursor: pointer;
    }

        .new-con ul li:last-child {
            margin-right: 0px;
        }

        .new-con ul li .li-top {
            background: url(/Assets/images/ntop.png) no-repeat center right;
            height: 55px;
            line-height: 55px;
            color: #fff;
        }

            .new-con ul li .li-top span {
                font-size: 24px;
                color: #fff;
                font-family: arial;
                font-style: italic;
                padding-left: 56px;
            }

        .new-con ul li .li-img {
            overflow: hidden;
        }

            .new-con ul li .li-img img {
                transform: scale(1.0);
                transition: all 1.5s;
            }

        .new-con ul li:hover .li-img img {
            transform: scale(1.2);
            transition: all 1.5s;
        }

        .new-con ul li .li-tt {
            padding-top: 18px;
        }

            .new-con ul li .li-tt a {
                display: block;
                font-size: 16px;
                color: #333;
                line-height: 25px;
            }

        .new-con ul li:hover .li-tt a {
            text-decoration: none;
            color: #1d3c8e;
        }

        .new-con ul li:hover .li-top {
            opacity: 0.9;
        }
/* end*/

.xuebg {
    background: #f4f6f8;
    min-height: 436px;
    padding-top: 35px;
}

.xue-con {
    padding-top: 27px;
}

    .xue-con img {
        border-radius: 15px;
    }

.xue-left {
    width: 570px;
}

.xue-right {
    width: 570px;
}

.xue-left ul li {
    position: relative;
    box-shadow: 0px 2px 3px 3px #d5d7d9;
    border-radius: 15px;
    width: 570px;
    overflow: hidden;
}

    .xue-left ul li a {
        display: block;
        overflow: hidden;
    }

        .xue-left ul li a span {
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 55px;
            line-height: 55px;
            font-size: 16px;
            color: #fff;
            background: #1d3c8e;
            width: 100%;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            padding: 0 23px;
            opacity: 0;
            transition: all 1.5s;
        }

        .xue-left ul li a:hover span {
            opacity: 1;
            transition: all 1.5s;
        }



.xue-right ul li {
    position: relative;
    float: left;
    width: 270px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 4px 3px #d5d7d9;
    border-radius: 15px;
}

    .xue-right ul li img {
        width: 270px;
        height: 126px;
    }

    .xue-right ul li:nth-child(even) {
        margin-right: 0px;
    }


    .xue-right ul li a {
        display: block;
        overflow: hidden;
    }

        .xue-right ul li a span {
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            color: #fff;
            background: #1d3c8e;
            width: 100%;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            padding: 0 23px;
            opacity: 0;
            transition: all 1.5s;
            overflow: hidden;
        }

        .xue-right ul li a:hover span {
            opacity: 1;
            transition: all 1.5s;
        }


















/**/
.footer {
    background: #002856;
    min-height: 129px;
    padding: 25px 0 25px;
}

.f-left {
    width: 670px;
    padding-top: 15px;
}

    .f-left p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
    }


.f-right {
    /*width: 300px;*/
}

    .f-right p {
        text-align: right;
    }

/*.wc-copyEnd*/

.ewm {
    margin-right: 35px;
}

.select {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    /* height: 38px; */
    line-height: 38px;
    border: 1px solid #ccc;
    width: 260px;
    background: #fff;
    text-align: center;
    font-weight: normal;
    float: left;
    border: 1px solid #ccc;
    padding: 0 5px;
    position: relative;
    background: #fff url(../../images/i1.png) no-repeat right center;
}

    .select span {
        display: block;
        height: 38px;
        cursor: pointer;
        color: #333;
        font-size: 16px;
        /* background: url(/Assets/css/images/link.png) no-repeat left center; */
    }


    .select ul {
        display: none;
        padding: 15px 10px 15px 15px;
        position: absolute;
        bottom: 38px;
        background: #fff;
        width: 260px;
        border: 1px solid #ddd;
        margin: 0;
        left: -1px;
    }

    .select li {
        line-height: 30px;
        font-size: 16px;
        color: #666;
        list-style-type: none;
        cursor: pointer;
        transition: all 1s ease 0s;
    }

        .select li a {
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }




@media (max-width: 1850px) {

    .banner .slidetop .ban-text {
        bottom: 295px;
    }

    .banner .slidetop .hd {
        bottom: 58px;
    }

    
}

@media (max-width: 1780px) {

    .banner .slidetop .ban-text a.a1 {
        height: auto;
        font-size: 26px;
        padding: 20px;
    }
    .banner .slidetop .ban-text {
        height: auto;
    }
}

@media (max-width: 1670px) {

    .banner .slidetop .hd ul li span {
        -webkit-line-clamp: 2;
    }
    .banner .slidetop .ban-text {
        bottom: 245px;

    }
        .banner .slidetop .ban-text a.a1 {
            padding: 14px;
            height: auto;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    .banner .slidetop .hd ul li {
        height:auto;
    }
    .banner .slidetop .hd {
        bottom: 40px;
    }

}


    @media (max-width: 1440px) {

        .banner .slidetop .bd img {
            max-width: 1440px;
        }

        .banner .slidetop .hd ul li span {
            -webkit-line-clamp: 2;
        }

        .banner .slidetop .ban-text {
            height: auto;
            bottom: 225px;
        }

            .banner .slidetop .ban-text a.a1 {
                height: auto;
                padding: 15px;
                font-size: 22px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .banner .slidetop .hd ul li {
            height: 160px;
        }

        .banner .slidetop .hd {
            bottom: 25px;
        }
    }

    /*@media (min-width:1299px) and (max-width: 1498px) {

    .banner .slidetop .ban-text {
        bottom: 130px;
    }

    .banner .slidetop .hd {
        bottom: 20px;
    }

    .banner .slidetop .ban-text a.a1 {
        padding: 16px;
        height: 108px;
        font-size: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (min-width:1170px) and (max-width: 1298px) {
    .banner .slidetop .ban-text {
        bottom: 50px;
        right: 0px;
    }

    .banner .slidetop .hd {
        bottom: 2px;
    }

    .banner .slidetop .ban-text a.a1 {
        padding: 16px;
        height: 108px;
        font-size: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


@media (max-width: 1169px) {

    .banner .slidetop .hd {
        bottom: 10px;
    }

    .banner .slidetop .ban-text {
        right: 100px;
        bottom: 30px;
    }
}*/
