/* 样式初始化 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei'
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #D61919;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.clear {
    clear: both;
}


/* 样式初始化 */

@media screen and (min-width: 996px) {
    .xuanzhong {
        color: #7f0f00 !important;
    }
    .active01 {
        color: #7f0f00;
    }
    .contact {
        width: 100%;
        padding: 30px 0;
        display: flex;
        justify-content: center;
    }
    .nycom {
        width: 35%;
    }
    .nycom span {
        color: #333333;
        width: 100%;
        display: block;
    }
    .contactR {
        width: 48%;
    }
    .newslist01_tit {
        width: 88%;
    }
    .newslist01_tit h5 {
        height: 30px;
        line-height: 30px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #000!important;
        margin: 10px 0;
    }
    .newslist01_tit h5:hover {
        color: #7f0f00 !important;
    }
    .newslist01_tit span {
        line-height: 20px;
        overflow: hidden;
    }
    .newslist01_tit span:hover {
        color: #7f0f00 !important;
    }
    .news_list {
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .newslist01 a {
        display: flex;
    }
    .newslist01 {
        width: 100%;
        overflow: hidden;
        float: left;
        padding: 30px 0 20px 0;
        box-sizing: border-box;
        border-bottom: 1px dashed #ccc;
        margin-top: 10px;
        transition: all .5s ease;
        display: flex;
        justify-content: space-between;
    }
    .newslist01L {
        width: 84px;
        height: 84px;
        background-color: #f2f2f2;
        margin-right: 20px;
        padding: 6px 0;
    }
    .date {
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        text-align: center;
    }
    .year {
        font-size: 14px;
        text-align: center;
    }
    .nyxqprot {
        text-decoration: none !important;
    }
    .nyxqnte p {
        line-height: 1.5em !important;
        width: 100%;
        word-break: break-all;
    }
    .nyxqprot {
        text-decoration: none !important;
    }
    .products {
        width: 100%;
        padding: 40px 0;
        background-color: #fff;
    }
    .products .products_inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .productsL {
        width: 19%;
    }
    .productsL_top {
        width: 100%;
        text-align: center;
        line-height: 80px;
        height: 80px;
        font-size: 18px;
        background-color: #194174;
        color: #fff;
    }
    .productsL ul {
        width: 100%;
        border: 1px solid #e1e1e1;
        border-top: 0;
        background-color: #f9f9f9;
        padding: 10px 0;
    }
    .productsL ul li {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }
    .productsL ul li a {
        color: black;
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        height: 40px;
        line-height: 40px;
        text-indent: 2em;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
    }
    .productsL ul li a:hover {
        color: #194174 !important;
    }
    .productsL_dd {
        width: 100%;
        display: none;
    }
    .productsL_dd dd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px solid #f2f2f2;
    }
    .productsL_dd dd a {
        font-size: 14px;
        margin-left: 4%;
        color: #666666;
        display: block;
        text-align: left;
    }
    .block {
        transition: all .4s;
        transform: rotate(0);
        color: #666;
        transform: rotate( 90deg);
    }
    .products_drap {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background-color: #fff;
    }
    .productsR {
        width: 80%;
    }
    .productsR ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .productsR ul li {
        width: 21%;
        margin: 10px;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        margin-bottom: 10px;
        box-shadow: 0px 0.03rem 10px #f0f0f0;
        border-radius: 10px;
    }
    .productsR ul li a {
        width: 100%;
        /*display: block;*/
        display:flex;
        justify-content:center;
        padding: 15px;
        overflow: hidden;
    }
    .productsR ul li a img {
        height:127px;
        /*width: 100%;*/
        transition: all ease 0.5s;
    }
    .productsR ul li a img:hover {
        transform: scale(1.2);
    }
    .productsR_tit:hover {
        background-color: #efefef;
        color: #cb0b1a !important;
        text-decoration: none;
    }
    .productsR_tit {
        display: block;
        width: 100%;
        text-align: center;
    }
    /* products */
    .message01 {
        position: fixed;
        bottom: 10px;
        right: 45px;
        width: 240px;
        border-radius: 8px;
        z-index: 3;
        box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%);
    }
    .message01 .message_top {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        background-color: #4E6EF2;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #5882ED url(../images/boardTop4.png) no-repeat;
        background-size: 100% 100%;
    }
    .message01 .message_inner {
        color: #000;
        border-radius: 8px;
        background-color: #fff;
        display: ;
    }
    .message01 .message_top .head_title {
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 12px;
        line-height: 46px;
        padding-left: 2px;
    }
    .message01 .message_top .jianhao {
        display: inline-block;
        float: right;
        height: 46px;
        width: 34px;
        cursor: pointer;
        background: transparent url(../images/nodeMin.png) no-repeat;
        _background: none;
        background-position: 0 center;
        background-size: 50%;
    }
    .message01 .message01_content {
        width: 100%;
        padding: 10px 15px;
        height: 300px;
    }
    .message01 .message01_content h4 {
        zoom: 1;
        font-size: 14px;
        background-color: transparent;
        color: #303133;
        padding-bottom: 20px;
        color: #303133;
    }
    .message01 .message01_content .inputss_01 input {
        width: 192px;
        height: 58px;
        padding: 10px 12px;
        resize: none;
        overflow: hidden;
        border: 1px solid #DCDFE6;
        background-color: #fff;
        text-align: left;
        _line-height: 12px;
        outline: 0;
        border-radius: 4px;
        font-size: 12px;
        line-height: 18px;
        margin: 15px 0;
    }
    .message01 .message01_content .inputss_02 {
        height: 33px;
        width: 215px;
        line-height: 32px;
        border: 1px solid #DCDFE6;
        position: relative;
        background-color: #fff;
        border-radius: 4px;
        font-size: 14px;
        display: flex;
    }
    .message01 .message01_content .inputss_02 .inputss_02_name_img {
        width: 35px;
        height: 32px;
        display: inline-block;
        text-align: center;
        background-color: #fff;
        vertical-align: top;
        border-right: 1px solid #fff;
        border-radius: 4px 0 0 4px;
        background: #fff url(../images/user.png) no-repeat 9px center;
    }
    .message01 .message01_content .inputss_02 input {
        margin: 0;
        width: 172px;
        height: 32px;
        line-height: 32px;
        _overflow: hidden;
        border: none;
        display: inline-block;
        outline: 0;
    }
    .send {
        width: 218px;
        margin: 10px 0;
        padding-bottom: 12px;
    }
    .send a {
        background-color: #5882ED;
        height: 32px;
        width: 64px;
        line-height: 32px;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
        float: right;
    }
    /* message */
    /*  */
    .about03_r {
        margin-left: 5%;
        width: 94%;
    }
    .about03_r h5 {
        width: 100%;
        font-size: 18px;
        margin: 0 !important;
    }
    .about03_r p {
        width: 100%;
        font-family: 微软雅黑;
        color: rgb(51, 51, 51);
        text-indent: 2em;
        padding: 10px 0;
    }
    .about03 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .column {
        width: 100%;
    }
    .column img {
        width: 100%;
    }
    .about02_inner h4 {
        width: 100%;
        font-size: 28px;
        border-bottom: 1px solid #f0f0f0;
        margin: 30px 0;
        text-align: center;
        padding-bottom: 15px;
    }
    .about01_icon {
        width: 100%;
        padding: 0 15px;
    }
    .about02 {
        width: 100%;
        background-color: #fff;
        padding: 0px 0;
    }
    .about02 .about02_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .about02 .about02_inner ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .about02 .about02_inner ul li {
        background-color: rgba(238, 238, 238, 1);
        width: 15%;
        margin: 0 10px;
    }
    .about02 .about02_inner ul li:hover {
        background-image: linear-gradient( 135deg, rgba(0, 143, 215, 1), rgba(17, 96, 172, 1)) !important;
    }
    .about02 .about02_inner ul li a:hover {
        color: #fff !important;
    }
    .about02 .about02_inner ul li a {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    .about_dw {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
    }
    .about01_inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        top: 0px;
        left: 18%;
        z-index: 105;
        width: 1200px;
        height: 48px;
        background: #fff;
    }
    .about01_inner a {
        font-size: 16px;
    }
    .about01_inner span {
        font-size: 16px;
    }
    .home01 {
        color: #007f3a;
        font-size: 16px;
    }
    .home_sy {
        color: #007f3a;
        font-size: 16px;
    }
    /* about */
    .column {
        width: 100%;
    }
    .column img {
        width: 100%;
    }
    .mbhead {
        display: none;
    }
    .mb_hide_menu {
        display: none;
    }
    .w1920 {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
    }
    .footer {
        background: #194174;
        height: 400px;
        width: 100%;
    }
    .swiper1 {
        width: 100%;
    }
    .swiper1 img {
        width: 100%;
    }
    .case {
        width: 100%;
        background-color: #fff;
        padding-top: 60px;
    }
    .anli {
        width: 1200px;
        margin: 0 auto;
    }
    .anli1 {
        position: relative;
    }
    .anli1 h2 {
        font-size: 36px;
        color: #1e2678;
        font-weight: bold;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }
    .anli1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
    .new ul {
        width: 100%;
        display: flex;
    }
    .new ul li {
        display: flex;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        padding: 6px;
        margin: 0px 7px;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    .new ul li a {
        font-size: 20px;
        color: #000;
        display: block;
    }
    .szy-article-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .active {
        background: #eb1b24;
    }
    /* .active a {
        color: #fff !important;
    } */
    .szy-article-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .news {
        width: 100%;
        height: 400px;
    }
    .tab-box {
        width: 100%;
    }
    .myswiper {
        height: 730px;
    }
    .tab-box-list {
        width: 100%;
        display: flex;
        margin: 20px 0;
    }
    .tab-box-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .tab-box-list ul li {
        float: left;
        width: 23%;
        margin: 0px 1% 20px 1%;
        padding: 10px;
        background-color: #ffffff;
    }
    .tab-box-list ul li a {
        display: block;
        width: 100%;
    }
    .tab-box-list ul li a img {
        width: 100%;
    }
    .tab-box-list ul li span {
        position: relative;
        display: block;
        width: 100%;
        height: 33px;
        border-left: 3px solid #1e2677;
        padding-left: 10px;
        transition: all 1s ease;
    }
    .tab-box-list ul li span em {
        display: block;
        width: 100%;
        line-height: 33px;
        text-align: center;
        color: #333333;
        font-size: 16px;
        z-index: 100;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .tab-box-list ul li a div:hover img {
        transform: scale(1.4);
        transition: all 1s ease;
    }
    .tab-box-list ul li a span i {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        background: url(..//images/index-chanpin2.png)#8e92bb no-repeat right;
        transition: all 1s ease;
    }
    .tab-box-list ul li a span:hover i {
        width: 100%;
    }
    .honnor_list {
        width: 100%;
        position: relative;
    }
    .info_01 {
        width: 100%;
    }
    .info_01 .info {
        max-width: 1200px !important;
        margin: 0 auto;
    }
    .info_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .swiper-slide {
        position: relative !important;
    }
    .mySwiper .swiper-wrapper {
        flex-wrap: wrap !important;
    }
    .mySwiper .swiper-wrapper .swiper_wrap4 {
        width: 25% !important;
        padding-left:10px;
        /*margin: 0 10px !important;*/
        height: 50% !important;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    }
    .myswiper_content {
        position: absolute;
        width: 100%;
        box-shadow：0px 0px 18px -10px #333;
        /*background-color: #eaeaea;*/
        padding: 15px;
        color: #333333;
        font-size: 14px;
    }
    .myswiper_content h4 {
        width: 100%;
        color: #333333;
        font-size: 16px;
    }
    .myswiper_content:hover {
        color: #fff !important;
    }
    .myswiper_content h4:hover {
        color: white;
    }
    .myswiper_line {
        width: 50px;
        height: 1px;
        background-color: #999999;
        margin: 32px 0;
    }
    .swiper-slide:hover .myswiper_content {
        background-color: rgb(11, 96, 155) !important;
        color: #fff !important;
    }
    .myswiper_content h4:hover {
        color: #fff !important;
    }
    .myswiper_line:hover {
        background-color: #fff !important;
    }
    .swiper-slide:hover img {
        /*border: 2px solid #00a56b;*/
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color))
    }
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev'
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -45px;
        left: auto
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next'
    }
    .info_box .info_left img {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 996px) {
    .newslist01_tit {
        width: 88%;
    }
    .newslist01_tit h5 {
        height: 30px;
        line-height: 30px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #000!important;
        margin: 10px 0;
    }
    .newslist01_tit span {
        line-height: 20px;
        overflow: hidden;
    }
    .news_list {
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .newslist01 {
        width: 100%;
        overflow: hidden;
        float: left;
        padding: 30px 0 20px 0;
        box-sizing: border-box;
        border-bottom: 1px dashed #ccc;
        margin-top: 10px;
        transition: all .5s ease;
        display: flex;
        justify-content: space-between;
    }
    .newslist01L {
        width: 84px;
        height: 84px;
        background-color: #f2f2f2;
        margin-right: 20px;
        padding: 6px 0;
    }
    .date {
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        text-align: center;
    }
    .year {
        font-size: 14px;
        text-align: center;
    }
    /*	*/
    .nyxqprot {
        text-decoration: none !important;
    }
    .nyxqnte p {
        width: 100%;
        word-break: break-all;
    }
    .nyxqprot {
        text-decoration: none !important;
    }
    .products {
        width: 100%;
        padding: 40px 0;
        background-color: #fff;
    }
    .products .products_inner {
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .productsL {
        width: 100%;
    }
    .productsL_top {
        width: 100%;
        text-align: center;
        line-height: 80px;
        height: 80px;
        font-size: 18px;
        background-color: #194174;
        color: #fff;
    }
    .productsL ul {
        width: 100%;
        border: 1px solid #e1e1e1;
        border-top: 0;
        background-color: #f9f9f9;
        padding: 10px 0;
    }
    .productsL ul li {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }
    .productsL ul li a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        height: 40px;
        line-height: 40px;
        text-indent: 2em;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
    }
    .productsL ul li a:hover {
        color: #194174 !important;
    }
    .productsL_dd {
        width: 100%;
        display: none;
    }
    .productsL_dd dd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px solid #f2f2f2;
    }
    .productsL_dd dd a {
        font-size: 14px;
        color: #666666;
        display: block;
        text-align: center;
    }
    .block {
        transition: all .4s;
        transform: rotate(0);
        color: #666;
        transform: rotate( 90deg);
    }
    .products_drap {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background-color: #fff;
    }
    .nyxqnte {
        width: 50%;
    }
    .nyxqnte .pic {
        width: 50% !important;
    }
    .nyxqnte img {
        max-width: 100%;
        margin-left: 41%;
    }
    .productsR {
        width: 100%;
    }
    .productsR ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .productsR ul li {
        width: 100%;
        margin: 10px;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        margin-bottom: 10px;
        box-shadow: 0px 0.03rem 10px #f0f0f0;
        border-radius: 10px;
    }
    .productsR ul li a {
        width: 100%;
        display: block;
        padding: 15px;
        overflow: hidden;
    }
    .productsR ul li a img {
        width: 100%;
        transition: all ease 0.5s;
    }
    .productsR ul li a img:hover {
        transform: scale(1.2);
    }
    .productsR_tit:hover {
        background-color: #efefef;
        color: #015f67 !important;
        text-decoration: none;
    }
    .productsR_tit {
        display: block;
        width: 100%;
        text-align: center;
    }
    /* products */
    /*  */
    .message01 {
        position: fixed;
        bottom: 10px;
        right: 45px;
        width: 240px;
        border-radius: 8px;
        z-index: 3;
        box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%);
    }
    .message01 .message_top {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        background-color: #4E6EF2;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #5882ED url(../images/boardTop4.png) no-repeat;
        background-size: 100% 100%;
    }
    .message01 .message_inner {
        color: #000;
        border-radius: 8px;
        background-color: #fff;
        display: ;
    }
    .message01 .message_top .head_title {
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 12px;
        line-height: 46px;
        padding-left: 2px;
    }
    .message01 .message_top .jianhao {
        display: inline-block;
        float: right;
        height: 46px;
        width: 34px;
        cursor: pointer;
        background: transparent url(../images/nodeMin.png) no-repeat;
        _background: none;
        background-position: 0 center;
        background-size: 50%;
    }
    .message01 .message01_content {
        width: 100%;
        padding: 10px 15px;
        height: 300px;
    }
    .message01 .message01_content h4 {
        zoom: 1;
        font-size: 14px;
        background-color: transparent;
        color: #303133;
        padding-bottom: 20px;
        color: #303133;
    }
    .message01 .message01_content .inputss_01 input {
        width: 192px;
        height: 58px;
        padding: 10px 12px;
        resize: none;
        overflow: hidden;
        border: 1px solid #DCDFE6;
        background-color: #fff;
        text-align: left;
        _line-height: 12px;
        outline: 0;
        border-radius: 4px;
        font-size: 12px;
        line-height: 18px;
        margin: 15px 0;
    }
    .message01 .message01_content .inputss_02 {
        height: 33px;
        width: 215px;
        line-height: 32px;
        border: 1px solid #DCDFE6;
        position: relative;
        background-color: #fff;
        border-radius: 4px;
        font-size: 14px;
        display: flex;
    }
    .message01 .message01_content .inputss_02 .inputss_02_name_img {
        width: 35px;
        height: 32px;
        display: inline-block;
        text-align: center;
        background-color: #fff;
        vertical-align: top;
        border-right: 1px solid #fff;
        border-radius: 4px 0 0 4px;
        background: #fff url(../images/user.png) no-repeat 9px center;
    }
    .message01 .message01_content .inputss_02 input {
        margin: 0;
        width: 172px;
        height: 32px;
        line-height: 32px;
        _overflow: hidden;
        border: none;
        display: inline-block;
        outline: 0;
    }
    /*  */
    .about03_l {
        width: 45%;
    }
    .about03_l img {
        width: 100%;
    }
    .about03_r {
        width: 55%;
    }
    .about03_r h5 {
        width: 100%;
        font-size: 18px;
        margin: 0 !important;
    }
    .about03_r p {
        width: 100%;
        font-family: 微软雅黑;
        color: rgb(51, 51, 51);
        text-indent: 2em;
        padding: 20px 0;
    }
    .about03 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column {
        width: 100%;
    }
    .column img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .about02_inner h4 {
        width: 100%;
        font-size: 28px;
        border-bottom: 1px solid #f0f0f0;
        margin: 30px 0;
        text-align: center;
        padding-bottom: 15px;
    }
    .about01_icon {
        width: 100%;
        padding: 0 15px;
    }
    .about02 {
        width: 100%;
        background-color: #fff;
        padding: 60px 0;
    }
    .about02 .about02_inner {
        max-width: 95%;
        margin: 0 auto;
    }
    .about02 .about02_inner ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .about02 .about02_inner ul li {
        background-color: rgba(238, 238, 238, 1);
        width: 15%;
        margin: 0 10px;
    }
    .about02 .about02_inner ul li:hover {
        background-image: linear-gradient( 135deg, rgba(0, 143, 215, 1), rgba(17, 96, 172, 1)) !important;
    }
    .about02 .about02_inner ul li a:hover {
        color: #fff !important;
    }
    .about02 .about02_inner ul li a {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    .about_dw {
        width: 100%;
        position: relative;
    }
    .about01_inner {
        max-width: 95%;
        margin: 0 auto;
        padding: 20px 0;
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 105;
        width: 1200px;
        height: 48px;
        background: #fff;
    }
    .about01_inner a {
        font-size: 16px;
    }
    .about01_inner span {
        font-size: 16px;
    }
    .bgblue {
        display: none;
    }
    .info_box .info_left img {
        width: 55% !important;
        margin: 0 auto;
    }
    .w1920 {
        max-width: 100%;
        margin: 0 auto;
    }
    .swiper1 {
        background-size: cover;
    }
    .banner11 {
        background-size: cover !important;
        width: 100% !important;
        height: 250px;
        line-height: 250px;
    }
    .swiper-pagination {
        bottom: 0px !important;
    }
    .swiper1 img {
        width: 100%;
    }
    .case {
        width: 100%;
        background-color: #fff;
        padding-top: 35px;
    }
    .anli {
        max-width: 95%;
        margin: 0 auto;
    }
    .anli1 {
        position: relative;
    }
    .anli1 h2 {
        font-size: 36px;
        color: #1e2678;
        font-weight: bold;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }
    .anli1 h3 {
        font-size: 75px;
        color: #e5e5e5;
        font-weight: bold;
        display: block;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }
    .new ul {
        width: 100%;
        display: flex;
    }
    .new ul li {
        display: flex;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        padding: 6px;
        margin: 0px 7px;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    .new ul li a {
        font-size: 20px;
        color: #000;
        display: block;
    }
    .szy-article-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .active {
        background: #eb1b24;
    }
    .active a {
        color: #fff !important;
    }
    .szy-article-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .news {
        width: 100%;
    }
    .tab-box {
        width: 100%;
    }
    .tab-box-list {
        width: 100%;
        display: flex;
        margin: 20px 0;
    }
    .tab-box-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .tab-box-list ul li {
        float: left;
        width: 100%;
        margin: 0px 1% 20px 1%;
        padding: 10px;
        background-color: #ffffff;
    }
    .tab-box-list ul li a {
        display: block;
        width: 100%;
    }
    .tab-box-list ul li a img {
        width: 100%;
    }
    .tab-box-list ul li span {
        position: relative;
        display: block;
        width: 100%;
        height: 33px;
        border-left: 3px solid #1e2677;
        padding-left: 10px;
        transition: all 1s ease;
    }
    .tab-box-list ul li span em {
        display: block;
        width: 100%;
        line-height: 33px;
        text-align: center;
        color: #333333;
        font-size: 16px;
        z-index: 100;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .tab-box-list ul li a div:hover img {
        transform: scale(1.4);
        transition: all 1s ease;
    }
    .tab-box-list ul li a span i {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        background: url(..//images/index-chanpin2.png)#8e92bb no-repeat right;
        transition: all 1s ease;
    }
    .tab-box-list ul li a span:hover i {
        width: 100%;
    }
    .honnor_list {
        width: 100%;
    }
    .info_01 {
        width: 100%;
    }
    .info_01 .info {
        max-width: 95% !important;
        margin: 0 auto;
    }
    .info_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer {
        background: #194174;
        padding: 30px 0;
        width: 100%;
    }
    .swiper-slide {
        position: relative !important;
    }
    .swiper_wrap4 {
        width: 24% !important;
        margin-right: 10px !important;
    }
    .myswiper_content {
        position: absolute;
        width: 100%;
        background-color: #eaeaea;
        padding: 40px 15px;
    }
    .myswiper_content h4 {
        width: 100%;
        color: #333333;
        font-size: 16px;
    }
    .myswiper_line {
        width: 50px;
        height: 1px;
        background-color: #999999;
        margin: 32px 0;
    }
    .swiper-slide:hover .myswiper_content {
        background-color: #00a56b !important;
        color: #fff !important;
    }
    .myswiper_content h4:hover {
        color: #fff !important;
    }
    .myswiper_line:hover {
        background-color: #fff !important;
    }
    .swiper-slide:hover img {
        border: 2px solid #00a56b;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 74%;
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color))
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10px;
        left: auto
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background: url(../images/ljt.png) no-repeat;
        left: 0px;
        right: auto
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background: url(../images/rjt.png) no-repeat;
        right: 0px;
        left: auto
    }
    .mbhead {
        width: 100%;
        height: 80px;
        line-height: 80px;
    }
    .mbhead .mbhead_inner {
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 80px;
        line-height: 80px;
        justify-content: space-between;
    }
    .mbhead .mbhead_inner .hb {
        width: 18%;
    }
    .mbhead .mbhead_inner .hb a {
        display: block;
        width: 30px;
        height: 30px;
    }
    .mbhead .mbhead_inner .hb a img {
        width: 100%;
    }
    .mbhead .mbhead_inner .mblogo {
        width: 70%;
        display: flex;
    }
    .mbhead .mbhead_inner .mblogo a {
        display: block;
        width: 30%;
        margin-right: 15px;
    }
    .mbhead .mbhead_inner .mblogo a img {
        width: 100%;
        padding: 10px 0;
        width: 200px;
    }
    .mbhead .mbhead_inner .mblogo .mblogo_content {
        width: 100%;
    }
    .mbhead .mbhead_inner .mblogo .mblogo_content h1 {
        font-size: 14px;
        color: #333333;
        font-weight: normal;
    }
    .mb_hide_menu {
        width: 100%;
        padding: 10px 20px;
    }
    .mb_hide_menu .mb_hide_nav {
        position: fixed;
        z-index: 9999;
        right: 0;
        height: 100%;
        width: 100%;
        background: #194174;
    }
    .mb_hide_menu .mb_hide_nav li {
        border-bottom: 1px solid #05336f;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: .6rem;
        font-size: .28rem;
    }
    .mb_hide_menu .mb_hide_nav .xuanzhong a {
        color: #186dc2 !important;
        font-size: 14px;
    }
    .mb_hide_menu .mb_hide_nav li a {
        text-align: center;
        font-size: .3rem;
        line-height: .9rem;
        color: #fff;
        font-weight: bold;
    }
    .mb_hide_menu .mb_hide_nav .mb_hide_navnar {
        width: 100%;
        display: none;
    }
    .mb_hide_menu .mb_hide_nav .mb_hide_navnar dd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px solid #f2f2f2;
    }
    .mb_hide_menu .mb_hide_nav .mb_hide_navnar dd a {
        font-size: 14px;
        color: #666666;
        padding: 15px;
    }
    .mb_head {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
    }
    .m_logo img {
        width: 120px;
    }
    .mb_hide_menu {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        z-index: 99;
        transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
        transform: scale(1, 1);
        transition: transform 500ms ease;
        z-index: 99999;
        left: 0;
        display: none;
    }
    .change {
        right: 0 !important;
    }
    .delay_cover {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 98;
        display: none;
    }
    .cancle {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 999;
    }
    /* 汉堡导航点击变化 */
    .hb_group {
        width: 30px;
        /* height: 30px; */
        margin: 20px 20px;
        transition: all ease 0.3s;
    }
    .hb_group span {
        background-color: #194174;
        width: 27px;
        height: 3px;
        display: block;
        margin-bottom: 5px;
        transition: all ease 0.5s;
    }
    .bgc_change {}
    .fade_span {
        background-color: transparent !important;
    }
    .translate {
        transform: translateY(8px) rotate(45deg) !important;
    }
    .translate1 {
        transform: translateY(-8px) rotate(-45deg) !important;
    }
    .rot {
        transform: rotate(90deg);
    }
    .rjt {
        font-size: 18px !important;
        display: inline;
    }
    .block {
        transition: all .4s;
        transform: rotate(0);
        color: #666;
        transform: rotate( 90deg);
    }
}