


   
    .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;

    }


    .swiper {

      width: 100%;

      height: 300px;

      margin-left: auto;

      margin-right: auto;

    }



    .swiper-slide {

      background-size: cover;

      background-position: center;

    }



    .mySwiper2 {

      min-height: 580px;

      width: 100%;

    }



    .mySwiper {

      height: 20%;

      box-sizing: border-box;

      padding: 10px 0;

    }



    .mySwiper .swiper-slide {

      width: 25%;

      height: 100%;

      opacity: 0.4;

    }



    .mySwiper .swiper-slide-thumb-active {

      opacity: 1;

    }



    .swiper-slide img {

      display: block;

    

      object-fit: cover;

    }

    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: #007ED1;

        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: space-between;

        margin-top: 30px;

    }



    .btn_box .btn_item{

        width: 48%;

        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;

       

    }



    .btn_box .btn_item.lxwm{

        background: #007ED1;

    }



    .btn_box img{

        width: 30px!important;

        height: 30px!important;

        margin-right:5px;

    }




    .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: #007ED1;

        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 #007ED1;

        padding-left: 5px;

        height: 24px;

        line-height: 24px;

    }



    .prodetailtxt2 .BT span{

        padding-left: 10px;

        border-left: 2px solid #007ED1;

        color: #007ED1;

        height: 24px;

        line-height: 24px;

        display: inline-block;

    }

	.prodetailtxt2 h1{ display:block; position: relative; padding-left:60px; font-size:23px; margin:20px 0;}

	.prodetailtxt2 h1:after{ border-top-width: 8px;border-top-style: solid;border-top-color: #007ED1;width: 40px;height: 0;border-right: 10px solid rgba(0, 0, 0, 0); content:""; position: absolute; left:0px;top: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: #007ED1;

        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: #007ED1;

        color: #fff;

    }



    .prodetailtxt2 .biaoge2 tbody tr td{

        line-height: 30px;

        padding: 15px 0;

        border: 2px solid #fff;
    }


    .swiper-button-next:focus {outline: none;}

    .swiper-button-prev:focus {outline: none;}
.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;
    }

	@media (max-width: 740px) {

	 .mySwiper2 { height:auto !important;  min-height: auto;}     

    }

