 
    .swiper {
      width: 100%;
      height: 100%;
    }

    .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: #BA5B1E;
        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: #D36700;
        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 15px;
       
    }

    .btn_box .btn_item.lxwm{
        background: #BA5B1E;
    }

    .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: #BA5B1E;
        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: 50px;
        border-bottom: 2px solid #dfdfdf;
        font-size: 22px;
        color: #333;
    }

    .prodetail_tit b{
        display: inline-block;
        padding: 5px 10px;
        background: #BA5B1E;
        color: #fff;
    }

    .prodetailtxt2{
        padding: 20px;
       /* display: flex;
        flex-flow: row wrap;
        justify-content: space-between;*/
        background: #f6f6f6;
        margin-top: 20px;
        font-size: 16px;
    }

    .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 #0594D3;
        color: #0594D3;
        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: #BA5B1E;
        margin-right: 10px;
    }
*/
    .prodetailtxt2 .biaoge{
        border:none;
        border-color: #f6f6f6;
        overflow: scroll;
        border-width:3px;
    }
    .prodetailtxt2 .biaoge2{
        border:none;
        border-color: #dfdfdf;
        overflow: scroll;
        border-width:3px;
    }
    .prodetailtxt2 .biaoge tbody tr:nth-child(1) {
        background: #0594D3;
        color: #fff;
    }

    .prodetailtxt2 .biaoge tbody tr:nth-child(2n) {
        background: #e9e9e9;
    }
  
    .prodetailtxt2 .biaoge tbody tr td{
        line-height: 30px;
        padding: 15px 0;
        border: 2px solid #fff;
    }


    .prodetailtxt2 .biaoge2 tbody tr td{
        padding: 20px 0;
    }
    .prodetailtxt2 .biaoge2 tbody tr:nth-child(2n-1) {
        background: #e9e9e9;
    }
   /* .prodetailtxt2 .biaoge2 tbody tr:nth-child(2n-1) {
        background: #e9e9e9;
    }*/
    .prodetailtxt2 .biaoge2 tbody tr:nth-child(2n-1) td:nth-child(1) {
        background: #0594D3;
        color: #fff;
    }

    .prodetailtxt2 .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: #BA5B1E;width: 40px;height: 0;border-right: 10px solid rgba(0, 0, 0, 0); content:""; position: absolute; left:0px;top:10px;}
	.prodetailtxt2 .protableh{ border:3px solid #fff; border-left:none; border-right:none; width:100%;}
.prodetailtxt2 .protableh tr:nth-child(2n-1) {background-color: #f6f6f6}
.prodetailtxt2 .protableh tr:nth-child(2n) {background-color: #e9e9e9}
.prodetailtxt2 .protableh tr:first-child{ background:#BA5B1E; color:#fff;}
.prodetailtxt2 .protableh tr td{ padding:10px; text-align:center; border:2px solid #fff; border-bottom:none;}

.prodetailtxt2 .protables{ border:3px solid #fff; border-left:none; border-right:none; width:100%;}
.prodetailtxt2 .protables td:first-child{ background:#BA5B1E; color:#fff;}
.prodetailtxt2 .protables tr:nth-child(2n) {background-color: #e9e9e9}
.prodetailtxt2 .protables tr:nth-child(2n-1) {background-color: #f6f6f6}

.prodetailtxt2 .protables td{ padding:10px; text-align:center; border:2px solid #fff;}


	@media (max-width: 740px) {
	 .mySwiper2 { height:auto !important;  min-height: auto;     
    }
	}
	
