            * {
                padding: 0;
                margin: 0;
                box-sizing: border-box;
                font-family: ' ';
            }
            
             :root {
                --main-color: #305dc3;
                --main-color-white: #ffffff;
                --main-color-fontColor: #555555;
                --main-color-p_color: #333333;
                --main-color-span_color: #888888;
                --main-transition: all ease 0.4s;
                --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }
            
            ul li {
                list-style: none;
            }
            
            a {
                text-decoration: none;
            }
            
            a:hover {
                text-decoration: none;
            }
            
            img {
                vertical-align: top;
                outline-width: 0ch;
            }
            
            input {
                outline: none;
                padding-left: 15px;
            }
            
            @media only screen and (max-width: 1440px) {
                .pcnav>ul>li>a {
                    padding: 0 10px !important;
                }
                .bannerpos {
                    width: 1100px !important;
                }
            }
            
            @media only screen and (min-width: 996px) {
                .pchead {
                    width: 100%;
                    padding: 0 5%;
                    height: 90px;
                    border-bottom: 1px solid rgba(255, 255, 255, .2);
                    background-color: rgb(0 0 0 / 25%);
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    transition: all ease 0.4s;
                    position: fixed;
                    top: 0;
                    left: 0;
                    z-index: 999;
                }
                .pclogo img {
                    height: 63px;
                }
                .logo2 {
                    display: none;
                }
                .pcnav>ul {
                    display: flex;
                    align-items: center;
                }
                .pcnav>ul>li {
                    position: relative;
                    transition: all ease 0.4s;
                }
                .pcnav>ul>li:hover {
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                }
                .pcnav>ul>li>a {
                    display: block;
                    font-size: 18px;
                    color: #fff;
                    font-weight: bold;
                    padding: 0 25px;
                    height: 90px;
                    line-height: 90px;
                    transition: all ease 0.4s;
                }
                .pcnav>ul>li:hover .pcdrop {
                    opacity: 1 !important;
                    top: 100% !important;
                    visibility: visible !important;
                }
                .pcdrop {
                    position: absolute;
                    width: 200px;
                    top: 120%;
                    left: 0;
                    background-color: #fff;
                    padding: 20px 0;
                    opacity: 0;
                    visibility: hidden;
                    transition: all ease 0.2s;
                }
                .pcdrop a {
                    transition: all ease 0.2s;
                    display: block;
                    color: #333;
                    font-size: 14px;
                    height: 45px;
                    line-height: 45px;
                    font-weight: bold;
                }
                .pcdropitem {
                    display: flex;
                    transition: all ease 0.2s;
                    align-items: center;
                    justify-content: space-between;
                    padding: 0 15px;
                }
                .pcdropitem:hover {
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                }
                .pcdropitem i {
                    transition: all ease 0.2s;
                }
                .pcdropitem:hover i {
                    color: #fff !important;
                }
                .pcdropitem:hover a {
                    color: #fff !important;
                }
                .head_white {
                    background-color: #fff !important;
                }
                .head_white a {
                    color: #333 !important;
                }
                .pcnav>ul>li>a:hover {
                    color: #fff !important;
                }
                .banner {
                    width: 100%;
                }
                .banner .swiper-slide {
                    position: relative;
                }
                .banner img {
                    width: 100%;
                }
                .slide_cover {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }
                .bannerpos {
                    width: 1440px;
                }
                .bannerpos h1 {
                    font-size: 56px;
                    color: #fff;
                    text-shadow: 3px 0 10px rgb(0 0 0 / 60%);
                    letter-spacing: 8px;
                }
                .bannerpos strong {
                    display: block;
                    font-size: 36px;
                    color: #fff;
                    padding: 20px 0;
                    text-shadow: 3px 0 10px rgb(0 0 0 / 60%);
                }
                .bannerpos p {
                    font-size: 16px;
                    color: #fff;
                }
                .bannerpage {
                    max-width: 400px;
                    bottom: 20% !important;
                    left: 10% !important;
                }
                .bannerpage .swiper-pagination-bullet {
                    width: 10px !important;
                    height: 10px !important;
                    transition: all ease 0.5s;
                }
                .bannerpage .swiper-pagination-bullet-active {
                    width: 35px !important;
                    border-radius: 10px;
                    background-color: #fff !important;
                }
                .bannertab_btn {
                    position: absolute;
                    bottom: 20%;
                    right: 10%;
                    z-index: 20;
                    max-width: 200px;
                    display: flex;
                    align-items: center;
                }
                .bannertab_btnitem {
                    cursor: pointer;
                    font-size: 20px;
                    color: #fff;
                    line-height: 50px;
                    text-align: center;
                    margin: 0 15px;
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    background-color: rgb(199 173 126 / 76%) !important;
                }
                .bannertab_btnitem:hover {
                    color: #449bcf !important;
                }
                .sep {
                    display: none;
                }
                .mbhead {
                    display: none;
                }
                .mbnav {
                    display: none;
                }
                .con1 {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    align-items: center;
                    padding: 0 5%;
                }
                .con1left {
                    width: 50%;
                }
                .con1right {
                    width: 50%;
                }
                .con1right img {
                    width: 100%;
                }
                .con1left {
                    padding-top: 80px;
                }
                .title h1 {
                    letter-spacing: 2px;
                    color: #e6f1e6;
                    font-size: 68px;
                }
                .title strong {
                    color: #212529;
                    font-size: 46px;
                    display: block;
                    margin-top: -58px;
                    position: relative;
                }
                .title strong::after {
                    position: absolute;
                    content: '';
                    width: 60px;
                    height: 9px;
                    background-color: #1a9e98;
                    left: 0;
                    bottom: -25px;
                }
                .title1 {
                    margin-bottom: 75px;
                }
                .con1p {
                    padding-right: 115px;
                    color: #696969;
                    font-size: 18px;
                    line-height: 35px;
                }
                .con1p a {
                    color: #696969;
                    font-size: 17px;
                }
                .indexscroll {
                    padding-right: 50px;
                    margin-top: 30px;
                    width: 100%;
                }
                .indexscroll .mumping_mun {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .indexscroll .mumping_mun li {
                    width: 48%;
                    border-radius: 10px;
                    padding: 25px;
                }
                .indexscroll .mumping_mun li {
                    color: #fff;
                    margin-bottom: 20px;
                    text-align: center;
                }
                .indexscroll .mumping_mun li h2 {
                    font-size: 40px;
                }
                .indexscroll .mumping_mun li span {
                    padding-top: 24px;
                    padding-left: 10px;
                    display: block;
                }
                .indexscroll .mun_top {
                    display: flex;
                    justify-content: center;
                }
                .con2 {
                    width: 100%;
                    padding: 70px 5%;
                    background-color: #f7f8f9;
                }
                .con2top {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 55px;
                }
                .more1 {
                    display: block;
                    width: 170px;
                    height: 45px;
                    line-height: 45px;
                    text-align: center;
                    transition: all ease 0.4s;
                    font-size: 16px;
                    color: #fff;
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    border-radius: 26px 6px 26px 6px;
                }
                .more1:hover {
                    border-radius: 40px !important;
                }
                .index_conpro {
                    width: 100%;
                    padding-bottom: 70px !important;
                }
                .index_conpro .swiper-slide a {
                    display: block;
                    overflow: hidden;
                }
                .imgbox0 a {
                    overflow: hidden;
                    display: block;
                    /* border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px; */
                }
                .index_conpro img {
                    width: 100%;
                    /* border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px; */
                    transition: all ease 0.4s;
                    height: 200px;
                    object-fit: contain;
                }
                .index_conpro .swiper-slide {
                    position: relative;
                    border-top-left-radius: 30px;
                }
                .index_conpro .swiper-slide:hover img {
                    transform: scale(1.1);
                }
                .index_conpro .swiper-slide:hover p {
                    background-color: #159e92 !important;
                    color: #fff !important;
                }
                .index_conpro .swiper-slide p {
                    transition: all ease 0.4s;
                    font-size: 18px;
                    width: 100%;
                    color: #272728;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    background: rgba(255, 255, 255, 0.6);
                }
                .con1propage .swiper-pagination-bullet {
                    width: 15px;
                    height: 15px;
                }
                .con1propage .swiper-pagination-bullet-active {
                    background-color: #159e92;
                }
                .con3 {
                    width: 100%;
                    background-color: #fff;
                    padding: 70px 0;
                }
                .con3top {
                    width: 100%;
                    padding: 0 5%;
                }
                .con4 {
                    width: 100%;
                    padding: 70px 5%;
                    background-image: url(../images/bg2.jpg);
                    background-size: cover;
                }
                .index_part {
                    margin: 0 auto;
                }
                .index_partcon {
                    width: 60%;
                }
                .index_partcon ul {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .index_partcon ul li {
                    width: 32%;
                    margin-bottom: 20px;
                }
                .index_partcon ul li img {
                    width: 100%;
                    height: 160px;
                    object-fit: cover;
                }
                .con5 {
                    padding: 70px 5%;
                }
                .con5new {
                    position: relative;
                    max-width: 1440px;
                    margin: 0 auto;
                }
                .index_newswiper .swiper-slide {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                }
                .con5newleft {
                    width: 48%;
                }
                .con5newright {
                    width: 48%;
                }
                .con5newright img {
                    width: 100%;
                }
                .indexnewbtnleft {
                    left: -50px !important;
                }
                .indexnewbtnright {
                    right: -50px !important;
                }
                .date {
                    padding-bottom: 15px;
                    border-bottom: 1px solid #e4e4e4;
                    margin-bottom: 15px;
                }
                .date strong {
                    display: block;
                    color: #9b9b9b;
                    font-size: 24px;
                }
                .date span {
                    color: #9b9b9b78;
                    font-size: 16px;
                    display: block;
                    margin-top: 5px;
                    font-weight: bold;
                }
                .con5newleft .titlea {
                    font-size: 24px;
                    color: #333;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 100%;
                    margin-bottom: 15px;
                }
                .con5newleft p {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 18px;
                    color: #4e4e4e;
                    margin-top: 10px;
                    line-height: 30px;
                }
                .more2 {
                    display: block;
                    margin-top: 55px;
                    width: 150px;
                    height: 42px;
                    text-align: center;
                    line-height: 42px;
                    border: 1px solid #cccccc;
                    border-radius: 3px;
                    font-size: 16px;
                    color: #666;
                    transition: all ease 0.4s;
                }
                .more2:hover {
                    background-color: #139e8f;
                    color: #fff !important;
                }
                .foot {
                    padding: 50px 5%;
                    width: 100%;
                    background-image: linear-gradient(to right, #046a5f, #0d71ac);
                }
                .footer {
                    margin: 0 auto;
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .footer1 {
                    width: 50%;
                }
                .f_title {
                    font-size: 30px;
                    color: #fff;
                }
                .fp {
                    font-size: 16px;
                    color: #fff;
                    margin-bottom: 35px;
                }
                .footer1 ul li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 20px;
                }
                .footer1 ul li img {
                    display: block;
                    margin-right: 15px;
                }
                .footer1 ul li p {
                    color: #fff;
                    font-size: 14px;
                }
                .footer3 {
                    width: 15%;
                    padding-left: 80px;
                    padding-top: 80px;
                }
                .footer3 img {
                    width: 135px;
                    height: 135px;
                    display: block;
                    margin-bottom: 15px;
                }
                .footer3 p {
                    text-align: center;
                    color: #fff;
                    font-size: 15px;
                }
                .footer2 {
                    flex: 1;
                }
                .b_form {
                    margin-top: 25px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .b_form input {
                    width: 48%;
                    padding-left: 15px;
                    height: 40px;
                    outline: none;
                    border: none;
                    margin-bottom: 10px;
                    border: 1px solid #ced4da;
                    border-radius: 3px;
                }
                .b_form textarea {
                    width: 100%;
                    padding-top: 15px;
                    padding-left: 15px;
                    height: 75px;
                    outline: none;
                    border: none;
                    border: 1px solid #ced4da;
                    border-radius: 3px;
                }
                .input1 {
                    width: 100% !important;
                }
                .f_sub {
                    display: block;
                    width: 165px;
                    height: 45px;
                    line-height: 45px;
                    text-align: center;
                    color: #fff;
                    font-size: 15px;
                    background-color: #159e92;
                    margin-top: 20px;
                    border-radius: 5px;
                }
                .aboutbanner {
                    padding: 220px 0;
                    background-image: url(../images/bannerbg.jpg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-attachment: fixed;
                }
                .aboutbannercon {
                    max-width: 1350px;
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: space-between;
                }
                .aboutbannercon h1 {
                    font-size: 68px;
                    color: rgba(255, 255, 255, 0.17);
                    font-weight: bold;
                    text-align: center;
                }
                .aboutbannercon strong {
                    text-align: center;
                    color: #fff;
                    font-size: 46px;
                    display: block;
                    margin-top: -55px;
                    position: relative;
                    margin-bottom: 90px;
                }
                .aboutbannercon strong::after {
                    position: absolute;
                    content: '';
                    width: 60px;
                    height: 8px;
                    background-color: #fff;
                    bottom: -25px;
                    left: 50%;
                    transform: translateX(-50%);
                }
                .aboutbannercon .bannerp {
                    width: 950px;
                    margin: 0 auto;
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                    line-height: 25px;
                }
                .aboutscroll {
                    width: 1200px;
                    margin: 0 auto;
                    margin-top: 75px;
                }
                .aboutscroll .mumping_mun {
                    display: flex;
                    width: 100%;
                    justify-content: space-between;
                    margin-bottom: 50px;
                }
                .aboutscroll .mumping_mun li {
                    width: 23%;
                    text-align: center;
                }
                .aboutscroll .mumping_mun li h2 {
                    font-size: 70px;
                    color: #fff;
                }
                .aboutscroll .mumping_mun li p {
                    text-align: center;
                    color: #fff;
                    font-size: 14px;
                }
                .title2 {
                    text-align: center;
                    margin-bottom: 70px;
                }
                .title2 strong::after {
                    left: 50%;
                    transform: translateX(-50%);
                }
                .about1 {
                    padding: 90px 0;
                }
                .about1con {
                    max-width: 1570px;
                    padding: 0 65px;
                    margin: 0 auto;
                    display: flex;
                    flex-direction: row;
                }
                .about1conright {
                    width: 50%;
                    background-color: #f4f4f4;
                    padding: 100px 60px;
                }
                .about1conright p {
                    font-size: 36px;
                    color: #000;
                    margin-bottom: 35px;
                }
                .about1conright span {
                    color: #666;
                    font-size: 16px;
                    line-height: 30px;
                    display: block;
                    margin-bottom: 40px;
                }
                .about1conleft {
                    width: 50%;
                }
                .about1conleft img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .about1con_02 {
                    flex-direction: row-reverse;
                }
                .about2 {
                    padding: 115px 0;
                    background-image: url(../images/bg3.jpg);
                    background-size: cover;
                    background-attachment: fixed;
                }
                .about2con {
                    max-width: 1570px;
                    margin: 0 auto;
                    padding: 0 65px;
                }
                .title3 {
                    margin-bottom: 50px;
                }
                .title3 h1 {
                    color: rgba(255, 255, 255, 0.17);
                }
                .title3 strong {
                    color: #fff;
                }
                .c_p {
                    max-width: 420px;
                    line-height: 30px;
                    color: #fff;
                    font-size: 18px;
                }
                .about3 {
                    width: 100%;
                    padding: 100px 0;
                }
                .abouthonor {
                    width: 100%;
                    padding-bottom: 80px !important;
                }
                .abouthonor img {
                    width: 72%;
                    display: block;
                    margin: 0 auto;
                }
                .about3con {
                    max-width: 1570px;
                    padding: 0 65px;
                    margin: 0 auto;
                }
                .abouthonor .swiper-slide {
                    background-color: #f2f2f2;
                    padding: 20px;
                }
                .abouthonor p {
                    text-align: center;
                    color: #666;
                    font-size: 16px;
                    padding: 10px 0;
                }
                .inbanner {
                    width: 100%;
                    height: 550px;
                    background-image: url(../images/inbanner.jpg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .inbannertxt {
                    width: 1440px;
                }
                .inbannertxt h1 {
                    font-size: 36px;
                    color: #fff;
                    margin-bottom: 20px;
                }
                .inbannertxt p {
                    font-size: 16px;
                    color: #fff;
                }
                .bread {
                    width: 100%;
                    height: 70px;
                    background-color: #eff1f5;
                }
                .breadcon {
                    max-width: 1440px;
                    margin: 0 auto;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }
                .breadconleft ul {
                    display: flex;
                    align-items: center;
                }
                .breadconleft ul li a {
                    display: block;
                    padding: 10px 35px;
                    border-radius: 5px;
                    color: #212529;
                    font-size: 16px;
                    background-color: #fff;
                    margin-right: 25px;
                }
                .breadconleft ul li a:hover {
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    color: #fff !important;
                }
                .sel {
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    color: #fff !important;
                }
                .breadconright {
                    display: flex;
                    align-items: center;
                }
                .breadconright i {
                    color: #6c757d;
                    font-size: 16px;
                }
                .breadconright a {
                    font-size: 14px;
                    color: #6c757d;
                }
                .breadconright span {
                    color: #212529;
                    font-size: 14px;
                }
                .a1 {
                    max-width: 1440px;
                    margin: 0 auto;
                    padding: 80px 0;
                }
                .a1con {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }
                .a1conleft {
                    width: 48%;
                }
                .a1conright {
                    width: 48%;
                }
                .a1conright img {
                    width: 100%;
                }
                .a1conleft h1 {
                    color: #7a8c9d;
                    font-size: 54px;
                    margin-bottom: 10px;
                }
                .a1conleft strong {
                    color: #363636;
                    font-size: 36px;
                    margin-bottom: 35px;
                    display: block;
                }
                .a1conleft p {
                    font-size: 16px;
                    color: #333;
                    line-height: 30px;
                }
                .a1con2 {
                    padding: 40px 0;
                }
                .a1con2 p {
                    font-size: 16px;
                    color: #333;
                    line-height: 30px;
                }
                .a1scroll {
                    box-shadow: 0px 5px 10px #ebebeb;
                    padding: 15px 15px;
                }
                .a1scroll .mumping_mun {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .a1scroll .mumping_mun li {
                    width: 25%;
                    border-left: 1px solid #cccccc;
                    position: relative;
                }
                .a1scroll .mumping_mun li::after {
                    position: absolute;
                    width: 1px;
                    height: 27px;
                    background-color: #999;
                    content: '';
                    top: 0;
                    left: 0;
                }
                .a1scroll .mumping_mun li .mun_top {
                    display: flex;
                    justify-content: center;
                }
                .a1scroll .mumping_mun li .mun_top h2 {
                    color: #449bcf;
                    font-size: 60px;
                }
                .a1scroll .mumping_mun li .mun_top span {
                    display: block;
                    padding-top: 45px;
                    padding-left: 10px;
                    color: #449bcf;
                }
                .a1scroll .mumping_mun li p {
                    font-size: 16px;
                    color: #999;
                    padding-top: 10px;
                    text-align: center;
                }
                .fgs {
                    max-width: 1440px;
                    margin: 115px auto;
                }
                .fgstop {
                    padding-bottom: 15px;
                    border-bottom: 1px solid #cccccc;
                }
                .fgstop h1 {
                    font-size: 30px;
                    color: #333;
                }
                .fgsitem {
                    margin-bottom: 50px;
                }
                .fgstop p {
                    font-size: 18px;
                    color: #666;
                }
                .fgsitemcon {
                    padding: 50px 0;
                }
                .fgsitemcon p {
                    line-height: 30px;
                    font-size: 15px;
                    color: #212529;
                }
                .fgsitemcon {
                    padding: 50px 0;
                }
                .fgsitemcon p {
                    font-size: 15px;
                    color: #212529;
                    line-height: 30px;
                }
                .fgsitemcon img {
                    max-width: 100%;
                    display: block;
                    margin: 20px auto;
                }
                .pro1 {
                    width: 100%;
                    padding: 50px 2.5%;
                }
                .pro1item {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .pro1itemleft {
                    width: 50%;
                    overflow: hidden;
                }
                .pro1itemleft img {
                    width: 100%;
                    transition: all ease .4s;
                    height: 100%;
                }
                .pro1item0 {
                    flex-direction: row-reverse;
                }
                .pro1itemleft img:hover {
                    transform: scale(1.1);
                }
                .pro1itemright {
                    width: 50%;
                    background-color: #f4f4f4;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding: 30px 60px;
                }
                .pro1name {
                    font-size: 36px;
                    font-weight: bold;
                    margin-bottom: 30px;
                    display: block;
                    color: #212529;
                }
                .pro1itemright ul {
                    margin-bottom: 35px;
                }
                .pro1itemright ul li p {
                    font-size: 16px;
                    color: #666;
                    margin-bottom: 15px;
                }
                .products {
                    max-width: 1440px;
                    margin: 0 auto;
                    padding: 65px 0;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .productsitem {
                    width: 31%;
                }
                /*  */
                .productsitem a {
                    display: block;
                    overflow: hidden;
                }
                .imgbox0 a {
                    overflow: hidden;
                    display: block;
                    /* border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px; */
                }
                .productsitem img {
                    width: 100%;
                    border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px;
                    transition: all ease 0.4s;
                }
                .productsitem {
                    position: relative;
                    border-top-left-radius: 30px;
                    margin-bottom: 30px;
                }
                .productsitem:hover img {
                    transform: scale(1.1);
                }
                .productsitem:hover p {
                    background-color: #159e92 !important;
                    color: #fff !important;
                }
                .productsitem p {
                    transition: all ease 0.4s;
                    font-size: 18px;
                    border-bottom-right-radius: 70px;
                    border-bottom-left-radius: 20px;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    color: #272728;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    position: absolute;
                    background: rgba(255, 255, 255, 0.6);
                }
                /*  */
                .prodetail {
                    max-width: 1400px;
                    margin: 50px auto;
                    padding: 50px;
                    background-color: #fff;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .prodetailleft {
                    width: 48%;
                }
                .prodetailright {
                    width: 48%;
                }
                .mbdetaillb {
                    display: none;
                }
                .detailname {
                    color: #333;
                    font-size: 30px;
                    font-weight: bold;
                    padding-bottom: 15px;
                    border-bottom: 2px solid #333;
                    margin-bottom: 25px;
                }
                .detailjianjie {
                    color: #666;
                    font-size: 16px;
                    margin-bottom: 15px;
                    line-height: 30px;
                }
                .guanjianci {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .guanjianci span {
                    font-size: 14px;
                    color: #888;
                    font-weight: bold;
                    margin-right: 20px;
                }
                .tag {
                    display: block;
                    padding: 5px 10px;
                    /* border: 1px solid #d9d9d9; */
                    margin-right: 10px;
                    color: #595959;
                    border-radius: 3px;
                    font-size: 14px;
                }
                .type {
                    display: flex;
                    align-items: center;
                    margin-top: 25px;
                    margin-bottom: 25px;
                }
                .type span {
                    font-size: 14px;
                    color: #888;
                    font-weight: bold;
                    margin-right: 20px;
                }
                .type p {
                    color: #38a852;
                    font-size: 14px;
                }
                .detailphone {
                    display: flex;
                    align-items: center;
                    padding: 23px 0;
                    border-top: 1px dashed #dddddd;
                    border-bottom: 1px dashed #dddddd;
                    margin-bottom: 30px;
                }
                .detailphone span {
                    font-weight: bold;
                }
                .detailcaozuo {
                    display: flex;
                    align-items: center;
                }
                .detailcaozuo a {
                    display: block;
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    width: 160px;
                    height: 45px;
                    line-height: 45px;
                    font-size: 16px;
                    text-align: center;
                    color: #fff;
                    border-radius: 5px;
                    margin-right: 20px;
                }
                .tails {
                    max-width: 1400px;
                    margin: 0 auto;
                    margin-bottom: 50px;
                    padding: 50px;
                    background-color: #fff;
                }
                .related {
                    padding: 50px 0;
                    background-image: url(../images/bg4.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                    margin-bottom: 50px;
                }
                .relatedcon {
                    max-width: 1400px;
                    margin: 0 auto;
                }
                .re_title {
                    text-align: center;
                    color: #fff;
                    font-size: 34px;
                    font-weight: bold;
                    margin-bottom: 30px;
                }
                .relatedcon .swiper-slide {
                    cursor: pointer;
                }
                .zixun {
                    max-width: 1400px;
                    margin: 0 auto;
                }
                .zixuntitle {
                    font-size: 34px;
                    color: #333;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 15px;
                }
                .zixunp {
                    text-align: center;
                    color: #222222;
                    font-size: 16px;
                    margin-bottom: 30px;
                }
                .zixunform {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .zixunform input {
                    width: 48%;
                    height: 50px;
                    padding-left: 15px;
                    border: 1px solid #ced4da;
                    outline: none;
                    display: block;
                    background-color: transparent;
                    border-radius: 4px;
                    margin-bottom: 15px;
                }
                .zixunform textarea {
                    width: 100%;
                    min-height: 200px;
                    padding-left: 15px;
                    padding-top: 15px;
                    border: 1px solid #ced4da;
                    outline: none;
                    display: block;
                    background-color: transparent;
                    border-radius: 4px;
                    margin-bottom: 15px;
                }
                .subnow {
                    display: block;
                    font-size: 16px;
                    color: #fff;
                    font-weight: bold;
                    width: 200px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    margin: 0 auto;
                    background-color: #fe9901;
                    transition: all ease 0.4s;
                    margin-bottom: 50px;
                    border-radius: 5px;
                }
                .subnow:hover {
                    background-color: #38a852 !important;
                }
                .inside {
                    margin: 0 auto;
                    width: 100%;
                    padding: 15px 5%;
                }
                .zhuanli {
                    max-width: 1400px;
                    margin: 50px auto;
                }
                .zl {
                    width: 100%;
                    padding-bottom: 50px !important;
                }
                .zl1 img {
                    width: 100%;
                }
                .tuandui p {
                    font-size: 16px;
                    color: #212529;
                    line-height: 30px;
                }
                .partner ul {
                    display: flex;
                    flex-wrap: wrap;
                }
                .partner ul li {
                    width: 20%;
                    border: 1px solid #eeeeee;
                }
                .partner ul li img {
                    width: 100%;
                }
                .newpp a {
                    color: #333;
                }
                .newpp1 a {
                    color: #707070;
                }
                #c_static_001-1646718068940 a {
                    color: #212529;
                }
                #c_static_001-1646637978069 a {
                    color: #212529;
                }
            }
            
            @media only screen and (max-width: 996px) {
                #c_static_001-1646637978069 a {
                    color: #212529;
                }
                #c_static_001-1646718068940 a {
                    color: #212529;
                }
                .newpp a {
                    color: #333;
                }
                .newpp1 a {
                    color: #707070;
                }
                .partner ul {
                    display: flex;
                    flex-wrap: wrap;
                }
                .partner ul li {
                    width: 50%;
                    border: 1px solid #eeeeee;
                }
                .partner ul li img {
                    width: 100%;
                }
                .tuandui p {
                    font-size: 16px;
                    color: #212529;
                    line-height: 30px;
                }
                .zhuanli {
                    width: 100%;
                    padding: 20px 15px;
                    margin: 30px auto;
                }
                .zl {
                    width: 100%;
                    padding-bottom: 50px !important;
                }
                .zl1 img {
                    width: 100%;
                }
                .inside {
                    padding: 30px 15px;
                    margin: 0 auto;
                    width: 100%;
                }
                .zixun {
                    width: 100%;
                    padding: 20px 15px;
                    margin: 0 auto;
                }
                .zixuntitle {
                    font-size: 20px;
                    color: #333;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 15px;
                }
                .zixunp {
                    text-align: center;
                    color: #222222;
                    font-size: 14px;
                    margin-bottom: 30px;
                }
                .zixunform {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .zixunform input {
                    width: 100%;
                    height: 50px;
                    padding-left: 15px;
                    border: 1px solid #ced4da;
                    outline: none;
                    display: block;
                    background-color: transparent;
                    border-radius: 4px;
                    margin-bottom: 15px;
                }
                .zixunform textarea {
                    width: 100%;
                    min-height: 100px;
                    padding-left: 15px;
                    padding-top: 15px;
                    border: 1px solid #ced4da;
                    outline: none;
                    display: block;
                    background-color: transparent;
                    border-radius: 4px;
                    margin-bottom: 15px;
                }
                .subnow {
                    display: block;
                    font-size: 16px;
                    color: #fff;
                    font-weight: bold;
                    width: 200px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    margin: 0 auto;
                    background-color: #fe9901;
                    transition: all ease 0.4s;
                    margin-bottom: 50px;
                    border-radius: 5px;
                }
                .subnow:hover {
                    background-color: #38a852 !important;
                }
                .tails {
                    width: 100%;
                    padding: 30px 15px;
                    margin: 0 auto;
                    margin-bottom: 50px;
                    background-color: #fff;
                }
                .related {
                    padding: 50px 0;
                    background-image: url(../images/bg4.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                    margin-bottom: 50px;
                }
                .relatedcon {
                    max-width: 1400px;
                    margin: 0 auto;
                }
                .re_title {
                    text-align: center;
                    color: #fff;
                    font-size: 34px;
                    font-weight: bold;
                    margin-bottom: 30px;
                }
                .relatedcon .swiper-slide {
                    cursor: pointer;
                }
                .prodetail {
                    width: 100%;
                    padding: 30px 15px;
                    margin: 20px auto;
                    background-color: #fff;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .prodetailleft {
                    width: 100%;
                    margin-bottom: 30px;
                }
                .prodetailright {
                    width: 100%;
                }
                .detailname {
                    color: #333;
                    font-size: 30px;
                    font-weight: bold;
                    padding-bottom: 15px;
                    border-bottom: 2px solid #333;
                    margin-bottom: 25px;
                }
                .detailjianjie {
                    color: #666;
                    font-size: 16px;
                    margin-bottom: 15px;
                    line-height: 30px;
                }
                .guanjianci {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .guanjianci span {
                    font-size: 14px;
                    color: #888;
                    font-weight: bold;
                    margin-right: 20px;
                }
                .tag {
                    display: block;
                    padding: 5px 10px;
                    border: 1px solid #d9d9d9;
                    margin-right: 10px;
                    color: #595959;
                    border-radius: 3px;
                    font-size: 14px;
                }
                .type {
                    display: flex;
                    align-items: center;
                    margin-top: 25px;
                    margin-bottom: 25px;
                }
                .type span {
                    font-size: 14px;
                    color: #888;
                    font-weight: bold;
                    margin-right: 20px;
                }
                .type p {
                    color: #38a852;
                    font-size: 14px;
                }
                .detailphone {
                    display: flex;
                    align-items: center;
                    padding: 23px 0;
                    border-top: 1px dashed #dddddd;
                    border-bottom: 1px dashed #dddddd;
                    margin-bottom: 30px;
                }
                .detailphone span {
                    font-weight: bold;
                }
                .detailcaozuo {
                    display: flex;
                    align-items: center;
                }
                .detailcaozuo a {
                    display: block;
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    width: 160px;
                    height: 45px;
                    line-height: 45px;
                    font-size: 16px;
                    text-align: center;
                    color: #fff;
                    border-radius: 5px;
                    margin-right: 20px;
                }
                .magnifier {
                    display: none;
                }
                .products {
                    width: 100%;
                    padding: 30px 15px;
                    margin: 0 auto;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .productsitem {
                    width: 100%;
                    margin-bottom: 30px;
                }
                /*  */
                .productsitem a {
                    display: block;
                    overflow: hidden;
                }
                .imgbox0 a {
                    overflow: hidden;
                    display: block;
                    border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px;
                }
                .productsitem img {
                    width: 100%;
                    border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px;
                    transition: all ease 0.4s;
                }
                .productsitem {
                    position: relative;
                    border-top-left-radius: 30px;
                    margin-bottom: 30px;
                }
                .productsitem:hover img {
                    transform: scale(1.1);
                }
                .productsitem:hover p {
                    background-color: #159e92 !important;
                    color: #fff !important;
                }
                .productsitem p {
                    transition: all ease 0.4s;
                    font-size: 18px;
                    border-bottom-right-radius: 70px;
                    border-bottom-left-radius: 20px;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    color: #272728;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    position: absolute;
                    background: rgba(255, 255, 255, 0.6);
                }
                /*  */
                .pro1 {
                    width: 100%;
                    padding: 30px 15px;
                }
                .pro1item {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .pro1itemleft {
                    width: 100%;
                    overflow: hidden;
                }
                .pro1itemleft img {
                    width: 100%;
                    transition: all ease .4s;
                    height: 100%;
                }
                .pro1itemleft img:hover {
                    transform: scale(1.1);
                }
                .pro1itemright {
                    width: 100%;
                    background-color: #f4f4f4;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding: 20px;
                }
                .pro1name {
                    font-size: 36px;
                    font-weight: bold;
                    margin-bottom: 30px;
                    display: block;
                    color: #212529;
                }
                .pro1itemright ul {
                    margin-bottom: 35px;
                }
                .pro1itemright ul li p {
                    font-size: 16px;
                    color: #666;
                    margin-bottom: 15px;
                }
                .fgs {
                    width: 100%;
                    padding: 30px 15px;
                }
                .fgstop {
                    padding-bottom: 15px;
                    border-bottom: 1px solid #cccccc;
                }
                .fgstop h1 {
                    font-size: 30px;
                    color: #333;
                }
                .fgsitem {
                    margin-bottom: 50px;
                }
                .fgstop p {
                    font-size: 18px;
                    color: #666;
                }
                .fgsitemcon {
                    padding: 50px 0;
                }
                .fgsitemcon p {
                    line-height: 30px;
                    font-size: 15px;
                    color: #212529;
                }
                .fgsitemcon {
                    padding: 50px 0;
                }
                .fgsitemcon p {
                    font-size: 15px;
                    color: #212529;
                    line-height: 30px;
                }
                .fgsitemcon img {
                    max-width: 100%;
                    display: block;
                    margin: 20px auto;
                }
                .a1 {
                    width: 100%;
                    padding: 20px 15px;
                    margin: 0 auto;
                }
                .a1con {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .a1conleft {
                    width: 100%;
                }
                .a1conright {
                    width: 100%;
                    margin-top: 20px;
                }
                .a1conright img {
                    width: 100%;
                }
                .a1conleft h1 {
                    color: #7a8c9d;
                    font-size: 20px;
                    margin-bottom: 10px;
                }
                .a1conleft strong {
                    color: #363636;
                    font-size: 20px;
                    margin-bottom: 20px;
                    display: block;
                }
                .a1conleft p {
                    font-size: 14px;
                    color: #333;
                    line-height: 30px;
                }
                .a1con2 {
                    padding: 20px 0;
                }
                .a1con2 p {
                    font-size: 14px;
                    color: #333;
                    line-height: 30px;
                }
                .a1scroll {
                    box-shadow: 0px 5px 10px #ebebeb;
                    padding: 15px 15px;
                }
                .a1scroll .mumping_mun {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .a1scroll .mumping_mun li {
                    width: 50%;
                    border-left: 1px solid #cccccc;
                    position: relative;
                    margin-bottom: 20px;
                }
                .a1scroll .mumping_mun li::after {
                    position: absolute;
                    width: 1px;
                    height: 27px;
                    background-color: #999;
                    content: '';
                    top: 0;
                    left: 0;
                }
                .a1scroll .mumping_mun li .mun_top {
                    display: flex;
                    justify-content: center;
                }
                .a1scroll .mumping_mun li .mun_top h2 {
                    color: #449bcf;
                    font-size: 30px;
                }
                .a1scroll .mumping_mun li .mun_top span {
                    display: block;
                    padding-top: 15px;
                    padding-left: 5px;
                    color: #449bcf;
                }
                .a1scroll .mumping_mun li p {
                    font-size: 14px;
                    color: #999;
                    padding-top: 10px;
                    text-align: center;
                }
                .bread {
                    width: 100%;
                    height: 60px;
                    background-color: #eff1f5;
                }
                .breadcon {
                    width: 100%;
                    padding: 0 20px;
                    margin: 0 auto;
                    height: 60px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }
                .breadconleft {
                    width: 100%;
                }
                .breadconleft ul {
                    display: flex;
                    align-items: center;
                    overflow: scroll;
                }
                .breadconleft ul::-webkit-scrollbar {
                    display: none;
                }
                .breadconleft ul li a {
                    display: inline-block;
                    width: 105px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 5px;
                    color: #212529;
                    font-size: 16px;
                    background-color: #fff;
                    margin-right: 25px;
                }
                .breadconleft ul li a:hover {
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    color: #fff !important;
                }
                .sel {
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    color: #fff !important;
                }
                .breadconright {
                    display: flex;
                    display: none;
                    align-items: center;
                }
                .breadconright i {
                    color: #6c757d;
                    font-size: 16px;
                }
                .breadconright a {
                    font-size: 14px;
                    color: #6c757d;
                }
                .breadconright span {
                    color: #212529;
                    font-size: 14px;
                }
                .inbanner {
                    width: 100%;
                    height: 150px;
                    background-image: url(../images/inbanner.jpg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .inbannertxt {
                    width: 100%;
                    padding: 0 20px;
                }
                .inbannertxt h1 {
                    font-size: 20px;
                    color: #fff;
                    margin-bottom: 20px;
                }
                .inbannertxt p {
                    font-size: 16px;
                    display: none;
                    color: #fff;
                }
                .about3 {
                    width: 100%;
                    padding: 30px 15px;
                }
                .abouthonor {
                    width: 100%;
                    padding-bottom: 30px !important;
                }
                .abouthonor img {
                    width: 72%;
                    display: block;
                    margin: 0 auto;
                }
                .about3con {
                    width: 100%;
                    margin: 0 auto;
                }
                .abouthonor .swiper-slide {
                    background-color: #f2f2f2;
                    padding: 20px;
                }
                .abouthonor p {
                    text-align: center;
                    color: #666;
                    font-size: 16px;
                    padding: 10px 0;
                }
                .about2 {
                    padding: 60px 20px;
                    background-image: url(../images/bg3.jpg);
                    background-size: cover;
                    background-attachment: fixed;
                }
                .about2con {
                    width: 95%;
                    margin: 0 auto;
                }
                .title3 {
                    margin-bottom: 30px;
                }
                .title3 h1 {
                    color: rgba(255, 255, 255, 0.17);
                }
                .title3 strong {
                    color: #fff !important;
                }
                .c_p {
                    max-width: 420px;
                    line-height: 30px;
                    color: #fff;
                    font-size: 18px;
                }
                .title2 {
                    text-align: center;
                    margin-bottom: 30px;
                }
                .title2 strong::after {
                    left: 50% !important;
                    transform: translateX(-50%);
                }
                .about1 {
                    padding: 20px 15px;
                }
                .about1con {
                    width: 100%;
                    margin: 0 auto;
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: row;
                }
                .about1conright {
                    width: 100%;
                    background-color: #f4f4f4;
                    padding: 20px;
                }
                .about1conright p {
                    font-size: 25px;
                    color: #000;
                    margin-bottom: 20px;
                }
                .about1conright span {
                    color: #666;
                    font-size: 16px;
                    line-height: 30px;
                    display: block;
                    margin-bottom: 40px;
                }
                .about1conleft {
                    width: 100%;
                }
                .about1conleft img {
                    width: 100%;
                }
                .about1con_02 {
                    flex-direction: row-reverse;
                }
                .aboutbanner {
                    padding: 30px;
                    background-image: url(../images/bannerbg.jpg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-attachment: fixed;
                }
                .aboutbannercon {
                    width: 100%;
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: space-between;
                }
                .aboutbannercon h1 {
                    font-size: 68px;
                    display: none;
                    color: rgba(255, 255, 255, 0.17);
                    font-weight: bold;
                    text-align: center;
                }
                .aboutbannercon strong {
                    text-align: center;
                    color: #fff;
                    font-size: 30px;
                    display: block;
                    position: relative;
                    margin-bottom: 50px;
                }
                .aboutbannercon strong::after {
                    position: absolute;
                    content: '';
                    width: 60px;
                    height: 8px;
                    background-color: #fff;
                    bottom: -25px;
                    left: 50%;
                    transform: translateX(-50%);
                }
                .aboutbannercon .bannerp {
                    margin: 0 auto;
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                    line-height: 25px;
                }
                .aboutscroll {
                    width: 100%;
                    margin: 0 auto;
                    margin-top: 75px;
                }
                .aboutscroll .mumping_mun {
                    display: flex;
                    flex-wrap: wrap;
                    width: 100%;
                    justify-content: space-between;
                    margin-bottom: 30px;
                }
                .aboutscroll .mumping_mun li {
                    width: 48%;
                    margin-bottom: 20px;
                    text-align: center;
                }
                .aboutscroll .mumping_mun li h2 {
                    font-size: 50px;
                    color: #fff;
                }
                .aboutscroll .mumping_mun li p {
                    text-align: center;
                    color: #fff;
                    font-size: 14px;
                }
                .foot {
                    padding: 40px 15px;
                    width: 100%;
                    background-image: linear-gradient(to right, #046a5f, #0d71ac);
                }
                .footer {
                    width: 100%;
                    margin: 0 auto;
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .footer1 {
                    width: 100%;
                    margin-bottom: 20px;
                }
                .f_title {
                    font-size: 25px;
                    color: #fff;
                }
                .fp {
                    font-size: 14px;
                    color: #fff;
                    margin-bottom: 25px;
                }
                .footer1 ul li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 15px;
                }
                .footer1 ul li img {
                    display: block;
                    margin-right: 15px;
                }
                .footer1 ul li p {
                    color: #fff;
                    font-size: 13px;
                }
                .footer3 {
                    width: 100%;
                    margin-top: 20px;
                }
                .footer3 img {
                    width: 135px;
                    height: 135px;
                    display: block;
                    margin-bottom: 15px;
                }
                .footer3 p {
                    color: #fff;
                    font-size: 15px;
                }
                .footer2 {
                    width: 100%;
                }
                .b_form {
                    margin-top: 25px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .b_form input {
                    width: 100%;
                    padding-left: 15px;
                    height: 40px;
                    outline: none;
                    border: none;
                    margin-bottom: 10px;
                    border: 1px solid #ced4da;
                    border-radius: 3px;
                }
                .b_form textarea {
                    width: 100%;
                    padding-top: 15px;
                    padding-left: 15px;
                    height: 75px;
                    outline: none;
                    border: none;
                    border: 1px solid #ced4da;
                    border-radius: 3px;
                }
                .input1 {
                    width: 100% !important;
                }
                .f_sub {
                    display: block;
                    width: 165px;
                    height: 45px;
                    line-height: 45px;
                    text-align: center;
                    color: #fff;
                    font-size: 15px;
                    background-color: #159e92;
                    margin-top: 20px;
                    border-radius: 5px;
                }
                .con5 {
                    padding: 20px 15px;
                }
                .con5new {
                    position: relative;
                    width: 100%;
                    margin: 0 auto;
                }
                .index_newswiper .swiper-slide {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                }
                .con5newleft {
                    width: 100%;
                }
                .con5newright {
                    width: 100%;
                    margin-top: 20px;
                }
                .con5newright img {
                    width: 100%;
                }
                .indexnewbtnleft {
                    left: 0px !important;
                }
                .indexnewbtnright {
                    right: 0px !important;
                }
                .date {
                    padding-bottom: 15px;
                    border-bottom: 1px solid #e4e4e4;
                    margin-bottom: 15px;
                }
                .date strong {
                    display: block;
                    color: #9b9b9b;
                    font-size: 24px;
                }
                .date span {
                    color: #9b9b9b78;
                    font-size: 16px;
                    display: block;
                    margin-top: 5px;
                    font-weight: bold;
                }
                .con5newleft .titlea {
                    font-size: 24px;
                    color: #333;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 100%;
                    margin-bottom: 15px;
                }
                .con5newleft p {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 18px;
                    color: #4e4e4e;
                    margin-top: 10px;
                    line-height: 30px;
                }
                .more2 {
                    display: block;
                    margin-top: 25px;
                    width: 150px;
                    height: 42px;
                    text-align: center;
                    line-height: 42px;
                    border: 1px solid #cccccc;
                    border-radius: 3px;
                    font-size: 16px;
                    color: #666;
                    transition: all ease 0.4s;
                }
                .more2:hover {
                    background-color: #139e8f;
                    color: #fff !important;
                }
                .con4 {
                    width: 100%;
                    padding: 20px 15px;
                    background-image: url(../images/bg2.jpg);
                    background-size: cover;
                }
                .index_part {
                    margin: 0 auto;
                }
                .index_partcon {
                    width: 100%;
                }
                .index_partcon ul {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
                .index_partcon ul li {
                    width: 48%;
                    margin-bottom: 20px;
                }
                .index_partcon ul li img {
                    width: 100%;
                    height: 120px;
                }
                .con3 {
                    width: 100%;
                    background-color: #fff;
                    padding: 15px;
                }
                .con3top {
                    width: 100%;
                }
                .title h1 {
                    letter-spacing: 2px;
                    color: #e6f1e6;
                    font-size: 47px;
                }
                .title strong {
                    color: #212529;
                    font-size: 34px;
                    display: block;
                    margin-top: -42px;
                    position: relative;
                }
                .title strong::after {
                    position: absolute;
                    content: '';
                    width: 48px;
                    height: 4px;
                    background-color: #1a9e98;
                    left: 0;
                    bottom: -12px;
                }
                .con2 {
                    width: 100%;
                    padding: 15px;
                    background-color: #f7f8f9;
                }
                .con2top {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 35px;
                }
                .more1 {
                    display: block;
                    width: 120px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    transition: all ease 0.4s;
                    font-size: 15px;
                    color: #fff;
                    background-image: linear-gradient(to right, #139e8f, #449bcf);
                    border-radius: 26px 6px 26px 6px;
                }
                .more1:hover {
                    border-radius: 40px !important;
                }
                .index_conpro {
                    width: 100%;
                    padding-bottom: 70px !important;
                }
                .index_conpro .swiper-slide a {
                    display: block;
                    overflow: hidden;
                }
                .imgbox0 a {
                    overflow: hidden;
                    display: block;
                    border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px;
                }
                .index_conpro img {
                    width: 100%;
                    /* border-top-left-radius: 70px;
                    border-bottom-right-radius: 70px;
                    border-top-right-radius: 20px;
                    border-bottom-left-radius: 20px; */
                    transition: all ease 0.4s;
                    height: 200px;
                    object-fit: contain;
                }
                .index_conpro .swiper-slide {
                    position: relative;
                    border-top-left-radius: 30px;
                }
                .index_conpro .swiper-slide:hover img {
                    transform: scale(1.1);
                }
                .index_conpro .swiper-slide:hover p {
                    background-color: #159e92 !important;
                    color: #fff !important;
                }
                .index_conpro .swiper-slide p {
                    transition: all ease 0.4s;
                    font-size: 18px;
                    /* border-bottom-right-radius: 70px;
                    border-bottom-left-radius: 20px;
                    bottom: 0;
                    left: 0; */
                    width: 100%;
                    color: #272728;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    /* position: absolute; */
                    background: rgba(255, 255, 255, 0.6);
                }
                .con1propage .swiper-pagination-bullet {
                    width: 15px;
                    height: 15px;
                }
                .con1propage .swiper-pagination-bullet-active {
                    background-color: #159e92;
                }
                .con1 {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    width: 100%;
                    padding: 15px;
                }
                .con1left {
                    width: 100%;
                    margin-bottom: 40px;
                }
                .con1right {
                    width: 100%;
                }
                .con1right img {
                    width: 100%;
                }
                .con1left h1 {
                    letter-spacing: 2px;
                    color: #e6f1e6;
                    font-size: 47px;
                }
                .con1left strong {
                    color: #212529;
                    font-size: 34px;
                    display: block;
                    margin-top: -42px;
                    position: relative;
                }
                .con1left strong::after {
                    position: absolute;
                    content: '';
                    width: 48px;
                    height: 4px;
                    background-color: #1a9e98;
                    left: 0;
                    bottom: -12px;
                }
                .title1 {
                    margin-bottom: 30px;
                }
                .con1p {
                    color: #696969;
                    font-size: 18px;
                    line-height: 35px;
                }
                .con1p a {
                    color: #696969;
                    font-size: 17px;
                }
                .indexscroll {
                    margin-top: 30px;
                }
                .indexscroll .mumping_mun {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }
                .indexscroll .mumping_mun li {
                    width: 48%;
                    border-radius: 22px;
                    padding: 30px 20px;
                    margin-bottom: 25px;
                }
                .indexscroll .mumping_mun li {
                    color: #fff;
                    text-align: center;
                }
                .indexscroll .mumping_mun li h2 {
                    font-size: 30px;
                }
                .indexscroll .mumping_mun li span {
                    padding-top: 16px;
                    padding-left: 10px;
                    display: block;
                }
                .indexscroll .mun_top {
                    display: flex;
                    justify-content: center;
                }
                .mbnav {
                    position: fixed;
                    top: 60px;
                    left: 0;
                    z-index: 999;
                    width: 100%;
                    height: calc(100% - 60px);
                    background-color: #f2f2f2;
                    padding: 0 20px;
                    overflow: scroll;
                    display: none;
                }
                .mbnav ul li {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid #e6e6e6;
                }
                .ang {
                    font-size: 20px !important;
                    transition: all ease 0.4s;
                }
                .arr {
                    transform: rotate(90deg);
                }
                .mbdrop {
                    display: none;
                }
                .mbdrop a {
                    padding-left: 25px;
                    display: block;
                    font-size: 14px;
                    color: #666;
                    height: 50px;
                    font-weight: bold;
                    line-height: 50px;
                }
                .mbnav ul li a {
                    display: block;
                    font-size: 14px;
                    color: #212529;
                    height: 50px;
                    font-weight: bold;
                    line-height: 50px;
                }
                .mbhead {
                    height: 60px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 0 20px;
                    background-color: #fff;
                    position: fixed;
                    top: 0;
                    width: 100%;
                    left: 0;
                    z-index: 999;
                    border-bottom: 1px solid #dddddd;
                }
                .mblogo img {
                    height: 40px;
                }
                .hb {
                    font-size: 30px !important;
                }
                .banner {
                    width: 100%;
                }
                .banner .swiper-slide {
                    position: relative;
                }
                .banner img {
                    width: 100%;
                }
                .slide_cover {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }
                .bannerpos {
                    width: 90% !important;
                }
                .bannerpos h1 {
                    font-size: 20px;
                    color: #fff;
                    text-shadow: 3px 0 10px rgb(0 0 0 / 60%);
                    letter-spacing: 3px;
                }
                .bannerpos strong {
                    display: block;
                    font-size: 15px;
                    color: #fff;
                    padding: 15px 0;
                    text-shadow: 3px 0 10px rgb(0 0 0 / 60%);
                }
                .bannerpos p {
                    font-size: 14px;
                    color: #fff;
                }
                /* .bannerpage {
        max-width: 400px;
        bottom: 20% !important;
        left: 10% !important;
    } */
                .bannerpage .swiper-pagination-bullet {
                    width: 10px !important;
                    height: 6px !important;
                    transition: all ease 0.5s;
                }
                .bannerpage .swiper-pagination-bullet-active {
                    width: 20px !important;
                    border-radius: 10px;
                    background-color: #fff !important;
                }
                .bannertab_btn {
                    display: none !important;
                    position: absolute;
                    bottom: 20%;
                    right: 10%;
                    z-index: 20;
                    max-width: 200px;
                    display: flex;
                    align-items: center;
                }
                .sep {
                    height: 60px;
                }
                .pchead {
                    display: none;
                }
            }