﻿@charset "utf-8";
/* CSS Document */
/*2023.4.3*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

body {
}

.box {
    overflow: hidden;
}

.container {
    width: 1290px;
    padding: 0;
    max-width: 1290px;
}

.top {
    padding-top: 14px;
    padding-bottom: 14px;
}



.logo {
}

.top-right {
}

    .top-right p {
        text-align: right;
    }

        .top-right p a {
            color: #666;
        }

.search {
    background: url(../images/search.png) no-repeat left top;
    width: 266px;
    height: 43px;
}

    .search .inp-text {
        width: 208px;
        padding-left: 10px;
    }

    .search input.inp-text {
        line-height: 41px;
        border: none;
        background: none;
    }

    .search .inp-but {
        width: 37px;
        height: 42px;
        background: none;
        border: none;
    }

    .search input.inp-but {
        background: none;
        border: none;
    }



.wc-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    background: rgba(255,255,255,0.65);
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .wc-menu ul li {
            line-height: 50px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/
            border-left: 1px solid #fff;
            position: static;
        }

            .wc-menu ul li:last-child {
                border-right: 1px solid #fff;
            }

            .wc-menu ul li a {
                font-size: 18px;
                color: #333;
                position: relative;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

            .wc-menu ul li:last-child a {
                padding-right: 0;
            }

            .wc-menu ul li a.selected,
            .wc-menu ul li a.parent,
            .wc-menu ul li a.move {
                color: #fff;
                background: #d64242;
            }

            .wc-menu ul li a.active,
            .wc-menu ul li a.move,
            .wc-menu ul li a.selected,
            .wc-menu ul li a.parent,
            .wc-menu ul li a:hover {
                color: #fff;
                background: #d64242;
            }

            .wc-menu ul li .ernav {
                /*position: absolute;

	left: 0%;
	top: 45px;
	background: #123689;
	width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;*/
                background: rgba(255, 255, 255,0.96);
                border-radius: 0;
                border: none;
                float: none;
                right: 0;
                padding: 30px 50px;
                border: 3px solid #d64242;
                margin-top: -1px;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                width: 100%;
                display: none;
            }





                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                    display: block;
                    margin-bottom: 0;
                    margin-top: 0;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 28px;
                        border: none;
                        padding: 0;
                        width: 25%;
                        float: left;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 24px;
                            font-size: 15px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #fff;
                            margin: 0;
                            display: block;
                            padding: 10px 4px;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                            font-size: 20px;
                            display: block;
                            color: #c2361f;
                            margin-top: 10px;
                            margin-bottom: 10px;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                text-decoration: underline;
                            }

/*menu End*/


img {
    max-width: 100%;
}

.banner {
}

    .banner .bt {
        position: absolute;
        left: 0px;
        bottom: 37px;
        width: 100%;
        text-align: left;
    }


        .banner .bt h4 a {
            font-size: 32px;
            color: #fff;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

.ban-page {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.banner .swiper-pagination {
    overflow: hidden;
    zoom: 1;
    bottom: 48px;
    right: 0px;
    /*width: 100%;*/
    text-align: right;
}

.banner .bbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    text-align: left;
    cursor: pointer;
    color: transparent;
    border-radius: 100%;
    opacity: 0.35;
    margin-right: 15px;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner .swiper-button-next{
 background-image: none;right:60px;
}
.banner .swiper-button-prev{
 background-image:none;
    left:60px;
    
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
	content: none;
}

/*banner end*/
.newbg {
    background: url(../images/qibg.jpg) no-repeat left center;
    background-size: cover;
    padding: 55px 0 40px;
}

.new-top {
}

    .new-top .new-tit {
    }

        .new-top .new-tit span {
            font-size: 32px;
            color: #999;
            /*font-weight: bold;*/
            font-family: 'times';
            margin-top: 5px;
            display: block;
        }

        .new-top .new-tit h4 {
            font-size: 32px;
            color: #1f2649;
            margin: 0;
            /*font-weight: bold;*/
        }

.new-more a {
    display: block;
    margin-top: 15px;
}

.news {
    padding-top: 47px;
}

.nt-con {
    margin-top: 18px;
}

    .nt-con .bd img {
        height: 462px;
    }

    .nt-con .bd {
        width: 850px;
        float: left;
    }

        .nt-con .bd li {
            position: relative;
        }

            .nt-con .bd li .bb {
                position: absolute;
                left: 0px;
                bottom: 0px;
                height: 100%;
                width: 100%;
                background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.35));
            }


            .nt-con .bd li .sbtt {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                padding: 14px 20px;
            }

                .nt-con .bd li .sbtt span {
                    display: block;
                    font-size: 18px;
                    font-weight: bold;
                    color: #fff;
                }

                .nt-con .bd li .sbtt p {
                    font-size: 22px;
                    font-weight: bold;
                    color: #fff;
                    margin-bottom: 0;
                    margin-top: 5px;
                }

    .nt-con .hd {
        width: 441px;
        position: absolute;
        right: 0px;
        top: 0px;

        height: 465px;
    }

        .nt-con .hd li {
            border-bottom: 1px solid #fff;
            padding-top: 30px;
            padding-bottom: 16px;

            transition: all 0.4s ease-out;
        background: #f5f5f5;
            position: relative;

    box-sizing: border-box;
        }

            .nt-con .hd li:hover {
                box-shadow: 0px 23px 45px -17px rgba(0, 0, 0, 0.64);
                cursor: pointer;
                transition: all 0.4s ease-out;
transform: scale(1.05);
    z-index: 100;
            }

            .nt-con .hd li a {
                text-decoration: none;
                display: block;
                height: 70px;
            }

            .nt-con .hd li:last-child {
                border-bottom: none;
            }

        .nt-con .hd .li-date {
            width: 110px;
            text-align: center;
            margin: -23px 0;
            margin-top: 0;
            /*padding-top: 20px;*/
            background: url(../images/yin.png) no-repeat right center;
            padding-left: 20px;
            font-weight: bold;
        }

            .nt-con .hd .li-date span {
                display: block;
                font-size: 14px;
                color: #a91616;
                margin: 3px 0;
            }

            .nt-con .hd .li-date p {
                font-size: 22px;
                color: #a91616;
                margin-bottom: 5px;
            }

        .nt-con .hd ul {
            padding: 0;
            margin: 0;
        }

        .nt-con .hd .li-pp {
            width: 310px;
            padding-right: 30px;
            margin-top: -10px;
        }

            .nt-con .hd .li-pp p {
                display: block;
                text-decoration: none;
                font-size: 16px;
                color: #333;
                padding-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .nt-con .hd .li-pp:hover p {
                color: #a91616;
            }

        .nt-con .hd li a i {
            position: absolute;
            left: -40px;
            top: 44px;
            border-left: 20px solid transparent;
            border-right: 20px solid #f5f5f5;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            opacity: 0;
        }

        .nt-con .hd li.on i {
            opacity: 0;
        }











.notice {
    margin-top: 45px;
    margin-bottom: 30px;
}

.new-con {
    margin-top: 23px;
}

    .new-con .swiper-container {
        padding-bottom: 40px;
        overflow: visible;
    }

    .new-con a {
        text-decoration: none;
        display: block;
        background: #f5f5f5;
        padding: 15px 26px;
        transition: all 0.4s ease-out;
        border: 1px solid #f5f5f5;
    }

        .new-con a:hover {
            background: #fff;
            box-shadow: 0px 7px 15px -10px rgba(0, 0, 0, 0.64);
            transition: all 0.4s ease-out;
            transform: scale(1.06);
            position: relative;
        }

    .new-con .a-date {
        font-weight: bold;
    }

        .new-con .a-date span {
            font-size: 22px;
            color: #a91616;
        }

        .new-con .a-date b {
            font-size: 16px;
            color: #a91616;
            /*font-weight: normal;*/
            display: block;
        }

        .new-con .a-date i {
            width: 98px;
            height: 3px;
            background: #a91616;
            display: block;
            margin: 15px 0;
        }

    .new-con a .ap p {
        font-size: 16px;
        color: #333;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .new-con .swiper-container .swiper-pagination {
        text-align: center;
        bottom: 0px;
        width: 100%;
    }

    .new-con .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #e3dfdf;
        opacity: 1;
        cursor: pointer;
        border-radius: 100%;
        margin: 0 9px;
    }

    .new-con .swiper-container .swiper-pagination-bullet-active {
        background: #a91616;
        opacity: 1;
    }

























.new2-con {
    /*padding-top: 22px;*/
}

    .new2-con .swiper-container {
        padding-bottom: 45px;
    }

        .new2-con .swiper-container a {
            display: block;
            text-decoration: none;
            position: relative;
            padding-top: 22px;
        }

            .new2-con .swiper-container a .y-img {
                border: 1px solid #bbb;
                padding: 3px;
                background: #f5f5f5;
                box-shadow: 0px 4px 18px 0px #b0aeb1;
                transition: all 0.4s ease-out;
                margin-bottom: 20px;
            }

                .new2-con .swiper-container a .y-img:hover {
                    transition: all 0.4s ease-out;
                    margin-top: -15px;
                }

            .new2-con .swiper-container a .y-tt p {
                line-height: 22px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                font-family: arial;
                text-align: center;
                font-size: 16px;
                color: #333;
            }

        .new2-con .swiper-container .swiper-pagination {
            text-align: center;
            bottom: 0px;
            width: 100%;
        }

        .new2-con .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #e3dfdf;
            opacity: 1;
            cursor: pointer;
            border-radius: 100%;
            margin: 0 9px;
        }

        .new2-con .swiper-container .swiper-pagination-bullet-active {
            background: #a91616;
            opacity: 1;
        }









/*footer*/

.footer {
    background: #f5f5f5;
    padding: 35px 0 20px;
}

.f-left {
    width: 430px;
}

.foot-mid {
    width: 515px;
}

    .foot-mid p {
        font-size: 14px;
        color: #999;
        line-height: 28px;
        margin-bottom: 0;
    }

        .foot-mid p img {
            padding-right: 5px;
        }

.fer {
    width: 310px;
}

    .fer ul {
        margin-left: 0;
        padding-left: 0;
        float: right;
    }

        .fer ul li {
            float: left;
            margin-left: 16px;
            text-align: center;
        }

            .fer ul li img {
            }

            .fer ul li a {
                text-decoration: none;
                display: block;
            }

            .fer ul li p {
                font-size: 14px;
                color: #999;
                margin-bottom: 0px;
                margin-top: 13px;
            }



.fcopy {
    text-align: center;
    margin-top: 26px;
}

    .fcopy p {
        font-size: 14px;
        color: #999;
        margin-bottom: 0;
    }








/*.wc-copyEnd*/


@media (max-width: 1400px) {

    .f-left {
        width: 350px;
    }
}
