@charset "UTF-8";

/* 清除默认样式代码 */
/* 去除常见标签默认的 margin 和 padding */
* {
    margin: 0;
    padding: 0;
}

/*去除所有元素由于加了边框让盒子变大的情况*/
* {
    box-sizing: border-box;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
    font: 16px / 1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
        "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

/* 去除列表默认样式 */
ul,
ol {
    list-style: none;
}

/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}

/* 让所有斜体不倾斜 */
em,
i {
    font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
    text-decoration: none;
    color: #333;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
    vertical-align: middle;
}

/* 去除input默认样式 */
input,
button {
    cursor: pointer;
    border: none;
    outline: none;
    color: #333;
}

/* 左浮动 */
.fl {
    float: left;
}

/* 右浮动 */
.fr {
    float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

@media screen and (max-width:1200px) {

    /* base.css */
    .container {
        /* width: 1200px; */
        width: 100%;
        margin: 0 auto;
    }
    /* 防止链接接收点击事件 */
    .c_card_1 .top_l h4 a {
        pointer-events: none; 
        font-size: 18px;
    }

    .pc_img{
        display: none;
    }

    .phone_h3{
        display: none;
    }


    .c_card_img_2_swiper img {
        width: 100%;
        height: auto;
        display: block;
    }


    .ellipsis {
        white-space: nowrap;
        /* 禁止换行 */
        overflow: hidden;
        /* 隐藏溢出内容 */
        text-overflow: ellipsis;
        /* 显示省略号 */
        width: 100%;
        /* 需要指定宽度 */
    }

    .ellipsis_1{
        width: 76% !important;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        
    }

    .multi-line-ellipsis {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* 限制显示的行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    header {
        height: auto;
        background-image: url("../assets/images/bgs.png");
        background-size: cover;
    }

    .index_content {
        background-image: url(../assets/images/indexbg.png);
        background-repeat: repeat;
        background-size: 100%;
    }


    header .container {
        height: 100%;
        align-items: center;
        display: flex;
        /* justify-content: space-between; */
    }

    header .container img {
        /* height: 75px; */
        /* position: absolute;
        top: 36px; */
    }
    header .container .logo{
        height: 60px;
        margin-top: 10%;
    }

    header .container .dh1 {
        display: none;
    }

    header .container .dh2 {
        width: 90%;
        height: auto;
        margin-top: 20px;
        /* position: absolute;
        top: 120px;
        left: 50%;
        margin-left: -45% */
    }

    .in1,.din2,.float_l,.float_r,.float_qq,.PCfooter,.float_rczp{display: none;}
    .NavBtnDiv {width: 100%;height: 100%;position: fixed;z-index: 999999;top: 0px;left: 0%;display: none;font-size: 14px;}
    .NavBtnR {width: 100%;height: 100%;background: #fff;animation: NavBtnR 0.6s;-webkit-animation: NavBtnR 0.6s;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;opacity: 0;position: relative;}
    @keyframes NavBtnR {0% {transform: translateX(100px) translateX(0px);opacity: 0}100% {opacity: 1}}
    .PCherder_fd{display: none;}

    .NavBtnRs {width: 24px;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;position: absolute;z-index: 99;top: 20px;right: 5%;}
        
    .Header2 {width: 100%;height: 20px;z-index: 9999;font-size: 14px;}
    .Header2_bg{background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.94) 54%, rgba(255, 255, 255, 0) 100%); opacity: 1;}
    .HeaderLogo2 {width: 43%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 15px;float: left;margin-left: 5%;}
    .HeaderLogo2 img {margin-top: 0px;}
    .HeaderP2 {font-size: 14px;}
    .sousuo2 {width: 20px;height: 20px;margin-right: 15px;transition: 0.6s;position: relative;margin-top: 17px;float: right;}

    .sousuo2:hover {transform: rotate(360deg);}
    .tel12 {width: 26px;height: 26px;margin-right: 10px;transition: 0.6s;}
    .HeaderP2 span {display: none;}
    .HeaderP2 span:hover .tel12 {transform: rotate(360deg);}

    .Header3 {width: 100%;height: 56px;background: #fff;position: fixed;top: 0px;left: 0%;z-index: 9999;font-size: 14px;box-shadow: 0px 0px 15px rgba(71, 32, 32, 0.1);}

    .HeaderLogo3 {width: 43%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;float: left;margin-left: 5%;}
    .HeaderLogo3 img {margin-top: 15px;}
    .HeaderP3 {font-size: 14px;}

    .sousuo3 {width: 26px;height: 26px;margin-right: 15px;transition: 0.6s;position: relative;;margin-top: 17px;float: right;}
    .sousuo3:hover {transform: rotate(360deg);}
    .tel13 {width: 26px;height: 26px;margin-right: 10px;transition: 0.6s;}
    .HeaderP3 span {display: none;}
    .HeaderP3 span:hover .tel13 {transform: rotate(360deg);}
    .nav1B {width: 22px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;float: right;margin-right: 18px;display: block;}
    .nav1B img{height: 24px;position: absolute;top: 10px;right: 10px;}
    .sosoInp {width: 75px;padding-left: 20px;height: 25px;line-height: 25px;font-size: 12px;color: #555555;border-radius: 50px;border: 0px;}
    .sosoInp2 {width: 75px;padding-left: 20px;height: 25px;line-height: 25px;font-size: 12px;color: #555555;border-radius: 50px;border: 0px;}
    .soso_zky {width: 13px;height: 13px;margin-top: 5px;margin-left: 5px;}
    .soso_zky2 {width: 13px;height: 13px;margin-top: 5px;margin-left: 5px;}
    .soso_zk {width: 135px;height: 30px;position: absolute;right: 15%;top: 14px;z-index: 99;display: none;}
    .soso_zkz {width: 115px;height: 30px;background: #fff;border-radius: 50px;}
    .soso_zk2 {width: 135px;height: 30px;position: absolute;right: 15%;top: 14px;display: none;z-index:999;}
    .soso_zkz2 {width: 115px;height: 30px;background: #fff;border-radius: 50px;border: 1px solid #f8f8f8;}
    .Headersdiv{width: auto;min-height: 1px;height: auto;overflow: hidden;float: left;margin-left:5px;margin-top: 20px;}
    .Headersdiv .p1{float: left;}
    .Headersdiv .p1 a{color: #0358ce;font-size: 12px;float: left;}
    .Headersdiv .in1r_l1{float: left;border: none;width: 46px;font-size: 12px;background-color: transparent;outline: medium;color: #0358ce;margin-left: 5px;}
    .sousuo2z {width: 22px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;float: right;margin-right: 18px;display: block;}
    .sousuo2z img{width: 26px;height: 26px;position: absolute;top: -5px;right: 40px;}
    .s-side {
    width:90%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding:30px 10% 30px 10%;
    }
    .s-side .s-firstItem i {
    font-size:1em;color:#323232;
    }
    .s-side .s-firstItem span {color:#323232;
    display: inline-block;
    margin-right:5%;
    font-size:1.2em;
    }
    .s-side .first {width:90%;
        padding:10px 0px;
        border-bottom: 1px solid #f5f5f5;
    }
    .s-side .d-firstNav span {color:#323232;
    display: inline-block;font-size:1.2em;
    }
    .s-side .d-firstNav i.fr {
    font-size: 1.2em;color:#5c5c5c;
    }
    .s-side .s-secondNav,.s-side .s-secondItem,.s-side .s-thirdItem {color:#5c5c5c;margin-left:10px;margin-top: 10px;}
    .s-secondNav,.s-fourthNav,.s-thirdNav{color:#5c5c5c;margin-left:20px;margin-top: 10px;}

    .s-secondNav span a{color:#5c5c5c;}
    .s-secondNav:hover,.d-firstNav:hover{cursor: pointer;color:#1DB9EC;}

    .s-fourthNav span a{color:#5c5c5c;}
    .s-fourthNav:hover,.d-firstNav:hover{cursor: pointer;color:#1DB9EC;}

    .s-thirdNav span a{color:#5c5c5c;}
    .s-thirdNav:hover,.d-firstNav:hover{cursor: pointer;color:#1DB9EC;}

    .s-side .d-secondDrop {color:#5c5c5c;margin-left: 20px;margin-top: 10px;}
    .s-side .d-thirdDrop {color:#5c5c5c;margin-left: 20px;margin-top: 10px;}
    .s-side .d-fourthDrop {color:#5c5c5c;margin-left:100px;margin-top: 10px;}
    .iconRotate {transform: rotate(90deg);transition: transform 0.5s;}
    .s-firstDrop,.s-secondDrop,.s-thirdDrop,.s-fourthDrop{color:#5c5c5c;display: none;}
    .s-firstDrop .s-secondNav,.s-secondDrop .s-thirdNav,.s-thirdDrop .s-fourthNav{color:#5c5c5c;margin-left:20px;margin-top: 10px;}
    .nav {
        /* width: 100%;
        background: #c22b25;
        height: 70px; */
        display: none;
    }

    .nav .nav_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav .firstNav {
        height: 100%;
        padding: 20px 23px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
    }

    .nav .firstNav:hover {
        background: #980600;
    }

    .nav .firstNav:hover .d-firstDrop {
        display: block !important;
    }



    .nav .firstNav:hover a {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
        color: #FFC66A;
        text-align: left;
        font-style: normal;
        text-transform: none;

    }

    .nav .firstNav a {
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;
        box-sizing: border-box;
        cursor: pointer;
    }


    .nav input {
        width: 203px;
        height: 40px;
        padding-left: 12px;
        box-sizing: border-box;
    }

    .nav button {
        width: 84px;
        height: 40px;
        background: #BC9C69;
        border-radius: 0px 3px 3px 0px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .nav button img {
        width: 16px;
    }

    .nav_active {
        background: #980600;
    }

    .nav_active a {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
        color: #FFC66A !important;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .content {
        margin-top: 12px;
    }

    .content h2 {
        padding: 0 3% 0 3%;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 22px;
        color: #C22B25;
        line-height: 26px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 20px;
    }

    .content h3 {
        margin-top: 10px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
        color: #C22B25;
        text-align: left;
        font-style: normal;
        text-transform: none;
        text-align: center;
        width: 95%;
        margin: 0 auto;
        /* margin-bottom: 30px; */
    }

    .content-carousel {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .carousel-item {
        /* position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.8s ease; */
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
    }

    .carousel-item-right{
        display: none;
    }
    .c_card_right_content_footer{
        display: none;
    }

    .carousel-item img {
        width: 100%;
        height: 100%
    }

    /* .carousel-item.active {
        opacity: 1;
        z-index: 1;
    } */

    .carousel-item h3 {
        font-size: 32px;
        margin-bottom: 20px;
        color: #333;
    }

    .carousel-item p {
        font-size: 18px;
        color: #666;
        max-width: 100%;
        line-height: 1.6;
    }
    .carousel-item_1 p{
        max-width: 100% !important;
    }
    .carousel-indicator-pagination{
        /* width: 180px !important;
        height: 48px;
        line-height: 48px;
        z-index: 999; */
        position: absolute;
        bottom: 25%;
        right: 26%;
        left: auto;
        text-align: right;
    }

    .carousel-container_1{
        width: 100% !important;
    }

    /* 自定义分页器的样式 */
    .swiper-pagination-bullet {
        width: 20px !important; /* 设置分页器的宽度 */
        height: 10px !important; /* 设置分页器的高度 */
        background-color: #000; /* 设置分页器的背景颜色 */
        opacity: 1; /* 设置分页器的透明度 */
        border-radius: 0 !important; /* 设置分页器的圆角为0，即矩形 */
        margin: 0 5px; /* 设置分页器之间的间距 */
    }

    /* 当前激活的分页器样式 */
    .swiper-pagination-bullet-active {
        background-color: #c22b25 !important; /* 设置当前激活分页器的背景颜色 */
        width: 30px; /* 设置当前激活分页器的宽度 */
        height: 8px; /* 设置当前激活分页器的高度 */
    }

    .carousel-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border: none;
        cursor: pointer;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
    }

    .carousel-control img {
        width: 38px;
        height: 62px;
    }

    .carousel-control.prev {
        left: -6px;
    }

    .carousel-control.next {
        right: -6px;
    }

    .carousel-indicators {
        height: 60px;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
        position: absolute;
        bottom: 0px;
        /* left: 50%; */
        /* transform: translateX(-50%); */
        display: flex;
        gap: 10px;
        z-index: 10;
        align-items: center;
        justify-content: space-between;
    }

    .carousel-indicators_1{
        height: auto;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
        position: absolute;
        bottom: 0px;
        /* left: 50%; */
        /* transform: translateX(-50%); */
        display: flex;
        gap: 10px;
        z-index: 10;
        align-items: center;
        justify-content: space-between;
    }

    .carousel-indicators p {
        width: 100%;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;
        line-height: 24px;
    }

    .carousel-indicators .bg {
        background-color: rgba(0, 0, 0, 0.5);
        /* 黑色，50%透明度 */
        width: 67%;
        height: 100%;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel-indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-right: 8px;
    }

    .carousel-indicator.active {
        background-color: #c22b25;
    }

    /* 新增图片区域 */
    .c_card_img,
    .c_card_img_3{
        width: 95%;
        margin: 0 auto;
    }
    .c_card_img_3{
        margin-top: 10px;
    }
    .c_card_img img,
    .c_card_img_3 img{
        width: 100%;
    }
    .c_card_img_2_pc{
        display: none;
    }
    .pc_img{
        display: none;
    }

    .c_card_1,
    .c_card_5,
    .text_1 {
        display: flex;
    }

    .c_card_1 .c_1_left,
    .c_card_5 .c_1_left,
    .text_1 .c_1_left,
    .yjcd_phone .c_1_left {
        width: 95%;
        height: 230px;
        margin: 0 auto;
        border-radius: 0px 0px 0px 0px;
    }

    .c_card_1 .c_1_right,
    .c_card_5 .c_1_right,
    .text_1 .c_1_right,
    .yjcd_phone .c_1_right{
        width: 95%;
        height: auto;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        padding: 20px 15px 10px 15px;
    }

    .zkyj_card .c_1_right {
        width: 95%;
        height: auto;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        padding: 20px 15px;
    }

    .c_card_1 .c_1_right .c_r_top,
    .c_card_5 .c_1_right .c_r_top,
    .text_1 .c_1_right .c_r_top,
    .yjcd_phone .c_1_right .c_r_top {
        width: 100%;
        height: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .c_card_1 .c_1_right .c_r_top,
    .c_card_5 .c_1_right .c_r_top,
    .text_1 .c_1_right .c_r_top,
    .yjcd_phone .c_1_right .c_r_top{
        width: 100%;
        height: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .c_card_1 .c_1_right .top_l,
    .c_card_5 .c_1_right .top_l,
    .text_1 .c_1_right .top_l,
    .yjcd_phone .c_1_right .top_l {
        display: flex;
        justify-content: space-between;
    }

    .c_card_1 .c_1_right .top_l1{
        float: left;
        display: block;
    }

    .c_1_right .c_r_top .top_l .c_1_active a {
        color: #c22b25;
        font-size: 18px;
    }

    .c_card_1 .c_1_right .more,
    .c_card_5 .c_1_right .more,
    .text_1 .c_1_right .more,
    .yjcd_phone .c_1_right .more {
        /*background: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;*/
        /*border: 1px solid #C22B25;*/
        width: 49px;
        height: 22px;
        /*font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #C22B25;
  text-align: center;
  font-style: normal;
  text-transform: none;*/
    }

    .c_card_1 .c_1_right .more img,
    .c_card_5 .c_1_right .more img{
        width: 49px;
    }

    .c_card_1 .c_1_right h4 {
        margin-right: 10px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 18px;
        color: #484848;
        line-height: 45px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        position: relative;
        float: left;
    }
    .c_card_1 .c_1_right h4:last-child {
        margin-right: 0;
    }
    .c_card_5 .c_1_right h4{
        margin-right: 35px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
        color: #484848;
        line-height: 45px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        position: relative;
        margin-bottom: -5px;
    }

    /* .c_card_1_home .c_1_right h4:nth-child(3):before {
        position: absolute;
        content: "";
        width: 2px;
        height: 25px;
        background: #e2e2e2;
        top: 10px;
        left: -18px;
    } */

    /* .c_card_1 .c_1_right h4:nth-child(2):before,
    .c_card_5 .c_1_right h4:nth-child(2):before {
        position: absolute;
        content: "";
        width: 2px;
        height: 25px;
        background: #e2e2e2;
        top: 10px;
        left: -18px;
    } */

    .c_card_1 .c_1_right h4:hover,
    .c_card_5 .c_1_right h4:hover {
        color: #c22b25;
    }

    .c_card_1 .c_1_right .c_r_center h5,
    .c_card_5 .c_1_right .c_r_center h5,
    .yjcd_phone .c_1_right .c_r_center h5 {
        margin-top: 25px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-size: 18px;
        color: #323232;
        text-align: left;
        font-style: normal;
        text-transform: none;
        font-weight: bold;
        margin-bottom: 18px;
    }

    .c_card_1 .c_1_right .c_r_center h5:hover,
    .c_card_5 .c_1_right .c_r_center h5:hover,
    .yjcd_phone .c_1_right .c_r_center h5:hover {
        color: #c22b25;
    }

    .c_card_1 .c_1_right .c_r_text,
    .c_card_5 .c_1_right .c_r_text {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #555555;
        text-align: left;
        font-style: normal;
        text-transform: none;
        /* margin-top: 18px; */
    }

    .c_card_1 .c_1_right .c_r_text:hover,
    .c_card_5 .c_1_right .c_r_text:hover {
        color: #C22B25;
    }


    .zkyj_card .c_card_1 .c_1_right .divide {
        /* margin-top: 18px; */
        margin-bottom: 15px;
        width: 100%;
        height: 2px;
        border-bottom: 1px dashed #dedede;
    }
    .c_card_5 .c_1_right .divide{
        display: none;
    }

    .c_card_1 .c_1_right .list,
    .c_card_5 .c_1_right .list,
    .yjcd_phone .c_1_right .list {
        width: 100%;
    }

    .c_card_1 .c_1_right .list .list_left,
    .c_card_5 .c_1_right .list .list_left,
    .yjcd_phone .c_1_right .list .list_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
    }

    .c_card_1 .c_1_right .list .list_left p a,
    .c_card_5 .c_1_right .list .list_left p a,
    .text_1 .c_1_right .list .list_left p a,
    .yjcd_phone .c_1_right .list .list_left p a {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .c_card_1 .c_1_right .list .list_left p a:hover,
    .c_card_5 .c_1_right .list .list_left p a:hover {
        color: #C22B25;
    }

    .c_card_1 .c_1_right .list li,
    .c_card_5 .c_1_right .list li,
    .yjcd_phone .c_1_right .list li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .c_card_1 .c_1_right .list li .radio,
    .c_card_5 .c_1_right .list li .radio,
    .yjcd_phone .c_1_right .list li .radio {
        width: 7px;
        height: 6px;
        border: 2px solid #D5BC8D;
        border-radius: 50px;
        margin-right: 5px;
    }


    .c_card_1 .c_1_right .list li .timer,
    .c_card_5 .c_1_right .list li .timer,
    .yjcd_phone .c_1_right .list li .timer {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #9F9F9F;
        text-align: right;
        font-style: normal;
        text-transform: none;
    }

    .c_card_2 {
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
    }

    .c_card_2 .c_r_center,
    .c_card_2 .c_r_center_2, 
    .c_card_5 .c_r_center {
        margin-top: 18px;
    }

    .c_card_2 .list li {
        margin-bottom: 25px;
    }

    .c_card_2 .c_1_right {
        width: 95%;
        height: auto;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        padding: 12px 15px;
        margin: 0 auto;
    }

    .c_card_2 .c_1_right_item {
        margin-top: 10px;
    }

    .c_card_2 .c_1_right .c_r_top {
        width: 100%;
        height: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 25px;
    }

    .c_card_2 .c_1_right .top_l {
        display: flex;
        justify-content: space-between;
    }

    .c_card_2 .c_1_right .more,
    .c_card_2 .c_1_right .more_2 {
        /*background: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;*/
        /*border: 1px solid #C22B25;*/
        width: 49px;
        height: 22px;
        /*font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #C22B25;
  text-align: center;
  font-style: normal;
  text-transform: none;*/
    }

    .c_card_2 .c_1_right .more img {
        width: 49px;
        height: 22px;

    }

    .c_2_active {
    margin-right: 35px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
        color: #484848;
        line-height: 45px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        position: relative;
        margin-bottom: -5px;
  }
  .c_2_active a{
    color: #c22b25;
  }

    .c_card_2 .c_1_right h4 {
        margin-right: 18px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 18px;
        color: #484848;
        line-height: 45px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        position: relative;
    }

    /* .c_card_2 .c_1_right h4:nth-child(2):before {
        position: absolute;
        content: "";
        width: 2px;
        height: 25px;
        background: #e2e2e2;
        top: 10px;
        left: -18px;
    } */

    .c_card_2 .c_1_right h4:hover {
        color: #c22b25;
    }

    .c_card_2 .c_1_right .c_r_center h5 {
        margin-top: 30px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 18px;
        color: #323232;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .c_card_2 .c_1_right .c_r_center h5:hover {
        color: #c22b25;
    }

    .c_card_2 .c_1_right .c_r_text {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #555555;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 18px;
    }

    .c_card_2 .c_1_right .c_r_text:hover {
        color: #C22B25;
    }

    .c_card_2 .c_1_right .divide {
        margin-top: 18px;
        margin-bottom: 18px;
        width: 100%;
        height: 2px;
        border-bottom: 1px dashed #6e6e6e;
    }

    .c_card_2 .c_1_right .list {
        width: 100%;
    }

    .c_card_2 .c_1_right .list .list_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
    }

    .c_card_2 .c_1_right .list .list_left p a {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .c_card_2 .c_1_right .list .list_left p a:hover {
        color: #C22B25;
    }

    .c_card_2 .c_1_right .list a:hover {
        color: #C22B25;
    }

    .c_card_2 .c_1_right .list li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .c_card_2 .c_1_right .list li .radio {
        width: 7px;
        height: 6px;
        border: 2px solid #D5BC8D;
        border-radius: 50px;
        margin-right: 5px;
    }

    .c_card_2 .c_1_right .list li .timer {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #9F9F9F;
        text-align: right;
        font-style: normal;
        text-transform: none;
    }

    .c_card_3 {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .c_card_3 .card_3_item {
        width: 95%;
        height: 164px;
        background: #fdefd3;
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .c_card_3 .card_3_item:first-child {
        display: none;
    }


    .c_card_3 .card_3_item .window {
        transition: all 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .c_card_3 .card_3_item .window:hover {
        transform: scale(1.05);
    }

    .c_card_3 .card_3_item img {
        width: 123px;
        margin-right: 25px;
    }

    .c_card_3 .card_3_item .c_3_right {
        width: 180px;
        float: right;
        text-align: center;
    }

    .c_card_3 .card_3_item .c_3_right strong {
        text-align: center;
        margin-top: 10px;
        display: block;
    }

    .c_card_3 .card_3_item .c_3_right p {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 30px;
        color: #333333;
        line-height: 40px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .c_card_3 .card_3_item .c_3_right span {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 12px;
        color: #572B00;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .c_card_3 .card_3_item .c_3_right button {
        width: 97px;
        height: 31px;
        background: rgba(255, 225, 168, 0);
        border: 1px solid #D42D27;
        background: transparent;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: bold;
        font-size: 12px;
        color: #D42D27;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 16px;
        border-radius: 3px;
        display: block;
    }

    .card_3_item:hover {
        color: #D42D27 !important;
    }

    .card_3_item:hover button {
        color: #D42D27 !important;
        border: 1px solid #D42D27 !important;
    }

    .card_3_item:hover strong {
        color: #D42D27 !important;
    }

    .card_3_item:hover p {
        color: #D42D27 !important;
    }

    .card_3_item:hover span {
        color: #D42D27 !important;
    }

    .c_card_4 {
        margin-top: 10px;
    }

    .c_card_4 .c_4_title {
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .c_card_4 .c_4_title_1 {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .c_card_4 .c_4_title_1 img {
        height: 10px;
        width: 32%;
    }

    .c_card_4 .c_4_title_1 h3 {
        font-size: 28px;
        padding-top: 4px;
    }

    .c_card_4 .c_4_title h3 {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: bold;
        font-size: 30px;
        color: #C22B25;
        line-height: 40px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: -10px;
        margin-bottom: 0;
    }

    .c_card_4 .c4_content {
        /* display: flex; */
        /* margin-top: 10px; */
        justify-content: space-between;
    }

    .c_card_4 .c4_item {
        width: 95%;
        height: 146px;
        border-radius: 6px;
        transition: all 0.3;
        margin: 0 auto;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .c_card_4 .c4_item h2 {
        font-weight: 500;
        font-size: 28px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
        /* padding-top: 35px; */
    }

    .c_card_4 .c4_item p {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        display: none;
    }

    .c_card_4 .c4_item button {
        width: 120px;
        height: 38px;
        border: 1px solid #FFFFFF;
        display: block;
        background: transparent;
        font-size: 16px;
        color: #FFFFFF;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
        font-weight: bold;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 3px;
    }


    .c_card_4 .c4_item:nth-child(1) {
        background: url("../assets/images/c4_3.jpg");
        background-size: 100%;
        background-position: center;
        transition: background-size 0.5s ease-in-out;
        /* 过渡效果 */
    }

    .c_card_4 .c4_item:nth-child(2) {
        background: url("../assets/images/c4_1.jpg");
        background-size: 100%;
        background-position: center;
        transition: background-size 0.5s ease-in-out;
        /* 过渡效果 */
    }

    .c_card_4 .c4_item:nth-child(3) {
        background: url("../assets/images/c4_2.jpg");
        background-size: 100%;
        background-position: center;
        transition: background-size 0.5s ease-in-out;
        /* 过渡效果 */
    }

    .c_card_4 .c4_item:hover {
        background-size: 115%;
    }

    .c_card_4 .c4_item:hover h2,
    .c_card_4 .c4_item:hover button,
    .c_card_4 .c4_item:hover p {
        color: #C22B25;
    }



    .c_card_4 .c4_item:nth-child(1):hover h2,
    .c_card_4 .c4_item:nth-child(1):hover button,
    .c_card_4 .c4_item:nth-child(1):hover p {
        color: #ffc66a !important;
    }

    .c_card_4 .c4_item:hover button {
        border-color: #C22B25;
    }

    .c_card_4 .c4_item:nth-child(1):hover button {
        border-color: #ffc66a !important;
    }

    .c_card_4 .c4_item:hover:nth-child(1) h2,
    .c_card_4 .c4_item:hover:nth-child(1) button,
    .c_card_4 .c4_item:hover:nth-child(1) p {
        color: #fff;
    }

    .c_card_4 .c4_item:hover:nth-child(1) button {
        border-color: #fff;
    }

    .c_1_active {
        color: #c22b25 !important;
    }

    .c_card_5 {
        margin-top: 10px;
        justify-content: space-between;
    }

    /* .c_r_center{
        display: none;
    } */

    .c_card_5 .c_1_right {
        width: 95%;
        height: auto;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        justify-content: space-between;
        margin: 0 auto;
        padding: 12px 15px;
    }

    .c_card_5 .c_r_center h5 {
        font-weight: bold !important;
    }

    /* .c_card_5 .c_r_center .list_left {
        width: 580px !important;
    } */

    .c_card_5 .c_5_timer {
        font-size: 14px;
        color: #9F9F9F;
        font-style: normal;
        text-transform: none;
        margin-top: 5px;
    }

    .c_card_5 .c_r_text {
        font-size: 14px;
        color: #555555 !important;
        line-height: 25px;
        margin-top: 5px !important;
    }

    .c_card_5 .c_5_right {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        box-sizing: border-box;
        padding: 15px;
        margin: 10px auto;
    }

    .c_card_5 .c_5_right .c_5_title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 24px;
        color: #C22B25;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 30px;
        display: none;
    }

    .c_card_5 .c_5_right .c_5_title img {
        height: 10px;
        margin: 0 15px;
    }

    .c_card_5 .c_5_right .c_5_content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item {
        width: 48%;
        height: 110px;
        background: #DEB778;
        border-radius: 0px 0px 0px 0px;
        margin-bottom: 10px;
        transition: all 0.5s;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item img {
        width: 50px;
        transition: all 0.2s;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item p {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 10px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item:hover img {
        transform: rotate(360deg);
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item:nth-child(1) {
        background: #DEB778;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item:nth-child(2) {
        background: #D5BC8D;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item:nth-child(3) {
        background: #D5BC8D;
    }

    .c_card_5 .c_5_right .c_5_content .c_5_item:nth-child(4) {
        background: #DEB778;
    }

    .c_card_5 .c_5_right .c_5_bottom {
        width: 100%;
        height: 110px;
        background: #C22B25;
        border-radius: 0px 0px 0px 0px;
        overflow: hidden;
    }

    .c_card_5 .c_5_right .c_5_bottom .window {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: 110px;
        transition: all 0.3S;
    }

    .c_card_5 .c_5_right .c_5_bottom .window:hover {
        transform: scale(1.05);
    }

    .c_card_5 .c_5_right .c_5_bottom img {
        width: 80px;
        margin-right: 30px;
    }

    .c_card_5 .c_5_right .c_5_bottom h5 {
        font-size: 22px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
    }

    .c_card_5 .c_5_right .c_5_bottom p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 16px;
        text-align: center;
    }

    .c_card_5_1{
        flex-direction: column-reverse !important;
    }

    .c_card_6 {
        width: 95%;
        min-height: 220px;
        margin-top: 30px;
        margin: 0 auto;
        /* margin-bottom: 84px; */
    }
    .c_6_title_1{
        display: none !important;
    }
    .c_card_7 {
        width: 95%;
        min-height: 300px;
        margin-top: 30px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .c_card_6 .c_6_title,
    .c_card_7 .c_6_title {
        background: url("../assets/images/banner.jpg");
        background-size: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
    }

    .c_card_6 .c_6_title h3,
    .c_card_7 .c_6_title h3 {
        font-weight: bold;
        font-size: 28px;
        color: #C22B25;
        margin-top: 5px;
    }

    .c_card_6 .c_6_content,
    .c_card_7 .c_6_content {
        position: relative;
        width: 100%;
        margin: 0 auto;
        /* margin-top: 30px; */
    }

    .c_card_6 .c_6_content .carousel-container_6,
    .c_card_7 .c_6_content .carousel-container_6 {
        width: 95%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        display: flex;
    }

    .pc_carousel-container_6{
        display: none !important;
    }

    .c_card_6 .c_6_content .carousel-track_6,
    .c_card_7 .c_6_content .carousel-track_6 {
        display: flex;
        transition: transform 0.5s ease;
    }

    .c_card_6 .c_6_content .carousel-item_6,
    .c_card_7 .c_6_content .carousel-item_6 {
        flex: 0 0 386px;
        box-sizing: border-box;
        margin-right: 20px;
    }

    .c_card_6 .c_6_content .carousel-item_6 img,
    .c_card_7 .c_6_content .carousel-item_6 img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 4px;
    }

    .c_card_6 .c_6_content .carousel-nav_6,
    .c_card_6 .c_6_content .carousel-nav_7,
    .c_card_7 .c_6_content .carousel-nav_6,
    .c_card_7 .c_6_content .carousel-nav_7 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: transparent;
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s;
    }

    .c_card_6 .c_6_content .carousel-nav_6 img,
    .c_card_6 .c_6_content .carousel-nav_7 img,
    .c_card_7 .c_6_content .carousel-nav_6 img,
    .c_card_7 .c_6_content .carousel-nav_7 img {
        width: 50px;
    }

    .c_card_6 .c_6_content .carousel-prev_6,
    .c_card_7 .c_6_content .carousel-prev_6 {
        left: 120px;
        top: 160px;
    }

    .c_card_6 .c_6_content .carousel-next_6,
    .c_card_7 .c_6_content .carousel-next_6 {
        right: 120px;
        top: 160px;
    }

    .c_card_6 .c_6_content .carousel-prev_7,
    .c_card_7 .c_6_content .carousel-prev_7 {
        left: 120px;
        top: 230px;
        display: none;
    }

    .c_card_6 .c_6_content .carousel-next_7,
    .c_card_7 .c_6_content .carousel-next_7 {
        right: 120px;
        top: 230px;
        display: none;
    }

    .c_card_7 {
        position: relative;
        /* 轮播轨道 */
    }

    .c_card_7 .carousel-container_7 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        margin-top: 30px;
        max-width: 1200px;
        /* height: 185px; */
        display: none;
    }

    .c_card_7 .carousel-track_7 {
        display: flex;
        /* transition: transform 0.5s ease;
        will-change: transform; */
    }

    .swiper-slide {
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        will-change: transform;
    }

    .swiper-slide_ll {
        height: auto;
    }

    .carousel-track_7 a {
        display: block;
        flex: 0 0 218px;
        width: 216px;
        height: 173px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.08);
        border-radius: 0px 0px 0px 0px;
        padding: 0 30px;
        box-sizing: border-box;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        /*color: #fff;*/
        color: #484848;
        padding-top: 32px;
        margin-right: 27px;
    }

    .c_card_7 .carousel-item_7 {
        width: 100%;
        height: 100%;
        /* flex: 0 0 218px;
  width: 216px;
  height: 173px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 0px 0px;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  /*color: #fff;*/
        /* color: #484848;

  padding-top: 32px;
  margin-right: 27px; */
    }

    .c_card_7 .carousel-item_7 img {
        width: 50px !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .c_card_7 .carousel-nav_7 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: transparent;
        color: #fff;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s;
    }

    .c_card_7 .carousel-nav_7 img {
        width: 100%;
    }

    .c_card_7 .carousel-item_7 img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 4px;
    }

    /* 手机端适配分支机构 */
    .carousel-container_7_1 {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 15px;
        height: auto;
    }

    .carousel-track_7_1 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .carousel-track_7_1 a {
        display: block;
        width: 50%;
        box-sizing: border-box;
        padding: 8px;
        text-align: center;
        color: #484848;
        text-decoration: none;
    }

    .carousel-item_7_1 {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        /* padding: 15px 10px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carousel-item_7_1 img {
        width: 46px !important;
        height: 46px;
        display: block;
         margin: 0 auto 10px;
    }

    .carousel-item_7_1 p {
        font-size: 12px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        text-align: center;
    }

    /* 导航按钮样式（如果需要） */
    .carousel-nav_7_1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.7);
        border: none;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        z-index: 10;
    }

    .c_card_6 .c_6_content .carousel-prev_7_1,
    .c_card_7 .c_6_content .carousel-prev_7_1 {
        left: 30%;
        top: 100%;
    }

    .c_card_6 .c_6_content .carousel-next_7_1,
    .c_card_7 .c_6_content .carousel-next_7_1 {
        right: 30%;
        top: 100%;
    }

    /* 手机端分支机构结束 */

    .card_8 {
        width: 95%;
        min-height: 145px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        margin-top: 10px;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card_8_item {
        width: 100%;
        height: 85px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #c1c1c1;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .card_8_item .window {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: all 0.3s;
        margin-left: 0;
    }

    .card_8_item .window:hover {
        transform: scale(1.1);
    }

    .card_8_item img {
        width: 50px;
        height: 50px;
    }

    .card_8_item div {
        margin-left: 15px;
    }

    .card_8_item p {
        font-weight: bold;
        font-size: 17px;
        /*color: #fff;*/
        color: #484848;
        text-align: center;
        font-style: normal;
    }

    .footer {
        width: 100%;
        /* height: 200px; */
        background: #C22B25;
        border-radius: 0px 0px 0px 0px;
        margin-top: 10px;
        display: flex;
        box-sizing: border-box;
        padding: 20px 15px 20px 15px;
    }

    .footer .container {
        display: flex;
        justify-content: space-between;
    }

    .footer .f_left {
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .footer .f_right {
        display: flex;
        margin-top: 20px;
        display: none;
    }

    .footer .f_right .f_item {
        margin-left: 30px;
    }

    .footer .f_right p {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-top: 5px;
    }

    .footer .f_right img {
        width: 120px;
    }

    /* 导航栏容器 */
    .navbar {
        background: #c22b25;
        border-radius: 4px;
    }
    /* .nav-right-btn{
        display: none;
    } */

    /* 主菜单样式 */
    .nav-menu {
        list-style: none;
        display: flex;
        position: relative;
        align-items: center;
        height: 70px;
    }

    .nav-menu>li {
        position: relative;
        height: 100%;
    }

    .nav-menu>li>a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 15px 25px;
        transition: all 0.3s ease;
        font-size: 16px;
        white-space: nowrap;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    .nav-menu>li>a:hover {
        /* background: #34495e; */
        background: #980600;
    }

    /* 二级菜单样式 */
    .submenu {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #980600;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 100;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .nav-menu>li:hover>.submenu {
        opacity: 1;
        visibility: visible;
    }

    .submenu li {
        position: relative;
        border-bottom: 1px solid #980600;
    }

    .submenu li:last-child {
        border-bottom: none;
    }

    .submenu li a {
        display: block;
        color: #fff;
        padding: 12px 20px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .submenu li a:hover {
        background: #980600;
        color: #FFC66A;
        padding-left: 25px;
    }

    /* 三级菜单样式 */
    .submenu .third-level {
        list-style: none;
        position: absolute;
        left: 100%;
        top: 0;
        background: #980600;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    }

    .submenu li:hover>.third-level {
        opacity: 1;
        visibility: visible;
    }

    .third-level li a {
        padding: 10px 15px;
        border-bottom: 1px solid #980600;
    }

    .third-level li:last-child a {
        border-bottom: none;
    }

    /* 当前页面高亮样式 - 这些类可以通过PHP动态添加 */
    .current>a,
    .current-parent>a {
        background: #980600;
        color: #FFC66A !important;
    }

    ul {
        list-style: none !important;
    }


    .s_1_ellipsis {
        display: block;
    }

    .window_content {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 320px;
        height: 110px;
        transition: all 0.3S;
    }

    .window_content_text {
        display: none;
    }

    .scroller-wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        /* padding: 20px 0; */
        position: relative;
    }

    .scroller-container-1 {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .scroller-track-1 {
        display: flex;
        will-change: transform;
        padding: 0 60px;
        /* 为箭头留出空间 */
    }

    .scroller-item-1 {
        flex: 0 0 200px;
        margin: 0 10px;
        transition: transform 0.3s ease;
    }

    .scroller-item-1:hover {
        transform: scale(1.05);
    }

    .scroller-item-1 a {
        display: block;
        width: 100%;
        height: 100%
    }

    .scroller-item-1 a img {
        /* width: 100%; */
        height: 120px;
        object-fit: cover;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: block;
    }


    .scroller-container {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .scroller-track {
        display: flex;
        will-change: transform;
        padding: 0 60px;
        /* 为箭头留出空间 */
    }

    .scroller-item {
        flex: 0 0 200px;
        margin: 0 10px;
        transition: transform 0.3s ease;
    }

    .scroller-item:hover {
        transform: scale(1.05);
    }

    .scroller-item a {
        display: block;
        width: 100%;
        height: 100%
    }

    .scroller-item a img {
        /* width: 100%; */
        height: 120px;
        object-fit: cover;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: block;
    }

    .scroller-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .scroller-nav:hover {
        background: rgba(0, 0, 0, 0.9);
    }

    .scroller-prev {
        left: 10px;
    }

    .scroller-next {
        right: 10px;
    }

    .carousel-nav_1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: transparent;
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s;

        img {
            width: 100%;
        }
    }

    .carousel-prev_1 {
        left: -45px;
    }

    .carousel-next_1 {
        right: -45px;
    }

    /* 地图样式 */
    .container {
        flex-direction: column;
    }

    #map,
    #table-container {
        width: 100%;
    }

    #map {
        height: 500px;
    }

    .map_container {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .map_img{
        display: none;
    }

    .c_card_right{
        display: none;
    }

    /* 地图容器样式 */
    #map-container {
        flex: 1;
        min-width: 300px;
        height: 260px;
        background: #fff;
        /* border-radius: 8px; */
        width: 782px;
        display: none;
    }

    .info-window {
        color: #333;
        padding: 10px;
        min-width: 200px;
    }

    .info-window h4 {
        margin: 0 0 5px;
        color: #333;
        font-size: 16px;
    }

    .info-window p {
        margin: 5px 0;
        font-size: 14px;
    }

    .info-window .data-item {
        display: flex;
        justify-content: space-between;
        margin: 3px 0;
    }

    .info-window .data-label {
        color: #666;
    }

    .info-window .data-value {
        font-weight: bold;
        color: #c48A2B;
    }

    /* 表格容器样式 */
    #table-container {
        width: 380px;
        background: #fff;
        padding: 10px;
        /* border-radius: 8px; */
        /* max-height: 700px; */
        /* overflow-y: auto; */
    }

    h3 {
        color: #333;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .summary {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #555;
        display: flex;
        justify-content: space-around;
    }

    .summary-item {
        text-align: center;
    }

    .summary-item-number {
        color: #c48A2B;
        font-size: 18px;
        font-weight: bold;
    }

    .table {
        width: 100%;
        border-collapse: collapse;
        /* margin-top: 10px; */
        font-size: 14px;
    }

    .table th,
    .table td {
        padding: 8px 10px;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 12px;
    }

    .table th {
        background-color: #f2f2f2;
        font-weight: bold;
        /* position: sticky; */
        top: 0;
        /* font-size: 14px; */
    }

    .table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .table tr:hover {
        /* background-color: #e6f7ff; */
        cursor: pointer;
    }

    .load-more-btn {
    padding: 8px 20px;
    background-color: #C22B25;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .load-more-btn:hover {
    background-color: #a82323;
  }
  /* 隐藏超出部分 */
  .table-body {
    max-height: 400px; /* 可调整高度 */
    overflow: hidden;
  }

    /* 高亮样式 */
    .highlight-marker {
        animation: pulse 1.5s infinite;
    }

    /*# sourceMappingURL=index.css.map */

    .float_qq{
        display: none;
    }

    /* pc.css */
    .kxjsjdivnr2new{background: #f4f9fc;width: 100%;height: 155px;text-align: center;}
    .kxjsjdivnr2new img{height: 100px !important;width: 80% !important;margin-top: 28px;}
    .NavBtnDiv{display: none;}
    
    /* .Header2,.wapdinrczp{display: none;} */
    .in1 {
        width: 100%;
        height: 120px;
        background-image: url('../images/headbg.png');
        background-size: 100% 100%;
        overflow: hidden;
    }

    .in1s{width: 1200px;height: auto;min-height: 1px;zoom: 1;margin: 0 auto;position: relative;}
    .in1spo{position: absolute;width: 473px;height: 105px;top: 15px;right: 0;}
    .in1l{width: 488px;height: 72px;margin-top: 24px;float: left;}
    .in1l img{width: 100%;height: 100%;}
    .in1c{float: left;margin-left: 75px;margin-top: 52px;}
    .in1c p{color: #3f80dc;font-size: 16px;line-height: 16px;float: left;}
    .in1c p a{color: #3f80dc;font-size: 16px;}
    .switch{width:81px;height:36px;background:#fff;border:1px solid #3f80dc;position: relative; border-radius:0px;opacity:1;float: left;margin-top: 42px;margin-left: 30px;}
    .switch_cn{cursor: pointer;width: 50%;height: 100%;background: #168dd3;float: left;}
    .switch_cn a h2{color: #ffffff;font-size: 14px;font-weight: normal;line-height: 36px;text-align: center;}
    .switch_en{cursor: pointer;width: 50%;height: 100%;background: #fff;float: right;}
    .switch_en a h2{color: #242424;font-size: 14px;font-weight: normal;line-height: 36px;text-align: center;}
    .in1r{float: right;width: 294px;height: 36px;margin-top: 42px;position: relative;overflow: hidden;}
    .in1r_l1{float: left;width: 71px;height: 100%;color: #484848;font-size: 14px;border: 1px solid #e8e8e8;padding-left: 12px;border-right: none;background-color: #fff;outline: medium;}
    .in1r_l1 option{font-size: 14px;color: #484848;}
    .in1r_l2{float: left;height: 100%;float: left;}
    .in1r_l2 input{width: 133px;float: left;height: 100%;border-right: none;border: 1px solid #e8e8e8;    outline: medium;font-size: 14px;color: #484848;padding-left: 12px;padding-right: 5px;}
    .in1r_l2btn{width: 71px;float: left;height: 100%;background-color: #3f80dc;color: #fff;font-size: 14px;border: none;}
    .in1r_l2btn img{width: 16px;position: relative;top: -2px;}

    /* 轮播图 */
    .PCjc1{width: 100%;height:472px;}
    .PCjc11{width: 100%;height:472px;position: relative;}
    .PCjc11s{width: 100%;height:72px;position: absolute;margin:0px auto;left:0px;right: 0px;bottom: 0px;background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);}
    .PCjc11s h2{font-size: 16px;color: #fff;text-align: center;padding-top: 28px;}

    .mySwiper1 {position: relative;}
    .jc1z{background:url(../images/jc46.png) no-repeat top center;background-size:100% 100%;width:40px !important;height:40px !important;right:3% !important;position: absolute;z-index: 1;top:47% !important;}
    .jc1y{background:url(../images/jc47.png) no-repeat top center;background-size:100% 100%;width:40px !important;height:40px !important;left:3% !important;position: absolute;z-index: 1;top:47% !important;} 
    .jc1z:hover{cursor:pointer}
    .jc1y:hover{cursor:pointer}
    /* 轮播图 */

    /* 内容开始 */
    .din3{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;}
    .din3h2{width: 100%;height: auto;min-height: 1px;overflow: hidden;text-align: center;font-size: 32px;line-height: 40px;color: #1965cd;margin-top: 40px;margin-bottom: 40px;}
    .din3h2 a{color: #1965cd;}
    .din4y_xxgd{display: none;}

    /* 新闻大块开始 */
    .din4{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;}
    .din4z{width:678px;height: 443px;float: left;}
    .din4z1{width:678px;height: 443px;position:relative;}
    .din4z1s{width: 678px;height: 60px;position:absolute;bottom: 0px;left:0px;right: 0px;background: rgba(0,0,0,0.5);}
    .din4z1s h2{width:80%;line-height: 60px;text-align: left;font-size: 20px;color: #fff;padding-left: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .din4z .mySwiper2 .paginationdin4{width: auto !important;max-width: 100% !important;left: auto !important;right: 30px;}
    .din4z .swiper-pagination-bullet{opacity: 1;background-color: #fff;}
    .din4z .swiper-pagination-bullet-active{opacity: 1;background-color: #1965cd;}

    .din4y{width:492px;height: 443px;float: right;position: relative;}
    .din4y_s{width:100%;height: 44px;background-color: #f4f4f4;}
    .din4y_s ul li{line-height: 44px;float: left;}
    .din4y_s ul li a{font-size: 22px;color:#5F5F5F;display: block;padding-left: 15px;padding-right: 15px;background: #f4f4f4;}

    .din4y_x{width: 100%;height:auto;min-height: 1px;overflow: hidden;}
    .din4y_x1{width: 100%;height:auto;min-height: 1px;overflow: hidden;}
    .din4y_x2{width: 100%;height:auto;min-height: 1px;overflow: hidden;}
    .din4y_x3{width: 100%;height:auto;min-height: 1px;overflow: hidden;}

    .din4y_xx{width: 100%;height:305px;margin-top:6px;}
    .din4gd{color: #8e8e8e;font-size: 16px;float: right;margin-top: 12px;margin-right: 16px;position: absolute;top: 0;right: 0;}

    .din4y_xx1{width: 100%;height: 60px;overflow: hidden;border-bottom: 1px solid #e3e3e3;}
    .din4y_xx1_z{width: 80%;height: 100%;float: left;}
    .din4y_xx1_zd{width: 75% !important;}
    .din4y_xx1_z h2{line-height: 20px;overflow: hidden;height: 100%; display: flex;justify-content: space-around;flex-direction: column;}
    .din4y_xx1_z h2 a{font-size: 16px;color: #484848;}
    .din4y_xx1_z h2 a img{float: left;margin-top: 6px;}
    .din4y_xx1_z h2 a p{float: left;width: calc(100% - 15px);margin-left: 7px;-webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;}
    .din6zx1_z_img{float: left;height: 60px;margin-right: 6px;}
    .din4y_xx1_y{width: 20%;height: 100%;float:right;}
    .din4y_xx1_yd{width: 25% !important;}
    .din4y_xx1_y p{line-height: 20px;text-align: right;font-size: 16px;color: #8e8e8e;height: 100%; display: flex;justify-content: space-around;flex-direction: column;}
    .din4y_xx1:hover{border-bottom: 1px solid #3f80dc;}
    .din4y_xx1:hover .din4y_xx1_z h2 a{color: #3f80dc;}
    .din4y_xx1:hover .newpng{content: url('../images/df.png');}
    .din4y_xx1:hover .din4y_xx1_y p{color: #3f80dc;}
    .din4ybtn{width: 100%;height: 66px;margin-top: 24px;}
    .din4ybtn .btnl{width: 233px;height: 100%;background-image: url('../images/hydl.jpg');background-size: 100% 100%;display: block;float: left;color: #fff;font-size: 26px;line-height: 66px;}
    .din4ybtn .btnl img{width: 44px;height: 44px;margin-left: 34px;margin-right: 18px;}
    .din4ybtn .btnr img{width: 44px;height: 44px;margin-left: 34px;margin-right: 18px;}
    .din4ybtn .btnr{width: 233px;height: 100%;background-image: url('../images/hyzc.jpg');background-size: 100% 100%;display: block;float: right;font-size: 26px;color: #fff;line-height: 66px;}
    .mySwiper2 {position: relative;}
    .df1z{background: url(../images/24newright.png) no-repeat;background-size:100% 100%;width:45px !important;height:45px !important;right:10px !important;position: absolute;z-index: 1;top:40%;margin-top:0px;}
    .df1y{background: url(../images/24newleft.png) no-repeat;background-size:100% 100%;width:45px !important;height:45px !important;left:10px !important;position: absolute;z-index: 1;top:40%;margin-top:0px; } 
    .df1z:hover{cursor:pointer;}
    .df1y:hover{cursor:pointer;}

    .din5{width: 1200px;height: 164px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .din5z{width: 100%;height: 100%;overflow: hidden;}
    .mySwiper3{width: 100%;height: 100%;overflow: hidden;}
    .mySwiper3 a{width: 100%;height: 100%;overflow: hidden;}
    .mySwiper3 a img{width: 100%;height: 100%;overflow: hidden;}
    .mySwiper3 .swiper-pagination{text-align: right;right: 20px;left: auto !important;}
    .mySwiper3 .swiper-pagination span{width: 16px;height: 16px;border-radius: 0;line-height: 16px;text-align: center;font-size: 12px;background-color: #fff;color: #8e8e8e;opacity: 1;}
    .mySwiper3 .swiper-pagination-bullet-active{color: #fff !important;background-color: #3e81da !important;}

    .din6{width: 1200px;height: 355px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .din6l{float: left;width: 678px;height: 100%;overflow: hidden;position: relative;}
    .din6r{float: right;width: 492px;height: 100%;overflow: hidden;position: relative;}

    .din7{width: 1200px;height: 134px;overflow: hidden;margin: 0 auto;margin-top: 30px;display: flex;}
    .din7z{flex: 1;height: 100%;border-radius: 5px;margin-right: 30px;}
    .din7z:last-child{margin-right: 0;}
    .din7z a{width: 100%;height: 100%;color: #fff;font-size: 30px;text-align: center;line-height: 40px; display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;}
    .din7z1{background-image: url('../images/hynj.jpg');background-size: 100% 100%;}
    .din7z2{background-image: url('../images/kjlw.jpg');background-size: 100% 100%;}
    .din7z3{background-image: url('../images/yyhb.jpg');background-size: 100% 100%;}
    .din7z4{background-image: url('../images/its.jpg');background-size: 100% 100%;}

    .din8{width: 1200px;height: 400px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .din8z_l{width: 315px;height: 100%;float: left;}
    .din8 .din4y_xx{width: 339px;float: right;}
    .din8z_ls{width: 100%;height: 100%;overflow: hidden;}
    .din8z_ls img{width: 100%;height: 206px;}
    .din8z_lsz{padding: 22px;background-color: #f9f9f9;min-height: 119px;}
    .din8z_lsz h2{font-size: 18px;color: #484848;line-height: 20px;-webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;}
    .din8z_p{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 15px;}
    .din8z_p .span1{color: #8e8e8e;font-size: 16px;line-height: 20px;float: left;}
    .din8z_p .span2{width: 49px;height: 1px;background-color: #3775d7;float: left;margin-left: 11px;margin-top: 10px;}
    .din8z{width: 100%;height: 100%;overflow: hidden;margin-top: 30px;}
    .din8z .din4y_xx{margin-top: -12px;height: 100%;}
    .din8z .din4y_xx .din4y_xx1{height: 66px;}
    .din8z .din4y_xx .din4y_xx1 .din4y_xx1_y p .p1{font-size: 14px;color: #3f80dc;position: relative;top: 6px;}
    .din8z .din4y_xx .din4y_xx1 .din4y_xx1_y p .p2{font-size: 18px;color: #3f80dc;    position: relative;top: -8px;}
    .din8rz{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .din8rz p{width: 100%;height: auto;min-height: 1px;overflow: hidden;text-align: center;}
    .din8rz p .img1{width: 172px;float: left;margin-top: 14px;}
    .din8rz p .img2{width: 172px;float: right;margin-top: 14px;}
    .din8rz p span{color: #1965cd;font-size: 26px;line-height: 40px;}
    .din8rl{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 20px;}
    .din8rl1{width: 100%;height: 129px;overflow: hidden;margin-bottom: 21px;display: flex;}
    .din8rl2{width: 100%;height: 84px;overflow: hidden;margin-bottom: 21px;display: flex;}
    .din8rl3{width: 100%;height: 90px;overflow: hidden;display: flex;}
    .din8rl1 div{flex: 1;margin-right: 21px;height: 100%;background-color: #edf5ff;border-radius: 3px;}
    .din8rl1 div:last-child{margin-right: 0;}
    .din8rl1 div a{width: 100%;height: 100%;text-align: center;}
    .din8rl1 div a img{height: 42px;display: block;margin: 0 auto;margin-top: 29px;}
    .din8rl1 div a span{display: block;font-size: 18px;color: #484848;line-height: 40px;}
    .din8rl2 div{flex: 1;margin-right: 21px;height: 100%;background-color: #edf5ff;border-radius: 3px;text-align: center;}
    .din8rl2 div:last-child{margin-right: 0;}
    .din8rl2 div a div{width: 100%;height: 100%;text-align: center;}
    .din8rl2 div a div img{height: 38px;margin-top: 25px;margin-right: 10px;}
    .din8rl2 div a div span{color: #484848;font-size: 18px;line-height: 40px;position: relative;top: 15px;}
    .din8rl3 a{flex: 1;float: left;margin-right: 21px;background-image: url('../images/hydl.jpg');background-size: 100% 100%; }
    .din8rl3 a:last-child{flex: 1;float: right;margin-right: 0;background-image: url('../images/hyzc.jpg');background-size: 100% 100%;}
    .din8rl3 a div{height: 100%;text-align: center;line-height: 90px;}
    .din8rl3 a div img{width: 44px;height: 44px;margin-right: 15px;}
    .din8rl3 a div span{color: #fff;font-size: 26px;}

    .din9{width:1360px;height:200px;margin:0px auto;margin-top:50px;overflow: hidden;}
    .din9s{width: 1200px;height:42px;background: #F4F4F4;margin:0px auto;}
    .din9s_z{width:auto;height: 42px;background: #3e81da;float: left;padding-left: 15px;padding-right: 15px;}
    .din9s_z h2{line-height: 42px;text-align: center;}
    .din9s_z h2 a{font-size: 22px;color: #fff;}
    .din9s_y{width:130px;height: 42px;float: right;margin-right: 20px;}
    .din9s_y p{line-height: 42px;text-align: right;font-size: 16px;color: #999999;}

    .din9x{width: 1360px;height:140px;margin:0px auto;margin-top: 25px;}
    .din9xn{width: 1200px;height:140px;margin:0px auto;position: relative;}
    .din9x1{width: 100%;height: 55px;background: #fff;}
    .din9x1 p{line-height: 25px;text-align: center;}
    .din9x1 p a{font-size: 16px;color: #484848;}
    .din9x1 p a:hover{font-size: 16px;color: #3e81da;}
    .din9x1 table{border:1px solid #d5d5d5;}
    .mySwiper5 {width: 1200px;height: auto;min-height: 1px;margin:0px auto;}
    .df6z{background: url(../images/df45.png) no-repeat;background-size:100% 100%;width:45px !important;height:45px !important;right:-70px !important;position: absolute;z-index: 1;top:40%;margin-top:0px;}
    .df6y{background: url(../images/df46.png) no-repeat;background-size:100% 100%;width:45px !important;height:45px !important;left:-70px !important;position: absolute;z-index: 1;top:40%;margin-top:0px; } 
    .df6z:hover{cursor:pointer;}
    .df6y:hover{cursor:pointer;}
    .swiper {
        width: 95%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide_ll {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2) !important;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    /* footer */
    .PCfooter{width: 100%;height: 190px;overflow: hidden;background-color: #3e81da;margin-top: 30px;}
    .PCfooters{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;}
    .PCfooters1{width: 100%;height: 30px;display: flex;margin-top: 30px;}
    .PCfooters1 div{float: left;flex: 1; margin-right: 28px;height: 100%;border-radius: 4px;}
    .PCfooters1 div select{width: 100%;height: 100%;background:rgba(255, 255, 255, 0.31);border-radius: 4px;border: none;font-size: 14px;outline: medium;color: #fff;padding-left: 10px;}
    .PCfooters1 div select option{color: #000;}
    .PCfooters1 div:last-child{margin-right: 0;}
    .PCfooters2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;}
    .PCfooters2l{width: 833px;height: auto;min-height: 1px;overflow: hidden;float: left;margin-top: 10px;}
    .PCfooters2l p {color: #fff;font-size: 14px;line-height: 30px;}
    .PCfooters2l p a{color: #fff;font-size: 14px;}
    .PCfooters2r{float: right;width: 125px;height: auto;min-height: 1px;overflow: hidden;text-align: center;}
    .PCfooters2r img{width: 103px;border: 2px solid #fff;}
    .PCfooters2r p{font-size: 14px;color: #fff;text-align: center;margin-top: 6px;}
    

    .PCfooter_dj{background: #EFEFEF;}
    .PCfooter_dj .PCfooters1 div select{color: #555555;background: #fff;}
    .PCfooter_dj .PCfooters2  p {color: #555555;}
    .PCfooter_dj .PCfooters2  p a{color: #555555;}


    .breadcrumb{width: 100%;height: 60px;background-color: #F2F2F2;overflow: hidden;}
    .breadcrumbs{width: 95%;height: 100%;margin: 0 auto;display: flex;justify-content: space-between; }
    .breadcrumbs p{line-height: 60px;font-size: 14px;color: #333333;text-align: left;}
    .breadcrumbs p a{color: #333333;font-size: 14px;} 
    .breadcrumbs button{width: 22%; height: 28px;background: #C22B25;color: #FFFFFF;margin-top: 14px; border-radius: 5px;}
    .breadcrumbs button img{width: 14px; height: 14px;margin-right: 4px;}
    .breadcrumbs button a{color: #fff;font-size: 14px;display: flex;align-items: center;justify-content: center;}

    .wapselect{
        width: 100%;
        padding: 10px;
    }

    .wapselect select{
        width: 100%;
        padding: 6px;
        background-color: #F7F9FB;
        border-color: #D5E1ED;
    }
    .footer_banner{
        display: none;
    }

    .float_qq{ position:fixed; bottom:-20px; right:0; width:60px;height: 320px;min-height: 1px; z-index:6666;}
.float_qq li{ z-index:20;margin-bottom: 4px;display: block;height: 60px;background-color: #c22b25;border-radius:4px 0 0 4px;}
.float_qq li a p{display: block;width: 60px;height: 60px;overflow: hidden;float: left;}
.float_qq li a p img{height: 18px;display: block;margin: 0px auto;margin-top: 15px;}
.float_qq li a p span{color: #fff;font-size: 12px;display: block;text-align: center;}
.float_qq li a span{color: #fff;font-size: 12px;display: block;text-align: center;}

.float_qq5{ position:absolute; top:0px; left:0;}
.float_qq7{ position:absolute; top:64px; left:0;}
.float_qq4{ position:absolute; top:127px; left:0;}
.float_qq8{ position:absolute; top:191px; left:0;}
.float_qq3{position:absolute; top:254px; left:0; width:172px;transition:0.6s;}
.float_qq3:hover{left:-110px;}
.float_qq1{ position:absolute; top:318px; left:0;}

.float_shwx{ position:absolute; top:-190px; left:-220px; width:220px; height:240px; padding-bottom:9px; display:none;background:#fff;}
.float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px;}
.float_shwx p{line-height:20px;text-align: center;font-size:16px;color:#5c5c5c;}

    .float_shwx1{position: fixed;bottom: 60%;right: 60px;z-index: 1;display: none;width: 125px;height: auto;min-height: 1px;overflow: hidden;background:#fff;
        box-shadow:0px 0px 30px rgba(0,0,0,0.16);padding: 5px 2px;}
    .float_shwx1 img{width: 106px;border: 2px solid #fff;display: block;margin: 0 auto;}
    .float_shwx1 span{display: block;text-align: center;color: #8e8e8e;font-size: 14px;margin-top: 3px;margin-bottom: 3px;}
    .float_l{position: fixed;bottom: 14%;left: 0;width: 100px;z-index: 1;}
    .float_l img{width: 100%;}
    .float_r{position: fixed;bottom: 14%;right: 0;width: 100px;z-index: 1;}
    .float_r img{width: 100%;}
    .float_rczp{width: 130px;position: fixed;bottom: 3%;right: 0;z-index: 1;}
    .float_rczp img{width: 100%;}

    .float_l p{width: 22px;height: 14px;font-size: 12px;background-color: #e0e0e0;color: #484848;text-align: center;float: right;cursor: pointer;}
    .float_l p span{transform: scale(0.5);width: 24px;transform: scale(0.6);display: block;margin-top: -1px;}
    .float_r p{width: 22px;height: 14px;font-size: 12px;background-color: #e0e0e0;color: #484848;text-align: center;float: left;cursor: pointer;}
    .float_r p span{transform: scale(0.5);width: 24px;transform: scale(0.6);display: block;margin-top: -1px;}
    .float_rczp p{width: 22px;height: 14px;font-size: 12px;background-color: #e0e0e0;color: #484848;text-align: center;float: left;cursor: pointer;}
    .float_rczp p span{transform: scale(0.5);width: 24px;transform: scale(0.6);display: block;margin-top: -1px;}
    /* 协会简介 */
    /* 内容结束 */

    /* 党建工作 */
    .djin1{width: 100%;height: 360px;overflow: hidden;background-image: url('../images/djbg.jpg');background-size: 100% 100%;}
    .djin1 .djin1s{width: 1200px;margin: 0 auto;height: 100%;overflow: hidden;position: relative;}
    .djin1 .djin1s img{width: 377px;display: block;margin: 0 auto; margin-top: 35px;}
    .djin1 .djin1s a{color: #fff;font-size: 20px;position: absolute;top: 35px;right: 0;}

    .wapdjin1{display: none;}

    .djin2{background-color: #d42d24;height: 56px;}
    .djin2 .nav1 ul li a{line-height: 56px;font-size: 16px;}
    .djin2 .nav1 ul li:hover a{background-color: #b91711;}
    .djin2 .nav1 ul ul li a{font-size: 16px !important;}

    .djin3{width: 1200px;height: 443px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .djin3l{width: 678px;height: 100%;overflow: hidden;float: left;}
    .djin3l .df1y{background: url('../images/24newleft.png');background-size: 100% 100%;}
    .djin3l .df1z{background: url('../images/24newright.png');background-size: 100% 100%;}
    .djin3l .paginationdin4{width: auto !important;max-width: 100% !important;left: auto !important;right: 30px;}
    .djin3l .paginationdin4 .swiper-pagination-bullet-active{background-color: #d42d24 !important;}
    .djin3l .paginationdin4 .swiper-pagination-bullet{background-color: #fff;opacity: 1;}
    
    .djin3r{width: 492px;height: 100%;overflow: hidden;float: right;background-color: #fcf9f4;}
    .djin3rs{padding: 30px;width: calc(100% - 60px);height: calc(100% - 60px);overflow: hidden;}
    .djin3r1{width: 100%;height: 43px;overflow: hidden;border-bottom: 1px solid #d42d24;}
    .djin3r1 h2{color: #d42d24;font-size: 22px;line-height: 40px;border-bottom: 3px solid #d42d24;float: left;}
    .djin3r1 a{float: right;color: #8e8e8e;font-size: 16px;line-height: 40px;}
    .djin3r2{width: 100%;height: 338px;overflow: hidden;}
    .djin3r2s{width: 100%;height: 25px;overflow: hidden;margin-top: 17px;}
    .djin3r2s:hover p{color: #d42d24;}
    .djin3r2s:hover span{color: #d42d24;}
    .djin3r2s img{width: 8px;height: 8px;float: left;margin-top: 8px;margin-right: 8px;}
    .djin3r2s p{color: #000000;font-size: 16px;line-height: 25px;float: left;width: 72%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .djin3r2s span{float: right;color: #8e8e8e;font-size: 16px;width: 21%;overflow: hidden;}
    
    .djin4{width: 1200px;height: 313px;overflow: hidden;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;}
    .djin4l{float: left;width: 678px;height: 100%;overflow: hidden;background-color: #fcf9f4;}
    .djin4r{float: right;width: 492px;height: 100%;overflow: hidden;background-color: #fcf9f4;}
    .djin4l .djin3r2{height: 210px;}
    .djin4l .djin3r2 .djin3r2s p{width: 80%;}
    .djin4l .djin3r2 .djin3r2s span{width: 15%;text-align: right;}
    .djin4r .djin3r2{height: 210px;}

    .djfooter{width: 100%;height: 112px;background-color: #efefef;overflow: hidden;}
    .djfooters{width: 1200px;height: 54px;margin: 0 auto;overflow: hidden;margin-top: 29px;}
    .djfooters p:nth-child(1){margin-bottom: 12px;}
    .djfooters p{text-align: center;color: #363636;font-size: 16px;}
    .djfooters p a{color: #363636;font-size: 16px;}
    /* 党建工作 */

    /********************************文字列表1开始********************************/

    .list1{width:1260px;min-height:100px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;padding-top: 30px;}
    .list1_1{width:95%;height:70px;margin:0px auto;background:#fcf9f4;margin-bottom: 20px;}
    .list1_1z{width:85%;height:70px;float: left;}
    .list1_1z img{float: left;width: 8px;padding-left: 30px;margin-top: 31px;margin-right: 8px;}
    .list1_1z h2{line-height:70px;font-size: 16px;color: #000000;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .list1_1y{width:15%;height:70px;float: right;}
    .list1_1y p{line-height: 70px;font-size: 16px;color: #8e8e8e;padding-right: 30px;text-align: right;}
    .list1_1:hover{background-color: #f4ede2;}
    .list1_1:hover .list1_1z h2{color:#d42d24;}
    .list1_1:hover .list1_1y p{color:#d42d24;}


    /*PC分页开始*/
    .gd_but{display: none;}
    .fy {width: 100%;height: 30px;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;display: none;}
    .fy {width: 100%;height: 30px;line-height: 30px;text-align: center;}
    .fy a {font-size: 12px;color: #5c5c5c;padding: 8px 12px 8px 12px;background: none;border-radius: 0px;border: 1px solid #D5D5D5;margin-left: 5px;margin-right: 5px;transition: 0.4s;}
    .fy a:link,.fy a:visited {text-decoration: none;color: #727272;}
    .fy a:hover {text-decoration: none;color: #fff;background:#4B66C9;margin-left: 5px;margin-right: 5px;}
    .fy > #active{background:#C22B25;color: #fff;}
    /*PC分页结束*/
    /* 手机端分页 */
    .he_btn{
        text-align: center;
        width: 100%;
        margin-top: 20px;
        background: #ffff;
    }
    /* 手机端分页结束 */

    /* 党建文章页 */
    /*******************************三级页****************************/
    .wz_divD{width:1200px;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1; background: #fff;margin-top: 30px;}
    .wz_div{width:100%;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
    .wz_div_title{width:100%;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
    .wz_div_title_h2 h2{font-size:22px;color:#323232;font-weight:normal;line-height:44px;text-align: center;}
    .wz_div_time{width:100%;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;margin-bottom:10px;}
    .wz_div_time p{font-size:14px;color:#848484;text-align: center;}
    .wz_div_time p span{color: #848484;font-size: 14px;margin-right: 20px;}
    .wz_div_time p span a{font-size:14px;color:#848484;text-align: center;}
    .wz_div_b{width:100%;height:1px;background:#E2E2E2;margin-bottom:20px;}
    .wz_div_show{width:100%;min-height:400px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 50px;}
    .wz_div_show_p p{font-size:17px;color:#191919;line-height:33px;text-indent: 2em !important; margin-top: 20px;}
    .wz_div_show_p p a{color:#0358ce;}
    .wz_div_show_p strong{font-weight: bold;}
    .wz_div_show_p p img{
        padding-bottom: 4px !important;
    }

    .wz_div_show_p table {font-size:16px;color:#2c2c2c !important;border-width: 1px;border-color: #e2e2e2 !important;border-collapse: collapse;margin: 0px auto;}
    .wz_div_show_p table th {font-size:16px;background-color:#f8f8f8 !important;border-width: 1px;padding: 8px 17px !important;border-style: solid;border-color: #e2e2e2 !important;text-align:left;color: #2c2c2c !important;}
    .wz_div_show_p table tr {background-color:#ffffff !important;}
    .wz_div_show_p table td {font-size:14px;border-width: 1px;padding: 8px 17px !important;border-style: solid;border-color: #e2e2e2 !important;color: #6e6e6e !important;}
    .wz_div_show_p table td span{margin-right: 20px;}
    .wz_div_show_p table td p{text-indent: 0em;}

    /* .wz_div_show_p table {margin: 0px auto;margin-top: 10px;margin-bottom: 10px;border:none ;border-collapse: collapse;}
    .wz_div_show_p table th{border: none;text-align: left;color: #333333;font-size: 16px;line-height: 30px;}
    .wz_div_show_p table tr td {font-size:16px;border: none; color: #555555;text-align: left;line-height: 20px;}
    .wz_div_show_p table tr td p{text-indent: 0em;} */

    .biaozhun{border-collapse:collapse;}
    .biaozhun th{padding: 10px;font-size: 16px;line-height: 25px;width: 15%;vertical-align: top;text-align: left;}
    .biaozhun td{padding: 10px;font-size: 16px;line-height: 25px;}
    .biaozhun td p{font-size: 16px;line-height: 25px;}
    /*.wz_div_show_img img{min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}*/
    .fh{width:154px;height:44px;display: block;border:2px solid #cd2a26;margin:0 auto;font-size:16px;color:#cd2a26;text-align: center;line-height:44px;overflow: hidden;-webkit-appearance: none;transition: all 0.4s ease 0s;transform: translate3d(0, 0, 0);margin-bottom:30px;margin-top:30px;}
    .fh:hover{background:#cd2a26;color:#fff;}
    .wz_div_qh{width:100%;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:30px;margin-bottom: 50px;}
    .wz_div_qhz{width:calc(100% - 1px);height:50px;border:2px solid #EBEBEB;overflow: hidden;font-size:14px;color:#717171;line-height:50px;padding-left:10px;padding-right:10px;transition:0.4s;}
    .wz_div_qhz:hover{border:2px solid #cd2a26;color:#cd2a26;}
    .wz_div_qhy{width:calc(100% - 1px);height:50px;border:2px solid #EBEBEB;overflow: hidden;font-size:14px;color:#717171;line-height:50px;padding-left:10px;padding-right:10px;transition:0.4s;margin-top: 12px;}
    .wz_div_qhy:hover{border:2px solid #cd2a26;color:#cd2a26;}
    .wz_div_qh{display: none;}
    .wz_div_qh_wap{width:100%;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
    .wz_div_qhz_wap{width:calc(100% - 1px);height:50px;border:2px solid #EBEBEB;overflow: hidden;font-size:14px;color:#717171;line-height:50px;padding-left:10px;padding-right:10px;transition:0.4s;margin-bottom: 10px;}
    /* 党建文章页 */


    /* 协会简介内容 */
    .nrins{width: 95%;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 20px;position: relative;}
    .nrinsl{width: 100%;height: auto;min-height: 1px;overflow: hidden; display: none;}
    .nrinsr{width: 100%;height: auto;min-height: 400px;overflow: hidden;margin: 0 auto;}
    .nrinsrs{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .nrinsrs h2{color:#323232;font-size: 20px;line-height: 26px;display: block;width: 100%;margin: 15px 0 15px 0;text-align: center;        font-weight: bold;}
    .nrinsrs1{padding: 15px;margin-bottom: 30px;text-indent: 2em;}
    .nrinsrs1 p{color: #191919;font-size: 17px;line-height: 33px;text-indent: 2em;margin-top: 20px;}
    .nrinsrszs{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .nrinsrszs img{width: 100%;}

    /* 手机端适配 */
    .nrinsl_phone{width: 100%;height: auto;min-height: 1px;overflow: hidden; }
    .nrinsl_phone .navMenubox select{width: 100%;padding: 10px; background: #F7F9FB;border-color: #D5E1ED;}
    #slimtest1{margin-bottom: 10px;}


    .baoti{color: #323232;font-size: 22px;text-align: center;line-height: 44px;display: block;}

    .navMenubox { width: 100%; height: auto;min-height: 1px; overflow: hidden; }
    .navMenu> li { display: block; margin: 0; padding: 0; border: 0px; }
    .navMenu>li>a { display: block; overflow: hidden; padding-left: 0px; line-height: 50px; color: #333333; transition: all .3s; position: relative; text-decoration: none; font-size: 16px;background: #edeff0;}
    .navMenu>li{margin-bottom: 10px;}
    .navMenu>li>a>i { font-size: 20px; float: left; font-style: normal; margin: 0 5px; }
    .navMenu>li>a span{float: left;}
    .navMenu>li>ul.sub-menu li>a span{float: left;}
    .navMenu li a .arrow:before { display: block; float: right; margin-top: 1px; margin-right: 15px; display: inline; font-size: 16px; font-family: FontAwesome; height: auto; content: "\f105"; font-weight: 300; text-shadow: none; }
    .navMenu li a .arrow.open:before { float: right; margin-top: 1px; margin-right: 15px; display: inline; font-family: FontAwesome; height: auto; font-size: 16px; content: "\f107"; font-weight: 300; text-shadow: none; }
    .navMenu>li>a.active, .navMenu>li>a:hover { color: #FFF; background: #DB3A34; }
    .navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; }
    .navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px;margin-top: 2px;width: 100%;line-height: 44px;overflow: hidden;}
    .navMenu>li>ul.sub-menu li>a { display: block; font-size: 14px; line-height: 44px; padding-left: 20px; color: #333333; clear: both; background: #F7F3EA;overflow: hidden;}
    .navMenu>li>ul .subsmenu li>a{padding-left: 43px !important;background: #f5f5f5;color: #333333;font-size: 14px;} 
    .navMenu>li>a:hover .icon_1{content: url('../assets/images/bnav.png');}
    .navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a { color: #FFF; background: #DB3A34;height: 100%;overflow: hidden;}
    .navMenu>li>ul.sub-menu li>a.active .icon_1{content: url('../assets/images/bnav.png');}
    .navMenu>li>ul.sub-menu li>.afinve.active .icon_1{content: url('../assets/images/bnav.png');transform: rotate(90deg);}
    .icon_1{ background-image: url('../assets/images/mrnav.png');width: 6px;height: 11px;background-size: 100% 100%;display: block;margin-left: 16px;margin-top: 20px;margin-right: 6px;}
    .navMenu>li>ul.sub-menu li>a .icon_1{margin-top: 16px;}
    .navMenu>li>ul.sub-menu li>a:hover .icon_1{content: url('../assets/images/bnav.png');}
    .navMenu>li>a.active .icon_1{content: url('../assets/images/bnav.png');}
    /* 协会简介内容 */

    /* 协会章程内容 */
    .nrinsr .nrinsr1{width: 100%;height: auto;min-height: 400px;overflow: hidden;}
    .nrinsr .nrinsr1 h2{color: #323232;font-size: 20px;text-align: center;line-height: 44px;display: block;font-weight: bold;}
    .nrinsr1s{margin-bottom: 30px}
    .nrinsr .nrinsr1 .nrinsr1s{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-bottom: 30px;}
    .nrinsr .nrinsr1 .nrinsr1s p {color: #191919;font-size: 17px;line-height: 33px;text-indent: 2em;margin-top: 20px;}
    .nrinsr .nrinsr1 .nrinsr1s p a{font-size: 16px !important;}
    .nrinsr .nrinsr1 .nrinsr1s p span{font-size: 16px !important; line-height: 30px !important;}
    .nrinsr .nrinsr1 .nrinsr1s img{width: 100%;display: block;margin: 0 auto;margin-top: 10px;}
    .nrinsr .nrinsr1 .nrinsr1s strong{font-weight: bold;}
    /* 协会章程内容 */

    .nrinsr .fy a:hover{background: #0358ce;}
    /* 协会领导内容 */
    .nrinsrs .nrinsrs1{height: auto;min-height: 1px;overflow: hidden;border-collapse: collapse !important;padding: 0;}
    .nrinsrstab{margin-bottom: 30px;width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .nrinsrstab table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #f8f8f8;border-collapse: collapse;}
    .nrinsrstab table.tftable th {font-size:16px;background-color:#f8f8f8;border-width: 1px;padding: 9px 18px;border-style: solid;border-color: #e2e2e2;text-align:left;color: #2c2c2c;}
    .nrinsrstab table.tftable tr {background-color:#ffffff;}
    .nrinsrstab table.tftable td {font-size:14px;border-width: 1px;padding: 10px 18px;border-style: solid;border-color: #e2e2e2;color: #6e6e6e;border: 1px solid #dedede;}
    /* 协会领导内容 */

    /* 人才招聘内容 */
    .nrinsrs1rc{padding: 20px;}
    .nrinsrs1z{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .nrinsrs1zp{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .nrinsrs1zp span{color: #6e6e6e;font-size: 16px;line-height: 36px;margin-right: 40px;}
    .nrinsrs1s{width: 100%;height: auto;min-height: 1px;overflow: hidden;border-top: 1px solid #c6c6c6;margin-top: 20px;}
    .nrinsrs1s h2{color: #414141;font-size: 18px;display: block;margin-top: 20px;margin-bottom: 17px;}
    .nrinsrs1s p {color: #6e6e6e;font-size: 14px;line-height: 25px;}
    .nrinsrs1s button{width: 158px;height: 46px;background-color: #0358ce;border: none;border-radius: 3px;margin-top: 20px;display: block;}
    .nrinsrs1s button a{color: #fff;font-size: 16px;}
    .nrinsrs1s button a img{height: 14px;margin-left: 4px;}
    .nrinsrs1zs{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .nrinsrs1zs h2{float: left;color: #2c2c2c;font-size: 22px;}
    .nrinsrs1zs button{float: right;background: transparent;border: none;color: #808080;font-size: 14px;}
    .nrinsrs1zs .jzlxxs_btn2{display: none;}
    .nrinsrs1zs button img{width: 20px;height: 20px;margin-right: 5px;}
    /* 人才招聘内容 */

    /* 联系我们 */
    .wapselect{display: none;}
    .nrinsrs1 table.tftables {font-size:12px;color:#333333;width:100%;border:none ;border-collapse: collapse;margin-bottom: 10px;}
    .nrinsrs1 table.tftables th{border: none;text-align: left;color: #333333;font-size: 16px;line-height: 30px;}
    .nrinsrs1 table.tftables td {font-size:16px;border: none; color: #555555;text-align: left;line-height: 20px;}
    .nrinsr .lxwm{width: 100%;height: 421px;overflow: hidden;}
    .nrinsr .lxwm img{width: 100%;height: 100%;}

    .wapnrinsrs1{padding:15px 20px;background: #f7f9fb;margin-bottom: 18px;}
     .wapnrinsrs1s{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
     .wapnrinsrs1s div{width: 33%;height: auto;min-height: 1px;overflow: hidden;float: left;margin-bottom: 5px;margin-top: 5px;}
     .wapnrinsrs1s div .p1{color: #555555;font-size: 16px;line-height: 30px;}
     .wapnrinsrs1s div .p2{color: #555555;font-size: 16px;line-height: 20px;}
    /* 联系我们 */

    /* 行业年鉴 */
    .jieshao{width: calc(100% - 50px);height: auto;min-height: 10px; background-color: #f7f9fb;margin-bottom: 25px;padding: 20px 25px;box-shadow:0px 0px 30px rgba(0,0,0,0.03);}
    .jieshao p{font-size:16px;color:#555555;line-height:30px;text-indent:2em;}

    .nrinsrhynj{width: 100%;height: auto;min-height: 1px;overflow: hidden;display: flex;flex-wrap: wrap;}
    .nrinsrhynj_n{float: left;width: 170px;margin-right: 25px;height: auto;min-height: 300px; background-color: #f7f9fb;margin-bottom: 25px;padding: 25px 25px;box-shadow:0px 0px 30px rgba(0,0,0,0.03);}
    .nrinsrhynj_n:hover{background-color: #e4ebf2;}
    .nrinsrhynj_n:nth-child(4n){margin-right: 0;}
    .nrinsrhynj_n img{width: 100%;}
    .nrinsrhynj_n p{width: 100%;color: #333333;font-size: 18px;line-height: 22px;text-align: center;margin-top: 29px;}
    .nrinsrhynj_n:hover p{color: #0358ce;}
    /* 行业年鉴 */

    /* 最新动态 */
    .xwin1{width: 100%;height: auto;min-height: 1px;overflow: hidden;float: left;}
    .xwin2{width: 306px;height: 851px;overflow: hidden;float: right;}
    .xwin1 h2{color: #323232;font-size: 30px;display: block;margin-bottom: 30px;text-align: center;}
    .xwin1 .xwin1z{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .xwin1z .hybgdiv{width: 100%;height: auto;border-bottom: 1px solid #d8d8d8;overflow: hidden;}
    .xwin1z .hybgdiv h2{width: 100%;height: auto;overflow: hidden;color: #333333;font-size: 16px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-align: justify;line-height: 20px;margin-bottom: 6px;font-weight: bold;margin-top: 20px;}
    .xwin1z .hybgdiv:hover h2{color: #C22B25;}
    .xwin1z .hybgdiv:hover span{color: #C22B25;}
    .xwin1z .hybgdiv span{width: 100%;color: #999999;font-size: 16px;height: auto;overflow: hidden;line-height: 15px;display: block;margin-bottom: 20px;}

    .xwin1z .hybgdiv-top{width: 100%;height: auto;overflow: hidden;}
    .xwin1z .hybgdiv-top h2{width: 100%;height: auto;overflow: hidden;color: #333333;font-size: 16px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-align: justify;line-height: 20px;margin-bottom: 6px;font-weight: bold;margin-top: 20px;}
    .xwin1z .hybgdiv-top:hover h2{color: #C22B25;}
    .xwin1z .hybgdiv-top:hover span{color: #C22B25;}
    .xwin1z .hybgdiv-top span{width: 100%;color: #999999;font-size: 16px;height: auto;overflow: hidden;line-height: 15px;display: block;margin-bottom: 20px;}
    .hybgdivs h2{margin-bottom: 0;}
    .xwin1s{width: 100%;height: auto;min-height: 1px;overflow: hidden;border-bottom: 1px solid #d8d8d8;padding-bottom: 30px;margin-bottom: 30px;}
    .xwin1s img{width: 176px;height: 109px;overflow: hidden;float: left;margin-right: 30px;}
    .xwin1s .xwin1sz{float: left;width: 100%;height: auto;overflow: hidden;display: contents;}
    .xwin1s:hover .xwin1sz p{color: #0358ce !important;}
    .xwin1s:hover .xwin1sz span{color: #0358ce;}
    .xwin1s .xwin1sz .p1{color: #000 !important;font-size: 18px;font-weight: normal;line-height: 22px;margin-bottom: 15px;font-weight: bold;}
    .xwin1s_img{display: none;}
    .xwin1s .xwin1sz .p2{display: none !important; color: #767676;font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;margin-bottom: 10px;}
    .xwin1s .xwin1sz .span1{display: block;color: #999999;font-size: 14px;}
    .xwin1s .xwin1sz .span1 img{width: 16px;height: 16px;overflow: hidden;margin-right: 6px;}
    .xwin1 .fy a:hover{background: #C22B25;}
    .xwin2s1{padding: 1.875rem;background: #f5f8fa;border-radius: 4px;margin-bottom: 1.875rem;}
    .xwin2s1 h2{color: #0358ce;font-size: 1.375rem;line-height: 1.5625rem;display: block;margin-bottom: 1.25rem;}
    .xwin2s1 .mySwiper2{width: 100%;height: 23rem;overflow: hidden;}
    .xwin2s1 .mySwiper2 .din4z1{width: 100%;height: 9.5rem;overflow: hidden;}
    .xwin2s1 .mySwiper2 .din4z1 img{width: 100%;height: 100%;}
    .xwin2s1 .mySwiper2 h2{color: #000;font-size: 1.125rem;line-height: 1.5625rem;margin-top: 1.25rem;margin-bottom: .9375rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-align: justify;font-weight: bold;}
    .xwin2s1 .mySwiper2 .xwspan{color: #999999;font-size: .875rem;display: block;}
    .xwin2s1 .mySwiper2 .xwspan img{width: 16px;height: 16px;margin-right: .375rem;}
    .xwin2s1 .mySwiper2 .xwzxp{color: #767676;font-size: .875rem;line-height: 1.5rem;margin-top: .9375rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-align: justify;height: 4.625rem;}
    .xwin2s1 .mySwiper2 .paginationdin4{left: 0 !important;bottom: 60% !important;}
    .xwin2s1 .mySwiper2 .paginationdin4 .swiper-pagination-bullet{background-color: #fff;opacity: 1;}
    .xwin2s1 .mySwiper2 .paginationdin4 .swiper-pagination-bullet-active{background: #0358ce;}
    .xwin2s1 .xwin2s1span{width: 102%;height: auto;min-height: 1px;overflow: hidden;}
    .xwin2s1 .xwin2s1span ul li{float: left;background-color: #fff;color: #333333;font-size: .875rem;padding: .75rem;margin-right: .625rem;margin-bottom: .625rem;border-radius: 3px;}
    .xwin2s1 .xwin2s1span ul li:hover{background: #044ec2;color: #fff;}
    .xwin2s2{width: 100%;height: 4.125rem;overflow: hidden;background-image: url('../images/hydl.jpg');background-size: 100% 100%;border: none;color: #ffffff;font-size: 1.625rem;margin-bottom: 1.25rem;}
    .xwin2s3{width: 100%;height: 4.125rem;overflow: hidden;background-image: url('../images/hyzc.jpg');background-size: 100% 100%;border: none;color: #ffffff;font-size: 1.625rem;}
    .xwin2s2 img{width: 2.75rem;height: 2.75rem;margin-right: 1.125rem;}
    .xwin2s3 img{width: 2.75rem;height: 2.75rem;margin-right: 1.125rem;}
    .xwin2s2 a{color: #ffffff;font-size: 1.625rem;}
    .xwin2s3 a{color: #ffffff;font-size: 1.625rem;}
    .xwwzys{width: 100%;height: auto;min-height: 500px;overflow: hidden;float: left;}
    .xwwzys .wz_div .wz_div_title h2{font-size: 20px;color: #323232;margin-bottom: 0;font-weight: bold;}
    /* .xwwzys .wz_div_show_img img{width: 68.5%;} */
    .xwwzys .fh{border: 1px solid #C22B25;color: #DB3A34;}
    .xwwzys .fh:hover{background-color: #DB3A34;color: #fff;}
    .xwwzys .wz_div_show{margin-bottom: 0px;}
    .xwwzys .wz_div_qhz:hover{color: #cd2a26;border: 2px solid #DB3A34;}
    .xwwzys .wz_div_qhy:hover{color: #cd2a26;border: 2px solid #DB3A34;}
    .xwwzys .wz_div_show h1,
    .xwwzys .wz_div_show h2,
    .xwwzys .wz_div_show h3,
    .xwwzys .wz_div_show h4,
    .xwwzys .wz_div_show h5,
    .xwwzys .wz_div_show h6{
        color: #333;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border: 0;
        font-weight: bold;
    }

    /* 时政要闻更多 */
    .special-news-top-more{
        text-align: end;
        border-bottom: 1px solid #dddddd;
        padding: 15px 0;
    }
    .special-news-top-more a{
        color: #999999;
    }
    .special-news-container-bottom{
        margin-top: 10px;
    }
    .special-news-bottom-more{
        text-align: end;
        padding: 15px 0;
    }
    .special-news-bottom-more a{
        color: #999999;
    }
    /* 最新动态 */

    /* 科学技术奖 */
    .jlin1{width: 100%;height: 80px;overflow: hidden;background-color: #ffffff;box-shadow:0px 0px 15px rgba(0,0,0,0.1);position: relative;}
    .jlin1 .logo{height: 48px;width: 16.75%;float: left;margin-left: 36px;margin-top: 16px;}
    .jlin1 .in1r{position: absolute;right: 30px;top: 23px;margin-top: 0;}
    .jlin1 .in1r_l1{background-color: #f8f8f8;}
    .jlin1 .in1r .in1r_l2 input{height: 34px;background-color: #f8f8f8;}
    .jlin1 .jlin1s{width: 52%;height: 100%;margin: 0 auto;}
    .jlin1 .jlin1s .nav1{width: 100%;}
    .jlin1 .jlin1s .nav1 ul .active a{color: #0358ce;border-bottom: 5px solid #0358ce;}
    .jlin1 .nav1 ul{width: auto;height: 64px;margin-top: 10px;}
    .jlin1 .nav1 ul li a{color: #323232;font-size: 16px;line-height: 64px;padding: 0;margin-left: 10px;margin-right: 10px;}
    .jlin1 .nav1 ul li:hover a{background-color: transparent;color: #0358ce;border-bottom: 5px solid #0358ce;}
    .jlin2{width: 100%;height: 395px;overflow: hidden;position: relative;}
    .jlin2 .jlin2s{width: 1200px;height: auto;min-height: 1px;overflow: hidden;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
    .jlin2 h2{color: #fff;font-size: 40px;display: block;width: 709px;margin-bottom: 19px;position: relative;padding-bottom: 20px;}
    .jlin2 h2::before{width: 77px;height: 4px;background-color: #fff;content: '';position: absolute;bottom: 0;}
    .jlin2 p{color: #fff;font-size: 18px;line-height: 30px;width: 709px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-align: justify;}
    .jlin3{width: 1200px;height: auto;min-height: 154px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .jlin3 .jlin3l{float: left;background-color: #f4f9fc;width: 940px;height: 564px;overflow: hidden;}
    .jlin3ls{padding: 30px;overflow: hidden;width: calc(100% - 60px);height: calc(100% - 60px);}
    .jlin3ls .din6l{width: 100%;height: 100%;}
    .jlin3ls .din6l .din4y_s{background-color: transparent;border-bottom: 1px solid #3f80dc;}
    .jlin3ls .din6l .din4y_s ul li{line-height: 42px;}
    .jlin3ls .din6l .din4y_s ul li a{background: transparent;padding: 0;margin-right: 20px;}
    .jlin3ls .din6l .din4y_x1 .din4y_xx{height: 425px;margin-top: 30px;overflow: hidden;}
    .jlin3 .jlin3r{float: right;width: 230px;height: auto;min-height: 1px;overflow: hidden;}
    .jlin3ls .din6l .din4y_x1 .din4y_xx .din4y_xx1{height: 99px;padding-bottom: 25px;margin-bottom: 25px;}
    .jlin3ls .din6l .din4y_x1 .din4y_xx .din4y_xx1:hover h2{color: #0358ce;}
    .jlin3ls .din6l .din4y_x1 .din4y_xx .din4y_xx1:hover p{color: #0358ce;}
    .jlin3ls .din6l .din4y_x1 .din4y_xx .din4y_xx1:hover span{color: #0358ce;}
    .jlin3ls .din6l .din4y_x1 .din4y_xx .din4y_xx1 img{float: left;width: 152px;height: 99px;margin-right: 20px;}
    .din4y_xx1s{float: left;width: 100%;height: 100%;display: contents;}
    .din4y_xx1s h2{color: #000000;font-size: 18px;display: block;line-height: 25px;margin-bottom: 8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-align: justify;}
    .din4y_xx1s .p1{color: #767676;font-size: 14px;line-height: 22px;margin-bottom: 4px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;}
    .din4y_xx1s .p2 span{color: #767676;font-size: 12px;margin-right: 30px;}
    .jlin3rs{width: 100%;height: 168px;background-color: #f4f9fc;overflow: hidden;margin-bottom: 30px;}
    .jlin3r a:last-child .jlin3rs{margin-bottom: 0;}
    .jlin3rs img{width: 76px;height: 76px;display: block;margin: 0 auto;margin-top: 33px;margin-bottom: 8px;}
    .jlin3rs p{color: #323232;font-size: 20px;text-align: center;}
    .jlin3rs .img2{display: none;}
    /* 科学技术奖 */

    /* 团体标准 */
    .ttin1{width: 100%;height: 360px;overflow: hidden;background-image: url('../images/ttbzbg.jpg');background-size: 100% 100%;}
    .ttin1c{width: 1200px;height: 100%;overflow: hidden;margin: 0 auto;}
    .ttin1c1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ttin1c1 img{width: 344px;margin-top: 35px;float: left;}
    .ttin1c1 .dfimg{display: none;}
    .ttin1c1 .fhsy{float: right;margin-top: 35px;color: #fff;font-size: 20px;line-height: 38px;}
    .ttin1c2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 80px;}
    .ttin1c2 .ttbz{width: 276px;display: block;margin: 0 auto;margin-bottom: 26px;}
    .ttin1c2 .sousuo{width: 534px;height: 40px;overflow: hidden;margin: 0 auto;position: relative;}
    .ttin1c2 .sousuo img{position: absolute;left: 12px;top: 12px;width: 16px;height: 16px;}
    .ttin1c2 .sousuo input{width: 424px;height: 100%;overflow: hidden;border: none;background-color: #f8f8f8;border-radius: 3px;padding-left: 34px;color: #484848;font-size: 16px;outline: medium;}
    .ttin1c2 .sousuo .btn{width: 71px;height: 100%;background-color: #176dd1;overflow: hidden;color: #fff;border: none;float: right;border-radius: 3px;font-size: 16px;}
    .ttin2{width: 100%;height: 56px;}
    .ttin2 .din2{width: 100%;height: 100%;}
    .ttin2 .din2 .nav1 ul li a{line-height: 56px;padding-left: 19px;padding-right: 19px;font-size: 16px;}
    .ttin2 .din2 .nav1 ul .active{background-color:#C22B25;}
    .ttin2 .din2 .nav1 ul li ul li a{color: #666 !important;height: 2.75rem;line-height: 2.75rem;text-align: center !important;white-space: nowrap;padding-left: 0px !important;padding-right: 0px !important;background: #fff !important;font-size: 18px !important;}
    .ttin3{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .ttin3l{float: left;width: 678px;height: 443px;overflow: hidden;}
    .ttin3r{float: right;width: 492px;height: 443px;overflow: hidden;background-color: #f4f9fc;}
    .ttin3rs{width: calc(100% - 60px);height: calc(100% - 60px);padding: 30px;overflow: hidden;}
    .ttin3rs1{width: 100%;border-bottom: 1px solid #3f80dc;overflow: hidden;}
    .ttin3rs1 h2{float: left;color: #3f80dc;font-size: 22px;border-bottom: 3px solid #3f80dc;line-height: 40px;}
    .ttin3rs1 a{float: right;color: #8e8e8e;font-size: 16px;line-height: 40px;}
    .ttin3rs .din4y_x1 .din4y_xx{height: 325px;margin-top: 12px;}
    .ttin3rs .din4y_x1 .din4y_xx .din4y_xx1{border: none !important;height: 42px;}
    .ttin3rs .din4y_xx1_z h2 a p{float: left;width: calc(100% - 15px);margin-left: 7px;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;color: #000;font-size: 16px;}
    .ttin3rs .din4y_x1 .din4y_xx .din4y_xx1:hover p{color: #3f80dc;}
    .ttin4{width: 1200px;height: 74px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .ttin4 a{width: 216px;height: 100%;float: left;overflow: hidden;margin-right: 30px;}
    .ttin4 a:last-child{margin-right: 0;}
    .ttin4 a button{border: none;width: 100%;height: 100%;color: #ffffff;font-size: 20px;}
    .ttin4 a button img{height: 33px;margin-right: 10px;}
    .ttin4s1{background-image: url('../images/bzgk.jpg');background-size: 100% 100%;}
    .ttin4s2{background-image: url('../images/bzzxd.jpg');background-size: 100% 100%;}
    .ttin4s3{background-image: url('../images/bzcx.jpg');background-size: 100% 100%;}
    .ttin4s4{background-image: url('../images/bzhhd.jpg');background-size: 100% 100%;}
    .ttin4s5{background-image: url('../images/bzrz.jpg');background-size: 100% 100%;}
    .ttin4s6{background-image: url('../images/bzlxwm.jpg');background-size: 100% 100%;}
    .ttin5rz{height: 522px;}
    .ttin5r1{height: 266px;}
    .ttin5r2{height: 226px;margin-top: 30px;}
    .ttin5r1 .ttin3rs .din4y_x1 .din4y_xx{height: 165px;margin-top: 12px;}
    .ttin5r2 .ttin3rs .din4y_x1 .din4y_xx{height: 122px;margin-top: 12px;}
    .ttin6{width: 1200px;height: 164px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .ttin6 img{width: 100%;height: 100%;}
    .ttin5 .ttin3l{height: 522px;background-color: #f4f9fc;}
    .ttin5 .ttin3l .jlin3ls{width: calc(100% - 60px);height: calc(100% - 60px);}
    .ttin5div{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ttin5div .p1{color: #000000;font-size: 16px;float: left;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;width: calc(100% - 15px);line-height: 20px;}
    .ttin5div img{float: left;margin-top: 6px;margin-right: 7px;}
    .ttin5divp2{color: #8e8e8e;font-size: 16px;line-height: 20px;padding-left: 15px;margin-top: 10px;}
    .ttin5divz{border-bottom: 1px solid #e3e3e3;padding-bottom: 15px;margin-bottom: 15px;}
    .ttin5 .jlin3ls .din6l .din4y_x1 .din4y_xx{height: 395px;margin-top: 25px;}
    .ttin5divz:hover p{color: #3f80dc;}
    .ttin7 .ttin3l{height: 313px;}
    .ttin7 .ttin3l .ttin3r{width: 100%;height: 313px;}
    .ttin7 .ttin5r1{height: 313px;}
    .ttin7 .ttin3l .ttin5r1 .din4y_xx1_y{width: 18%;}
    .ttin7 .ttin3l .ttin5r1  .din4y_xx1_z{width: 80%;}
    .ttin7 .ttin3l .ttin5r1  .din4y_xx1_zd{width: 75% !important;}
    .ttin7 .ttin5r1 .ttin3rs .din4y_x1 .din4y_xx{height: 210px;}
    .ttin7 .ttin5rz{height: 313px;}
    .ttin8{width: 1200px;height: 450px;background-color: #f4f9fc;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .ttin8s{padding: 30px;width: calc(100% - 60px);height: calc(100% - 60px);}
    .ttin8rs2{margin-top: 30px;height: 325px;width: 100%;}
    .ttin8rs2 .mySwiper{overflow: inherit;}
    .ttin8rs2 .mySwiper .ttin8rs2z{width: 100%;height: 100%;position: relative;}
    .ttin8rs2z .img1{width: 100%;height: 236px;overflow: hidden;}
    .ttin8rs2z .img2{width: 49px;height: 49px;position: absolute;top: 93px;left: 156px;}
    .ttin8rs2z .p1{color: #000000;font-size: 16px;line-height: 25px;margin-top: 15px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .ttin8rs2z .p2{color: #8e8e8e;font-size: 16px;line-height: 20px;margin-top: 5px;}
    .dy8l{background: url('../images/dy8r.png') no-repeat;background-size: 100% 100%;width: 11px !important;height: 19px !important;right: -18px !important;}
    .dy8r{background: url('../images/dy8l.png') no-repeat;background-size: 100% 100%;width: 11px !important;height: 19px !important;left: -18px !important;}
    /* 团体标准 */

    /* 会员服务 */
    .hyfw1{width: 100%;height: 400px;overflow: hidden;background-image: url('../images/hyfwbg.jpg');background-size: 100% 100%;}
    .hyfw1s{width: 1200px;height: 100%;margin: 0 auto;overflow: hidden;}
    .hyfw1s .dfimg{display: none;}
    .hyfw1sa{float: right;color: #fff;font-size: 20px;line-height: 38px;margin-top: 35px;}
    .hyfw1s .logo{width: 344px;height: auto;display: block;margin-top: 44px;}
    .hyfw1s h2{color: #fff;font-size: 66px;display: block;text-align: center;line-height: 66px;margin-top: 80px;overflow: hidden;height: 66px;}
    .hyfw1s p{color: #fff;font-size: 50px;text-align: center;margin-top: 24px;line-height: 50px;overflow: hidden;height: 50px;}
    .hyfw4{width: 1200px;height: 116px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .hyfw4l{float: left;width: 678px;height: 100%;overflow: hidden;background-color: #f4f9fc;}
    .hyfw4r{float: right;width: 492px;height: 100%;overflow: hidden;}
    .hyfw4r a{overflow: hidden;}
    .hyfw4r .hyfw4r1{width: 238px;height: 100%;float: left;background-image: url('../images/hydl.jpg');background-size: 100% 100%;border: none;color:#fff;font-size: 25px;}
    .hyfw4r .hyfw4r2{width: 238px;height: 100%;background-image: url('../images/hyzc.jpg');background-size: 100% 100%;float: right;border: none;color:#fff;font-size: 25px;}
    .hyfw4r .hyfw4r1 img{width: 44px;height: 44px;margin-right: 19px;}
    .hyfw4r .hyfw4r2 img{width: 44px;height: 44px;margin-right: 19px;}
    .hyfw4l1{float: left;background-color: #046fe0;width: 16px;height: 100%;overflow: hidden;color: #fff;font-size: 16px;padding-left: 11px;padding-right: 11px;display: flex;justify-content: center;align-items: center;}
    .hyfw4l2{float: left;margin-top: 19px;width: calc(100% - 38px);}
    .hyfw4l2 .hyfw4l2s .img2{display: none;}
    .hyfw4l2 .hyfw4l2s{float: left;width: 127px;height: 79px;border-right: 1px solid #8e8e8e;}
    .hyfw4l2 a:last-child .hyfw4l2s{border-right: none;}
    .hyfw4l2 .hyfw4l2s img{width: 53px;height: 53px;display: block;margin: 0 auto;margin-bottom: 5px;}
    .hyfw4l2 .hyfw4l2s p{color: #333333;font-size: 14px;text-align: center;}
    .hyfw3 .din4y_x1 .title{color: #000;font-weight: bold; font-size: 18px;line-height: 30px;display: block;margin-top: 10px;margin-bottom: 8px;}
    .hyfw3 .din4y_x1 .titnr{color: #555555;font-size: 14px;line-height: 25px;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .hyfw3 .din4y_x1 .din4y_xx{height: 210px !important;margin-top: 20px;}
    .hyfw3 .din4y_x1 .din4y_xx .din4y_xx1{height: 40px;}
    .hyfw3 .din4y_x1 .din4y_xx .din4y_xx1_y p{color: #1965cd;}
    .hyfw5 .ttin3l{height: 393px;}
    .hyfw5 .ttin3l .ttin3r{height: 100%;}
    .hyfw5 .ttin5r1 .ttin3rs .din4y_x1 .din4y_xx{height: 288px;overflow: hidden;}
    .hyfw5 .ttin3rs .din4y_x1 .din4y_xx .din4y_xx1{height: 36px;}
    .din4y_xx1fk{height: 42px !important;}
    .hyfw5 .ttin3l .ttin5r1 .din4y_xx1_y p{color: #1965cd;}
    .hyfw5 .ttin3r .ttin3rs .din4y_xx1_y p{color: #1965cd;}
    .hyfw5 .ttin5r1{height: 393px;}
    /* 会员服务 */

    /* 专家智库 */
    .zjzkl{width: 300px;height: auto;min-height: 1px;overflow: hidden;float: left;}
    .zjzkl ul{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .zjzkl ul li{width: 100%;padding-top: 13px;padding-bottom: 13px;background-color: #f8f8f8;text-align: center;margin-bottom: 10px;color: #333333;font-size: 14px;}
    .zjzkl ul a:hover li{background-color: #0358ce;color: #fff;}
    .zjzkl ul .active{background-color: #C22B25;color: #fff;}
    .zjzkr{width: 870px;height: auto;min-height: 1px;overflow: hidden;float: right;}
    .zjzkr1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .zjzkr1 h2{color: #323232;font-size: 22px;display: block;text-align: center;margin-bottom: 20px;}
    .zjzkr1 p{color: #585858;font-size: 14px;line-height: 30px;text-indent: 2em;}
    .zjzkr2{width: 100%;height: auto;min-height: 1px;overflow: hidden;padding-bottom: 12px;}
    .zjzkr2 h2{color: #323232;font-size: 22px;display: block;text-align: center;margin-bottom: 20px;}
    .zjzkr2 p{color: #585858;font-size: 14px;line-height: 30px;text-indent: 2em;}
    .zjzkr2 table.tftable {font-size:16px;color:#2c2c2c;width:100%;border-width: 1px;border-color: #e2e2e2;border-collapse: collapse;margin-top: 20px;}
    .zjzkr2 table.tftable th {font-size:16px;background-color:#f8f8f8;border-width: 1px;padding: 8px 17px;border-style: solid;border-color: #e2e2e2;text-align:left;color: #2c2c2c;}
    .zjzkr2 table.tftable tr {background-color:#ffffff;}
    .zjzkr2 table.tftable td {font-size:14px;border-width: 1px;padding: 8px 17px;border-style: solid;border-color: #e2e2e2;color: #6e6e6e;}
    .zjzkr2 table.tftable td span{margin-right: 20px;}
    .zjzkr2 table.tftable td p{text-indent: 0em;}
    .zjzkr2 table.tftable td:first-child{font-size: 16px;color: #2c2c2c;}
    /* 专家智库 */

     /* 加入协会 */
    .jrxh1{width: 95%;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .jrxh1l{float: left;width: 1200px !important;height: auto;min-height: 1px;overflow: hidden;}
    .jrxh1r{float: right;width: 317px;height: auto;min-height: 1px;overflow: hidden;}
    .jrxh1r1{width: 100%;height: 94px;overflow: hidden;background-color: #0358ce;border: none;color: #fff;font-size: 20px;}
    .jrxh1r1 .img1{height: 24px;margin-right: 19px;}
    .jrxh1r1 .img2{height: 24px;float: right;margin-right: 20px;}
    .jrxh1r2btn{width: 100%;height: 94px;overflow: hidden;margin-top: 30px;border: none;background-image: url('../images/cjwtjd.jpg');background-size: 100% 100%;color: #fff;font-size: 26px;font-weight: bold;line-height: 94px;}
    .jrxh1r2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;}
    .jrxh1r2 h2{color: #2d2d2d;font-size: 20px;border-left: 5px solid #0358ce;padding-left: 10px;line-height: 20px;margin-bottom: 8px;}
    .jrxh1r2z{width: 100%;height: auto;min-height: 1px;overflow: hidden; border-bottom: 1px solid #e3e3e3;}
    .jrxh1r2z p{color: #484848;font-size: 18px;margin-bottom: 14px;line-height: 20px;margin-top: 14px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .jrxh1r2z span{color: #8e8e8e;font-size: 16px;display: block;line-height: 20px;margin-bottom: 14px;}
    .jrxh1r2z:hover p{color: #0358ce;}
    .jrxh1r2z:hover span{color: #0358ce;}
    .jrxh1r3{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;}
    .jrxh1r3 .img1{width: 100%;height: 45px;overflow: hidden;display: block;}
    .jrxh1r3 .btn{width: 100%;height: 70px;background-image: url('../images/hycx.jpg');background-size: 100% 100%;overflow: hidden;margin-top: 30px;border: none;color: #fff;font-size: 21px;font-weight: bold;}
    .jrxh1r3 .btn img{width: 36px;height: 36px;margin-right: 20px;}
    .jrxh1l h2{color: #323232;font-size: 26px;display: block;line-height: 36px;text-align: center;}
    .xxml_fd{min-width:70px;min-height:132px;position:fixed;margin-left: -105px;margin-top: 50px; border-right:1px solid #DDDDDD}
    .xxml_fd ul li{text-align:right;margin-bottom: 20px;}
    .xxml_fd ul li a{font-size: 14px;color: #777777;display: block;padding-right: 13px;cursor: pointer;}
    .xxml_fd ul li:last-child{margin-bottom: 10px;}
    .xxml_fd ul li a:hover{border-right: 3px solid #C22B25; color: #C22B25;}
    .jrxh1l1{width: 100%;height: auto;min-height: 330px;overflow: hidden;}
    .jrxh1l1 h2{color: #2d2d2d;font-size: 20px;display: block;border-bottom: 3px solid #dddddd;line-height:44px;}
    .jrxh1l1z1{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 25px;margin-bottom: 25px;}
    .jrxh1l1z2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;margin-bottom: 25px;}
    .jrxh1l1z3{width: 100%;height: auto;min-height:100px;overflow: hidden;margin-top: 25px;}
    .jrxh1l1z4{width: 100%;height: auto;min-height: 100px;overflow: hidden;margin-top: 20px;}
    .jrxh1l1z3 table.tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #d9d9d9;border-collapse: collapse;margin-bottom: 30px;border-collapse: collapse;}
    .jrxh1l1z3 table.tftable th {font-size:16px;border-width: 1px;padding: 14px;border-style: solid;border-color: #d9d9d9;text-align:left;color: #333333;border: 1px solid #000;}
    .jrxh1l1z3 table.tftable th:nth-child(2){padding: 14px 20px;}
    .jrxh1l1z3 table.tftable tr {background-color:#ffffff;}
    .jrxh1l1z3 table.tftable td {font-size:14px;border-width: 1px;padding: 14px;border-style: solid;border-color: #d9d9d9;color: #555555;border: 1px solid #000;}
    .jrxh1l1z3 table.tftable td:nth-child(2){padding: 14px 20px;}
    .jrxh1l1z3 table.tftable td a{color: #4b66c9;font-size: 14px;text-decoration:underline}
    .jrxh1l1z1 p{font-size: 17px;
        color: #191919;
        line-height: 33px;
        text-indent: 2em !important;
        margin-top: 20px;}
    .jrxh1l1z4 p{color: #555555;font-size: 16px;line-height: 30px;text-indent: 2em;}
    .jrxh1l1z1 p img{
        padding-bottom: 2px !important;
    }

    .huiyuanmingdan table.tftable td:nth-child(2){
        padding: 5px !important;
    }


    .xzn_z21x{width:100%;min-height:10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;}

    .xzn_z21x_1{width:100%;min-height:10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-bottom: 20px;}
    .xzn_z21x_1:last-child{margin-bottom: 0;}
    .xzn_z21x_1:last-child .xzn_z21x_1zx{display: none;}
    .xzn_z21x_1z{width: 56px;min-height:10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;float: left;margin-right: 20px;}
    .xzn_z21x_1zs{width: 56px;height:56px;background: #0358ce;border-radius: 50px;overflow: hidden;margin:0px auto}
    .xzn_z21x_1zs h2{line-height: 56px;text-align: center;font-size: 20px;color: #fff;}

    .xzn_z21x_1zx{width:3px;height: 32px;margin:0px auto;background: #d5bc8d;border-radius: 3px;margin-top: 20px;}

    .xzn_z21x_1y{width: calc(100% - 76px);min-height:10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;float: right;}
    .xzn_z21x_1y h2{color: #2D2D2D;line-height: 44px;font-size: 18px;border: none;}
    .xzn_z21x_1y p{color: #555555;line-height: 30px;font-size: 16px;}
    /* 加入协会 */

    /* 会员动态 */
    .hydtdiv{min-height: 10px;overflow: hidden;background-color: #f8f8f8;padding: 15px;margin-bottom: 10px;}
    .jrxh1 a:last-child .hydtdiv{margin-bottom: 0;}
    .hydtdiv img{width: 152px;height: 100px;float: left;margin-right: 20px;}
    .hydtdiv div{float: left;width: 100%;display: contents;}
    .hydtdiv h2{color: #000000;font-size: 18px;display: block;margin-bottom: 10px;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;font-weight: bold;}
    .hydtdiv p{color: #767676;font-size: 14px;display: block;line-height: 22px;margin-bottom: 6px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .hydtdiv span{color: #8e8e8e;font-size: 12px;float: left;margin-right: 40px;}
    .hydtdiv:hover h2{color: #C22B25;}
    .hydtdiv:hover p{color: #C22B25;}
    .hydtdiv:hover span{color: #C22B25;}
    .jrxh1 .fy{margin-bottom: 0;height: 34px;}
    .jrxh1 .fy a:hover{background: #C22B25;}

    .jrxh1wzy{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .jrxh1wzy .fh{color: #0358ce;border-color: #0358ce;}
    .jrxh1wzy .fh:hover{background: #0358ce;color: #fff;}
    .jrxh1wzy .wz_div .wz_div_qhz:hover{color: #0358ce;border-color: #0358ce;}
    .jrxh1wzy .wz_div .wz_div_qhy:hover{color: #0358ce;border-color: #0358ce;}
    /* 会员动态 */

    /* 会议服务-会员名录 */
    .jrxh1c{width: 515px;height: 40px;overflow: hidden;margin: 0 auto;margin-bottom: 30px;position: relative;}
    .jrxh1c input{float: left;height: 100%;border: none;background-color: #f8f8f8;border-radius: 3px;padding-left: 34px;width: 388px;outline: medium;color: #484848;font-size: 16px;padding-right: 12px;}
    .jrxh1c img{width: 16px;height: 16px;position: absolute;left: 12px;top: 12px;}
    .jrxh1c button{float: right;width: 70px;height: 100%;background-color: #176dd1;border: none;color: #ffffff;font-size: 16px;border-radius: 3px;}
    .hyfwhymls{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .hyfwhymls h2{color: #2d2d2d;font-size:26px;border-left: 5px solid #C22B25;padding-left: 10px;line-height: 26px;float: left;}
    .hyfwhymls span{color: #777777;font-size: 18px;float: left;margin-left: 20px;}
    .hyfwhymlz{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 0px;}
    .hyfwhymlz .jrxh1l1z3 table.tftable{margin-bottom: 0;}
    .hyfwhymlz .jrxh1l1z3 table.tftable th{color: #2c2c2c;font-size: 18px;text-align: center;border: 1px solid #dedede;background: #f5f5f5;text-indent: 0em;}
    .hyfwhymlz .jrxh1l1z3 table.tftable td{color: #6e6e6e;font-size: 18px;border: 1px solid #dedede;text-indent: 0em;}
    .huiyuanmingdan  table.tftable td{color: #6e6e6e;font-size: 14px !important;border: 1px solid #dedede;text-indent: 0em;}
    /* 会议服务-会员名录 */

    /* 团体标准-标准认证 */
    .ttin9{width: 1200px;height: 450px;overflow: hidden;margin: 0 auto; margin-top: 30px;}
    .ttin9l{width: 50%;float: left;height: 100%;}
    .ttin9l .ttin3rs1{display: none;}
    .ttin9l img{width: 100%;height: 100%;}
    .ttin9r{width: calc(50% - 60px);float: right;height: calc(100% - 60px);background-color: #f4f9fc;padding: 30px;overflow: hidden;}
    .ttin3rs2{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ttin3rs2l{float: left;width: calc(100% - 152px);}
    .ttin3rs2r{float: right;width: 152px;}
    .ttin3rs2r img{width: 141px;height: 141px;border: 5px solid #fff;margin-top: 160px;}
    .ttin3rs2r p{color: #0358ce;font-size: 18px;margin-top: 8px;text-align: center;}
    .ttin3rs2ltxt{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 25px;}
    .ttin3rs2ltxt h2{color: #333333;font-size: 16px;font-weight: bold;display: block;margin-bottom: 10px;}
    .ttin3rs2ltxt p{color: #555555;font-size: 16px;display: block;line-height: 30px;}

    /* 宣贯视频 */
    .wapttin8{display: none;}
    .xgspdiv{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .xgspdiv h2{display: block;color: #323232;font-size: 22px;line-height: 44px;text-align: center;margin-bottom: 30px;}
    .xgspdivs{width: 100%;height: auto;min-height: 1px;overflow: hidden;display: flex;flex-wrap: wrap;}
    .xgspdiv .fy{margin-bottom: 0;height: 34px;margin-top: 0;}
    .xgspdiv .fy a:hover{background: #0358ce;}
    .xgspdivsz{width: 380px;height: auto;min-height: 1px;overflow: hidden;position: relative;float: left;margin-right: 30px;margin-bottom: 30px;}
    .xgspdivs a:nth-child(3n) .xgspdivsz{margin-right: 0;}
    .xgspdivsz .img1{width: 52px;height: 52px;position: absolute;top: 98px;left: 164px;}
    .xgspdivsz .img2{width: 100%;height: 248px;}
    .xgspdivsz:hover p{color: #0358ce;}
    .xgspdivsz:hover span{color: #0358ce;}
    .xgspdivsz p{color: #000000;font-size: 16px;line-height: 25px;margin-top: 20px;}
    .xgspdivsz span{color: #8e8e8e;font-size: 16px;line-height: 20px;display: block;margin-top: 15px;}
    /* 宣贯视频 */

    /* 科学技术奖-最新动态 */
    .kxjsj1{width: 100%;height: 200px;overflow: hidden;background-image: url('../images/jlbg.jpg');background-size: 100% 100%;}
    .kxjsj1s{width: 1200px;height: 100%;overflow: hidden;margin: 0 auto;}
    .kxjsj1s h2{color: #fff;font-size: 40px;position: relative;padding-bottom: 20px;margin-top: 68px;line-height: 40px;}
    .kxjsj1s h2::before{width: 77px;height: 4px;background-color: #fff;content: '';position: absolute;bottom: 0;}
    /* 科学技术奖-最新动态 */

    /* 标准简介 */
    .nrinsr1 .bzjjdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 20px;}
    .nrinsr1 .bzjjdiv p{color: #555555;font-size: 16px;line-height: 30px;}
    .nrinsr1 .bzjjdiv strong{color: #555555;font-size: 16px;line-height: 30px;font-weight: bold;}
    .nrinsr1 .yzlcdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 20px;}
    .nrinsr1 .yzlcdiv p{color: #555555;font-size: 16px;line-height: 30px;text-indent: 2em;}
    .nrinsr1 .yzlcdiv .img1{width: 658px;display: block;margin: 0 auto;margin-top: 30px;}
    .nrinsr1 .yzlcdiv .img2{width: 438px;display: block;margin: 0 auto;margin-top: 30px;}
    /* 标准简介 */

    /* 标准立项 */
    .bzlxdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .bzlxdiv .fy a:hover{background: #0358ce;}
    .bzlxdiv .fy{margin-bottom: 5px;}
    .bzlxdiv .bzlxdivs{width: 100%;height: auto;min-height: 1px;overflow: hidden;border-bottom: 1px solid #d8d8d8;padding-bottom: 20px;padding-top: 20px;}
    .bzlxdiv .bzlxdivs img{float: left;width: 8px;height: 8px;margin-right: 8px;margin-top: 8px;}
    .bzlxdiv .bzlxdivs p{float: left;color: #333333;font-size: 18px;width: 85%;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .bzlxdiv .bzlxdivs span{float: right;color: #999999;font-size: 16px;width: 12%;text-align: right;}
    .bzlxdiv a .bzlxdivs:hover img{content: url('../images/df.png');}
    .bzlxdiv a .bzlxdivs:hover p{color: #0358ce;}
    .bzlxdiv a .bzlxdivs:hover span{color: #0358ce;}
    .nrinsr .xwwzys{width: 100%;min-height: 400px;}
    .nrinsr .xwwzys .wz_div_qh{margin-bottom: 0;}
    /* 标准立项 */

    /* 推荐渠道 */
    .tjqddiv{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .tjqddiv1{width: 100%;height: auto;min-height: 1px;overflow: hidden;padding-bottom: 20px;border-bottom: 1px solid #e2e2e2;}
    .tjqddiv1 h2{color: #323232;font-size: 22px;text-align: center;margin-bottom: 20px;}
    .tjqddiv1 p{text-align: center;}
    .tjqddiv1 p span{color: #848484;font-size: 14px;margin-right: 20px;}
    .tjqddiv2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 20px;margin-bottom: 20px;}
    .tjqddiv2 p{color: #555555;font-size: 16px;line-height: 30px;}
    .tjqddiv2 strong{font-weight: bold;}
    .tjqddiv3{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 20px;}
    .tjqddiv3 p {width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 16px;}
    .tjqddiv3 p img{float: left;width: 16px;height: 19px;margin-right: 10px;}
    .tjqddiv3 p a{float: left;color: #0358ce;font-size: 16px;text-decoration: underline;}
    /* 推荐渠道 */

    /* 英文首页 */
    .yw1{width: 100%;height: 5.625rem;box-shadow:0px 0px 15px rgba(0,0,0,0.1);overflow: hidden;}
    .yw1 .img1{float: left;height: 3.5rem;margin-left: 6.25rem;margin-top: 1.0625rem;}
    .yw1 .yw1c{float: left;margin-left: 13rem;}
    .yw1c .nav1{width: auto;margin-top: .3125rem;}
    .yw1c .nav1 ul li a{color: #484848;padding: 0;margin-left: 1.25rem;margin-right: 1.25rem;line-height: 5rem;font-size: 1.25rem;}
    .yw1c .nav1 ul li:hover a{background-color: transparent;border-bottom: .3125rem solid #1965cd;color: #1965cd;}
    .yw1c .nav1 ul .active a{color: #1965cd;background-color: transparent;border-bottom: .3125rem solid #1965cd;}
    .yw1 .yw1r{float: right;margin-right: 6.25rem;margin-top: 2.3125rem;}
    .yw1r .in1r_l1{outline: medium;border: none;color: #1965cd;font-size: 1rem;}
    .yw1r .in1r_l1 option{font-size: 1rem;}
    .yw1r .soso_zk{float: left;display: none;width: 12.4375rem;margin-top: -.75rem;}
    .yw1r a{float: left;}
    .yw1r .soso_zkz{width: 11.25rem;position: relative;}
    .yw1r .ssyw{position: absolute;right: .5rem;top: .625rem;}
    .yw1r a .sousuo2{width: 1.5625rem;height: 1.5625rem;margin-left: 1.875rem;}
    .yw1r .sosoInp {width: 11.25rem;padding-left: 1.25rem;height: 2.5rem;line-height: 2.5rem;font-size: .875rem;color: #555555;border-radius: 3.125rem;border: 1px solid #e8e8e8;outline: medium;padding-right: 1.5625rem;}
    .yw1r .soso_zky {width: .9375rem;height: .9375rem;margin-top: .625rem;}
    .yw2{width: 100%;height: 50.5rem;overflow: hidden;}
    .yw2 .PCjc11{width: 100%;height: 100%;}
    .yw2 .PCjc11 img{width: 100%;height: 100%;}
    .yw2 .PCjc11 .PCjc11s{width: 93.75rem;height: 8rem;overflow: hidden;margin: 0 auto;box-shadow:0px 0px 3.125rem rgba(0,0,0,0.16);background: rgba(0,0,0,0.5);}
    .yw2 .PCjc11 .PCjc11s h2{width: 60.6875rem;font-size: 1.5rem;text-align: left;color: #fff;margin-left: 1.875rem;margin-top: 1.875rem;padding: 0;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .yw2 .jc1z,.jc1y{width: 3rem !important;height: 3rem !important;}
    .yw2 .ywpagination{bottom: 1.5625rem !important;width: auto !important;right: 15rem;left: auto !important;}
    .yw2 .ywpagination .swiper-pagination-bullet{width: 2.5rem;height: 2.5rem;line-height: 2.5rem;color: #ffffff;font-size: 1.125rem;border: 1px solid rgba(255,255,255,0.3);opacity: 1;background:rgba(255,255,255,0);}
    .yw2 .ywpagination .swiper-pagination-bullet-active{background:#1965cd;border-color: #1965cd;}
    .yw3{width: 93.75rem;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 3.75rem;}
    .yw3 h2{color: #323232;font-size: 2.25rem;line-height: 2.5rem;text-align: center;position: relative;margin-bottom: 3.125rem;padding-bottom: 1.25rem;}
    .yw3 h2::before{width: 3.5625rem;height: .25rem;background: #0358ce;content: '';position: absolute;bottom: 0;left: 48%;}
    .yw3 p{color: #767676;font-size: 1rem;line-height: 1.875rem;margin-bottom: 2.5rem;}
    .yw4{width: 100%;height: 30.625rem;margin-top: 1.25rem;overflow: hidden;background: #f7faff;}
    .yw4 h2{color: #323232;font-size: 2.25rem;line-height: 2.5rem;text-align: center;position: relative;margin-bottom: 3.125rem;padding-bottom: 1.25rem;margin-top: 3.75rem;}
    .yw4 h2::before{width: 3.5625rem;height: .25rem;background: #0358ce;content: '';position: absolute;bottom: 0;left: 48.5%;}
    .yw4s{width: 93.75rem;height: auto;overflow: hidden;margin: 0 auto;min-height: 1px;display: flex;}
    .yw4s a{flex: 1;justify-content: center;align-items: center;display: flex;}
    .yw4s a .yw4sz{float: left;text-align: center;}
    .yw4s a .yw4sz img{width: 11.5rem;height: 11.5rem;margin-bottom: 2.25rem;}
    .yw4s a .yw4sz p{color: #323232;font-size: 1.5rem;line-height: 2.5rem;text-align: center;}
    .yw5{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.75rem;}
    .yw5 h2{color: #323232;font-size: 2.25rem;line-height: 2.5rem;text-align: center;position: relative;margin-bottom: 3.125rem;padding-bottom: 1.25rem;}
    .yw5 h2::before{width: 3.5625rem;height: .25rem;background: #0358ce;content: '';position: absolute;bottom: 0;left: 48.5%;}
    .yw5s{width: 93.75rem;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;}
    .yw5sl{float: left;width: 48.3125rem;height: 40.875rem;overflow: hidden;}
    .yw5sr{float: right;width: 42.3125rem;height: 40.875rem;overflow: hidden;}
    .yw5srz{padding: 1.875rem; width: calc(100% - 3.75rem);height: calc(10.1563rem - 3.75rem);overflow: hidden;border-bottom: 1px solid #d0d0d0;}
    .yw5srz p{width: 100%;height: auto;min-height: 1px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;color: #000000;font-size: 1.375rem;line-height: 1.5625rem;margin-bottom: .625rem;}
    .yw5srz span{float: left;color: #323232;font-size: 1.125rem;}
    .yw5srz img{float: right;width: 1.375rem;height: 1.375rem;margin-top: .6875rem;margin-right: -0.6875rem;}
    .yw5sr a:hover .yw5srz{background-image: linear-gradient(to right,#1688fb,#0048aa);}
    .yw5sr a:hover .yw5srz p{color: #fff;}
    .yw5sr a:hover .yw5srz span{color: #fff;}
    .yw5sl .din4z1{width: 100%;height: 100%;overflow: hidden;}
    .yw5sl .din4z1 img{width: 100%;height: 31.5625rem;overflow: hidden;}
    .yw5sl .din4z1 .din4z1s{width: 100%;height: calc(100% - 31.5625rem);overflow: hidden;background-image: linear-gradient(to right,#1688fb,#0048aa);}
    .yw5sl .din4z1 .din4z1s p{width: 35.875rem;height: 5.125rem;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;color: #ffffff;font-size: 1.375rem;margin-left: 2.125rem;margin-top: 2.1875rem;}
    .yw5sl .paginationdin4{width: auto !important;bottom: 4.1875rem !important;left: auto !important;right: 2.125rem;}
    .yw5sl .paginationdin4 .swiper-pagination-bullet{background: #fff;opacity: 1;}
    .yw5sl .paginationdin4 .swiper-pagination-bullet-active{background: #3f80dc;}
    .yw5sb{display: block;border: 1px solid #195ac2;border-radius: 1.5625rem;width: 9.625rem;height: 3.0625rem;color: #1965cd;font-size: 1.4375rem;background: #fff;margin: 0 auto;margin-top: 3.125rem;}
    .yw5sb a{color: #1965cd;}
    .yw6{margin-top: 3.75rem;width: 100%;height: auto;min-height: 1px;overflow: hidden;background: #f7faff;}
    .yw6s{width: 93.75rem;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 4.1875rem;margin-bottom: 4.375rem;display: flex;}
    .yw6sz{flex: 1;float: left;margin-right: 3.125rem;height:auto;overflow: hidden;}
    .yw6sz:last-child{margin-right: 0;}
    .yw6sz .yw6sz1 h2{color: #323232;font-size: 1.75rem;position: relative;float: left; padding-bottom: .625rem;}
    .yw6sz .yw6sz1 h2::before{width: 4.5rem;height: .25rem;background: #0358ce;content: '';position: absolute;bottom: 0;left: 0;}
    .yw6sz .yw6sz1 .img1{float: right;width: 2.5rem;height: 2.5rem;}
    .yw6sz1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .yw6sz2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 2.5rem;padding-bottom: 1.5625rem;}
    .yw6sz2 .yw6sz1z{width: 100%;height: auto;min-height: 1px;overflow: hidden;}

    .yw6sz2 img{width: 100%;height: 19.0625rem;}
    .yw6sz2 p{color: #000000;font-size: 1.375rem;line-height: 1.5625rem;margin-top: 1.5625rem;margin-bottom: 1.5625rem;overflow: hidden;-webkit-line-clamp: 4;display: -webkit-box;-webkit-box-orient: vertical;}
    .yw6sz2 span{color: #323232;font-size: 1.125rem;display: block;}
    .yw6sz3{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .yw6sz3z{width: 100%;height: auto;min-height: 1px;overflow: hidden;border-bottom: 1px solid #d0d0d0;}
    .yw6sz3z p{color: #323232;font-size: 1.375rem;line-height: 1.5625rem;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;margin-bottom: 1.5625rem;margin-top: 1.5625rem;}
    .yw6sz3z:hover p{color: #1965cd;}
    .yw6sz2:hover p{color: #1965cd;}
    .yw6sz2:hover span{color: #1965cd;}

    .yw6sz2 .yw6sz1z_z{width: 52%;float: left;}
    .yw6sz2 .yw6sz1z_z img{width: 100%;height: auto;}
    .yw6sz2 .yw6sz1z_y{width: 43%;float: right;}
    .yw6sz2 .yw6sz1z_y p{margin-top: 0px;-webkit-line-clamp: 6;line-height: 2rem;margin-bottom: 15px;}


    .ywfooter{width: 100%;height: 5.9375rem;overflow: hidden;background-image: linear-gradient(to bottom,#4fa3dc,#2a5cba);display:flex;
        justify-content:center;
        align-items:center;}
    .ywfooter p{color: #fff;font-size: .875rem;text-align: center;display: block;}
    /* 英文首页 */

    /* 英文about */
    .ywabout1{width: 100%;height: 30.75rem;overflow: hidden;background-image: url('../images/banner.jpg');background-size: 100% 100%;position: relative;}
    .ywabout1 h2{color: #ffffff;font-size: 3.75rem;position: relative;padding-bottom: 1.25rem;margin-left: 13.125rem;margin-top: 11.0625rem;}
    .ywabout1 h2::before{width: 7.375rem;height: .25rem;background: #5f9cff;content: '';position: absolute;bottom: 0;left: 0;}
    .ywabout1 .nav1{width: 100%;height: 4.375rem;overflow: hidden;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.67);}
    .ywabout1 .nav1 .nav1_ul{width: auto;height: 100%;overflow: hidden;}
    .ywabout1 .nav1 ul li a{padding-left: 2.0625rem;padding-right: 2.125rem;font-size: 1.375rem;line-height: 4.375rem;}
    .ywabout1 .nav1 ul .active a{background: #1965cd;}
    .ywabout2{width: 93.75rem;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-bottom: 3.75rem;}
    .ywabout2c{width: 100%;height: auto;min-height: 1px;overflow: hidden;text-align: center;}
    .ywabout2 h2{color: #323232;font-size: 2.25rem;text-align: center;line-height: 2.5rem;position: relative;display: inline-block;padding-bottom: 1.25rem;margin-top: 3.75rem;}
    .ywabout2 h2::before{width: 3.5625rem;height: .25rem;background: #0358ce;content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
    .ywabout2z{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.125rem;}
    .ywabout2z p{color: #767676;font-size: 1rem;line-height: 1.875rem;margin-bottom: 3.125rem;}
    .ywabout2z img{width: 100%;}
    .greettings{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.125rem;}
    .greettings img{float: left;width: 24.1875rem;height: 27.25rem;overflow: hidden;margin-right: 3.375rem;}
    .greettingsz{float: left;width: calc(100% - 27.5625rem);height: auto;min-height: 1px;overflow: hidden;}
    .greettingsz h3{display: block;color: #323232;font-size: 1.875rem;margin-bottom: 1.25rem;line-height: 1.875rem;}
    .greettingsz h3 span{color: #484848;font-size: 1.5rem;margin-left: 1.375rem;}
    .greettingsz p{color: #767676;font-size: 1rem;line-height: 1.875rem;margin-bottom: 1.875rem;}
    .greettingsz p:last-child{margin-bottom: 0;}
    .ourdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.125rem;}
    .ourdiv img{width: 29.125rem;height: 19.0625rem;float: left;margin-right: 3.1875rem;}
    .ourdiv img:last-child{margin-right: 0;}
    .ourdiv p{color: #767676;font-size: 1rem;line-height: 1.875rem;margin-bottom: 1.875rem}
    .orgimg{width: 44.25rem !important;margin: 0 auto;display: block;}
    .ywabout2 .listdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.125rem;}
    .ywabout2 .listdiv ul{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ywabout2 .listdiv ul li{width: auto;height: auto;min-height: 1px;overflow: hidden;background: #f7f7f7;margin-bottom: .625rem;padding: 1.5625rem 1.25rem;color: #414141;font-size: 1.125rem;border: 1px solid #C1C1C1;}
    .ywabout2 .listdiv ul li:hover{color: #1965cd;}
    .ywabout2 .listdiv ul li img{float: left;width: 1.0625rem;height: 1.0625rem;margin-right: 1.0625rem;margin-top: .25rem;}
    .ywabout2 .listdiv .yw5sb{width: 11.0625rem;}
    .ywlxwmdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.75rem;}
    .ywlxwmdiv .ywlxwmdiv1{width: 46.875rem;height: auto;min-height: 1px;overflow: hidden;float: left;}
    .ywlxwmdiv2r{width: 41.875rem;height: auto;min-height: 1px;overflow: hidden;float: right;}
    .h3title{color: #323232;font-size: 1.75rem;font-weight: 500;display: block;line-height:1.75rem;margin-bottom: .625rem;margin-top: -0.125rem;}
    .ywlxwmdiv2r1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ywlxwmdiv2r1 input{outline: none;}
    .ywlxinput1{float: left;width: 19.4375rem;height: auto;min-height: 1px;overflow: hidden;margin-right: 3rem;margin-bottom: .5rem;}
    .ywlxinputbtn{width: 100%;height: 3.375rem;overflow: hidden;background: #0358CE;border-radius: .5rem;border: none;margin-top: .75rem;}
    .ywlxinputbtn a{color: #fff;width: 100%;height: 100%;overflow: hidden;font-size: 1.375rem;display: block;line-height: 3.375rem;}
    .ywlxinput1:nth-child(2n){margin-right: 0;}
    .ywlxinput1 select{width: 100%;height: 2.625rem;overflow: hidden;border: 1px solid #C7C7C7;background: #F5F5F5;border-radius: .5rem;outline: none;padding: 0 .75rem;}
    .ywlxinput1 p{color: #323232;font-size: 1.375rem;margin-bottom: .3125rem;}
    .ywlxinput1 p span{color: #D42D24;margin-left: 8px;}
    .ywlxinput1 input{width: calc(100% - 1.6875rem);height: 2.25rem;border: 1px solid #C7C7C7;background: #F5F5F5;border-radius: .5rem;padding: 0 .75rem;}
    .ywlxinput2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-bottom: .5rem;}
    .ywlxinput2 textarea{width: calc(100% - 1.625rem);height: 3.75rem;border: 1px solid #C7C7C7;background: #F5F5F5;border-radius: .5rem;padding:.75rem;outline: none;}
    .ywlxinput2 p{color: #323232;font-size: 1.375rem;margin-bottom: .3125rem;}
    .ywlxinput2 p span{color: #D42D24;margin-left: 8px;}
    .ywlxinput3{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ywlxinput3 input{float: left;width: 29.5rem;}
    .ywlxinput3 img{float: right;width: 9.375rem;height: 2.375rem;}
    .ywlxwmdiv .ywlxwmdiv1 .ywlxwmdiv1l{padding: 1.875rem ;border: 1px solid #D5D5D5;margin-bottom: 1.5rem;}
    .ywlxwmdiv .ywlxwmdiv1 .ywlxwmdiv1l img{float: left;width: 5rem;height: 5rem;margin-right: 2.25rem;}
    .ywlxwmdiv .ywlxwmdiv1 .ywlxwmdiv1c img{float: left;width: 5rem;height: 5rem;margin-right: 2.25rem;}
    .ywlxwmdiv .ywlxwmdiv1 .ywlxwmdiv1r img{float: left;width: 5rem;height: 5rem;margin-right: 2.25rem;}
    .ywlxwmdiv .ywlxwmdiv1 .ywlxwmdiv1c{padding: 1.875rem 43px 1.875rem 1.875rem ;border: 1px solid #D5D5D5;margin-bottom: 1.5rem;overflow: hidden;}
    .ywlxwmdiv .ywlxwmdiv1 .ywlxwmdiv1r{padding: 1.875rem 43px 1.875rem 1.875rem ;border: 1px solid #D5D5D5;overflow: hidden;}
    /* .ywlxwmdiv .ywlxwmdiv1 div div{display: flow-root;} */
    .ywlxwmsdiv{margin-top: 50px;width: 100%;height: 527px;overflow: hidden;}
    .ywlxwmdiv .ywlxwmdiv1 div div h3{color: #323232;font-size: 1.375rem;line-height: 2.25rem;margin-top: .5rem;}
    .ywlxwmdiv .ywlxwmdiv1 div div p{color: #323232;font-size: 1.125rem;}
    .ywlxwmdiv .ywlxwmdiv2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.125rem;display: inline-block;}
    .ywlxwmdiv .ywlxwmdiv2 img{width: 100%;}
    .specials{background-image: url('../images/special.jpg');}
    .specialz{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.75rem;}
    .specialz .specialz1{float: left;width: 18.75rem;height: auto;min-height: 1px;overflow: hidden;margin-right: 3.125rem;}
    .specialz .specialz1 ul{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .specialz .specialz1 ul li{padding: .9375rem .8125rem;color: #0358ce;border: 1px solid #0358ce;background: #eaf3ff;margin-bottom: .625rem;text-align: center;font-size: 1.125rem;line-height: 1.5625rem;}
    .specialz .specialz1 ul li:hover{background: #0358ce;color: #fff;}
    .specialz .specialz1 ul .active{background: #0358ce;color: #fff;}
    .specialz .specialz2{float: left;width: 71.875rem;height: auto;min-height: 1px;overflow: hidden;}
    .specialz .specialz2 h3{color: #323232;font-size: 1.375rem;border-left: .3125rem solid #0358ce;padding-left: .625rem;line-height: 1.375rem;display: block;margin-bottom: 3.125rem;}
    .specialz .specialz2 p{color: #585858;font-size: .875rem;line-height: 1.875rem;margin-bottom: 3.75rem;}
    .specialz .specialz2 table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #e2e2e2;border-collapse: collapse;}
    .specialz .specialz2 table.tftable th {font-size:1.125rem;background-color:#f8f8f8;border-width: 1px;padding: .625rem 1.125rem;border-style: solid;border-color: #e2e2e2;text-align:left;color: #2c2c2c;}
    .specialz .specialz2 table.tftable tr {background-color:#ffffff;}
    .specialz .specialz2 table.tftable td {font-size:1rem;color: #323232;border-width: 1px;padding: .625rem 1.125rem;border-style: solid;border-color: #e2e2e2;}
    .specialz .specialz2 table.tftable .td2{color: #6e6e6e;font-size: .875rem;}
    .ywbus{background-image: url('../images/bus.jpg');}
    .ywbusdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .ywbusdiv .fy a:hover{background: #0358ce;}
    .ywbusdiv .fy{margin-top: 3.75rem;margin-bottom: .3125rem;}
    .ywbusdivs{padding: 1.625rem;border: 1px solid #d0d0d0;overflow: hidden;margin-bottom: 1.25rem;}
    .ywbusdivs p {color: #333333;font-size: 1.375rem;margin-bottom: .9375rem;overflow: hidden;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
    .ywbusdivs span{color: #999999;font-size: 1rem;display: block;}
    .ywbusdivs:hover{background: #0358ce;}
    .ywbusdivs:hover p{color: #fff;}
    .ywbusdivs:hover span{color: #fff;}
    .ywbusdivz{width: 100%;height: auto;min-height: 1px;overflow: hidden;display: flex;flex-wrap: wrap;}
    .ywbusdivzs{width: 28.625rem;border: 1px solid #d0d0d0;height: auto;min-height: 1px;overflow: hidden;float: left;margin-right: 3.6875rem;margin-bottom: 3.75rem;}
    .ywbusdivz a:nth-child(3n) .ywbusdivzs{margin-right: 0;}
    .ywbusdivzs img{width: 17.625rem;height: 23.5rem;margin: 0 auto;display: block;margin-top: 3.3125rem;margin-bottom: 3.125rem;}
    .ywbusdivlist .fy{margin-top: 0;}
    .ywbusdivzs p{width: 23.9375rem;height: auto;min-height: 1px;overflow: hidden;display: block;margin: 0 auto;text-align: center;margin-bottom: 2.25rem;color: #333333;font-size: 1.125rem;}
    .ywbusdivzs:hover p{color: #0358ce;}
    .ywnews{width: 100%;height: auto;min-height: 1px;overflow: hidden;display: flex;flex-wrap: wrap;}
    .ywnewsz{width: 28.625rem;border: 1px solid #d0d0d0;height: auto;min-height: 1px;overflow: hidden;float: left;margin-right: 3.6875rem;margin-bottom: 3.75rem;}
    .ywnewsz1{padding: 2.5rem;}
    .ywnewsz:hover{background: #0358ce;}
    .ywnewsz:hover h3{color: #fff;}
    .ywnewsz:hover p{color: #fff;}
    .ywnews .ywnewsz:nth-child(3n) {margin-right: 0;}
    .ywnewsz img{width: 100%;height: 18.75rem;}
    .ywnewsz1 h3{color: #333333;font-size: 1.375rem;line-height: 1.875rem;margin-bottom: 2.4375rem;}
    .ywnewsz1 .p1{color: #484848;font-size: 1.125rem;line-height: 30px;margin-bottom: 0;overflow: hidden;-webkit-line-clamp: 10;display: -webkit-box;-webkit-box-orient: vertical;}
    .ywnewsz1 .p2{margin-bottom: 0;margin-top: 1.5625rem;color: #999999;font-size: .875rem;line-height: 1.875rem;}
    .ywnewsz1 .p2 img{width: 1rem;height: 1rem;margin-right: .375rem;margin-top: -0.25rem;}
    .ywnewsz:hover .ywnewsz1 .p2 img{content: url('../images/btime.png');}
    .ywnewdiv .fy{margin-top: 0;}
    .ywnewsdiv{width: 93.75rem;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 3.75rem;}
    .ywnewsdiv1{width: 100%;height: auto;min-height: 1px;overflow: hidden;border-bottom: 1px solid #e2e2e2;padding-bottom: 1.875rem;}
    .ywnewsdiv1 h2{color: #323232;font-size: 1.625rem;line-height: 2.75rem;display: block;margin-bottom: .625rem;}
    .ywnewsdiv1 p{color: #848484;font-size: .875rem;line-height: 1.375rem;}
    .ywnewsdiv2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 3.125rem;}
    .ywnewsdiv2 p{color: #555555;font-size: 1rem;line-height: 1.875rem;margin-bottom: 1.875rem;}
    .ywnewsdiv2 img{width: 36.875rem;overflow: hidden;margin: 0 auto;display: block;margin-bottom: 1.875rem;}
    .ywnewsdiv3{width: 9.625rem;height: 2.75rem;border: 1px solid #425bbd;display: block;margin: 0 auto;background: #fff;margin-top: 1.875rem;margin-bottom: 3.75rem;}
    .ywnewsdiv3 a{color: #4b66c9;font-size: 1.125rem;}
    .ywnewsdiv3:hover{background: #425bbd;}
    .ywnewsdiv3:hover a{color: #fff;}
    .ywnewsdiv .wz_div .wz_div_qh{margin-top: 0;}
    .ywnewsdiv .wz_div .wz_div_qh .wz_div_qhz{font-size: .875rem;}
    .ywnewsdiv .wz_div .wz_div_qh .wz_div_qhy{font-size: .875rem;}
    .ywnewsdiv .wz_div .wz_div_qh .wz_div_qhz:hover{border-color: #425bbd;color: #425bbd;}
    .ywnewsdiv .wz_div .wz_div_qh .wz_div_qhy:hover{border-color: #425bbd;color: #425bbd;}


.ttin1c .kxjsjlbt{width: 700px;margin: 0 auto;margin-top: -20px;}
.ttin1c .kxjsjlbt .pclbt{width: 100%;}
.ttin1c .kxjsjlbt .waplbt{display: none;}

/* 科学技术奖首页 */
.kxjsjin1{width: 100%;height: 450px;overflow: hidden;position: relative;}
.kxjsjin1t{width: 1200px;height: auto;min-height: 1px;overflow: hidden;position: absolute;top: 44px;left: 50%;margin-left: -600px;z-index: 999;}
.kxjsjin1t .kxjsjin1t1{float: left;width: 344px;}
.kxjsjin1t button{float: right;width: 127px;height: 37px;background-color: #fff;border-radius: 19px;border: none;}
.kxjsjin1t button a{color: #0358ce;font-size: 16px;}
.kxjsjin1t button a img{width: 22px;margin-right: 9px;}
.kxjsjin1b{width: 100%;height: 100%;overflow: hidden;}
.kxjsjin1b .PCjc11{width: 100%;height: 100%;overflow: hidden;}
.kxjsjin1b .PCjc11 .kxjsjlbt{width: 820px;margin: 0 auto;margin-top: 145px;}
.kxjsjin1b .PCjc11 .kxjsjlbt .pclbt{width: 100%;}
.kxjsjin1b .PCjc11 .kxjsjlbt .waplbt{display: none;}
.kxjsjdiv{text-align: left;}
.kxjsjdiv2{float: right;width: 314px;height: 36px;overflow: hidden;margin-top: 10px;}
.kxjsjdiv2 .sousuo{width: 100%;height: 100%;overflow: hidden;position: relative;}
.kxjsjdiv2 .sousuo input{width: calc(100% - 90px);height: 100%;overflow: hidden;outline: medium;padding-left: 12px;padding-right: 72px;color: #484848;font-size: 14px;}
.kxjsjdiv2 .sousuo .btn{width: 71px;height: 100%;background-color: #0358ce;overflow: hidden;position: absolute;right: 0;top: 0;border:none;color: #ffffff;font-size: 14px;}
.kxjsjdiv2 .sousuo .btn img{width: 16px;height: 16px;margin-top: -2px;margin-right: 5px;}
.kxjsjdivnr{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 18px;}
.kxjsjdivnr1{width: 856px;height:340px;overflow: hidden;float: left;background-color: #f4f9fc;}
.kxjsjdivnr2{float: right;width: 314px;height: auto;min-height: 1px;overflow: hidden;}
.kxjsjdivnr2 a img{width: 100%;height: 155px;margin-bottom: 29px;}
.kxjsjdivnr2 a:last-child img{margin-bottom: 0;}
.kxjsjdivnr2z{padding: 30px;background-color: #f4f9fc;margin-bottom: 30px;}
.kxjsjdivnr2z:last-child{margin-bottom: 0;}
.kxjsjdivnr2z1{width: 100%;border-bottom: 1px solid #3f80dc;overflow: hidden;}
.kxjsjdivnr2z1 h2{float: left;color: #333333;font-size: 22px;border-bottom: 3px solid #3f80dc;line-height: 40px;font-weight: bold;}
.kxjsjdivnr2z1 h2 img{margin-right: 8px;}
.kxjsjdivnr2z1 a{float: right;color: #3E81DA;font-size: 16px;line-height: 40px;font-weight: 500;}
.kxjsjdivnr2z2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 20px;}
.kxjsjdivnr2z2 a img{width: 100%;height: 91px;}
.kxjsjdivnr1z{padding: 30px;overflow: hidden;width: calc(100% - 60px);height: calc(100% - 60px);}
.kxjsjdivnr1s{width: 100%;height: 100%;position: relative;}
.kxjsjdivnr1s_s{width: 100%;height: 44px;background-color: transparent;border-bottom: 1px solid #3f80dc;}
.kxjsjdivnr1s_s ul li{line-height: 42px;float: left;}
.kxjsjdivnr1s_s ul li a{display: block;font-size: 22px;background: transparent;padding: 0;margin-right: 20px;color: #5F5F5F;}
.kxjsjdivnr1s .din4y_x1 .din4gd{position: absolute;right: 0;top: 0;margin-right: 0;color: #3E81DA;}
.kxjsjdivnr1s .din4y_x1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx{width: 100%;height: auto;overflow: hidden;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1{width: 100%;height: 94px;overflow: hidden;border-bottom: 1px solid #e3e3e3;padding-top: 23px;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1 img{float: left;width: 118px;height: 77px;overflow: hidden;margin-right: 18px;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1 .din4y_xx1s{float: left;width: 100%;height: 100%;display: contents;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1 .din4y_xx1s h2{color: #000000;font-size: 18px;line-height: 25px;font-weight: bold;overflow: hidden;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1:hover .din4y_xx1s h2{color: #0358ce;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1:hover .din4y_xx1s .p1{color: #0358ce;}
.kxjsjdivnr1s .din4y_x1 .din4y_xx .din4y_xx1 .din4y_xx1s .p1{color: #767676;font-size: 14px;line-height: 22px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}

.kxjsjdivnr3{width: 1200px;height: 164px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
.kxjsjdivnr3 img{width: 100%;height: 100%;}
.kxjsjdivnr4{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
.kxjsjdivnr4l{float: left;width: 678px;height: auto;min-height: 1px;overflow: hidden;background-color: #f4f9fc;}
.kxjsjdivnr4r{float: right;width: 492px;height: auto;min-height: 1px;overflow: hidden;background-color: #f4f9fc;}
.kxjsjdivnr4lz{padding: 30px;}
.kxjsjdivnr4rz{padding: 30px;}
.kxjsjdivnr4lz1{width: 100%;height: 276px;overflow: hidden;margin-top: 30px;}
.kxjsjdivnr4lz1 ul li{width: calc(100% - 28px);height: 22px;overflow: hidden;background: #FFFFFF;box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.0588);margin-bottom: 12px;padding: 18px 13px 18px 15px;}
.kxjsjdivnr4lz1 ul li:last-child{margin-bottom: 0;}
.kxjsjdivnr4lz1 ul li img{float: left;width: 17px;height: 17px;margin-right: 8px;margin-top: 2px;}
.kxjsjdivnr4lz1 ul li p{float: left;color: #55575B;font-size: 14px;font-weight: 400;line-height: 22px;width: 80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.kxjsjdivnr4lz1 ul li button{float: right;width: 39px;height: 22px;background: #C1DBFF;border: none;border-radius: 3px;}
.kxjsjdivnr4lz1 ul li button a{width: 100%;height: 100%;overflow: hidden;display: block;line-height: 22px;color: #0358CE;font-size: 12px;}
.kxjsjdivnr4lz1 a .cgzsdiv{width: 264px;height: 42px;background-color: #fff;padding: 20px;float: left;margin-right: 10px;margin-bottom: 10px;overflow: hidden;box-shadow:0px 0px 16px rgba(0,0,0,0.06);}
.kxjsjdivnr4lz1 a:nth-child(2n) .cgzsdiv{margin-right: 0;}
.cgzsdiv1{float: left;width: 42px;height: 42px;background: linear-gradient(to bottom,#1688fb,#0048aa);margin-right: 14px;}
.cgzsdiv1 .p1{color: #fff;font-size: 12px;text-align: center;line-height: 20px;}
.cgzsdiv1 .p2{color: #fff;font-size: 14px;text-align: center;line-height: 20px;}
.cgzsdiv2{float: left;width: 100%;display: contents;}
.cgzsdiv2 p{color: #000000;font-size: 16px;line-height: 22px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.kxjsjdivnr4lz1z1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
.kxjsjdivnr4lz1z1 img{float: left;width: 211px;height: 138px;}
.kxjsjdivnr4lz1z1 .kjdtdiv{float: left;width: calc(100% - 251px);height: 98px;background-color: #ffffff;overflow: hidden;padding: 20px;}
.kxjsjdivnr4lz1z1 .kjdtdiv h2{color: #000000;font-size: 18px;line-height: 25px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;}
.kxjsjdivnr4lz1z1 .kjdtdiv p{text-align: right;color: #8e8e8e;font-size: 14px;line-height: 20px;margin-top: 6px;}
.kxjsjdivnr4lz1 a .cgzsdiv:hover .cgzsdiv2 p{color: #3f80dc;}
.kxjsjdivnr4lz1z1:hover .kjdtdiv h2{color: #3f80dc;}
.kxjsjdivnr4lz1z1:hover .kjdtdiv p{color: #3f80dc;}
.kxjsjdivnr4lz1z2 .din4y_xx1{width: 100%;height: 63px;overflow: hidden;border-bottom: 1px solid #e3e3e3;}
.kxjsjdivnr4lz1z2 .din4y_xx1 .din4y_xx1_z{width: 75%;height: 100%;float: left;}
.kxjsjdivnr4lz1z2 .din4y_xx1 .din4y_xx1_z a img{float: left;margin-top: 6px;}
.kxjsjdivnr4lz1z2 .din4y_xx1:hover .din4y_xx1_z h2 a img {content: url(../images/df.png);}
.kxjsjdivnr4lz1z2 .din4y_xx1 .din4y_xx1_y{width: 25%;height: 100%;float: right;}
.kxjsjdivnr4lz1z2 .din4y_xx1 .din4y_xx1_y p{line-height: 20px;text-align: right;font-size: 16px;color: #8e8e8e;height: 100%;display: flex;justify-content: space-around;flex-direction: column;}
.kxjsjdivnr4lz1z2 .din4y_xx1 .din4y_xx1_z h2 a p{overflow: hidden;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.kxjsjdivnr4lz1z2 .din4y_xx1:hover .din4y_xx1_y p{color: #3f80dc;}

.js1_tk{width:100%;height:100vh;background:rgba(0,0,0,0.7);position: fixed;z-index: 1;top:0px;left:0px;align-items: left;justify-content: center;flex-direction: column;}
.js1_tkn{width:450px;height:50%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;position: absolute;left:0px;right:0px;padding-bottom: 10px;top:30%;
    animation:rocket 1s;-webkit-animation:rocket 1s;background: #fff;border-radius: 10px;}
  @keyframes rocket{
  0%{transform: translateY(-260px);}
  100%{}
  }
  
  @-webkit-keyframes rocket{
  0%{transform: translateY(-260px);opacity: 0;}
  100%{}
  }
  
  .js1_tkn_s{width: 85%;height: 40px;margin:0px auto;margin-top:20px;}
  .js1_tkn_s h2{line-height: 40px;font-size: 20px;color: #333;text-align: center;}
  .js1_tkn_s h2 span{float: right;}
  
  .js1_tkn_x{width: 85%;min-height:10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 10px;}
  
  .js1_tkn_x1{width: 100%;height: auto;margin-bottom: 20px;text-align: center;}
  .js1_tkn_x1 p{line-height: 35px;font-size: 16px;color: #9F9F9F;}

  .js1_tkn_x2z{text-align: center;margin-bottom: 20px;}
  .js1_tkn_x2z button{width:100px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #fff;background: #3e81da;border:0px;border-radius: 5px;}



/* 人才招聘弹窗 */
.zhaopin{width:100%;height:100vh;background:rgba(0,0,0,0.7);position: fixed;z-index: 999999;top:0px;left:0px;display: none;align-items: left;justify-content: center;flex-direction: column;}

.zhaopinn{width:65%;height:50%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;position: absolute;left:0px;right:0px;padding-bottom: 10px;
  animation:rocket 1s;-webkit-animation:rocket 1s;background: #fff;top:22%;padding-top: 25px;padding-bottom: 20px;}
@keyframes rocket{
0%{transform: translateY(-260px);}
100%{}
}

@-webkit-keyframes rocket{
0%{transform: translateY(-260px);opacity: 0;}
100%{}
}
.cha{width: 25px;height: 25px;position:absolute;right: 30px;top:30px;}

.zhaopin2{width:100%;height:100vh;background:rgba(0,0,0,0.7);position: fixed;z-index: 999999;top:0px;left:0px;display: none;align-items: left;justify-content: center;flex-direction: column;}

.zhaopinn2{width:65%;height:50%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;position: absolute;left:0px;right:0px;padding-bottom: 10px;
  animation:rocket 1s;-webkit-animation:rocket 1s;background: #fff;top:32%;padding-top: 25px;padding-bottom: 20px;}
@keyframes rocket{
0%{transform: translateY(-260px);}
100%{}
}

@-webkit-keyframes rocket{
0%{transform: translateY(-260px);opacity: 0;}
100%{}
}
.cha2{width: 25px;height: 25px;position:absolute;right: 30px;top:30px;}


/* 基础信息开始 */
.jggk9{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 10px;}
.jggk9s{width:90%;height:20px;}
.jggk9s h2{line-height: 20px;padding-left: 15px;border-left: 4px solid #0358ce;font-size: 22px;color: #2C2C2C;font-weight: normal;}
.jggk9x{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 10px;}
.jggk9x tr td{height: 60px;line-height: 60px;font-size: 14px;color: #5C5C5C;}

.inp_xx{background: #F8F8F8;border:1px solid #DDDDDD;width: 90%; height: 38px;line-height: 38px;padding-left: 15px;font-size: 14px;color: #8E8E8E;border-radius: 3px;}
.but_xx{width: 180px;height: 45px;margin:0px auto;border-radius: 3px;background: #0358ce;text-align: center;font-size: 16px;color: #fff;border:0px;line-height: 45px;}
.WAP_inp_xx_span{font-size: 12px;color: #0358ce;}

.inp_seld{border:1px solid #DDDDDD;width: 95%; height: 38px;background-color: #F8F8F8;border-radius: 3px;}
.inp_sel{width: 90%; height: 38px;line-height: 38px;padding-left: 15px;background-color: #F8F8F8;font-size: 14px;color: #8E8E8E;background-image:url(/static/index/images/in39.png) no-repeat 85% 50% ;background-size: 10px;appearance:none;-moz-appearance:none;-webkit-appearance:none;float: left;border:0px;}
.inp_sel option{border:none;height: 50px ;line-height: 50px;}
select::-ms-expand { display: none;background: none;}
.inp_hq{width: 100px;height:32px;background: #0358ce;padding:11px 25px;font-size: 14px;color:#fff;border-radius: 3px;}

.WAP_jggk9x{display: none;}

.jggk9_lc{width: 600px;height: auto;margin:0px auto;margin-top: 30px;margin-bottom: 30px;}










/* 人才招聘弹窗 */



/* 标准查询 */
.wapnrinsrstab{display: none;}
.nrins_bzcx{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
.nrins_bzcx .h2{color: #323232;font-size: 22px;display: block;text-align: center;line-height: 44px;}
.nrins_bzcx .bzcxz1{width: auto;min-width: 1px;height: auto;min-height: 1px;overflow: hidden;border: 1px solid #e0e0e0;margin-top: 30px;}
.nrins_bzcx .bzcxz1 .bzcxz1z1{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
.nrins_bzcx .bzcxz1 .bzcxz1z1 ul{width: 100%;height: 50px;overflow: hidden;background: #f3f6f9;}
.nrins_bzcx .bzcxz1 .bzcxz1z1 ul li{float: left;width: 110px;height: calc(100% - 1px);text-align: center;line-height: 50px;border: 1px solid #e0e0e0;border-top: 0;border-left: 0;}
.nrins_bzcx .bzcxz1 .bzcxz1z1 ul a{display: inline-block;float: left;}
.nrins_bzcx .bzcxz1 .bzcxz1z1 ul .active{background: #fff;border-bottom-color: #fff;}
.nrins_bzcx .bzcxz1 .bzcxz1z2{padding: 30px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 h2{color: #000000;font-size: 16px;line-height: 25px;display: block;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 16px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z input{background-color: #f8f8f8;border: 1px solid #e8e8e8;padding: 0px 15px;height: 38px;color: #484848;font-size: 14px;    outline: medium;float: left;margin-right: 20px;margin-bottom: 20px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z select{background-color: #f8f8f8;border: 1px solid #e8e8e8;padding: 0px 15px;height: 40px;color: #484848;font-size: 14px;    outline: medium;float: left;margin-right: 20px;margin-bottom: 20px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z select option{color: #484848;font-size: 14px;  }
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z .input1{width: 195px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z .input2{width: 402px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z .select1{width: 435px;margin-right: 0;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z .select2{width: 227px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2z .bzcdiv1{float: left;}
.bzcdiv1 span{float: left;color: #484848;font-size: 14px;line-height: 40px;}
.bzcdiv1 input{float: left;width: 105px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2s{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2s a{float: left;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2s a button{background: #5f9cff;width: 89px;height: 40px;border-radius: 3px;color: #fff;border: none;margin-right: 20px;}
.nrins_bzcx .bzcxz1 .bzcxz1z2 .bzcxz1z2s a:last-child button{background: #176dd1;}
.nrins_bzcx .bzcxz2{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;}
.nrins_bzcx .bzcxz2 .bzcxz2p{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-bottom: 30px;}
.nrins_bzcx .bzcxz2 .bzcxz2p h2{float: left;color: #000000;font-size: 18px;line-height: 25px;}
.nrins_bzcx .bzcxz2 .bzcxz2p span{float: right;color: #484848;font-size: 18px;line-height: 25px;}
.nrins_bzcx .bzcxz2 .nrinsrstab th{text-align: center;color: #333333;}
.nrins_bzcx .bzcxz2 .nrinsrstab table.tftable td{font-size: 16px;color: #555555;}
.nrins_bzcx .bzcxz2 .nrinsrstab table.tftable td a{width: 52px;height: 29px;background-color: #0358ce;border-radius: 3px;color: #fff;font-size: 14px;display: block;line-height: 29px;}
.nrins_bzcx .bzcxz2 .fy a:hover{background: #0358ce;}


.er3G_rc{width:100%;min-height:50px;margin:0px auto;height:auto; _height:auto; overflow:hidden; zoom:1;transition:0.6s;margin-bottom: 33px;}
.er3Gs_rc{width:100%;height:60px;background: linear-gradient(270deg, #1688FB 0%, #0048AA 100%);}
.er3GsT_rc{line-height:60px !important;font-size:22px;font-weight: normal;color:#fff;padding-left:20px;padding-right: 20px;}
.er3GsT_rc p{float: left;width: 90%;}
.More0{font-weight:normal;font-size:14px;color:#fff;float: right;text-align: center;line-height:60px;border: none;background-color: transparent;}
.More0Img1{width:10px;transition:0.4s;margin-bottom: 3px;}
.More1{font-weight:normal;font-size:.875rem;color:#fff;float: right;display: none;text-align: center;border: none;background-color: transparent;line-height:60px;}
.More0Img2{width:10px;transition:0.4s;}
.er3Gx_rc{width: 100%;height: auto;min-height: 1px;overflow: hidden;display: flex;flex-wrap: wrap;}
.er3Gx_rc1{float: left;width: 585px;height: auto;min-height: 1px;overflow: hidden;margin-right: 30px;background-color: #F7F7F7;margin-top: 30px;}
.er3Gx_rc1:nth-child(2n){margin-right: 0;}
.er3Gx_rc1 .h2{padding: 0 20px;height: 44px;background: linear-gradient(270deg, #9ED6FC 0%, #EFF8FF 100%);color: #065AB4;font-size: 20px;font-weight: 500;line-height: 44px;overflow: hidden;}
.er3Gx_rc2{padding: 20px;overflow: hidden;}
.er3Gx_rc2 h2{color: #414141;font-size: 18px;display: block;font-weight: 500;margin-bottom: 10px;}
.er3Gx_rc2 p{color: #5D5D5D;font-size: 16px;font-weight: 400;line-height: 28px;display: flex;overflow: hidden;}
.er3Gx_rc2 p .span1{color: #000000;font-size: 16px;font-weight: 400;line-height: 28px;float: left;width: auto;min-width: 65px;max-width: 115px; display: block;text-align-last: justify;text-align: justify;}
.er3Gx_rc2 p .span2{color: #5D5D5D;font-size: 16px;font-weight: 400;line-height: 28px;display: block;overflow: hidden;float: left;}
.er3Gx_rc3 p .span1{color: #000000;font-size: 16px;font-weight: 400;line-height: 28px;float: left;width: auto;min-width: 54px;max-width: 54px; display: block;text-align-last: justify;text-align: justify;}
.er3Gx_rc3 p .span2{color: #5D5D5D;font-size: 16px;font-weight: 400;line-height: 28px;display: block;overflow: hidden;float: left;}
.er3Gx_rcs{padding: 20px;overflow: hidden;background-color: #f4f9fc;display: block;width: 100%;height: auto;min-height: 1px;}

.er4Gs_rc{background: #f4f9fc;}
.er4Gs_rc .er3GsT_rc{font-size: 18px !important;font-weight: 500 !important;color: #000000 !important;}
.er4Gs_rc .er3GsT_rc span{color: #FFFFFF;font-size: 14px;font-weight: 500;width: 24px;height: 24px;text-align: center;line-height: 24px;background: linear-gradient(180deg, #165CFB 0%, #428AEB 100%);border-radius: 5px 5px 5px 5px;display: inline-block;margin-right: 10px;}
.er4Gs_rc .er3GsT_rc .img{width: 24px;height: 24px;display: inline-block;margin-right: 10px;float: left;margin-top: 18px;}
.er4Gs_rc .er3GsT_rc p{float: left !important;width: 90% !important;text-align: left !important;}
.er4Gs_rc .More0{color: #065AB4;}
.er4Gs_rc .More1{color: #065AB4;}
.er4Gx_rcs{padding-top: 0;}
.er4Gx_rcs .ysdiv img{width: 24px;float: left;margin-top: 5px;height: 24px;margin-right: 10px;}
.er4Gx_rcs .ysdiv p{width: calc(100% - 34px);float: left;color: #5D5D5D;font-size: 16px;line-height: 34px;}
.er4Gx_rcs .ysdiv p span:first-child{margin-right: 40px;}

.hywenda_xx{width: 100%;height:305px;background: #f4f9fc;}
.hywenda{width:100%;min-height:50px;margin:0px auto;height:auto; _height:auto; overflow:hidden; zoom:1;transition:0.6s;margin-bottom: 7px;border-top: 1px dashed #3f80dc;}
.hywendas{width:100%;height:auto;overflow: hidden;margin-top: 10px;}
.hywendas img{width: 24px;height: 24px;display: inline-block;margin-right: 10px;float: left;margin-top: 1px;}
.hywendas p{float: left;width: calc(100% - 34px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px;font-weight: 500;color: #000000;}
.hywendax{width:100%;height:auto;overflow: hidden;}
.hywendax img{width: 24px;height: 24px;display: inline-block;margin-right: 10px;float: left;margin-top: 6px;}
.hywendax p{float: left;width: calc(100% - 34px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #5D5D5D;font-size: 16px;line-height: 34px;}


.xwin3s{width: 100%;height: 11.875rem;overflow: hidden;margin-bottom: 1.875rem;border-radius: 4px;}

.xwin22{position: fixed;width: 19.125rem;z-index:99;height: 851px;background: #fff;}
.xwin4s{position: absolute;bottom: 0;left: 0;}

.er3Gx_rcs_c{padding: 20px;overflow: hidden;background-color: #f4f9fc;display: block;width: 100%;height: auto;min-height: 1px;padding-top: 0;}
.er3Gx_rcs_c .ysdiv_z{width: 34px;float: left;overflow: hidden;}
.er3Gx_rcs_c .ysdiv_z img{width: 24px;float: left;margin-top: 5px;height: 24px;margin-right: 10px;}
.er3Gx_rcs_c .ysdiv_y{width: calc(100% - 34px);float: right;overflow: hidden;}
.er3Gx_rcs_c .ysdiv_y p{float: left;color: #5D5D5D;font-size: 16px;line-height: 34px;}
.er3Gx_rcs_c .ysdiv_y img{float: left;max-width: 100%;}

/*流程图*/

.ui-stepBar-wrap{position:relative;width:660px;height:130px;margin:0px auto;overflow:hidden;display:none;z-index:100;}
.ui-stepBar-wrap .ui-stepBar{position:relative;width:90%;height:5px;background:#cccccc;top:50px;left:5%;z-index:101;}
.ui-stepBar-wrap .ui-stepBar .ui-stepProcess{position:relative;width:0;height:5px;background:#4B66C9;top:0;left:0;z-index:102;}
.ui-stepBar-wrap .ui-stepInfo-wrap{width:90%;margin:0 auto;height:100%;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo{position:relative;float:left;padding-top:38px;text-align:center;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence{position:relative;padding:4px 9px;border-radius:50%;z-index:103;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName{position:relative;line-height:25px;z-index:103;font-size: 14px;color: #000;margin-top: 10px;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change,
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change{cursor:pointer;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover{box-shadow:0 0 3px 1px #516784;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover{box-shadow:0 0 3px 1px #cccccc;}
.judge-stepSequence-pre{background:#4B66C9;color:#ffffff;}
.judge-stepSequence-hind{background:#cccccc;color:#000000;}

/* 新排版 */
.newsdiv{width: 100%;height: auto;min-height: 1px;overflow: hidden;background: #FAFAFA;margin-bottom: 30px;}
.newsdiv1{width: calc(100% - 60px);height: 133px;background: linear-gradient( 91deg, #EFF4FD 0%, #DBE8FF 100%);position: relative;padding: 30px;}
.newsimg1{height: 15px;width: 28px;position: absolute;bottom: -15px;left: 30px;}
.newsimg2{height: 119px;width: 214px;position: absolute;bottom: 0;right: 12px;}
.newsdiv1 .h3{color: #0358CE;font-size: 22px;display: block;line-height: 25px;font-weight: bold;}
.newsdiv1 .newp{color: #333333;font-size: 16px;font-weight: 400;line-height: 25px;margin-top: 12px;}
.newsdiv2sz{display: flex;flex-wrap: wrap;}
.newsdiv1 .newp span{color: #000000;font-weight: 500;}
.newsdiv2{width: calc(100% - 60px);height: auto;min-height: 1px;overflow: hidden;padding: 30px;padding-top: 15px;}
.newsdiv2s{float: left;width: 50%;height: auto;min-height: 1px;overflow: hidden;border-bottom: 1px solid #D5D5D5;padding:15px 0;}
.newsdiv2s span{float: left;color: #000000;font-size: 16px;font-weight: 500;line-height: 25px;width: 120px;}
.newsdiv2s p{float: left;color: #333333;font-size: 16px;font-weight: 400;line-height: 25px;width: calc(100% - 120px);}
.newsdiv2z{width: 100%;height: auto;min-height: 1px;overflow: hidden;padding: 15px 0;border-bottom: 1px solid #D5D5D5;}
.newsdiv2z span{float: left;font-size: 16px;color: #000000;font-weight: 500;line-height: 25px;width: 120px;}
.newsdiv2z p{float: left;font-size: 16px;color: #333333;line-height: 25px;font-weight: 400;width: calc(100% - 120px);}
.newsdiv2z ul{float: left;width: calc(100% - 120px);overflow: hidden;}
.newsdiv2z ul li a{color: #0358CE;font-size: 16px;line-height: 25px;font-weight: 400;}
.newsdis{width: calc(100% - 60px);height: auto;min-height: 1px;overflow: hidden;background: #FAFAFA;padding: 30px;}
.newsdist{display: block !important;color: #333333 !important;font-size: 22px !important;font-weight: 500 !important;text-align: left !important;line-height: 22px !important;}
.newsdist img{float: left;width: 6px;height: 22px;margin-right: 10px;}
.newsdis .xwin1z{margin-top: 16px;}
.newsdis .xwin1z a:first-child .xwin1s{border-top: 1px solid #D5D5D5;padding-top: 30px;}
.newsdis .fy{margin-bottom: 0;}

.newsdiz{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-bottom: 30px;background: #FAFAFA;}
.newsdiz1{width: calc(100% - 60px);height: auto;min-height: 1px; background: linear-gradient( 91deg, #EFF4FD 0%, #DBE8FF 100%);position: relative;padding: 30px;}
.newsdiz1 .newsimg1{width: 28px;height: 15px;position: absolute;bottom: -15px;left: 30px;}
.newsdiz1 .newsimg2{width: 166px;height: 92px;position: absolute;bottom: 0;right: 9px;}
.newsdiz1 h3{display: block;font-size: 22px;color: #0358CE;font-weight: bold;line-height: 25px;margin-bottom: 10px;}
.newsdiz1 p{color: #000000;font-size: 18px;font-weight: 500;line-height: 25px;}
.newsdiz2{width: calc(100% - 60px);height: auto;min-height: 1px;overflow: hidden;padding: 30px;}
.newsdiz2s{width: calc(100% - 28px);height: 22px;overflow: hidden;background: #E6EEFE;padding: 14px;}
.newsdiz2s h3 img{float: left;width: 6px;height: 22px;margin-right: 10px;}
.newsdiz2s h3{color: #333333;font-size: 20px;line-height: 22px;display: block;}
.newsdiz2 .step{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;margin-bottom: 30px;}
.newsdiz3s{margin-top: 30px;}

/* 新排版 */

.kxjsjdivnrsan{float: right;width: 314px;height: auto;min-height: 1px;overflow: hidden;background: #f4f9fc;padding-bottom: 26px;}
.kxjsjdivnrsannew{width: 100%;text-align: center;margin-top: 26px;}
.kxjsjdivnrsannew img{width: 80% !important;}

/*协会年会*/
.dhxxgd{display: none;}
    .dhd1{width: 100%;height: 623px;overflow: hidden;position: relative;background-image: url('/static/index/images/dhbg.jpg');background-size: 100% 100%;}
    .dhd1a{float: right;color: #fff;margin-right: 200px;margin-top: 35px;font-size: 20px;}
    .din4{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;}
    .dhd2{margin-top: 30px;}
    .dhd2 .din4z{width:678px;height: 443px;float: left;}
    .dhd2 .din4z1{width:678px;height: 443px;position:relative;}
    .dhd2 .din4z1s{width: 678px;height: 60px;position:absolute;bottom: 0px;left:0px;right: 0px;background: rgba(0,0,0,0.5);}
    .dhd2 .din4z1s h2{width:80%;line-height: 60px;text-align: left;font-size: 20px;color: #fff;padding-left: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .dhd2 .din4z .mySwiper2 .paginationdin4{width: auto !important;max-width: 100% !important;left: auto !important;right: 30px;}
    .dhd2 .din4z .swiper-pagination-bullet{opacity: 1;background-color: #fff;}
    .dhd2 .din4z .swiper-pagination-bullet-active{opacity: 1;background-color: #1965cd;}

    .dhd2 .din4y{float: right;width: 492px;height: 443px;overflow: hidden;}
    .dhd2 .din4y_s{width:100%;height: 44px;background-color: #f4f4f4;}
    .dhd2 .din4y_s ul li{line-height: 44px;float: left;}
    .dhd2 .din4y_s ul li a{font-size: 22px;color:#5F5F5F;display: block;padding-left: 15px;padding-right: 15px;background: #f4f4f4;}

    .dhd2 .din4y_x{width: 100%;height:auto;min-height: 1px;overflow: hidden;}
    .dhd2 .din4y_x1{width: 100%;height:auto;min-height: 1px;overflow: hidden;}
    .dhd2 .din4y_x2{width: 100%;height:auto;min-height: 1px;overflow: hidden;}
    .dhd2 .din4y_x3{width: 100%;height:auto;min-height: 1px;overflow: hidden;}

    .dhd2 .din4y_xx{width: 100%;height:305px;margin-top:6px;}
    .dhd2 .din4gd{color: #8e8e8e;font-size: 16px;float: right;margin-top: 12px;margin-right: 16px;}

    .dhd2 .din4y_xx1{width: 100%;height: 60px;overflow: hidden;border-bottom: 1px solid #e3e3e3;}
    .dhd2 .din4y_xx1_z{width: 75%;height: 100%;float: left;}
    .dhd2 .din4y_xx1_z h2{line-height: 20px;overflow: hidden;height: 100%; display: flex;justify-content: space-around;flex-direction: column;}
    .dhd2 .din4y_xx1_z h2 a{font-size: 16px;color: #484848;}
    .dhd2 .din4y_xx1_z h2 a img{float: left;margin-top: 6px;}
    .dhd2 .din4y_xx1_z h2 a p{float: left;width: calc(100% - 15px);margin-left: 7px;-webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;}
    .dhd2 .din6zx1_z_img{float: left;height: 60px;margin-right: 6px;}
    .dhd2 .din4y_xx1_y{width: 25%;height: 100%;float:right;}
    .dhd2 .din4y_xx1_y p{line-height: 20px;text-align: right;font-size: 16px;color: #8e8e8e;height: 100%; display: flex;justify-content: space-around;flex-direction: column;}
    .dhd2 .din4y_xx1:hover{border-bottom: 1px solid #1965CD;}
    .dhd2 .din4y_xx1:hover .din4y_xx1_z h2 a{color: #1965CD;}
    .dhd2 .din4y_xx1:hover .din4y_xx1_z h2 a img{content: url('/static/index/images/df.png');}
    .dhd2 .din4y_xx1:hover .din4y_xx1_y p{color: #1965CD;}
    .dhd2 .din4y_xx1 .din4y_xx1_y p{color: #1965CD;}
    .dhd2 .din4ybtn{width: 100%;height: 66px;margin-top: 24px;}
    .dhd2 .din4ybtn .btnl{width: 233px;height: 100%;background-image: url('/static/index/images/hydl.jpg');background-size: 100% 100%;display: block;float: left;color: #fff;font-size: 26px;line-height: 66px;}
    .dhd2 .din4ybtn .btnl img{width: 44px;height: 44px;margin-left: 34px;margin-right: 18px;}
    .dhd2 .din4ybtn .btnr img{width: 44px;height: 44px;margin-left: 34px;margin-right: 18px;}
    .dhd2 .din4ybtn .btnr{width: 233px;height: 100%;background-image: url('/static/index/images/hyzc.jpg');background-size: 100% 100%;display: block;float: right;font-size: 26px;color: #fff;line-height: 66px;}
    .dhd2 .mySwiper2 {position: relative;width: 100%;height: 100%;}
    .dhd2 .df1z{background: url(/static/index/images/dhsw2.png) no-repeat;background-size:100% 100%;width:38px !important;height:62px !important;right:0px !important;position: absolute;z-index: 1;top:40%;margin-top:0px;}
    .dhd2 .df1y{background: url(/static/index/images/dhsw1.png) no-repeat;background-size:100% 100%;width:38px !important;height:62px !important;left:0px !important;position: absolute;z-index: 1;top:40%;margin-top:0px; } 
    .dhd2 .df1z:hover{cursor:pointer;}
    .dhd2 .df1y:hover{cursor:pointer;}
    .dhd2 .ttin3rs{width: calc(100% - 60px);height: 264px;padding: 30px;overflow: hidden;background-color: #f4f9fc;}
    .dhd2 .ttin3rs1{width: 100%;border-bottom: 1px solid #3f80dc;overflow: hidden;}
    .dhd2 .ttin3rs1 h2{float: left;color: #3f80dc;font-size: 22px;border-bottom: 3px solid #3f80dc;line-height: 40px;}
    .dhd2 .ttin3rs1 a{float: right;color: #8e8e8e;font-size: 16px;line-height: 40px;}
    .dhd2 .ttin3rs .din4y_x1 .din4y_xx{margin-top: 12px;}
    .dhd2 .ttin3rs .din4y_x1 .din4y_xx .din4y_xx1{border: none !important;height: 36px;}
    .dhd2 .ttin3rs .din4y_xx1_z h2 a p{float: left;width: calc(100% - 15px);margin-left: 7px;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;color: #000;font-size: 16px;}
    .dhd2 .ttin3rs .din4y_x1 .din4y_xx .din4y_xx1:hover p{color: #3f80dc;}

    .dhd2r{width: 100%;height: 98px;overflow: hidden;background-image: url('/static/index/images/zcxt.jpg');background-size: 100% 100%;margin-top: 21px;}
    .dhd2r a{width: 100%;height: 100%;display: block;overflow: hidden;color: #fff;text-align: center;line-height: 98px;font-size: 30px;font-weight: 500;}

    .dhd3{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 30px;}
    .dhd3 .din8rz{width: 100%;height: auto;min-height: 1px;overflow: hidden;}
    .dhd3 .din8rz p{width: 100%;height: auto;min-height: 1px;overflow: hidden;text-align: center;}
    .dhd3 .din8rz p .img1{width: 66px;margin-top: -5px;display: inline-block;}
    .dhd3 .din8rz p .img2{width: 66px;margin-top: -5px;display: inline-block;}
    .dhd3 .din8rz p span{color: #3F80DC;font-size: 22px;line-height: 40px;display: inline-block;margin-left: 20px;margin-right: 20px;}
    .dhd3s{width: 1200px;height: auto;min-height: 1px;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .dhd3sz{float: left;width: 184px;height: 145px;overflow: hidden;margin-right: 19px;}
    .dhd3sz a{width: 100%;height: 100%;overflow: hidden;display: block;}
    .dhd3sz a img{width: 100%;height: 100%;}
    .dhd3sz:last-child{margin-right: 0;}

    .ttin3rs1{width: 100%;border-bottom: 1px solid #3F80DC;overflow: hidden;}
    .ttin3rs1 h2{float: left;color: #3F80DC;font-size: 22px;border-bottom: 3px solid #3f80dc;line-height: 40px;}
    .ttin3rs1 a{float: right;color: #8e8e8e;font-size: 16px;line-height: 40px;}

    .dhd4s{width: 100%;height: auto;min-height: 1px;overflow: hidden;margin-top: 7px;}
    .dhd4sd{float: left;padding: 20px;background: #fff;box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.0588);width: 324px;height: 42px;overflow: hidden;margin-right: 24px;margin-top: 20px;}
    .dhd4sd a{width: 100%;height: 100%;overflow: hidden;display: block;}
    .dhd4sd:nth-child(3n){margin-right: 0;}
    .dhd4sa{float: left;width: 42px;height: 42px;background: linear-gradient( 180deg, #1688FB 0%, #0048AA 100%);overflow: hidden;margin-right: 14px;}
    .dhd4sa span{color: #fff;display: block;font-size: 12px;text-align: center;line-height: 20px;}
    .dhd4sa p{color: #fff;font-size: 14px;text-align: center;line-height: 20px;}
    .dhd4p{float: left;color: #000000;font-size: 16px;font-weight: 400;width: calc(100% - 56px);overflow:hidden;word-wrap: break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

    .dhd5{width: 1200px;height: 305px;background-color: #f4f9fc;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .dhd4{width: 1200px;height: auto;min-height: 1px;background-color: #f4f9fc;overflow: hidden;margin: 0 auto;margin-top: 30px;}
    .dhd4 .ttin8s{padding: 30px;width: calc(100% - 60px);height: calc(100% - 60px);}
    .dhd5{margin-bottom: 30px;}
    .dhd5 .ttin8s{padding: 30px;width: calc(100% - 60px);height: calc(100% - 60px);}
    .dhd5 .ttin8rs2{margin-top: 30px;height: 325px;width: 100%;}
    .dhd5 .ttin8rs2 .mySwiper{overflow: inherit;}
    
    .dhd5 .ttin8rs2 .mySwiper .ttin8rs2z{width: 100%;height: auto;position: relative;}/*height: 100%;*/
    .dhd5 .ttin8rs2z .img1{width: 100%;height: 100%;overflow: hidden;}
    .dhd5 .ttin8rs2z .p1{color: #000000;font-size: 16px;line-height: 25px;margin-top: 15px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
    .dhd5 .ttin8rs2z .p2{color: #8e8e8e;font-size: 16px;line-height: 20px;margin-top: 5px;}
    .dhd5 .dy8l{background: url('/static/index/images/dy8r.png') no-repeat;background-size: 100% 100%;width: 11px !important;height: 19px !important;right: -18px !important;}
    .dhd5 .dy8r{background: url('/static/index/images/dy8l.png') no-repeat;background-size: 100% 100%;width: 11px !important;height: 19px !important;left: -18px !important;}
    .dhd5s{float: right;}
    .dhd5s span{color: #000000;font-size: 16px;font-weight: 400;line-height: 25px;float: left;}
    .dhd5ss{float: left;width: 195px;height: 28px;border-radius: 3px;outline: none;border: 1px solid #D1D1D1;color: #484848;font-size: 16px;font-weight: 400;}
/*协会年会*/

/*领导名单*/
.lingdao{width: 100%;height: auto;margin-top: 10px;}
.ldmd{float: left !important;margin-right: 30px;margin-bottom: 30px;width: 200px;}
.ldmd_img{width: 200px !important;height: auto;}
.ldmdy{width:200px;height:90px;background:#F2F2F2;}
.ldmd_h2{text-align: center;font-size: 20px;color: #000;padding-top: 10px;}
.ldmd_p{text-align: center !important;font-size: 14px;color: #5c5c5c;margin: 0 auto !important;text-align: 0em !important;padding-left: 10px;padding-right: 10px;padding-bottom: 10px;height: 22px;overflow: hidden;}

.ldmd_new1{width: 100%;height: auto;display: flex; border-bottom: 1px solid #E2E2E2;min-height: 208px !important;overflow: hidden;}
.ldmd_new1_img{width: 120px !important;height: auto;overflow: hidden;margin: 15px 15px 15px 0;}
.ldmd_new1y{width: 76.9%;float: right;margin-top: 10px;}
.lamd_new1y1{width: 100%;float: right;margin-top: 10px;}
.ldmd_new1y_h2{font-size: 20px;color: #000;text-align: left !important;}
.ldmd_new1y_p{font-size: 14px;
        color: #5c5c5c;
        height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 24px;
        max-height: 72px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        border: 0;}
.ldmd_new1y_h4{font-size: 16px;color: #333;}
.ldmd_new1y_span{font-size: 14px;color: #C22B25 !important;}
.ldmd_new1y_span a{margin-top: 10px;}

.ssssd{width: 100% !important;}

.tftable{
    border-collapse: collapse !important; /* 合并边框 */
}
.jrxh1l1z3 table{margin-top: 0px !important;}


.hz_hyfwnav{width: 100%;height: auto;margin: 0 auto;margin-top: 30px;margin-bottom: 10px;}
.hz_hyfwnav_ul{width: 100%;justify-content: center;list-style-type: none; display: flex;}
.hz_hyfwnav_ul li{width: 24%;height: 58px;border-radius: 3px;margin-right: 5px;margin-left: 5px;text-align: center;float: left;}
.hz_hyfwnav_ul li a{color: #333;font-size: 18px;text-align: center;background: #f5f5f5;display: flex;flex-direction: column;justify-content: center;height: 100%;box-sizing: border-box;}
.hz_hyfwnav_uls{color: #fff !important;background: #C22B25 !important;}
/* 新增分行样式 */
.hz_hyfwnav_ul li a .line-top,
.hz_hyfwnav_ul li a .line-bottom {
    display: block;
    line-height: 1.2;
}
.hz_hyfwnav_ul li a .line-top {
    margin-bottom: 2px;
}

/* 业务活动--交流活动 */
.home {
  background: #f6f6f6;
}

.nav_t_1 {
  padding-top: 30px;
}
.nav_t_1 a {
  display: block;
  width: 95%;
  height: 70px;
  margin: 0 auto;
  background-image: url("../assets/images/2.jpg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  /* letter-spacing: 20px; */
  margin-bottom: 20px;
}
.nav_t_1 a p {
  margin: 0 17px;
}
.nav_t_1 a img {
  height: 10px;
}

.card_contnet {
    width: 95%;
    margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}
.card_contnet li {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.card_contnet li a {
  display: block;
  width: 100%;
  height: 100%;
}
.card_contnet li a img {
  width: 100%;
  height: 206px;
  margin-bottom: 20px;
}
.card_contnet li p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  text-align: center;
}/*# sourceMappingURL=brand.css.map */

.banner_card_2 {
    margin-top: 30px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.banner_card_2 li {
    width: 95%;
    overflow: hidden;
    margin: 10px auto;
  }

  .banner_card_2 a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }

  .banner_card_2 a img {
    width: 100%;
    height: 100%;
  }

  .banner_card_2 a:hover {
    transform: scale(1.1);
  }

  .banner_card_3,
  .banner_card_4 {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    height: 55px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #dedede;
    /*background-image: url("../assets/images/banner.jpg");*/
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    color: #C22B25;
    line-height: 40px;
    text-align: center;
  }

  .banner_card3_content,
  .banner_card4_content {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }

  .banner_card3_content ul,
  .banner_card4_content ul {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  .banner_card3_content li,
  .banner_card4_content li {
    font-weight: 500;
    font-size: 18px;
    color: #484848;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }

  .banner_card3_content li:before,
  .banner_card4_content li:before {
    content: "";
    top: 10px;
    right: -15px;
    width: 2px;
    height: 23px;
    position: absolute;
    background: #e6e6e6;
  }

  .banner_card3_content li:nth-child(3):before {
    display: none;
  }

  .banner_card4_content li:nth-child(4):before {
    display: none;
  }

  .banner_card3_content .active,
  .banner_card4_content .active {
    color: #c22b25;
  }

  /* .he_dd {
    margin-left: 10% !important;
  } */

  .text_2,
  .text_3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    background: #fff;
  }

  .text_2 li,
  .text_3 li {
    width: 49%;
    height: 245px;
    margin: 0 auto;
    background: #FCF5E8;
    border-radius: 0px 0px 0px 0px;
    background-image: url("../assets/images/19258.jpg");
    background-size: 93% 94%;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 20px;
  }


  .text_1 li a,
  .text_2 li a,
  .text_3 li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .text_1 li a img,
  .text_2 li a img,
  .text_3 li a img {
    display: block;
    margin: 0 auto;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .text_1 li a h3,
  .text_2 li a h3,
  .text_3 li a h3 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    border: 0;
    margin-top: 30px;
  }

  .text_1 li a .bianhao,
  .text_2 li a .bianhao,
  .text_3 li a .bianhao {
    font-size: 12px;
    color: #C22B25;
    line-height: 53px;
    text-align: center;
    font-style: normal;
    margin-top: 30px;
  }

  .text_1 li a .text,
  .text_2 li a .text,
  .text_3 li a .text {
    /* width: 197px; */
    height: 41px;
    font-weight: 500;
    font-size: 16px;
    color: #C22B25;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }

  .text_1 li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .more {
    background: rgba(255, 255, 255, 0);
    border-radius: 3px 3px 3px 3px;
    /* border: 1px solid #C22B25; */
    /* width: 49px;
    height: 22px; */
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #C22B25;
    text-align: center;
    font-style: normal;
    text-transform: none;
    /* margin-top: 20px; */
  }
  /* .more img{
    width: 65px;
  } */

  .text_1 {
    margin: 0 auto;
  }

  .text_1 li .list_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .text_1 li:hover a {
    color: #c22b41;
  }

  .text_1 {
    width: 95%;
    height: auto;
    background: #ffffff;
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
    flex-direction: column;
  }

  .text_1 .timer {
    font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 14px;
        color: #9F9F9F;
        text-align: right;
        font-style: normal;
        text-transform: none;
  }

  .text_1 li {
    height: 24px;
  }

  .text_1 li{

  }

  .content-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .carousel_home {
    position: absolute;
    display: flex;
    z-index: 99;
    bottom: 28%;
    right: 43%;
    /* display: none; */
  }

  .carousel_home_phone{
    position: absolute;
    display: flex;
    z-index: 99;
    bottom: 0px;
    right: 0px;
  }
  .carousel_home_phone_text{
    margin-top: 5px;
    position: absolute;
    right: 7px;
    top: 16px;
  }

  .carousel_home_phone_text a{
    color: #FFFFFF;
  }

  .carousel_home_img img{
    /* width: 100%; */
    height: 59px;
  }

  /* .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
  } */

  .carousel-item img {
    width: 100%;
    height: 230px;
  }

  /* .carousel-item.active {
    opacity: 1;
    z-index: 1;
  } */

  .carousel-item h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
  }


  .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
  }

  .carousel-control img {
    width: 38px;
    height: 62px;
  }

  .carousel-control.prev {
    left: -6px;
  }

  .carousel-control.next {
    right: -6px;
  }

  /* .carousel-indicators {
    height: 62px;
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    align-items: center;
    justify-content: space-between;
  } */


  .carousel-indicators p a{
    color: #ffffff;
  }

  .carousel-indicators .bg {
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色，50%透明度 */
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 8px;
  }

  .carousel-indicator.active {
    background-color: #c22b25;
  }

  .card_carousel_1{
    position: absolute;
    top: 66%;
    left: 48%;
    display: flex;
  }

  .c_1_right_item_1{
    margin-top: 10px !important;
  }

  /* .carousel-indicator_1{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 8px;
  } */

  .carousel-indicator_1.active{
    background-color: #c22b25;
  } 

  
  .c_1_content {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}

.c_1_content .carousel-container_1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
}

.c_1_content .carousel-track_1 {
  display: flex;
  transition: transform 0.5s ease;
}

.c_1_content .carousel-item_1 {
  flex: 0 0 227px;
  box-sizing: border-box;
  margin-right: 15px;
}

.c_1_content .carousel-item_1 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.c_1_content .carousel-item_1 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.c_1_content .carousel-nav_1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}

.c_1_content .carousel-nav_1 img {
  width: 100%;
}

.c_1_content .carousel-prev_1 {
  left: 30%;
  top: 215px;
}

.c_1_content .carousel-next_1 {
  right: 30%;
  top: 215px;
}

.c_1_content .carousel-prev_7 {
  left: -45px;
}

.c_1_content .carousel-next_7 {
  right: -45px;
}

.hz_zxpx{
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;
}

.c_1_peixun .peixun_item {
  width: 95%;
  margin: 15px auto;

}

.c_1_peixun .peixun_item img {
  width: 100%;
}

.zk_card {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
}
.zk_card_phone{
    width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.zk_card a,
.zk_card_phone a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.zk_card_img1,.zk_card_phone_img{height: 78px !important;float: left;margin-bottom: 20px;}
.zk_card_img2,.zk_card_phone_img{height: 78px !important;float: right !important;margin-bottom: 20px;}
.zk_card a img,
.zk_card_phone a img {
  width: 100%;
  height: 100%;
}

.c_r_center{
    margin-top: 18px;
}

.yjcg {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  display: none;
}


.yjcg .c_1_right {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 32px 30px;
  margin-bottom: 20px;
}



/* .yjcg .c_1_right {
  width: 585px;
} */


.hz_yqlj{width: 95%;min-height: 200px;margin: 0 auto;margin-top: 20px;background: #fff;overflow: hidden;}
.hz_yqlj_s{width: 100%;min-height: 1px;margin: 0 auto;margin-top: 30px;}
.hz_yqlj_s_t{text-align: center;font-weight: 500;}
.hz_yqlj_s_t a{font-size: 24px;color: #C22B25;}
.hz_yqlj_x{width: 100%;min-height: 1px;margin: 0 auto;margin-top: 30px;overflow: hidden;}
.hz_yqlj_xul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-around;}
.hz_yqlj_xul li{width: 42%;height: 60px;border: 1px solid #dedede;float: left;margin-right: 10px;margin-left: 10px;margin-bottom: 20px;}
.hz_yqlj_xul_table{width: 90%;height: 100%;margin: 0 auto;text-align:center;overflow: hidden !important;}
.hz_yqlj_xul_table tr td{line-height: 22px;font-size: 14px;colot: #555;word-wrap: break-word;word-break: break-all;}
.he_btn{width: 112px;height: 36px;border: 1px solid #C22B25;border-radius: 3px;text-align: center;display: block;margin: 0 auto;color: #C22B25;margin-bottom: 30px;margin-top: 10px;font-size: 14px;}


/* 慈善人才-培训项目 */
/* 内容区域 */
    .training-content {
        /* border: 1px solid #ccc; */
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        height: auto;
    }

    /* 标题 */
    .training-title {
        width: 100%;
        margin: 0 auto;
    }

    .training-title h2 {
        font-size: 22px;
        color: #323232;
        text-align: center;
    }

    /* 简介部分 */
    .training-introduction {
        width: 100%;
        height: auto;
        background: #F7F7F7;
        margin-top: 15px;
    }

    .training-introduction-text {
        width: 100%;
        padding: 0 15px 15px 15px;
        color: #555555;
        font-size: 16px;
    }

    .training-introduction-text img {
        width: 100%;
    }

    /* 列表区域 */
    .training-list {
        width: 95%;
        background: #F7F7F7;
        margin-top: 15px;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .training-list-title {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #E3E3E3;
    }

    .training-list-title h2 {
        color: #2d2d2d;
        font-size: 20px;
        line-height: 26px;
        border-left: 5px solid #C22B25;
        padding-left: 10px;
        display: block;
        width: 100%;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .training-list-content {
        width: 100%;
        height: auto;
    }

    .training-list-item {
        width: 95%;
        /* height: 78px; */
        border-bottom: 1px solid #d8d8d8;
        overflow: hidden;
        /* display: flex; */
        align-items: center;
        justify-content: space-around;
        padding: 20px 0 20px 0;
        margin: 0 auto;
    }

    .training-list-item h2 {
        /* float: left; */
        width: 100%;
        height: 100%;
        overflow: hidden;
        color: #333333;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 1; */
        overflow: hidden;
        text-align: justify;
        line-height: 30px;
        /* margin-bottom: 0; */
        font-weight: 500;
        margin-bottom: 20px;

    }
    .training-list-item span{
        /* float: right; */
        width: 25%;
        color: #999999;
        font-size: 16px;
        height: 100%;
        overflow: hidden;
        text-align: right;
        /* line-height: 78px; */
    }

    /* 分页 */
    /* 分页导航样式 */
   .training-pagination {
      text-align: center;
      margin-top: 20px;
    }

   .training-pagination a {
      display: inline-block;
      padding: 5px 10px;
      margin-right: 5px;
      border: 1px solid #ccc;
      color: #333;
      text-decoration: none;
    }

   .training-pagination a.active {
      background-color: #e74c3c;
      color: white;
    }

    /* 新增图片手机端 */
    .c_card_9 {
        width: 95%;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        margin-top: 10px;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
        /* flex-wrap: wrap; */
        margin: 0 auto;
    }
    .c_card_9_item{
        width: 50%;
        text-align: center;
    }
    .c_card_9_item img{
        width: 70%;
        padding-bottom: 10px;
    }
    .c_card_9_item p{
        color: #C22B25;
        font-weight: 500;
    }

    .banner_card_content{
        width: 95%;
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  .banner_card_left{
    width: 100%;
    height: auto;
    background: #FFFFFF;
  }

  .banner_card_right{
    width: 100%;
    background: #FFFFFF;
    height: auto;
    margin-top: 10px;
  }

  .banner_card_img{
    width: 90%;
    margin: 25px auto;
  }
  .banner_card_img img{
    width: 100%;
  }

  .banner_card_3_content{
    width: 95%;
    height: auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  .banner_card_3_content_left{
    width: 100%;
    height: auto;
  }

  .banner_card_3_content_right{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    margin-top: 10px;
  }

  .banner_card_3_content_right_img{
    width: 90%;
    margin: 25px auto;
  }
  .banner_card_3_content_right_img img{
    width: 100%;
  }


  .phone-right{
    width: 100%;
        position: relative;
        margin-top: 10px;
    }
    .phone-right-btn{
        width: 16px;
        position: absolute;
        right: 98px;
        top: 8px;
        display: none;
    }

    .phone-right input {
        width: 75%;
        height: 40px;
        padding-left: 12px;
        box-sizing: border-box;
        border: 1px solid #dedede;
    }

    .phone-right button {
        width: 84px;
        height: 40px;
        background: #c22b25;
        border-radius: 0px 3px 3px 0px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .phone-right button img {
        width: 16px;
    }

    .nav_active {
        background: #980600;
    }

    .nav_active a {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 20px;
        color: #FFC66A !important;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


/* 模块8底部新增搜索部分开始 */
.card_8_search{width: 100%;height: auto;margin: 10px 0;display: flex;align-items: center;justify-content: space-between;}
.card_8_search img{display: none; margin: 0 10px; width: 30%;}
.card_8_search select{width: 360px; height: 40px; margin: 0 10px; border: 1px solid #ccc; border-radius: 5px;padding: 0 10px;background: #F5F5F5;}
/* 模块8底部新增搜索部分结束 */

.c_card_img_pc{display: none;}
}

@media screen and (max-width: 1180px) and (min-width: 769px){
    
    header .container {
        height: 100%;
        align-items: center;
        display: flex;
        /* justify-content: space-between; */
    }

    header .container img {
        /* height: 75px; */
        /* position: absolute;
        top: 36px; */
    }
    header .container .logo{
        height: 60px;
        margin-top: 0;
    }

    header .container .dh1 {
        display: none;
    }

    header .container .dh2 {
        width: 90%;
        height: auto;
        margin-top: 20px;
        /* position: absolute;
        top: 120px;
        left: 50%;
        margin-left: -45% */
    }
}