@charset "utf-8";

/*//自定义浏览器滚动条*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bg {
    background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #aeaeae;
}

    ::-webkit-scrollbar-thumb:hover {
        width: 8px;
        background-color: #2882e8;
    }

body,
html {
    min-width: 1200px;
}

* {
    font-family: "微软雅黑";
    font-size: 14px;
    /*color: #333333;*/
    list-style: none;
}

ul,
p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}


/*导航栏*/

nav {
    width: 100%;
    padding: 15px 0px;
}

.nav {
    min-width: 1200px;
    width: 88.54%;
    margin: 0 auto;
}

    .nav > div.left {
        float: left;
    }

        .nav > div.left .nav_bar {
            margin-top: 10px;
        }

            .nav > div.left .nav_bar ul li {
                padding: 0px 40px;
                float: left;
            }

                .nav > div.left .nav_bar ul li:first-child {
                    padding-left: 0px;
                }

                .nav > div.left .nav_bar ul li a {
                    color: #333333;
                    font-size: 16px;
                }

                .nav > div.left .nav_bar ul li:hover a,
                .nav > div.left .nav_bar ul li.active a {
                    color: #005bac;
                }

    .nav > div.right {
        float: right;
    }

        .nav > div.right .server_hot {
            text-align: right;
            margin-bottom: 23px;
        }

            .nav > div.right .server_hot span {
                color: #4c4c4c;
                font-size: 14px;
            }

            .nav > div.right .server_hot p {
                color: #e6e6e6;
            }

                .nav > div.right .server_hot p font {
                    color: #005bac;
                    font-size: 20px;
                    vertical-align: middle;
                }

        .nav > div.right .btn {
            border-radius: 0px;
            position: absolute;
            width: 56px;
            right: 0px;
        }

        .nav > div.right .form-control {
            border-right: none;
            width: 265px;
            margin-right: 56px;
        }


/*banner*/

.banner {
    width: 100%;
}

.banner_text {
    position: absolute;
    top: 40%;
    width: 82.54%;
    /*width: 1200px;*/
    /*text-align:right;*/
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    /*.banner_text > div {
        width: 52%;
        float: right;
    }*/
    .banner_text p {
        margin-top:15px;
    }
    .banner_text p:first-child {
        color: #FFFFFF;
        font-size: 58px;
    }

    .banner_text p:nth-child(2) {
        color: #FFFFFF;
        font-size: 36px;
    }

.banner .swiper-button-prev {
    width: 25px;
    height: 48px;
    background: url(../images/ico/left.png) no-repeat center;
    left: 5%;
}

    .banner .swiper-button-prev:hover {
        background: url(../images/ico/left1.png) no-repeat center;
    }

.banner .swiper-button-next {
    width: 25px;
    height: 48px;
    background: url(../images/ico/right.png) no-repeat center;
    right: 5%;
}

    .banner .swiper-button-next:hover {
        background: url(../images/ico/right1.png) no-repeat center;
    }

.banner .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 1;
}

    .banner .swiper-pagination span.swiper-pagination-bullet-active {
        width: 50px;
        height: 10px;
        border-radius: 30px;
        background: #FFFFFF;
        opacity: 1;
    }


/*底部*/

footer {
    width: 100%;
    background: #272727;
    padding: 40px 0px;
}

.foot {
    min-width: 1200px;
    width: 88.54%;
    margin: 0 auto;
}

    .foot .row .col-xs-6 > p {
        padding-bottom: 25px;
    }

        .foot .row .col-xs-6 > p font {
            color: #fefefe;
            font-size: 16px;
            vertical-align: middle;
            padding-right: 12px;
            cursor: pointer;
        }

    .foot .row .col-xs-6 .row .col-xs-4 {
        padding: 0px 5%;
    }

        .foot .row .col-xs-6 .row .col-xs-4:first-child {
            padding-left: 0px;
        }

        .foot .row .col-xs-6 .row .col-xs-4 ul li {
            padding: 15px 0px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            .foot .row .col-xs-6 .row .col-xs-4 ul li:first-child {
                border-top: none;
            }

            .foot .row .col-xs-6 .row .col-xs-4 ul li a {
                color: #FFFFFF;
                font-size: 15px;
            }

                .foot .row .col-xs-6 .row .col-xs-4 ul li a:hover {
                    color: #005bac;
                }

    .foot .row .col-xs-6 .row .col-xs-7:first-child {
        padding-left: 0px;
    }

    .foot .row .col-xs-6 .row .col-xs-7 .form-control {
        background: none;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        outline: none;
        box-shadow: none;
        color: #999999;
        margin-top: 18px;
    }

        .foot .row .col-xs-6 .row .col-xs-7 .form-control:focus {
            background: none;
            border: none;
            border-radius: 0px;
            box-shadow: none;
        }

    .foot .row .col-xs-6 .row .col-xs-7 p {
        color: #fefefe;
        font-size: 20px;
        padding-top: 10px;
    }

        .foot .row .col-xs-6 .row .col-xs-7 p font {
            color: #fefefe;
            font-size: 20px;
            font-weight: bold;
        }

    .foot .row .col-xs-6 .row .col-xs-7 .fx > div:first-child {
        float: left;
        margin-top: 3px;
        margin-right: 20px;
    }

    .foot .row .col-xs-6 .row .col-xs-7 .fx {
        margin-top: 15px;
    }

        .foot .row .col-xs-6 .row .col-xs-7 .fx font {
            color: #fefefe;
            font-size: 16px;
            vertical-align: middle;
        }

        .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox {
            float: left;
        }

            .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox a {
                width: 30px;
                height: 27px;
            }

            .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox .bds_qzone {
                background: url(../images/ico/kj.png) no-repeat center;
            }

            .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox .bds_tsina {
                background: url(../images/ico/wb.png) no-repeat center;
            }

            .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox .bds_weixin {
                background: url(../images/ico/wx.png) no-repeat center;
            }

            .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox .bds_renren {
                background: url(../images/ico/rr.png) no-repeat center;
            }

            .foot .row .col-xs-6 .row .col-xs-7 .fx .bdsharebuttonbox .bds_more {
                background: url(../images/ico/other.png) no-repeat center;
            }

    .foot .row .col-xs-6 .row .col-xs-5 > div {
        width: 48%;
        text-align: center;
        float: left;
        margin-right: 2%;
    }

        .foot .row .col-xs-6 .row .col-xs-5 > div:last-child {
            margin-right: 0px;
        }

        .foot .row .col-xs-6 .row .col-xs-5 > div p {
            color: #7d7d7d;
            font-size: 14px;
            text-align: center;
            padding-top: 15px;
        }


/*首页标题*/

.i_title span {
    color: #666666;
    font-size: 42px;
    text-transform: uppercase;
}

.i_title font {
    color: #005bac;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
}

.i_title p {
    color: #333333;
    font-size: 32px;
}


/*查看更多*/

.more {
    display: block;
    width: 105px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    border-radius: 30px;
    background: url(../images/ico/01.png) no-repeat center;
    background-position-x: 90%;
    transition: all 0.2s ease-in-out;
}

    .more:hover {
        background: #005bac url(../images/ico/01_1.png) no-repeat center;
        background-position-x: 90%;
        color: #FFFFFF;
        border-color: #005bac;
    }

@media only screen and (min-width: 100px) and (max-width: 1480px) {
    .nav > div.left .nav_bar ul li {
        padding: 0px 25px;
    }
}


/*二级页面banner*/

.banners {
    width: 100%;
    height: auto;
    position: relative;
}

    .banners div {
        text-align: left;
        position: absolute;
        width: 75%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

        .banners div p {
            color: #ffffff;
            font-size: 42px;
            opacity: 0;
            animation: banners_t 0.6s ease-in forwards;
            -moz-animation: banners_t 0.6s ease-in forwards;
            -ms-animation: banners_t 0.6s ease-in forwards;
            -webkit-animation: banners_t 0.6s ease-in forwards;
        }

        .banners div span {
            display: block;
            color: #ffffff;
            font-size: 24px;
            opacity: 0;
            animation: banners_t 0.6s 0.4s ease-in forwards;
            -moz-animation: banners_t 0.6s 0.4s ease-in forwards;
            -ms-animation: banners_t 0.6s 0.4s ease-in forwards;
            -webkit-animation: banners_t 0.6s 0.4s ease-in forwards;
        }

@keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

@-moz-keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}


/*二级页面导航*/

.tow_nav {
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
    height: 81px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 43px;
}

    .tow_nav .address {
        float: left;
    }

        .tow_nav .address ul li {
            float: left;
            margin: 0px 5px;
            padding: 30px 0px;
        }

            .tow_nav .address ul li a {
                color: #666666;
                font-size: 14px;
            }

    .tow_nav .nav_right {
        float: right;
    }

        .tow_nav .nav_right ul li {
            float: left;
            padding: 29px 35px;
        }

            .tow_nav .nav_right ul li a {
                color: #333333;
                font-size: 16px;
            }

            .tow_nav .nav_right ul li:last-child {
                /*padding-right: 0px;*/
            }

            .tow_nav .nav_right ul li:hover,
            .tow_nav .nav_right ul li.active {
                border-bottom: 1px solid #1f51a6;
            }

                .tow_nav .nav_right ul li:hover a,
                .tow_nav .nav_right ul li.active a {
                    color: #1F51A6;
                }

.none_norder {
    border: none;
    margin-bottom: 0px;
}


/*二级页面公共大小*/

.public {
    width: 75%;
    margin: 0 auto;
    min-width: 1200px;
    margin-bottom: 20px;
    min-height: 300px;
}

.public_content {
    width: 100%;
    margin: 0 auto;
}

    .public_content p,
    .public_content span {
        color: #4C4C4C;
        font-size: 14px;
        line-height: 30px;
    }

.too_title {
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
}

    .too_title p {
        color: #333333;
        font-size: 24px;
    }

    .too_title span {
        color: #999999;
        text-transform: uppercase;
        font-size: 24px;
    }


/*分页*/

.page {
    margin: 20px 0px;
    text-align: center;
}


/*右侧栏*/

.fx_right {
    width: 166px;
    height: 149px;
    position: fixed;
    right: 0px;
    top: 50%;
    background: url(../images/ico/kf_bj.png) no-repeat center;
    z-index: 99;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

    .fx_right ul {
        float: right;
        margin-right: 8px;
        margin-top: 5px;
    }

        .fx_right ul li {
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-bottom: 1px solid #e6e6e6;
        }

            .fx_right ul li:last-child {
                border: none;
            }

            .fx_right ul li a {
                color: #005bac;
                font-size: 14px;
            }

        .fx_right ul li {
            color: #4C4C4C;
            font-size: 13px;
        }

            .fx_right ul li span {
                color: #005bac;
                font-size: 14px;
            }

    .fx_right .lock {
        height: 100%;
        float: left;
        width: 50px;
        cursor: pointer;
    }

/*网站地图*/
.sitemap {
    width: 100%;
}

    .sitemap .sitemap_list {
        width: 100%;
        margin-bottom: 20px
    }

        .sitemap .sitemap_list label {
            display: block;
            margin-bottom: 10px
        }

            .sitemap .sitemap_list label span {
                font-size: 18px;
                color: #333;
            }

        .sitemap .sitemap_list ul {
        }

            .sitemap .sitemap_list ul li {
                float: left;
                padding: 0px 10px;
                margin-bottom: 10px
            }

                .sitemap .sitemap_list ul li a {
                    color: #666;
                    font-size: 16px;
                }

                    .sitemap .sitemap_list ul li a:hover {
                        color: #005bac;
                    }
/*分页*/
.page a, .page span {
    padding: 0.5rem 1rem;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    color: #333333;
    transition: background-color .3s;
}
.am-active {
    background: #0054a6 !important;
    border: 1px solid #0054a6 !important;
    color: #FFFFFF !important;
    transition: background-color .3s;
}
.wxkh2022 {
    position: absolute;
    top:137px;
    left: 47px;
    
}