@charset "utf-8";

/* CSS Document */
/*2022.07.25 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    /*max-width: 100%;*/
}

.container {
    width: 1410px;
    margin: auto;
    padding: 0;
    max-width: 90%;
}

.top-search {
    background: #194494;
    height: 33px;
}




.topbg {
    background: url(../images/topbg.jpg) no-repeat center center;
    height: 141px;
    padding-top: 15px;
}


.logo {
    width: 550px;
}

    .logo img {
        width: 550px;
    }

.top-right {
    width: 570px;
}

.top-rtop {
    float: right;
}

    .top-rtop a {
        border-radius: 30px;
        height: 30px;
        min-width: 30px;
        display: inline-block;
        line-height: 28px;
        text-align: center;
        color: #fff;
        margin-left: 15px;
        background: url(../images/tic4.png) no-repeat;
        padding-left: 28px;
    }

    .top-rtop a:nth-child(2n) {
       background: url(../images/tic1.png) no-repeat;
    }

    .top-rtop a:nth-child(3n) {
       background: none;
       padding-left: 0;
     }

        .top-rtop a .sp {
            display: none;
        }

        .top-rtop a .sp1, .top-rtop a .sp6 {
            display: inline-block;
        }

        /*.top-rtop a:first-child {
            padding: 0 10px;
            line-height: 30px;
        }

            .top-rtop a:first-child img {
                padding-right: 5px;
                vertical-align: -4px;
            }*/

        .top-rtop a:last-child {
            line-height: 31px;
        }




.searchbg {
    background: url(../images/seearchbg.png) no-repeat center center;
    width: 244px;
    height: 40px;
    margin-top: 20px;
}

    .searchbg input.inp-text {
        padding-left: 15px;
        background: none;
        width: 198px;
        line-height: 40px;
        border: none;
    }

    .searchbg input.inp-but {
        height: 40px;
        border: none;
        background: none;
        width: 32px;
        padding: 0;
    }



.ban p {
    margin: 0;
}

.wc-menu {
    min-height: 59px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        border-bottom: none;
        /*overflow: hidden;*/
        clear: both;
    }

        .wc-menu ul li {
            /*line-height: 57px;*/
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            margin: 0 7px;
        }

            .wc-menu ul li a {
                font-size: 18px;
                color: #333;
                line-height: 57px;
                display: inline-block;
                /*transition: all 0.2s;*/
                text-decoration: none;
                position: relative;
                padding: 0 10px;
            }

                .wc-menu ul li a:after {
                    content: "";
                    position: absolute;
                    width: 3px;
                    height: 3px;
                    left: 0;
                    bottom: 0;
                    z-index: 9;
                    background: transparent;
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -ms-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    transition: all 1s ease;
                }

                .wc-menu ul li a:hover,
                .wc-menu ul li a:focus {
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -ms-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    transition: all 1s ease;
                }

                    .wc-menu ul li a:hover:after,
                    .wc-menu ul li a:focus:after {
                        width: 100%;
                        background: #ba1a47;
                        -webkit-transition: all 1s ease;
                        -moz-transition: all 1s ease;
                        -ms-transition: all 1s ease;
                        -o-transition: all 1s ease;
                        transition: all 1s ease;
                    }

                .wc-menu ul li a:hover,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.move,
                .wc-menu ul li a.active,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    /*color: #0a4a9d;*/
                }

                    .wc-menu ul li a.parent:after ,.wc-menu ul li a.selected:after {
                        width: 100%;
                        background: #ba1a47;
                        -webkit-transition: all 1s ease;
                        -moz-transition: all 1s ease;
                        -ms-transition: all 1s ease;
                        -o-transition: all 1s ease;
                        transition: all 1s ease;
                    }

            .wc-menu ul li .ernav {
                position: absolute;
                left: 4%;
                top: 56px;
                background: #194494;
                /*background: rgb(45,103,225,0.95);*/
                width: 91%;
                z-index: 1111 !important;
                display: none;
                opacity: 0.9;
            }

                .wc-menu ul li .ernav ul li {
                    /*text-align: center;*/
                    float: none;
                    display: block;
                    /*二级下拉有影响，需要转化为块状*/
                    background: none;
                    text-align: left;
                    line-height: 26px;
                    border: none;
                    padding: 0;
                    margin: 0;
                    border-bottom: 1px solid #3c61af;
                }

                    .wc-menu ul li .ernav ul li:last-child {
                        border-bottom: none;
                    }

                    .wc-menu ul li .ernav ul li a {
                        font-size: 16px;
                        text-align: center;
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        color: #fff;
                        margin: 0;
                        padding: 10px 20px 10px 12px;
                        display: block;
                        line-height: 26px;
                        border-bottom: none;
                        font-weight: normal;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            background: #0f3865;
                            opacity: 1;
                            color: #fff;
                        }

                        .wc-menu ul li .ernav ul li a:after {
                            content: "";
                            position: relative;
                            width: 0px;
                            height: 0px;
                            left: 0;
                            bottom: 0;
                            z-index: 0;
                            background: transparent;
                            -webkit-transition: all 1s ease;
                            -moz-transition: all 1s ease;
                            -ms-transition: all 1s ease;
                            -o-transition: all 1s ease;
                            transition: all 1s ease;
                        }

                        .wc-menu ul li .ernav ul li a:hover,
                        .wc-menu ul li .ernav ul li a:focus {
                            color: #fff;
                            -webkit-transition: all 1s ease;
                            -moz-transition: all 1s ease;
                            -ms-transition: all 1s ease;
                            -o-transition: all 1s ease;
                            transition: all 1s ease;
                        }

                            .wc-menu ul li .ernav ul li a:hover:after,
                            .wc-menu ul li .ernav ul li a:focus:after {
                                width: 100%;
                                background: #fff;
                                -webkit-transition: all 1s ease;
                                -moz-transition: all 1s ease;
                                -ms-transition: all 1s ease;
                                -o-transition: all 1s ease;
                                transition: all 1s ease;
                            }

/*menu End*/
.banner {
    text-align: center;
    margin-top: -2px;
}

    .banner .swiper-container {
        z-index: 1;
        width: 100%;
    }

        .banner .swiper-container .swiper-pagination {
            width: 100%;
            text-align: center;
            bottom: 50px;
        }

        .banner .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 15px;
            height: 15px;
            background: #fff;
            /*float: left;*/
            cursor: pointer;
            opacity: 0.35;
            border-radius: 15px;
            margin-right: 57px;
        }

        .banner .swiper-container .swiper-pagination-bullet-active {
            opacity: 1;
        }

/*xuan-link*/
.xuan-link {
    padding: 40px 0 20px;
}

.xuan-bbox {
    box-shadow: -4px 6px 15px 3px #ededed;
    background: #fff;
    padding-bottom: 35px;
}

.xuan-ttop {
    background: #def0fa;
}

    .xuan-ttop ul {
        padding: 0;
        margin: 0;
    }

        .xuan-ttop ul li {
            float: left;
            font-size: 24px;
            color: #8491ab;
            line-height: 55px;
            padding: 0 20px;
            cursor: pointer;
            font-weight: lighter;
            position: relative;
        }

            .xuan-ttop ul li i {
                position: absolute;
                right: 0px;
                top: -19px;
                opacity: 0;
            }

            .xuan-ttop ul li:hover, .xuan-ttop ul li.active {
                background: #fff;
                color: #1f4d8c;
            }

                .xuan-ttop ul li:hover i, .xuan-ttop ul li.active i {
                    opacity: 1;
                }

.xuan-con {
    padding: 0 35px;
}

    .xuan-con ul {
        margin: 0;
        padding: 0;
    }

        .xuan-con ul li {
            float: left;
            margin-right: 30px;
            width: 244px;
            background: url(../images/bgname.png) no-repeat left top;
            margin-top: 37px;
            height: 56px;
            line-height: 56px;
            border: 1px solid transparent;
        }

            .xuan-con ul li:nth-child(5n) {
                margin-right: 0px;
            }

            .xuan-con ul li a {
                font-size: 20px;
                color: #358bad;
                text-decoration: none;
                font-weight: lighter;
                overflow: hidden;
                display: block;
            }

                .xuan-con ul li a img {
                    padding-left: 20px;
                    float: left;
                    padding-top: 12px;
                }

                .xuan-con ul li a span {
                    float: right;
                    width: 67%;
                    text-align: right;
                    padding-right: 16px;
                }

            .xuan-con ul li:hover {
                border: 1px solid #1e7bc7;
            }

/*newsbg*/
.newsbg {
    padding: 40px 0 45px;
}

.new-ul {
    margin-top: 20px;
}

    .new-ul ul {
        padding: 0;
        margin: 0;
    }

        .new-ul ul li {
            float: left;
            width: 23.5%;
            margin-right: 2%;
        }

            .new-ul ul li:last-child {
                margin-right: 0%;
            }

            .new-ul ul li a {
                display: block;
                text-decoration: none;
            }

            .new-ul ul li .li-img {
                overflow: hidden;
    width: 330px;
    height: 220px;
            }

                .new-ul ul li .li-img img {
                    width: 100%;
                    height: 100%;
                    transform: scale(1.0);
                    -webkit-transition: all 0.2s linear;
                    -moz-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    -ms-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

                .new-ul ul li .li-img:hover img {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transition: all 0.2s linear;
                }

                .new-ul ul li .l-tt .li-t1 span {
                    font-size: 14px;
    color: #333;
    display: block;
    text-align: right;
    padding-right: 12px;
    margin-bottom: 4px;
    font-weight: lighter;
                }

                .new-ul ul li .l-tt .li-t1 p {
                    font-size: 16px;
                    color: #333;
                    line-height: 25px;
                    font-weight: lighter;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                                                        .new-ul ul li .l-tt{
								margin-top: 0;
								border: 1px solid #bbb;
								border-top:2px solid #0b58a5;
							}
							.new-ul ul li .l-tt .li-date1{
								width: 85px;
								padding-left: 16px;
								padding-top: 18px;
                                                                height: 92px;
								background: url(../images/tjbg.png) no-repeat left top;
							}
							.new-ul ul li .l-tt .li-date1 span{
								font-size: 18px;
                                                               color: #fff;
                                                               width: 52px;
                                                               font-weight: bold;
                                                              display: block;
							}

							.new-ul ul li .l-tt .li-date1 p{
								font-size: 16px;
								color: #fff;
								margin-top: -5px;
 								font-weight:bold;								
							}
							.new-ul ul li .li-t1{
								width: calc(100% - 90px);
								padding-top: 8px;
                                                                padding-bottom: 8px;
    height: 92px;
							}
							.new-ul ul li .l-tt:hover{
								background: #0d63b9;
							}
							.new-ul ul li .l-tt:hover .li-t1 p ,.new-ul ul li .l-tt:hover .li-t1 span{
								color: #fff;
							}
							
							


.notice {
    padding: 40px 0 20px;
    background: #1c60a7 url(../images/newbg2.jpg) no-repeat center bottom;
    min-height: 535px;
}

.news-top {
    background: url(../images/ntbg1.png) no-repeat center top;
    width: 100%;
    height: 150px;
    padding-top: 40px;
}

    .news-top h4 {
        font-size: 42px;
        font-weight: bold;
        color: #000;
    }

    .news-top span {
       font-size: 18px;
       color: #7e0404;
        font-weight: lighter;
        display: block;
        margin-top: 5px;
    }

.news-top2 {
    background: url(../images/ntbg2.png) no-repeat center top;
    width: 100%;
    height: 150px;
}

.news-top3 {
    height: 166px;
    background: url(../images/ntbg3.png) no-repeat center top;
}

    .news-top3 span {
        text-transform: uppercase;
    }

.news-top a span {
    position: absolute;
    right: 0px;
    top: 75px;
    color: #000;
    font-size: 18px;
}

.news-top2 a span {
    color: #fff;
    font-size: 18px;
}

.news-top2 h4 {
    color: #fff;
}

.news-top2 span {
    color: #fff;
}


.notice-con {
    margin-top: 35px;
}

    .notice-con ul {
        padding: 0;
         margin: 0;
    }           

        .notice-con ul li {
            float: left;
           width: 23.5%;
           margin-right: 2%;
    margin-bottom: 20px;
        }

         .notice-con ul li:nth-child(4n) {
                margin-right: 0px;
          }  
       

.notice-con ul li a{
    display: block;
    text-decoration: none;
background: #fff;
}

.notice-con ul li .l-tt {
    margin-top: 0;
    border: 1px solid #bbb;
    border-top: 2px solid #7e0404;
}

.notice-con ul li a .li-date1{
    width: 85px;
       padding-left: 16px;
    padding-top: 19px;
    height: 92px;
    background: url(../images/tjbgred.png) no-repeat left top;
}

.notice-con ul li a .li-date1 span{
	font-size: 18px;
    color: #fff;
    width: 52px;
    font-weight: bold;
    display: block;
}

.notice-con ul li a .li-t1{
    width: calc(100% - 90px);
    padding-top: 8px;
    padding-bottom: 8px;
    height: 92px;
    padding-right: 2px;
}

							.notice-con ul li a .li-t1 span {
								    font-size: 14px;
    color: #333;
    display: block;
    text-align: right;
    padding-right: 12px;
    margin-bottom: 4px;
    font-weight: lighter;
							}

							.notice-con ul li a .li-t1 p{
								    font-size: 16px;
    color: #333;
    line-height: 25px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

                                                        .notice-con ul li .l-tt:hover{
								/*background: #7e0404;*/
							}
							.notice-con ul li .l-tt:hover .li-t1 p ,.notice-con ul li .l-tt:hover .li-t1 span{
								color: #7e0404;
							}

.notice{
        background-size: cover;
       }

 .notice-con ul li:hover .li-tt{
       color: #b02c49;       
       }



/*benke*/
.benke {
    background: url(../images/benbg.png) no-repeat right bottom;
    min-height: 600px;
    padding-top: 50px;
}

.benke-con {
}

    .benke-con ul {
        margin-top: 40px;
    }

        .benke-con ul li {
            width: 25%;
            float: left;
            min-height: 165px;
        }

            .benke-con ul li .li-img {
                    width: 100px;
            }

            .benke-con ul li .li-tt {
                width: calc( 100% - 103px);
            }

                .benke-con ul li .li-tt span {
font-size: 50px;
    font-weight: lighter;
    color: #7e0404;
    text-align: left;
    line-height: 55px;
    font-family: '宋体';
                }

                .benke-con ul li .li-tt  i {
                    font-style: normal;
                    font-size: 20px;
                }

                .benke-con ul li .li-tt p {
                    font-size: 12px;
                    color: #333;
                    font-weight: lighter;
                    line-height: 15px;
                    margin-left: 6px;
                    word-break: keep-all;
                }











/*footer*/

.footer {
    min-height: 40px;
    background: #0b5aa8;
    padding: 35px 0 ;
}

.f-left {
    width: 41%;
    margin-top: 10px;
}

.f-middle {
    width: 30%;
}


.f-middle .p2 {
        font-size: 16px;
        color: #fff;
        line-height: 32px;
        margin-bottom: 0;
        font-weight: lighter;
    }

.f-right {
    width: 29%;
    text-align: right;
    margin-top: 25px;
}

    .f-right .p0{
      height: 40px;
    margin-bottom: 15px;

}

    .f-right .p0 select {
        float: right;
        width: 260px;
        height: 40px;
        line-height: 40px;
        display: block;
        margin-bottom: 10px;
        padding: 0 20px;
        border: 0;
        border-radius: 5px;
    }

        .f-right .p0 select option {
            height: 40px;
            display: block;
        }

.f-right .p1 {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

    .f-right .p1 a {
        border-radius: 30px;
        height: 30px;
        min-width: 30px;
        display: inline-block;
        line-height: 28px;
        text-align: center;
        color: #fff;
        margin-left: 43px;
        vertical-align: middle;
        /*position: relative;*/
    }




.weixin {
    transition: .5s;
    position: fixed;
    right: -799px;
    bottom: 120px;
    z-index: 99999;
}

    .weixin img {
        border-radius: 15px;
    }


/*.f-right .p1 a:first-child {
    padding: 0 10px;
}*/

.f-right .p1 a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .f-right .p1 a:hover {
        margin-top: -10px;
    }

    .f-right .p1 a:first-child img {
        padding-right: 5px;
        vertical-align: -6px;
    }

    .f-right .p1 a .sp {
        display: none;
    }

    .f-right .p1 a .sp6 {
        display: inline-block;
    }

/*.footerEnd*/


/* 20230224首页修改*/

                    .xuan-link {
                        background: #f8faff;
                        padding: 0;
                    }

                    .xuan-ul ul {
                    }

                        .xuan-ul ul li {
                            padding: 25px 0;
                            float: left;
                            width: 20%;
                            text-align: center;
                            border-left: 1px solid #dfe2eb;
                            cursor: pointer;
                            position: relative;
                        }

                            .xuan-ul ul li:nth-child(5) {
                                border-right: 1px solid #dfe2eb;
                            }

                            .xuan-ul ul li p {
                                color: #8491ab;
                                font-size: 24px;
                                font-weight: lighter;
                                margin-top: 14px;
                            }

                    .fu-con {
                        background: #0a57a3 url(../images/lhtbg.jpg) no-repeat center center;
                        background-size: cover;
                        padding: 25px 17px;
                        position: absolute;
                        left: -8%;
                        bottom: 0px;
                        width: 120%;
                        z-index: 11;
                        box-shadow: 0 12px 22px 0 rgb(0 0 0 / 50%);
                        opacity: 0;
                        -webkit-transition: -webkit-transform 0.35s;
                        transition: transform 0.35s;
                        -webkit-transform: translate3d(0,0%,0);
                        transform: translate3d(0,0%,0);
                    }

                    .xuan-ul ul li:hover .fu-con {
                        opacity: 1;
                        -webkit-transform: translate3d(0,10%,0);
                        transform: translate3d(0,10%,0);
                    }

                    .fu-con h4 {
                        text-align: center;
                        font-size: 24px;
                        color: #fff;
                    }

                        .fu-con h4 img {
                            display: inline-block;
                        }

                        .fu-con h4 span {
                            display: block;
                            margin-top: 20px;
                        }

                    .fu-con .f-ul {
                        margin-top: 22px;
                        margin-left: 35px;
                    }

                        .fu-con .f-ul ul {
                            padding: 0 5px;
                        }

                            .fu-con .f-ul ul li {
                                font-size: 16px;
                                color: #98b5d1;
                                width: 50%;
                                text-align: left;
                                border: none;
                                padding: 0;
                                line-height: 30px;
                            }

                                .fu-con .f-ul ul li a {
                                    font-size: 16px;
                                    color: #98b5d1;
                                }

                                    .fu-con .f-ul ul li a:hover {
                                        color: #fff;
                                    }
/* 20230224首页修改*/


.rili-show {
    height:100px;
    display: none;
    position: fixed;
    width: 1000px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}