
@keyframes myfirst {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	@-webkit-keyframes myfirst {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}
a{text-decoration:none}
.swiper-container {
  width: 100%;
  height: 200px;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1)!important;
}
.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;
  transition: 300ms;
  transform: scale(0.8);
}


.qmg{
    width: 80%;
    margin: 0 auto;
    margin-top: 19%;
}
.swiper-slide{
    text-align:center;
    height: 200px!important;
  background: url(../img/qmg-xq.png)
    100% no-repeat;
  width: 20%!important;
  background-position-x: 48px;
    
}
 .swiper-button-prev {
    top: 435px!important;
    width: 27px!important;
    height: 61px!important;
    left: 103px!important;
    background-image:none!important;

 }
 .swiper-button-next{
         right: 105px!important;
         background-image:none!important;
         top: 435px!important;
        width: 27px!important;
        height: 62px!important;
 }
.nr{
        height: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.nr:hover{  color: #F91416!important;}
li {list-style-type:none;}
.bt{margin:0 auto;}
.bt ul {    margin-top: 80px;display: flex;
    justify-content: center;}
.bt ul li{
font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    width: 250px;
    height: 50px;
    background: #F91416;
    border-radius: 30px;
    text-align: center;
    margin-right: 80px;
    cursor: pointer;
}
.bt ul li:nth-child(1) a{color:#fff;}
.bt ul li:nth-child(2){
    color: #F91416;
    background: #FFFFFF;
    border: 3px solid #F91416;
}
.bt ul li:nth-child(2) a{
    color: #F91416;
    
}   
.swiper-slide:hover{transform:scale(1.1);} 
.xx{ 
    width: 49px;
    height: 51px;
    background: #D22328;
    border-radius: 50%;
    top: -22px;
    position: absolute;
    line-height: 51px;
    font-size: 22px;
    color: #fff;
    right: -20px;
    
}    
.x{
    display: block;
    padding: 6px 0 0 10px;
    color: #fff;
}  
    
    
    