/*--for m110_head--*/
/*---mo-header---*/

.m110-mob-menu{position:fixed;top:0;bottom:0;height:100%;overflow-y:scroll;width:300px;background:#fff;padding:60px 20px 0;right:0;transform:translateX(100%);transition: 0.5s all;-webkit-overflow-scrolling:touch;z-index:10000!important;}
.m110-mob-menu .tit{text-align:center;}
.m110-mob-menu .tit img{height:40px;}
.m110-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m110-mob-menu .tit span i{color:#333;font-size:22px;}

.m110-mob-menu .mobile-menu{margin:30px 0 0;}
.m110-mob-menu .mobile-menu > ul{}
.m110-mob-menu .mobile-menu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m110-mob-menu .mobile-menu > ul > li > a{font-weight:500;padding:0 0 0 10px;}
.m110-mob-menu .mobile-menu > ul > li > em{position:absolute;color:#333;top:10px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m110-mob-menu .mobile-menu > ul > li > em i{font-size:14px;display:inline-block;transition:all 0.3s ease 0s;}
.m110-mob-menu .mobile-menu > ul > li.active{background:#F5F5F5;}
.m110-mob-menu .mobile-menu > ul > li.active > em i{transform:rotate(90deg);}
.m110-mob-menu .mobile-menu ul li a{color:#333;display: block;}
.m110-mob-menu .mobile-menu ul li a:hover{text-decoration: none;}
.m110-mob-menu .mobile-menu ul li ul{display:none;padding-bottom:10px;padding-left:20px;}
.m110-mob-menu .mobile-menu ul li ul li{line-height:22px;position:relative;}
.m110-mob-menu .mobile-menu ul li ul li em{position:absolute;color:#333;top:1px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m110-mob-menu .mobile-menu ul li ul li em i{font-size:12px;display:inline-block;transition:all 0.3s ease 0s;}
.m110-mob-menu .mobile-menu ul li ul li a{padding:5px 0;margin-right:30px;}

.m110-mob-menu .mobile-menu ul li ul li.active em i{transform:rotate(90deg);}

.m110-mob-menu.menu-on{box-shadow:0 0 20px rgba(82,85,90,0.08);transform:translateX(0);}

/*---header---*/

.m110-header{background: var(--color-primary);box-shadow:2px 3px 10px 0 rgba(0,0,0,.1);position:sticky;top:0;left:0;right:0;z-index:1000;}
.m110-header > .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}

@media screen and (min-width:1800px) {  
.m110-header > .wp{width: 1780px;}
}
                                           
.m110-header .logo img{height:40px;}

.head-nav > ul{display:flex;align-items:center;}
.head-nav > ul > li{position:relative;}
.head-nav > ul > li[data-toggle="dropdown"]{position:static;}
.head-nav > ul > li+li{margin-left: 60px;}
.head-nav > ul > li > a{display:block;font-size: 19px;color: #fff;font-weight: 400;text-transform: capitalize;height: 100px;line-height: 100px;}

.head-nav > ul > li ul{position:absolute;width:260px;height:auto;left:-10px;top:100%;z-index:30;padding:10px 7px;background:#fff;opacity:0;visibility:hidden;transition:all .4s ease 0s;transform:translate3d(0,10px,0);box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;}
.head-nav > ul > li > ul::before{content:'';position:absolute;left:65px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.head-nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.head-nav > ul > li > ul li:last-child{border:none;}
.head-nav > ul > li > ul li > a{display:block;padding:9px 10px;color:var(--color-second);font-size:15px;line-height:21px;font-weight:600;text-transform:capitalize;}
.head-nav > ul > li > ul > li > a{padding-right:20px;color: #333;}
.head-nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.head-nav > ul > li > ul li > a:hover{color:var(--color-active);}

.head-nav > ul > li > ul li ul{left:215px;top:0;}

.head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color: #ffffffc4;}
.head-nav > ul > li:hover > a > i{transform:rotate(180deg);-webkit-transform: rotate(180deg);}

.head-nav ul li:hover > ul{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.head-nav > ul > li .drop-app{position:absolute;background:#fff;width:100%;left:0;top:100%;padding:40px 0;z-index:100;transition:all .4s ease 0s;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;box-shadow: 1px 2px 8px 0 rgba(0,0,0,.1);}
.head-nav > ul > li .drop-app dl{display:flex;flex-wrap:wrap;margin:0 -15px;}
.head-nav > ul > li .drop-app dl dd{width:20%;padding:10px 15px;}
.head-nav > ul > li .drop-app dl dd .pic{display:block;overflow:hidden;}
.head-nav > ul > li .drop-app dl dd .pic img{width:100%;}
.head-nav > ul > li .drop-app dl dd h5{margin:15px 0 0;text-align:center;font-size:18px;font-weight:700;color:#111;}
.head-nav > ul > li .drop-app dl dd:hover img{transform:scale(1.05)}
.head-nav > ul > li:hover .drop-app{opacity:1;visibility:visible;transform:translate3d(0,0,0);}


.m110-header .header-right{display:flex;align-items:center;}

.m110-header .mob-menu-btn{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;display:none;}
.m110-header .mob-menu-btn i{color:#fff;font-size:24px;}

.m110-header .header-lang{position:relative;margin:0 0 0 30px;}
.m110-header .header-lang .box{height:34px;width:90px;/* border:1px solid #EBEBEB; */cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.m110-header .header-lang .box img{height:18px;}
.m110-header .header-lang .box em{margin:0 7px;line-height: 1;font-size: 22px;color: #fff;text-transform:uppercase;}
.m110-header .header-lang .box i{line-height:18px;font-size: 22px;color: #fff;}
.m110-header .header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.m110-header .header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.m110-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m110-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m110-header .header-lang ul li:last-child{border:none;}
.m110-header .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m110-header .header-lang ul li a:hover{color:#015198;}
.m110-header .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m110-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.m110-header .search{cursor:pointer;text-align:center;}
.m110-header .search i{color: #fff;font-size: 28px;display:inline-block;}

.search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:100%;background:rgba(0,0,0,0.6);padding:33px 0;}
.search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.search-box .close i{font-size:21px;color:#fff;}
.search-box .serchbox{width:700px;margin:0 auto;position:relative;}
.search-box .serchbox .submit_text{background:#fff;width:100%;height:47px;line-height:47px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px;}
.search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:var(--color-active);text-align:center;display:block;cursor:pointer;}
.search-box .serchbox .submit_btn i{font-size:25px;color:#fff;}

.header-fix{position:fixed;left:0;top:0;width:100%;z-index:200;box-shadow:0 0 10px rgba(176,176,176,0.75);}

/*----------*/
@media screen and (max-width:1441px) {
.head-nav > ul > li+li{margin-left:30px;}
}

@media screen and (max-width:1367px) {
.head-nav > ul > li+li{margin-left:25px;}
}

@media screen and (max-width:1281px){
.m110-header .logo img{height:35px;}
.head-nav > ul > li+li{margin-left:15px;}
.head-nav > ul > li > a{font-size:14px;}
}

@media screen and (max-width:1171px){
.head-nav > ul > li+li{margin-left:8px;}
}

@media screen and (max-width:992px){
.m110-header{padding:15px 0;}
.head-nav{display:none;}
.m110-header .header-lang{margin:0 5px 0 20px;}
.m110-header .mob-menu-btn{display:block;}
.search-box{padding:30px 40px;}
.search-box .close{display:none;}
.search-box .serchbox{width:100%;}
.m110-header .header-lang .box em {font-size: 18px;}
.m110-header .header-lang .box i {font-size: 18px;}
.m110-header .search i {font-size: 22px;}
}

@media screen and (max-width:768px){
.m110-header .logo img{height:32px;}
.search-box{padding:25px 30px;}
.search-box .serchbox .submit_text{height:42px;line-height:42px;}
.search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px;}
.search-box .serchbox .submit_btn i{font-size:22px;}
}

@media screen and (max-width:576px) {
.search-box{padding:25px 20px;}
}

@media screen and (max-width:480px) {
.m110-header{padding:12px 0;}
.m110-header .logo img{height:25px;}
.search-box{padding:15px 10px;}
.search-box .serchbox .submit_text{height:36px;line-height:36px;padding:0 65px 0 10px;font-size:14px;}
.search-box .serchbox .submit_btn{width:55px;height:36px;line-height:36px;}
.search-box .serchbox .submit_btn i{font-size:20px;}
}

/*--for m68_sidebanner1--*/
@charset "utf-8";
/*----------------------------*/




.m68-sidebanner{position:relative;}
.m68-sidebanner img{width:100%;}
.m68-sidebanner .txt{position:absolute;/* top:0; */bottom: 20%;width:100%;left:0;right: 0;display:flex;justify-content: flex-start;align-items: center;text-align: right;padding-right: 100px;}
.m68-sidebanner .txt h1,.m68-sidebanner .txt h2{color: #fff;font-size:52px;line-height:1;font-weight:700;text-transform:uppercase;text-shadow: 2px 2px 2px #333;position: relative;text-align: right;}
.m68-sidebanner .txt h1::after,.m68-sidebanner .txt h2::after{content:"";width:71px;height:6px;background: var(--color-active);margin:20px auto 0;display:block;margin: 20px 0 0;display: none;}
.m68-sidebanner .txt p{color:#fff;font-weight:500;font-size: 20px;margin:33px 0 0;text-shadow: 2px 2px 2px #333;}

.path{height:50px;line-height:50px;}
.path p{color:#0e0e0e;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.path p i{margin:0 5px 0 0;font-size:14px;}
.path p a{color:#0e0e0e;}
.path p a:hover{color:var(--color-active);}
          
          
@media screen and (max-width: 1550px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 46px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {height: 5px;margin: 17px auto 0;}
.m68-sidebanner .txt p {font-size: 17px;margin: 27px 0 0;}
}

@media screen and (max-width: 1367px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 40px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {height: 4px;margin: 14px auto 0;}
.m68-sidebanner .txt p {font-size: 16px;margin: 21px 0 0;}
}

@media screen and (max-width: 768px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 28px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {margin: 10px auto 0;}
.m68-sidebanner .txt p {margin: 14px 0 0;}
}

@media screen and (max-width: 480px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 22px;}
.m20-index-aboutetr .txts p {line-height: 1.5;font-size: 14px;margin-top: 5px;}
}

@media screen and (max-width:400px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 20px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {margin: 5px auto 0;height: 3px;}
.m68-sidebanner .txt p {margin: 10px 0 0;}

}

/*--for m51_newsread2--*/
/*--for m51_newsread2--*/
@charset "utf-8";
/*----------------------------*/


.m51-news-read{padding:100px 0;background-color: rgba(248,248,248,1);background: #fff;}

.m51-news-read .news-tabs{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;transition: all .3s;}
.m51-news-read .news-tabs a{border: 1px solid #E8E8E8;margin-right: -1px;transition: all .3s;color: #333;position: relative;display: flex;align-items: center;justify-content: center;padding: 20px 30px;font-weight: 500;text-align: center;}
.m51-news-read .news-tabs a:first-child{border-top-left-radius: 29px;border-bottom-left-radius: 29px;}
.m51-news-read .news-tabs a:last-child{border-top-right-radius: 29px;border-bottom-right-radius: 29px;}
.m51-news-read .news-tabs a.active,.m51-news-read .news-tabs a:hover{background: linear-gradient(90deg, #0EB4E8 20%, #27ECA1 80%);color: #fff;}

.m51-news-read .news-tabs.fixed{position: fixed;top: 0;left: 0;border-bottom: 1px solid #E8E8E8;width: 100%;z-index: 10;background-color: #fff;}
.m51-news-read .news-tabs.fixed a{border: none;background-color: transparent;color: #333;}
.m51-news-read .news-tabs.fixed a::after{content: '';display: block;width: 1px;height: 60%;position: absolute;right: 0;top: 20%;background-color: #E8E8E8;}
.m51-news-read .news-tabs.fixed a:last-child::after{display: none;}
.m51-news-read .news-tabs.fixed a.active{color: var(--color-active);}

/* ninfowrap */
.m51-news-read .ninfobigwrap{width: 100%;background-color: rgba(248,248,248,1);padding-bottom: 1px;}

.m51-news-read .ninfo{margin:0 0 90px;display:flex;justify-content:space-between;}
.m51-news-read .ninfo-l{width: 67%;}
.m51-news-read .ninfo-lmin{width: 100%;background-color: #f5f4f4;padding: 50px 40px;background: rgba(248,248,248,1);}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .tl h3{font-size: 36px;color: #333333;font-weight: 500;margin-bottom: 50px;}
.m51-news-read .ninfo-lmin .tl .data{display:flex;align-items:center;gap:15px;font-size: 15px;color: #999999;white-space: nowrap;font-weight: 500;}
.m51-news-read .ninfo-lmin .tl .data i{color:#e63023;margin-right: 10px;}
.m51-news-read .ninfo-lmin .tl .data::after{content: '';display: block;width: 90%;height: 1px;background-color: #E4E4E4;margin-left: 10px;}
.m51-news-read .ninfo-lmin .min{width: 100%;}
.m51-news-read .ninfo-lmin .min p{/* font-size: 17px; *//* color: #666666; *//* margin-bottom: 20px; *//* line-height: 2; */}
.m51-news-read .ninfo-lmin .min p span{font-size: 18px;font-family: arial, helvetica, sans-serif;}

.m51-news-read .ninfo-lmin .min h4{font-size:20px;color:#333;font-weight:bold;margin:0 0 10px;}
.m51-news-read .ninfo-lmin .min dl{}
.m51-news-read .ninfo-lmin .min dl dt{color:#333;font-size:16px;position:relative;font-weight:600;margin-bottom:5px;}
.m51-news-read .ninfo-lmin .min dl dt~dt{margin-top:15px;}
.m51-news-read .ninfo-lmin .min dl dd{margin:0 0 0 20px;padding:0 0 0 12px;line-height:24px;position:relative;}
.m51-news-read .ninfo-lmin .min dl dd::before{content:"";width:5px;height:5px;border-radius:50%;background:#19cdc9;position:absolute;left:0;top:9px;display:inline-block;}
.m51-news-read .ninfo-lmin .min dl dd~dd{margin-top:6px;}                                  

.m51-news-read .ninfo-lmin .min img{margin-right:10px;}
/*-----*/
.m51-news-read .ninfo-lmin .min .title {
            text-align: center;
            font-size: 32px;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 40px;
            padding-bottom: 15px;
            border-bottom: 3px solid #3498db;
        }
     .m51-news-read .ninfo-lmin .min   .section {
            margin: 50px 0;
            position: relative;
        }
  .m51-news-read .ninfo-lmin .min .section h3{font-size: clamp(18px, 2.25vw, 32px);color: var(--accent-color);font-weight: 600;}
    .m51-news-read .ninfo-lmin .min    .section-title {
            font-size: clamp(18px, 2.25vw, 32px);
            /* color: #3498db; */
            margin-bottom: 20px;
            padding-left: 10px;
            border-left: 5px solid #3498db;
            color: #000;
        }
.section .srow img{
    width: 50%;
}
.section .srow .stxt{
    flex: 1;
    padding-left: 30px;
}

.section .srow {
    display: flex;
    flex-wrap: wrap;
  align-items: center;
}
 .m51-news-read .ninfo-lmin .min  .pos{
    position: absolute;
    /* top: 0; */
    bottom: 0;
    z-index: 1;
    left: 0;
    background: #ffffff5c;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}
  .m51-news-read .ninfo-lmin .min  .card img{margin-bottom:20px;}
   .m51-news-read .ninfo-lmin .min     .card {
            /* background: #fff; */
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 15px;
            border-left: 4px solid #2ecc71;
            position: relative;
        }
 .m51-news-read .ninfo-lmin .min .pos .card {
            background: #ffffff8f;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 15px;
            border-left: 4px solid #2ecc71;
        }
    .m51-news-read .ninfo-lmin .min    .card h3 {
            font-size: 22px;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 600;
        }
     .m51-news-read .ninfo-lmin .min   .card p {
            font-size: 18px;
            line-height: 1.7;
            color: #333;
        }
     .m51-news-read .ninfo-lmin .min   .list {
            padding-left: 25px;
            margin: 10px 0;
            /* position: absolute; */
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 65%;
            /* padding: 40px; */
            /* background: #ffffffb5; */
            /* border-radius: 0 10px 10px 0; */
            /* border-left: 4px #00a6eb solid; */
            /* width: 90%; */
        }
    .m51-news-read .ninfo-lmin .min    .list li {
            font-size: 18px;
            line-height: 1.8;
            color: #333;
            margin-bottom: 8px;
            list-style: disc;
        }
     .m51-news-read .ninfo-lmin .min   .highlight {
            color: #e74c3c;
            font-weight: bold;
        }
      .m51-news-read .ninfo-lmin .min  .guide-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
     .m51-news-read .ninfo-lmin .min   .guide-table th, .guide-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
            font-size: 15px;
        }
     .m51-news-read .ninfo-lmin .min   .guide-table th {
            background-color: #3498db;
            color: white;
        }
      .m51-news-read .ninfo-lmin .min  .guide-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }
  .m51-news-read .ninfo-lmin .min  .summary-box  h5{font-size: 24px;font-weight: bold;}
      .m51-news-read .ninfo-lmin .min  .summary-box {
            background: #e3f2fd;
            padding: 25px;
            border-radius: 8px;
            border: 1px solid #bbdefb;
        }
     .m51-news-read .ninfo-lmin .min   .end {
            text-align: center;
            margin-top: 50px;
            font-size: 18px;
            color: #7f8c8d;
        }

        /* PPT 图片样式 */
      .m51-news-read .ninfo-lmin .min  .ppt-image {
            display: block;
            width: 100%;
            /* max-width: 900px; */
            margin: 25px auto;
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        }
      .m51-news-read .ninfo-lmin .min  .image-title {
            text-align: center;
            font-size: 16px;
            color: #7f8c8d;
            margin-bottom: 15px;
        }                                       
/*---------box--------*/
.box7 ul li.li1 .txt{flex:1;}
.box7 ul li.li1 .pic img{width:70%;}
                                              
.box1{
    
}
.box1 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight:bold;
    color: #000;
}
.box1 h2::after{
   content:'';
   background: var(--color-active);
   width: 50px;
   height:5px;
   display:block;
   margin: 10px 0 0;
}
.box1 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.box1 ul li{
    width: 48%;
    margin: 1%;
    display: flex;
    background: #fff;
    border-left: 7px solid var(--color-active);
    align-items: center;
    align-content: center;
    padding: 20px 5px;
    box-shadow: 0px 0px 4px #33333324;
    border-radius: 0 4px 4px 0px;
}
.box1 ul li .pic{
    width: 100px;
    margin: auto;
    text-align: center;
}
.box1 ul li .pic img{aspect-ratio: 1/1;object-fit: contain;}
.box1 ul li p{
    flex: 1;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #000;
    font-size: 17px;
}


.box2{
    padding: 40px 0;
}
.box2 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight:bold;
    color: #000;
}
.box2 .p{color: #333;line-height: 1.7;margin-top: 10px;font-size: 17px;}
.box2 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.box2 ul li{
    width: 48%;
    margin: 1%;
    display: flex;
    background: #fff;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px 5px;
    box-shadow: 0px 0px 4px #33333324;
    border-radius: 10px;
    flex-wrap: wrap;
}
.box2 ul li .txt h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box2 ul li .pic{
    width: 100px;
    /* margin: auto; */
    text-align: center;
}
.box2 ul li .pic img{aspect-ratio: 1/1;object-fit: contain;}
.box2 ul li .txt{
    flex: 1;
}
.box2 ul li p{
    flex: 1;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #000;
    margin-top:10px;
}
/*----tab1----*/
.tab1{
    padding: 20px 0;
}
.tab1 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}
.tab1 table{
    width: 100%;
    border-collapse: collapse;margin:20px 0;
}
.tbot img{
    width: 51px;
}
.tbot p{
    flex: 1;
    color: #333;
    font-size: 17px;
}

.tbot{
    display: flex;
    align-items: center;
    background: #f4fff5;
    border-radius: 20px;
    border: 1px #3fb346 solid;
    padding: 20px;
}
.tab1 table tr:nth-child(2n) {
  background-color: #00a6eb14; /* 偶数行背景色 */
}
.tab1 table tr:first-child td{background:#00a6eb;color:#fff;}
.tab1 table tr td{
    text-align: center;
    padding: 10px;
    color: #333;
    font-size: 17px;
}


/*----tab1----*/

/*----box3-1-----*/
.box3-1{
    padding: 10px 0;
}

.box3-1 p {color: #333;}

.box3-1 h6 {
    margin: 30px 0 0px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.box3-1 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight:bold;
    color: #000;
}
.box3-1 .bot{
    padding: 20px 0;
    border-top: 2px solid #eee;
    margin-top: 20px;
    color: #666;
    font-size: 18px;
}
.box3-1 .p{color: #333;line-height: 1.7;margin-top: 10px;font-size: 17px;}
.box3-1 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.box3-1 ul li.li1{width:100%;}
.box3-1 ul li{
    width: 31.33%;
    margin: 1%;
    display: block;
    background: #fff;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px;
    box-shadow: 0px 0px 4px #33333324;
    border-radius: 10px;
    flex-wrap: wrap;
}
.box3-1 ul li .txt h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box3-1 ul li .pic{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.box3-1 ul li .pic h3{
    flex: 1;
    margin-left: 20px;
    color: var(--color-active);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.box3-1 ul li .pic img{
    width: 40px;
}
.box3-1 ul li .pic img{aspect-ratio: 1/1;object-fit: contain;}
.box3-1 ul li .txt{
    flex: 1;
}
.box3-1 ul li p{
    flex: 1;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #333;
    margin-top: 10px;
    font-size: 17px;
}
         
         
/*-----box3----*/

.box3{
    padding: 10px 0;
}

.green {
    background: #f4fff5;
    border-radius: 20px;
    /* border: 1px #3fb346 solid; */
    padding: 20px;
    color: #058001;
    font-weight: 600;
    font-size: 17px;
}
.box3 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight:bold;
    color: #000;
}
.box3 .bot{
    padding: 20px 0;
    border-top: 2px solid #eee;
    margin-top: 20px;
    color: #666;
    font-size: 18px;
}
.box3 .p{color: #333;line-height: 1.7;margin-top: 10px;font-size: 17px;}
.box3 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.box3 ul li{
    width: 48%;
    margin: 1%;
    display: block;
    background: #fff;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px;
    box-shadow: 0px 0px 4px #33333324;
    border-radius: 10px;
    flex-wrap: wrap;
}
.box3 ul li .txt h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box3 ul li .pic{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.box3 ul li .pic h3{
    flex: 1;
    margin-left: 20px;
    color: var(--color-active);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.box3 ul li .pic img{
    width: 40px;
}
.box3 ul li .pic img{aspect-ratio: 1/1;object-fit: contain;}
.box3 ul li .txt{
    flex: 1;
}
.box3 ul li p{
    flex: 1;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #333;
    margin-top: 10px;
    font-size: 17px;
}

/*------box4----*/
.box4{
    padding: 10px 0;
}
.box4 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight:bold;
    color: #000;
}
.box4 .pic1{
    width: 100%;
    margin: 30px 0;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 20px;
}
.box4 .pic1 .img{
    width: 50%;
}
.box4 .pic1 .txt{
    width: 50%;
    margin-left: 40px;
}
.box4 .pic1 .h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box4 .pic1 p{
    color: #333;
    font-size: 17px;
    margin: 6px 0 20px;
}
.box4 .pic2{
    width: 100%;
    margin: 30px 0;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 20px;
    flex-direction: row-reverse;
}
.box4 .pic2 .img{
    width: 31%;
}
.box4 .pic2 .txt{
    width: 60%;
    margin-right: 40px;
    margin: auto;
}
.box4 .pic2 .h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box4 .pic2 p{
    color: #333;
    font-size: 17px;
    margin: 6px 0 20px;
}
.box4 .pic3{
    width: 100%;
    margin: 30px 0;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 20px;
}
.box4 .pic3 .img{
    width: 50%;
}
.box4 .pic3 .txt{
    width: 50%;
    margin-left: 40px;
}
.box4 .pic3 .h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box4 .pic3 p{
    color: #333;
    font-size: 17px;
    margin: 6px 0 20px;
}
.box4 .pic4{
    width: 100%;
    margin: 30px 0;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 20px;
    flex-direction: row-reverse;
}
.box4 .pic4 .img{
    width: 31%;
}
.box4 .pic4 .txt{
    width: 60%;
    margin-right: 40px;
    margin: auto;
}
.box4 .pic4 .h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box4 .pic4 p{
    color: #333;
    font-size: 17px;
    margin: 6px 0 20px;
}

.box4 .pic5 h4{}
.box4 .pic5{
    width: 100%;
    margin: 30px 0;
    background: #fff;
    padding: 40px 20px;
}
.two{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.box4 .pic5 .t1{
    width: 50%;
    /* flex-wrap: nowrap; */
}
.box4 .pic5 .t1 h4{}
.box4 .pic5 .t1 p{}
.box4 .pic5 .t1 .img{
    width: 100%;
}
 
.box4 .pic5 .t1 .txt{
    width: 100%;
    padding: 20px;
}
.box4 .pic5 .t1 .h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.box4 .pic5 .t1 p{
    color: #333;
    font-size: 17px;
    margin: 6px 0 20px;
}
.pic6{
    
}
.pic6 h3{color: var(--color-active);
    font-weight: bold;
    font-size: 20px;}
.pic6 p{color: #333;
    font-size: 17px;
    margin: 6px 0 20px;}
.box6{
    padding: 10px 0;
}
.box6 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}
.box6 .p{
    color: #333;
    font-size: 18px;
    line-height: 1.7;
}
.box6 .ul1{
    display: flex;
    flex-wrap: nowrap;
    margin: 20px -10px 0;
}
.box6 .ul1 li p{color: #333;
    font-size: 17px;
    margin: 6px 0 20px;}
.box6 .ul1 li{
    width: 31.33%;
    margin: 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #33333340;
    padding: 20px;
    text-align: left;
}
.box6 .ul1 h3{
    color: var(--color-active);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    height: 62px;
    padding: 5px;
    align-content: center;
}
 .ul2{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
    justify-content: center;
}
 .ul2 li{
    width: 31.33%;
    margin: 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #33333340;
    padding: 20px;
    text-align: left;
}
 .ul2 h3{
    color: var(--color-active);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    height: 82px;
    padding: 5px;
    align-content: center;
}
.ul2 p{color: #333;
    font-size: 17px;
    margin: 6px 0 20px;}

.sol11{
    padding: 40px 0;
}

.sol12 {
    padding: 40px 0;
}

.sol12 .rbo1 {
    margin-top: 20px;
}

.sol12 .rbo1 .pic {}

.sol12 .rbo1 .rtxt {
    background: #c6eaff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #33333382;
    padding: 15px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.sol12 .rbo1 .rtxt h5 {
    text-align: center;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}

.sol12 .rbo1 .rtxt p {
    color: #333;
    margin-top: 13px;
    height: 100px;
}

.sol12 .rbo1 .pic img {}

h2 {
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}

.sol11 .blue2 {
    background: #edf2f5;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
}
.sol11 .box2 p {
    margin: 10px 0;
}
.sol11 .box2 p b{
    font-weight: bold;
    padding: 15px 0;
}
.sol11 .box2 {
    align-items: center;
    color: #333;
    font-size: 18px;
}

.sol11 .blue-row {
    background: var(--color-active);
    border-radius: 10px;
    margin: 20px 0;
    color: #fff;
    padding: 10px;
}
.sol11 .boxs{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.sol11 h5 {
    color: green;
    font-weight: bold;
    font-size: 20px;
}

.sol11 .boxs .pic {
    flex: 1;
    margin-left: 30px;
}

.sol11 .boxs .txt {
    width: 50%;
    margin: auto;
}

.sol11 .boxs .txt h4 {
    font-size: 18px;
    margin: 20px 0 3px;
}

.sol11 .boxs .txt p {
    color: #333;
}

.sol11 h2{font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;}
.box7{
    padding: 10px 0;
}
.box7 .blue-p{
    text-align: center;
    background: #203166;
    color: #fff;
    padding: 19px;
    font-weight: bold;
    margin: 20px 0 40px;
}
.box7 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}
.box7 .p{
    color: #333;
    font-size: 18px;
    line-height: 1.7;
}
.box7 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}
.box7 ul li{
    width: 31.33%;
    margin: 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #33333340;
    padding: 20px;
    text-align: center;
}
.box7 ul li.li1{
    width: 100%;
    margin: 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #33333340;
    padding: 20px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}
.box7 ul li.li1 .txt h3{text-align:left;padding: 0px;height: auto;}
.box7 ul li.li1 .pic{
    width: 80px;
}
.box7 ul li.li1 p{text-align: left;}
.box7 ul h3{
    color: var(--color-active);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    height: 82px;
    padding: 5px;
    align-content: center;
}
.box7 ul p{color: #333;font-size: 17px;}

.box8{
    padding: 40px 0;
}
.bot2{
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
}
.bot2 .txt p{}
.bot2 .txt{
    margin-left: 16px;
}
.box8 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}
.box8 p{
    color: #333;
    font-size: 18px;
    line-height: 1.7;
}
           /*---sol--*/
           
.sol1{
    background: #fff;
    padding: 20px;
    text-align: center;
}
.sol1 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}
.sol1 h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.sol2,.sol3{
    padding: 40px 0;
}
.sol3 .text{
 display:flex;
 align-items: center;
 background: #fff;
}
.sol3 .text p{flex:1;}
.sol3 .text .img img{width:70%;}
.sol3 .text .img{
    width: 80px;
    margin: auto;
    text-align: center;
}
.sol3 h2,.sol2 h2{
    font-size: clamp(18px, 2.25vw, 32px);
    font-weight: bold;
    color: #000;
}
.sol2 .pic{}
.sol2 .text{}
.sol2 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.sol2 ul li{
    width: 100%;
    margin: 1%;
    display: flex;
    background: #fff;
    border-left: 7px solid var(--color-active);
    align-items: center;
    align-content: center;
    padding: 20px 5px;
    box-shadow: 0px 0px 4px #33333324;
    border-radius: 0 4px 4px 0px;
    color: #000;
    font-size: 20px;
}
.sol2 ul li .pic{
    width: 100px;
    margin: auto;
    text-align: center;
}
.sol2 ul li .pic img{aspect-ratio: 1/1;object-fit: contain;}
.sol2 ul li p{
    flex: 1;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #000;
    font-size: 17px;
}
.sol3 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.sol3 ul li{
    width: 48%;
    margin: 1%;
    display: flex;
    background: #fff;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px 5px;
    box-shadow: 0px 0px 4px #33333324;
    border-radius: 10px;
    flex-wrap: wrap;
}
.sol3 ul li .txt h3{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.sol3 ul li .pic{
    width: 100px;
    /* margin: auto; */
    text-align: center;
}
.sol3 ul li .pic img{aspect-ratio: 1/1;object-fit: contain;}
.sol3 ul li .txt{
    flex: 1;
}
.sol3 ul li p{
    flex: 1;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #000;
    margin-top:10px;
}
.sol3 p{
    color: #333;
    line-height: 1.7;
    margin-top: 10px;
    font-size: 17px;
}
.bot{
    padding: 20px 0;
    border-top: 2px solid #eee;
    margin-top: 20px;
    color: #666;
    font-size: 18px;
}




/*------box4----*/
.sol4{
    padding: 10px 0;
}
.sol4 h2{
    font-size: clamp(20px, 2.25vw, 32px);
    font-weight:bold;
    color: #000;
}
.sol4 .pic1{
    width: 100%;
    margin: 30px 0;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 20px;
}
.sol4 .img{
    width: 100%;
    margin:15px 0;
}
.sol4 .pic1 .txt{
    width: 50%;
    margin-left: 40px;
}
.sol4 .text h4{
    color: var(--color-active);
    font-weight: bold;
    font-size: 20px;
}
.sol4 .text{
    background: #f4fff5;
    border-radius: 20px;
    border: 1px #3fb346 solid;
    padding: 20px;
}
.sol4 .text p{}
.sol4 p{
    color: #333;
    font-size: 18px;
    margin: 10px 0;
}
.sol4 .bott p{
    padding: 20px 0;
    display: flex;
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    align-items: center;
    border: 1px #eee solid;
}
 
.table-response{width:100%;max-width:100%;overflow-x:auto;}
 
/* ninfo-page */
.m51-news-read .ninfo-page{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;margin-top: 50px;}
.m51-news-read .ninfo-page .link{width: calc(100% - 160px);}
.m51-news-read .ninfo-page .link a{font-size: 16px;color: #333333;line-height: 30px;display: block;font-weight: 600;}
.m51-news-read .ninfo-page .link a:hover{color:var(--color-active);}
.m51-news-read .ninfo-page .goback{width: 154px;height: 50px;background: #E9E9E9;border-radius: 25px;position: relative;border: none;font-size: 16px;color: #333333;box-sizing: border-box;padding-left: 30px;text-align: center;line-height: 50px;font-weight: 500;}
.m51-news-read .ninfo-page .goback .imgbox{width: 50px;height: 50px;background: linear-gradient(90deg, #0EB4E8 20%, #00a6eb 80%);border-radius: 25px;display: flex;display: -webkit-flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-justify-content: center;position: absolute;left: 0;top: 0;transition: all .3s;}
.m51-news-read .ninfo-page .goback .imgbox i{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);color:#fff;font-size:20px;}
.m51-news-read .ninfo-page .goback:hover .imgbox{width: 100%;}

/* ninfo-r */
.m51-news-read .ninfo-r{width: 29%;position:relative;}

.news-author{margin-bottom:25px;background:#fff;padding:30px;}
.news-author .top{display:flex;align-items:center;border-bottom:1px solid #DFE0E1;padding-bottom:15px;}
.news-author .top .pic{width:70px;border-radius:50%;overflow:hidden;}
.news-author .top h6{flex:1;margin-left:15px;font-size:20px;font-weight:600;color:#111;}
.news-author .top a{background-color:#F6F7F8;border-radius:6px;width:32px;height:32px;line-height:32px;text-align:center;display:block;}
.news-author p{margin:15px 0 20px;line-height:1.5;font-size:16px;color: #333;}
.news-author .share{display:flex;align-items:center;}
.news-author .share span{font-size:15px;color:#000;}
.news-author .share .l{margin-left:15px;display:flex;align-items:center;gap:8px;}
.news-author .share a{background-color:#F6F7F8;border-radius:6px;width:32px;height:32px;line-height:32px;text-align:center;display:block;}
.news-author .share a:hover{background-color:#E9EBEF;}

.m51-news-read .ninfo-r .side-news{background-color:#fff;padding:30px;position: sticky;top:25px;}
.m51-news-read .ninfo-r .tl{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;font-size: 30px;color: #333333;font-weight: 600;margin-bottom: 30px;}
.m51-news-read .ninfo-r .tl img{display: block;margin-right: 15px;}
.m51-news-read .ninfo-r .list{width: 100%;}
.m51-news-read .ninfo-r .list .item{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #E4E4E4;}
.m51-news-read .ninfo-r .list .item:last-child{padding-bottom: 0;border: none;margin-bottom: 0;}
.m51-news-read .ninfo-r .list .item .imgbox{width: 32%;height: 84px;}
.m51-news-read .ninfo-r .list .item .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.m51-news-read .ninfo-r .list .item .text{width: 64%;}
.m51-news-read .ninfo-r .list .item .text h3{font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;font-weight: 600;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.m51-news-read .ninfo-r .list .item .text h3{font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;font-weight: 600;}
.m51-news-read .ninfo-r .list .item .text p{font-size: 14px;color: #999999;font-weight: 600;}


@media screen and (max-width:1550px) {
.m51-news-read .ninfo-lmin .tl h3 {font-size: 26px;}
.m51-news-read .ninfo-r .tl{font-size: 26px;}
.m51-news-read .ninfo-lmin .min .card h3 {font-size: 21px;}
.m51-news-read .ninfo-lmin .min .card p {font-size: 17px;line-height: 1.6;}
.m51-news-read .ninfo-lmin .min .summary-box h5 {font-size: 22px;}
.sol1 h3 {font-size: 22px;}
.sol2 ul li {font-size: 19px;}
.box7 ul h3 {font-size: 19px;}
.sol12 .rbo1 .rtxt p {font-size: 14px;}
}


@media screen and (max-width:1440px) {
.m51-news-read{padding:70px 0;}
.m51-news-read .news-tabs a{padding: 17px 27px;}
.m51-news-read .ninfo-lmin .tl h3 {font-size: 24px;}
.m51-news-read .ninfo-lmin{padding: 30px 40px;}
.m51-news-read .ninfo-lmin .min .card h3 {font-size: 20px;}
.m51-news-read .ninfo-lmin .min .card p {font-size: 16px;line-height: 1.5;}
.m51-news-read .ninfo-lmin .min .pos .card {padding: 10px;border-radius: 5px;margin-bottom: 10px;}
.m51-news-read .ninfo-lmin .min .list li {font-size: 17px;line-height: 1.6;}
.m51-news-read .ninfo-lmin .min .summary-box h5 {font-size: 20px;}
.sol1 h3 {font-size: 20px;}
.sol2 ul li {font-size: 18px;}
.box7 ul h3 {font-size: 18px;}
.sol12 .rbo1 .rtxt p {font-size: 13px;}
.sol12 {padding: 20px 0;}
.sol11 {padding: 20px 0;}
.sol12 .rbo1 {margin-top: 10px;}
.sol11 .blue-row {margin: 10px 0;}
.sol12 .rbo1 .rtxt p {height: auto;}
.sol11 .box2 {font-size: 16px;}
}


@media screen and (max-width:1280px){
.m51-news-read{padding:60px 0;}
.m51-news-read .ninfo{margin: 50px auto 70px;}
.m51-news-read .news-tabs a{padding: 15px 25px;font-size: 14px;}
.m51-news-read .ninfo-r .tl{font-size: 24px;}
.m51-news-read .ninfo-lmin{padding: 30px 25px;}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 30px;}
.m51-news-read .ninfo-lmin .tl .data{font-size: 13px;}
.m51-news-read .ninfo-lmin .tl .data img{width: 18px;}
.m51-news-read .ninfo-lmin .tl h3{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .min p span{font-size: 16px;}
.m51-news-read .ninfo-lmin .min .list li {font-size: 16px;line-height: 1.5;}
}


@media screen and (max-width:991px){
.m51-news-read{padding:45px 0;}
.m51-news-read .ninfo-page {flex-direction: column;margin-top: 20px;}
.m51-news-read .ninfo-page .link{width: 100%;margin:0 0 10px 0;}
.m51-news-read .ninfo-page .link a{font-size: 14px;}
.m51-news-read .ninfo-lmin .min .pos {position: static;padding: 0;margin: 0;}
.m51-news-read .ninfo-lmin .min .card h3 {font-size: 18px;}
.m51-news-read .ninfo-lmin .min .section {margin: 30px 0;padding: 5px !important;}
.section .srow img {width: 100%;}
.section .srow .stxt {padding-left: 0;}
.m51-news-read .ninfo-lmin .min .summary-box h5 {font-size: 18px;}
.m51-news-read .ninfo-lmin .min .summary-box {padding: 15px;}
.news-author {margin-bottom: 15px;padding: 0;}
.m51-news-read .ninfo-r .side-news {padding: 0;}
.sol1 h3 {font-size: 18px;}
.sol2 ul li {font-size: 16px;}
.sol2, .sol3 {padding: 20px 0;}
.sol4 p {font-size: 16px;}
.box7 ul li {width: 48%;border-radius: 5px;padding: 10px;}
.box7 ul h3 {font-size: 16px;}
.box7 ul p {font-size: 15px;}
.box3-1 ul li {width: 48%;margin: 1%;}
.sol11 .boxs {display: block;margin: 20px 0;}
.sol11 .boxs .txt {width: 100%;margin: auto;}
.sol11 .boxs .pic {margin-left: 0;margin-top: 15px;}
.sol3 ul li .pic {width: 60px;}
.sol3 ul li .txt h3 {font-size: 18px;}
.box1 ul li p {font-size: 15px;}
.box1 ul li {width: 100%;margin: 0 0 10px;padding: 10px 5px;}
.box2 ul li .txt h3 {font-size: 18px;}
.box2 ul li {width: 100%;margin: 0 0 10px;padding: 10px 5px;}
.box2 ul li .pic {width: 50px;}
.box2 {padding: 20px 0;}
.box4 .pic1 {margin: 15px 0;display: block;padding: 20px 10px;}
.box4 .pic1 .img {width: 100%;}
.box4 .pic1 .txt {width: 100%;margin-left: 0;margin-top: 15px;}
.box4 .pic1 .h3 {font-size: 18px;}
.box4 .pic1 p {font-size: 15px;margin: 5px 0 10px;}
.box4 .pic2 {margin: 15px 0;padding: 20px 10px;display: block;}
.box4 .pic2 .img {width: 100%;}
.box4 .pic2 .txt {width: 100%;margin-top: 15px;}
.box4 .pic2 .h3 {font-size: 18px;}
.box4 .pic2 p {font-size: 15px;margin: 5px 0 10px;}
.box4 .pic3 {margin: 15px 0;display: block;padding: 20px 10px;}
.box4 .pic3 .img {width: 100%;}
.box4 .pic3 .txt {width: 100%;margin-left: 0;margin-top: 15px;}
.box4 .pic3 .h3 {font-size: 18px;}
.box4 .pic3 p {font-size: 15px;margin: 5px 0 10px;}
.box4 .pic4 {margin: 15px 0;display: block;padding: 20px 10px;}
.box4 .pic4 .img {width: 100%;}
.box4 .pic4 .txt {width: 100%;margin-top: 15px;}
.box4 .pic4 .h3 {font-size: 18px;}
.box4 .pic4 p {font-size: 15px;margin: 5px 0 10px;}
.m51-news-read .ninfo-lmin .min h4 {font-size: 18px;}
.box4 .pic5 {margin: 15px 0;padding: 20px 10px;}
.two {display: block;margin-top: 10px;}
.box4 .pic5 .t1 {width: 100%;}
.box4 .pic5 .t1 .txt {padding: 10px;}
.box4 .pic5 .t1 .h3 {font-size: 18px;}
.box4 .pic5 .t1 p {font-size: 15px;margin: 5px 0 10px;}
.pic6 h3 {font-size: 18px;}
.pic6 p {font-size: 15px;margin: 5px 0 10px;}
.box6 .ul1 {flex-wrap: wrap;margin: 10px 0 0;}
.box6 .ul1 li {width: 100%;margin: 0 0 10px;padding: 10px;}
.box6 .ul1 h3 {font-size: 18px;height: auto;}
.box6 .ul1 li p {font-size: 15px;margin: 5px 0 10px;}
.ul2 li {width: 100%;margin: 0 0 10px;padding: 10px;}
.ul2 h3 {font-size: 18px;height: auto;}
.box8 p {font-size: 16px;line-height: 1.5;}
}                          


@media screen and (max-width:768px){
.m51-news-read{padding:30px 0;}
.m51-news-read .news-tabs a{font-size: 10px;padding: 10px 40px;}
.m51-news-read .ninfo{display: block;margin: 30px auto;}
.m51-news-read .ninfo .ninfo-l {width: 100%;}
.m51-news-read .ninfo-lmin .tl h3 {font-size: 18px;}
.m51-news-read .ninfo-lmin {padding: 20px;}
.m51-news-read .ninfo-lmin .tl h3 {margin-bottom: 20px;}
.m51-news-read .ninfo-lmin .tl {margin-bottom: 20px;}
.m51-news-read .ninfo-lmin .tl .data img {width: 15px;}
.m51-news-read .ninfo-lmin .min p{margin-bottom:0;line-height: 1.7em;}
.m51-news-read .ninfo-page{/*! padding: 0 20px; */}
.m51-news-read .ninfo-page .link a{line-height: 25px;}
.m51-news-read .ninfo-page .goback{width: 100px;height: 35px;line-height: 35px;margin: 0 0 15px 0;font-size: 13px;}
.m51-news-read .ninfo-page .goback .imgbox{width: 35px;height: 35px;}
.m51-news-read .ninfo-page .goback .imgbox i{font-size: 17px;}
.m51-news-read .ninfo-r{width: 100%;padding: 20px;position:static;}
.m51-news-read .ninfo-r .tl img{height: 24px;}
.m51-news-read .ninfo-r .tl{font-size: 20px;margin-bottom: 20px;}
.m51-news-read .ninfo-r .list .item .text h3{font-size: 14px;}

}

@media screen and (max-width:640px) {
.m51-news-read .news-tabs a{padding: 10px 30px;}

}

@media screen and (max-width:580px) {
.m51-news-read .news-tabs a{padding: 10px 10px;}
.m51-news-read .ninfo-lmin .min p{line-height: 1.5em;}
.m51-news-read .ninfo-page .link a{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.box7 ul li {width: 100%;margin: 0 0 10px;}
.box3 ul li {width: 100%;margin: 0 0 10px;padding: 10px;border-radius: 5px;}
.box3 ul li .pic h3 {margin-left: 10px;font-size: 18px;}
.box3-1 ul li {width: 100%;margin: 0 0 10px;padding: 10px;border-radius: 5px;}
.sol3 ul li {width: 100%;margin: 0 0 10px;padding: 10px;border-radius: 5px;}
.box7 ul li.li1 {margin: 0 0 10px;border-radius: 5px;padding: 10px;}
.sol3 ul li {width: 100%;margin: 0 0 10px;padding: 10px 5px;}
.tbot p {font-size: 15px;}
}


@media screen and (max-width:410px) {
.m51-news-read .news-tabs a{padding: 10px 8px;}

}

/*--for m85_foot--*/
@charset "UTF-8";

footer {padding: 80px 0 0;background: url('/template/pc/default/html/module/m85_foot/images/footbg.png') no-repeat center top;background-size: 100% auto;background: #1d1d1d;}
footer h5 {font-size: 24px;font-weight: 700;color: #fff;line-height: 1;margin-bottom: 25px;text-transform: capitalize;}

.m85-foot .foot-top {width: 54.7%;margin: 0 auto;}
.m85-foot .foot-top .logo {text-align: right;}

.m85-foot .foot-inquiry {width: 100%;}
.m85-foot .foot-inquiry h5 {font-size: 16px;font-weight: 300;padding: 30px 0;text-transform: none;width: 60%;margin: auto;text-align: center;line-height: 2;color: #ffffffdb;}
.m85-foot .foot-inquiry form{display:flex;align-items:center;width: 100%;}
.m85-foot .foot-inquiry .post-text{flex:1;height: 66px;line-height: 66px;overflow:hidden;color:#333;padding:0 25px;font-size:19px;background:#fff;font-weight: 500;border-radius: 50px;}
.m85-foot .foot-inquiry .post-btn{width:230px;color:#fff;text-align:center;height:62px;display:block;cursor:pointer;background: var(--color-active);border-left: none;font-size: 18px;font-weight: 700;margin-left: 10px;border-radius: 30px;}

.m85-foot .list {display: flex;margin-top: 60px;width: 100%;justify-content: space-between;border-top: 1px #ffffff40 solid;padding: 60px 0;}
.m85-foot .list .foot-list ul{
    display: flex;
    flex-wrap: wrap;
}
.m85-foot .list .foot-list {
    width: 40%;
}

.m85-foot .list .foot-list ul li{width:50%;}
.m85-foot .list .foot-list ul li a:hover{color: #00a6eb;}


.m85-foot .foot-list ul li,.m85-foot .foot-nav ul li{font-size: 18px;font-weight: 500;color: #C8C8C8;line-height: 2;}
.m85-foot .foot-list ul li + li,.m85-foot .foot-nav ul li + li {margin-top: 6px;}

.m85-foot .foot-contact {width: 50%;}
.m85-foot .foot-contact h6 {font-size: 24px;color: #fff;font-weight: 500;line-height: 36px;}
.m85-foot .foot-contact p {font-size: 18px;line-height: 1.5;color: #C8C8C8;position: relative;font-weight: 500;}
.m85-foot .foot-contact dl {display: flex;margin-top: 15px;}
.m85-foot .foot-contact dl dd {width: 50%;}
.m85-foot .foot-contact dl dd h4 {font-size: 24px;color: #00a6eb;line-height: 36px;font-weight: 700;}
.m85-foot .foot-contact p i{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.m85-foot .foot-contact p a:hover{color: #00a6eb;}
.m85-foot .foot-contact p a.email{color:#e62129}
.m85-foot .foot-contact p a.email:hover{color: #00a6eb;}
.m85-copy {/* margin-top: 65px; */}
.m85-copy .wp {border-top: 1px solid rgba(255,255,255,.43);padding: 40px 0;align-items: center;text-align: center;}
.m85-copy p {font-size: 18px;color: #C8C8C8;font-weight: 400;text-align: center;}
.m85-foot .foot-top .share {text-align: center;}
.m85-foot .foot-top .share a{display:inline-block;color: #fff;background:transparent;width:45px;height:45px;line-height:43px;border-radius:50%;text-align:center;box-sizing: border-box;border: 1px solid #fff;/* opacity: 0.3; */transition: all .5s ease;}
.m85-foot .foot-top .share a+a{margin-left:20px;}
.m85-foot .foot-top .share a i{font-size:20px;color:#fff;transition: all .5s ease;}
.m85-foot .foot-top .share a:hover{opacity: 1;border-color: #00a6eb;}
.m85-foot .foot-top .share a:hover i {color: #00a6eb;}

@media screen and (max-width: 1550px) {
.m85-foot .foot-list ul li, .m85-foot .foot-nav ul li {font-size: 17px;}
.m85-foot .foot-contact p {font-size: 17px;}
footer h5 {font-size: 22px;}
}
 
@media screen and (max-width: 1440px) {
}
                                          
@media screen and (max-width: 1367px) {
.m85-foot .foot-list ul li, .m85-foot .foot-nav ul li {font-size: 16px;}
.m85-foot .foot-contact p {font-size: 16px;}
footer h5 {font-size: 20px;}
}
                                    
@media screen and (max-width: 1280px) {
}
                                
@media screen and (max-width: 992px) {
footer {padding: 30px 0 0;}
.m85-foot .foot-top {width: 100%;}
.m85-foot .foot-inquiry .post-text {height: 44px;line-height: 44px;padding: 0 15px;font-size: 16px;}
.m85-foot .foot-inquiry .post-btn {width: 150px;height: 44px;font-size: 15px;margin-left: 5px;}
.m85-foot .foot-inquiry h5 {font-size: 15px;padding: 15px 0;width: 100%;line-height: 1.5;}
.m85-foot .foot-top .share a {width: 36px;height: 36px;line-height: 34px;}
.m85-foot .foot-top .share a + a {margin-left: 10px;}
.m85-foot .foot-top .share a i {font-size: 18px;}
.m85-foot .list {margin-top: 30px;padding: 30px 0;}
.m85-foot .list .foot-list {display: none;}
.m85-foot .foot-contact {width: 100%;}
footer h5 {font-size: 18px;margin-bottom: 15px;}
.m85-copy .wp {padding: 20px 0;}
.m85-copy p {font-size: 16px;}
.m85-foot .foot-contact p i {font-size: 24px;}
}
                                
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 400px) {
}