﻿@charset "utf-8";
/* CSS Document */
.swiper-container{

}	
.swiper-slide{
	width:1040px;
	height:589px;
	position:relative;
	border-radius:300px;
	overflow:hidden;
	
	}
.swiper-slide a{
	transition: 0.2s;
	}	
.swiper-slide a:hover{
	opacity:.6;}	
.swiper-pagination{
	text-align:center;
	width:100%;
	display:none;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.swiper-button-prev{
    content: "";
    position: absolute;
    width: 89px;
    height:55px;
	line-height:55px;
	text-align:center;
    background:#72bb3b;
    left:610px;
    top: 50%;
    margin-top:637px;
	border-radius:40px;
	}	
.swiper-button-prev i{font-size:26px;color:#fff;}
.swiper-button-prev:before{	
    content: "";
    position: absolute;
    width: 89px;
    height:55px;
	line-height:55px;
    left:103px;
	text-align:center;
    top: 50%;
    margin-top:287px;
}
.swiper-button-next{
    content: "";
    position: absolute;
    width: 89px;
    height:55px;
	line-height:55px;
	text-align:center;
    background:#72bb3b;
    right:610px;
    top: 50%;
    margin-top:637px;
	border-radius:40px;
	}
.swiper-button-next i{font-size:26px;color:#fff;}
.swiper-button-next:after{	
    content: "";
    position: absolute;
    width: 98px;
    height:64px;
	line-height:64px;
	text-align:center;
    right: 103px;
    top: 50%;
    margin-top:287px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
}
.swiper-slide-prev .swiper-slide-content{
display:none;
}
.swiper-slide-next .swiper-slide-content{
display:none;
}
.swiper-slide-content{
width:623px;
height:363px;
position:absolute;
left:180px;
bottom:-80px;
color:#fff;
}
.swiper-slide-content2{
padding:35px;
text-align:center;

}
.swiper-slide-content h2{
font-size:24px;
line-height:60px;
color:#fff;
}
.swiper-slide-content h3{
font-size:18px;
line-height:24px;
color:#fff;
}
.swiper-slide-content h4{
font-size:18px;
width:70px;
height:34px;
line-height:34px;
text-align:center;
background:#72bb3b;
color:#fff;
margin:27px auto 0 auto;
border-radius:30px;
}
.swiper-slide-content h4 i{
color:#fff;
font-size:22px;
font-weight:bold;
}