﻿@charset "utf-8";

html {
    width: 100%;
    -ms-touch-action: none;
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: black;
}

ul li {
    list-style: none;
}

body {
    width: 100%;
    *cursor: default;
    font: 16px/1.5 "Microsoft YaHei";
    min-width: 1200px;
}

    body a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

img {
    border: none;
}

.fd {
    clear: both;
}

.fangda img {
    transition: all 0.6s;
}

    .fangda img:hover {
        transform: scale(1.4);
    }
/*分享代码*/
@font-face {
    font-family: "socialshare";
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

    .social-share * {
        font-family: "socialshare" !important
    }

    .social-share .icon-tencent:before {
        content: "\f07a"
    }

    .social-share .icon-qq:before {
        content: "\f11a"
    }

    .social-share .icon-weibo:before {
        content: "\f12a"
    }

    .social-share .icon-wechat:before {
        content: "\f09a"
    }

    .social-share .icon-douban:before {
        content: "\f10a"
    }

    .social-share .icon-heart:before {
        content: "\f20a"
    }

    .social-share .icon-like:before {
        content: "\f00a"
    }

    .social-share .icon-qzone:before {
        content: "\f08a"
    }

    .social-share .icon-linkedin:before {
        content: "\f01a"
    }

    .social-share .icon-diandian:before {
        content: "\f05a"
    }

    .social-share .icon-facebook:before {
        content: "\f03a"
    }

    .social-share .icon-google:before {
        content: "\f04a"
    }

    .social-share .icon-twitter:before {
        content: "\f06a"
    }

    .social-share a {
        position: relative;
        text-decoration: none;
        margin: 4px;
        display: inline-block;
        outline: none
    }

    .social-share .social-share-icon {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        font-size: 20px;
        border-radius: 50%;
        line-height: 32px;
        border: 1px solid #666;
        color: #666;
        text-align: center;
        vertical-align: middle;
        transition: background 0.6s ease-out 0s
    }

        .social-share .social-share-icon:hover {
            background: #666;
            color: #fff
        }

    .social-share .icon-weibo {
        color: #ff763b;
        border-color: #ff763b
    }

        .social-share .icon-weibo:hover {
            background: #ff763b
        }

    .social-share .icon-tencent {
        color: #56b6e7;
        border-color: #56b6e7
    }

        .social-share .icon-tencent:hover {
            background: #56b6e7
        }

    .social-share .icon-qq {
        color: #56b6e7;
        border-color: #56b6e7
    }

        .social-share .icon-qq:hover {
            background: #56b6e7
        }

    .social-share .icon-qzone {
        color: #FDBE3D;
        border-color: #FDBE3D
    }

        .social-share .icon-qzone:hover {
            background: #FDBE3D
        }

    .social-share .icon-douban {
        color: #33b045;
        border-color: #33b045
    }

        .social-share .icon-douban:hover {
            background: #33b045
        }

    .social-share .icon-linkedin {
        color: #0077B5;
        border-color: #0077B5
    }

        .social-share .icon-linkedin:hover {
            background: #0077B5
        }

    .social-share .icon-facebook {
        color: #44619D;
        border-color: #44619D
    }

        .social-share .icon-facebook:hover {
            background: #44619D
        }

    .social-share .icon-google {
        color: #db4437;
        border-color: #db4437
    }

        .social-share .icon-google:hover {
            background: #db4437
        }

    .social-share .icon-twitter {
        color: #55acee;
        border-color: #55acee
    }

        .social-share .icon-twitter:hover {
            background: #55acee
        }

    .social-share .icon-diandian {
        color: #307DCA;
        border-color: #307DCA
    }

        .social-share .icon-diandian:hover {
            background: #307DCA
        }

    .social-share .icon-wechat {
        position: relative;
        color: #7bc549;
        border-color: #7bc549
    }

        .social-share .icon-wechat:hover {
            background: #7bc549
        }

        .social-share .icon-wechat .wechat-qrcode {
            display: none;
            border: 1px solid #eee;
            position: absolute;
            z-index: 9;
            top: -205px;
            left: -84px;
            width: 200px;
            height: 192px;
            color: #666;
            font-size: 12px;
            text-align: center;
            background-color: #fff;
            box-shadow: 0 2px 10px #aaa;
            transition: all 200ms;
            -webkit-tansition: all 350ms;
            -moz-transition: all 350ms
        }

            .social-share .icon-wechat .wechat-qrcode.bottom {
                top: 40px;
                left: -84px
            }

                .social-share .icon-wechat .wechat-qrcode.bottom:after {
                    display: none
                }

            .social-share .icon-wechat .wechat-qrcode h4 {
                font-weight: normal;
                height: 26px;
                line-height: 26px;
                font-size: 12px;
                background-color: #f3f3f3;
                margin: 0;
                padding: 0;
                color: #777
            }

            .social-share .icon-wechat .wechat-qrcode .qrcode {
                width: 105px;
                margin: 10px auto
            }

                .social-share .icon-wechat .wechat-qrcode .qrcode table {
                    margin: 0 !important
                }

            .social-share .icon-wechat .wechat-qrcode .help p {
                font-weight: normal;
                line-height: 16px;
                padding: 0;
                margin: 0
            }

            .social-share .icon-wechat .wechat-qrcode:after {
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -6px;
                bottom: -13px;
                width: 0;
                height: 0;
                border-width: 8px 6px 6px 6px;
                border-style: solid;
                border-color: #fff transparent transparent transparent
            }

        .social-share .icon-wechat:hover .wechat-qrcode {
            display: block
        }
/*.one {
    margin-top: calc(20vh + 50px);
}*/
#video-label h1 {
    color: #ff6a00;
    font-size: 47px;
    font-weight: bold;
    line-height: 47px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .3), 1px 1px 8px rgba(0, 0, 0, .3);
    padding-bottom: 10px;
}
#video-label h4 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 20px;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 8px, rgba(0, 0, 0, .3) 1px 1px 8px;
    font-weight: 300;
}
#video-label h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    text-shadow: rgba(0, 0, 0, .3) 1px 1px 8px, rgba(0, 0, 0, .3) 1px 1px 8px;
    font-weight: 300;
}
#video-label .container {
    position: relative;
    z-index: 2;
}
#video-label video {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 0;
    width: auto;
    height: auto;
    min-height: 90vh;
    min-width: 100%;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translate(-50%) translateY(0);
}
#video-label {
    position: relative;
    height: calc(130vh - 90px);
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0 !important;
}
/*顶部*/
.top {
    /*width: 100%;
    height: 104px;*/
    /*background: #f8f8f8;*/
    background: transparent;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
    /* position: fixed;
    top: 0;
    z-index: 998;
    padding-bottom: 104px;
    */
}

.top_con {
    /*width: 1683px;*/
    /*margin: 0 0 0 -332px;*/
}

.top_left {
    float: left;
    color: #565656;
    font-size: 12px;
    line-height: 36px;
}

.top_right {
    float: right;
    color: #565656;
    font-size: 12px;
    line-height: 36px;
}

    .top_right a {
        color: #565656;
    }
.container3{
    max-width:1525px;
    min-width:1525px;
    margin: 0 auto
}
.Nav_container {
    width: 100%;
    height: 345px;
    /*background: url(../images/bj_02.png);*/
    background: linear-gradient(#EBFAFB,#F7FAFB);
    background-size: 100% 100%;
}
/*导航*/
.Nav {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.Nav_left {
    float: left;
    /*margin-top: 65px;*/
    text-align:center;
    /*width: 550px;*/
    margin-left:-80px;
}

.Nav_right {
    float: right;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin-left:50px;
}

.Nav_r_tit {
    float: left;
    line-height: 113px;
    padding: 0px 15px;
}

    .Nav_r_tit.active {
        background: #3F72A0;
        color: #ffffff;
    }

        .Nav_r_tit.active span {
            color: #ffffff !important;
        }

    .Nav_r_tit span { /*border-bottom: 2px solid #fff; */
        padding-bottom: 6px;
    }
/*.Nav_r_tit:hover span,.Nav_r_tit:active span, span{border-bottom: 2px solid #b60315;}*/

/*轮播图*/
.block_home_slider {
    position: relative;
    padding: 0;
    text-align: center;
    line-height: 0px; /* font-size: 3vw; */
    min-width: 1200px;
}

    .block_home_slider li {
        position: relative;
    }

.slide_wz {
    position: absolute;
    top: 30%;
    width: 25%;
    height: 200px;
    left: 30%;
}

.slide_wz_top {
    width: 100%;
}

.slide_wz_bod {
    width: 100%;
    margin-top: 3%;
}

.slide_wz_left {
    float: left;
    width: 60%;
}

.slide_wz_right {
    float: left;
    width: 30%;
}

.slide_wz_bot {
    width: 100%;
}

.slide_wz_top img {
    max-width: 100%;
}

.slide_wz_left img {
    max-width: 100%;
}

.slide_wz_right img {
    max-width: 100%;
}

.slide_wz_bot img {
    max-width: 100%;
}

.block_home_slider .caption {
    padding: 13px 16px 12px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/bg_caption.png);
    text-align: left;
}

    .block_home_slider .caption p {
        padding-bottom: 0px;
        font-size: 11px;
        color: #dedede;
        text-shadow: 0px -1px #000000;
        line-height: 17px;
    }

        .block_home_slider .caption p.title {
            padding-bottom: 6px;
            font-size: 15px;
            color: #ffffff;
            font-weight: bold;
            line-height: normal;
        }

.block_home_slider .flex-direction-nav a {
    width: 25px;
    height: 25px;
    margin-top: -27px;
    display: block;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    text-indent: -9000px;
}

    .block_home_slider .flex-direction-nav a.flex-prev {
        left: 36px;
        background-position: left top;
    }

        .block_home_slider .flex-direction-nav a.flex-prev:hover {
            background-position: left bottom;
        }

    .block_home_slider .flex-direction-nav a.flex-next {
        right: 36px;
        background-position: right top;
    }

        .block_home_slider .flex-direction-nav a.flex-next:hover {
            background-position: right bottom;
        }

.block_home_slider .flex-control-paging {
    display: inline-block;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 46%;
}

    .block_home_slider .flex-control-paging li {
        margin: 0 6px 0 6px;
        padding: 0px;
        float: left;
        overflow: hidden;
        list-style-type: none;
    }

        .block_home_slider .flex-control-paging li a {
            width: 39px;
            height: 12px;
            display: block;
            background-repeat: no-repeat;
            background-image: url(../images/sprite_nav_3.png);
            text-indent: -9000px;
            cursor: pointer;
        }

            .block_home_slider .flex-control-paging li a.flex-active {
                background-position: right top;
            }

.block_home_post_feature {
    width: 300px;
}

    .block_home_post_feature p {
        padding-bottom: 0px;
    }

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        list-style-type: none;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/*热门搜索*/
.ss {
   /* width: 80%;*/
    height: 68px;
    background: #e8e9ea;
    border-radius: 8px;
    margin: 0 auto 0 auto;
    background: white;
    box-shadow: 0 4px 20px #1b4ac50d;
}

.ss_con {
    width: 80%;
    margin: 0 auto;
}

.ss_left {
    float: left;
}

    .ss_left p {
        float: left;
        width: 128px;
        height: 68px;
        line-height: 68px;
        background: #615c5d;
        color: #fff;
        text-align: center;
    }

    .ss_left span {
        float: left;
        padding: 0px 8px;
        height: 68px;
        line-height: 68px;
        color: #787878;
        text-align: center;
        font-size: 14px;
        /*font-weight: 700;*/
    }



.ss_right {
    float: right;
    margin-top: 14px;
}

.index_li input {
    width: 246px;
    height: 41px;
    padding-left: 10px;
    border: none;
    border-radius: 5px 0px 0px 5px;
}

.index_li button {
    width: 95px;
    height: 42px;
    margin-left: -3px;
    background: linear-gradient(#5285bd, #3F72A0);
    color: #fff;
    border: none;
    border-radius: 0px 5px 5px 0;
}
.container .rrow {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    --bs-gutter-x: 1.5rem;
}
.xxxqrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:14px;
}
.index_li {
    font-size: 13px;
    /*font-weight: bold;*/
    min-width: 82px;
    text-align: center;
    padding: 14px 0;
    line-height: 34px;
    position: relative;
}

/*公告*/
.notice {
    /*width: 100%;*/
    height: 595px;
    margin-top: 10vh;
   /* padding: 30px 0px;*/
}

.notice_con {
  /*  width: 1300px;*/
    margin: 0 auto;
}

.notice_left {
    float: left;
    overflow: hidden;
    position: relative;
    width: 48%;
    border-radius:5px
}

    .notice_left .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 20px;
        z-index: 1;
    }

        .notice_left .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .notice_left .hd ul li {
                float: left;
                margin-right: 10px;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #fff;
                cursor: pointer;
            }

                .notice_left .hd ul li.on {
                    width: 9px;
                    height: 9px;
                    background: none;
                    border: 1px solid #fff;
                }

    .notice_left .bd {
        position: relative;
        z-index: 0;
    }

        .notice_left .bd li {
            zoom: 1;
            vertical-align: middle;
        }

            .notice_left .bd li p {
                width: 100%;
                background: rgba(0,0,0,0.8);
                color: #fff;
                padding: 1.5% 0 1.5% 3%;
                min-height: 80px;
                font-size: 16px;
                margin-bottom: 2%;
                z-index: 99;
                position: relative;
            }

        .notice_left .bd img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            max-height: 420px;
            min-height: 420px;
        }

    .notice_left .prev, .notice_left .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .notice_left .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        .notice_left .prev:hover, .notice_left .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .notice_left .prevStop {
        display: none;
    }

    .notice_left .nextStop {
        display: none;
    }

.notice_right {
    float: right;
    width: 48%;
}

.notice_top {
    float: left;
    width: 100%;
    margin-left:10px
}

.notice_top_list {
    width: 16.1%;
    float: left;
    /*background: #dfeaf7;*/
    text-align: center;
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 0;
    border-bottom: 1px solid #787878;
    position: relative;
    cursor: pointer;
}

    .notice_top_list:hover {
        /*background: #3F72A0;*/
        color: #3F72A0;
    }

    .notice_top_list p {
        /* width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: #3F72A0 transparent transparent transparent;
        position: absolute;
        bottom: -14px;
        left: 80px;*/
        width: 100%;
        height: 0;
        border-width: 1px;
        border-style: solid;
        border-color: #3F72A0;
        position: absolute;
        bottom: 0px;
    }

.notice_button {
    float: left;
    width: 97%;
    margin-top: 15px;
    padding-bottom: 33px;
    margin-left:10px
}

.notice_button_list {
    width: 100%;
    padding-top: 12px;
}

    .notice_button_list:hover .notice_button_list_l {
        color: #3F72A0;
    }

    .notice_button_list:hover .notice_button_list_r {
        color: #3F72A0;
    }

.notice_button_list_l {
    float: left;
    width: 80%;
    color: #444;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
}

.notice_button_list_r {
    float: right;
    width: 20%;
    color: #a3a3a3;
    font-size: 12px;
    text-align: right;
}

/*政策法规*/
.policy {
    clear: all;
/*    width: 1400px;*/
    margin: 0 auto;
}

.faqs {
    margin-top: 40px;
}

.policy_left {
    float: left;
    width: 65%;
}

.more {
    float: right;
    color: #363636;
    font-size: 14px;
    margin-right: 25px;
}

.policy_left_top {
    width: 100%;
    background: #ebebeb;
    height: 60px;
    line-height: 60px;
}

.policy_l_t_list {
    float: left;
    width: auto;
    padding: 0px 20px;
    text-align: center;
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

    .policy_l_t_list:hover {
        background: #3F72A0;
        color: #fff;
        cursor: pointer;
    }

    .policy_l_t_list p {
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -12px;
        left: 71px;
    }

.policy_left_bottom {
    width: 100%;
    height: 290px;
    margin-top: 21px;
}

.policy_left_l {
    position: absolute;
    top: 0;
    left: 0;
}

.policy_left_r_ab {
    position: relative;
}

.policy_left_r {
    float: right;
    width: 65%;
    padding: 8px 0;
}
/*.policy_left_r:hover .policy_left_l{display: block;}*/
.policy_left_r_list {
    width: 100%;
}

    .policy_left_r_list:hover .policy_lrll {
        color: #3F72A0;
    }

    .policy_left_r_list:hover .policy_lrlr {
        color: #3F72A0;
    }

.policy_lrll {
    float: left;
    width: 80%;
    font-size: 14px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.policy_lrlr {
    float: left;
    width: 20%;
    font-size: 12px;
    color: #a3a3a3;
    text-align: right;
}

.policy_right {
    /*float: right;
    width: 31%;*/
  /*  margin-left: 2%;*/
}

.policy_right_tit {
    width: 100%;
    /*background: #3F72A0;*/
    height: 60px;
    line-height: 60px;
   /* color: #fff;*/
}

    .policy_right_tit p {
        float: left;
        font-size: 18px;
        font-weight: bold;
        margin-left: 20px;
    }

    .policy_right_tit span {
        float: right;
        font-size: 14px;
        margin-right: 25px;
    }

.move_pic {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

    .move_pic img {
        border: none;
        width: 100%;
    }

.move {
    width: 100%;
  /*  padding-top: 12px;*/
}

    .move:hover .move_left {
        color: #3F72A0;
    }

    .move:hover .move_right {
        color: #3F72A0;
    }

.move_left {
    float: left;
    color: #444;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #969696;
    padding-bottom: 5px;
}

.move_right {
    float: right;
    color: #a3a3a3;
    font-size: 12px;
    width: 20%;
    text-align: right;
}

/*公示公告*/
.Bulletin {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 500px;
}

.Bull {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.Bulletin_left {
    float: left;
    width: 32%;
    padding-bottom: 5px;
    border-bottom: 1px solid #b7b7b7;
    margin-right: 2%;
}

.Bulletin_left2 {
    float: left;
    width: 32%;
    padding-bottom: 5px;
    border-bottom: 1px solid #b7b7b7;
    margin-right: 1.3%;
}

.Bulletin_left3 {
    float: left;
    width: 49%;
    padding-bottom: 5px;
}

    .Bulletin_left3:nth-child(1) {
        padding-right: 1%;
    }

    .Bulletin_left3:nth-child(2) {
        padding-left: 1%;
    }

    .Bulletin_left3:nth-child(3) {
        padding-right: 1%;
    }

    .Bulletin_left3:nth-child(4) {
        padding-left: 1%;
    }

.Bulletin_img {
    width: 100%;
}

    .Bulletin_img img {
        max-width: 100%;
    }

.Bulletin_type {
    width: 100%;
    background: #ebebeb;
    height: 35px;
    padding: 8px 0;
    border-bottom: 1px solid #e3e4e4;
    line-height: 35px;
}

    .Bulletin_type p {
        float: left;
        width: 95px;
        height: 100%;
        line-height: 34px;
        padding: 8px 0;
        margin-top: -8px;
        background: #3F72A0;
        text-align: center;
        color: #fff;
        font-weight: bold;
        border-radius: 0px;
    }

.Bulletin_list {
    width: 100%;
    margin-top: 14px;
}

.Bulletin_l_left {
    float: left;
    color: #444;
    font-size: 14px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Bulletin_l_right {
    float: right;
    color: #a3a3a3;
    font-size: 12px;
    width: 20%;
    text-align: right;
}

.Bulletin_right {
   /* float: right;
    width: 32%;
    height: 60px;*/
    line-height: 60px;
}

.Bulletin_r_tit {
    width: 100%;
    /*background: #e4e4e4; 
    border-bottom: 1px solid #e8eef1;*/
}

    .Bulletin_r_tit p {
        float: left;
        /*background: #3F72A0;
        color: #fff;*/
        font-size: 18px;
        padding: 0px 15px;
        font-weight: bold;
        margin-left: 0px;
    }

    .Bulletin_r_tit span {
        float: right;
        color: #3F72A0;
        font-size: 14px;
        margin-right: 20px;
    }

.Bulletin_r_list {
    width: 100%;
    /*margin-top: 19px;*/
    text-align: center;
}

    .Bulletin_r_list img {
        max-width: 100%;
        vertical-align: middle;
    }
/*污染防治*/
.pollute {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.pollute_list {
    float: left;
    width: 31%;
    text-align: center;
    margin: 0 1%;
}

    .pollute_list img {
        max-width: 100%;
        vertical-align: middle;
    }

    .pollute_list p {
        width: 100%;
        text-align: center;
        color: #454545;
        font-size: 18px;
        padding: 10px 0;
        background: #f2f2f2;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*友情链接*/
.link {
    clear: both;
    width: 1198px;
    margin: 30px auto;
    height: 80px;
    margin-top: 40px;
    border-top: 1px solid #b5b5b5;
}

.link_tit {
    float: left;
    color: #3F72A0;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    margin-left: 50px;
}

.link_list {
    float: left;
    width: 285px;
    margin: 20px 0 0 48px;
}

    .link_list select {
        width: 100%;
        height: 42px;
        line-height: 42px;
    }

/*底部*/
.foot {
    width: 100%;
    background: #ededed;
    margin-top: 50px;
    padding-bottom: 30px
}

.foot_con {
    width: 1200px;
    margin: 0 auto;
}

.foot_left {
    float: left;
    width: 80%;
}

.foot_list {
    float: left;
    width: 12.5%;
    text-align: center;
    margin-top: 40px;
}

.foot_l_tit {
    width: 100%;
    font-size: 18px;
    color: #343434;
}

.foot_lt {
    width: 100%;
    font-size: 14px;
    color: #343434;
    margin-top: 13px;
}

.foot_right {
    float: left;
    margin-top: 65px;
    margin-left: 50px;
}

.foot_right_er {
    float: right;
    margin-right: 53px;
    margin-top: 35px;
}

.bot {
    width: 100%;
    height: 150px;
    line-height: 26px;
    background: #4084EF;
    color: #fff;
    text-align: center;
    font-size: 14px;
}




/*------------------------------------------------------二级页面------------------------------------------------------*/
/*搜索页*/
.ss_body {
    width: 1200px;
    margin: 0 auto;
    color: #004050;
    background: #fff;
    margin-top: 23px;
}

.ss_body_con {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 2% 0;
    color: #333;
}

    .ss_body_con:hover {
        color: #d1121b;
    }

.ss_body_left {
    float: left;
    width: 66%;
    margin-left: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss_body_right {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 2%;
}


/*单页*/
.public {
    width: 100%;
    position: relative;
}

.public_img {
    width: 100%;
    height: 392px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: url(../images/shan_02.png);*/
    background-size: 100% 100%;
    z-index: -1;
}

.public_con {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

.public_type {
    width: 100%;
    color: #222;
    font-size: 16px;
}

    .public_type p {
        float: left;
        margin-right: 15px;
    }

    .public_type a {
        color: #222;
    }

.publics_type {
    width: 100%;
    border-bottom: solid 3px #3F72A0;
    height: 35px;
    padding: 15px 0px;
}

    .publics_type p {
        float: left;
        width: auto;
        height: 30px;
        padding: 2px 8px;
        line-height: 30px;
        margin: 0px 5px;
        background: #3F72A0;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }

.public_content {
    width: 100%;
    margin: 3% 0;
}

    .public_content img {
        max-width: 100%;
    }

/*新闻*/
.publics_list {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #dadada;
}

.publics_list_left {
    float: left;
    width: 80%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publics_list_right {
    float: left;
    width: 20%;
    text-align: right;
    color: #999;
    font-size: 14px;
}

.publics_l_l {
    float: left;
    width: 22%;
}

    .publics_l_l img {
        max-width: 100%;
    }

.publics_l_r {
    float: left;
    width: 73%;
    margin-left: 5%;
}

.publics_l_r_tit {
    width: 100%;
    color: #333;
    font-size: 18px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publics_l_r_sj {
    width: 100%;
    color: #999;
    font-size: 14px;
    margin-top: 24px;
}

.publics_l_r_jj {
    width: 100%;
    height: 56px;
    color: #333;
    font-size: 14px;
    margin-top: 40px;
    line-height: 200%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.publics_l_r_xq {
    width: 95px;
    height: 34px;
    line-height: 34px;
    margin-top: 33px;
    color: #fff;
    background: linear-gradient(#3370b2, #3F72A0);
    text-align: center;
    border-radius: 8px;
}

.page {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

    .page .page-status {
        display: none;
    }

    .page a {
        padding: 0.5% 1.2%;
        color: #333;
        border: 1px solid #dadada;
        text-align: center;
        margin: 0 0.3%;
    }

    .page .page-num-current {
        background: #3F72A0;
        color: #fff !important;
    }

/*新闻详情*/
.public_show_tit {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-top: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public_show_sj {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 23px;
}

.public_show_con {
    width: 100%;
    margin-top: 35px;
}

    .public_show_con img {
        max-width: 100%;
    }

.shang {
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-top: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xia {
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pub_list {
    width: 100%;
    padding: 23px 0;
    border-bottom: 1px dashed #dadada;
}

.pub_list_left {
    float: left;
    width: 79%;
    padding-left: 1%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pub_list_right {
    float: left;
    width: 20%;
    text-align: right;
    color: #999;
    font-size: 14px;
}

/*留言*/
.public_l {
    float: left;
    width: 65%;
    margin-top: 50px;
}

.public_ts_input {
    margin-left: 90px;
    margin-top: 25px;
}

    .public_ts_input input {
        width: 545px;
        padding-left: 10px;
        height: 50px;
        border-radius: 8px;
        background: none;
        border: 1px solid #6f6f6f;
    }

    .public_ts_input textarea {
        width: 545px;
        padding-left: 10px;
        padding-top: 10px;
        height: 150px;
        border-radius: 8px;
        background: none;
        border: 1px solid #6f6f6f;
    }

.public_r {
    float: left;
    width: 35%;
    text-align: center;
}

    .public_r img {
        max-width: 100%;
    }

.public_ts_but {
    width: 100%;
    text-align: center;
    margin-top: 39px;
}

    .public_ts_but input {
        width: 95px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        background: linear-gradient(#3370b2, #3F72A0);
        border: none;
        border-radius: 8px;
        margin: 0 3%;
    }

.nyacr {
    background: #3F72A0 !important;
    color: #fff !important;
    height: 100%;
}

.select {
    background: #3F72A0;
    color: #fff !important;
}

.personSeach {
    padding: 0px 20px 100px 70px;
}

.personSeachbox {
    margin-bottom: 25px
}

    .personSeachbox span {
        font-size: 15px;
        color: #6c6c6c;
        vertical-align: middle
    }

    .personSeachbox input {
        width: 365px;
        height: 50px;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        background-color: #f9f9f9;
        overflow: hidden;
        outline: none;
        box-sizing: border-box;
        padding: 0 15px;
        font-size: 15px;
        color: #6c6c6c
    }

    .personSeachbox span label {
        display: inline-block;
        margin-left: 10px;
        color: #e30000;
        margin-right: 3px
    }

.personSeachbut {
    margin-top: 65px
}

    .personSeachbut a {
        display: block;
        width: 225px;
        height: 55px;
        background-color: #3F72A0;
        border-radius: 55px;
        color: #fff;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        border: none;
        margin-left: 115px;
        outline: none;
    }

.personSeachshow {
    width: 788px;
    background-color: #f9f9f9;
    margin: 50px 0 200px 20px;
    font-size: 0
}

.personSeachshowL {
    display: inline-block;
    width: 500px;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
}

.pershowbox {
    box-sizing: border-box;
    height: 70px;
    border: 1px solid #e6e6e6;
    border-right: none;
    margin-top: 25px
}

    .pershowbox:first-child {
        margin-top: 0
    }

    .pershowbox span {
        display: inline-block;
        font-size: 20px;
        color: #484848;
        line-height: 70px;
        height: 70px;
        vertical-align: middle;
    }

        .pershowbox span:first-child {
            width: 150px;
            background-color: #ededed;
            color: #3F72A0;
            text-align: center;
        }

        .pershowbox span:nth-child(2) {
            padding-left: 35px
        }

.personSeachshowR {
    width: 288px;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}

    .personSeachshowR p {
        background-color: #ededed;
        color: #3F72A0;
        text-align: center;
        height: 70px;
        line-height: 70px
    }

    .personSeachshowR .pershowpic {
        height: 285px;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
    }

        .personSeachshowR .pershowpic img {
            max-height: 100%
        }


.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

    .pagebar .pagination {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}


#maximg img {
    max-width: 100%;
    height: auto !important
}

.section {
    padding: 120px 0px;
}

.new_bt {
    font: 18px / 30px "微软雅黑";
    color: #000;
    text-align: center;
}

.new_content {
    margin: 40px auto 0;
    font: 14px / 30px "微软雅黑";
    color: #666;
}
.n_chuizhi .fl01 {
    padding: 4.5rem 0 0;
}
.w1200 {
    /*width: 1577px;*/
    margin: 0 auto;
}
.title05 {
    text-align: center;
    margin-bottom:30px;
}
.n_chuizhi .fl01 ul {
    font-size: 0;
    margin: 0 -1.25rem;
}
    .n_chuizhi .fl01 ul li {
        display: inline-block;
        width: 24%;
        padding: 0 1.25rem;
        text-align: center;
    }
.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}
.n_chuizhi .fl01 ul li a h3 {
    height: 4rem;
}
.box_table_cell * {
    white-space: normal;
    word-wrap: break-word;
}
.n_chuizhi .fl01 ul li a h4 {
    font-size: 1.525rem;
    line-height: 1.75rem;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.n_chuizhi .fl01 ul li a h5 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 100px;
    text-transform: capitalize;
    text-align: left;
    padding: 6px;
}
.n_chuizhi .fl01 ul li a {
    display: block;
    background: #fff;
    padding: 0 0.75rem 0;
    height: 24.5625rem;
    transition: 0.6s;
    border-radius: 8px;
    box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.05);
}
.chose {
    text-align: center;
}
    .chose h1 {
        color: #ff611c;
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .chose p {
        color: #a0a0a0;
        font-size: 20px;
        letter-spacing: 4px;
        font-weight: 600;
    }
    .chose .container2 {
        
        margin: 0 3px;
    }

.a3flexrowba {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.chose .container2 .blog__item {
 /*   width: 230px;*/
    height: 476px;
    background-color: #fff;
}

.blog__item {
    -webkit-border-radius: var(--main-border-radius);
    -moz-border-radius: var(--main-border-radius);
    border-radius: var(--main-border-radius);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.08);
    box-shadow: 0 0 20px #00000014;
}

a, .btn, button, span, p, i, input, select, textarea, li, img, svg path, *:after, *:before, .transition-3, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.p-relative {
    position: relative;
}

.fix {
    overflow: hidden;
}
.blog__content {
    padding: 35px 30px 25px;
}

.text-center {
    text-align: center !important;
}

.p-relative {
    position: relative;
}
.chose .container2 .blog__tag {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px #a5a5a5;
    background-color: #fff;
    padding: 26px;
}

.blog__tag {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    padding: 0 10px;
    -webkit-border-radius: var(--main-border-radius);
    -moz-border-radius: var(--main-border-radius);
    border-radius: var(--main-border-radius);
}
.chose .container2 .blog__tag span {
    color: #ff611c;
}

.blog__tag span {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.product__title {
    font-size: 14px;
    color: #222;
    margin-bottom: 3px;
    font-weight: 500;
}
.chose .container2 .blog__title {
    margin-top: 30px;
    color: #ff611c;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
}

.blog__title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.product__title {
    font-size: 14px;
    color: #222;
    margin-bottom: 3px;
    font-weight: 500;
}

.chose .container2 .blog__body{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -101px;
    text-align: center;
}

.mt8 {
    margin-top: 10vh;
}
.crossBorder .body {
    display: flex;
    margin-bottom: 80px;
}

.pageview {
    text-align: center;
    padding: 20px;
}

.pageview {
    align-items: center;
    justify-content: center;
    padding: 20px;
    display: flex;
}
.crossBorder .body .item2 {
    width: 370px;
    height: 400px;
}

.crossBorder .body .item {
    margin: 0 8px;
    padding: 50px;
    text-align: left;
}

.marketing1 {
    background-image: url(/static/png/marketing1-4e644cc7.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.colory {
    color: #fc0;
}
.crossBorder .body .item2 .icon {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

.a3flexrowstart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.crossBorder .text{
    margin-left: 25px;
}
.marketing2 {
    background-image: url(/static/png/marketing2-2e7efa59.png);
    background-size: cover;
}
.crossBorder .body .item3 {
    width: 310px;
}
    .crossBorder .body .item3 .ul {
        height: 240px;
    }


.marketing3 {
    background-image: url(/static/png/marketing3-4299339f.png);
    background-size: cover;
}
.crossBorder .body .item3 .ul ul li{
    list-style: disc !important;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.crossBorder .body .item3 .button {
    /*background-color: #5f5310;*/
    margin-top: 5px;
    height: 152px;
    font-size: 20px;
}
    .crossBorder .body .item3 .button .fir {
        font-weight: bold;
        font-size: 28px;
    }

.colorw {
    color: #fff;
}
.crossBorder .body .item3 .button .tww {
    font-size: 19px;
}
.ny-banner {
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.banner-box-ny {
    text-align: center;
    position: relative;
}

.banner-xuanfu {
    width: 100%;
    padding: 0px 5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;
}

    .banner-xuanfu .p1 {
        font: 30px/50px "微软雅黑";
    }

    .banner-xuanfu span {
        display: block;
        margin-top: 15px;
        font: 16px/20px "微软雅黑";
    }

.zcdw {
    height: 539px;
    width: 100%;
    background-image: url(../img/index/home-bg7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
    .zcdw .titletxt {
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        font-family: AlibabaPuHuiTi_2_85_Bold;
        /*color: #222;*/
        margin-bottom: 12px;
        text-align: center;
    }
.zcdw .zcdw_tr1 {
    width: fit-content;
    margin: auto;
    margin-top: 27px;
}
 .zcdw .zcdw_nr {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
 .zcdw .zcdw_td {
    display: inline-block;
    width: 310px;
    height: 131px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 4px 16px 0 rgba(38, 48, 77, 0.1);
    border: 1px solid #dbdbdb;
}

 .zcdw .zcdw_tr2 {
    text-align: center;
    margin-top: 24px;
}
    .kjdsyyffxtC a.enterbtn, .zcdw a.enterbtn, .djttd a.enterbtn {
        display: inline-block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        background: #B0C4DE;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        font-family: AlibabaPuHuiTi_2_55_Regular;
        color: #fff;
    }
.kjdsyyffxtC .aftericon, .zcdw .aftericon {
    margin-left: 8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/index/arrow-gray.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 2px;
}
.contentpage {
    min-height: calc(100vh - 100px - 339px);
    width: 100vw;
}

.bannerC {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/investment/banner6-8.png);
    height: 468px;
}
.bannertxtC {
    width: 1280px;
    margin: auto;
    padding-top: 50px;
}
.pageL1 .fontL1 {
    font-size: 32px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #FFF;
    margin-bottom: 25px;
}
.pageL1 .fontL3 {
    width: 652px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFF;
}
 .page_bg {
    width: 90%;
    margin: 0 auto;
    background-image: url(../img/investment/img3.png);
    margin: -305px auto 20px auto;
    position: relative;
    padding: 30px 0 10px 0;
    box-shadow: 0 0 10px #f7f4f4;
    border-radius: 5px;
}
     .page_bg .title {
        color: #222;
        font-weight: bold;
        font-size: 28px;
        text-align: center;
        margin: 20px 0;
    }
     .page_bg .sub_title {
        width: 64%;
        margin: 0 auto;
        color: #535862;
        font-size: 14px;
        text-align: left;
        line-height: 26px;
        text-indent: 2em;
    }

.sltcontent {
    width: 1330px;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 10px;
}

.sltpclass {
    padding: 25px 62px 25px 20px;
    background: #fff;
    line-height: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sltclassstyle {
    flex: 1;
}
.sltpclass .titletxt {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #999;
    margin-right: 5px;
}
.sltpclass .peritem.active, .sltpclass .peritem:hover {
    background: #006FBB;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 12px;
}

.sltpclass .peritem {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333;
    padding: 5px 12px;
    margin-right: 8px;
    cursor: pointer;
}

.el-input--small {
    font-size: 13px;
}

.el-input {
    position: relative;
    font-size: 14px;
}

.el-color-picker__icon, .el-input, .el-textarea {
    display: inline-block;
    width: 100%;
}

}
.el-button--small {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
}

.el-button--primary {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 2px;
}

.el-button, .el-checkbox, .el-checkbox-button__inner, .el-empty__image img, .el-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-button [class*=el-icon-] + span {
    margin-left: 5px;
}
.textright {
    text-align: right;
}
.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}
    .el-pagination button, .el-pagination span:not([class*=suffix]) {
        display: inline-block;
        font-size: 13px;
        min-width: 35.5px;
        height: 28px;
        line-height: 28px;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
}
.el-pagination button, .el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266;
}
.el-select {
    display: inline-block;
    position: relative;
}
.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px;
}

.el-select > .el-input {
    display: block;
}

.el-input--mini {
    font-size: 12px;
}

.el-input {
    position: relative;
    font-size: 14px;
}

.el-color-picker__icon, .el-input, .el-textarea {
    display: inline-block;
    width: 100%;
}
.el-pagination .el-input__suffix {
    right: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.el-input__suffix {
    height: 100%;
    right: 5px;
    transition: all .3s;
    pointer-events: none;
}

.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    text-align: center;
}

.el-input__prefix, .el-input__suffix {
    -webkit-transition: all .3s;
    color: #C0C4CC;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-select .el-input .el-select__caret {
    color: #C0C4CC;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
}

.el-input--mini .el-input__icon {
    line-height: 28px;
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px;
}

[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-icon-search:before {
    content: "\e778";
}
.djttr {
    width: 100%;
    padding: 0 32px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1.618fr 1.3fr;
    max-height: 700px;
    margin-bottom: 60px;
}

.djttr .djttd {
    background: linear-gradient(0deg, rgba(46, 107, 223, 0.2) 0, #2e6bdf 100%);
    background-image: url(../img/djtbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    border-radius: 4px;
    float:left;
}
.djttr .djttd .tr1titletxt {
    font-size: 38px;
    font-weight: bold;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #fff;
    margin-bottom: 20px;
}
.djttr .djttd .tr2subtitle {
    min-height: 53px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
    .djttr .djttd .tr3 {
        display: flex;
        background: #fff;
        border-radius: 4px;
        height: 517px;
        margin-top: 35px;
        margin-bottom: 38px;
        align-items: center;
        column-gap: 10px;
        padding: 0px 6px 0 10px;
    }

.animationC {
    -webkit-transition: all .85s ease-out;
    -o-transition: all .85s ease-out;
    transition: all .85s ease-out;
}
.djttr .djttd .tr3 .perdsdjt {
    text-align: center;
    height: 250px;
    color: #333;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius:5px;
    width:47%;
}
.djttr .djttd .tr3 .topicon {
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}
.titletxt5 {
    font-size: 15px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    margin-top:10px
}
.subtitletxttr3 {
    font-size: 12px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    line-height: 17px;
}
.djttr .djttd .tr3 .perdsdjt.active {
    background: #2e6bdf;
    color: #fff;
    position: relative;
}
.djttr .djttd.sychtd {
    background: linear-gradient(0deg, rgba(46, 107, 223, 0.2) 0, #2e6bdf 100%);
    background-image: url(../img/sychbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    float:right;
}

.djttr .djttd {
    background: linear-gradient(0deg, rgba(46, 107, 223, 0.2) 0, #2e6bdf 100%);
    background-image: url(../img/djtbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    border-radius: 4px;
}
    .djttr .djttd .tr1titletxt {
        font-size: 38px;
        font-weight: bold;
        font-family: AlibabaPuHuiTi_2_85_Bold;
        color: #fff;
        margin-bottom: 20px;
    }
    .djttr .djttd.sychtd .tr1titletxt, .djttr .djttd.sychtd .tr2subtitle {
        color: #333;
    }
.rltr2 .zxfw2pertr {
    display: flex;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #101010;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ceced0;
    cursor: pointer;
}
.rltr2 .zxfwtitletxt2 {
    flex: 1;
}
.rltr2 .zxfw2pertr .infoTime {
    min-width: 80px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #999;
}
.videoc {
    cursor: pointer;
    width: 44%;
    padding: 12px 12px;
}


.djttr .djttd .tr4 {
    display: flex;
    background: #fff;
    border-radius: 4px;
    height: 512px;
    margin-top: 36px;
    margin-bottom: 42px;
    align-items: center;
    flex-wrap: wrap;
    border-radius:15px;
}

.djttr .djttd.sychtd .tr4 .perdsdjt.active {
    background: #00beff;
}

.djttr .djttd .tr4 .perdsdjt.active {
    background: #2e6bdf;
    color: #fff;
    position: relative;
}

.djttr .djttd .tr4 .perdsdjt {
    /*flex: 1;*/
    text-align: center;
    height: 256px;
    padding: 40px 0;
    color: #333;
    cursor: pointer;
    width: 100%;
    border-radius: 15px
}
.djttr .djttd .tr4 .topicon {
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-bottom: 20px;
}

.Section_cont ul {
    overflow: hidden;
    margin: 35px 0 30px 20px;
}

    .Section_cont ul li:first-child {
        margin-left: 0;
    }

    .Section_cont ul li {
        width: 390px;
        height: 180px;
        border: 1px solid #def4ff;
        float: left;
        background-color: #fff;
        text-align: center;
        margin-left: 35px;
    }

        .Section_cont ul li a {
            display: inline-block;
            width: 100%;
            color: #3391be;
            font-size: 20px;
        }

        .Section_cont ul li .li_bottom {
            line-height: 22px;
            padding:10px;
            text-align: left;
        }

        .Section_cont ul li .li_top {
            height: 30px;
            font-size:30px;
            display: inline-block;
            margin-top: 20px;
            width: 100%;
            text-align:left;
            padding-left:10px;
        }

.one {
    text-align: left;
    background: rgba(0, 0, 0, 0.0);
    padding: 15% 10% 0;
}

    .one h1 {
        font-size: 56px;
        margin-bottom: 22px;
        letter-spacing: 12px;
    }

    .one h4 {
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 5px;
        border-top: 1px solid #fff;
        padding-top: 35px;
        margin-top: 35px;
        width: 570px;
    }
