.banner{
    height: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.box-1{
    height: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.box-1 li{
    position: absolute;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    /* min-width: 1920px; */
 }
.imgContainer{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: auto;
}
.imgContainer >img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%,-50%);
	height: 100%;
}
.box-1 ul li h2{
    display: none;
}
#position{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    text-align: center;
}
#position li{
    width: 10px;
    height: 10px;
    margin:0 2px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.3);
}
#position .cur{
    background: rgba(255,255,255,0.6);
}

.arrow {
    cursor: pointer;
    line-height: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px; /*width的一半*/
}
#prev {
    left: 20px;
    background-image: url("../img/left.png");
}
#next {
    right: 20px;
    background-image: url("../img/right.png");
}

.scheme-box{
    height: 100%;
    width: 100%;
    min-width: 1200px;
}
.scheme{
    height: 322px;
    width: 100%;
    background: #fafdfe;
    position: relative;
}
.scheme >p{
    position: absolute;
    top: 119px;
    left: 50%;
    margin-left: -77px;
    width: 144px;
    color: #3A426B;
    font-size: 36px;
    font-weight: bold;
    height: 86px;
    text-align: center;
    line-height: 86px;
    box-sizing: border-box;
    border-bottom: 4px solid #E49A1D
}

.con{
    position: absolute;
    color: #3A426B;
    width: 420px;
    height: 100%;
    text-align: center;
}
.con >h3{
    font-weight: 600;
    margin-top: 251px;
}
.con >p{
    font-weight: 400;
    margin-top: 25px;
}
.con1{
    left: 57%;
    top: 0;
}
.con2{
    right: 57%;
    top: 0;
}
.con3{
    left: 57%;
    top: 0;
}
.con4{
    right: 57%;
    top: 0;
}
.con5{
    left: 57%;
    top: 0;
}
.con6{
    right: 57%;
    top: 0;
}
section{
    background: #fafdfe;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.swiper-slide {
    /* Center slide text vertically */
    transition: 300ms;
    transform: scale(0.7);
    -ms-transform:scale(0.7); 	/* IE 9 */
    -moz-transform:scale(0.7); 	/* Firefox */
    -webkit-transform:scale(0.7); /* Safari 和 Chrome */
    -o-transform:scale(0.7); 	/* Opera */
    width: 560px;
    height: 364px;
    margin: 0 13px;!important;
}
.swiper-slide >a{
    height: 100%;
    width: 100%;
    position: relative;
}
.swiper-tit{
    position: absolute;
    color: #FFFFFF;
    font-size: 22px;
    left: 42px;
    top: 293px;
    font-weight: 600;
    white-space: nowrap;
}
.swiper-tit-en{
    width: 100%;
    position: absolute;
    color: #FFFFFF;
    font-size: 14px;
    left: 42px;
    top: 324px;
    white-space: nowrap;
}
.swiper-slide:hover{
    z-index: 9;
    transform: scale(0.8);
    -ms-transform:scale(0.8); 	/* IE 9 */
    -moz-transform:scale(0.8); 	/* Firefox */
    -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    -o-transform:scale(0.8); 	/* Opera */
}
.swiper-button-next{
    position: absolute;
    top: 157px;
    right: 60px;
    height: 70px;
    width: 64px;
    background: url("../img/right2.png") no-repeat center;!important;
}
.swiper-button-prev{
    position: absolute;
    top: 157px;
    left: 60px;
    height: 70px;
    width: 64px;
    background: url("../img/left2.png") no-repeat center;!important;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    opacity:0.6;!important;
}
.content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.content >div{
    height: 100%;
    width: 252px;
    margin: 0 74px 100px;
}
.content >div img{
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.content >div h2{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
    color: #333333;
    font-weight: 600;
}
.content >div p{
    font-size: 14px;
    color: #666666;
    width: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}






