/* 手机端 - portrait指定输出设备中的页面可见区域高度大于或等于宽度*/
@media screen and (max-width: 760px) {
    .mobilePage
    {
        display: block;
    }
    .pc{
        display: none;
    }
    .header{
        width:100%;
        height:44px;
        position: fixed;
        top:0;
        left:0;
        background-color: #fff;
        border-bottom: 0px;
        z-index: 999;
        box-shadow: 0 0 1px rgba(8,31,98,0.8);
    }
    .header .inner{
        width:91%;
        height:100%;
        margin:0 auto;
        align-items: center;
        display: flex;
        justify-content: space-between;
       
    }
    .header .icon-sousuo1{
        font-size: 40px;
    }

    .header .kf{
        margin:0 40px;
    }
    .header .inner .right{
        display: flex;
        align-items: center;
    }
    .header .mlogo{
        width:87px;
    }
    .header .kf{
        margin:0 20px;
        width:25px;
    }
    .header .icon-sousuo1{
        font-size: 24px;
    }
    .header .inner  .more{
        width:23px;
        height:23px;
        background: url("../images/more.png") no-repeat;
        background-size: 100% 100%;
    }
    .header .inner  .more.act{
        width:18px;
        height:18px;
        background: url("../images/close-btn.png") no-repeat;
        background-size: 100% 100%;
    }
     .index-tab1{
        width:100%;
        height:360px;
    }
    .mySwiper{
        margin-top: 44px;
    }
      .mySwiper .txt{
        position: absolute;
        left:3%;
        width:97%;
        top:9%;
        bottom:0;
        right:0;
    }
       .mySwiper .txt .t{
        font-size: 20px;
        color:#fff;
        margin-bottom: 10px;
        text-align: left;
    }
      .mySwiper .txt .des{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 20px;
        color:#bbb;
        text-align: left;
      }
      .mySwiper .txt .more{
        width:90px;
        height:30px;
        border:solid 1px #d7392e;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color:#d7392e;
        display: block;
        margin-top: 30px;
    }
    .mySwiper .txt .lookMore{
        position: absolute;
        right:0;
        bottom:0;
        width:130px;
        height:40px;
        background-color: #d7392e;
        color:#fff;
        padding:0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mySwiper .txt .lookMore span{
        font-size: 12px;
    }

      .mySwiper .txt .lookMore img{
        width:17px;
      }

    .mySwiper .txt .des p{
        line-height: 1.4;
        color:#bbb;
    }
    .index-tab2{
        width:100%;
        overflow: hidden;
        background-color: #f5f5f5;
    }
    .index-tab2 .title{
        width:100%;
        height:46px;
        background-color: #f5f5f5;
        font-size: 13px;
        color:#000;
        line-height: 46px;
        padding-left: 65px;
        position: relative;
    }
    .index-tab2 .title .cxdt{
        position: absolute;
        left: 16px;
        top:0;
        width:37px;
    }
    .wrapper 
    {
        position:relative;
        height: 48px;
        width: 100%;
        overflow: hidden;
        margin:0 auto;
        border-bottom:1px solid #ddd;
        background-color: #fff;
    }
    .wrapper .scroller {
        position:absolute;
    }
    .wrapper .scroller li {
        position: relative;
        float: left;
        width: 80px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 16px; 
        color:#333;
    }
    .wrapper .scroller li.cur{
        color:#d7392e;
    }

    .index-tab2-content .item {
        display: none;
    }
    .index-tab2-content .item.cur{
        display: block;
    }
    .index-tab2-content .item .top{
        width:100%;
        background-color: #fff;
        padding:42px 5%;
    }
    .index-tab2-content .item .top .t{
        font-size: 20px;
        color:#000;
        margin-bottom: 14px;
        font-weight: bold;
    }
    .index-tab2-content .item .top .t span{
        color:#d7392e;
    }
    .index-tab2-content .item .top .des{
        font-size: 13px;
        color:#666666;
        margin-bottom: 40px;
    }
    .index-tab2-content .item .top .jjfa .t {
        display: flex;
        align-items: center;
        font-size: 14px;
        color:#000;
    }
    .index-tab2-content .item .top .jjfa .t img{
        width:13px;
    }
    .index-tab2-content .item .top .jjfa .t  span{
        color:#000;
        margin-left: 8px;
    }
    .index-tab2-content .item .top  .jjfa ul{
        display: flex;
        margin-top: 10px;
        justify-content: space-between;

    }
    .index-tab2-content .item  .top  .jjfa ul li{
        font-size: 12px;
        color:#333;
     
    }
    .index-tab2-content .item  .top  .jjfa ul li p{
        margin-bottom: 10px;
    }
    .index-tab2-content .item  .top .more {
        display: flex;
        align-items: center;
        margin-top: 24px;
    }
    .index-tab2-content .item  .top .more span {
        color: #d7392e;
        font-size: 13px;
    }

    .index-tab2-content .item  .top .more .icon-zuojiantou {
        font-size: 5px;
        transform: rotate(180deg);
        color: #d7392e;
        margin-left: 8px;
    }
    
   .wrapper2,.wrapper3,.wrapper4,.wrapper5,.wrapper6{
        position:relative;
        height: 205px;
        width: 100%;
        overflow: hidden;
        margin:17px 0 0 0;
    }
    .wrapper2 .scroller,.wrapper3 .scroller,.wrapper4 .scroller,.wrapper5 .scroller,.wrapper6 .scroller{position:absolute;}
    .wrapper2 .scroller ul,.wrapper3 .scroller ul,.wrapper4 .scroller ul,.wrapper5 .scroller ul,.wrapper6 .scroller ul{
        display: flex;
    }
    .wrapper2 .scroller li,.wrapper3 .scroller li,.wrapper4 .scroller li,.wrapper5 .scroller li,.wrapper6 .scroller li {
        float: left;
        width: 240px;
        margin-right: 16px !important;
        padding-bottom: 21px;
        background-color: #fff;
    }
    .wrapper2 .scroller li:last-child,
    .wrapper3 .scroller li:last-child,
    .wrapper4 .scroller li:last-child,
    .wrapper5 .scroller li:last-child,
    .wrapper6 .scroller li:last-child{margin-right: 0;}
    .wrapper2 .scroller li img,
    .wrapper3 .scroller li img,
    .wrapper4 .scroller li img,
    .wrapper5 .scroller li img,
    .wrapper6 .scroller li img{
        width:100%;
        display: block;
    }
    .wrapper2 .scroller li .p2,
    .wrapper3 .scroller li .p2,
    .wrapper4 .scroller li .p2,
    .wrapper5 .scroller li .p2,
    .wrapper6 .scroller li .p2{
        font-size: 14px;
        color:#000;
        padding-left: 16px;
        padding-top: 21px;
    }

    .index-tab2-content .item  .moreCase{
        display: flex;
        align-items: center;
        justify-content: left;
        padding-left: 32px;
        font-size: 12px;
        color: #d7392e;
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .index-tab2-content .item .icon-right{
        font-size: 5px;
        color:#d7392e;
        margin-left: 9px;
    }

    .index-tab3 .inner{
        width:100%;
        padding:40px 16px;
      }
     .index-tab3 .top  .img{
        width:124px;
    }
    .index-tab3 .top p{
        font-size: 19px;
        color:#000;
        margin-top:17px;
        letter-spacing: 1;
    }
    .index-tab3 .top .dess{
        font-size: 12px;
        color:#666666;
        margin-top:12px;
        letter-spacing: 1;
    }
     .index-tab3  .top .des{
        margin-top: 18px;
    }
    .index-tab3  .top .des ul{
        width:100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .index-tab3 .top .des ul li{
        display: flex;
        align-items: center;
        font-size: 14px;
        margin-bottom: 6px;
        color:#000;
    }
    .index-tab3  .top .des ul li:nth-child(3),.index-tab3  .top .des ul li:nth-child(4){
        margin-bottom: 0;
    }
    .index-tab3 .top .des ul li img{
        margin-right: 8px;
    }
    .index-tab3 .top .des ul li img{
        width:12px;
    }

    .index-tab3  .bottom{
        width:100%;
        border-top: solid 1px #dddddd;
        border-left: solid 1px #dddddd;
        margin-top: 30px;
    }
    .index-tab3  .bottom ul{
     width:100%;
     display: flex;
     flex-wrap: wrap;
    }
    .index-tab3  .bottom ul li{
        width:50%;
        border-bottom: solid 1px #dddddd;
        border-right:solid 1px #dddddd;
        height:155px;
        position: relative;
        overflow: hidden;
    }
    .index-tab3  .bottom ul li .now{
        display: flex;
        align-items: center;
        flex-direction: column;
        padding:28px 0;
        justify-content: space-between;
        height:100%;
    }
    .index-tab3  .bottom ul li .now .t{
        font-size: 16px;
        color:#000;
    }
    .index-tab3  .bottom ul li .now img{
        width:24px;
    }
     .index-tab3  .bottom ul li .now .d{
        font-size: 12px;
        color:#000;
    }
     .index-tab3  .bottom ul li .on{
        position: absolute;
        left:0;
        top:100%;
        right:0;
        height:100%;
        background-color: #d7392e;
        transition: all 0.3s;
        padding:18px;
        color:#fff;
    }
     .index-tab3  .bottom ul li:hover .on{
        width:100%;
        top:0;
    }
     .index-tab3  .bottom ul li .on .t{
        font-size: 32px;
        color:#fff;
    }
    .index-tab3  .bottom ul li .on .t1{
        font-size: 20px;
        color:#fff;
    }
     .index-tab3 .bottom ul li .on .d{
        font-size: 13px;
        color: #FFFFFF;
        line-height: 20px;
        text-align: left;
    }
     .index-tab3  .bottom ul li .on .icon{
        position: absolute;
        bottom:7.4%;
        right:22px;
        width: 17px;
    }
       .index-tab3 .jsyl{
        width:100%;
        height:540px;
        background: url("../images/index-tab3-img.png") no-repeat center center;
        background-size: cover;
        padding:32px;
        position: relative;
    }
    .index-tab3 .jsyl .t p{
        font-size: 20px;
        color:#fff;
    }
    .index-tab3 .jsyl .d{
        font-size: 12px;
        color: rgba(255,255,255,0.6);
        margin-top: 24px;
        margin-bottom: 38px;
    }
  .index-tab3 .jsyl  .des p{
        color:#fff;
        font-size: 12px;
    }
    .index-tab3 .jsyl .platform{
        width:100%;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .index-tab3 .jsyl .platform img{
        width:180px;
        margin-top: 19px;
    }
    .index-tab3 .jsyl .more{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width:195px;
        height:45px;
        background-color: #d7392e;
        font-size: 12px;
        color:#fff;
        right:0px;
        bottom:0;
        position: absolute;
        padding:17px;
    }
    .index-tab3 .jsyl .more img{
       width:17px;
       height:8px;
    }

    .index-tab4{
        padding:36px 16px;
    }
    .index-tab4 .title{
        font-size: 20px;
        color:#000;
        margin-bottom: 20px;
    }
    .index-tab4 .des{
        font-size: 13px;
        color:#666666;
    }
   .index-tab4 .btn {
        margin-top: 27px;
        display: flex;
        margin-bottom: 50px;
    }
    .index-tab4 .btn a {
        width: 90px;
        height: 30px;
        border: solid 1px #d7392e;
        line-height: 30px;
        text-align: center;
        color: #d7392e;
        font-size: 12px;
        margin-right: 15px;
    }
    .index-tab4 .kxl,.index-tab4 .qfg{
        padding:20px 16px;
        border:solid 1px #ddd;
        margin-bottom: 16px;
    }
    .index-tab4 .kxl .t{
        font-size: 16px;
        color:#000;
    }
    .index-tab4 .kxl .d{
        font-size: 13px;
        color:#666;
        margin-top: 16px;
    }
    .index-tab4 .qfg {
        background-color: #d7392e;
    }
    .index-tab4 .qfg .t{
        font-size: 16px;
        color:#fff;
       
    }
    .index-tab4 .qfg .d{
        font-size: 13px;
        color:#fff;
        margin-top: 15px;
    }
    .index-tab4 .data{
        padding:21px 16px;
        border:solid 1px #ddd;
    }
    .index-tab4 .data ul li{
        margin-bottom: 21px;
    }
    .index-tab4 .data ul li p:nth-child(1){
        font-size: 16px;
        color:#d7392e;
        margin-bottom: 12px;
    }
    .index-tab4 .data ul li p:nth-child(1) span{
        font-size: 12px;
    }
    .index-tab4 .data ul li p:nth-child(2){
        font-size: 12px;
        color:#666;
    }
    .index-tab5{
        display: block;
    }
    .slideRight{
        position: static;
        width:100%;
        border-radius: 0;
        padding:21px 16px;
    }
    .slideRight .inner{
        padding:0;
        width:100%;
    }
    .slideRight .inner .footlogo{
        width:117px;
    }
    .slideRight .classify {
            margin-top: 26px;
    }
    .slideRight .classify li img
    {
        width:auto;
        height: 13px;
    }
    .slideRight .classify li p {
            font-size: 12px;
    }
    .slideRight .inner .keyCare {
        margin-top: 28px;
    }
    .slideRight .inner .keyCare .t {
        font-size: 16px;
    }
    .slideRight .inner .keyCare p {
        font-size: 12px;
    }
    .slideRight .inner .fnav {
        margin-top: 35px;
    }
    .slideRight .inner .lxwm {
        margin-top: 35px;
    }
    .slideRight .inner .fnav div .t {
        font-size: 16px;
    }
    .slideRight .inner .fnav div a {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .slideRight .inner .lxwm .t {
        font-size: 16px;
    }
    .slideRight .inner .lxwm .wrap .right div p:nth-child(1) {
    font-size: 12px;
    }
    .slideRight .inner .lxwm .wrap .right div p:nth-child(2) {
        font-size: 16px;
    }
    .slideRight .inner .lxwm .wrap .left p {
        font-size: 12px;
    }
    .slideRight .inner .bottom p {
        font-size: 12px;
    }
    .slideRight .inner .bottom p:last-child{
        margin-top: 20px;
    }

  .index-sidebar .nav,.sidebar .nav{
        position: fixed;
        top:44px;
        left:0;
        right:0;
        display: none;
        background-color: #fff;
        height:auto;
        z-index: 99999;
        padding: 0 17px;
    }
    .nav{
        width:100%;
        min-height: calc( 100% - 50px );
    }
   .nav > ul{
        padding-top:0;
    }
    .nav > ul > li{
        text-align: left;
        font-size: 16px;
        padding:30px 0 15px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 0px;
        line-height: 1;
    }
    .nav > ul > li.cur > a{
        color:#010101;
    }
    .nav > ul > li > a{
        color:#010101;
        display: flex;
        justify-content: space-between;
    }
    .nav > ul > li.cur::after{
        display: none;
    }

    .nav > ul > div{
        text-align: left;
        font-size: 16px;
        padding:30px 0 15px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 0px;
        line-height: 1;
    }
    .nav > ul > div.cur > a{
        color:#010101;
    }
    .nav > ul > div > a{
        color:#010101;
        display: flex;
        justify-content: space-between;
    }
    .nav > ul > div.cur::after{
        display: none;
    }


    .nav_btn2 {
        display: block;
        font-size: 18px;
        color: #333;
    }
    .nav_btn2 img{
        width:6px;
    }
     .nav-tab {
        position: fixed;
        left:0;
        top:44px;
        min-height: calc( 100% - 44px );
        z-index: 9999999;
        width: 100%;
        padding-top: 30px;
        scrollbar-width: none; /* firefox */
        -ms-overflow-style: none; /* IE 10+ */
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }
    .fhBtn{
        width: 30%;
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-left: 16px;
        margin-bottom: 30px;
        color: #010101;
    }
    .fhBtn img{
        width:6px;
        margin-right: 10px;
    }
    .nav-tab .nav-tab-detail{
        height:auto;
    }
    .nav-tab::-webkit-scrollbar {
        display: none; /* Chrome Safari */
      }
      .nav-tab .nav-tab-detail .cxdt-module1{
        padding:0 16px;
    }
    .nav-tab .nav-tab-detail .cxdt-module1 .title{
        display: none;
    }
    .nav-tab .nav-tab-detail .cxdt-module1 .list{
        display: block;
        flex-wrap: wrap;
    }
    .nav-tab .nav-tab-detail .cxdt-module1 .list a{
        display: block;
        width:100%;
        margin-bottom: 16px;
    }
    
    .nav-tab .nav-tab-detail .cxdt-module1 .list a img{
        width:100%;
    }
     .nav-tab .nav-tab-detail .cxdt-module2{
        padding:13px 0 40px;
    }
    .nav-tab .nav-tab-detail .cxdt-module2 div{
        min-height: 250px;
    }
    .nav-tab .nav-tab-detail .cxdt-module2 a{
        margin-right: 0;
        font-size: 16px;
    }
    .detail-tab-content{
        margin-top: 30px;
    }
    .nav-tab .module1,.nav-tab .module2,.nav-tab .module3,.nav-tab .nav-tab-detail .jspt-module1,.nav-tab .nav-tab-detail .tgzq-module1{
        padding:16px;
    }
    .nav-tab .nav-tab-detail .cxdt-module2 .detail-tab-menu{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .nav-tab .nav-tab-detail .jspt-module1 .title {
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }
    .nav-tab .nav-tab-detail .jspt-module1 .des {
        font-size: 12px;
        color: #666;
        margin-top: 20px;
        line-height: 17px;
    }
    .nav-tab .nav-tab-detail .jspt-module2 {
        background-color: #F9F9F9;
    }
    .nav-tab .nav-tab-detail .jspt-module3
    {
        position: relative;
        padding: 0px;
    }
    .nav-tab .nav-tab-detail .jspt-module3 a {
    font-size: 16px;
    font-weight: bold;
}
    .nav-tab .module1 {
        border: 0px;
    }
    .nav-tab .title {
        font-size: 16px;
        font-weight: 500;
    }
    .nav-tab .module1 li .img {
        width: auto;
        height: 18px;
    }
    .nav-tab .module1 ul li.cur a p {
        font-size: 12px;
    }
    .nav-tab .module1 a p {
        font-size: 12px;
    }
    .nav-tab .module2 {
        background-color: #F9F9F9;
    }
    .nav-tab .module3 {
        background-color: #F9F9F9;
    }
    .nav-tab .module2 ul li {
        font-size: 13px;
    }
    .nav-tab .module3 .des p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .nav-tab .module4{
        position: static;
        height:auto;
        border-top: 0px;
    }
    .nav-tab .module4 ul{
        flex-wrap: wrap;
        padding:0 16px;

    }
    .nav-tab .module-detail .item{
        padding-bottom: 30px;
    }
    .nav-tab .module4 ul li{
        width:100%;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
        align-items:flex-end ;
    }
    .nav-tab .module4 ul li div img
    {
        width: 28px;
    }
                
     .nav-tab .nav-tab-detail .jspt-module2 ul li{
           margin-top: 0px;
            padding: 16px 0px;
            border-right: solid 1px #DDDDDD;
            border-bottom: solid 1px #DDDDDD;
            display: flex;
            justify-content: center;
            flex-wrap: nowrap;
            flex-direction: column;
            align-items: center;
    }
     .nav-tab .nav-tab-detail .jspt-module2 ul li  p:nth-child(1){
          font-weight: bold;
    }
    .nav-tab .nav-tab-detail .jspt-module2 ul li img
    {
        margin-bottom: 0px;
        width: auto;
        padding: 16px 0px;
    }

    .nav-tab .nav-tab-detail .tgzq-module1 ul
    {
        font-size: 12px;
    }

    .swiper-pagination-bullet{
        width:24px;
        height:4px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 0;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background-color: #d7392e;
    }
    .nav-tab .nav-tab-detail .tgzq-module1 ul p{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-tab .nav-tab-detail .tgzq-module2{
        padding:16px;
        background-color:#F9F9F9;
    }
    .nav-tab .nav-tab-detail .tgzq-module2 div{
        display: flex;
        flex-direction: column;
        
    }
   
    .nav-tab .nav-tab-detail .zjjz-module1{
        padding:0 16px;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 .title {
        font-size: 16px;
        font-weight: bold;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 ul {
    margin-top: 7px;
    }

    .nav-tab .nav-tab-detail .zjjz-module1 ul li p:nth-child(1) {
        font-size: 16px;
        font-weight: bold;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 ul li p:nth-child(2)
    {
        font-size: 13px;
        font-weight: 500;
        color: #333333;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 ul li p:nth-child(3)
    {
        font-size: 12px;
        color: #666666;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 .tab3
    {
        font-size: 16px;
        color: #333;
        padding-right: 0px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
        justify-content: space-between;
        font-weight: 500;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 .tab3 a {
        margin-right: 0px;
        line-height: 2;
        font-size: 16px;
        width: 80px;
        width: 33%;
        margin-bottom: 30px;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 .btn {
        display: flex;
        justify-content: space-between;
        min-height: 100px;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 .btn a {
        display: block;
        width: 30%;
        padding: 0px 10px;
        height: 48px;
        border: solid 1px #d7392e;
        background: #d7392e;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-right: 0px;
        border-radius: 18px;
    }
    .nav-tab .nav-tab-detail .zjjz-module1 .btn a:nth-child(3)
    {
        line-height: 48px;
    }

    .nav-tab .nav-tab-detail .zjjz-module1 ul span
    {
        font-size: 20px;
    }

    .nav-tab .nav-tab-detail .zjjz-module1 ul li{
        width:50%;
        margin-bottom: 30px
    }

    .nav-tab .nav-tab-detail .tgzq-module2 div a{
        border-bottom: solid 1px #ddd;
        line-height: 60px;
        margin:0;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
    }
   
    .ywcp-page .tab2 .left p,.ywcp-page .tab3 p.t{
        font-size: 26px;
    }
    .ywcp-page .tab3 p.des{
        font-size: 14px;
    }
    .product-classify .tab-menu ul li.cur{
        font-size: 20px;
    }
    .product-classify .tab-detail ul li .top{
        font-size: 16px;
        height: 81px;
        padding:20px;
    }
    .cpal-page .tab3 .left .title{
        font-size: 26px;
    }
    .ywcp-page .banner .txt{
        top:6%;
    }
    .main-page .cpNav .more {
        width: 200px;
        height: 100px;
        background-color: #d7392e;
        padding: 11px 0 0 10px;
        display: block;
        position: absolute;
        right: -200px;
        bottom: 0;
        font-size: 18px;
        color: #fff;
    }
    .main-page .cpNav .more img{
        right:20px;
    }
    .main-page .cpNav{
        height:80px;
    }
    .main-page .cpNav ul li{
        line-height: 73px;
    }
    .main-page .cpNav ul{
        font-size: 18px;
    }
    .ywcp-page .banner .txt .t{
        font-size: 32px;
    }
    .slideRight .inner .lxwm .wrap{
        justify-content: start;
    }
    .dzq-page .product-classify .tab-detail li .title{
        font-size: 24px;
    }
    .slideRight .inner .lxwm .wrap .left{
        margin-right: 30px;
        width: auto;
        padding:0px;
    }
    .slideRight.act {
        width: 100%;
    }

    #fullpage {
       display: none;
    }
    
    .index-sidebar,.sidebar{
        display: block;
        position: static;
        width:100%;
    }
    .index-sidebar .menu,.sidebar .menu{
        display: none;
    }

    .nav,.sidebar .left .ssIcon,.sidebar .left .bottom{
        display: none;
    }
    .sidebar .left .kefu{
        display: none;
    }



    .sidebar .menu > li:nth-child(6){
        text-align: left;
    }
    .sidebar .menu > li.act i.nav_btn2 img{
        transform: rotateZ(90deg);
    }

    
    .sidebar .menu > li{
        position: static;
        width:100%;
        transform: none;
        color:#000;
        border-bottom: solid 1px #ddd;

    }
    .sidebar .menu >li> a{
       font-size: 16px;
        color:#010101;
        line-height: 40px;
       padding-top:15px;
       display: flex;
       justify-content: space-between;
    }
    .sidebar .menu > li:nth-child(6){
        width:100%;
    }
    .index-sidebar .left,.sidebar .left{
        width:100%;
        height:auto;
    }
   
    

  
    .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide .img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    
    
    .wrapperY{
        width: 100%;overflow: hidden;margin:0 auto;position:relative;
    }
    
    
    
    
    .zjjz-wrapper .scroller li.cur::after{
        width:120px;
        margin-left:-60px;
    }
    
    .main-page .zjjz-wrapper ul li{
        width:120px;
        height:auto;
        margin:0 10px;
    }
    .main-page .zjjz-wrapper ul li.cur{
        border-bottom-width: 0;
    }
 




    
    .alxq-page .banner img{
        min-height: 200px;
    }
    .alxq-page .banner .t{
        font-size: 24px;
        white-space: nowrap;
    }
    .alxq-page .content,.alxq-page .content .center .tab2,.alxq-page .content, .alxq-page .content .center .tab3{
        margin-top: 40px;
    }
    .alxq-page .content,.alxq-page .content .center .tab3{
        display: block;
    }
    .alxq-page .content .right{
        display: none;
    }
    .alxq-page .content .left{
        margin: 0 auto 40px;
        width:100%;
        justify-content: flex-start;
        padding-left: 30px;
    }
    .alxq-page .content .center{
        padding:0 15px;
        margin:0;
        width:100%;
    }
    .alxq-page .content .center .tab3 .list{
        width:100%;
        margin-right: 0;
    }
    .alxq-page .content .center .tab3 .list ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .alxq-page .content .center .tab3 .list ul li .t{
        font-size: 18px;
    }
    .alxq-page .content .center .t{
        font-size: 24px;
    }
    .alxq-page .content .center .tab4 ul li{
        width:48%;
        margin-bottom: 30px;
        height:90px;
    }
    .alxq-page .content .center .tab4 ul{
        flex-wrap: wrap;
    }
    .main-page{
        padding:40px 15px 0 0px;
        left:15px;
    }
    .cxdt-page .banner{
        padding:0;
        
    }
    .cxdt-page .list{
        margin-left:0;
    }
    .news-wrap .top{
        padding-left:0;
    }
    .news-wrap .top .tab-menu li{
        margin-right: 45px;
    }
    .news-wrap .tab-menu-detail .item ul li{
        padding-right: 20px;
    }
    .news-wrap .tab-menu-detail .item ul li .date{
        margin-left: 40px;
    }
    .news-wrap .tab-menu-detail .item ul li .des{
        margin-left: 150px;
    }
    .lxwm-page .inner{
        display: block;
    }
    .lxwm-page .inner .left{
        width:100%;
        margin:0 ;
        padding:0 15px;
    }
    .lxwm-page .left .bottom{
        display: block;
    }
    .lxwm-page .left .bottom .bRight{
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lxwm-page .inner .right{
        width: 100%;
        margin-right: 0;
        padding: 0px 17px;
    }
    .lxwm-page .inner .left{
        padding:30px 48px;
    }
    .lxwm-page .title{
        font-size: 40px;
    }
    .lxwm-page .left .mark{
        font-size: 12px;
        color: #666666;
    }
     .lxwm-page .left .mark span{
         color: #d7392e;
         font-weight: bold;
     }
    .lxwm-page .left .form .btn {
            margin: 20px auto 0;
            font-size: 13px;
            width: 100%;
            height: 34px;
            line-height: 34px;
        }
    .tzzgx-page .tab1 .right .txt {
        width: auto;
        position: relative;
        flex: 1;
    }
    .tzzgx-page .tab1 .right, .tzzgx-page .tab2 .right, .tzzgx-page .tab3 .right{
        width:100%;
    }
    .tzzgx-page .tab2 .right ul.notice li .title p:first-child{
        font-size: 16px;
    }
    .zjjz-page .banner .txt{
        top:10%;
    }
    .zjjz-page .banner .txt .t {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .zjjz-page .banner .txt .d {
        font-size: 14px;
    }
    .zjjz-page .banner .txt .d {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }
    .zjjz-page .banner .playBtn{
        bottom: 35%;
    }
    .zjjz-page .banner .playBtn{
        width:40px;
        height:40px;
    }
    .zjjz-page .tab1{
        display: flex;
        flex-direction: column-reverse;
        padding:0 15px;
        margin-top: 50px;
        background: none;
       
    }
    .zjjz-page .tab1 .left{
        width:100%;
    }
    .zjjz-page .tab1 .left p.t{
        padding-left: 0;
        font-size: 18px;
    }
    
    .zjjz-page .tab1 .right{
        width:100%;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .zjjz-page .tab1 .right ul{
       flex-wrap: wrap;
       flex-direction: row;
       width:100%;
       justify-content: space-between;
    }
    .zjjz-page .tab1 .right ul li{
        width:50%;
        display: flex;
        flex-direction: column;
       
        margin-bottom: 30px;
        margin-right: 0;
    }
    .zjjz-page .tab2{
        display: block;
        padding:0 15px;
        margin-top: 50px;
    }
    .zjjz-page .tab2 .top{
        display: block;
    }
    .zjjz-page .tab2 .right li{
        margin-left: 0;
    }
    .zjjz-page .left .box{
        position: relative;
        height:120px;
        margin:0 auto;
        display: none;
    }
    .zjjz-page .mySwiper1 .swiper-slide{
        font-size: 70px;
    }
    .zjjz-page .tab2 .right li .title span{
        display: none;
    }
    .zjjz-page .tab2 .right li .detail{
        
        padding-left: 0;
    }
    .zjjz-page .tab2 .right {
        margin-right: 0;
        width:100%;
    }
    .zjjz-page .tab2 .right ul{
        border-left-width:0;
    }
    .zjjz-page .tab2 .right li .title{
        padding-left: 0;
    }
    .zjjz-page .mySwiper1{
        overflow: visible;
    }
    .zjjz-page .left p.t{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .zjjz-page .tab2 .right li .detail img{
        width:100%;
    }
    .zjjz-page .tab2 .bottom ul li{
        min-width: 100px;
    }
    .zjjz-page .tab2 .bottom li span{
        top:-22px;
    }
    .zjjz-page .tab3 ul{
       justify-content: space-around;
    }
    .zjjz-page .tab3 ul li{
       width:28%;
    }
    .zjjz-page .tab3 ul li p.t{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .zjjz-page .tab3{
        height:auto;
        background-size: 100% 100%;
        padding:40px 0;
    }
    .zjjz-page .tab4{
        display: block;
        height:auto;
    }
    .zjjz-page .tab4 .img{
        width:100%;
        justify-content: center;
    }
    .zjjz-page .tab4 .txt{
        width: 100%;
        margin:0;
        padding:0 15px;
        margin-top: 50px;
    }
    .zjjz-page .tab7 ul li{
        width:50%;
    }
    .zjjz-page .tab7 ul li .img{
        text-align: center;
    }
    .zjjz-page .tab7 ul li img{
        width:70%;
    }
    .zjjz-page .tab7 ul li div.on p{
        font-size: 12px;
    }
    .zjjz-page .tab6 ul .row120, .zjjz-page .tab6 ul .row245,.zjjz-page .tab6 ul .col50{
        width:100%;
    }
    .zjjz-page .tab6 ul li.flexr{
        flex-wrap: wrap;
    }
    .zjjz-page .tab6 .borderR{
        border-bottom: solid 1px #ddd;
    }
    .zjjz-page .tab6 ul .yxjzz, .zjjz-page .tab6 ul .rjrz{
        display: block;
    }
    .zjjz-page .tab7 ul li div.on p.name{
        font-size: 14px;
        margin-bottom: 0;
    }
    .zjjz-page .tab7 ul li div.on{
        padding:10px;
    }
    .zjjz-page .tab7 ul li div.on .iconfont{
        right:10px;
        bottom:0;
        font-size: 20px;
    }
    .zjjz-page .tab6 ul .yxjzz .txt{
        width:100%;
    }
    .zjjz-page .tab6 ul .yxjzz .img{
        position: static;
        margin-top: 20px;
    }
    .zjjz-page .tab6 ul .row369{
        height:auto;
        padding-bottom: 30px;
    }
    .zjjz-page .tab6 ul .rjrz .txt{
        width:100%;
        margin-bottom: 20px;
    }
    .zjjz-page .tab6 ul .last .img{
        position: static;
    }
    .zjjz-page .tab6 ul .last .img img{
        width:20%;
    }
    .mySwiper2{
        padding:40px 0;
    }
    .zjjz-page .tab6{
        margin:10px 0 60px ;
    }
    .zjjz-page .tab7{
        margin-bottom: 0;
    }
    .zjjz-page .tab7 ul li div.on p.phone {
        margin-top: 8px;
    }
    .zt-page2 .tab1 .a8 .right{
        margin-left:10px;
    }
    .zt-page2 .tab1 .a8 .right .txt{
        padding:18px;
        white-space: nowrap;
        padding:16px 10px;
    }
    .zt-page2 .tab1 .a8 .right .t{
        font-size: 18px;
    }
    .zt-page2 .tab1 .a8 .right .d{
        font-size: 14px;
    }
    .zt-page2 .tab1 .a8 .left{
        width:60%;

    }
   
    .zt-page2 .jyxt .p5 {
        left: 192px;
        top: 214px;
    }
    .zt-page2 .jyxt .p3 {
        left: 91px;
        top: 214px;
    }
    .zt-page2 .jyxt .p4 {
        left: 270px;
        top: 98px;
        white-space: nowrap;
    }
    .zt-page2 .jyxt .p1 {
        left: 144px;
        top: 10px;
    }
    .zt-page2 .jyxt .p2 {
        left: -1px;
        top: 98px;
    }
    .zt-page2 .tab1 .a8 .list span{
        width:20px;
        height:20px;
        border-width: 4px;
    }
    .zt-page2 .inner{
        padding:70px 15px 30px;
    }
    .zt-page2 .back{
        top:24px;
        left:24px;
    }
    .zt-page2 .tab1 .a8::after{
        width:30px;
        height:8px;
    }
    .zt-page2 .tab1 .a8 .list{
        top:-24px;
        width:50px;
    }
    .zt-page2 .tab1 .yd,.zt-page2 .tab1 .des{
        width:100%;
    }
    .zt-page2 .tab1 .tx{
        width:100%;
        flex-wrap: wrap;
        display: flex;
    }
    .zt-page2 .tab .title{
        font-size: 32px;
    }
    .zt-page2 .tab .des{
        width:100%;
    }
    .zt-page2 .tab2 .xcdz{
        display: block;
        height:auto;
        padding:40px 0;

    }
    .zt-page2 .tab2 .xcdz .item{
        margin:10px auto;
    }
    .zt-page2 .tab3 .item ul{
        display: block;
    }
    .zt-page2 .tab3 .item ul li{
        width:100%;
        margin-bottom: 30px;
    }
    .zt-page2 .tab3 .jcfw ul{
        width:100%;
    }
    .zt-page2 .tab2 .xcdz .t{
        width:100%;
    }
    .zt-page2 .tab4 ul{
        display: block;
    }
    .zt-page2 .tab4 ul li{
        width:100%;
        margin-bottom: 30px;
    }
    .zt-page2 .tab5 .detail{
        display: block;
        background: none;
    }
    .zt-page2 .tab5 .detail .item{
        width:100%;
        margin-bottom: 30px;
    }
    .zt-page2 .tab{
        margin-top: 70px;
       
    }
    .zt-page2 .tab1 .tx li{
        width:100%;
        font-size: 18px;
        height:66px;
        line-height: 66px;
        margin-bottom: 20px;
    }
    .zt-page2 .back img{
        width:30px;
    }
    .zt-page2 .back{
        font-size: 20px;
    }
    
    .zt-page2 .jyxt{
        width:350px;
        height:250px;
        margin:30px auto;
    }
    .zt-page2 .jyxt{
        background-size: 50%;
    }
    .zt-page2 .tab1 .yd{
        font-size: 18px;
    }
    .zt-page2 .tab1 .yd li img{
        width:20px;
    }
    .zt-page2 .tab1 .a8 .left img{
        width:100%;
    }
    .zt-page2 .inner{
        width:100%;
    }
    .zt-page1 .cptz .detail{
        display: block;
        padding:0 15px;
    }
    .zt-page1 .tab{
        margin-top: 80px;
    }
    .zt-page1 .cptz .detail .left,.zt-page1 .cptz{
        width:100%;
    }
    .zt-page1 .cptz .detail .left{
        width:200px;
        height:233px;
        background-size: 100% 100%;
        margin-bottom: 80px;
    }
    .zt-page1 .cptz .detail .left .t {
        font-size: 28px;
        color: #fff;
        left: 26px;
        top: 94px;
    }
    .zt-page1 .cptz .detail .left .d1 {
        left: 203px;
        top: 2px;
        white-space: nowrap;
    }
    .zt-page1 .cptz .detail .left .d2 {
        left: 233px;
        top: 98px;
        white-space: nowrap;
    }
    .zt-page1 .cptz .detail .left .d3 {
        left: 171px;
        top: 198px;
        white-space: nowrap;
    }
    .zt-page1 .cptz .detail .left p{
        font-size: 22px;
    }
    .zt-page1 .cptz .detail .right{
        width:100%;
        height:auto;
    }
    .zt-page1 .inner{
        width:100%;
    }
    .zt-page1 .inner .tab1{
        width:100%;
        padding-top: 80px;
    }
    .zt-page1 .back{
        left:20px;
        top:20px;
    }
    .zt-page1 .inner::after{
        right:0;
        width:50px;
    }
    .zt-page1 .inner .tab1 .txt{
        flex-direction: column;
    }
    .zt-page1 .inner .tab1 .txt .t{
        font-size: 100px;
    }
    .zt-page1 .inner .tab1 .box{
        display: none;
    }
    .zt-page1 .inner .tab1 .txt .mark .p1,.zt-page1 .inner .tab1 .txt .mark .p2{
        font-size: 32px;
    }
    .zt-page1 .inner .tab1 ul{
        justify-content: space-between;
    }
    .zt-page1 .inner .tab1 ul li{
        width:25%;
        margin:0;
        font-size: 18px;
        justify-content: center;
    }
    .zt-page1 .inner .tab1 .des{
        padding:0 15px;
        font-size: 16px;
    }
    .zt-page1 .tab .title{
        font-size: 36px;
    }
    .zt-page1 .tab2 {
        padding:0 15px;
    }
    .zt-page1 .tab2 .detail{
        width:100%;
        background: none;
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .zt-page1 .tab2 .detail .sfl .t,.zt-page1 .tab2 .detail .sfl .d1,.zt-page1 .tab2 .detail .sfl .d2,.zt-page1 .tab2 .detail .sfl .d3,
    .zt-page1 .tab2 .detail .szh .t,.zt-page1 .tab2 .detail .szh .d1,.zt-page1 .tab2 .detail .szh .d2,.zt-page1 .tab2 .detail .szh .d3,.zt-page1 .tab2 .detail .szh .d4{
        position: relative;
        left:0;
        top:0;
    }
    .zt-page1 .tab2 .detail .sfl p,.zt-page1 .tab2 .detail .szh p{
        margin-bottom: 10px;
    }
    .zt-page1 .tab .des{
        width:100%;
    }
    .zt-page1 .tab2 .detail .sfl .t,.zt-page1 .tab2 .detail .szh .t{
        color:#000;
        margin-bottom: 20px;
        text-align: center;
    }
    .zt-page1 .tab3{
        padding:0 15px;
    }
    .zt-page1 .tab4{
        padding:0 15px;
    }
    .zt-page1 .tab4 ul{
        display: block;
    }
    .zt-page1 .tab4 ul li{
        width: 100%;
        margin-bottom: 30px;
        padding:0 15px 40px;
        height:auto;
    }
    .zt-page1 .tab5{
        padding:0 15px;
        background: none;
    }
    .zt-page1 .tab5 .xctjlj .top .t{
        font-size: 30px;
    }
    .zt-page1 .tab5 .xctjlj .wrap{
        display: block;
    }
    .zt-page1 .tab5 .xctjlj .wrap .item{
        width:100%;
    }
    .item-t{
        width:90%;
    }
    .zt-page1 .tab5 .xctjlj .wrap .sycj p{
        font-size: 16px;
    }
    .zt-page1 .tab5 .xctjlj .wrap .sycj{
        padding:35px 20px 40px
    }
    .zt-page1 .tab4 ul li p.d{
        font-size: 16px;
    }
    .zt-page1 .tab3 ul li{
        width:100%;
    }
    .zt-page1 .tab .des{
        font-size: 16px;
    }
    .zt-page1 .tab2 .detail .item{
        margin-bottom: 30px;
    }
    .zt-page1 .inner .tab1 ul li img{
        width:26px;
        height:26px;
    }
        .zt-page2 .tab1 .yd,.zt-page1 .inner .tab1 ul li,.zt-page1 .tab5 .xctjlj .wrap .item .xclj p,.zt-page1 .tab2 .detail .sfl .d1,.zt-page1 .tab2 .detail .szh .d1{
        font-size: 16px;
    }
    .zt-page2 .tab1 .des,.zt-page1 .inner .tab1 .des,.zt-page1 .tab .des,.zt-page1 .tab5 .xctjlj .wrap .sycj p{
        font-size: 14px;
    }
    .zt-page2 .tab .title,.zt-page1 .tab .title,.zt-page1 .tab5 .xctjlj .top .t{
        font-size: 24px;
    }
    .zt-page1 .tab2 .detail .sfl .t, .zt-page1 .tab2 .detail .szh .t,.zt-page1 .tab3 ul li .t{
        font-size: 18px;
    }
    .zt-page1 .inner .tab1 .txt .mark .p1, .zt-page1 .inner .tab1 .txt .mark .p2{
        font-size: 28px;
    }
    .zt-page1 .tab3 ul li img{
        width:36px;
    }
    .zt-page1 .cptz .detail .right{
        padding:0 27px 45px;
    }
    .zt-page1 .cptz .detail .right .t,.zt-page1 .tab4 ul li p.t,.zt-page1 .tab5 .xctjlj .wrap .sycj .t,.item-t{
        font-size: 20px;
    }
    .zt-page1 .tab3 ul li .t{
        margin:30px 0 20px;
    }
    .zt-page1 .tab3 ul li{
        padding:40px 30px 26px 30px;
    }
    .zt-page1 .cptz .detail .right .d,.zt-page1 .tab4 ul li p.d{
        font-size: 14px;
    }
    .zt-page1 .tab3 ul li .des{
        font-size: 14px;
    }
    .zt-page2 .tab2 .xcdz .item .title,.zt-page2 .tab2 .xcdz .t,.zt-page2 .tab3 .item ul li .t,.zt-page2 .tab4 ul li .t{
        font-size: 20px;
    }
    .zt-page2 .tab3 .item ul li img{
        width:38px;
    }
    .zjjz-page .tab1 .right ul li .p1,.zjjz-page .tab1 .right ul li .p2{
        font-size: 16px;
    }
    .zjjz-page .left p.t,.zjjz-page .tab4 .txt p:nth-child(2),.zjjz-page .tab6 ul .t{
        font-size: 18px;
    }
    .zjjz-page .tab2 .right li .title{
        font-size: 16px;
    }
    .zjjz-page .tab3 ul li p.t,.zjjz-page .tab7 .t{
        font-size: 20px;

    }
    .zjjz-page .tab3 ul li p{
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    .zjjz-page .tab3 ul li p span{
        width:auto;
    }
    .zjjz-page .tab3 ul li p span {
        padding: 0px 2px;
    }
    .zjjz-page .tab4 .txt p:nth-child(1){
        font-size: 24px;
    }
    .wzxq-page .inner .right .mtbd .t,.wzxq-page .inner .left .xgzx .t{
        font-size: 18px;
    }
    .mySwiper2 .swiper-slide p{
        font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .pagination .baoguanfenye li{
        display: block;
      }
      .pagination li {
    display: none;
}
    .lxwm-page .title{
        font-size: 20px;
    }
    .lxwm-page .left .bottom .ad{
        font-size: 14px;
    }
    .cxdt-page .list li .p2{
        font-size: 18px;
    }
    .wzxq-page .inner .left .des,.wzxq-page .inner .right .mtbd ul li{
        font-size: 14px;
    }
    .wzxq-page .inner .left .tt,.wzxq-page .inner .left .xgzx .zxTitle{
        font-size: 16px;
    }
    .wzxq-page .inner .left .title .t{
        font-size: 20px;
    }
    
    
    .zzy-page .txt{
        width:100%;
        left:0;

        
    }
    .zzy-page .txt p.t{
        font-size: 30px;
        text-align: center;
    }
    .zzy-page .txt p.d{
        font-size: 20px;
        text-align: center;
    }
    .zzy-page .txt .btn{
        flex-direction: column;
        align-items: center;
        padding:0 30px;
    }
    .zzy-page .txt .btn a{
        font-size: 20px;
       justify-content: center;
        width:100%;
        margin-right:0;
        margin-bottom: 30px;
    }
  
    .tzzgx-page .tab1{
        padding: 0 15px;
        margin: 25px 0;
    }
    .tzzgx-page .left p.t{
        margin-bottom: 20px;
    }
    .tzzgx-page .tab1 .right{
          width: 100%;
        display: block;
    }
    .tzzgx-page .tab1 .right::after{
          clear: both;
    }
    .tzzgx-page .tab1 .right .img{
            margin: 0 auto;
            width: 30%;
            float: left;
    }
    .tzzgx-page .tab1 .right .img img{
            width:100%;
    }
    .tzzgx-page .tab1 .right .txt{
            width: 70%;
            float: left;
            padding-left: 26px;
            margin-top: 0px;
    }

    .tzzgx-page .tab1 .right .txt .select {
       text-align: left;
    }
    .tzzgx-page .tab1 .right .txt .title{
        margin:26px auto;
        text-align: left;
    }
    .tzzgx-page .tab1 .right .txt .btn{
        position: static;
        justify-content: flex-start;
        margin-top: 22px;
        padding: 0px;
    }
    .tzzgx-page .tab1 .right .txt .btn a {
        width: 80px;
        height: 24px;
        font-size: 12px;
        color: #d7392e;
        line-height: 24px;
        margin-right: 16px;
    }
       
    .tzzgx-page .banner .txt .t{
        font-size: 32px;
    }
    .tzzgx-page .banner .txt .tt{
        font-size: 16px;
    }
   
    .dzq-page .product-classify .tab-menu{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .dzq-page .product-classify .tab-detail li .title{
        font-size: 16px;
    }
    .product-classify .tab-detail ul li .bottom{
        line-height: 34px;
        font-size: 12px;
    }
    .dzq-page .product-classify .tab-detail li .des{
        font-size: 12px;
    }
    .dzq-page .product-classify .tab-detail li{
        padding-bottom: 19px;
        margin-bottom: 29px;
    }
    
    .news-wrap .tab-menu-detail .item ul li{
        width:100%;
    }
    .news-wrap .tab-menu-detail .item ul::after{
        width:0;
    }
    .main-page{
        position: static;
        padding:0;
        margin-top: 44px;
    }
    .breadcrumbs{
        position: static;
        margin-top: 88px;
        border-top: solid 1px #ddd;
    }
    .cxdt-page .list {
        margin: 25px 15px 0;
    }
    .cxdt-page .banner{
        padding-left: 0;
    }
    .news-wrap .top{
        display: block;
        padding:0;
        padding-top: 40px;
        position: relative;
    }
    .news-wrap .top .tab-menu li{
        margin:0;
        font-size: 16px;
    }
    .news-wrap .top .tab-menu li.cur {
        color: #d7392e;
        border-bottom: solid 2px #d7392e;
        font-weight: bold;
    }
    .news-wrap .top .tab-menu {
        display: flex;
        justify-content: space-between;
        padding: 0 40px;
    }
    .news-wrap .top .right {
            display: flex;
            width: 100%;
            padding: 0px 16px;
            flex-direction: row-reverse;
            justify-content: space-between;
            height: 34px;
            align-items: center;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0px;
    }
    .news-wrap .top .right .search {
        width: 251px;
        height: 26px;
        border: solid 1px #ddd;
        position: relative;
        overflow: hidden;
    }
    .news-wrap .top .right .search input {
        width: 251px;
        height: 24px;
        line-height: 24px;
        border: none;
        outline: none;
        padding-left: 10px;
    }
    .news-wrap .top .right .search .icon-sousuo1 {
        position: absolute;
        font-size: 11px;
        color: #000;
        top: 3px;
        right: 16px;
    }
    .news-wrap .top .right select {
        font-size: 16px;
        height: 26px;
        padding: 0px 8px;
        border: 1px solid #DDDDDD;
    }
    .tab-menu-detail{
        background-color: #F9F9F9;
        padding:0px 14px;
    }

    .news-wrap .tab-menu-detail .item ul{
        padding-top: 20px;
    }
    .news-wrap .tab-menu-detail .item ul li .des {
        margin-left: 100px;
    }
    .news-wrap .tab-menu-detail .item ul li .date {
        margin-left: 0px;
        width: 60px;
        float: left;
        text-align: center;
    }
    .news-wrap .tab-menu-detail .item ul li{
        padding-right: 15px;
    }
    .news-wrap .tab-menu-detail .item ul li{
        padding: 16px 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid #DDDDDD;
    }
    .news-wrap .tab-menu-detail .item ul li .p1{
        font-size: 16px;
    }
    .news-wrap .tab-menu-detail .item ul li .p2 {
        font-size: 12px;
    }
    .cxdt-page .list li{
        width:100%;
    }
    .breadcrumbs{
        height:50px;
        padding-left: 20px;
    }
   
   
    .main-page .cpNav .more {
        width: 150px;
        height: 34px;
        background-color: #d7392e;
        padding: 0px;
        display: block;
        position: absolute;
        right: 0px;
        bottom: 46px;
        font-size: 12px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        padding-right: 20px;
    }
    .main-page .cpNav{
        height:48px;
        width:100%;
        margin-top: 0;
    }
    .main-page .zjjz-wrapper{
        height: 48px;
    }
    .main-page .cpNav ul li.cur {
        border-bottom: solid 2px #d7392e;
    }
    .main-page .cpNav ul li.cur:hover {
        border-bottom: solid 2px #d7392e;
    }
    .main-page .cpNav ul li{
        line-height: 45px;
    }
    .main-page .cpNav .more img {
        position: absolute;
        right: 20px;
        bottom: 13px;
        width: 17px;
    }
    .cpal-page .banner .t {
        font-size: 20px;
        white-space: nowrap;
    }
    .main-page .cpNav ul{
        font-size: 16px;
        
    }

    .cpal-page .tab2 .img{
        width:100%;
    }
    .cpal-page .tab2{
        display: block;
        padding:0 15px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .cpal-page .tab2 .right{
        width:100%;
        padding-top: 20px;
    }
    .cpal-page .tab2 .right .code {
        font-size: 12px;
    }
    .cpal-page .tab2 .right .title{
        font-size: 16px;
    }
    .cpal-page .tab2 .right .des{
        font-size: 12px;
    }
    .cpal-page .tab2 .right .t{
        font-size: 13px;
    }
    .cpal-page .tab3{
        display: block;
        
    }
    .cpal-page .tab3 .left{
        padding:0;
        width:100%;
    }
    .cpal-page .tab3 .left .title{
        font-size: 26px;
    }
    .cpal-page .tab3 .left ul{
        width:100%;
        border-left-width: 0;
        border-bottom: solid 1px #ddd;
        display: flex;
        margin-bottom: 30px;
    }
    .cpal-page .tab3 .left ul li{
        width:20%;
        padding:0;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 60px;
        border-left-width: 0;
        text-align: center;
       
    }
    .cpal-page .tab3 .left ul li.cur{
        font-size: 18px;
        border-left-width: 0;
        border-bottom:solid 2px #d7392e;
    }
    .cpal-page .tab3 .right{
        width: 100%;
        padding: 17px;
        background-color: #F9F9F9;
    }
    .cpal-page .tab3 .right ul
    {
        border-top:0PX;
        border-left:0PX;
    }
    .cpal-page .tab3 .right ul li{
        width:100%;
        min-height: 118px;
        height:auto;
        padding:0;
        margin-bottom: 20px;
        border-right:0PX;
        border-bottom:0PX;
        
    }
    .cpal-page .tab3 .right ul li p{
        display: none;
    }
    .cpal-page .tab3 .right ul li div.on{
        position: static;
        width:100%;
        background-color: #fff;
        padding:20px;
    }
    .cpal-page .tab3 .right ul li div.on p{
        display: block;
        color:#D73C31;
        font-size: 12px;
        font-weight: 800;
    }
    .cpal-page .tab3 .right ul li .on .t 
    {
        color:#000000;
        font-size: 16px;
        font-weight: 800;
    }
    .cpal-page .tab3 .right ul li .on .d {
        font-size: 12px;
        color: #666666;
    }
    .product-classify .tab-detail ul.cur {
        display: flex;
        width: 100%;
    }
    .cpal-page .tab3 .left .title{
        margin-bottom: 0;
        padding-left: 15px;
    }
    .ywcp-page .banner .txt p.t,.ywcp-page .banner .txt p.tt{
        white-space:nowrap;
    }

    .ywcp-page .banner .txt{
        width: 100%;
        padding: 37px;
        top: 0px;
        left: 0px;
    }
    .ywcp-page .banner .txt .mark {
        width: 50px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }

    .tzzgx-page .banner .txt{
        top:50%;
    }
    .ywcp-page .banner .txt .t{
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: bold;
    }
    .ywcp-page .banner .txt .tt{
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: bold;
    }
    .ywcp-page .banner .txt .des{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
    }
     .ywcp-page .banner img{
        min-height: 390px;
        display: block;
    }
    .tzzgx-page .banner img{
        min-height: 200px;
        width: 100%;
    }
    .ywcp-page .tab2{
        display: block;
        padding: 15px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .ywcp-page .tab2 .right{
        width:100%;
    }
    .ywcp-page .tab2 .left{
        display: none;
    }
    .ywcp-page .tab3{
        padding: 16px;
        height: 150px;
    }
    .ywcp-page .tab3 p.mark {
            width: fit-content;
    padding: 0 10px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .ywcp-page .tab3 p.des{
        font-size: 12px;
        margin-top: 12px;
    }
    .ywcp-page .tab3 p.t{
        font-size: 16px;
        font-weight: 600;
    }
    .ywcp-page .tab3 .more {
        font-size: 12px;
        right: 15px;
        font-weight: 600;
        bottom: 6px;
    }
    .ywcp-page .tab3 .more .iconfont {
        font-size: 17px;
        color: #d7392e;
        margin-left: 12px;
    }
    .product-classify{
        display: block;
        margin-top: 0px;
        padding: 17px;
        background-color: #F9F9F9;
    }
    .product-classify .tab-menu {
        width:100%;
        margin-bottom: 0px;
    }
    .product-classify .tab-detail ul li
    {
        border:0px;
    }
    .product-classify .tab-detail ul li
    {
        height: 115px;
    }
    .product-classify .tab-menu ul{
        display: block;
        width:100%;
        border-left:0px;
    }
    .mobileproduct
    {
        border-bottom:0px;
    }
    .product-classify .tab-menu ul li{
        width:25%;
        
    }
    .product-classify .tab-detail{
        width:100%;
    }
    .product-classify .tab-detail ul li{
        width:100%;
    }
    .product-classify .tab-detail ul li:hover{
    box-shadow: 0 0 1px rgba(8,31,98,0.1);
}
    .product-classify .tab-menu ul li{
        position: relative;
        float: left;
        width: 96px;
        height: 24px;
    }
    .product-classify .tab-menu ul li a{
        display: block;
        width: 86px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 13px;
        color: #666666;
        background-color: #EBEBEB;
        margin-right: 16px;
        border-radius: 12px;
    }
    .product-classify .tab-menu ul li.cur a{
        color: #FFFFFF;
        font-weight: bold;
        background-color: #D7392E;
    }
    .product-classify .tab-menu ul li.cur
    {
        border-left:0px;
    }

    .tzzgx-page .tab3{
        display: block;
    }
    .tzzgx-page .tab3 .left .tab-menu{
        margin:0;
        width:100%;
        display: flex;
        flex-direction: row;
    }
    .tzzgx-page .tab3 .left .tab-menu{
        border-left-width:0;
        border-bottom: solid 1px #d7392e;
    }
    .tzzgx-page .tab3 .left .tab-menu{
        height:auto;
        border:none;
        border-bottom:solid 1px #ddd;
        margin-bottom: 30px;
    }
    .tzzgx-page .tab3 .left .tab-menu li{
        line-height: 60px;
    }
    .tzzgx-page .tab3 .left .tab-menu li.cur{
        border-left-width:0px;
        border-bottom: solid 1px #d7392e;
    }
    .tzzgx-page .tab3 .right .tab-detail .item.cur{
            display: block;
            padding:0 15px;
    }
    .tzzgx-page .tab3 .right .video-left,.tzzgx-page .tab3 .right .video-right .img{
        width:100%;
        height:auto;
        margin-bottom: 20px;
    }
    .tzzgx-page .tab3 .right{
        width:100%;
    }
    .tzzgx-page .tab3 .right .img img{
        height:auto;
     
    }
    .tzzgx-page .tab2{
        display: block;
    }
    .tzzgx-page .tab2 .left{
        width:100%;
    }
    .mySwiper1{
        width: 145px;
    height: 52px;
    position: absolute;
    bottom: 0px;
    right: 0;
    }
    .tzzgx-page .tab2 .right{
        width:100%;
        padding:0px;
    }
    .tzzgx-page .tab2 .right .top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.tzzgx-page .tab2 .right .top .select {
    width: 72px;
    height: 24px;
    text-align: center;
    border: solid 1px #ddd;
}
.tzzgx-page .tab2 .right .top .select select {
    width: 70px;
    border: 0;
    height: 22px;
}
.tzzgx-page .tab2 .right .top .search {
    width: 182px;
    height: 24px;
    line-height: 24px;
    border: solid 1px #ddd;
    display: flex;
    margin-left: 16px;
}
.tzzgx-page .tab2 .right .top .search input {
    width: 145px;
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    border: none;
    outline: none;
}
.tzzgx-page .tab2 .right .top .search .iconfont {
    font-size: 11px;
    color: #000;
    margin-left: 16px;
}
    .tzzgx-page .tab2 .right ul.notice li{
       flex-direction: row;
       align-items: baseline;
       display: flex;
        border-bottom: solid 1px #ddd;
        padding-bottom: 16px;
        position: relative;
        padding-right: 0px;
        padding-top: 16px;
    }
    .tzzgx-page .tab2 .right ul.notice li .date{
        display: flex;
        flex-direction: column;
        width: 20%;
        margin-right: 2%;
    }
    .tzzgx-page .tab2 .right ul.notice li .title
    {
        width: 70%;
    }
    .tzzgx-page .tab3 .right .video-right
    {
        padding-left:0px;
    }
    .tzzgx-page .tab2 .right ul.notice li .date p:last-child{
        font-size: 20px;
        color:#333;
        margin-right: 0px;
    }
    .tzzgx-page .tab2 .right ul.notice li .title p:last-child{
        font-size: 12px;
    }
    .tzzgx-page .tab2 .right ul.notice li .btn{
        display: none;
        position: absolute;
        right:30px;
        bottom:10px;
        top:auto;
        padding:0;
    }
    .tzzgx-page .left p.t,.tzzgx-page .tab1 .right .txt .title{
        font-size: 16px;
        text-align: center;
    }
    .tzzgx-page .tab1 .left .t{
        text-align: center;
        padding:0;
        margin:0;
        width:100%;
        margin-bottom: 16px;
    }
    .tzzgx-page .tab2 .right ul.notice li .date p:last-child,.tzzgx-page .tab2 .right ul.notice li .date p:first-child{
        font-size: 12px;
    }
    .tzzgx-page .tab2 .right ul.notice li .title p:first-child{
        font-size: 16px;
    }
    .tzzgx-page .tab3 .left .tab-menu li.cur,.tzzgx-page .tab3 .left .tab-menu li{
        font-size: 13px;
    }
    .mySwiper1{
        right:20px;
        left:auto;
        overflow: hidden;
    }
    .tzzgx-page .tab2 .right .page{
        justify-content: center;
    }
    .tzzgx-page .tab2 .right .page .first{
        margin-left: 0;
    }
    .tzzgx-page .tab2{
        margin-bottom: 40px;
        width: 100%;
        padding: 16px;
    }
    .tzzgx-page .tab3{
        padding:40px 0 20px;
    }
    .tzzgx-page .footer{
        height:auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding:15px;
        
    }
    .tzzgx-page .footer span{
        line-height: 25px;
        margin-right: 0px;
        font-size:12px;
    }
    
    .product-classify .tab-detail ul li .bottom span{
        margin-right: 20px;
    }
    .product-classify .tab-detail ul li .bottom span::after{
        left:-12px;
    }
    .product-classify .tab-detail ul li .bottom {
        padding-left: 40px;
    }
    .zt-page2 .tab5{
        margin-bottom: 0;
    }
    .zjjz-page .tab2 .wrapperY {
        background: url(../images/fzlc-bg-yd.png) repeat-x left 8px;
    }
    .zjjz-page .tab2 .bottom li span
    {
        border:0px;
    }
    .zjjz-page .tab2 .bottom li span::after
    {
        width: 3px;
        height: 20px;
        border-radius: 0px;
    }
    .newspage
    {
        height: 230px;
        margin-bottom: 30px;
    }
    .wrapper2 .scroller li.mobilenews
    {
        width:305px;
        height: 228px;
        border:solid 1px #DDDDDD;
    }
    .wrapper2 .scroller li.mobilenews .p2
    {
        width:100%;
        height: 54px;
        line-height: 54px;
        padding:0px 13px;
        font-size:16px;
        color: #000000;
        overflow: hidden;
    }
   

    .breadcrumbs{
        margin-top: 44px;
        display: none;
    }
    .wzxq-page .inner .right
    {
        padding-top: 0px;
    }
    .main-page .cpNav ul li.cur a {
        color: #d7392e;
        font-weight: 800;
    }
    .tzzgx-page-nr
    {
        padding-right: 0px;
    }

    .news-wrap .tab-menu-detail .item .page
    {
        margin-top: 30px;
    }
    .tzzgx-page .tab3 .right .video-left .img img.playBtn
    {
        width: 48px;
        height: 48px;
    }
    .lxwm-page .left .form ul li input
    {
        padding-left: 5px;
    }
    .lxwm-page .left .form .btns {
        font-size: 11px;
        width: 80px;
    }
    .sousuo-page .title
    {
        color: #d7392e;
        font-size: 24px;
        margin-bottom: 8px;
        padding-top: 8px;
        width: 100%;
        text-align: center;
    }
    .sousuoform {
        width:90%;
        margin: 15px auto;
        position: relative;
        height: 32px;
    }
    .sousuoformtext {
        width: 100%;
        height: 32px;
        padding-left: 10px;
    }
    .sousuoformsub {
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 0px;
        width: 90px;
        height: 32px;
        color: #d7392e;
    }
    .jinrucaidan
    {
        width:100%;
        height: 80px;
        padding:15px 0px;
    }
    .jinrucaidan .cpxx
    {
        width:100%;
        height:50px;
        background-color: #c74631;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }
    .jinrucaidan .cpxx a
    {
        color: #FFFFFF;
    }
    .jinrucaidan .cpxx a img
    {
        width: 20px;
        padding-left: 10px;
    }
    .nav > ul > div.xuanzeyuyan
    {
        display: flex;
    border-bottom: 0px;
    justify-content: center;
    border-bottom: 0px;
    }
    .nav > ul > div.xuanzeyuyan img
    {
      width:65px;
    }
    .fanhuidingbu{
        bottom: 60px;
        right: 10px;
    }
    .fanhuidingbu img{
        width:30px;
    }
    .wzxq-page .inner .left .title{
        padding:15px 0px;
    }
    .wzxq-page .inner .left .title .mark{
        display: none;
    }
    .wzxq-page .banner .xxnr{
        padding:0px;
    }
   .sidebar.index-sidebar .left .kefus {
        display: none;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: 10px;
            left: 10%;
            width: auto;
        }
    .news_mod {
    width: 100%;
    height: auto;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0px; 
  }
  .news_mod .news_mod_up p {
        padding: 5px 0px;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
    }
    .news_mod_center{
        padding:5px;
    }
.fengeyangshi{
    width:100%;
    border-bottom:3px solid #FF0000;
    margin-bottom:50px;
    background-color: #FF0000;
    margin-top:-30px;
    line-height: 0px;
}
}