@charset "utf-8";

/*初始化*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
dl,
div,
dt,
dd,
ul,
ol,
li,
select,
table,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;

}

body {
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #555;
}

input {
	outline: none;
}

textarea {
	resize: none
}

a:hover {
	text-decoration: none;
}

ul,
dl {
	list-style-type: none;
}

img {
	border: 0;
}

small,
em,
i {
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img,
input {
	border: 0;
}

p {
	word-wrap: break-word
}


/*常用类*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.txt-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.txt-hide2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.txt-hide3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.font30 {
	font-size: 30px;
}

.font28 {
	font-size: 28px;
}

.font26 {
	font-size: 26px;
}

.font24 {
	font-size: 24px;
}

.font22 {
	font-size: 22px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font16 {
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.img-res {
	display: block;
	max-width: 100%;
	height: auto;
}

.table-box {
	display: table;
	text-align: center;
}

.table-middle {
	display: table-cell;
	vertical-align: middle;
}

.list-disc {
	list-style: disc inside;
}

.word-spacing {
	word-spacing: 8px;
	letter-spacing: 1px;
}

.goBackStyle {
	background: url(../img/goblck.png) no-repeat;
	width: 50px;
	height: 50px;
	position: fixed;
	background-size: 50px;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	display: none;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml30 {
	margin: 30px;
}

.plr15 {
	padding: 0 15px;
}

.pl20 {
	padding-left: 20px;
}

.container {
	width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	width: 100%;
	min-width: 1200px;
	display: block;
}

.mask-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
}

.btn-submit {
	display: block;
	background: #F3A251;
	color: #fff;
	font-size: 14px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.money::before,
.money:before {
	content: "￥";
	font-size: 16px;
}

.mt10 {
	margin-top: 10px;
}

.plr15 {
	padding: 0 15px;
}

.pl20 {
	padding-left: 20px;
}

.move {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transform: all .5s;
}

.col {
	color: #e5d85f;
}

.h40 {
	height: 40px;
}

.indent {
	text-indent: 2em;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	top: 0;
	left: 0;
}

.fixed-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.middle-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	z-index: 99;
}

.index-banner{
	width: 100%;
}
.index-banner .swiper-slide{
	height: 480px;
}
.index-banner .bgimg {
	width: 100%;
	display: block;
}

#ban1 .iconbox {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 1200px;
	width: 50%;
	z-index: 99;
}

#ban1 .iconbox .icon {
	width: 600px;
	display: block;
	position: relative;
}

#ban1 .title {
	font-size: 44px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
}

#ban1 .txt {
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 35px;
}

.index-banner .banbtn {
	width: 115px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #313131;
	display: block;
}

#ban1 .box {
	opacity: 0;
	transform: translate(-50%, 0);
	display: inline-block;
}


/*.swiper-slide-active#ban1 .title{
		opacity: 1;
	transform: translate(0,0);
	transition: all .8s;
}
.swiper-slide-active#ban1 .txt{
		opacity: 1;
	transform: translate(0,0);
	transition: all .8s;
	transition-delay: .5s;
-moz-transition-delay: .5s; 

}*/

.swiper-slide-active#ban1 .box {
	opacity: 1;
	transform: translate(0);
	transition: all 1.5s;
}

.index-banner .swiper-slide {
	overflow: hidden;
}

.index-banner .bgmove {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.index-banner  .swiper-slide-active .bgmove {
	transform: translate(0, -100px);
	transition: all 4s;
	transition-delay: .1s;
}

#ban1 .iconstop {
	position: absolute;
	top: 0;
	right: 20%;
	z-index: 99;
	transform: translate3d(-400px,0,0);
}

#ban1 .iconstop2 {
	position: absolute;
	bottom: 10%;
	right: 45%;
	z-index: 99;
}

#ban1.swiper-slide-active .iconstop {
	transition: all 3.5s;
	transform: translate3d(0,0,0);
	
}

#ban1.swiper-slide-active .iconstop2 {
	transition: all 8s;
	right: 100%;
	bottom: 15%;
}

#ban1 .icon1 {
	width: 120px;
	position: absolute;
	right: 29%;
	top: 5%;
	animation: eggAn1 1s ease 9999;
	transform-origin: bottom center;
}

@keyframes eggAn1 {
	0% {
		transform: translate(2px) rotate(3deg);
	}
	50% {
		transform: translate(-2px) rotate(-3deg);
	}
	100% {
		transform: translate(2px) rotate(3deg);
	}
}
#ban2 .container{
	
}
#ban2 .imgbox{
	display: inline-block;
	position: relative;
	transform:scale(0);
	opacity: 0;
	vertical-align: middle;
	width: 500px;
}
#ban2 .imgbox .img1{
	transform: rotate(270deg);
	max-width: 600px;
	width: 90%;
}
#ban2.swiper-slide-active .imgbox .img1{
	transform: rotate(0);
	transition: 1s;
}
#ban2 .imgbox .img2{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,0);
	opacity: 0;
	width: 80%;
}

#ban2.swiper-slide-active .imgbox{
	transform:scale(1);
	transition: 1.5s;
	opacity: 1;
}

#ban2.swiper-slide-active .img2{
	transform: translate(0,-50%);
	opacity: 1;
	transition: all .8s;
	transition-delay: 1.5s;
	
}

#ban2 .context{
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	color: #fff;
	background: url(../img/ban2_3.png) no-repeat top left;
	background-size: auto 100%;
	padding: 100px 0 100px 20px;
}

#ban2 .context h2{
	font-size: 44px;
	margin-bottom: 10px;
}
#ban2 .context .txt{
	font-size: 52px;
	margin-bottom: 10px;
}

.index-banner .title {
	font-size: 44px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
}

.index-banner .txt {
	font-size: 32px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 35px;
}
.index-banner #ban2 .txt {
	font-size: 20px;
	margin-bottom: 20px;

}
#ban2 .context{
	opacity: 0;
	transform: translate(100%,0);
}

#ban2.swiper-slide-active .context{
	transform: translate(0);
	opacity: 1;
	transition: all 1.8s;
	transition-delay: 1.5s;
	
}


#ban3 .lefticon{
	transform: translate(-50px,100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	opacity: .2;
	width: 10%;
	max-width: 180px;
}

#ban3.swiper-slide-active .lefticon{
	transform: translate(0);
	transition: all 2s;
	opacity: 1;

}

#ban3 .righticon{
	transform: translate(50px,100%);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 8;
	opacity: .2;
	width: 10%;
	max-width: 180px;
	
}

#ban3.swiper-slide-active .righticon{
	transform: translate(0);
	transition: all 1.8s;
	opacity: 1;
	transition-delay: 1s;
}
#ban3 .box{
	transform: translate(0,100%);
	opacity: 0;
}
#ban3.swiper-slide-active .box{
	transform: translate(0,0);
	opacity: 1;
		transition: all 1.5s;
}


#ban3 .imgbox{
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 66;
}
#ban3 .imgbox img{
	width: 350px;
}


#ban4 .icons{
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	position: relative;
	width: 45%;
}
#ban4 .icons .icon{
	max-width: 100%;
	width: 350px;
}
#ban4 .box{
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
}
#ban4 .txt{
	font-size: 24px;
}

#ban4 .abimg{
	position: absolute;
	left: 0;
	top: 0;
	opacity: .2;
	transform: translate(-100%,-200%);
}
#ban4.swiper-slide-active .abimg{
	transform: translate(-50%,0);
	transition: all 2.5s;
	opacity: 1;
}
#ban4 .box{
	opacity: 0;
	transform: translate(90%,0);
}
#ban4.swiper-slide-active .box{
	transform: translate(0,0);
	transition: all 1.5s;
	opacity: 1;
}
#ban4.swiper-slide-active  .icon2{
	position: absolute;
	right: 10%;
	top: 0;
	animation: qqAn 6s ease 1;
	transform-origin: bottom center;
}

@keyframes qqAn {
	0% {
		top: 0;
		transform: translate(0,0) rotate(0);
	
	}
	100% {
		transform: translate(0,300px) rotate(3deg);
	}
}
#ban0{
	background: url(../img/img2.png) no-repeat center;
	background-size: cover;
}
#ban0 .bgmove{
	display: none;
}
#ban0 .iconbox{
	width: 500px;
	display: block;
	position: absolute;
	right: 0;
	line-height: 480px;
}
#ban0 .iconbox img{
	vertical-align: middle;
	transform: translate(30%,0);
	transition: all 2.5s;
	opacity: 0;
}
#ban0.swiper-slide-active .iconbox img{
	transform: translate(0,0);
	opacity: 1;
}
#ban0.swiper-slide-active .box >img:nth-of-type(1){
	transform: translate(40px,0);
	opacity: 1;
}
#ban0.swiper-slide-active .box .img1{
	transform: translate(-5%,0);
	opacity: 1;
}
#ban0.swiper-slide-active .box >img:nth-of-type(2){
	transform: translate(150px,0);
	opacity: 1;
}
#ban0 .box img{
	margin-bottom: 20px;
	display: block;
}
#ban0 .box .img1 img{
	margin-bottom: 0;
}
#ban0 .box .img1{
	transform: translate(-10%,0);
	transition: all 1.5s;
	opacity: 0;
	margin-bottom: 45px;
}
#ban0 .box >img:nth-of-type(1){
	transform: translate(-5%,0);
	transition: all 1.5s;
	opacity: 0;
}
#ban0 .box >img:nth-of-type(2){
	transform: translate(0%,0);
	transition: all 1.5s;
	opacity: 0;
}
#ban0 .box .img1 img{
	display: inline-block;
}
#ban0 .box .img1 img:last-of-type{
	animation: upimg 1s linear infinite;
}

@keyframes upimg {
	0% {
		transform: translateY(-5px);
	
	}
	50%{
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-5px);
	}
}