 
    .swiper {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .swiper-slide {

      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
    
      object-fit: cover; max-width:100%;
    }



    .swiper {
      width: 100%;
/*      height: 300px;*/
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
        margin: 5px;
/*        min-height: 580px;*/
        width: calc(100% - 10px);
        box-shadow: 0 0 5px 0 #dfdfdf;
    }

    .mySwiper2 .swiper-button-next,.mySwiper2 .swiper-button-prev{
        width:40px;
        height: 70px;
        background: rgba(0,0,0,0.4);
        border-radius: 5px;
    }

    .mySwiper2 .swiper-button-next::after ,.mySwiper2 .swiper-button-prev::after {
        color: #fff;
        font-size: 26px;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px;
      background: #f1f1f1;
      border-left: 3px solid #fff;
      border-right: 3px solid #fff;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;

    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    
    ul.tel{
        display: flex;
        flex-flow: row wrap;
        margin-top: 30px;
    }

    ul.tel li{
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
    }
    ul.tel li span.fa{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #1B5D9A;
        font-size: 20px;
        margin-right: 10px ;
        border-radius: 10px;
    }
    

    ul.tel li span.num{
        line-height: 30px;
        font-size: 13px;
        color: #666;
        line-height: 18px;
    }

    ul.tel li span.num b{
        font-size: 18px;
        display: block;
        padding-top: 4px;
    }

    .btn_box{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .btn_box .btn_item{
      
        height: 50px;
        line-height: 50px;
        background: #cf342f;
        color: #fff;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        font-size: 18px;
        border-radius: 60px;
        align-items: center;
        align-content: center; padding:0 25px;
       
    }

    .btn_box .btn_item.lxwm{
        background: #1B5D9A;
/*        margin-left:20px;*/
    }

    .btn_box img{
        width: 30px!important;
        height: 30px!important;
        margin-right: 15px;
    }

    .xiazai{
        width: 100%;
        padding: 30px;
        background: #f1f1f1;
        margin-top: 20px;
        font-size: 17px;
        line-height: 200%;
    }
    .xiazai ul li{
        padding: 0;
    }
    .xiazai ul li a{
        display: flex;
        flex-flow: row nowrap;
        padding: 8px 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .xiazai ul li .txt{
        width: calc(100% - 55px);
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .xiazai ul li .txt > span{
        display: block;
        width: calc(100% - 140px);
        line-height: 120%;
    }
    .xiazai ul li a img.wj{
        width: 35px;
        height: 40px;
        margin-right: 10px;
    }
    .xzicon{
        max-width: 120px;
        height: 25px;
        line-height: 25px;
        padding: 0px 10px;
        background: #1B5D9A;
        color:#fff;
        font-size: 13px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        border-radius: 5px;
    }

    .xzicon .download{
        height: 13px!important;
        width: auto!important;
        margin-left: 15px;
    }

    .xiazai ul li:hover .xzicon{
        background: #D36700;
    }

    .prodetail_tit{
        width: 100%;
        height: 52px;
        border-bottom: 2px solid #dfdfdf;
        font-size: 22px;
        color: #333;
        margin:30px 0;
    }

    .prodetail_tit b{
        display: inline-block;
        padding: 5px 20px;
        background: #1B5D9A;
        color: #fff;
    }

    .prodetailtxt2{
        padding: 20px;
       /* display: flex;
        flex-flow: row wrap;
        justify-content: space-between;*/
        background: #f6f6f6;
        margin-top: 10px;
        font-size: 16px;
    }
    .videodetailtxt2{
        padding: 20px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        background: #f6f6f6;
        margin-top: 10px;
        font-size: 16px;
    }
    .videodetailtxt2 .videobox1{
        width: 49%;
    }
    .videodetailtxt2 .videobox1 video{
        width: 100%;
        height: 350px;
        outline: none;
    }
    .videodetailtxt2 .videobox1 p{
        padding-bottom: 5px;
        margin-bottom: 12px;
        border-bottom:1px solid #dfdfdf;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        font-size: 18px;
    }
    .videodetailtxt2 .videobox1 p img{
        padding-right: 10px;
    }
    .sycdul{
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-top: 15px;
    }
    .sycdul li{
        width: 18.5%;
        margin-left: 1.87%;
    }
    .sycdul li:nth-child(1) {
        margin-left: 0;
    }

    .sycdul li .img{
        overflow: hidden;
    }
    .sycdul li .img img{width: 100%;display: block;transition:.5s ease-in;}
    .sycdul li:hover img { transform:scale(1.1,1.1);}
    .sycdul li p{
        width: 100%;
        padding: 8px 10px;
        background: #f1f1f1;
        text-align: center;
        line-height: 16px;
    }
    .sycdul li:hover p{
        background: #1B5D9A;
        color: #fff;

    }
    .prodetailtxt2 .BT{
        width:100%;
        display: block;
        font-size: 22px;
        font-weight: bold;
        margin: 30px 0;
        border-left: 6px solid #0594d3;
        padding-left: 5px;
        height: 24px;
        line-height: 24px;
    }

    .prodetailtxt2 .BT span{
        padding-left: 10px;
        border-left: 2px solid #1B5D9A;
        color: #1B5D9A;
        height: 24px;
        line-height: 24px;
        display: inline-block;
    }
    /*.prodetailtxt2 p{
        width: 30%;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px dashed #dfdfdf;
    }

    .prodetailtxt2 p i.fa{
        font-size: 16px;
        color: #1B5D9A;
        margin-right: 10px;
    }
*/
    .biaoge{
        border:none;
        border-color: #f6f6f6;
        overflow: scroll;
        border-width:3px;
    }
    .biaoge2{
        border:none;
        border-color: #dfdfdf;
        overflow: scroll;
        border-width:3px;
    }
    .biaoge tbody tr:nth-child(1) {
        background: #1B5D9A;
        color: #fff;
    }

    .biaoge tbody tr:nth-child(2n) {
        background: #e9e9e9;
    }
  
    .biaoge tbody tr td{
        line-height: 30px;
        padding: 15px 0;
        border: 2px solid #fff;
    }


    .biaoge2 tbody tr td{
        padding: 20px 0;
    }
    .biaoge2 tbody tr:nth-child(2n-1) {
        background: #e9e9e9;
    }
   /* .prodetailtxt2 .biaoge2 tbody tr:nth-child(2n-1) {
        background: #e9e9e9;
    }*/
    .biaoge2 tbody tr:nth-child(2n-1) td:nth-child(1) {
        background: #1B5D9A;
        color: #fff;
    }

    .biaoge2 tbody tr td{
        line-height: 30px;
        padding: 15px 0;
        border: 2px solid #fff;
    }



    /*.prodetailtxt2 .biaoge2 tbody tr:nth-child(2n-1) td:nth-child(2n+1) {
        background: #e9e9e9;
    }*/
    .swiper-button-next:focus {outline: none;}
    .swiper-button-prev:focus {outline: none;}
	.prodetailtxt2 h1{ display:block; position: relative; padding-left:60px; font-size:23px; margin:30px 0;}

	.prodetailtxt2 h1:after{ border-top-width: 8px;border-top-style: solid;border-top-color: #1B5D9A;width: 40px;height: 0;border-right: 10px solid rgba(0, 0, 0, 0); content:""; position: absolute; left:0px;top:10px;}
	.protableh{ border:2px solid #fff; border-left:none; border-right:none; width:100%;}
    .protableh tr:nth-child(2n-1) {background-color: #f6f6f6}
    .protableh tr:nth-child(2n) {background-color: #e9e9e9}
    .protableh tr:first-child{ background:#1B5D9A; color:#fff;}
    .protableh tr td{ padding:10px; text-align:center; border:2px solid #fff; border-bottom:none;}

    .protables{ border:2px solid #fff; border-left:none; border-right:none; width:100%;}
    .protables td:first-child{ background:#1B5D9A; color:#fff;}
    .protables tr:nth-child(2n) {background-color: #e9e9e9}
    .protables tr:nth-child(2n-1) {background-color: #f6f6f6}

    .protables td{ padding:10px; text-align:center; border:2px solid #fff;}


    @media (max-width: 740px) {
        .mySwiper2 { 
            height:auto !important;  
            min-height: auto;     
        }
}

@media screen and (max-width:1240px) {
    .xql {

      width: 51%;

      float: left;

    }



    .xqr {

      width: 45%;

      float: right;

    }

    .xqr .xqr_title {
        font-size: 24px;
        line-height: 50px;
        padding-top: 0px;
    }

    .xiazai {
        width: 100%;
        padding: 20px;
        background: #f1f1f1;
        margin-top: 10px;
        font-size: 16px;
        line-height: 160%;
    }
}

@media (max-width:980px) {

.xql {

  width: 100%;

  float: left;

}



.xqr {

  width: 100%;

  float: left; margin-top:25px;

}

.prodetail_box iframe{ max-width:100% !important; height:auto !important;}


}


@media (max-width:430px){
    .btn_box .btn_item.lxwm {
    background: #1B5D9A;
    margin-left: 0px;
    margin-top: 20px;
}
}