.banner{
    background: url("../image/event-banner.png") no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    color: #fff;
    
}
.title-cn{
    padding: 6% 0 0 0;
}
.title-en{
    text-transform:none;
}
.banner .title-cn{
    font-size: 50px;
}
.banner .content-text{
    margin-bottom: 28%;
}
.reason{
    padding:50px 0;
    overflow: hidden;
}
.reason .left,.reason .right{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 0;
}
.reason .left img{
    width: 50%;
    float: right;
}
.reason .content-text{
    text-align: left;
    line-height: 1.6;
}
.cases{
    background: url("../image/cases.png") no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    color: #fff;
    
}
.cases .title-cn{
    padding: 0;
    margin-top: 10px;
}
.cases .title-en{
    color: #fff;
}
.cases .title-center{
    padding: 4% 0 0 0;
}
.process{
    position: relative;
}
.process>img{
    width: 100%;
}
.process>.title-center{
    position: absolute;
    width: 100%;
    top: 0;
    color: #ffffff;
}
.process .title-en{
    color: #fff;
}
.intro{
    position: relative;
}
.intro>img{
    width: 25%;
    display: block;
    margin: 30px auto;
}
.intro>.btn-bule{
    border-radius: 6px;
    position: absolute;
    left: 75%;
    bottom: 30px;
    width: 170px;
    text-align: center;
    padding: 10px 0;
}
.intro>.help-btn{
    bottom:80px;
}
.swiper-wrapper{
    align-items: center;
}
.swiper-slide>.cont {
	background: rgba(255, 255, 255, .4);
	padding:20px;
	display: block;
    border-radius: 2px;
    color: #444444;
}
.swiper-slide img {
	width: 100%;
	/* border-radius: 14px; */
    display: block;
    cursor: pointer;
}
.swiper-container{
    margin:80px 0;
    padding-bottom: 20px;
}
.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.swiper-slide-active>div:after {
	background: none;
}



.swiper-pagination-bullet {
	background: #fff;
	margin-left: 4px;
	margin-right: 4px;
	width: 12px;
	height: 12px;
	opacity: 1;
	margin-bottom: 4px;
}
.swiper-slide-active .cases-content{
    background-color: #fff;
    color: #444;
}

.swiper-pagination-bullet-active {
	/* width: 12px;
	height: 12px; */
	background: #FFF;
	border: 4px solid #fff;
	margin-bottom: 0;
}
.swiper-pagination {
    position: relative;
    bottom: -40px !important;
	margin-bottom: 30px;
}
.swiper-button-prev,.swiper-button-next{
    background-image:url("../image/refund-right.png")
}
.swiper-button-next{
    transform: rotate(180deg)
}
.swiper-button-next, .swiper-button-prev{
    margin-top: -45px;
}
.swiper-slide-active div{
    /* padding: 10px; */
}
.cases-content{
    background-color: transparent;
    padding: 20px;
    overflow: hidden;
    color: #fff;
}
.cases-content .text,.cases-content .more-link{
    color: #fff;
}
.swiper-slide-active .cases-content .text,.swiper-slide-active .cases-content .more-link{
    color: #444;
}
.cases-content>img{
    width: 100%;
    float: left;
}
.cases-content .right{
    width: 45%;
    float: right;
}
.cases-content .title{
    font-size: 20px;
    padding: 15px 0 10px;
    font-weight: 600;
}
.cases-content .text{
    line-height: 3.8;
}
.more-link{
    float: right;
    margin-right: 5%;
    color: #444;
}
.line{
    display: block;
    width: 200px;
    height: 1px;
    background-color: #999;
    margin: 16px auto 20px;
    position: relative;
}
.line::before{
    content: '';
    display: block;
    width: 30px;
    margin: auto;
    background-color: #fff;
    height: 2px;
    text-align: center;
}
.line>i{
    height: 100%;
    position: absolute;
    top: -32px;
    font-size: 36px;
    z-index: 999;
    color: #0099ff;
    left: 50%;
    margin-left: -4px;
}
.viewer-title{
    line-height: 2;
}
.cases .line{
    background-color: #fff;
}
.cases .line>i{
    color: #fff;
}
.cases .line::before{
    background-color:#59b1f2;
}
.process .line::before{
    background-color: #212120;
}
@media screen and (max-width:1366px){
    .cases-content .text{
        line-height: 1.6;
    }
    .reason .left>img{
        width: 60%;
    }
    .reason .content-text{
        font-size: 14px;
    }
    .swiper-slide>.cont{
        padding: 10px;
    }
}
@media screen and (max-width:1280px){
    .intro>.btn{
        padding: 10px 16px;
    }
}
@media screen and (max-width:1024px){
    .reason .left>img{
        width: 80%;
    }
    .cases .line::before{
        background-color: #69befd;
    }
    .cases-content .title{
        font-size: 16px;
        padding: 0;
        margin-top: 0;
    }
    .cases-content .text{
        font-size: 14px;
    }
    .intro>.btn-bule{
        width: 140px;
    }
}
@media screen and (max-width:768px){
    .banner .title-cn{
        font-size: 40px;
    }
    .banner .content-text{
        font-size: 14px;
    }
    .reason .left, .reason .right{
        width: 100%;
        text-align: center;
    }
    .reason .left>img{
        width: 80%;
        display: block;
        margin: auto;
        float: none;
    }
    /* .reason .right .content-text{
        text-align: center;
    } */
    .cases-content .title{
        font-size: 20px;
        padding: 15px 0 10px;
    }
    .cases-content .text{
        line-height: 3.6;
    }
    .swiper-pagination{
        display: none;
    }
}
@media screen and (max-width:640px){
    .swiper-container {
        margin: 20px 0 15px;
        width: 90%;
        margin: auto;
	}
    .cases-content .text{
        line-height: 2;
    }
    .process .line{
        margin-bottom: 30px;
    }
    .reason{
        padding: 30px 0;
    }
    .cases-content>img{
        width: 90%;
        float: none;
        margin: auto;
    }
    .swiper-slide .right{
        float: none;
        width: 90%;
        margin: auto;
    }
    .swiper-slide .right .title,.swiper-slide .right .text{
        text-align: center;
        color: #fff;
        line-height: 2;
    }
    .more-link{
        display: none;
    }
    .banner .title-cn{
        font-size: 30px;
    }
    .title-cn{
        font-size: 24px;
    }
    .intro>img{
        width: 50%;
    }
    .intro{
        text-align: center;
    }
    .intro>.btn-bule{
        position: static;
        margin: 0 auto 30px;
        display: inline-block;
        padding: 10px 40px;
    }
}
@media screen and (max-width:640px){
    .swiper-container{
        width: 95%;
        margin: auto;
    }
    
}
