/*首页样式*/
.nowrap {white-space: nowrap;}
.p250 {padding: 180px 250px;}
.home_cnt .page2{
	background: url(../assets/img/banner_bg2.png) no-repeat center center;
	background-size: cover;
}
.home_cnt .page3{
	background: url(../assets/img/banner_bg3.png) no-repeat center center;
	background-size: cover;
}
.home_cnt .page4{
	background: url(../assets/img/banner_bg4.png) no-repeat center center;
	background-size: cover;
}
// .home_cnt .swiper-slide{height: 800px;}
.home_cnt .ban1_inner{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	overflow: hidden;
}
.home_cnt .ban1_inner>div{
	// width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 180px 0;
	box-sizing: border-box;
}
.home_cnt .ban1_inner .ban_title{
	width: 100%;
	text-align: center;
}
.home_cnt .ban_title span{
	font-size: 35px;
	color: #fff;
}
.home_cnt .ban1_inner .ban_info{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.home_cnt .ban_info span{
	font-size: 26px;
	color: #fff;
}
.home_cnt .ban1_inner .center_btn{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.home_cnt .center_btn>div{
	padding: 0px 15px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 28px;
	cursor: pointer;
}
.home_cnt .center_btn>div span{display: inline-block;height: 46px;line-height: 46px;}
.home_cnt .center_btn>div span{
    font-size:18px;
    color: #fff;
	text-align:center;
	width:100px;
}
.home_cnt .BannerCnt{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	overflow: hidden;
}
.home_cnt .BannerCnt>div{
	// width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 120px 0;
	box-sizing: border-box;
}
.home_cnt .BannerCnt>div>div{
	display: inline-block;
	vertical-align: top;
}
.home_cnt .BannerCnt .words{
	// width: 630px;
	padding: 96px 0;
	text-align: left;
}
.home_cnt .BannerCnt .pictures{
	// width: 550px;
	position: relative;
}
.home_cnt .BannerCnt .tittle span{
	font-size:44px;
	font-weight:500;
	color:#fff;
	line-height:68px;
	letter-spacing: 4px;
	white-space: nowrap;
}
.home_cnt .BannerCnt .ban_info{margin-top: 10px;}
.home_cnt .BannerCnt .ban_info span{
	font-size:24px;
	font-weight:400;
	color:rgba(255,255,255,0.7);
	line-height:36px;
}
.home_cnt .BannerCnt .center_btn{margin-top: 50px;}
.home_cnt .ban2_inner .img2{
	position: absolute;
	top: 120px;
	left: 180px;
}
.home_cnt .ban2_inner .img3{
	position: absolute;
	top: -54px;
	left: 460px;
	z-index: 9;
}
.home_cnt .ban2_inner .img4{
	position: absolute;
	top: -56px;
	left: 433px;
}
.home_cnt .ban3_inner .img1{
	position: absolute;
	top: 216px;
	left: 0px;
	z-index: 1;
}
.home_cnt .ban3_inner .img2{
	position: absolute;
	top: 50px;
	left: 320px;
	z-index: 2;
}
.home_cnt .ban3_inner .img3{
	position: absolute;
	top: 192px;
	left: 590px;
	z-index: 9;
}
.home_cnt .ban3_inner .img4{
	position: absolute;
	top: 190px;
	left: 150px;
}
.home_cnt .ban3_inner .img5{
	position: absolute;
	top: 20px;
	left: 288px;
	z-index: 9;
}
.home_cnt .ban3_inner .img6{
	position: absolute;
	top: 108px;
	left: 245px;
}
.home_cnt .ban4_inner .img1{
	position: absolute;
	top: 120px;
	left: 0px;
	z-index: 0;
}
.home_cnt .ban4_inner .img2{
	position: absolute;
	top: 110px;
	left: 200px;
	z-index: 2;
}
.home_cnt .ban4_inner .img3{
	position: absolute;
	top: 195px;
	left: 70px;
	z-index: 9;
}
.home_cnt .ban4_inner .img4{
	position: absolute;
	top: 53px;
	left: 460px;
	z-index: 10;
}
/*第一部分*/
.home_cnt .section1>div{
	position: relative;
	width:1180px;
	height: 650px;
	margin: 0 auto;
}
.home_cnt .section1 .section_title{margin-top: 40px;}
.home_cnt .section1>div>div{
	width:1180px;
	height:650px;
	background:rgba(255,255,255,1);
	box-shadow:0px -40px 40px 6px rgba(83,132,255,0.12);
	border-radius:20px;
	position: absolute;
	top:-20px;
	left:0px;
	padding: 40px 0;
	box-sizing: border-box;
	z-index: 99;
	transform: translateY(-21px);
}
.home_cnt .section1 .section_detail{
	font-size: 0;
	margin-top: 60px; 
	display: flex;
    flex-wrap: wrap;
}
.home_cnt .section1 .section_detail>div{
	display: inline-block;
	text-align: center;
	flex: 1;
	text-align: top;
}
.home_cnt .section1 .info{
	height:30px;
	font-size:20px;
	font-weight:500;
	color:rgba(30,30,30,1);
	line-height:30px;
	margin-top: 40px;
}
.home_cnt .section1 .info .hint{
	color:#58595A;
}
.home_cnt .section1 .section_detail .tips{
	color: #213FC0 !important;
	font-weight: bold;
}
/*第二部分*/
.home_cnt .section2{
	height: 620px;
	padding: 40px 0;
	box-sizing: border-box;
	background: url(../assets/img/Ecosystem_bg.png) no-repeat center;
	background-size: cover;
}
.home_cnt .section2 .section_detail{
	font-size: 0px;
}
.home_cnt .section2 .section_detail>div{
	display: flex;
	justify-content: space-around;
	margin:0 auto;
	position: relative;
	transform: translateY(92px);
}
.home_cnt .section2 .section_detail>div>div{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:265px;
	height:420px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 20px 6px rgba(83,132,255,0.12);
	border-radius:8px;
	// position: absolute;
	// top: 100px;
	padding: 40px 30px;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}
/*.section2 .section_detail>div>div:not(:first-child){margin-left:40px;}*/
.home_cnt .section2 .section_detail .icon{
	height: 120px;
	padding: 20px 0;
}
.home_cnt .section2 .section_detail .active{
	height: 120px;
	padding: 20px 0;
	display: none;
}
.home_cnt .section2 .section_detail .info>div:nth-child(1)>span{
	display: block;
	height:24px;
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:24px;
}
.home_cnt .section2 .section_detail .info>div:nth-child(2){margin-top: 16px;}
.home_cnt .section2 .section_detail .info>div:nth-child(2)>span{
	display: inline-block;
	height:26px;
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:26px;
	margin-right: 5px;
}
.home_cnt .section2 .section_detail>div>div:hover{
	background: #0439BA;
	transform: translateY(50px);
}
.home_cnt .section2 .section_detail>div>div:hover .active{display: block;}
.home_cnt .section2 .section_detail>div>div:hover .icon{display: none;}
.home_cnt .section2 .section_detail>div>div:hover .info span{color: #fff;}
/*第三部分*/
.home_cnt .section3{
	padding: 100px 0;
	text-align: right;
	margin-top: 100px;
}
.home_cnt .section3>div{
	// width: 1180px;
	height: 660px;
	margin: 0 auto;
	position: relative;
}
.home_cnt .section3>div>div{
	display: flex;
    justify-content: space-between;
	width: 1280px;
	height: 660px;
	position: absolute;
	top: 0;
	left: 0;
}
.home_cnt .section3>div>div>div{
	display: inline-block;
	vertical-align: top;
}
.home_cnt .section3 .section_title{
	text-align: left; 
	// padding: 0 100px 0 0;
}
.home_cnt .section3 .ban_cnt{
	width: 620px;
	height: 660px;
	background: url(../assets/img/yellow_bg.png) no-repeat center center;
	position: relative;
}
.home_cnt .section3 .banner2{
	width:872px;
	height:560px;
	position: absolute;
	top: 160px;
	left: -680px;
	z-index: 99;
	border-radius: 20px;
}
.home_cnt .banner2 .silde_item{
	width:872px;
	height:560px;
	background:rgb(255,255,255);
	box-shadow:0px 4px 20px 6px rgba(83,132,255,0.18);
	border-radius:20px;
	padding: 60px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
.home_cnt .silde_item .tittle{
	height:24px;
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:24px;
}
.home_cnt .silde_item .info{
	margin-top: 20px;
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
}
.home_cnt .silde_item .pic{text-align: center;}
.home_cnt .ban_cnt .ban2_page{
	width: 150px;
	text-align: left;
}
.home_cnt .banner1 .swiper-pagination{
	bottom:60px;
	left: 20px;
	height: 6px;
	z-index: 9;
}
.home_cnt .home-bullet{
	width:50px;
	height:6px;
	display: inline-block;
	background:rgba(255,255,255,1);
	opacity:0.3;
	margin: 0 6px;
}
.home_cnt .home-bullet-active{
	width:50px;
	height:6px;
	display: inline-block;
	opacity:1;
}
.home_cnt .section3 .my-bullet{
	display: inline-block;
	width: 130px;
	font-size:20px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:20px;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
	outline:medium none;
}
.home_cnt .section3 .my-bullet span{margin-left: 10px;}
.home_cnt .section3 .my-bullet-active{
	outline:medium none;
	border-bottom: 1px solid #fff;
}
.home_cnt .section3 .my-bullet-active::after{
	content: "";
	width:48px;
	height:4px;
	background:rgba(255,255,255,1);
	position: absolute;
	bottom:-2px;
	left: 0;
}
/*第四部分*/
.home_cnt .section4>div{
	margin: 0 auto;
}
.home_cnt .section4 .section_title{
	text-align: right;
}
.home_cnt .tab_title{
	border-bottom:1px solid #dbdbdb;
}
.home_cnt .tab_title .tab_item{
	display: inline-block;
	vertical-align: top;
	font-size:16px;
	color:rgba(35,36,39,1);
	line-height:24px;
	cursor: pointer;
	position: relative;
}
.home_cnt .tab_title .tab_item span{padding: 20px 0;display: block;}
.home_cnt .tab_title .tab_item_active{
	font-size:20px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:24px;
}
.home_cnt .tab_title .tab_item_active::after{
	content:"";
	width:48px;
	height:4px;
	position: absolute;
	bottom: -2px;
	left: -4px;
	z-index: 9;
	background:rgba(253,187,12,1);
}
.home_cnt .tab_title .tab_item:not(:first-child){
	margin-left: 40px;
}
.home_cnt .section4 .tab_cnt{
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 9px;
	border-radius: 20px;
	padding-top: 20px;
}
.home_cnt .section4 .tab_cnt .pic_show{
	display: inline-block;
	vertical-align: top;
	width: 813px;
	height: 524px;
	padding: 100px;
	box-sizing: border-box;
}
.home_cnt .section4 .tab_cnt .pic_show .title{
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:46px;
	float: left;
}
.home_cnt .section4 .tab_cnt .pic_show .button{
	float: right;
	text-align: center;
	width:142px;
	height:46px;
	font-size:16px;
	color:rgba(33,63,192,1);
	line-height:46px;
	border-radius:24px;
	cursor: pointer;
	border:2px solid rgba(33,63,192,1);
}
.home_cnt .section4 .tab_cnt .pic_show .info{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 60px;
}
.home_cnt .section4 .tab_cnt .pic_show .logo{margin-top: 80px;}
.home_cnt .section4 .tab_cnt .pic_show .logo_item{
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	text-align: center;
}
.home_cnt .section4 .tab_cnt .pic_show .logo_item:not(:first-child){margin-left: 60px;}
.home_cnt .section4 .tab_cnt .pic_others{
	display: inline-block;
	vertical-align: top;
	width: 300px;
}
.home_cnt .section4 .tab_cnt .pic_others .control{
	text-align: right;
	padding-top: 20px;
	line-height: 80px;
}
.home_cnt .section4 .tab_cnt .pic_others .control>div{
	display: inline-block;
	vertical-align: top;
}
.home_cnt .section4 .tab_cnt .pic_others .pic_list{
	position: relative;
	height: 412px;
	font-size: 0;
}
.home_cnt .section4 .tab_cnt .pic_others .pic_list .activebar{
	position: absolute;
	left: 0;
	top: 0;
	height: 412px;
	width: 700px;
	overflow: hidden;
}
.home_cnt .section4 .tab_cnt .pic_others .pic_list .activebar>div{
	width: 1648px;
	transition:all .5s;
}
.home_cnt .section4 .tab_cnt .pic_others .pic_item{
	display: inline-block;
	vertical-align: top;
	width: 412px;
	height: 420px;
	position: relative;
}
.home_cnt .section4 .tab_cnt .pic_others .pic_item .inner_info{
	position: absolute;
	top: 150px;
	left: 150px;
	text-align: center;
}
.home_cnt .section4 .tab_cnt .pic_others .pic_item .inner_info>span{
	display: block;
	font-size:24px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:36px;
	margin-top: 10px;
}
.home_cnt .botPic{
	height: 566px;
	padding: 100px 0;
	background: url(../assets/img/blue_bg.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}
.home_cnt .botPic>div{
	margin-top: 250px;
	text-align: center;
}
.home_cnt .botPic .title{
	font-weight: bold;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}
.home_cnt .botPic .center_btn{
	margin-top: 40px;	
}
.transfromY {
	transform: translateY(-21px);
}
.home_banner {height: 680px;}

@media  {
	
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.jcstart {justify-content: flex-start !important;}
	.home_banner {height: 620px;}
	.w506 {width: 506px !important;}
	.w250{width: 220px;}
	.w400 {width: 400px;}
	.p276 {padding: 120px;}
	.home_cnt .BannerCnt>div {
		// width: 1200px;
		padding: 140px 100px;
		display: flex;
		justify-content: center;
	}
	.home_cnt .BannerCnt .words {
		display: flex;
		flex-direction: column;
		justify-content: center;
		// width: 470px;
		padding: 40px 0;
	}
	.home_cnt .BannerCnt .ban_info span {font-size: 18px;}
	.home_cnt .BannerCnt .tittle span {
		font-size: 30px;
		line-height: 46px;
	}
	.home_cnt .BannerCnt .center_btn {
		margin-bottom: 20px;
	}
	.home_cnt .center_btn>div {
		font-size: 14px;
	}
	.home_cnt .center_btn>div span {
		font-size: 14px;
		width: 80px;
	}
	.home_cnt .ban2_inner .img1 {width: 300px;}
	.home_cnt .ban2_inner .img2 {
		width: 300px;
		position: absolute;
		top: 152px;
		left: 54px;
	}
	.home_cnt .ban2_inner .img4 {
		width: 80px;
		position: absolute;
		top: 42px;
		left: 244px;
	}
	.home_cnt .ban2_inner .img3 {
		position: absolute;
		top: 46px;
		left: 259px;
		width: 40px;
	}
	.home_cnt .BannerCnt .pictures {
		width: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.home_cnt .ban4_inner .img1 {
		width: 328px;
		position: relative;
		z-index: 0;
	}
	.home_cnt .ban4_inner .img2 {
		position: absolute;
		top: 116px;
		left: 120px;
		width: 86px;
	}
	.home_cnt .ban4_inner .img3 {
		width: 276px;
		position: absolute;
		top: 176px;
		left: 42px;
	}
	.home_cnt .ban4_inner .img4 {
		position: absolute;
		top: 84px;
		left: 270px;
		width: 70px;
	}
	.home_cnt .ban3_inner .img1 {
		position: absolute;
		top: 200px;
		left: -32px;
		width: 530px;
	}
	.home_cnt .ban3_inner .img6 {
		position: absolute;
		top: 108px;
		left: 150px;
		width: 220px;
	}
	.home_cnt .ban3_inner .img5 {
		position: absolute;
		top: 52px;
		left: 188px;
		width: 151px;
	}
	.home_cnt .ban3_inner .img2 {
		position: absolute;
		top: 74px;
		left: 212px;
		width: 100px;
	}
	.home_cnt .ban3_inner .img4 {
		position: absolute;
		top: 173px;
		left: 80px;
		width: 490px;
	}
	.home_cnt .ban3_inner .img3 {
		position: absolute;
		top: 185px;
		left: 416px;
		width: 100px;
	}
	
	.home_cnt .section1>div {
		width: 90%;
		height: 500px;
	}
	.home_cnt .section1>div>div {height: 500px; width: 100%;}
	.section_title .title>span {
		height: 30px;
		line-height: 30px;
		font-size: 32px;
	}
	.home_cnt .section1 .info {
		margin-top: 20px;
	}
	.home_cnt .section1 .section_detail {margin-top: 48px;}
	.home_cnt .section2 {
		height: 505px;
	}
	.home_cnt .section2 .section_detail>div>div {
		width: 220px;
		height: 315px;
		box-shadow: 0px 4px 20px 6px rgba(83,132,255,0.12);
		border-radius: 8px;
		padding: 20px 15px;
		top: 80px;
	}
	.home_cnt .section2 .section_detail .icon {
		height: 100px;
	}
	.home_cnt .section2 .section_detail .info>div:nth-child(1)>span {
		font-size: 22px;
		line-height: 24px;
	}
	.home_cnt .section2 .section_detail .info>div:nth-child(2)>span {
		font-size: 14px;
		line-height: 24px;
	}
	.home_cnt .section3 .section_title { margin-left: 100px;}
	.section_title .title>span {
		height: 34px;
		font-size: 32px !important;
		line-height: 34px;
	}
	.section_title .info>span {
		height: 18px;
		font-size: 14px !important;
	}
	.home_cnt .section3>div {
		height: 560px;
	}
	.home_cnt .section3>div>div {
		width: 100%;
		height: 560px;
	}
	.home_cnt .section3 .banner2 {width: 700px; height: 430px; overflow: hidden; border-radius: 20px; left: -645px; }
	.home_cnt .section3 .banner2 .swiper-slide {height: 430px !important;}
	.home_cnt .banner2 .silde_item {height: 430px; box-shadow: 0px 4px 20px 6px rgba(83,132,255,0.20); width: 700px;}
	.home_cnt .section3 .ban_cnt {height: 540px; width: 370px; margin-right: 100px;}
	.home_cnt .section3 {
		padding: 80px 0;
	}
	.t_40 {top: -40px !important; right: 100px !important;}
	.b_84 {bottom: -70px !important; left: 60px !important;}
	.h200 {height: 200px !important;}
	.h505 {height: 505px !important;}
	.home_cnt .silde_item .info {font-size: 14px;}
	.section4 {margin-top: 60px;}
	.section_title .title>span {
		height: 30px;
		line-height: 30px;
	}
	.section_title .title {margin: 12px 0 !important;}
	.home_cnt .section4 .tab_cnt .pic_others .pic_list .activebar {width: 412px;}
	.home_cnt .section4 .tab_cnt .pic_show {padding: 80px; width: 730px;}
	.home_cnt .section4 .tab_cnt .pic_show .logo {margin-top: 60px;}
	.home_cnt .section4 .tab_cnt .pic_others .pic_item {height: 388px;}
	.home_cnt .botPic {height: 524px;}
	.home_cnt .botPic .title {font-size: 30px; line-height: 30px;}
	.home_cnt .botPic .center_btn {margin-top: 25px;}
	.home_cnt .botPic>div {margin-top: 280px;}
}

@media screen and (max-width: 1199px) {
	.home_banner {height: 600px;}
	.home_cnt .ban2_inner .img1 {
		width: 300px;
	}
	.home_cnt .BannerCnt .tittle span {
		font-size: 28px;
		line-height: 42px;
	}
	.home_cnt .BannerCnt .ban_info span {
		font-size: 16px;
	}
	.home_cnt .BannerCnt .center_btn {
		margin-top: 30px;
	}
	.home_cnt .center_btn>div span {
		font-size: 14px;
		width: 70px;
	}
	.home_cnt .BannerCnt>div {
		padding: 90px 0;
		display: flex;
	}
	.home_cnt .BannerCnt .words {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 40px 0;
	}
	.home_cnt .BannerCnt .pictures {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.home_cnt .ban3_inner .img1 {
		position: absolute;
		top: 190px;
		left: -55px;
		width: 450px;
	}
	.home_cnt .ban3_inner .img2 {
		position: absolute;
		top: 104px;
		left: 160px;
		width: 80px;
	}
	.home_cnt .ban3_inner .img3 {
		position: absolute;
		top: 180px;
		left: 328px;
		width: 80px;
	}
	.home_cnt .ban3_inner .img4 {
		position: absolute;
		top: 182px;
		left: 46px;
		width: 394px;
	}
	.home_cnt .ban3_inner .img5 {
		position: absolute;
		top: 60px;
		left: 162px;
		width: 120px;
	}
	.home_cnt .ban3_inner .img6 {
		position: absolute;
		top: 128px;
		left: 114px;
		width: 170px;
	}
	
	
	.home_cnt .section1>div {
		width: 90%;
		height: 500px;
	}
	.home_cnt .section1>div>div {
		height: 500px;
		width: 100%;
	}
	
	.home_banner {height: 620px;}
	.w506 {width: 506px !important;}
	.home_cnt .BannerCnt>div {padding: 140px 100px;display: flex;justify-content: center;}
	.home_cnt .BannerCnt .words {display: flex;flex-direction: column;justify-content: center;padding: 40px 0;}
	.home_cnt .BannerCnt .pictures {width: auto;display: flex;flex-direction: column;justify-content: center;}
	
	.home_cnt .ban2_inner .img1 {width: 300px; margin-top: 60px;}
	.home_cnt .ban2_inner .img2 {width: 266px;position: absolute;top: 150px;left: 55px;}
	.home_cnt .ban2_inner .img3 {position: absolute;top: 38px;left: 276px;width: 30px;}
	.home_cnt .ban2_inner .img4 {width: 70px;position: absolute;top: 30px;left: 256px;}
	
	
	.home_cnt .ban3_inner .img1 {position: absolute;top: 160px;left: -32px;width: 480px;}
	.home_cnt .ban3_inner .img2 {position: absolute;top: 34px;left: 174px;width: 100px;}
	.home_cnt .ban3_inner .img3 {position: absolute;top: 145px;left: 376px;width: 90px;}
	.home_cnt .ban3_inner .img4 {position: absolute;top: 151px;left: 80px;width: 430px;}
	.home_cnt .ban3_inner .img5 {position: absolute;top: 36px;left: 168px;width: 118px;}
	.home_cnt .ban3_inner .img6 {position: absolute;top: 80px;left: 140px;width: 170px;}
	
	.home_cnt .ban4_inner .img1 {width: 328px;position: relative;z-index: 0; top: 100px;}
	.home_cnt .ban4_inner .img2 {position: absolute;top: 96px;left: 120px;width: 86px;}
	.home_cnt .ban4_inner .img3 {width: 276px;position: absolute;top: 156px;left: 42px;}
	.home_cnt .ban4_inner .img4 {position: absolute;top: 64px;left: 270px;width: 70px;}
	
	
	.home_cnt .section2 {height: 486px;}
	.section_title .title {margin: 12px 0 !important;}
	.home_cnt .section2 .section_detail>div>div {
		width: 220px;
		height: 315px;
		box-shadow: 0px 4px 20px 6px rgba(83,132,255,0.12);
		border-radius: 8px;
		padding: 20px 15px;
		top: 80px;
	}
	
	.p250 {padding: 100px;}
	.t_40 {top: -40px !important;}
	.b_84 {left: -6px !important; bottom: -44px !important;}
	.w250 {width: 220px;}
	.h200 {height: 200px !important;}
	.section3 .section_title .title>span {font-size: 31px;}
	.section3 .section_title .info>span {font-size: 16px;}
	.section3 .section_title .title {margin: 16px 0;}
	.home_cnt .section3>div {height: 600px;}
	.home_cnt .section3>div>div {height: 588px;}
	.home_cnt .section3>div>div {width: 100%;}
	.home_cnt .banner2 .silde_item {padding: 30px 60px;}
	.home_cnt .section3 .banner2 {width: 650px; height: 430px; overflow: hidden; border-radius: 20px; left: -612px; }
	.home_cnt .section3 .banner2 .swiper-slide {height: 430px !important;}
	.home_cnt .banner2 .silde_item {height: 430px; box-shadow: 0px 4px 20px 6px rgba(83,132,255,0.20); width: 650px;}
	.home_cnt .section3 .ban_cnt {height: 540px; width: 370px;}
	
	.home_cnt .botPic>div {margin-top: 300px;}
	.home_cnt .botPic .center_btn {margin-top: 30px;}
	.section4 .section_title .title>span {font-size: 31px;}
	.section4 .section_title .info>span {font-size: 16px;}
	.home_cnt .section4 .tab_cnt .pic_show {padding: 80px;width: 688px; height: 498px !important;}
	.home_cnt .section4 .tab_cnt .pic_others {width: 248px;}
	.home_cnt .section4 .tab_cnt .pic_others .pic_list .activebar {width: 300px; height: 366px;}
	.home_cnt .section4 .tab_cnt .pic_others .pic_list {height: 330px;}
	.home_cnt .section4 .tab_cnt .pic_others .pic_item {height: 346px;}
	.home_cnt .section4 .tab_cnt .pic_others .pic_item .inner_info {top: 130px;}
}


