﻿*{ font-family: "微软雅黑";  margin: 0px; padding: 0px;}
ul,li,ol{ list-style: none;}
a{color: #666;} 
a{ text-decoration: none;outline: 0; }
img{ max-width: 100%; height: auto;} 

        h1
        {
            font-size: 33px;
            font-family: "微软雅黑";
            font-weight: 270;
            line-height: 3;
        }
        
        
.swiper-pagination{
    width: 21%!important;
    bottom: 21px!important;
} 
.mySwiper{
    position: relative;
    margin-top:44px;
    width:93%; 
}
.mySwiper,.swiper-wrapper{
    overflow: hidden;
  }
.swiper-slide img{
	width:100%;
	height:auto;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
.swiper-slide-active img,.swiper-slide-duplicate-active img{
	transition:6s linear;
	transform:scale(1,1);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ right:0; }

.swiper-pagination {
    width: 100% !important; 
} 
.swiper-button-prev{ display:none; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{ content:''; background:url(../2/jt.png); }


.swiper-button-next { background:url(../css/jt.png); background-size:cover; width: 108px;  margin-top:-68px;
    height: 208px; }
    
    .swiper-pagination-bullet{ width:20px; height:20px; margin:0px 10px !important; }
@media (max-width: 768px)  
{
    .swiper-pagination{width: 100%!important;left: 0!important;}
}