body {
        margin: 0px auto;
        padding: 0px;
        font-size: 14px;
        line-height: 24px;
        color: #333;
        font-family: Microsoft YaHei;
        overflow-x: hidden;
scroll-behavior: smooth;
    }
    
    div {
        margin: 0px;
        padding: 0px;
    }
    
    span,
    p {
        margin: 0px;
        padding: 0px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
    }
    
    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var,
    optgroup,
    i {
        font-style: inherit;
        font-weight: inherit;
    }
    
    * {
        box-sizing: border-box;
    }
    
    html,
    body {
        min-height: 100%;
    }
    
    body {
        font: 14px/1.5 "Microsoft YaHei";
        font-size: 14px;
        color: #1b2229;
        min-width: 1300px
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
    }
    
    ul,
    ol,
    li {
        list-style: none;
    }
    
    dl,
    dt,
    dd,
    ol,
    ul,
    li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    img {
        border: none;
        vertical-align: middle;
    }
    
    a {
        text-decoration: none;
        color: #1b2229;
        transition: all 0.6s;
    }
    
    a:hover {
        transition: all 0.6s;
    }
    
    b {
        font-weight: normal;
    }
    
    table {
        border-collapse: collapse;
    }
    
    tr,
    td {
        padding: 0 !important;
    }
    
    input,
    textarea {
        outline: none;
        border: none;
    }
    
    textarea {
        resize: none;
        overflow: auto;
    }
    
    .fl {
        float: left
    }
    
    .fr {
        float: right
    }
    
    .tl {
        text-align: left;
    }
    
    .tc {
        text-align: center
    }
    
    .tr {
        text-align: right;
    }
    
    .cl,
    .clear {
        clear: both;
    }
    
    .ov {
        overflow: hidden;
    }
    
    .db,
    .lb,
    .dd {
        font-size: 0;
    }
    
    .db>div,
    .lb>li,
    .dd>dl {
        display: inline-block;
        vertical-align: top;
    }
    
    em,
    .em,
    i {
        text-transform: uppercase;
        font-family: arial;
        vertical-align: top;
        display: block;
    }
    
    .ellipse {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .inline {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    
     :focus {
        outline: none;
        background-color: transparent;
    }
    
     ::selection {
        background: #183c5c;
        color: #fff;
    }
    
    .clearfix:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }
    
    .clearfix {
        zoom: 1;
    }
    /*定义版面统一宽度*/
    
    .box {
        width: 1500px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .w1400 {
        width: 1500px;
        margin: 0 auto;
    }
    
    .w1500 {
        width: 1500px;
        margin: 0 auto;
        overflow: hidden;
    }
    /*距离*/
    
    .top10 {
        margin-top: 10px;
    }
    
    .top20 {
        margin-top: 20px;
    }
    
    .top30 {
        margin-top: 30px;
    }
    
    .top40 {
        margin-top: 40px;
    }
    
    .top50 {
        height: 50px;
    }
    
    .top60 {
        margin-top: 60px;
    }
    
    .top70 {
        margin-top: 70px;
    }
    
    .top80 {
        height: 80px;
    }
    
    .top90 {
        margin-top: 90px;
    }
    
    .top100 {
        margin-top: 100px;
    }
    /*top*/
    
    .hsecond {
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        min-width: 1300px;
        height: 85px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        z-index: 180;
        transition: all 0.5s ease;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        top: 0;
        left: 0;
        position: fixed;
        background: #fff;
    }
    
    .hsecond1 {
        width: 100%;
        margin: 0 auto;
        padding: 0 10%;
        min-width: 1500px;
        height: 85px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        z-index: 180;
        transition: all 0.5s ease;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .logo {
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
    }
    
    .logo span {
        font-size: 28px;
        color: #0168ac;
        font-weight: bold;
    }
    
    .logo img {
        margin-right: 20px;
    }
    
    .logo a {
        margin-right: 0%
    }
    
    .zb_k {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /*nav*/
    
    .nav {
        float: left;
        width: auto;
    }
    
    .NavCeshi {}
    
    .NavCeshi .r {
        background: none;
    }
    
    .NavCeshi>li {
        float: left;
        transition: 0.2s all ease-in-out;
        position: relative;
        padding: 0 2rem;
    }
    
    .NavCeshi>li>a {
        display: block;
        text-align: center;
        padding: 0px 0;
        font-size: 17px;
        line-height: 85px;
        color: #333;
        transition: 0.2s all ease-in-out;
        height: 85px;
        position: relative;
        z-index: 1113;
    }
    
    .NavCeshi>li>a:after,
    .NavCeshi>li>a::after {
        content: '';
        width: 0%;
        height: 2px;
        background: #0168ac;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: 0.3s all ease-in-out;
    }
    
    .NavCeshi>li.navcurrent>a:after,
    .NavCeshi>li.navcurrent>a::after,
    .NavCeshi>li:hover>a:after,
    .NavCeshi>li:hover>a::after {
        width: 100%;
    }
    
    .NavCeshi>li.navcurrent>a,
    .NavCeshi>li:hover>a {
        color: #0168ac;
    }
    
    .NavCeshi li>.nav2 {
        display: none;
        position: absolute;
        left: -10px;
        top: 85px;
        z-index: 99999;
    }
    
    .NavCeshi li>.nav2 a {
        display: block;
        margin-top: 0px;
        background: #fff;
        height: 62px;
        line-height: 62px;
        width: 150px;
        font-size: 15px;
        text-align: center;
        color: #333;
        border-bottom: none;
    }
    
    .NavCeshi li>.nav2 a:hover {
        background: #0168ac;
        color: #fff;
    }
    
    .hul.fl {
        padding-top: 53px;
    }
    
    @media screen and ( max-width:1366px) {
        .NavCeshi>li {
            padding: 0 0.8rem;
        }
        .logo1 {
            font-size: 1.3rem;
        }
        .logo1 p {
            width: 86px;
            font-size: 13px;
        }
        .nav {
            float: right;
            width: 660px;
        }
    }
    
@media screen and ( max-width:1460px) {
.pg_jk{padding: 0 5% !important;}
}
@media screen and ( max-width:1330px) {
.pg_jk{padding: 0 4% !important;}
}


    .tel {}
    
    .tel img {
        vertical-align: text-bottom;
    }
    
    .tel span {
        font-size: 30px;
        color: #FFF;
        font-weight: bold;
        font-family: "Arial";
    }
    
    .sp_bg {
        width: 100%;
        height: 900px;
        background-color: #d7d6d6;
    }
    
    .cjz2 {
        margin-right: 22px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 22px;
    }
    
    .sousou {
        width: 340px;
        position: absolute;
        top: 85px;
        right: 7%;
        background: #fff;
        padding: 10px;
        z-index: 9999;
    }
    
    .qh {
        width: 134px;
        position: absolute;
        top: 85px;
        right: 4.5%;
        background: #fff;
        padding: 10px;
        z-index: 9999;
    }
    
    .qh strong {
        display: block;
        text-align: center;
        margin: 10px;
    }
    
    .qh strong a {
        font-size: 18px;
    }
    
    .hot_right {
        float: right;
    }
    
    .hot_right .search_2 {
        float: left;
    }
    
    .hot_right .search_2 input {
        border: none;
        height: 31px;
        background: #f5f5f5;
        border-radius: 30px 0 0 30px;
        padding-left: 20px;
        width: 280px;
        font-size: 14px;
        color: #979797;
    }
    
    .hot_right .search_tu {
        float: left;
        height: 31px;
        background: #f5f5f5;
        border-radius: 0 30px 30px 0;
        width: 30px;
    }
    
    .hot_right .search_tu input {
        margin-top: 6px;
    }
    /*banner*/
    
    .bann {
        overflow: hidden;
    }
    
    .slider {
        width: 100%;
    }
    
    .slick-slide {
        height: auto;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-prev {
        left: 38px;
        z-index: 99;
    }
    
    .slick-next {
        right: 40px;
    }
    
    .bann>button {
        display: none!important;
    }
    
    .ban_bc {
        width: 100%;
        position: relative;
    margin-top: 85px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0!important;
    }
    
    .bann_num>span {
        color: #fff;
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    
    .bann_num>.ban_prev {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: rotate(180deg);
    }
    
    .bann_num>.ban_next {
        position: absolute;
        top: 50%;
        right: 40px;
    }
    
    .ban_dot {
        position: absolute;
        bottom: 46px;
        left: 50%;
        display: flex;
        margin-left: -33px;
    }
    
    .ban_dot li {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #fff;
        display: none;
    }
    
    .ban_dot li+li {
        margin-left: 12px;
    }
    
    .ban_dot li button {
        display: none;
    }
    
    .ban_dot li.slick-active {
        background: #1b375e;
    }
    
    .pg_t {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        color: #333;
    }
    
    .pg_th {
        width: 60px;
        height: 3px;
        background: #0168ac;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .pg_jj {
        margin-top: 4%;
    }
    
    .group_9 {
        border-radius: 1px;
        width: 160px;
        height: 46px;
        border: 1px solid rgba(0, 103, 172, 1);
        text-align: center;
        line-height: 46px;
    }
    
    .group_9 a {
        font-size: 16px;
        color: #0168ac;
    }
    
    .group_9:hover {
        background: #0168ac;
    }
    
    .group_9:hover a {
        color: #fff;
    }
    
    .flex {
        display: flex;
        justify-content: space-between;
    }
    
    .pg_jk {
        margin: 0 auto;
        width: 100%;
        padding: 0 10%;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    
    .pg_jjz {
        width: 50%;
    }
    
    .pg_jjz strong {
        display: block;
        font-size: 24px;
    }
    
    .pg_jjz span {
        display: block;
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
        font-weight: bold;
        color: #333;
    }
    
    .pg_jjz img {
        margin: 60px 0px;
    }
    
    .pg_jjr {
        width: 50%;
        padding-top: 4%;
    }
    
    .pg_jjr span {
        font-size: 16px;
        line-height: 22px;
        display: block;
        margin-bottom: 30px;
        color: #525252;
    }
    
    .sz_zs {
        display: flex;
        flex-direction: column;
        padding-top: 4%;
    }
    
    .text-xz {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 0%;
    }
    
    .text-dz {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10%;
    }
    
    .text-dz span {
        font-size: 60px;
        font-family: Arial;
        font-weight: bold;
    }
    .text-dz span:hover{ color: #0168ac;}

.text-dz span{ display: block; text-align: center;width: 120px; }
.text-xz span{ display: block; width: 120px; text-align: center;}
    /*三大*/
    
    .sanb_y {
        width: 100%;
        height: 934px;
        background: url(https://memberpic.114my.com.cn/dgtykj/uploadfile/image/20240413/20240413145158_839213043.jpg) center no-repeat;    background-size: 100%;    position: relative;
    }
    
    .sanb_e {
        width: 100%;
        height: 934px;
        background: url(https://memberpic.114my.com.cn/dgtykj/uploadfile/image/20240413/20240413145158_1257096235.jpg) center no-repeat;    background-size: 100%;    position: relative;
    }
    
    .sanb_s {
        width: 100%;
        height: 934px;
        background: url(https://memberpic.114my.com.cn/dgtykj/uploadfile/image/20240413/20240413145158_177644881.jpg) center no-repeat;    background-size: 100%;    position: relative;
    }
    



    .bj_kk {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8%;
    }
    /*新闻*/
    
    .nuews {
        margin-top: 4%;
        width: 100%;
        padding: 0 10%;
    }
    
    .nuews li {
        background-color: #f8f9fa;
        padding: 20px;
        width: 32%;
    }
    
    .nuews_k img {
        width: 100%;
        transition: all .75s;
    }
    
    .xw_k {
        background-color: #f8f9fa;
        width: 100%;
        height: auto;
        padding: 5%;
    }
    
    .xw_k strong {
        font-size: 22px;
        display: block;
    }
    
    .xw_k span {
        font-size: 16px;
        display: block;
        padding: 4% 0%;
    }
    /*版权*/
    
    .bq {
        width: 100%;
        height: auto;
        background-color: #f8f9fa;
        margin-top: 5%;
    }
    
    .bq_y {
        height: 140px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        color: #abacae;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .bq_yy {
        width: 45%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .bq_yy img {
        width: 80px;
    }
    
    .bq_e {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        color: #abacae;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 3% 0%;
    }
    
    .kslj li {
        width: 135px;
        display: inline-block;
        vertical-align: top;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .kslj li p {
        font-size: 18px;
        color: #333;
        text-align: left;
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .kslj li a {
        display: block;
        font-size: 15px;
        color: #6e7072;
        line-height: 32px;
        text-align: left;
    }
    
    .kslj li a:hover,
    .end a:hover {
        color: #0168ac;
    }
    
    .bq_s {
        height: 68px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        color: #bfd9ea;
        background: #0168ac;
    }
    
    .bq_s a {
        font-size: 15px;
        color: #abacae;
        color: #bfd9ea;
    }
    
    .bq_s a:hover {
        color: #fff;
    }
    
    .xw_pt{ width: 100%; height: auto; overflow: hidden;}
.nuews_k img:hover{transform: scale(1.1);}
    .tel{ width: 116px; height: 85px; overflow: hidden; background: url(https://memberpic.114my.com.cn/dgtykj/uploadfile/image/20240419/20240419101340_899675019.jpg) center no-repeat;}
.tel:hover{ width: 116px; height: 85px; overflow: hidden; background: url(https://memberpic.114my.com.cn/dgtykj/uploadfile/image/20240419/20240419102208_2108537967.jpg) center no-repeat;}


























@media screen and ( max-width:1900px) {
.sanb_y,.sanb_e,.sanb_s{height: 920px !important;}
}
@media screen and ( max-width:1880px) {
.sanb_y,.sanb_e,.sanb_s{height: 906px !important;}
}
@media screen and ( max-width:1860px) {
.sanb_y,.sanb_e,.sanb_s{height: 892px !important;}
}
@media screen and ( max-width:1840px) {
.sanb_y,.sanb_e,.sanb_s{height: 878px !important;}
}
@media screen and ( max-width:1820px) {
.sanb_y,.sanb_e,.sanb_s{height: 864px !important;}
}
@media screen and ( max-width:1800px) {
.sanb_y,.sanb_e,.sanb_s{height: 850px !important;}
}
@media screen and ( max-width:1780px) {
.sanb_y,.sanb_e,.sanb_s{height: 836px !important;}
}
@media screen and ( max-width:1760px) {
.sanb_y,.sanb_e,.sanb_s{height: 822px !important;}
}
@media screen and ( max-width:1740px) {
.sanb_y,.sanb_e,.sanb_s{height: 808px !important;}
}
@media screen and ( max-width:1720px) {
.sanb_y,.sanb_e,.sanb_s{height: 794px !important;}
}
@media screen and ( max-width:1700px) {
.sanb_y,.sanb_e,.sanb_s{height: 780px !important;}
}
@media screen and ( max-width:1680px) {
.sanb_y,.sanb_e,.sanb_s{height: 766px !important;}
}
@media screen and ( max-width:1660px) {
.sanb_y,.sanb_e,.sanb_s{height: 752px !important;}
}
@media screen and ( max-width:1640px) {
.sanb_y,.sanb_e,.sanb_s{height: 738px !important;}
}
@media screen and ( max-width:1620px) {
.sanb_y,.sanb_e,.sanb_s{height: 724px !important;}
}
@media screen and ( max-width:1600px) {
.sanb_y,.sanb_e,.sanb_s{height: 710px !important;}
}
@media screen and ( max-width:1580px) {
.sanb_y,.sanb_e,.sanb_s{height: 696px !important;}
}
@media screen and ( max-width:1560px) {
.sanb_y,.sanb_e,.sanb_s{height: 682px !important;}
}
@media screen and ( max-width:1540px) {
.sanb_y,.sanb_e,.sanb_s{height: 668px !important;}
}
@media screen and ( max-width:1520px) {
.sanb_y,.sanb_e,.sanb_s{height: 654px !important;}
}
@media screen and ( max-width:1500px) {
.sanb_y,.sanb_e,.sanb_s{height: 640px !important;}
}
@media screen and ( max-width:1480px) {
.sanb_y,.sanb_e,.sanb_s{height: 626px !important;}
}
@media screen and ( max-width:1460px) {
.sanb_y,.sanb_e,.sanb_s{height: 612px !important;}
}
@media screen and ( max-width:1440px) {
.sanb_y,.sanb_e,.sanb_s{height: 598px !important;}
}
@media screen and ( max-width:1420px) {
.sanb_y,.sanb_e,.sanb_s{height: 584px !important;}
}
@media screen and ( max-width:1400px) {
.sanb_y,.sanb_e,.sanb_s{height: 570px !important;}
}
@media screen and ( max-width:1380px) {
.sanb_y,.sanb_e,.sanb_s{height: 556px !important;}
}
@media screen and ( max-width:1360px) {
.sanb_y,.sanb_e,.sanb_s{height: 542px !important;}
}
@media screen and ( max-width:1340px) {
.sanb_y,.sanb_e,.sanb_s{height: 528px !important;}
}
@media screen and ( max-width:1320px) {
.sanb_y,.sanb_e,.sanb_s{height: 514px !important;}
}
@media screen and ( max-width:1300px) {
.sanb_y,.sanb_e,.sanb_s{height: 500px !important;}
}