	* {
		margin: 0;
		padding: 0;
	}
	
	html {
		position: relative;
		overflow-x: hidden !important;
	}
	
	@media only screen and (min-width: 960px) {
		.phone_all_content{
			display: none;
		}
		.header {
			width: 100%;
			height: 60px;
			/*-webkit-box-shadow: 0 3px 8px rgb(199 213 228 / 79%);
			box-shadow: 0 3px 8px 0 rgb(199 213 228 / 79%);*/
		
			position: fixed;
			top: 0;
			background-color: #001A52;
			
			box-shadow: 0px 3px 8px rgba(0 14 45 / 29%);
			/*box-shadow: 0px 3px 8px rgba(199 213 228 / 79%);*/
			
			opacity: 1;
			z-index: 150;
		}
		.header_all_content {
			width: 1200px;
			/*background-color: #FFFFFF;*/
			height: 100%;
			margin: 0 auto;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			user-select: none;
			cursor: pointer;
			position: relative;
		}
		.header_img_logoContent{
			width: 298px;
			height: 100%;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			/*background-color: forestgreen;*/
		}
		.header_img_logo {
			width: 125px;
			height: 48px;
		}
		.header_shu{
			width: 1px;
			height: 21px;
			background-color: #A0AABC;
		}
		.header_img_txt{
			font-size: 15px;
			color: #A0AABC;
		}
		.header-item a {
			text-decoration: none;
			color: #A0AABC;
		}
		.header-item-actived {}
		
		/*中间文字导航*/
		.header_all_title {
			width: 491px;
			height: 60px;
			font-size: 16px;
			color: #1E2737;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: flex-start;
		}
		/*什么是优享*/
		.header_title_one .youxiang_row_content {
			width: 93px;
			height: 60px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.header_title_one:hover {
			border-bottom: 3px solid #4480F4;
		}
		/*服务*/
		.header_title_four .fuwu_row_content {
			width: 40px;
			height: 60px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.header_title_four:hover {
			border-bottom: 3px solid #4480F4;
		}
		/*方案*/
		.header_title_two .fangan_row_content {
			width: 48px;
			height: 60px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			border-bottom: 3px solid #4480F4;
		}
		/*.header_title_two:hover {
			border-bottom: 3px solid #4480F4;
		}*/
		.header_title_two:hover .fangan_list_content {
			display: block;
		}
		.fangan_list_content {
			display: none;
			position: absolute;
			top: 60px;
			transform: translate(-46%, 0);
			width: 540px;
			;
			height: 240px;
			margin-top: 0;
			padding-top: 10px;
		}
		.fangan_list_contenttwo {
			width: 100%;
			height: 100%;
			background-color: white;
			box-shadow: 0px 4px 14px rgba(152, 152, 152, 0.25);
			border-radius: 4px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			position: relative;
		}
		.fangan_list_contenttwo::before {
			position: absolute;
			top: -8px;
			left: 50%;
			transform: translate(-50%, 0);
			content: "";
			border-right: 8px solid transparent;
			border-left: 8px solid transparent;
			border-bottom: 8px solid white;
		}
		.fangan_list_left_content {
			width: 50%;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: space-around;
			align-items: center;
			font-size: 16px;
			color: #1E2737;
		}
		.fangan_list_item {
			width: 196px;
			color: #1E2737;
		}
		.fangan_list_itemtxt {
			font-size: 14px;
			color: #4F5C74;
			margin: 5px 0 0 0;
		}
		/*案例*/
		.header_title_three .anli_row_content {
			width: 40px;
			height: 60px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.header_title_three:hover {
			border-bottom: 3px solid #4480F4;
		}
		/*资源中心*/
		.header_title_five .ziyuan_row_content {
			width: 80px;
			height: 60px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		.header_title_five:hover {
			border-bottom: 3px solid #4480F4;
		}
		.header_title_five:hover .fangan_list_content {
			display: block;
			height: 188px;
			transform: translate(-43%, 0);
		}
		.header_title_five .fangan_list_content::before {}
		/*关于我们*/
		.header_title_eight .ziyuan_row_content {
			width: 80px;
			height: 60px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.header_title_eight:hover {
			border-bottom: 3px solid #4480F4;
		}
		.header_title_eight:hover .fangan_list_content {
			display: block;
			height: 188px;
			transform: translate(-43%, 0);
		}
		.header_title_eight .fangan_list_content::before {}
		/*设计师招募*/
		.header_title_right {
			width: 249px;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		z-index: 200;
		}
		.header_title_right a {
			text-decoration: none;
		}
		.header_title_six {
		width: 132px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		background: #00C57B;
border-radius: 7px;
		font-size: 16px;
		color: #FFFFFF;
	}
	.header_title_six:hover {
		background: #008971;
	}
		
		.header_title_senven {
			font-size: 16px;
		color: #A0AABC;
		}
		/*表单蒙层*/
	.form_all_content_bg{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(8, 16, 23, 0.67);
		z-index: 200;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/*表单*/
	.form_all_content {
		width: 900px;
		height: 630px;
		background-color: #FFFFFF;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
		/*position: fixed;
		left: calc(50% - 600px);
		top: calc(50% - 350px);*/
		z-index: 200;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.close_submitone {
		position: absolute;
		right: 20px;
		top: 25px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		text-align: center;
	}
	.close_submitone:hover {
		cursor: pointer
	}
	.form_titlel_img{
		width: 61px;
		height: 81px;
		margin: 0 0 56px 0;
	}
	/*item区域*/
	.form_item_one {
		width: 750px;
		height: 40px;
		margin: 0 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: firebrick;*/
	}
	/*标题*/
	.form_item_onetitle {
		width: 80px;
		font-size: 16px;
		color: #4F5C74;
		font-weight: 600;
	}
	/*右边 所有*/
	.form_item_oneright {
		width: 650px;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	input[type=checkbox] {
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		-webkit-appearance: none;
		border-color: #A0AABC;
		background-color: #FFFFFF;
		border: 1px solid #A0AABC;
	}
	input[type=checkbox]:focus {
		border-color: #A0AABC;
	}
	input[type=checkbox]:after {
		content: "";
		display: none;
		width: 8px;
		height: 8px;
		text-align: center;
		transform: translate(3px, 3px);
		background-color: #FFFFFF;
	}
	input[type=checkbox]:checked:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		text-align: center;
		background-color: #0000FF;
	}
	.inputcheckboxclass {
		margin: 0 0 0 28px;
	}
	.checkboxspanname {
		font-size: 16px;
		color: #4F5C74;
		margin: 0 0 0 10px;
	}
	input[type=radio] {
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		-webkit-appearance: none;
		border-color: #A0AABC;
		background-color: #FFFFFF;
		border: 1px solid #A0AABC;
	}
	input[type=radio]:focus {
		border-color: #A0AABC;
	}
	input[type=radio]:after {
		content: "";
		display: none;
		width: 8px;
		height: 8px;
		text-align: center;
		transform: translate(3px, 3px);
		background-color: #FFFFFF;
	}
	input[type=radio]:checked:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		text-align: center;
		background-color: #0000FF;
	}
	.form_item_onecompanyname {
		width: 750px;
		height: 40px;
		margin: 40px 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.form_inputclass {
		width: 280px;
		height: 34px;
		border: 1px solid #A0AABC;
	}
	.form_item_onecontanctname {
		width: 750px;
		height: 40px;
		margin: 20px 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.form_inputcontanctname {
		width: 164px;
		height: 34px;
		border: 1px solid #A0AABC;
	}
	.contanctspan {
		font-weight: 600;
		font-size: 16px;
		color: #4F5C74;
		margin: 0 0 0 62px;
	}
	.form_inputcontanctphone {
		width: 164px;
		height: 34px;
		border: 1px solid #A0AABC;
	}
	.submitclass {
		width: 183px;
		height: 51px;
		margin: 60px 0 0 0;
		line-height: 51px;
		text-align: center;
		background: linear-gradient(90deg, #548EFF 0%, #5BC4FF 109.84%);
		border-radius: 24px;
		font-weight: 500;
		font-size: 18px;
		color: #FFFFFF;
	}
	.submitclass:hover {
		cursor: pointer;
	}
	
	/*提示界面*/
	/*表单蒙层*/
	.form_all_content_bgtwo{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(8, 16, 23, 0.67);
		z-index: 200;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	/*表单*/
	.form_tishi_content {
		width: 900px;
		height: 630px;
		background-color: #FFFFFF;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
		position: fixed;
		left: calc(50% - 450px);
		top: calc(50% - 315px);
		z-index: 200;
		
	}
	.form_lcb_all_content{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.close_submit {
		position: absolute;
		right: 20px;
		top: 25px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		/*border-radius: 50%;
		background-color: #4480F4;
		color: #FFFFFF;
		font-size: 40px;*/
	}
	.close_submit:hover {
		cursor: pointer;
	}
	.form_lcb_title_content {
		width: 1112;
		margin: 0 auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.form_tishi_imgtwp {
		width: 61px;
		height: 81px;
		
	}
	.form_tishi_imgone {
		width: 438px;
		height: 196px;
		margin: 25px 0 0 0;
	}
	.form_lcb_all_title {
		font-size: 27px;
		color: #4F5C74;
		margin: 15px 0 0 0;
	}
	.form_lcb_all_titleTwo {
		font-size: 16px;
		color: #4F5C74;
		margin: 10px 0 0 0;
	}
	.form_fangan_four_line {
		width: 765px;
		height: 49px;
		margin: 53px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.form_fangan_four_lineOne {
		width: 49px;
		height: 49px;
		line-height: 49px;
		text-align: center;
		border-radius: 50%;
		border: 1px solid #788CAA;
		font-size: 33px;
		color: #587BB0;
		background-color: #FFFFFF;
	}
	.form_fangan_four_lineTwo {
		width: 269px;
		border: 1px solid #587BB0;
	}
	.form_four_content_text {
		width: 861px;
		margin: 0 auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.form_four_text_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form_four_txt_one {
		font-size: 20px;
		color: #15294B;
		margin: 43px 0 0 0;
	}
	.form_four_text_two {
		font-size: 16px;
		color: #4F5C74;
		margin: 11px 0 0 0;
	}
	.form_four_text_three {
		font-size: 16px;
		color: #4F5C74;
	}
	.form_four_txt_four {
		font-size: 16px;
		color: #4F5C74;
	}
		
		
		.all_content {
			width: 100%;
			height: 100%;
			/*margin: 173px 0 0 0;*/
		}
		/* 最上部 */
		.top_all_content_bg {
			width: 100%;
			height: 752px;
			text-align: center;
			background-color: #001A52;
		}
		.top_all_contentLine {
			width: 100%;
			height: 170px;
		}
		.top_all_content {
			width: 1189px;
			height: 427px;
			margin: 0 auto 0 auto;
			/*background-color: chocolate;*/
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		/* 左侧文字 */
		.top_left_content {
			/*width: 419px;*/
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.left_title {
			font-size: 46px;
			color: #1e2737;
		}
		.left_title span {
			font-size: 46px;
			color: #4480f4;
		}
		.left_titletwo {
			font-size: 46px;
			color: #FFFFFF;
		}
		.left_contentOne {
			font-size: 18px;
			color: #A0AABC;
			margin: 7px 0 0 0;
		}
		.left_contentTwo {
			font-size: 18px;
			color: #A0AABC;
		}
		.left_contentTwo span {
			font-size: 18px;
			color: #A0AABC;
		}
		.left_contentThree {
			font-size: 18px;
			color: #A0AABC;
		}
		.left_contentThree span {
			font-size: 18px;
			color: #A0AABC;
		}
		.left_contentFour {
			width: 183px;
			height: 51px;
			line-height: 51px;
			margin: 28px 0 0 0;
			border-radius: 24px;
			border: 1px solid #4480F4;
			text-align: center;
			font-size: 18px;
			color: #4480F4;
		}
		.left_contentFour:hover {
		cursor: pointer;
	}
		/* 右侧 */
		.top_right_map_bg {
			width: 580px;
			height: 427px;
		}
		/*第二排  教育·知识付费·直播*/
		/*第二排  教育·知识付费·直播*/
		.swiper .mySwiperOne {
			width: 100%;
			background-color: fuchsia;
			/*position:relative*/
		}
		.mySwiperOne .swiper-slide {
			width: 100%;
			height: 100%;
		}
		.fangan_lunbotu {
			width: 100%;
			transition: all 0.5s linear;
		}
		.swiper-scrollbar {
			width: 1200px;
			height: 5px;
			margin: 0 auto 0 auto;
			border-radius: 0;
			background-color: #E1E8F2;
		}
		.top_my_swipercontent{
			width: 1200px;
			height: 5px;
			margin: 0 auto 0 auto;
			background-color: #E1E8F2;
		}
		.top_my_swipercontentItem{
			width: 1px;
			height: 5px;
			background-color: #4480F4;
		}
			.top_my_swipercontentItem_move {
		animation-name: top_my_swipercontentItem_kf;
		animation-duration: 6s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}
	/*animation-name:twoMoveOne_top; 动画名称
	animation-duration:1s;     	规定动画完成一个周期所花费的秒或毫秒。默认是 0。
	animation-timing-function:linear;规定动画的速度曲线。默认是 "ease"。linear是均速
	animation-iteration-count:infinite;规定动画被播放的次数。默认是 1。 infinite无限循环
	animation-direction:alternate;规定动画是否在下一周期逆向地播放。默认是 "normal"。
	animation-play-state: running;规定动画是否正在运行或暂停。默认是 "running"。*/
	@-webkit-keyframes top_my_swipercontentItem_kf {
		0% {
			width: 100px;
			height: 5px;
		}
		100% {
			width: 1200px;
			height: 5px;
		}
	}
		.top_my_swipercontentItem_moveTwo {
		animation-name: top_my_swipercontentItemTwo_kf;
		animation-duration: 6s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: normal;
		animation-fill-mode: forwards;
	}
	@-webkit-keyframes top_my_swipercontentItemTwo_kf {
		0% {
			width: 10px;
			height: 5px;
		}
		100% {
			width: 1200px;
			height: 5px;
		}
	}
	.top_my_swipercontentItem_moveThree {
		animation-name: top_my_swipercontentItem_moveThree_kf;
		animation-duration: 6s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: normal;
		animation-fill-mode: forwards;
	}
	@-webkit-keyframes top_my_swipercontentItem_moveThree_kf {
		0% {
			width: 10px;
			height: 5px;
		}
		100% {
			width: 1200px;
			height: 5px;
		}
	}
	.top_my_swipercontentItem_moveFour {
		animation-name: top_my_swipercontentItem_moveFour_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}
	@-webkit-keyframes top_my_swipercontentItem_moveFour_kf {
		0% {
			width: 800px;
			height: 5px;
		}
		100% {
			width: 400px;
			height: 5px;
		}
	}
	
	
		.fangan_lunbotu_txt {
			position: relative;
			width: 1200px;
			height: 290px;
			margin: -150px auto 0 auto;
			background-color: #F6F8FB;
			opacity: 1;
			display: flex;
			flex-direction: row;
			justify-content: space-around;
			align-items: center;
			/*z-index: 100;*/
		}
		
		.fangan_lunbotu_left_content {
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			font-size: 18px;
			color: #4F5C74;
		}
		.fangan_lunbotu_left_titleTwo{
			font-weight: 600;
font-size: 20px;
color: #15294B;
		}
		.fangan_lunbotu_left_title {
			font-size: 36px;
			color: #15294B;
			margin: 0 0 10px 0;
		}
		.fangan_lunbotu_right_content {
			width: 331px;
			height: 141;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: flex-start;
		}
		.fangan_lunbotu_right_icon {
			width: 46px;
			height: 46px;
			border-radius: 50%;
		}
		.fangan_lunbotu_right {
			width: 275px;
			height: 134;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.fangan_lunbotu_right .fangan_lunbotu_title {
			width: 22px;
			height: 20px;
		}
		.fangan_lunbotu_titleTwo {
			font-size: 16px;
			color: #4F5C74;
			margin-top: 10px;
		}
		.fangan_lunbotu_titleThree {
			font-size: 16px;
			color: #4F5C74;
			margin-top: 14px;
		}
		.fangan_lunbotu_titleFour {
			font-size: 16px;
			color: #4F5C74;
		}
		/*第三排 什么是优享服务？*/
		.two_all_content {
			width: 1200px;
			margin: 210px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.two_content_title {
			font-size: 38px;
			color: #15294B;
		}
		.two_content_title span {
			font-size: 38px;
			color: #4480F4;
		}
		.two_content_titleTwo {
			font-size: 20px;
			color: #4F5C74;
		}
		.two_tap_content {
			width: 1200px;
			height: 99px;
			margin: 55px 0 0 0;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		.two_left_content {
			width: 600px;
			height: 99px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			background-color: #E5EDFA;
			cursor: pointer;
		}
		.two_tap_left_imgOne {
			width: 51px;
			height: 51px;
			margin: 0 15px 0 0;
		}
		.two_tap_left_txtOne {
			font-size: 26px;
			color: #1E2737;
			margin: 0 0 0 15px;
		}
		.two_tap_right_txtOne {
			font-size: 26px;
			color: #A0AABC;
			margin: 0 0 0 15px;
		}
		.two_right_content {
			width: 600px;
			height: 99px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			background-color: #F6F8FB;
			cursor: pointer;
		}
		.twoRight_content_display {
			display: none;
		}
		.two_content {
			width: 100%;
			height: 410px;
			margin: 100px 0 0 0;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		.twoLeft_content {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
		}
		.twoLeft_txt_one {
			font-size: 38px;
			color: #15294B;
		}
		.twoLeft_txt_one span {
			color: #4480F4;
		}
		.twoLeft_txt_two {
			font-size: 20px;
			color: #15294B;
			margin: 37px 0 0 0;
		}
		.twoLeft_txt_three {
			font-size: 16px;
			color: #4F5C74;
			margin: 6px 0 0 0;
		}
		.twoLeft_txt_four {
			font-size: 16px;
			color: #4F5C74;
		}
		.twoLeft_txt_five {
			font-size: 20px;
			color: #15294B;
			margin: 24px 0 0 0;
		}
		.twoLeft_txt_six {
			font-size: 16px;
			color: #4F5C74;
			margin: 6px 0 0 0;
		}
		.twoLeft_txt_senven {
			font-size: 16px;
			color: #4F5C74;
		}
		.twoLeft_txt_eight {
			font-size: 20px;
			color: #15294B;
			margin: 24px 0 0 0;
		}
		.twoLeft_txt_nine {
			font-size: 16px;
			color: #4F5C74;
			margin: 6px 0 0 0;
		}
		.twoLeft_txt_ten {
			font-size: 16px;
			color: #4F5C74;
		}
		.all_content a{
			text-decoration: none;
			color: #4F5C74;
		}
		.shuxiang_leftCont_eleven {
		width: 197px;
		height: 38px;
		margin: 15px 0 0 0;
		line-height: 38px;
		text-align: center;
		background: #00C57B;
		font-weight: 600;
border-radius: 7px;
		font-size: 16px;
		color: #FFFFFF;
	}
	.shuxiang_leftCont_eleven:hover {
		cursor: pointer;
		background: #008971;
	}
	
		
		
		
		
		.fuwu_three_bg {
			width: 788px;
			height: 579px;
		}
		.phone_fuwu_leftimgtwo{
			width: 608px;
			height: 493px;
		}
		/*第三排  文字折叠打开*/
		.six_txt_contet {
			width: 1200px;
			margin: 87px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
		}
		.six_txt_oneBg {
			width: 100%;
			height: 70px;
			margin: 10px 0 0 0;
			line-height: 70px;
			background-color: #F6F8FB;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			font-size: 22px;
			color: #15294B;
		}
		.six_txt_content_one {
			width: 1100px;
			height: 31px;
			margin: 0 auto 0 auto;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		.six_txt_content_one img {
			width: 30px;
			height: 30px;
		}
		/*显示全部*/
		.six_txt_content_oneAdd {
			width: 1200px;
			margin: 0 auto 0 auto;
			padding: 0 0 40px 0;
			/*height: 210px;*/
			background-color: #F6F8FB;
			font-size: 16px;
			color: #4F5C74;
		}
		.six_txt_Add_item{
			margin: 19px 0 0 50px;
		}
		.six_txt_Add_itemTwo{
			margin: 21px 0 0 50px;
		}
		.six_txt_Add_top{
			font-size: 20px;
			color: #1E2737;
			font-weight: 500;
		}
	
		/*第四排 有需求马上就可以合作*/
		.lcb_all_content {
			width: 100%;
			height: 552px;
			background-color: #F6F8FB;
			margin: 220px 0 0 0;
		}
		.lcb_title_content {
			width: 1200px;
			margin: 70px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.lcb_all_title {
			font-size: 38px;
			color: #333333;
			margin: 87px 0 0 0;
		}
		.lcb_all_titleTwo {
			font-size: 20px;
			color: #4F5C74;
		}
		.fangan_four_line {
			width: 881px;
			height: 49px;
			margin: 72px auto 0 auto;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		.fangan_four_lineOne {
			width: 49px;
			height: 49px;
			line-height: 49px;
			text-align: center;
			border-radius: 50%;
			border: 1px solid #788CAA;
			font-size: 33px;
			color: #587BB0;
			background-color: #FFFFFF;
		}
		.fangan_four_lineTwo {
			width: 337px;
			border: 1px solid #587BB0;
		}
		.four_content_text {
			width: 1113px;
			margin: 43px auto 0 auto;
			display: flex;
			flex-direction: rowr;
			justify-content: space-between;
			align-items: center;
		}
		.four_text_content {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.four_txt_one {
			font-size: 20px;
			color: #15294B;
			margin: 33px 0 0 0;
		}
		.four_text_two {
			font-size: 16px;
			color: #4F5C74;
			margin: 11px 0 0 0;
		}
		.four_text_three {
			font-size: 16px;
			color: #4F5C74;
		}
		.four_txt_four {
			font-size: 16px;
			color: #4F5C74;
		}
		/*第五排    200+家优秀企业的选择*/
		.choose_all_content {
			width: 1200px;
			margin: 200px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.choose_content_title {
			font-size: 38px;
			color: #1E2737;
		}
		.choose_content_titleTwo {
			font-size: 20px;
			color: #4F5C74;
		}
		/*item1*/
		.six_content_listImg {
		width: 1163px;
		margin: 59px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: forestgreen;*/
	}
	.six_itmeone_one {
	/*box-shadow: 0px 2px 11px rgba(83, 96, 121, 0.25);
	border-radius: 8px;*/
	border: 1px solid #DADADA;
border-radius: 8px;
}
	/*item2*/
	.six_content_listImg_Two {
		width: 1114px;
	height: 88px;
	margin: 20px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: forestgreen;*/
	}
	.six_content_listImg_Three {
		width: 1170px;
	height: 88px;
	margin: 20px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: forestgreen;*/
	}
	.six_content_listImg_Four {
		width: 1163px;
	height: 88px;
	margin: 20px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: forestgreen;*/
	}
	.six_content_listImg_Five {
		width: 1163px;
	height: 88px;
	margin: 20px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: forestgreen;*/
	}
		/*第六排  优质项目优选优享优易  一排六个轮播图*/
		.five_all_content {
			width: 1200px;
			margin: 200px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.five_content_title {
			font-size: 38px;
			color: #1E2737;
		}
		.five_content_title span {
			font-size: 38px;
			color: #4480F4;
		}
		.five_content_titleTwo {
			font-size: 20px;
			color: #4F5C74;
		}
		.five_all_content_bg {}
		.swiperThree {
		width: 1920px;
		height: 332px;
		line-height: 332px;
		/*margin-left: auto;
	margin-right: auto;*/
		margin-top: 40px;
	}
	.swiperThree .swiper-wrapper {
		display: flex;
	}
	.swiperThree .swiper-slide {
		width: 306px;
		/*flex-shrink: 1;*/
		text-align: center;
	}
	.swiperThree .slide_item {
		width: 100%;
		height: 100%;
		/*padding: 20px 0 20px 0;*/
	}
	.swiperThree .slide_item img {
		width: 306px;
		height: 281px;
		/*border-radius: 4px;*/
		transition: all 0.5s linear;
		transform: scale(0.9, 0.9);
	}
	.swiperThree .slide_item img:hover {
		cursor: pointer;
		transform: scale(1, 1);
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
	}
	.six_my_all_content {
		width: 155px;
		height: 52px;
		margin: 20px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: rosybrown;*/
	}
		.mySix_btn_perf {
			width: 52px;
			height: 52px;
		}
		.mySix_btn_perf:hover {
			cursor: pointer;
		}
		.mySix_btn_next {
			width: 52px;
			height: 52px;
		}
		.mySix_btn_next:hover {
			cursor: pointer;
		}
		/*第八排 UE/UI项目需求 立即申请*/
		.eight_all_content {
			width: 100%;
			height: 281px;
			margin: 200px 0 0 0;
			background-color: #4480F4;
		}
		.eight_all_contentbg {
		width: 1200px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.homeeight_imgone {
		position: absolute;
		left: -129px;
		bottom: 0;
		width: 296px;
		height: 147px;
	}
	.homeeight_imgtwo {
		position: absolute;
		left: -20px;
		top: calc(50% - 95px);
		width: 191px;
		height: 191px;
	}
	.homeeight_imgthree {
		position: absolute;
		left: 910px;
		top: 0;
		width: 381px;
		height: 145px;
	}
	.homeeight_imgfive {
		position: absolute;
		left: 970px;
		bottom: 0;
		width: 470px;
		height: 205px;
	}
	.eight_all_middle_content {
		width: 1200px;
		height: 155px;
		/*position: absolute;
		left: calc(50% - 250px);
		top: calc(50% - 50%);*/
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.eight_middle_titleTwo {
		font-size: 38px;
		color: #FFFFFF;
		margin: 67px 0 0 0;
	}
	.eight_middle_titleThree {
		font-size: 20px;
		color: #FFFFFF;
		margin: 5px 0 0 0;
	}
	.eight_middle_titleFour {
		width: 183px;
		height: 51px;
		line-height: 51px;
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		border-radius: 24px;
		margin: 23px 0 0 0;
	}
	.eight_middle_titleFour:hover {
		cursor: pointer;
	}
		/*第九排 底部footer*/
		.nine_all_content {
			width: 1200px;
			height: 453px;
			margin: 70px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			/*background-color: rosybrown;*/
		}
		.nine_all_content a{
			text-decoration: none;color: #4F5C74;
		}
		.bottom_img_title {
			width: 125px;
			height: 47px;
		}
		.nine_all_bottom {
			width: 100%;
			height: 310px;
			margin: 40px 0 0 0;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			/*background-color: aquamarine;*/
		}
		/*左一*/
		.nine_all_left {
			width: 268px;
			height: 310px;
			/*background-color: burlywood;*/
		}
		.nine_all_leftTitle {
			width: 100%;
			height: 22px;
			line-height: 22px;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			font-size: 14px;
			color: #4F5C74;
			/*background-color: royalblue;*/
		}
		
		.nine_all_left a{
			text-decoration: none;
		}
		.nine_all_leftTitleBig {
			font-size: 16px;
			color: #1E2737;
		}
		.nine_all_leftTitleOne {
			font-size: 14px;
			color: #4F5C74;
			margin: 20px 0 0 0;
		}
		.nine_all_leftTitleTwo {
			font-size: 14px;
			color: #4F5C74;
		}
		.nine_all_leftTitleThree {
			width: 100%;
			border-bottom: 1px solid #E1E1E1;
			margin: 10px 0 0 0;
			font-size: 14px;
			color: #4F5C74;
		}
		.nine_all_leftTitleFour {
			margin: 10px 0 0 0;
			font-size: 14px;
			color: #4F5C74;
		}
		.nine_all_leftTwo {
		width: 232px;
		height: 132px;
		font-size: 14px;
		color: #4F5C74;
	}
	.nine_leftTwoTitle_big {
		font-size: 16px;
		color: #1E2737;
	}
	.nine_all_leftTwotxt_contentbg{
		width: 100%;
		height: 88px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.nine_all_leftTwotxt_content{
		width: 98px;
		height: 88px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin: 20px 0 0 0;
	}
	
	/*左三*/
	.nine_all_leftThree {
		width: 160px;
		height: 132px;
		font-size: 14px;
		color: #4F5C74;
	}
	.nine_all_leftThree_contentbg{
		width: 100%;
		height: 88px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.nine_all_leftThree_content{
		width: 98px;
		height: 88px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin: 20px 0 0 0;
	}
	.nine_all_leftThree_contenttwo{
		width: 98px;
		height: 54px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin: 20px 0 0 0;
	}
		/*左五*/
		.nine_all_leftFive {
			width: 232px;
			height: 278px;
			font-size: 14px;
			color: #4F5C74;
		}
		.nine_leftTwoTitle_one{
		color: #4F5C74;
		font-size: 14px;
		margin: 22px 0 0 0;
	}
	.nine_leftTwoTitle_two{
		color: #4F5C74;
		font-size: 14px;
		margin: 14px 0 0 0;
	}
		.nine__leftFive_img {
		width: 99px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.nine__leftFive_img img {
		width: 99px;
		height: 101px;
		margin: 10px 0 0 0;
	}
	.nine_leftTwoTitle_three{
		width: 99px;
		text-align: center;
		color: #4F5C74;
		font-size: 12px;
		margin: 17px 0 0 0;

	}
		.footer_line {
			width: 100%;
			height: 1px;
			background: #E5E5E5;
		}
		.footer_linetxt {
			width: 100%;
			text-align: center;
			font-size: 12px;
			color: #9B9B9B;
			margin: 10px 0 0 0;
		}
	}
	/*
 * 
 * 手
 * 
 * 机
 * 
 * 端
 * 
 * */
	
	@media only screen and (max-width:960px) {
		body {
			margin: 0;
			padding: 0;
		}
		.header {
			display: none;
		}
		.all_content {
			display: none;
		}
		.header {
			display: none;
		}
		.header {
			display: none;
		}
		.header {
			display: none;
		}
		.header {
			display: none;
		}
		.header {
			display: none;
		}
		.header {
			display: none;
		}
		.header {
			display: none;
		}
		.phone_all_content {
			width: 100%;
			height: 100%;
		}
		
		
			
		/*头部*/
	.phone_header_contentBG{
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
		background-color:#001A52 ;
	}
	.phone_header{
		width: 343px;
		height: 90px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		
		
	}
	.phone_bottom_img_title{
		width: 125px;
	}
	.phone_header_imgone{
		width: 25px;
		height: 25px;
	}
	
	.phone_header_content{
		width: 275px;
		padding: 20px 0;
		margin: 0 auto;
		/*background-color: forestgreen;*/
		display: flex;
		flex-direction: column;
		font-size: 20px;
		color: #DFE7F5;
	}
	.phone_header_content a{
		text-decoration: none;
		color: #DFE7F5;
	}
	

	.phone_header_item_txt{
		width: 100%;
		height: 48px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	/*方案*/
	
	.sanjiao_fangan {
		width: 16px;
		height: 8px;
		
	}
	.sanjiao_ziyuan {
		width: 16px;
		height: 8px;
	}
	.phone_header_item_txtThreeDiv{
		width: 100%;
		/*background-color: fuchsia;*/
		padding: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		font-size: 16px;
		color: #4480F4;
	}
	.phone_header_item_txtThreeDiv a{
		text-decoration: none;
		color: #4480F4;
	}
	.phone_header_item_txtThreeDiv a{
		text-decoration: none;
		color: #4480F4;
	}
	
	.phoneheader_itemthree_item{
		width: 100%;
		height: 42px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.phoneheader_itemthree_itemTwo{
		width: 121px;
		text-align: left;
	}
		
		
		
		
		
		
		
		
		
		
		
		
		
		.phone_one_contentbg {
			width: 100%;
			background-color: #001A52;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.phone_one_titleOne {
			width: 315px;
			font-size: 30px;
			color: #4480F4;
			text-align: left;
			margin: 112px 0 0 0;
		}
		.phone_one_titleTwo {
			width: 315px;
			font-size: 35px;
			color: #DFE7F5;
			text-align: left;
		}
		.phone_one_titleOneOne {
			width: 350px;
			font-size: 30px;
			color: #4480F4;
			text-align: left;
			margin: 112px 0 0 0;
		}
		.phone_one_titleTwotwo {
			width: 350px;
			font-size: 35px;
			color: #DFE7F5;
			text-align: left;
		}
		.phone_one_imgOne {
			width: 375px;
			height: 246px;
			margin: 31px 0 0 0;
		}
		.phone_one_titleFour {
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 32px 0 0 0;
		}
		.phone_one_titleFourtwo {
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 45px 0 0 0;
		}
		.phone_one_titleFourthree {
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 50px 0 0 0;
		}
		.phone_one_titleFourfour{
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 47px 0 0 0;
		}
		.phone_one_titleFourfive{
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 39px 0 0 0;
		}
		.phone_one_titleFoursix{
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 10px 0 0 0;
		}
		.phone_one_titleFive {
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
		}
		.phone_one_titleFiveONE {
			width: 342px;
			font-size: 16px;
			color: #A0AABC;
			text-align: left;
			margin: 0 0 32px 0;
		}
		.phone_two_txtSenven {
			width: 183px;
			height: 51px;
			margin: 38px auto 32px auto;
			line-height: 51px;
			text-align: center;
			border-radius: 24px;
			border: 1px solid #4480F4;
			font-size: 18px;
			color: #4480F4;
		}
		.phone_two_txtSenventwo{
			width: 183px;
			height: 51px;
			margin: 60px auto 32px auto;
			line-height: 51px;
			text-align: center;
			border-radius: 24px;
			border: 1px solid #4480F4;
			font-size: 18px;
			color: #4480F4;
		}
		.phone_two_txtSenventhree{
			width: 183px;
			height: 51px;
			margin: 16px auto 32px auto;
			line-height: 51px;
			text-align: center;
			border-radius: 24px;
			border: 1px solid #4480F4;
			font-size: 18px;
			color: #4480F4;
		}
		.phone_two_txtSenvenfour{
			width: 183px;
			height: 51px;
			margin: 60px auto 32px auto;
			line-height: 51px;
			text-align: center;
			border-radius: 24px;
			border: 1px solid #4480F4;
			font-size: 18px;
			color: #4480F4;
		}
		.phone_two_txtSenvenfive{
			width: 183px;
			height: 51px;
			margin: 16px auto 32px auto;
			line-height: 51px;
			text-align: center;
			border-radius: 24px;
			border: 1px solid #4480F4;
			font-size: 18px;
			color: #4480F4;
		}
		.phone_two_txtSenvensix{
			width: 183px;
			height: 51px;
			margin: 16px auto 32px auto;
			line-height: 51px;
			text-align: center;
			border-radius: 24px;
			border: 1px solid #4480F4;
			font-size: 18px;
			color: #4480F4;
		}
		/*第二排轮播图*/
		.mySwiperPhoneOne {
			width: 100%;
			/*height: 376px;*/
		}
		.mySwiperPhoneOne .swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
			/* Center slide text vertically */
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}
		.mySwiperPhoneOne .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.mySwiperPhoneOne .swiper-slide .slide_item {
			width: 100%;
		}
		.mySwiperPhoneOneHead {
			position: relative;
			width: 100%;
			text-align: center;
			margin: -43px auto 0 auto;
			z-index: 100;
		}
		.mySwiperPhoneOneHead img {
			width: 87px;
			height: 87px;
			border-radius: 50%;
		}
		
		
		
		.fangan_lunbotu_right {
			width: 258px;
			margin: 0 auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.fangan_lunbotu_right .fangan_lunbotu_title {
			width: 22px;
			height: 20px;
		}
		.fangan_lunbotu_titleTwo {
			font-size: 16px;
			color: #4F5C74;
			margin-top: 11px;
		}
		.fangan_lunbotu_titleThree {
			font-size: 16px;
			color: #4F5C74;
			margin-top: 11px;
		}
		.fangan_lunbotu_titleFour {
			font-size: 16px;
			color: #4F5C74;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		/*第三排*/
		.phone_three_content {
			width: 350px;
			margin: 55px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.phone_three_title {
			font-weight: 500;
			font-size: 26px;
			color: #15294B;
		}
		.phone_three_title  span{
			font-weight: 500;
			font-size: 26px;
			color: #4480F4;
		}
		.phone_three_imgOne {
			width: 381px;
			height: 279px;
			margin: 26px 0 0 0;
		}
		.phone_three_imgtwo{
			width: 349px;
			height: 283px;
			margin: 26px 0 0 0;
		}
		.item-two-content {
			width: 335px;
			margin: 32px 0 0 0;
		}
		.item-two-contentTwo {
			width: 342px;
			margin: 20px 0 0 0;
		}
		.item-two-txtOne {
			font-size: 20px;
			color: #15294B;
			font-weight: 500;
		}
		.item-two-txtTwo {
			margin: 6px 0 0 0;
			font-size: 16px;
			color: #4F5C74;
		}
		.item-two-txtThree {
			font-size: 16px;
			color: #4F5C74;
		}
		
		
		
		
		.six_txt_contet {
			width: 100%;
			margin: 12px auto 0 auto;
			
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.six_txt_oneBg {
			width: 361px;
			height: 70px;
			margin: 10px 0 0 0;
			line-height: 70px;
			background-color: #F6F8FB;
			border-radius: 8px;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			font-size: 22px;
			color: #15294B;
		}
		.six_txt_content_one {
			width: 293px;
			height: 31px;
			margin: 0 auto 0 auto;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
		}
		.six_txt_content_one img {
			width: 30px;
			height: 30px;
		}
		/*显示全部*/
		/*.six_txt_content_oneAdd {
			width: 361px;
			height: 210px;
			background-color: #F6F8FB;
			font-size: 16px;
			color: #4F5C74;
		}
		.six_txt_Add {
			width: 293px;
			margin: 0 auto 0 auto;
			text-align: left;
		}*/
		
		.six_txt_content_oneAdd {
			width: 361px;
			background-color: #F6F8FB;
			padding: 0 0 17px 0;
			font-size: 16px;
			color: #4F5C74;
		}
		.six_txt_Add_item{
			width: 257px;
			margin: 19px 0 0 34px;
		}
		.six_txt_Add_itemTwo{
			width: 257px;
			margin: 16px 0 0 34px;
		}
		.six_txt_Add_top{
			width: 257px;
			font-size: 20px;
			color: #1E2737;
			font-weight: 500;
		}
	
		
		
		
		
		
		
		
		
		/*有需求马上就可以合作*/
		.phone_fangan_list_content{
			width: 100%;
			margin: 83px 0 0 0;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
		}
		.phone_fangan_list_title{
			font-size: 26px;
			color: #15294B;
		}
		.phone_fangan_list_titletwo{
			font-size: 16px;
			color: #4F5C74;
			margin: 10px 0 0 0;
		}
		
		.phone_fangan_list_contenttwo{
			width: 299px;
			margin: 40px 0 0 0;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: flex-start;
		}
		.phone__list_left{
			width: 49px;
			height: 370px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: center;
		}

	
		.phone__list_left_lineOne {
			width: 49px;
			height: 49px;
			line-height: 49px;
			text-align: center;
			border-radius: 50%;
			border: 1px solid #788CAA;
			font-size: 33px;
			color: #587BB0;
			background-color: #FFFFFF;
		}
		.phone__list_left_lineTwo {
			height: 97px;
			border: 1px solid #587BB0;
		}
		.phone__list_right_content{
			width: 225px;
			height: 450px;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.phone__list_right{
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.phone__list_rightTwo{
			margin: 26px 0 0 0;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.four_txt_one {
			font-size: 20px;
			color: #15294B;
		}
		.four_text_two {
			font-size: 16px;
			color: #4F5C74;
			margin: 13px 0 0 0;
		}
		.four_text_three {
			font-size: 16px;
			color: #4F5C74;
		}
		.four_txt_four {
			font-size: 16px;
			color: #4F5C74;
		}
		
		
		
		/*500+家优秀企业的选择*/
		
		.phone_senven_content {
			width: 100%;
			margin: 59px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
			font-size: 26px;
			color: #1E2737;
		}
		.phone_senven_txtOne span {
			font-size: 21px;
			color: #4480F4;
		}
		.phone_senven_txtTwo {
			font-size: 16px;
			color: #4F5C74;
			margin: 10px 0 0 0;
		}
		.phone_senven_txtThree {
			font-size: 16px;
			color: #4F5C74;
		}
		.mySwiperPhoneTwo {
			width: 292px;
			height: 443px;
		}
		.mySwiperPhoneTwo .swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
			/* Center slide text vertically */
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}
		.mySwiperPhoneTwo .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.mySwiperPhoneTwo .swiper-slide .slide_item {
			width: 100%;
			height: 369px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
	
		/*第六排 优质项目优选优享优易-->*/
		.phone_six_content {
			width: 100%;
			margin: 61px auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
			font-size: 26px;
			color: #1E2737;
		}
		.phone_six_txtOne span {
			font-size: 26px;
			color: #4480F4;
		}
		.phone_six_txtTwo {
			font-size: 16px;
			color: #4F5C74;
			margin: 10px 0 0 0;
		}
		.phone_six_txtThree {
			font-size: 16px;
			color: #4F5C74;
		}
		.mySwiperPhonesix {
			width: 306px;
			height: 376px;
		}
		.mySwiperPhonesix .swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
			/* Center slide text vertically */
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}
		.mySwiperPhonesix .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.mySwiperPhonesix .swiper-slide .slide_item {
			width: 306px;
			height: 281px;
		}
		.phone_six_line {
			width: 100%;
			height: 200px;
		}
		/*-第十一排   在线咨询*/
		.eleven_all_content {
			position: fixed;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 50px;
			background-color: #4480F4;
			font-size: 21px;
			color: #FFFFFF;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			z-index: 100;
		}
		.eleven_all_content img {
			width: 26px;
			height: 26px;
			margin: 0 10px 0 0;
		}
	}