﻿@charset "utf-8";

/* CSS Document */
/*2020.11.16 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1250px;
    margin: auto;
}

.box {
    /*overflow: hidden;*/
}

.top-tit {
    background: #b2c0ce;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 0;
}

    .top-tit a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 0 20px;
        border-left: 1px solid #fff;
        display: inline-block;
    }

.top-tleft a:last-child {
    border-right: 1px solid #fff;
}

.top-tright a:last-child {
    border-right: 1px solid #fff;
}


.top-tit a:hover {
    background: #2f69a1;
}

.top-tit a img {
    padding-right: 10px;
}

.wc-top {
    height: 142px;
}

.logo {
    width: 845px;
    height: 133px;
}

    .logo img {
        width: 845px;
        height: 133px;
    }

.top-right {
    margin-top: 47px;
}

    .top-right .searchbg {
        background: url(../images/search.png) no-repeat left top;
        width: 223px;
        height: 47px;
    }

        .top-right .searchbg input.inp-text {
            width: 164px;
            height: 47px;
            line-height: 47px;
            padding-left: 15px;
            background: none;
            border: none;
        }

        .top-right .searchbg input.inp-but {
            width: 40px;
            height: 47px;
            cursor: pointer;
            background: none;
            border: none;
        }

/**/


.wc-menu {
    height: 60px;
    background: #2f69a1;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        border-left: 1px solid #8dadcb;
    }

        .wc-menu ul li {
            line-height: 60px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            border-right: 1px solid #8dadcb;
        }


            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                line-height: 60px;
                display: block;
                transition: all 0.2s;
                text-decoration: none;
            }

                .wc-menu ul li a:hover,
                .wc-menu ul li a.active {
                    color: #fff;
                    background: #0054a7;
                }

                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a.move {
                    color: #fff;
                    background: #ac181d;
                }

                .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;
    background: #0054a7;*/
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: 0px;
                top: 60px;
                background: #fff;
                width: 230px;
                z-index: 111 !important;
                display: none;
            }

                .wc-menu ul li .ernav ul {
                    border-left: 0px solid #8dadcb;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 34px;
                        border: none;
                        border-bottom: 1px solid #f3edeb;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 34px;
                            font-size: 16px;
                            text-align: left;
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #333;
                            margin: 0;
                            display: block;
                            padding: 10px 33px;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #0054a7;
                                color: #fff;
                            }

/*menu End*/
img {
    /*max-width: 100%;*/
}

.banner {
    background: #e9f0fd;
    padding-top: 45px;
    padding-bottom: 40px;
    min-height: 540px;
    box-sizing: border-box;
}

    .banner img {
        cursor: pointer;
    }

    .banner .bbg {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 1;
    }

    /* 本例子css */
    .banner .txtScroll-left {
        position: relative;
    }

        .banner .txtScroll-left .hd {
            overflow: hidden;
            position: absolute;
            left: 50px;
            bottom: 8px;
            z-index: 11;
            width: 93%;
        }

        .banner .txtScroll-left .next {
            position: absolute;
            right: -180px;
            bottom: 55px;
        }

        .banner .txtScroll-left .prev {
            position: absolute;
            left: -180px;
            bottom: 55px;
        }

        .banner .txtScroll-left .hd ul {
            float: left;
            overflow: hidden;
            zoom: 1;
        }

            .banner .txtScroll-left .hd ul li {
                float: left;
                width: 28px;
                height: 270px;
                background: url(../images/a1.png) no-repeat center center;
                overflow: hidden;
                margin-right: 20px;
                text-indent: -999px;
                cursor: pointer;
            }

                .banner .txtScroll-left .hd ul li.on {
                    opacity: 1;
                    background: url(../images/a1h.png) no-repeat center center;
                }

        .banner .txtScroll-left .hd span.pageState {
            position: absolute;
            right: 0px;
            bottom: 20px;
            color: #fff;
            font-size: 20px;
            z-index: 1;
            width: 100px;
            font-family: 'SourceHanSerifCN-Regular';
            font-weight: bold;
        }

            .banner .txtScroll-left .hd span.pageState span {
                color: #28a7e1;
                font-size: 72px !important;
                font-family: 'SourceHanSerifCN-Regular';
                font-weight: bold;
                padding: 0 3px;
            }


        .banner .txtScroll-left .bd {
            width: 100%;
            overflow: hidden;
        }

            .banner .txtScroll-left .bd ul {
                overflow: hidden;
                zoom: 1;
            }

                .banner .txtScroll-left .bd ul li {
                    width: 100%;
                    height: 100%;
                    position: relative;
                }

                    .banner .txtScroll-left .bd ul li span {
                        color: #fff;
                        font-size: 28px;
                        font-weight: bold;
                        position: absolute;
                        left: 50px;
                        bottom: 25px;
                        width: 770px;
                        line-height: 48px;
                        z-index: 111;
                    }

/*banner end*/

.news {
    padding: 35px 0 35px;
    min-height: 400px;
}

.new-left {
    width: 100%;
}

.new-right {
    width: 100%;
}

.new-top {
}

    /*.fcon h4 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    float: left;
}*/
 .new-top h4 {
        font-size: 36px;
        color: #333;
        font-weight: normal;
        float: left;
    }

    .new-top a {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        background: #38ac68;
        float: right;
        width: 82px;
        line-height: 36px;
        text-align: center;
        border-radius: 20px;
        transition: all 1s;
        /*margin-top: 10px;*/
    }

        .new-top a:hover {
            text-decoration: none;
            background: #71b4d4;
            transition: all 1s;
        }

.newcon-one {
    margin-top: 35px;
    /*margin: 0px;*/
    box-sizing: border-box;
    width:100%
}

    .newcon-one ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }

        /*.newcon-one ul li {
            /*float: left;*/
            /*width: 33%;*/
            height: 344px;
            /*background: #159E4E;*/
            /*margin-right: 18px;*/
            transition: all 0.4s ease-out;
        }*/

            .newcon-one ul li a {
                display: block;
                text-decoration: none;
                padding:0px;
                margin:0px
            }

            .newcon-one ul li:last-child {
                margin-right: 0px;
            }

            .newcon-one ul li .li-img {
                width: 100%;
                height: 178px;
                display: block;
            }

                .newcon-one ul li .li-img img {
                    height: 180px;
                    width: 100%;
                    /*object-fit: cover;*/
                }

            .newcon-one ul li .li-tt {
                padding: 0px 20px 10px;
                display: block;
                background: #159E4E;
                height:180px;
                
            }

                .newcon-one ul li .li-tt .d-date {
                    display: block;
                }

                .newcon-one ul li .li-tt i {
                    font-size: 36px;
                    font-style: normal;
                    color: #fff;
                    font-family: 'SourceHanSerifCN-Regular';
                }

                .newcon-one ul li .li-tt span {
                    font-size: 18px;
                    display: block;
                    font-weight: normal;
                    color: #fff;
                    margin-top: -5px;
                    font-family: 'SourceHanSerifCN-Regular';
                }


                .newcon-one ul li .li-tt p {
                    margin-top: 20px;
                    font-size: 18px;
                    font-weight: bold;
                    color: #fff;
                    overflow: hidden;
                    line-height: 31px;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .newcon-one ul li:hover {
                box-shadow: 10px 35px 77px -17px rgba(0, 0, 0, 0);
                transform: scale(1.02);
                cursor: pointer;
            }

.newcon-two {
}

    .newcon-two ul {
        padding-top: 35px;
    }

        .newcon-two ul li {
            margin-bottom: 20px;
            cursor: pointer;
        }

            .newcon-two ul li .li-date {
                width: 22%;
                height: 73px;
                background: #159E4E;
                border-radius: 5px;
                text-align: center;
                color: #fff;
            }

                .newcon-two ul li .li-date span {
                    background: #1cc24c;
                    height: 30px;
                    display: block;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    line-height: 30px;
                    font-size: 14px;
                }

                .newcon-two ul li .li-date p {
                    font-size: 16px;
                    line-height: 1 !important
                }

                .newcon-two ul li .li-date i {
                    font-style: normal;
                    font-size: 14px;
                    line-height: 42px;
                }

            .newcon-two ul li .li-tt {
                width: 76%;
                /*padding-top: 6px;
                height: 70px;*/
                box-sizing: border-box;
                /*border-bottom: 1px solid #e0e0e0;*/
                padding-left:10px;
            }

                .newcon-two ul li .li-tt a {
                    text-decoration: none;
                    color: #333;
                    font-size: 16px;
                    line-height: 25px;
                }

            .newcon-two ul li:hover .li-tt {
                border-bottom: 1px solid #0054a7;
            }

/*news end*/

.jiangzuo {
    min-height: 580px;
    background: #e9f0fd;
    box-sizing: border-box;
    padding: 38px 0;
}

.jiang-con {
    padding-top: 34px;
}

    .jiang-con ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }

        .jiang-con ul li {
            /*float: left;*/
            /*width: 23%;
            background: #fff;
            box-shadow: 2px 3px 6px 5px #dfe6f2;
            transition: all 0.4s ease-out;
            border-radius: 25px;*/
        }

            .jiang-con ul li:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.02);
                cursor: pointer;
            }


            .jiang-con ul li:last-child {
                margin-right: 0px;
            }

            .jiang-con ul li .li-top {
                height: 240px;
                background: #e6f1f8;
                text-align: center;
                /*padding: 25px 0;*/
                box-sizing: border-box;
            }

                .jiang-con ul li .li-top img {
                    /*border-radius: 100%;*/
                    /*width: 102px;*/
                    /*height: 102px;*/
                    width: 100%;
                    height: 100%
                }

                .jiang-con ul li .li-top span {
                    display: block;
                    font-size: 18px;
                    color: #113c68;
                    font-family: 'SourceHanSerifCN-Regular';
                    font-weight: bold;
                    /*margin-top: 15px;*/
                }

            .jiang-con ul li .li-bot {
                /*background: #fff;*/
                /*padding: 20px 23px;*/
                padding: 26px 23px;
                height: 220px;
                box-sizing: border-box;
            }

            .jiang-con ul li a {
                text-decoration: none;
            }

            .jiang-con ul li .li-bot h5 {
                font-size: 16px;
                font-weight: bold;
                color: #2ad035;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .jiang-con ul li .li-bot span {
                font-size: 14px;
                line-height: 25px;
                color: #777;
                display: block;
                margin: 10px 0;
            }

            .jiang-con ul li .li-bot p {
                font-size: 14px;
                color: #00a70a;
                line-height: 25px;
            }

/*jiangzuo  end*/
.yiqi {
    background: #fff;
    min-height: 440px;
    box-sizing: border-box;
    padding: 40px 0;
}

    .yiqi ul {
        padding-top: 36px;
    }

        .yiqi ul li {
            float: left;
            margin-right: 30px;
            text-align: center;
            width: 370px;
            height: 268px;
            background: #fff;
            box-shadow: 2px 4px 8px 2px #f2f2f2;
            border-radius: 8px;
            transition: all 0.4s ease-out;
        }


            .yiqi ul li:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.02);
                cursor: pointer;
            }

            .yiqi ul li:last-child {
                margin-right: 0;
            }

            .yiqi ul li a {
                display: block;
                color: #fff;
                font-size: 16px;
                text-decoration: none;
            }

                .yiqi ul li a p {
                    background: #0054a7;
                    line-height: 60px;
                    text-align: left;
                    padding: 0 25px;
                    border-top-left-radius: 8px;
                    border-top-right-radius: 8px;
                }

                .yiqi ul li a img {
                    border-bottom-left-radius: 8px;
                    border-bottom-right-radius: 8px;
                }

/**/
.yanjiu {
    background: url(../images/ybg.jpg) no-repeat center center;
    min-height: 388px;
    background-size: cover;
    padding: 50px 0;
}

.ne2 {
    text-align: center;
}

    .ne2 h4 {
        color: #fff;
        float: none;
    }

.yan-con {
    margin-top: 9px;
}

.ylogo {
    position: absolute;
    left: 0px;
    top: 102px;
    width: 100%;
    text-align: center;
}

.yan-con ul li {
    /*float: left;*/
    /*line-height: 140px;*/


}

    .yan-con ul li a {
        display: block;
        color: #fff;
        /*font-size: 15px;*/
        font-weight: 600;
        /*padding-top: 30px;*/
        /*text-shadow: 2px 2px 2px #333;*/
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /*padding: 0 21px*/
        text-align: center;
    }

    .yan-con ul li.li1 {
        /*background: url(../images/li1.png) no-repeat left top;
        width: 355px;
        height: 141px;
        margin-bottom: 32px;
        margin-right: 15px;
        /*padding-left: 240px;*/
        /*box-sizing: border-box;
        background-color:aquamarine;*/
        /*background: url('../../stylekczx/images/bg/12.png') center no-repeat !important;*/
        /*background-size:cover !important;*/
        /*margin-right: 11px;*/
        /*width: calc((100% - 220px) / 4);*/
        min-height: 140px;
        /*background: #fff;*/
        margin-top: 30px;
        outline: none;
        position: relative;
        /*-webkit-box-shadow: 0 5px 13px rgba(216, 216, 216, 0.28);*/
        /*box-shadow: 0 5px 13px rgba(216, 216, 216, 0.28);*/
        border-right-style: none;
        -webkit-appearance: none;
        border-radius: 5px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /*padding: 0 21px*/
        text-align: center;
    }

.yan-con ul .item3::before {
    /*border-left: 6px solid #f3908a;*/
}

.yan-con ul .item2::before {
    /*border-left: 6px solid #7accd9*/
}

.yan-con ul li:before {
    /*border-left: 6px solid #6179c5;*/
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    height: 100%
}

.yan-con ul .item4:before {
    /*border-left: 6px solid #159E4E;*/
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    height: 100%
}

.item1 {
    background: url(../../stylekczx/images/homekypt/1.png) !important;
    /*background-size: 80% auto;*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius:5px
}

.item2 {
    background: url(../../stylekczx/images/homekypt/aa.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item3 {
    background: url(../../stylekczx/images/homekypt/3.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item4 {
    background: url(../../stylekczx/images/homekypt/4.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item5 {
    background: url(../../stylekczx/images/homekypt/5.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item6 {
    background: url(../../stylekczx/images/homekypt/6.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item7 {
    background: url(../../stylekczx/images/homekypt/7.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item8 {
    background: url(../../stylekczx/images/homekypt/8.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.yan-con ul li.li2 {
    background: url(../images/li2.png) no-repeat left top;
    width: 372px;
    height: 141px;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding-left: 90px;
}

.yan-con ul li.li3 {
    background: url(../images/li3.png) no-repeat left top;
    width: 372px;
    height: 141px;
    margin-right: 25px;
    box-sizing: border-box;
    /*padding-left: 190px;*/
}

.yan-con ul li.li4 {
    background: url(../images/li4.png) no-repeat left top;
    width: 272px;
    height: 141px;
    padding-left: 90px;
    box-sizing: border-box;
}

.yan-con ul li.li4 {
    background: url(../images/li4.png) no-repeat left top;
    width: 272px;
    height: 141px;
    padding-left: 90px;
    box-sizing: border-box;
}

.yan-con ul li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    transform: scale(1.02);
    cursor: pointer;
}


.footer {
    min-height: 100px;
    background: #383838 url(../images/fbg.jpg) no-repeat center bottom;
    /*padding: 56px 0 15px;*/
    box-sizing: border-box;
    padding-top: 43px;
}

.f-left {
    width: 570px;
}

    .f-left ul li {
        float: left;
        width: 240px;
    }

.footer p {
    line-height: 19px;
    color: #fff;
    font-size: 14px;
}

.footer a {
    line-height: 31px;
    color: #fff;
    font-size: 12px;
}

.footer h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}


.copy {
    text-align: center;
    margin-top: 40px;
}

    .copy p {
        font-size: 14px;
    }

/*.wc-copyEnd*/

@media (min-width: 1201px) and (max-width: 1440px) {

    .banner .txtScroll-left .next {
        right: -80px;
        z-index: 1;
        bottom: 30px;
    }

    .banner .txtScroll-left .prev {
        left: -80px;
        z-index: 1;
        bottom: 30px;
    }
}

/* 滚动条优化 start */
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #f6f6f6;*/
/*    border-radius: 2px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #cdcdcd;*/
/*    border-radius: 2px;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #747474;*/
/*}*/

/*::-webkit-scrollbar-corner {*/
/*    background: #f6f6f6;*/
/*}*/

.rm {
    /*margin-top: 162px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
}

.hr-solid {
    border: 0;
    border-top: 1px solid #d0d0d5;
}

@media only screen and (min-width: 767px) {

    .col_menu_head {
        width: 100%;
        float: left;
    }
}

.col_menu_head {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    background-color: #159E4E;
}

.col_name {
    font-size: 23px;
    font-weight: normal;
    color: #fff;
   /* margin-bottom: 20px*/
}

.Column_Anchor-n {
    font-size: 21px;
}

.col_menu_head .col_name .col_name_text {
    display: block;
    padding: 16px 5px 10px 24px;
    position: relative;
}

.column-name {
    padding-left: 15px;
    padding-right:15px;
}

.col_news_head {
    height: 42px;
    border-bottom: 1px solid #DBDBDB
}

.col_title {
    /*font-size: 14px;*/
}

    .col_title span {
        font-size: 24px;
        color: #159E4E;
        border-bottom: 2px solid #159E4E;
        line-height: 26px;
 /*font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif, "Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;*/
    }

.al {
    content: '';
    margin-left: 24px;
    width: 40px;
    height: 1px;
    background: #fff;
}

/*.ref-list ul li a:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: black;*/
/*    border-radius: 120px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    top: 25px;*/
/*    left: 10px;*/
/*}*/
.time-he {
    height: 38px;
}

@media (max-width:570px) {
    .newtops {
        margin-top: 15px;
    }

    .newcon-one ul li {
     margin-top:20px;
    }
        .newcon-one ul li .li-img img {
            height: 180px;
            width: 100%;
            object-fit: cover;
            object-position: left top;
            transition: 1s;
        }
    .jiang-con ul li {
        margin-top: 20px;
    }
        .jiang-con ul li .li-bot {
            background: rgb(255 255 255 / 26%);
            /*padding: 20px 23px;*/
            padding: 26px 23px;
            height: 220px;
            box-sizing: border-box;
        }

    .item1 {
      font-size:14px;
    }

    .item2 {
        font-size: 14px;
    }

    .item3 {
        font-size: 14px;
    }

    .item4 {
        font-size: 14px;
    }

    .item5 {
        font-size: 14px;
    }

    .item6 {
        font-size: 14px;
    }

    .item7 {
        font-size: 14px;
    }

    .item8 {
        font-size: 14px;
    }
    .jiang-con ul li .li-top img {
       object-fit:cover
    }
    .new-top h4 {
        font-size: 32px;
    }

    .new-top a {
        width: 62px;
        line-height: 28px;
    }
}