@charset "utf-8";
/* CSS Document */
/*2023.2.13 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

/*还差个字体*/

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 1290px;
    margin: auto;
    padding: 0;
}

.topbg {
    padding: 15px 0;
}

.logo {
    width: 400px;
}

    .logo img {
    }

.top-right {
    width: 780px;
    z-index: 11 !important;
    position: relative;
}

.searchbg {
    background: url(../../images/search.png) no-repeat left top;
    width: 318px;
    height: 27px;
    float: right;
}

    .searchbg .inp-text {
        width: 91%;
    }

    .searchbg .inp-but {
        width: 9%;
    }

    .searchbg input.inp-text {
        background: none;
        border: none;
        width: 100%;
    }

    .searchbg input.inp-but {
        background: none;
        border: none;
        width: 100%;
    }


.top-rtop {
    text-align: right;
}

    .top-rtop a {
        display: inline-block;
        padding-left: 30px;
        float: right;
        font-size: 18px;
        font-weight: lighter;
        color: #bbb;
        text-decoration: none;
        font-family: 'SourceHanSansCN-Regular';
    }

        .top-rtop a:hover {
            color: #4f7dc1;
        }

        .top-rtop a img {
            padding-right: 5px;
        }


.wc-menu {
    margin-top: 18px;
    margin-right: -20px;
    position: relative;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        /*overflow: hidden;*/
        clear: both;
    }

        .wc-menu ul li {
            /*line-height: 25px;*/
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
        }


            .wc-menu ul li a {
                font-size: 16px;
                color: #333;
                display: inline-block;
                padding: 0 5px 5px;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

                .wc-menu ul li a span {
                    font-size: 12px;
                    color: #bbb;
                    display: block;
                    margin-top: 0px;
                }


                .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: #6387cc;
                }

                    .wc-menu ul li a:hover span,
                    .wc-menu ul li a.selected span,
                    .wc-menu ul li a.move span,
                    .wc-menu ul li a.active span,
                    .wc-menu ul li a.selected span,
                    .wc-menu ul li a.parent span {
                        color: #6387cc;
                    }

            .wc-menu ul li .ernav {
                position: absolute;
                left: -10%;
                top: 45px;
                background: #174ba8;
                /*background: rgb(45,103,225,0.95);*/
                width: 120%;
                z-index: 1111 !important;
                display: none;
                opacity: 0.9;
                border-top: 3px solid #e0be90;
            }

            .wc-menu ul li:nth-child(3) .ernav {
                width: 180%;
                left: -40%;
            }

            .wc-menu ul li .ernav ul li {
                /*text-align: center;*/
                float: none;
                display: block;
                /*二级下拉有影响，需要转化为块状*/
                background: none;
                text-align: center;
                line-height: 26px;
                border: none;
                padding: 0;
                margin: 0;
                border-bottom: 1px solid #ccc;
            }

                    .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: 7px 0px;
                        display: block;
                        line-height: 26px;
                        border-bottom: none;
                        font-weight: normal;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            background: #15418f;
                            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 {
    border-top: 1px solid #e0be90;
    border-bottom: 1px solid #e0be90;
}


.banner {
    z-index: 0;
    position: relative;
}

    .banner img {
        /*max-width: 100%;*/
        /*banner 不响应*/
    }

    .banner .swiper-container {
    }

        .banner .swiper-container .swiper-slide {
        }

            .banner .swiper-container .swiper-slide a {
                text-decoration: none;
                display: block;
                position: relative;
            }

            .banner .swiper-container .swiper-slide .bbg {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                display: block;
                /*background-image: linear-gradient(rgba(139,191,244,0.2), rgba(139,191,244,1));*/
                background: url(../../images/bbg1.png) repeat-x left bottom;
            }

            .banner .swiper-container .swiper-slide .ban-text {
                position: absolute;
                left: 0px;
                bottom: 155px;
                width: 100%;
                z-index: 11;
            }

                .banner .swiper-container .swiper-slide .ban-text .b-t {
                    width: 80%;
                    margin: auto;
                    text-shadow: 0px 0px 19px #000;
                    -webkit-text-shadow:text-shadow: 0px 0px 19px #000;
                }

                    .banner .swiper-container .swiper-slide .ban-text .b-t h4 {
                        font-size: 52px;
                        color: #fff;
                        line-height: 1.2;
                        /*font-weight: normal;*/
                        margin-bottom: 40px;
                        font-family: 'SourceHanSansCN-Regular';
                        font-weight: bold;
                    }
                    .banner .swiper-container .swiper-slide .ban-text .b-t h5 {
                        font-size: 45px;
                        color: #fff;
                        line-height: 1.2;
                        /*font-weight: normal;*/
                        margin-bottom: 40px;
                        font-family: 'SourceHanSansCN-Regular';
                        font-weight: bold;
                    }

                        .banner .swiper-container .swiper-slide .ban-text .b-t p {
                            font-size: 18px;
                            color: #fff;
                            line-height: 30px;
                            font-weight: normal;
                        }




            .banner .swiper-container .swiper-slide img {
            }

            .banner .swiper-container .swiper-slide p {
                font-size: 18px;
                font-weight: bold;
                color: #444;
                text-align: left;
                line-height: 35px;
            }

        .banner .swiper-container .swiper-pagination {
            left: 0;
            bottom: 0px;
            text-align: center;
            width: 100%;
        }

        .banner .swiper-container .swiper-pagination-bullet {
            width: 150px;
            height: 3px;
            background: #fff;
            cursor: pointer;
            opacity: 0.75;
            margin-right: 10px;
            display: inline-block;
            border-radius: 0;
        }

        .banner .swiper-container .swiper-pagination-bullet-active {
            background: #fff;
            opacity: 1;
        }

.bpage {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
}

/*banner end*/

.index-con {
    padding-top: 65px;
}

.sou-con {
    margin-top: 56px;
}

    .sou-con ul li {
        width: 396px;
        float: left;
        margin-right: 50px;
        position: relative;
        transition: all 0.8s;
        overflow: hidden;
        border-bottom: 6px solid transparent;
    }

        .sou-con ul li:hover {
            margin-top: -20px;
            transition: all 0.8s;
            border-bottom: 6px solid #005EAE;
        }

        .sou-con ul li .bbg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            /*background-image: linear-gradient(rgba(16,30,60,0.1), rgba(10,30,60,1));*/
            background: url(../../images/sbg1.png) repeat-x left top;
        }
        /*.sou-con ul li img {
           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;
        }

.sou-con ul li a:hover  img {
         transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transition: all 0.2s linear;
    }*/


        .sou-con ul li:nth-child(3) {
            margin-right: 0;
        }

        .sou-con ul li a {
            text-decoration: none;
            display: block;
        }

            .sou-con ul li a .li-text {
                position: absolute;
                left: 0px;
                bottom: 30px;
                width: 100%;
                padding: 20px;
            }

                .sou-con ul li a .li-text span {
                    display: block;
                    font-size: 24px;
                    color: #fff;
                }

                .sou-con ul li a .li-text i {
                    display: block;
                    width: 66px;
                    height: 3px;
                    background: #fff;
                    margin: 18px 0;
                }

                .sou-con ul li a .li-text p {
                    display: block;
                    font-size: 20px;
                    color: #e0be90;
                    padding-right: 100px;
                }


.about {
    margin-bottom: 75px;
    margin-top: 65px;
}

.ab-top {
    min-height: 66px;
    clear: both;
}

    .ab-top i.i1 {
        display: inline-block;
        width: 3px;
        height: 66px;
        background: #e0be90;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .ab-top i.i2 {
        position: absolute;
        left: 402px;
        top: 38px;
        width: 8px;
        height: 8px;
        background: #e0be90;
        border-radius: 100%;
    }

    .ab-top p {
        width: 100%;
        height: 1px;
        background: #ebe1d3;
        margin-top: -5px;
    }

    .ab-top h4 {
        font-size: 42px;
        color: #3063ae;
        display: inline-block;
        z-index: 1;
        position: relative;
        padding-left: 40px;
    }

    .ab-top span {
        font-size: 58px;
        color: #e8eff8;
        font-weight: bold;
        position: absolute;
        left: 3px;
        top: 2px;
        padding-right: 50px;
        background: #fff;
        padding-left: 40px;
        text-transform: uppercase;
    }




.ab-con {
    margin-top: 55px;
}

    .ab-con .ab {
        position: absolute;
        right: 0px;
        top: 25px;
        transition: all 0.8s;
        width: 370px;
    }

    .ab-con .ab-text {
        background: #3063ae;
        padding: 35px 290px 5px 35px;
        transition: all 0.8s;
        width: calc(100% - 104px );
    }

        .ab-con .ab-text:hover {
        }

        .ab-con .ab-text i {
            padding-bottom: 20px;
            display: inline-block;
        }

        .ab-con .ab-text p {
            font-size: 18px;
            color: #fff;
            line-height: 30px;
            margin-bottom: 40px;
        }

.ab img {
    transition: all 0.8s;
    border: 4px solid transparent;
}

.ab-con:hover .ab img {
    border: 4px solid #e0be90;
    transition: all 0.8s;
}



/*footer*/

.footer {
    min-height: 40px;
    background: #193c6f;
    padding: 30px 0 25px;
    position: relative;
}

    .footer h4 {
        font-size: 24px;
        color: #fff;
        font-weight: lighter;
        margin-bottom: 20px;
    }

.footer-top {
    padding-bottom: 22px;
    border-bottom: 1px solid #4f7dc1;
}

    .footer-top ul {
    }

        .footer-top ul li {
            padding-right: 56px;
            float: left;
            line-height: 34px;
        }

            .footer-top ul li a {
                text-decoration: none;
                display: block;
                font-size: 16px;
                color: #fff;
            }

                .footer-top ul li a:hover {
                    text-decoration: underline;
                }

.foot-lian {
    font-size: 16px;
    color: #fff;
}

    .foot-lian span, .footer-top span{
        font-size: 16px;
        color: #fff;
        padding-right: 20px;
    }

    .foot-lian i {
        padding: 0 20px 0 40px;
        display: inline-block;
        font-style: normal;
    }

    .foot-lian span img {
        padding-right: 10px;
    }

    .foot-lian p {
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
    }

.footer-bot {
    padding-top: 35px;
}








/*.footerEnd*/











