/* 
* @Author: anchen
* @Date:   2019-07-05 10:41:09
* @Last Modified by:   anchen
* @Last Modified time: 2019-07-25 16:44:33
*/
  





.col-md-13  .links{
            padding: 8px;
            background-color: #52b529;
            margin: 5px;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }
    .col-md-13   .links a{
            color: #fff;
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }
     .col-md-13   .links:hover{
        background-color: #1e824c;
        }
      .col-md-13  .current{
            background-color: #22a7f0;
        }
      .col-md-13   .swiper-container {
            width: 100%;
            margin-left: auto;
            margin-right: auto;  
        }
    .col-md-13    .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;
        }
     .col-md-13    .swiper-slide img{width:100%;}

.col-md-13{padding:0;}
.col-md-13 .swiper-button-next{width:50px;height:50px;background:url(../images/right.png);margin-top:0px;background-size: 100%;position: absolute;top: 50%; right:50px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); }
.col-md-13 .swiper-button-prev{width:50px;height:50px;background:url(../images/left.png);margin-top:0px;background-size: 100%;position: absolute;top: 50%; left: 50px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); }


.col-md-13 .swiper-pagination-bullet{width:20px;height:20px;border-radius: 20px;}
.col-md-13 .swiper-pagination-bullet-active{width:64px;height:20px;background:#7fb2d5;border-radius: 10px;}





.swiper-container div.wenan{width:1200px;height:200px;position: absolute;top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); z-index: 999;}
.swiper-container div.wenan span{font-size: 60px;color:#fff;}
.swiper-container div.wenan p.p_1{color:#fff;font-size: 15px;margin-top:20px;}
.swiper-container div.wenan em{display:block;width:510px;height:2px;background:#fff;margin-top:20px;}
.swiper-container div.wenan p.p_2{font-size: 16px;color:#fff;margin-top:20px;}

.col-md-13 .swiper-pagination-bullet-active{background:#1ba2ff;}
