@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    background: linear-gradient(to top, #34a3a9, #387aba);
    /*background: url(../images/body_bg.png);*/
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

/***大图***/
.banner,
.banner > div,
.banner > div > div,
.banner > div > div > div {
    height: 100%;
}

    .banner a {
        position: relative;
        display: block;
        height: 100%;
    }

        .banner a::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-size: 100% 100%;
        }

        .banner a img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .banner a p {
            position: absolute;
            left: 110px;
            bottom: 0;
            padding: 35px 350px 35px 110px;
            font-size: 23px;
            color: #fff;
            z-index: 8;
            background-color: rgba(25, 43, 70, .87);
            border-top: 1px solid #15203b;
            border-right: 1px solid #15203b;
        }

/***点击进入第二屏鼠标样式***/
.arrow {
    width: 87px;
    height: 87px;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    bottom: 110px;
    cursor: pointer;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .arrow table {
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        top: 5px;
    }

    .arrow:before, .arrow:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        pointer-events: none;
    }

    .arrow:before {
        width: 88px;
        height: 88px;
        border: 1px solid #fff;
        -moz-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .arrow:after {
        width: 86px;
        height: 86px;
        border: 2px solid #fff;
        background-color: rgba(255, 255, 255, 0.1);
        opacity: 0;
        -moz-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .arrow:hover:before {
        opacity: 0;
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .arrow:hover:after {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

/***头部菜单***/
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top > img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.news .content .news_title{
    background-color: rgba(17, 94, 159, 0.8);
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-logo {
        font-size: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 1111;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #1c4e95;
    }

    .m-logo {
        font-size: 0;
    }

        .m-logo a {
            font-size: 0;
            line-height: 40px;
        }

        .m-logo img {
            max-height: 40px;
            max-width: 80%;
            vertical-align: middle;
        }

    .mm-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c4e95;
        overflow-y: scroll;
    }

        .mm-nav ul {
            padding: 0 15px;
        }

            .mm-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .mm-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .mm-nav ul li ul {
                    display: none;
                }

                    .mm-nav ul li ul li {
                        border: none;
                    }

        .mm-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
        }

        .mm-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .mm-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    body #fp-nav.left {
        display: none;
    }
}

/***全屏滚动点样式***/
body #fp-nav {
    z-index: 1000;
    top: 40%;
}

    body #fp-nav.left {
        left: 30px;
    }

        body #fp-nav.left ul li {
            width: 30px;
            height: 30px;
            margin: 14px 0;
            background: url(../images/page-slick.png) no-repeat center center;
        }

            body #fp-nav.left ul li a {
                position: relative;
            }

                body #fp-nav.left ul li a em {
                    position: absolute;
                    top: -240px;
                    left: 6px;
                    font-size: 14px;
                    color: #fff;
                    display: none;
                }

                body #fp-nav.left ul li a.active em {
                    display: block;
                }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: transparent;
}

body #fp-nav.left ul li.active {
    padding-top: 240px;
}

body #fp-nav.left ul li a.active {
    background: url(../images/fullpage-active.png) no-repeat center center;
    margin-top: 240px;
}

body #fp-nav.left ul li a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 14px;
    height: 200px;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
    display: none;
}

body #fp-nav.left ul li a.active::before {
    display: block;
}

/*分屏样式*/
.section1 .fp-tableCell {
    display: block;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.section-inner {
    padding: 0;
}

.sect2, .sect3, .sect4, .sect5 {
    margin: 0 80px;
}

.news {
    margin: 50px 10%;
}

    .news .content {
        width: 32%;
        height: 310px;
        float: left;
        background-color: rgba(147,210,224,.25);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 14pt;
        line-height: 35px;
    }

        .news .content:hover {
            width: 32%;
            height: 310px;
            float: left;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #f37b07;
        }

    .news .space {
        width: 2%;
        height: 310px;
        float: left;
    }

    .news .slick-dots {
        width: auto;
        left: 47%;
        /*transform: translatex(50%);*/
        bottom: -40px;
    }

        .news .slick-dots li {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background-color: rgba(147,210,224,.8);
        }

            .news .slick-dots li.slick-active {
                background-color: #fff;
            }

.sect4-l, .sect4-r, .sect5-l, .sect5-r {
    float: left;
    width: 50%;
}

    .sect4-l .content {
        width: 30%;
        height: 160px;
        float: left;
        background-color: rgba(41, 108, 134, 0.90);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 14pt;
    }

        .sect4-l .content:hover {
            width: 30%;
            height: 160px;
            float: left;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #f37b07;
        }

    .sect4-l .space {
        width: 5%;
        height: 160px;
        float: left;
    }

    .sect5-l .content {
        width: 100%;
        height: 90px;
        background-color: rgba(147,210,224,.25);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 18pt;
        text-indent: 20px;
        line-height: 90px;
    }

        .sect5-l .content:hover {
            width: 100%;
            height: 90px;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #387bba;
        }

a.white {
    color: #fff;
    text-decoration: none;
}

    a.white:hover {
        color: #fff;
        text-decoration: none;
    }

/***23.11.8***/
@media screen and (min-width:320px) {
    .displayWeb {
        display: none;
    }

    .displayPhone {
        display: block;
    }

    .news .content {
        width: 32%;
        height: 210px;
        float: left;
        background-color: rgba(147,210,224,.25);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 14pt;
        line-height: 35px;
    }

        .news .content:hover {
            width: 32%;
            height: 210px;
            float: left;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #f37b07;
        }

    .news .space {
        width: 2%;
        height: 210px;
        float: left;
    }

    .news .content .notice_title {
        padding: 20px 20px;
    }

    .news .content .news_title {
        margin-top: 160px;
        text-indent: 12px;
    }

    .kpjd .content {
        width: 30%;
        height: 120px;
        float: left;
        background-color: rgba(41, 108, 134, 0.90);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 14pt;
    }

        .kpjd .content:hover {
            width: 30%;
            height: 120px;
            float: left;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #f37b07;
        }

    .kpjd .space {
        width: 5%;
        height: 120px;
        float: left;
    }

    .lxwm .content {
        width: 80%;
        height: 90px;
        background-color: rgba(147,210,224,.25);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 18pt;
        text-indent: 20px;
        line-height: 90px;
    }

        .lxwm .content:hover {
            width: 80%;
            height: 90px;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #387bba;
        }
}

@media screen and (min-width:1025px) {
    .displayWeb {
        display: block;
    }

    .displayPhone {
        display: none;
    }

    .news .content {
        width: 32%;
        height: 310px;
        float: left;
        background-color: rgba(147,210,224,.25);
        cursor: pointer;
        border-radius: 15px;
        color: #fff;
        font-size: 14pt;
        line-height: 35px;
    }

        .news .content:hover {
            width: 32%;
            height: 310px;
            float: left;
            background-color: rgba(255, 255, 255, 0.90);
            cursor: pointer;
            border-radius: 15px;
            color: #f37b07;
        }

    .news .space {
        width: 2%;
        height: 310px;
        float: left;
    }

    .news .content .notice_title {
        padding: 80px 30px;
    }

    .news .content .news_title {
        margin-top: 260px;
        text-indent: 12px;
    }
}