/*标签样式初始化*/
    
    div,
    ul,
    li,
    span,
    p,
    img,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dt,
    dd,
    i,
    em {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 0px;
        font-style: normal;
    }
    
    .dfs {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /*公共样式部分*/
    
    body {
        color: #666;
        margin: 0 auto;
        background-color: #fff;
        font-family: "Microsoft YaHei";
        overflow-x: hidden;
    }
    
    #copy {
        display: none;
    }
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    a {
        color: #666;
        text-decoration: none;
    }
    
    a:hover {
        color: #c51716;
        text-decoration: none;
        border-bottom-style:
    }
    
    .box {
        margin: 0 auto;
        max-width: 1500px;
        min-width: 1500px;
        box-sizing: border-box;
    }
    
    .page {
        width: 1500px;
        min-width: 1500px;
        margin: 0 auto;
    }
    
    .bg {
        width: 100%;
        min-width: 1400px;
        position: relative;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    /*左右浮动清除*/
    
    .clear {
        clear: both;
        height: 0px;
        overflow: hidden;
    }
    /*间隙*/
    
    .top10 {
        padding-top: 10px;
    }
    
    .top20 {
        padding-top: 20px;
    }
    
    .top30 {
        padding-top: 30px;
    }
    
    .top40 {
        padding-top: 40px;
    }
    
    .top50 {
        padding-top: 50px;
    }
    
    .top60 {
        padding-top: 60px;
    }
    
    .top70 {
        padding-top: 70px;
    }
    
    .top80 {
        padding-top: 80px;
    }
    
    .top90 {
        padding-top: 90px;
    }
    
    .top100 {
        padding-top: 100px;
    }
    /*英文样式*/
    
    .font_en {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .en {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }
    
    .title {
        text-align: center;
        margin-top: 60px;
    }
    
    .title>b {
        display: block;
        font-size: 66px;
        text-transform: uppercase;
        color: #f1f1f1;
        font-family: din;
    }
    
    .title>i {
        font-size: 36px;
        position: relative;
        padding-bottom: 20px;
        margin-top: -62px;
        display: block;
    }
    
    .title>em {
        font-size: 17px;
        color: #999;
        display: block;
    }
    
    .title i:after {
        content: '';
        position: absolute;
        bottom: 0px;
        background: #1d4b86;
        height: 1px;
        width: 73px;
        animation: turn 2s linear infinite;
        margin: 0 auto;
        left: 48%;
    }
    
    .w1500 {
        max-width: 1500px;
        min-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    
    .dfs {
        display: flex;
        justify-content: space-between;
    }
    /*head*/
    
    .head_box {
        display: flex;
        justify-content: space-around;
        height: 110px;
        align-items: center;
        z-index: 9999;
        width: 100%;
        background: #fff;
        margin: 0 auto;
        position: fixed;
        margin: 0% 0%;
        box-shadow: 0 0 13px rgb(0, 0, 0, 0.3);
    }
    
    .head_logo {
        display: flex;
        align-items: center;
    }
    
    .head_logo i {
        font-size: 15px;
        color: #666;
    }
    
    .head_logo p {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        color: #fff;
    }
    
    .head_logo p b {
        font-size: 28px;
        line-height: 36px;
        padding: 0 9px 8px 0;
        color: #333;
    }
    
    .head_con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
        position: relative;
    }
    
    .head_nav {
        display: flex;
        align-items: center;
        position: relative;
        width: 80%;
    }
    
    .head_nav>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }
    
    .head_nav>ul>li {
        padding: 0 0px;
    }
    
    .head_nav>ul>li>a:before {
        content: '';
        width: 100%;
        height: 3px;
        background: #1d4b86;
        position: absolute;
        left: 0;
        bottom: 0px;
        opacity: 0;
        transform: scaleX(0);
        transition: 0.5s;
        border-radius: 7px;
        z-index: -1;
    }
    
    .head_nav>ul>li:hover>a:before,
    .head_nav>ul>li.cur>a:before {
        opacity: 1;
        transform: scaleX(1);
        transition: 0.5s;
    }
    
    .head_nav>ul>li>a {
        font-size: 16px;
        position: relative;
        height: 110px;
        color: #333;
        display: block;
        text-align: center;
        line-height: 100px;
    }
    
    .head_nav li a i {
        color: #999;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 0 0;
    }
    
    .head_nav>ul>li>a:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 4px;
        top: -28px;
        background: #f8f8f8;
        border-radius: 50%;
        overflow: hidden;
        transition: 0.5s;
        opacity: 0;
        z-index: -2;
        transform: scaleX(0);
        padding: 46%;
        display: none;
    }
    
    .head_nav>ul>li:hover a:after,
    .head_nav>ul>li.cur a:after {
        opacity: 1;
        transform: scaleX(1);
    }
    
    .head_nav>ul>li:hover>dl {
        opacity: 1;
        visibility: visible;
        top: 102%;
    }
    
    .head_nav>ul>li>dl {
        position: absolute;
        width: 100%;
        display: block;
        z-index: 100;
        background: #fff;
        left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        top: 155px;
        padding: 70px;
    }
    
    .nav>ul>li>dl>dd {
        display: block;
        overflow: hidden;
        margin: auto;
    }
    
    .xl_bt {
        width: 100%;
        border-bottom: 1px #eee solid;
        padding-bottom: 40px;
        overflow: hidden;
    }
    
    .xl_bt p {
        font-size: 26px;
        color: #333;
        float: left;
        line-height: 30px;
    }
    
    .xl_bt a {
        width: 120px;
        height: 30px;
        background: #1d4b86;
        text-align: center;
        color: #fff;
        font-size: 14px;
        display: block;
        float: right;
        line-height: 30px;
        border-radius: 60px;
    }
    
    .fl_box {
        width: 100%;
        overflow: hidden;
    }
    
    .fl_box li {
        float: left;
width: 200px;

    }
    
    .fl_box li+li {
        margin-left: 10px;
    }
    
    .fl_box li a {
        font-size: 17px;
        color: #666;
        position: relative;
        padding-left: 20px;
        text-align: left;
        line-height: 20px;
        display: block;
        text-align: center !important;
        padding: 16px;
    }
    
    .fl_box li a:hover {
        color: #1d4b86;
    }
    
    .fl_box li a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px #949494 solid;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
    }
    
    .fl_box li a:hover:before {
        border-color: #1d4b86;
    }
    
    .fl_box li dt {
        margin-top: 5px;
        padding-left: 20px;
    }
    
    .fl_box li dt a {
        font-size: 15px;
        color: #999;
    }
    
    .fl_box li dt a:before {
        border-color: #a9a9a9;
    }
    
    .re {
        width: 100%;
        overflow: hideen;
        margin-top: 30px;
    }
    
    .re .rbt {
        font-size: 24px;
        color: #333;
        float: left;
        border-left: 5px #000 solid;
        border-left: 5px #1d4b86 solid;
        padding-left: 10px;
        margin-bottom: 30px;
    }
    
    .re .t_box {
        width: 100%;
        overflow: hidden;
    }
    
    .t_box>.progdwz2021 li {
        float: left;
        width: calc((100% - 30px)/4);
        border-radius: 15px;
    }
    
    .t_box>.progdwz2021 li img {
        width: 100%;
        height: auto;
        border: 1px #eee solid;
    }
    
    .t_box>.progdwz2021 li+li {
        margin-left: 10px;
    }
    
    .t_box>.progdwz2021 li a {
        line-height: 40px;
    }
    
    .t_box>.progdwz2021 li span {
        display: block;
        text-align: center;
    }
    
    .re .t_box>.news_div>.news_div_item {
        float: left;
        width: calc((100% - 20px)/2);
        text-align: left;
        border: 1px #eee solid;
        margin-bottom: 20px;
        box-shadow: 0 0 5px #eee;
        padding: 20px;
    }
    
    .re .t_box>.news_div>.news_div_item+.news_div_item {
        margin-left: 20px;
    }
    
    .re .t_box>.news_div>.news_div_item:nth-child(3) {
        margin-left: 0;
    }
    
    .re .t_box .news_div_item_a {
        font-size: 16px;
        line-height: 35px;
        color: #1d4b86;
        font-weight: bold;
    }
    
    .re .t_box .news_div_item_body {
        font-size: 14px;
        line-height: 23px;
        color: #666;
    }
    
    head_nav .news_div_item_date {
        display: flex;
    }
    
    head_nav .news_div_item_year,
    .news_div_item_month,
    .news_div_item_day {
        color: #666;
        font-size: 16px;
        line-height: 20px;
    }
    
    .nav>ul>li:hover>dl {
        opacity: 1;
        visibility: visible;
        top: 98%;
    }
    
    .com_bo {
        width: 100%;
        color: #666;
        line-height: 25px;
        overflow: hidden;
        text-align: left;
    }
    
    .fl_box ul {
        display: flex;
        flex-flow: wrap;
    }
    
    .fl_box li a {
        font-size: 17px;
        color: #666;
        position: relative;
        line-height: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .fl_box li dl {
        display: none;
    }
    
    .head_r {
        position: relative;
    }
    
    .head_r:before {
        content: '';
        width: 1px;
        height: 110px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: -35px;
        left: -36px;
        display: none;
    }
    
    .head_r>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head_r>ul>li {}
    
    .head_r>ul>li i {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
        margin-right: 15px;
    }
    
    .head_r>ul>li i:after {
        content: '';
        width: 100%;
        height: 74px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .head_r>ul>li p {
        width: 250px;
        background: #ffffff;
        transform: rotateX(90deg);
        position: absolute;
        right: 0;
        transition: all 0.5s;
        font-size: 16px;
        padding: 16px 24px;
        z-index: 99;
        text-align: left;
        color: #333;
        top: 67px;
        transform-origin: top;
    }
    
    .head_r>ul>li p span {
        font-size: 20px;
        display: block;
        color: #f0353c;
        font-family: Arial;
        padding-top: 6px;
    }
    
    .head_r>ul>li:hover p {
        transform: rotateX(0);
        transition: all 0.5s;
    }
    
    .head_r>ul>li a {
        font-size: 15px;
        color: #666;
    }
    
    .head_r>ul>li:hover .tit_sel {
        transform: rotateX(0);
        transition: all 0.5s;
    }
    
    .tit_sel {
        background: rgba(51, 51, 51, 0.7);
        transform: rotateX(90deg);
        position: absolute;
        right: 0;
        transition: all 0.5s;
        font-size: 16px;
        padding: 34px;
        z-index: 99;
        top: 66px;
        transform-origin: top;
    }
    
    .tit_sel span {
        font-size: 24px;
        display: block;
        color: #152682;
        font-family: Arial;
    }
    
    .tit_icon:hover .tit_sel {
        transform: rotateX(0);
        transition: all 0.5s;
    }
    
    #search-i {
        float: left;
        width: 30px;
        height: 33px;
        overflow: hidden;
        margin-top: 20px;
        box-sizing: border-box;
        padding-top: 7px;
        border: 1px solid #dddddd;
        border-left: none;
    }
    
    #search-bg {
        float: left;
        width: 500px;
        height: 33px;
        overflow: hidden;
        padding-left: 14px;
        margin-top: 20px;
        box-sizing: border-box;
        border: 1px solid #dddddd;
        border-right: none;
        text-align: left;
        line-height: 30px;
    }
    
    .search-text {
        font-size: 14px;
        color: #999999;
        justify-content: center;
        align-items: center;
    }
    
    .search-text a {
        font-size: 14px;
        color: #fff !important;
    }
    
    .search-text a:hover {
        font-size: 14px;
        color: #ffffff;
    }
    
    .search-text span {
        float: left;
        color: #ffffff;
        font-size: 15px;
    }
    
    #infoname {
        border: none;
        background: none;
        outline: none;
    }
    
    .search_name {
        float: left;
        font-size: 22px;
        color: #ffffff;
        line-height: 32px;
        position: relative;
        z-index: 5;
        padding: 15px 0;
        width: 264px;
        height: 96px;
        background: #cb0303;
        text-align: center;
    }
    
    .search_name:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 7px solid #005299;
        border-right: 7px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 7px solid #005299;
        position: absolute;
        top: 81px;
        right: -13px;
        transition: 0.5s all ease-in-out;
    }
    
    .form {
        justify-content: center;
        display: flex;
    }
    
    .head_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 72%;
    }
    
    @media screen and (max-width: 1600px) {
        .head_nav {
            width: 80%;
        }
        .head_r {
            width: 18%;
        }
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt4 {
        margin-top: 120px;
        left: 35%;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt3 {
        top: -100px;
    }
    
    .index_main .section1 {
        position: relative;
        width: 100%;
        min-width: 1400px;
        height: 1000px;
        overflow: hidden;
    }
    
    .ab_bc:before {
        content: '';
        width: 42%;
        height: 6px;
        background: #e77d33;
        position: absolute;
        left: 0px;
        top: 914px;
        z-index: 999;
    }
    
    .head_r>ul>p {
        height: 30px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        color: #fff;
    }
    
    .head_r>ul>p>a {
        color: #525252;
        font-size: 18px;
    }
    
    .head_r>ul>p>a:first-child {
        color: #525252;
        width: 60px;
        height: 30px;
        line-height: 30px;
        border-radius: 24px;
        text-align: center;
    }
    
    .head_logo p em {
        color: #525252;
        font-size: 22px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }
    
    .head_logo>i {
        display: block;
    }
    
    .head_logo>i img {
        margin-right: 20px;
        height: 54px;
    }
    /*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;
        height: auto;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0!important;
    }
    
    .bann_num>span {
        font-size: 30px;
        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;
    }
    
    .ban_dot li+li {
        margin-left: 12px;
    }
    
    .ban_dot li button {
        display: none;
    }
    
    .ban_dot li.slick-active {
        background: #1d4b86;
    }
    
    .jianjie {
        padding: 100px 0px;
        border-bottom: 1px #eee solid;
    }
    
    .zjs_zy {
        font-size: 22px;
        color: #1c4a86;
    }
    
    .zjs_ze {
        font-size: 56px;
        line-height: 75px;
        margin-top: 5%;
        color: #333;
    }
    
    .zjs_ze strong {
        color: #1c4a86;
    }
    
    .zjs_zs {
        margin-top: 15%;
    }
    
    .rwz {
        width: 40%;
    }
    
    .rwz p {
        font-size: 16px;
        line-height: 34px;
        display: block;
        padding-bottom: 30px;
    }
    
    .rwme {
        margin-top: 20px;
    }
    
    .rwme a {
        font-size: 20px;
        color: #1d4b86;
        font-weight: bold;
    }
    
    .t {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    
    .t p {
        font-size: 43px;
        font-weight: bold;
        color: #1d4986;
        padding-bottom: 8px;
    }
    
    .t p strong {
        color: #1d4986;
    }
    
    .t d {
        color: #055db4;
    }
    
    .t dd {
        color: #666;
        font-size: 18px;
    }
    
    .proadv_con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .proadv_con li {
        width: 31%;
        text-align: center;
        background: #f4f4f4;
        padding: 80px 0;
        margin-bottom: 30px;
    }
    
    .proadv_con li em {
        width: 190px;
        height: 190px;
        border-radius: 100%;
        background: #fff;
        display: block;
        margin: 0 auto 20px;
        overflow: hidden;
    }
    
    .proadv_con li b {
        font-size: 34px;
        color: #333;
        display: block;
        font-weight: bold;
        margin-top: 40px;
    }
    
    .proadv_con li p {
        font-size: 17px;
        line-height: 40px;
        color: #444;
        margin-top: 36px;
        padding: 0px 54px;
        text-align: left;
    }
    
    .proadv_con li:hover {
        background: #1d4b86;
        transition: all 0.3s ease;
    }
    
    .proadv_con li:hover b {
        color: #c1411c;
        transition: all 0.3s ease;
    }
    
    .proadv_con li:hover p {
        color: #fff;
        transition: all 0.3s ease;
    }
    
    .js_bg {
        width: 1920px;
        height: auto;
        margin-top: 60px;
padding-bottom: 80px;
background: url(https://memberpic.114my.com.cn/dghxkj/uploadfile/image/20250912/20250912141018_171310585.png);


    }
    
    .about_num {
        width: 46%;
        /* position: absolute; */
        left: 46%;
        bottom: 0;
    }
    
    .about_num ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin: 4% 0 0;
    }
    
    .about_num li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5% 0;
        transition: 0.5s;
        /* background: rgba(255,255,255,0.5); */
        /* box-shadow: 0 0 20px #eee; */
    }
    
    .about_num li span {
        display: flex;
        align-items: flex-end;
    }
    
    .about_num li span b {
        font-size: 64px;
        font-family: Arial;
        color: #1d4986;
        transition: 0.5s;
        font-weight: bold;
    }
    
    .about_num li span i {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #c1411c;
        color: #fff;
        font-size: 12px;
    }
    
    .about_num li p {
        font-size: 16px;
        margin: 3% 0 0;
        color: #333;
    }
    
    .js_t {
        padding-top: 8%;
        padding-bottom: 2.5%;
    font-size: 53px;
    color: #333;
    font-weight: bold;

    }
    
    .js_wt {
        font-size: 18px;
        line-height: 40px;
        color: #333;
        width: 46%;
    }
    
    .dl_bg {
        width: 500px;
        background: url(https://memberpic.114my.com.cn/dghxkj/uploadfile/image/20250912/20250912114922_95943197.png);
        height: 530px;
    }
    
    .hg_bg {
        width: 500px;
        background: url(https://memberpic.114my.com.cn/dghxkj/uploadfile/image/20250912/20250912114922_2039343277.png);
        height: 530px;
    }
    .zj_bg {
        width: 500px;
        background: url(https://memberpic.114my.com.cn/dghxkj/uploadfile/image/20251126/20251126143635_368282201.jpg);
        height: 530px;
    }
    
    .proc {
        display: flex;
    }
    
    .proc div:hover p {
        background: rgba(29, 75, 134, 0.8);
    }
    
    .proc p {
        display: block;
        width: 100%;
        padding: 8% 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        top: 350px;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .proc img {
        display: block;
        margin: 0 auto;
        height: 45px;
    }
    
    .proc strong {
        display: block;
        font-size: 26px;
        color: #fff;
        padding-top: 20px;
    }
    /*hz */
    
    .hz {
        width: 1500px;
        position: relative;
        margin: 0 auto;
    }
    
    .hz h2 {
        margin-bottom: 25px;
        font-weight: normal;
        font-size: 24px;
    }
    
    .hz .jt a {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 42px;
    }
    
    .hz .hzprev a {
        background: url() no-repeat 0 0;
        left: -48px;
    }
    
    .hz .hznext a {
        background: url() no-repeat 0 0;
        right: -48px;
    }
    
    .m_hz {
        width: 1500px;
        margin-top: 50px;
    }
    
    .m_hz li {
        width: 220px;
        position: relative;
        margin-right: 15px;
    }
    
    .m_hz li img {
        display: block;
        width: 200px;
        border: 1px #eee solid;
    }
    
    .m_hz li em {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        display: block;
        background: rgba(102, 205, 1, 0.9);
        position: absolute;
        top: 130px;
        left: 0;
        width: 230px;
        text-align: center;
        height: 30px;
        font: 14px "Microsoft YaHei";
        line-height: 30px;
        color: #fff;
        overflow: hidden;
        text-align: center;
    }
    
    .m_hz li:hover em {
        top: 90px;
    }
    
    .w1400 {
        width: 1500px;
        margin: 0 auto;
    }
    
    .m_hz .tempWrap {
        width: 1500px !important;
    }
    
    .ry_bg {
        width: 100%;
        height: 880px;
        background: url(https://memberpic.114my.com.cn/dghxkj/uploadfile/image/20241016/20241016142734_1465171117.jpg) no-repeat center;
    }
    
    .ry_img {
        padding-top: 60px;
    }
    
    .ry_img img {
        margin: 0 auto;
        width: 100%;
    }
    
    .sb_bg {
        width: 100%;
        height: 430px;
        background: url(https://memberpic.114my.com.cn/dghxkj/uploadfile/image/20241016/20241016144233_1997835788.jpg) no-repeat center;
    }
    /*工厂实景*/
    
    .workshop {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .workshop_t {
        margin: 0 auto;
        width: 1500px;
    }
    
    .workshop_t1 {}
    
    .new_web_div2021 ul {
        display: flex;
        justify-content: space-around;
    }
    
    .workshop_t1 .new_web_div2021 li {
        float: left;
        width: 23.5%;
        overflow: hidden;
        position: relative;
    }
    
    .workshop_t1 .new_web_div2021 li p {
        display: block;
        background: #fff;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
    }
    
    .workshop_t1 .new_web_div2021 li:hover p a {
        font-size: 16px;
    }
    
    .workshop_t1 .new_web_div2021 li {}
    
    .workshop_t1 .new_web_div2021 li a {
        overflow: hidden;
        display: block;
        font-size: 16px;
    }
    
    .workshop_t1 .new_web_div2021 li a img {
        transition: all .5s;
        height: auto;
        width: 100%;
    }
    
    .workshop_t1 .new_web_div2021 li:hover a img {
        transform: scale(1.2);
    }
    
    .workshop_t1 .new_web_div2021 li:hover p,
    .workshop_t1 .new_web_div2021 li:hover p a {
        color: #fff;
        background: #1d4b86;
    }
    
    .xw_t {
        font-size: 22px;
    }
    
    .xw_p {
        font-size: 16px;
        line-height: 33px;
        margin-bottom: 80px;
            padding-top: 20px;
    }
    
/*版权*/
.bq { width: 100%; height: auto; background-color: #f8f8f8; }
.bq_y { height: 170px; display: flex; justify-content: space-between; align-items: center; font-size: 18px; color: #333; border-bottom: 1px solid rgba(51,51,51,0.1); }
.bq_yy { width: 60%; display: flex; justify-content: space-between; align-items: center; }
.bq_e { display: flex; justify-content: space-between; align-items: center; font-size: 18px; color: #abacae; border-bottom: 1px solid rgba(51,51,51,0.1); }
.kslj li { width: 165px; display: inline-block; vertical-align: top; margin-top: 60px; margin-bottom: 60px; }
.kslj li p { font-size: 18px; color: #333; text-align: left; margin-bottom: 30px; font-weight: bold;}
.kslj li a { display: block; font-size: 15px; color: #6e7072; line-height: 32px; text-align: left; }
.kslj li a:hover, .end a:hover { color: #1d4b86; }
.bq_s { height: 92px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; color: #abacae; }
.bq_s a { font-size: 15px; color: #abacae; }
.bq_s a:hover { color: #1d4986; }

.dht{display: flex
;
    flex-flow: wrap;
    flex-wrap: nowrap;}
.dht img{    width: 200px;margin-right: 20px;}