
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
* {
	margin: 0; padding: 0;
  }

  /* html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
  }

  #container {
	overflow: hidden;
	position: absolute;
	height: ;
	top: 0; left: 0; right: 0; bottom: 0;
  } */
.whitelogo{
	width: 134px;
	height: 32px;
}
.beian{
	padding-top: 20px;
	padding-left: 40px;
}
.beian p{
	color: #fff;
}
#example_video_1{
	 position: absolute;
      z-index: 99;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);

      object-fit: cover;
      height: 100%; width: 100%;
}
.iconcaidan{
	color: white;
}
.beianBox{
	display: flex;
	align-items: center;
	z-index: 99;
	position: relative;
	color:#FFFFFF;
}
.appdownload{
	display: none;
	position: absolute;
	bottom: 120px;
	z-index: 9999;
	width: 100%;
    text-align: center;
}
.appdownload .btn{
	color: white;
	width: 60%;
	height: 45px;
	line-height: 30px;
	border:1px solid white;
}
.appdownload .iconfont{
	margin-left: 10px;
}
.appdownload .word{
	font-size: 22px;
	margin-bottom: 20px;
	color: white;
}
.appdownload .description{
	margin-bottom: 37px;
	color: white;
}
.joinUs:hover{
	color:  #FCBB55;
}
.mintu{
width: 100%;
color: #FCBB55;
}
.mintu,.joinUs{
position: absolute;
bottom: 0;
padding-bottom: 47px;
text-align: center;
}
.joinUs{
right: 0;
padding-right: 60px;
}
.firstSpan{
margin-right: 10px;
margin-left: 20px;
}
.spanBox{
	position: fixed;
	bottom: 0;
	padding-bottom: 47px;
}
.section3{
	background: #1DAAC7;
}
.section2{
	background: #242D3C;
}
.section4{
	background: #1DAAC7;
}
.content{
	display: flex;
	height: 100%;
}
.content .newsTab{
	display: flex;
	margin-right: 30px;
	justify-content: space-around;
	border-bottom: 1px solid#FCBB55;;
    height: 80px;
}
.content .beianNew{
	color: #FFFFFF;
	position: absolute;
	padding-bottom: 47px;
	padding-right: 30px;
	text-align: right;
	width: 100%;
    bottom: 0;

}
.content .newsImg{
	padding:29px 30px 16px 30px;
}
.content #newsdate{
	color: #5A5A5A;
	padding-bottom: 16px;
	padding-left: 30px;
}
.content #newstitle{
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	color: white;
	font-size: 16px;
	padding:29px 30px 0px 30px;
}
.content #newsContent{
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	padding:29px 30px 16px 30px;
	color: #F1F1F1;
	/* white-space:nowrap;  */
	word-break: break-all;
}
.content #newsbtn{
	margin:29px 30px 16px 30px;
	width:165px;
	height:44px;
	border:1px solid rgba(56,73,90,1);
	opacity:1;
	color: #FCBB55;
	background: #242D3C;
}
.newslist{
	padding-bottom: 20px;
	font-size: 18px;
	color: #FCBB55;
	text-shadow:1px 2px 6px #FCBB55;
}
.newsallcontent .newstitle{
	margin-bottom: 16px;
	font-size: 16px;
}
.newsallcontent .newsbutton div{
	font-size: 14px;
	/* margin-bottom: -10px; */
}
.newsallcontent .newsli{
	margin-bottom: 30px;
}
.newsallcontent .newsbutton span{
	font-size: 16px;
}
.width25 .search{
	margin-top: 100px;
	/* position: absolute;
    z-index: 99; */
    /* top: 20%; */
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
/* .searchhide{
	display: none;
} */
.newsallcontent .newsbutton span:hover{
	/* margin-bottom: 16px; */
	color: #FCBB55;
	cursor: pointer;
}
.content .newsAll{
	padding:29px 30px 16px 30px;
	color: #F1F1F1;
}
.content .newsbutton{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.content #newsalltitle{
	color: #F1F1F1;
}
.round{
	font-size: 16px;
	color:white;
	text-align: right;
	padding-right: 30px;
	margin-top:100px;
}

.width25{
 width: 25%;
 border-right: 1px solid rgba(255,255,255,0.1);
 height: 100%;
 position: relative;
}
.right{
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
    flex-direction: column;
	align-items: center;
	padding:0 46px 40px 0;
}
/* .lottie{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
} */
.lottieP{
	position: absolute !important;
	top: 50% !important; 
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	object-fit: cover !important;
}
.image2{
	width: 100%;
	margin-left: auto;
	padding-right: 30px;
	padding-top: 210px;
}
.image3{
	padding-top: 310px;
	margin-top: -100px;
}

@media only screen and (min-width: 1100px){
	.firstImage {
		padding: 0 35px;
		display: flex;
		align-items: center;
		height: 100%;
	}
	.title{
		color:white;
		font-size: 32px;
		font-weight:600;
	}
	
	.business{
		text-align: right;
		padding-right: 30px;
		padding-bottom: 90px;
		font-size:42px;
		font-weight:600;
		color:rgba(255,255,255,0.2);
		opacity:1;
	}
	.join{
		text-align: right;
		padding-right: 30px;
		padding-bottom: 90px;
		font-size:120px;
		font-weight:600;
		color:rgba(255,255,255,0.2);
		opacity:1;
	}
	.middle{
		display: flex;
		align-items: center;
		padding: 0 25px;
		color: white;
	}
	
}
@media only screen and (min-width: 1100px) and (max-width: 2000px){
	.beianBox1{
		padding-bottom: 20px;
		color:#FFFFFF;
		position: absolute;
		bottom: 0;
		z-index: 999;
		text-align: center;
		padding-left: 20px;
	}
	.firstSpan1{
		padding-right: 10px;
	}
	.title1{
		color:white;
		font-size: 28px;
		font-weight:600;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1100px){
	.business{
		text-align: right;
		padding-right: 30px;
		font-size:20px;
		font-weight:600;
		color:rgba(255,255,255,0.2);
		opacity:1;
		padding-bottom: 96px;
	}
	.join{
		text-align: right;
		padding-right: 30px;
		padding-bottom: 90px;
		font-size:80px;
		font-weight:600;
		color:rgba(255,255,255,0.2);
		opacity:1;
	}
	.beianBox1{
		padding-left: 20px;
		padding-bottom: 10px;
		color:#FFFFFF;
		position: absolute;
		bottom: 0;
		z-index: 999;
		text-align: center;
	}
	.firstSpan1{
		display: block;
	}
	.title{
		color:white;
		font-size: 28px;
		font-weight:600;
	}
	.title1{
		color:white;
		font-size: 20px;
		font-weight:600;
	}
	.padding30{
		padding:49px 0 32px 0;
		letter-spacing: 2px;
		text-align:justify;
	}
	#middle{
		display: flex;
		align-items: center;
		padding: 0 15px;
		color: white;
	}
	.middleWord{
		color: white;
		display: flex;
		align-items: center;
		position: absolute;
		z-index: 99;
		top: 50%; left: 50%;
		transform: translate(-50%, -50%);
	}
	.middle2{
		color: white;
		display: flex;
		align-items: center;
		padding: 0 25px;
		color: white;
	}

}
@media only screen and (min-width: 100px){
	.firstImage {
		padding: 0 10px;
		display: flex;
		align-items: center;
		height: 100%;
	}
	.padding30{
		padding:29px 0 12px 0;
		letter-spacing: 2px;
		text-align:justify;
		color: white;
	}
}
.beianM{
	text-align: center;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 600px){
	.aboutWordM,.aboutM,.imageThree,.readMoreM,.contentM,.changeM,.firstSpan1,#nextPage2,.mobileStyle,#nextPage7,#nextPage8,#nextM,#prevM{
		display: none !important;
	}
	.flexBox .lottie .mobilenew{
		display: none !important;
	}
	
	/* .pcnews{
		display: block !important;
	} */
}
@media only screen and (max-width: 600px){
	.firstSpan,.beianBox1,.aboutUs,.content,.pcstype,#nextPage1,#next,#next,#prev{
		display: none !important;
	}
	.firstSpan1{
		display: block !important;
	}
	.pcnews{
		display: none !important;
	}
	
	.imageThree{
		/* display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap:break-word;
		-webkit-line-clamp:4;
		-webkit-box-orient: vertical */
		text-align: left !important;
	}
	.lottiePC{
		position: absolute !important;
		z-index: 99 !important;
		top: 50% !important; left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
	.flexBox .lottie{
		/* position: inherit !important;
		top: 0 !important; left: 0 !important;
		transform: translate(0%, 0%) !important;
		object-fit: cover;
		width: 20% !important;
		margin: auto !important; */
	}
	/* .contentM .lottie{
		position: inherit !important;
		top: 0 !important; left: 0 !important;
		transform: translate(0%, 0%) !important;
		object-fit: cover;
		width: 20% !important;
		margin-top: 20px !important;
		margin: auto !important;
	} */
	/*  */
	.contentM{
		width: 86%;
		height: 100% !important;
		margin: auto;
	}
	.newscenterM{
		padding:10px 13px;
	}
	.newscontentMobile{
		padding:10px 13px !important;
	}
	.contentM .safetyM{
		text-align: center !important;
		color: white;
		font-size: 16px !important;
		margin: 0 auto;
	}
	.icontonghuajiami,.iconshujujiami,.iconhangshijiankong{
		padding-right: 10px !important;
	}
	.padding20{
		color: white;
		padding-bottom: 20px !important;
	}
	.marginBo20{
		margin-bottom: 20px !important;
	}
	.changeM{
		display: flex !important;
	}
	.contentM .round{
		text-align: left !important;
		margin-left: 7% !important;
		margin-top: 120px !important;
	}
	.contentM .mobiletab{
		display: flex;
		margin-left: 0px !important;
		/* height: 100px !important;  */
	}
	.contentM .contenttab{
		display: flex;
		justify-content: space-between;
	}
	.contentM #newsdate{
		font-size: 12px;
		padding-bottom: 17px;
		color: #B9B9B9;
	}
	.contentM #newsImg{
		padding-bottom: 17px;
	}
	.contentM #newstitle{
		color: #FFFFFF;
	}
	.contentM #newsdateM{
		color: #FFFFFF;
	}
	.contentM #newstitleM{
		color: #FFFFFF;
	}
	.contentM .newsbtn{
		background:rgba(252,187,85,1);
		color: #FFFFFF;
		margin-top: 32px;
		height: 40px;
	}
	.contentM .business{
		text-align: left !important;
		margin-left: 7%;
		padding-bottom: 0px !important;
	}
	/* .contentM .roundM{
		text-align: left !important;
		margin-left: 7% !important;
		color: white !important;
		font-weight: 600;
		font-size: 18px !important;
	}
	.contentM .businessM{
		text-align: left !important;
		margin-left: 7%;
		color: white !important;
		font-size: 14px !important;
	} */
	.lineM{
		width: 30px;
		height: 2px;
		background: white;
		text-align: center !important;
		margin: 0 auto !important;
		margin-top: 20px!important;
		margin-bottom:  20px!important;
	}
	.titleM{
		text-align: center !important;
		font-size:16px !important;
		font-weight:600;
		color: white;
	}
	.readMoreM{
		width:55%;
		height: 40px;
		background: #FCBB55;
		color: white;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		margin-left: 7%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.flexBox{
		padding-top: 90px !important;
	}
	.joinUs{
		display: none !important;
	}
	.mintu{
		margin-bottom: 30px !important;
	}
	.aboutWordM{
		font-size: 18px !important;
		color: white !important;
		font-weight:600 !important;
		margin-left: 7%;
	}
	.aboutM{
		font-size:14px !important;
		font-weight:600 !important;
		line-height:20px !important;
		color:rgba(108,171,245,1) !important;
		opacity:1 !important;
		margin-left: 7%;
	}
	.mintu p{
		display: none !important;
	}
	#nextPage1{
		width: 18% !important;
		/* padding-bottom: 30px !important;  */
	}
	.appdownload{
		display: block !important; 
	}
	#imageOne{
		display: none !important;
	}
	#imageTwo{
		display:block !important;
	}
	#imageTwo .img-responsive{
		margin: 0 auto !important;
		width: 86% !important;
	}

	.flexBox{
		display: block !important;
	}
}

@media only screen and (max-width: 1100px){
	.firstSpan{
		display: block;
	}
	.spanBox{
		position: fixed;
		bottom: 0;
		padding-bottom: 37px;
	}
}
.flexBox{
	display: flex;
	height: 100%;
  }
.operate{
	height: 100%;
	width: 100%;
}
.readMore{
	width:40%;
	height: 60px;
	background: #FCBB55;
	color: white;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-size: 16px;
}
.icondianhua{
	padding-right: 10px;
}
.xiazai{
	text-align: center;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
}
.pdown{
	margin: 26px 0;
	font-size: 20px;
	color: white;
}
.lottieStyle{
	position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
	object-fit: cover !important;
	/* top: 70% !important; */
}
.lottieStyle2{
	position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	object-fit: cover !important;
	top: 70% !important;
}
.lottieStyle3{
	position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
	object-fit: cover !important;
	top: 45% !important;
}
.dowbtn{
	width:160px;
	height:44px;
	background:rgba(255,255,255,1);
	opacity:0.81;
	border-radius:22px;
	color: black;
	line-height: 44px;
	margin: auto;
}
.hours{
	position: absolute;
	bottom: 0;
	color: white;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-size: 44px;
	width:70%;
	padding-left: 30px;
}
.hoursZ{

	color: white;
	font-size: 44px;

}
.hour{
	color: white;
	margin-bottom: 10px;
	font-size: 44px;
	width:70%;
	padding-left: 30px;
}
.hourM{
	color: white;
	margin-bottom: 10px;
	font-size: 28px;
	width:70%;
	padding-left: 7%;
}
.address{
	color: white;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
}
.addressM{
	color: white;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
}
.image5{
	margin: 0 auto;
}
.imageBox{
	padding:0 30px;
	margin: 0 auto;
}
.click{
	cursor: pointer;
}
.download{
	padding-left: 30px;
	padding-top: 120px;
}
.fref{
	position: absolute;
	z-index: 99;
	top: 50%; left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.downloadword{
	color: white;
	font-size: 16px;
}
.downloadActive{
	background: #FCBB55;
	border: none !important;
}

.downloadBtn{
	width: 160px;
	height: 44px;
	border:1px solid white;
	border-radius:6px;
	line-height: 44px;
	margin:20px 0;
	color: white;
	text-align: center;
	cursor: pointer;
}
.readMorePhone{
	width:70%;
	height: 50px;
	margin-bottom: 40px;
	background: #FCBB55;
	color: white;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-size: 16px;
}
.readPhone{
	width:70%;
	height: 50px;
	margin-bottom: 40px;
	background: #FCBB55;
	color: white;
	line-height: 50px;
	text-align: center;
	margin-left: 30px;
	font-size: 16px;
}
.readPhoneZ{
	width:70%;
	height: 50px;
	background: #FCBB55;
	color: white;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}
.addressMo{
	color: white;
	width: 86%;
	padding-left: 7%;
}
.readPhoneM{
	width:70%;
	height: 50px;
	margin-bottom: 40px;
	background: #FCBB55;
	color: white;
	line-height: 50px;
	text-align: center;
	margin-left: 7%;
	font-size: 16px;
}
.readMorebtn{
	width:100%;
	height: 60px;
	background: #FCBB55;
	color: white;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.tab{
	line-height: 30px;
	font-size: 15px;
	margin-left: 30px;
	color: white;
}
.contentBox{
	
}
.colorWhite{
	color:white;
	margin-top: 100px;
	font-size: 16px;
}
.click{
	margin:30px 0;
	padding-right: 25px;
}
.activeclass{
	color:#FCBB55;
}
.activeclassnews{
	color:#FCBB55;
}
.image6{
	width: 50%;
	margin-left: 30px;
}
.erweima{
	margin-top:100px;
	margin-bottom: 30px;
}
.focus{
	margin-left: 30px;
	color:white;
	margin-bottom: 20px;
}
.market{
	margin-top: 200px;
	color: white;
	margin-left: auto;
	text-align: right;
	cursor: pointer;
}
.market:hover{
	color: #FCBB55;
}
.image{
	/* height: 100%; */
	width: 35%;
	display: flex;
    align-items: center;
 	/*
	background-image: url(./../image/bbbbb.png);
	background-repeat: no-repeat;
	background-position: center; */
}
/* .firstImage{
	display: flex;
	align-items: center;
	height: 100%;
	padding:0 35px;
} */
.aboutUs{
width: 65%;
color:white;
margin-top: 100px;
position: relative;
}
.aboutUs2{
	width: 60%;
	position: absolute;
	z-index: 99;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);

}
.about{
	font-size: 42px;
	opacity: 0.5;
	font-weight: 600;
}
.parent{
	letter-spacing: 3px;
	font-size: 16px;
}
 html, body {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    #container {
      /* overflow: hidden;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0; */
    }
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.index_main .section2{
	background: #242D3C !important;
	height: 100% !important;
	background-size: 100% 100%;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	
	background-size: 100% 100%;
}

.index_main .section3 h3{
	text-align: center;
}

.index_main .section4 h3{
	text-align: center;
	background: #1DAAC7 !important;
}
.ship{
	 
	margin: 0;
	padding: 0;
}
.child{
	 
	right: 0px;  
    bottom: 0px;
	z-index: 11;
	opacity: 1;
	
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}