* {
	margin: 0;
	padding: 0;
}

html {
	position: relative;
	overflow-x: hidden !important;
}

@media only screen and (min-width: 960px) {
	.phone_all_content {
		display: none;
	}

	.all_content {
		display: block;
	}

	.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: #FFFFFF;
		/*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: #4F5C74;
	}

	.header-item-actived {}

	/*中间文字导航*/
	.header_all_title {
		width: 491px;
		height: 60px;
		font-size: 16px;
		color: #4F5C74;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		/*background-color: gold*/
	}

	/*什么是优享*/
	.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;
	}

	.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;
	}

	.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_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: #4F5C74;
		/*width: 150px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background-color: #4480F4;
		font-size: 16px;
		color: #ffffff;*/
	}

	/*表单蒙层*/
	.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;
	}

	.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;
	}

	.fangan_four_line {
		width: 765px;
		height: 49px;
		margin: 53px 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: 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 {
		width: 1200px;
		margin: 0 auto 0 auto;
		display: flex;
		/*background-color: chartreuse;*/
		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;
		/*background-color: chocolate;*/
	}

	.left_title {
		font-size: 46px;
		color: #4480f4;
	}

	.left_titletwo {
		font-size: 38px;
		color: #1e2737;
	}

	.left_titletwo span {
		font-size: 46px;
		color: #4480f4;
	}

	.left_contentOne {
		font-size: 18px;
		color: #4f5c74;
		margin: 7px 0 0 0;
	}

	.left_contentTwo {
		font-size: 18px;
		color: #4f5c74;
	}

	.left_contentTwo span {
		font-size: 18px;
		color: #4480f4;
	}

	.left_contentThree {
		font-size: 18px;
		color: #4f5c74;
	}

	.left_contentThree span {
		font-size: 18px;
		color: #4480f4;
	}

	.left_contentFour {
		width: 183px;
		height: 51px;
		line-height: 51px;
		margin: 28px 0 0 0;
		border-radius: 24px;
		text-align: center;
		background: linear-gradient(90deg, #548EFF 0%, #5BC4FF 109.84%);
		font-size: 18px;
		color: #fff;
	}

	.left_contentFour:hover {
		cursor: pointer;
	}

	/* 右侧 */
	.top_right_content {
		width: 688px;
		height: 447px;
		position: relative;
		/*background-color: #4480f4;*/
	}

	.top_right_map_bg {
		width: 581px;
		height: 434px;
		position: absolute;
		left: 14px;
		top: 0;
	}

	/* 碰撞动画 */
	.left_to_right {
		width: 400px;
		height: 400px;
		/*background-color: chartreuse;*/
		position: absolute;
		left: 0;
		top: 0;
	}

	.top_left {
		display: none;
		width: 161px;
		height: 175px;
		position: absolute;
		top: 120px;
		left: 20px;
	}

	.top_leftMove {
		display: block;
		width: 161px;
		height: 175px;
		animation: hideIndexOne 1s;
		animation-fill-mode: forwards
	}

	@keyframes hideIndexOne {
		0% {
			opacity: 0;
			transform: translate(0, 60px);
		}

		100% {
			opacity: 1;
			transform: translate(5px, 15px);
		}
	}

	.top_right {
		width: 151px;
		height: 89px;
		background: #FFFFFF;
		border: 2px solid #4480F4;
		box-shadow: 17px 15px 26px rgba(63, 83, 126, 0.37);
		border-radius: 8px;
		display: none;
	}

	.top_right_onedivbg {
		width: 112px;
		height: 13px;
		background: #EBF0F4;
		border-radius: 3px;
		margin: 22px 0 0 20px;
		position: relative;
	}

	.top_right_onedivmove {
		width: 21px;
		height: 13px;
		background: #D6E4FF;
		border-radius: 3px;
		position: absolute;
		left: 12px;
		top: 0;
		animation-name: top_right_onedivmoveKf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_right_onedivmoveKf {
		0% {
			position: absolute;
			left: 12px;
			top: 0;
		}

		20% {
			position: absolute;
			left: 0;
			top: 0;
		}

		80% {
			position: absolute;
			left: 91px;
			top: 0;
		}

		100% {
			position: absolute;
			left: 12px;
			top: 0;
		}
	}

	.top_right_twodivbg {
		width: 112px;
		height: 13px;
		background: #EBF0F4;
		border-radius: 3px;
		margin: 5px 0 0 20px;
		position: relative;
	}

	.top_right_twodivmove {
		width: 39px;
		height: 13px;
		background: #B0CBFF;
		border-radius: 3px;
		position: absolute;
		left: 19px;
		top: 0;
		animation-name: top_right_twodivmoveKf;
		animation-duration: 2.5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_right_twodivmoveKf {
		0% {
			position: absolute;
			left: 19px;
			top: 0;
		}

		20% {
			position: absolute;
			left: 0;
			top: 0;
		}

		80% {
			position: absolute;
			left: 73px;
			top: 0;
		}

		100% {
			position: absolute;
			left: 19px;
			top: 0;
		}
	}

	.top_right_threedivbg {
		width: 112px;
		height: 13px;
		background: #EBF0F4;
		border-radius: 3px;
		margin: 5px 0 0 20px;
		position: relative;
	}

	.top_right_threedivmove {
		width: 71px;
		height: 13px;
		background: #B0CBFF;
		border-radius: 3px;
		position: absolute;
		left: 28px;
		top: 0;
		animation-name: top_right_threedivmoveKf;
		animation-duration: 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_right_threedivmoveKf {
		0% {
			position: absolute;
			left: 28px;
			top: 0;
		}

		20% {
			position: absolute;
			left: 0;
			top: 0;
		}

		80% {
			position: absolute;
			left: 41px;
			top: 0;
		}

		100% {
			position: absolute;
			left: 28px;
			top: 0;
		}
	}

	.home_animation_imgtwo {
		width: 50px;
		height: 58px;
		position: absolute;
		left: 63px;
		top: 13px;
		animation-name: home_animation_imgtwoKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes home_animation_imgtwoKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightMove {
		display: block;
		width: 151px;
		height: 89px;
		animation: hideIndexOneOne 1s;
		animation-fill-mode: forwards
	}

	@keyframes hideIndexOneOne {
		0% {
			opacity: 0;
			transform: translate(120px, 0);
		}

		100% {
			opacity: 1;
			transform: translate(90px, 100px);
		}
	}

	.xiaoxi {
		display: none;
	}

	/*第二个动画*/
	.top_leftTwo {
		display: none;
		overflow: hidden;
		width: 167px;
		height: 162px;
	}

	.top_leftTwo_show {
		display: block;
		animation: hideIndex 1s;
		animation-fill-mode: forwards
	}

	@keyframes hideIndex {
		0% {
			opacity: 0;
			transform: translate(0, 80px);
		}

		100% {
			opacity: 1;
			transform: translate(5px, 33px);
		}
	}

	.top_rightTwo {
		display: none;
		overflow: hidden;
		width: 151px;
		height: 89px;
		background: #FFFFFF;
		border: 2px solid #4480F4;
		box-shadow: 17px 15px 26px rgba(63, 83, 126, 0.37);
		border-radius: 8px;
	}

	.top_rightTwo_show {
		display: block;
		animation: hideIndexTwo 1s;
		animation-fill-mode: forwards
	}

	@keyframes hideIndexTwo {
		0% {
			opacity: 0;
			transform: translate(120px, 0);
		}

		100% {
			opacity: 1;
			transform: translate(59px, 63px);
		}
	}

	.top_rightTwo_onedivbg {
		width: 112px;
		height: 18px;
		margin: 13px 0 0 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.top_rightTwo_onedivcycle {
		width: 18px;
		height: 18px;
		background: #81ACFF;
		border-radius: 8px;
	}

	.top_rightTwo_onedivmove {
		width: 84px;
		height: 13px;
		background: #81ACFF;
		border-radius: 3px;
		position: absolute;
		left: 28px;
		top: 0;
		animation-name: top_rightTwo_onedivmoveKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightTwo_onedivmoveKf {
		0% {
			width: 1px;
			height: 13px;
		}

		100% {
			width: 84px;
			height: 13px;
		}
	}

	.top_rightTwo_twodivbg {
		width: 112px;
		height: 18px;
		margin: 6px 0 0 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.top_rightTwo_twodivcycle {
		width: 18px;
		height: 18px;
		background: #B0CBFF;
		border-radius: 8px;
	}

	.top_rightTwo_twodivmove {
		width: 84px;
		height: 13px;
		background: #EBF0F4;
		border-radius: 3px;
		position: absolute;
		left: 28px;
		top: 0;
		animation-name: top_rightTwo_twodivmoveKf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightTwo_twodivmoveKf {
		0% {
			width: 1px;
			height: 13px;
		}

		100% {
			width: 84px;
			height: 13px;
		}
	}

	/*第三行*/
	.top_rightTwo_threedivbg {
		width: 112px;
		height: 18px;
		margin: 5px 0 0 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
	}

	/*光标*/
	.top_rightTwo_threedivcycle {
		width: 2px;
		height: 18px;
		background: #B0CBFF;
		border-radius: 8px;
		position: absolute;
		left: 29px;
		top: 0;
		animation-name: top_rightTwo_threedivcycleKf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightTwo_threedivcycleKf {
		0% {
			position: absolute;
			left: 29px;
			top: 0;
		}

		100% {
			position: absolute;
			left: 110px;
			top: 0;
		}
	}

	.top_rightTwo_threedivmove {
		width: 1px;
		height: 9px;
		background: #D6E4FF;
		border-radius: 3px;
		position: absolute;
		left: 28px;
		top: 4.5px;
		animation-name: top_rightTwo_threedivmoveKf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightTwo_threedivmoveKf {
		0% {
			width: 1px;
			height: 9px;
		}

		100% {
			width: 84px;
			height: 9px;
		}
	}

	.xiaoxiTwo {
		display: none;
	}

	/*第三个动画*/
	.top_leftThree {
		display: none;
		overflow: hidden;
		width: 110px;
		height: 110px;
		z-index: 20;
		position: relative;
	}

	.top_leftThreeshow {
		display: block;
		animation: hideIndexThreeThree 1s;
		animation-fill-mode: forwards;
		z-index: 20;
		position: relative;
	}

	@keyframes hideIndexThreeThree {
		0% {
			opacity: 0;
			transform: translate(120px, 0);
		}

		100% {
			opacity: 1;
			transform: translate(95px, -40px);
		}
	}

	.top_rightThree {
		display: none;
		overflow: hidden;
		width: 151px;
		height: 89px;
		z-index: 10;
		background: #FFFFFF;
		border: 2px solid #4480F4;
		box-sizing: border-box;
		box-shadow: 17px 15px 26px rgba(63, 83, 126, 0.37);
		border-radius: 8px;
		position: relative;
	}

	.top_rightThree_show {
		display: block;
		animation: hideIndexThree 1s;
		animation-fill-mode: forwards;
		width: 151px;
		height: 89px;
		z-index: 2;
		background: #FFFFFF;
		border: 2px solid #4480F4;
		box-sizing: border-box;
		box-shadow: 17px 15px 26px rgba(63, 83, 126, 0.37);
		border-radius: 8px;
		position: relative;
	}

	@keyframes hideIndexThree {
		0% {
			opacity: 0;
			transform: translate(30px, 160px);
		}

		100% {
			opacity: 1;
			transform: translate(30px, 100px);
		}
	}

	.top_rightThree_divone {
		width: 8px;
		height: 8px;
		background: #81ACFF;
		border-radius: 50%;
		position: absolute;
		left: 8px;
		top: 8px;
		animation-name: top_rightThree_divoneKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divoneKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightThree_divtwo {
		width: 8px;
		height: 8px;
		background: #B0CBFF;
		border-radius: 50%;
		position: absolute;
		left: 8px;
		top: 20px;
		animation-name: top_rightThree_divtwoKf;
		animation-duration: 1.2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divtwoKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightThree_divthree {
		width: 8px;
		height: 8px;
		background: #B0CBFF;
		border-radius: 50%;
		position: absolute;
		left: 8px;
		top: 32px;
		animation-name: top_rightThree_divthreeKf;
		animation-duration: 1.4s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divthreeKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightThree_divfour {
		width: 8px;
		height: 8px;
		background: #B0CBFF;
		border-radius: 50%;
		position: absolute;
		left: 8px;
		top: 44px;
		animation-name: top_rightThree_divfourKf;
		animation-duration: 1.8s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divfourKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightThree_divfive {
		width: 120px;
		height: 10px;
		background: #D6E4FF;
		border-radius: 3px;
		position: absolute;
		left: 25px;
		top: 7px;
		animation-name: top_rightThree_divfiveKf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divfiveKf {
		0% {
			width: 1px;
			height: 10px;
		}

		100% {
			width: 120px;
			height: 10px;
			;
		}
	}

	.top_rightThree_divsix {
		width: 44px;
		height: 39px;
		background: #EBF0F4;
		border-radius: 3px;
		position: absolute;
		left: 25px;
		top: 32px;
		animation-name: top_rightThree_divsixKf;
		animation-duration: 1.8s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divsixKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightThree_divsenven {
		width: 40px;
		height: 9px;
		background: #81ACFF;
		border-radius: 3px;
		position: absolute;
		left: 75px;
		top: 32px;
		animation-name: top_rightThree_divsenvenKf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divsenvenKf {
		0% {
			width: 1px;
			height: 9px;
		}

		100% {
			width: 40px;
			height: 9px;
		}
	}

	.top_rightThree_diveight {
		width: 40px;
		height: 9px;
		background: #EBF0F4;
		border-radius: 3px;
		position: absolute;
		left: 75px;
		top: 47px;
		animation-name: top_rightThree_diveightKf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_diveightKf {
		0% {
			width: 1px;
			height: 9px;
		}

		100% {
			width: 40px;
			height: 9px;
		}
	}

	.top_rightThree_divnine {
		width: 40px;
		height: 9px;
		background: #EBF0F4;
		border-radius: 3px;
		position: absolute;
		left: 75px;
		top: 62px;
		animation-name: top_rightThree_divnineKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightThree_divnineKf {
		0% {
			width: 1px;
			height: 9px;
		}

		100% {
			width: 40px;
			height: 9px;
		}
	}

	.xiaoxiThree {
		display: none;
	}

	/*第四个动画*/
	.top_leftFour {
		display: none;
		overflow: hidden;
		width: 110px;
		height: 110px;
		position: relative;
	}

	.top_leftFourshow {
		display: block;
		animation: hideIndexFourFour 1s;
		animation-fill-mode: forwards;
		z-index: 10;
		position: relative;
	}

	@keyframes hideIndexFourFour {
		0% {
			opacity: 0;
			transform: translate(120px, 0);
		}

		100% {
			opacity: 1;
			transform: translate(95px, 0);
		}
	}

	.top_rightFour {
		display: none;
		overflow: hidden;
		width: 151px;
		height: 89px;
		z-index: 10;
		background: #FFFFFF;
		border: 2px solid #4480F4;
		box-sizing: border-box;
		box-shadow: 17px 15px 26px rgba(63, 83, 126, 0.37);
		border-radius: 8px;
		position: relative;
	}

	.top_rightFour_show {
		display: block;
		animation: hideIndexFour 1s;
		animation-fill-mode: forwards;
		z-index: 2;
		background: #FFFFFF;
		border: 2px solid #4480F4;
		box-sizing: border-box;
		box-shadow: 17px 15px 26px rgba(63, 83, 126, 0.37);
		border-radius: 8px;
		position: relative;
	}

	@keyframes hideIndexFour {
		0% {
			opacity: 0;
			transform: translate(10px, 10px);
		}

		100% {
			opacity: 1;
			transform: translate(50px, 50px);
		}
	}

	.top_rightFour_divone {
		width: 13px;
		height: 13px;
		background: #81ACFF;
		border-radius: 50%;
		position: absolute;
		left: 20px;
		top: 20px;
		animation-name: top_rightFour_divoneKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightFour_divoneKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightFour_divtwo {
		width: 28px;
		height: 13px;
		background: #81ACFF;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		position: absolute;
		left: 13px;
		top: 35px;
		animation-name: top_rightFour_divtwoKf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightFour_divtwoKf {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.top_rightFour_divthree {
		width: 79px;
		height: 9px;
		background: #B0CBFF;
		border-radius: 4px;
		position: absolute;
		left: 56px;
		top: 20px;
		animation-name: top_rightFour_divthreeKf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightFour_divthreeKf {
		0% {
			width: 1px;
			height: 9px;
		}

		100% {
			width: 79px;
			height: 9px;
		}
	}

	.top_rightFour_divfour {
		width: 79px;
		height: 8px;
		background: #EBF0F4;
		border-radius: 4px;
		position: absolute;
		left: 56px;
		top: 40px;
		animation-name: top_rightFour_divfourKf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightFour_divfourKf {
		0% {
			width: 1px;
			height: 8px;
		}

		100% {
			width: 79px;
			height: 8px;
		}
	}

	.top_rightFour_divfive {
		width: 79px;
		height: 9px;
		background: #EBF0F4;
		border-radius: 4px;
		position: absolute;
		left: 56px;
		top: 59px;
		animation-name: top_rightFour_divfiveKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@keyframes top_rightFour_divfiveKf {
		0% {
			width: 1px;
			height: 9px;
		}

		100% {
			width: 79px;
			height: 9px;
		}
	}

	.xiaoxiFour {
		display: none;
	}

	/* 右侧动画 */
	.top_right_transition {
		width: 285px;
		height: 159px;
		position: absolute;
		top: 12px;
		right: 56px;
		border-radius: 13px;
		z-index: 100;
		/*box-shadow: 0px 4px 10px 4px rgba(167, 169, 173, 0.25);*/
		/* background-color: cyan; */
	}

	/* 底图 */
	.top_right_tsImg {
		width: 285px;
		height: 159px;
	}

	/* 图文 */
	.top_right_tsContent {
		position: absolute;
		top: 0;
		left: 0;
		width: 285px;
		height: 159px;
		display: flex;
		flex-direction: column;
		/*align-items: center;*/
		font-size: 14px;
		color: #4f5c74;
	}

	.top_right_tsTitle {
		width: 186px;
		height: 31px;
		margin: 24px 0 0 28px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 17px;
		color: #4480F4;
		font-weight: 600;
	}

	.baidu_logobg {
		width: 74px;
		height: 27px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.baidu_logo {
		width: 55px;
		height: 18px;
	}

	.top_right_tsTxt_content {
		width: 179px;
		margin: 2px 0 0 28px;
	}

	.biaoqian_contOne {
		font-size: 14px;
		color: #4F5C74;
	}

	.top_right_tsTxt {
		display: flex;
		flex-direction: row;
		font-weight: 500;
	}

	.top_right_tsTxttwy {
		margin: 0 0 0 20px;
	}

	.biaoqian_contTwolast {
		margin: 2px 0 0 0;
		display: flex;
		flex-direction: row;
	}

	.biaoqian_contTwolast_two {
		margin: 0 0 0 10px;
	}



	.xuanfuTo {
		width: 285px;
		height: 159px;
		position: absolute;
		right: 56px;
		top: 109px;
	}

	.xuanfuTothree {
		width: 285px;
		height: 159px;
		position: absolute;
		right: 56px;
		top: 206px;
	}

	.xuanfuTofour {
		width: 285px;
		height: 159px;
		position: absolute;
		right: 56px;
		top: 303px;
	}

	.xuanfuTofive {
		width: 285px;
		height: 159px;
		/* position: absolute;
  right: 87px;
  top: 400px; */
		display: none;
	}

	.linear {
		transition: all 0.5s linear;
	}

	/* 右侧头像 */
	.top_right_mapHead {
		width: 77px;
		height: 368px;
		position: absolute;
		top: 27px;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.top_right_mapHead img {
		width: 77px;
		height: 77px;
	}

	/*底部标签*/
	.top_right_bottom {
		width: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		/*background-color: #4480F4;*/
	}

	.top_right_bottomItem {
		width: 115px;
		height: 29px;
		font-size: 13px;
		color: #5E8CE7;
		line-height: 29px;
		border: 1px solid #5E8CE7;
		border-radius: 5px;
		text-align: center;
	}

	/*.top_right_bottomItem_active {
	width: 115px;
	height: 29px;
	font-size: 13px;
	color: #5E8CE7;
	line-height: 29px;
	border: 1px solid #3EB1F2;
	border-radius: 5px;
	text-align: center;
}*/
	/*第二排 优享团队提供优质服务*/
	.two_all_content {
		width: 1200px;
		margin: 190px auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.two_content_title {
		font-size: 38px;
		color: #1E2737;
	}

	.two_content_title span {
		font-size: 38px;
		color: #4480F4;
	}

	.two_content_titleTwo {
		font-size: 20px;
		color: #4F5C74;
	}

	/*内容*/
	.twoContent_service_img {
		width: 1179px;
		margin: 75px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		/*background-color: red;*/
	}

	.twoContent_service_imgTwo {
		width: 1179px;
		margin: 40px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.twoContent_service_left {
		width: 349px;
		height: 275px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		/*background-color: burlywood;*/
	}

	.twoContent_service_left:hover {
		cursor: pointer;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
		border-radius: 4px;
	}

	.two_txt_allcontent {
		width: 100%;
		height: 130px;
		margin-top: 15px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		/*background-color: darkgoldenrod;*/
	}

	/*标题*/
	.twoContent_service_leftTv_big {
		font-size: 24px;
		color: #15294B;
		font-weight: 500;
	}

	/*内容*/
	.twoContent_service_leftTv {
		font-size: 16px;
		color: #4F5C74;
		margin-top: 10px;
	}

	.twoContent_service_leftTvTwo {
		font-size: 16px;
		color: #4F5C74;
	}

	/*	解决方案*/
	.twoContent_service_leftTvThree {
		display: none;
		font-size: 16px;
		color: #4480F4;
		margin-top: 10px;
	}

	/*第一个动画*/
	.two_move_contentbg {
		width: 100%;
		height: 110px;
		/*background-color: red;*/
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.two_move_content {
		width: 137px;
		height: 99px;
		/*background-color: forestgreen;*/
		position: relative;
	}

	.home_two_icon_five {
		position: absolute;
		left: 89px;
		top: 47px;
		width: 48px;
		height: 46px;
	}

	.hometwo_first_icon {
		position: absolute;
		left: 0;
		top: 20px;
		width: 27px;
		height: 27px;
		background: #9FC5FF;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.home_two_icon_one {
		width: 14px;
		height: 15px;
	}

	.home_two_icon_one_Move {
		animation-name: home_two_icon_oneKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@-webkit-keyframes home_two_icon_oneKf {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	.home_two_icon_four {
		position: absolute;
		left: 33px;
		top: 0;
		width: 74px;
		height: 99px;
	}

	.home_two_divmove_one {
		position: absolute;
		left: 49px;
		top: 20px;
		width: 8px;
		height: 8px;
		background-color: #4480F4;
		border-radius: 50%;
	}

	.home_two_divmove_one_Move {
		animation-name: home_two_divmove_oneKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes home_two_divmove_oneKf {
		0% {
			left: 49px;
			top: 20px;
		}

		100% {
			left: 85px;
			top: 20px;
		}
	}

	.home_two_divmove_two {
		position: absolute;
		left: 49px;
		top: 47px;
		width: 8px;
		height: 8px;
		background-color: #30D0BB;
		border-radius: 50%;
	}

	.home_two_divmove_two_Move {
		animation-name: home_two_divmove_twoKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes home_two_divmove_twoKf {
		0% {
			left: 49px;
			top: 47px;
		}

		100% {
			left: 85px;
			top: 47px;
		}
	}

	.home_two_divmove_three {
		position: absolute;
		left: 49px;
		top: 74px;
		width: 8px;
		height: 8px;
		background-color: #30D0BB;
		border-radius: 50%;
	}

	.home_two_divmove_three_Move {
		animation-name: home_two_divmove_threeKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes home_two_divmove_threeKf {
		0% {
			left: 49px;
			top: 74px;
		}

		100% {
			left: 85px;
			top: 74px;
		}
	}

	.home_two_icon_two {
		position: absolute;
		left: 9px;
		top: 57px;
		width: 37px;
		height: 42px;
	}

	.home_two_icon_three {
		position: absolute;
		left: 84px;
		top: 57px;
		width: 50px;
		height: 42px;
	}

	.home_two_icon_three_Move {
		animation-name: home_two_icon_threeKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes home_two_icon_threeKf {
		0% {
			left: 84px;
			top: 57px;
		}

		100% {
			left: 84px;
			top: 0;
		}
	}

	/*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"。*/
	/*第二个动画*/
	.two_move_contentTwo {
		width: 133px;
		height: 102px;
		position: relative;
	}

	.hometwo_two_imgone {
		width: 133px;
		height: 102px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.hometwo_two_imgtwo {
		position: absolute;
		left: 88px;
		top: 81px;
		width: 25px;
		height: 20px;
	}

	.hometwo_two_imgtwo_move {
		animation-name: hometwo_two_imgtwokf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_two_imgtwokf {
		0% {
			left: 88px;
			top: 81px;
		}

		25% {
			left: 25px;
			top: 21px;
		}

		50% {
			left: 102px;
			top: 21px;
		}

		75% {
			left: 21px;
			top: 81px;
		}

		100% {
			left: 88px;
			top: 81px;
		}
	}

	/*第三个*/
	.two_move_contentthree {
		width: 165px;
		height: 101px;
		position: relative;
	}

	.hometwo_three_imgone {
		width: 60px;
		height: 60px;
		position: absolute;
		left: 0;
		top: 21px;
	}

	.hometwo_three_imgtwo {
		width: 60px;
		height: 99px;
		position: absolute;
		left: 51px;
		top: 0;
	}

	.hometwo_three_imgsix {
		width: 66px;
		height: 64px;
		position: absolute;
		left: 51px;
		top: 19px;
	}

	/*钟表*/
	.hometwo_three_imgthree {
		width: 60px;
		height: 60px;
		position: absolute;
		left: 53px;
		top: 21px;
	}

	.hometwo_three_imgthree_Move {
		animation-name: hometwo_three_imgthreeKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes hometwo_three_imgthreeKf {
		0% {
			left: 53px;
			top: 21px;
		}

		100% {
			left: 105px;
			top: 21px;
			z-index: -1;
		}
	}

	/*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"。
	animation-fill-mode: forwards;*/
	/*百分比*/
	.hometwo_three_imgfour {
		width: 60px;
		height: 60px;
		position: absolute;
		left: 105px;
		top: 21px;
	}

	.hometwo_three_imgfour_Move {
		animation-name: hometwo_three_imgfourKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes hometwo_three_imgfourKf {
		0% {
			left: 105px;
			top: 21px;
		}

		100% {
			left: 53px;
			top: 21px;
			z-index: 20;
		}
	}

	/*手*/
	.hometwo_three_imgfive {
		width: 51px;
		height: 55px;
		position: absolute;
		left: 95px;
		top: 47px;
	}

	.hometwo_three_imgfive_Move {
		animation-name: hometwo_three_imgfiveKf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes hometwo_three_imgfiveKf {
		0% {
			left: 95px;
			top: 47px;
		}

		50% {
			left: 46px;
			top: 47px;
		}

		100% {
			left: 95px;
			top: 47px;
			z-index: 21;
		}
	}

	/*第四个*/
	.two_move_contentFour {
		width: 153px;
		height: 99px;
		position: relative;
	}

	.hometwo_four_imgone {
		width: 153px;
		height: 99px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.hometwo_four_imgtwo {
		position: absolute;
		left: 99px;
		top: 44px;
		width: 21px;
		height: 28px;
	}

	.hometwo_four_imgtwo_move {
		animation-name: hometwo_four_imgtwokf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_four_imgtwokf {
		0% {
			left: 34px;
			top: 44px;
		}

		100% {
			left: 99px;
			top: 44px;
		}
	}

	.hometwo_four_imgThree {
		position: absolute;
		width: 62px;
		height: 3px;
		left: 31px;
		top: 44px;
		background: #30D0BB;
	}

	.hometwo_four_imgThree_move {
		animation-name: hometwo_four_imgThreekf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_four_imgThreekf {
		0% {
			width: 1px;
			height: 3px;
		}

		100% {
			width: 62px;
			height: 3px;
		}
	}

	/*第五个*/
	.two_move_contentFive {
		width: 125px;
		height: 99px;
		position: relative;
	}

	.hometwo_five_imgone {
		width: 125px;
		height: 99px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.hometwo_five_imgtwo {
		width: 24px;
		height: 24px;
		position: absolute;
		left: 13px;
		top: 21px;
	}

	.hometwo_five_imgtwo_move {
		animation-name: hometwo_five_imgtwokf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_five_imgtwokf {
		0% {
			left: 13px;
			top: 21px;
		}

		25% {
			left: 74px;
			top: 21px;
		}

		50% {
			left: 8px;
			top: 42px;
		}

		75% {
			left: 72px;
			top: 42px;
		}

		100% {
			left: 74px;
			top: 21px;
		}
	}

	.hometwo_five_imgThree {
		position: absolute;
		width: 8px;
		height: 8px;
		left: 28px;
		top: 62px;
		background: #30D0BB;
		border-radius: 50%;
	}

	.hometwo_five_imgThree_move {
		animation-name: hometwo_five_imgThreekf;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_five_imgThreekf {
		0% {
			left: 28px;
			top: 62px;
		}

		100% {
			left: 92px;
			top: 62px;
		}
	}

	/*第六个*/
	.two_move_contentSix {
		width: 153px;
		height: 99px;
		position: relative;
	}

	.hometwo_six_imgone {
		width: 153px;
		height: 99px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.hometwo_six_imgtwo {
		position: absolute;
		width: 99px;
		height: 26px;
		left: 29px;
		top: 18px;
		border: 1px solid #9FC5FF;
	}

	.hometwo_six_imgtwo_move {
		animation-name: hometwo_six_imgtwokf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_six_imgtwokf {
		0% {
			width: 1px;
			height: 26px;
		}

		100% {
			width: 99px;
			height: 26px;
		}
	}

	.hometwo_six_imgthree {
		width: 89px;
		height: 33px;
		position: absolute;
		left: 29px;
		top: 48px;
		border: 1px solid #9FC5FF;
	}

	.hometwo_six_imgthree_move {
		animation-name: hometwo_six_imgthreekf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hometwo_six_imgthreekf {
		0% {
			width: 1px;
			height: 33px;
		}

		100% {
			width: 89px;
			height: 33px;
		}
	}

	.hometwo_six_imgfour {
		width: 56px;
		height: 39px;
		position: absolute;
		left: 0;
		top: 60px;
	}

	.hometwo_six_imgfive {
		width: 45px;
		height: 60px;
		position: absolute;
		left: 108px;
		top: 39px;
	}

	/*第三排  -优享优易完成天使轮融资*/
	.three_all_content {
		width: 100%;
		height: 300px;
		margin: 135px 0 0 0;
		background-color: #4480F4;
	}

	.three_all_middle_content {
		width: 813px;
		height: 100%;
		margin: 0 auto;
		/*background-color: red;*/
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.three_all_middle_content img {
		width: 138px;
		height: 138px;
	}

	.three_content_right {
		width: 620px;
		height: 300px;
		margin: 0 0 0 55px;
		/*background-color: brown;*/
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.three_content_right .three_right_title {
		width: 22px;
		height: 20px;
		margin-top: 61px;
		/*background: black;*/
	}

	.three_right_titleTwo {
		font-size: 38px;
		color: #EAF1FF;
		margin-top: 15px;
	}

	.three_right_titleThree {
		font-size: 18px;
		color: #EAF1FF;
		margin-top: 10px;
	}

	.three_right_titleFour {
		font-size: 18px;
		color: #EAF1FF;
	}

	/*第四排  -UE/UI项目需求优选优享优易*/
	.four_all_content {
		width: 1200px;
		margin: 190px auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.four_content_title {
		font-size: 38px;
		color: #1E2737;
	}

	.four_content_title span {
		font-size: 38px;
		color: #4480F4;
	}

	.four_content_titleTwo {
		font-size: 20px;
		color: #4F5C74;
	}

	/*竖向轮播图      网上*/
	/*.fb-ul {
		font-size: 14px;
		color: #434343;
		line-height: 22px;
	}
	.fb-ul li {
		position: relative;
	}
	.fb-ul li::before {
		position: absolute;
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 2px;
		background-color: black;
		top: 9px;
		left: -12px;
	}*/
	.fb-block3.pc {
		margin-top: -100px;
	}

	.fb-block3-wrap {
		display: flex;
		position: relative;
		justify-content: space-between;
		/* transition: background-image .2s ease-in; */
		/* padding-bottom: 65px; */
	}

	/* .fb-block3-wrap.wrap{
  margin: 0 130px;
  padding: 0;
} */
	.fb-block3-wrap .placeholder {
		width: 50%;
		height: calc(100vh);
	}

	#fb-carousel-des {
		display: flex;
		height: 100vh;
		width: 50%;
		/* padding-left: 130px; */
		align-items: center;
		position: absolute;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		/*bottom: 0;*/
		height: calc(100vh);
	}

	.fb-carousel-des-content li {
		display: none;
	}

	.fb-carousel-des-content .active {
		display: block;
	}

	/*width: 411px;
		height: 380px;*/
	.fb-carousel-des-item {
		width: 411px;
		height: 414px;
		/*display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;*/
	}

	.shuxiang_leftCont_one {
		font-size: 38px;
		color: #1E2737;
	}

	.shuxiang_leftCont_two {
		font-size: 20px;
		color: #1E2737;
		margin: 37px 0 0 0;
	}

	.shuxiang_leftCont_three {
		font-size: 16px;
		color: #4F5C74;
		margin: 10px 0 0 0;
	}

	.shuxiang_leftCont_four {
		font-size: 16px;
		color: #4F5C74;
	}

	.shuxiang_leftCont_five {
		font-size: 20px;
		color: #1E2737;
		margin: 15px 0 0 0;
	}

	.shuxiang_leftCont_six {
		font-size: 16px;
		color: #4F5C74;
		margin: 10px 0 0 0;
	}

	.shuxiang_leftCont_senven {
		font-size: 16px;
		color: #4F5C74;
	}

	.shuxiang_leftCont_eight {
		font-size: 20px;
		color: #1E2737;
		margin: 15px 0 0 0;
	}

	.shuxiang_leftCont_nine {
		font-size: 16px;
		color: #4F5C74;
		margin: 6px 0 0 0;
	}

	.shuxiang_leftCont_ten {
		font-size: 16px;
		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;
	}





	.fb-carousel-des-item-title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 40px;
		font-weight: bold;
	}

	.fb-carousel-des-item-detail {
		font-size: 21px;
		line-height: 32px;
		height: 130px;
		margin-bottom: 20px;
	}

	.fb-carousel-controls {
		margin-right: 40px;
	}

	.fb-carousel-des ul {
		list-style: none;
	}

	.fb-carousel-controls li {
		width: 8px;
		height: 8px;
		border-radius: 4px;
		background-color: #D9D9D9;
		margin: 12px 0;
	}

	.fb-carousel-controls .control-item-active {
		background-color: #4480F4;
	}

	.fb-carousel-slides {
		width: 50%;
		z-index: 1;
	}

	.fb-carousel-slides ul {
		list-style: none;
	}

	/* .fb-carousel-slides-bg{
    background-image: url('https://stc-op.fenbeitong.com/img_op/img/home/4pic-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
} */
	.fb-carousel-slides-bg img {
		width: 100%;
	}

	.fb-carousel-slides-item {
		width: 100%;
		height: calc(100vh);
		display: flex;
		align-items: center;
	}

	.fb-carousel-slides-item img {
		/*width: 100%;*/
	}

	/*.control_item-active {
		background-color: #FF942E;
	}*/
	/*竖向轮播图*/
	.mySwiperOne {
		width: 1148px;
		height: 493px;
		margin: 70px 0 0 0;
		/*background-color: royalblue;*/
	}

	.mySwiperOne .swiper-slide {
		text-align: center;
		font-size: 18px;
		/*background: royalblue;*/
		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;
	}

	.shuxiang_all_content {
		width: 1070px;
		height: 100%;
		/*background-color: royalblue;*/
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.swiper-pagination-vertical.swiper-pagination-bullets,
	.swiper-vertical>.swiper-pagination-bullets {
		left: 0;
		top: 50%;
		transform: translate3d(0px, -50%, 0);
	}

	/*.shuxiang_left_content {
		width: 411px;
		height: 380px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}*/
	/*竖向轮播图效果*/
	.shuxiang_right_content {
		width: 555px;
		height: 496px;
		position: relative;
		/*background-color: aquamarine; red*/
	}

	.updownbg_two {
		width: 535px;
		height: 496px;
	}

	.updownbg_three {
		width: 520px;
		height: 470px;
	}

	.updownbg_four {
		width: 494px;
		height: 433px;
	}

	.shuxiang_item_one {
		width: 182px;
		height: 167px;
		position: absolute;
		left: 187px;
		top: 129px;
	}

	.shuxiang_item_two {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 55px;
		top: 351px;
	}

	.shuxiang_item_three {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 254px;
		top: 351px;
	}

	.shuxiang_item_four {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 451px;
		top: 351px;
	}

	.shuxiang_itemImg_one {
		width: 110px;
		height: 47px;
		position: absolute;
		left: 125px;
		top: 352px;
	}

	.shuxiang_itemImg_two {
		width: 142px;
		height: 83px;
		position: absolute;
		left: 8px;
		top: 410px;
	}

	.shuxiang_itemImg_four {
		width: 142px;
		height: 83px;
		position: absolute;
		left: 208px;
		top: 410px;
	}

	.shuxiang_itemImg_three {
		width: 142px;
		height: 83px;
		position: absolute;
		left: 405px;
		top: 410px;
	}

	.shuxiang_itemImg_five {
		width: 110px;
		height: 47px;
		position: absolute;
		left: 323px;
		top: 352px;
	}

	.shuxiang_itemBianQian_one {
		position: absolute;
		width: 144px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		left: 0px;
		top: 22px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 13px;
		color: #4BB042;
	}

	.shuxiang_itemBianQian_two {
		position: absolute;
		width: 130px;
		height: 35px;
		left: 95px;
		top: 54px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 14px;
		line-height: 35px;
		text-align: center;
		color: #B99A95;
	}

	.shuxiang_itemBianQian_three {
		position: absolute;
		width: 112px;
		height: 22px;
		left: 145px;
		top: 4px;
		background: rgba(255, 255, 255, 0.01);
		opacity: 0.77;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 14px;
		line-height: 22px;
		/* identical to box height */
		text-align: center;
		color: rgba(171, 203, 168, 0.6);
	}

	.shuxiang_itemBianQian_four {
		position: absolute;
		width: 144px;
		height: 37px;
		left: 207px;
		top: 22px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 15px;
		line-height: 37px;
		/* identical to box height */
		text-align: center;
		color: #6F839B;
	}

	.shuxiang_itemBianQian_five {
		position: absolute;
		width: 134px;
		height: 28px;
		left: 323px;
		top: 0px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 13px;
		line-height: 28px;
		text-align: center;
		color: #9373D7;
	}

	.shuxiang_itemBianQian_six {
		position: absolute;
		width: 144px;
		height: 37px;
		left: 287px;
		top: 54px;
		background: rgba(255, 255, 255, 0.3);
		opacity: 0.5;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 16px;
		line-height: 37px;
		text-align: center;
		color: rgba(150, 168, 190, 0.3);
	}

	.shuxiang_itemBianQian_senven {
		position: absolute;
		width: 161px;
		height: 37px;
		left: 394px;
		top: 23px;
		background: #FFFFFF;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
		border-radius: 30px;
		font-size: 15px;
		line-height: 37px;
		/* identical to box height */
		text-align: center;
		color: #28ACC9;
	}

	/*动画的轨道线*/
	.shuxiang_item_five {
		width: 88px;
		height: 133px;
		position: absolute;
		left: 80px;
		top: 67px;
	}

	.shuxiang_item_six {
		width: 33px;
		height: 93px;
		position: absolute;
		left: 145px;
		top: 95px;
	}

	.shuxiang_item_senven {
		width: 6px;
		height: 57px;
		position: absolute;
		left: 279px;
		top: 67px;
	}

	.shuxiang_item_eight {
		width: 55px;
		height: 143px;
		position: absolute;
		left: 372px;
		top: 30px;
	}

	.shuxiang_item_nine {
		width: 88px;
		height: 133px;
		position: absolute;
		left: 384px;
		top: 67px;
	}

	.shuxiang_item_ten {
		width: 93px;
		height: 124px;
		position: absolute;
		left: 77px;
		top: 221px;
	}

	.shuxiang_item_elevent {
		width: 93px;
		height: 124px;
		position: absolute;
		left: 386px;
		top: 221px;
	}

	.shuxiang_item_twl {
		width: 6px;
		height: 30px;
		position: absolute;
		left: 276px;
		top: 315px;
	}

	/*动画小球*/
	/*第一个*/
	/*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"。*/
	.shuxiang_move_one {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 77px;
		top: 57px;
		background: #FFFFFF;
		border: 1px solid #40C14D;
		border-radius: 50%;
		box-sizing: border-box;
	}

	/*1,infinite*/
	.shuxiang_move_oneMove {
		animation-name: shuxiang_move_one_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_one_kf {
		0% {
			left: 77px;
			top: 57px;
		}

		25% {
			left: 77px;
			top: 185px;
		}

		50% {
			left: 93px;
			top: 193px;
			transform: rotate(-180deg);
		}

		75% {
			left: 127px;
			top: 193px;
		}

		100% {
			left: 154px;
			top: 193px;
		}

		/*0% {
			left: 77px;
			top: 57px;
		}
		60% {
			left: 76px;
			top: 180px;
		}
		64% {
			left: 77px;
			top: 186px;
		}
		68% {
			left: 79px;
			top: 189px;
		}
		72% {
			left: 82px;
			top: 190px;
		}
		76% {
			left: 85px;
			top: 192px;
		}
		80% {
			left: 87px;
			top: 193px;
		}
		84% {
			left: 90px;
			top: 193px;
		}
		100% {
			left: 154px;
			top: 193px;
		}*/
	}

	/*第二个*/
	.shuxiang_move_two {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 142px;
		top: 85px;
		background: #FFFFFF;
		border: 1px solid #B99A95;
		border-radius: 50%;
		box-sizing: border-box;
	}

	/*1,infinite*/
	.shuxiang_move_twoMove {
		animation-name: shuxiang_move_two_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_two_kf {
		0% {
			left: 142px;
			top: 85px;
		}

		25% {
			left: 141px;
			top: 178px;
		}

		50% {
			left: 152px;
			top: 181px;
			transform: rotate(-180deg);
		}

		100% {
			left: 165px;
			top: 181px;
		}

		/*0% {
			left: 142px;
			top: 85px;
		}
		60% {
			left: 142px;
			top: 167px;
		}
		63% {
			left: 143px;
			top: 169px;
		}
		66% {
			left: 143px;
			top: 171px;
		}
		69% {
			left: 144px;
			top: 173px;
		}
		72% {
			left: 145px;
			top: 175px;
		}
		75% {
			left: 146px;
			top: 177px;
		}
		78% {
			left: 148px;
			top: 178px;
		}
		79% {
			left: 150px;
			top: 179px;
		}
		80% {
			left: 152px;
			top: 180px;
		}
		100% {
			left: 165px;
			top: 181px;
		}*/
	}

	/*第三个*/
	.shuxiang_move_three {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 278px;
		top: 57px;
		background: #FFFFFF;
		border: 1px solid #6F839B;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.shuxiang_move_threeMove {
		animation-name: shuxiang_move_three_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_three_kf {
		0% {
			left: 278px;
			top: 57px;
		}

		100% {
			left: 278px;
			top: 111px;
		}
	}

	/*第四个*/
	.shuxiang_move_four {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 423px;
		top: 60px;
		background: #FFFFFF;
		border: 1px solid #9373D7;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.shuxiang_move_fourMove {
		animation-name: shuxiang_move_four_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_four_kf {
		0% {
			left: 423px;
			top: 57px;
		}

		60% {
			left: 423px;
			top: 152px;
		}

		63% {
			left: 422px;
			top: 154px;
		}

		66% {
			left: 422px;
			top: 156px;
		}

		69% {
			left: 421px;
			top: 158px;
		}

		72% {
			left: 419px;
			top: 162px;
		}

		75% {
			left: 418px;
			top: 164px;
		}

		78% {
			left: 416px;
			top: 165px;
		}

		80% {
			left: 414px;
			top: 166px;
		}

		100% {
			left: 379px;
			top: 166px;
		}
	}

	/*第五个*/
	.shuxiang_move_five {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 468px;
		top: 66px;
		background: #FFFFFF;
		border: 1px solid #28ACC9;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.shuxiang_move_fiveMove {
		animation-name: shuxiang_move_five_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_five_kf {
		0% {
			left: 468px;
			top: 66px;
		}

		60% {
			left: 468px;
			top: 182px;
		}

		63% {
			left: 466px;
			top: 184px;
		}

		66% {
			left: 464px;
			top: 186px;
		}

		72% {
			left: 462px;
			top: 188px;
		}

		75% {
			left: 460px;
			top: 190px;
		}

		78% {
			left: 457px;
			top: 191px;
		}

		80% {
			left: 455px;
			top: 193px;
		}

		100% {
			left: 390px;
			top: 193px;
		}
	}

	/*第六个*/
	.shuxiang_move_six {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 170px;
		top: 218px;
		background: #4480F4;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.shuxiang_move_sixMove {
		animation-name: shuxiang_move_six_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_six_kf {
		0% {
			left: 170px;
			top: 218px;
		}

		40% {
			left: 90px;
			top: 218px;
		}

		42% {
			left: 89px;
			top: 218px;
		}

		44% {
			left: 88px;
			top: 219px;
		}

		46% {
			left: 88px;
			top: 219px;
		}

		48% {
			left: 87px;
			top: 219px;
		}

		50% {
			left: 86px;
			top: 220px;
		}

		52% {
			left: 85px;
			top: 221px;
		}

		54% {
			left: 83px;
			top: 222px;
		}

		56% {
			left: 82px;
			top: 223px;
		}

		58% {
			left: 81px;
			top: 224px;
		}

		60% {
			left: 80px;
			top: 225px;
		}

		62% {
			left: 79px;
			top: 226px;
		}

		64% {
			left: 76px;
			top: 227px;
		}

		100% {
			left: 76px;
			top: 332px;
		}
	}

	/*第七个*/
	.shuxiang_move_senven {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 275px;
		top: 302px;
		background: #4480F4;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.shuxiang_move_senvenMove {
		animation-name: shuxiang_move_senven_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_senven_kf {
		0% {
			left: 275px;
			top: 302px;
		}

		100% {
			left: 275px;
			top: 332px;
		}
	}

	/*第八个*/
	.shuxiang_move_eight {
		width: 8px;
		height: 8px;
		position: absolute;
		left: 383px;
		top: 218px;
		background: #4480F4;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.shuxiang_move_eightMove {
		animation-name: shuxiang_move_eight_kf;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes shuxiang_move_eight_kf {
		0% {
			left: 383px;
			top: 218px;
		}

		40% {
			left: 465px;
			top: 218px;
		}

		42% {
			left: 466px;
			top: 220px;
		}

		44% {
			left: 467px;
			top: 222px;
		}

		46% {
			left: 468px;
			top: 224px;
		}

		48% {
			left: 469px;
			top: 225px;
		}

		50% {
			left: 470px;
			top: 226px;
		}

		52% {
			left: 471px;
			top: 228px;
		}

		54% {
			left: 472px;
			top: 230px;
		}

		56% {
			left: 473px;
			top: 231px;
		}

		100% {
			left: 473px;
			top: 332px;
		}
	}

	/*竖向轮播图第张二图动画*/
	.shuxiang_right_contentTwo {
		width: 520px;
		height: 470px;
		position: relative;
	}

	.sxr_tow_img_one {
		width: 226px;
		height: 420px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sxr_tow_img_two {
		width: 226px;
		height: 443px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.sxr_tow_img_three {
		width: 71px;
		height: 67px;
		position: absolute;
		left: 220px;
		top: 249px;
	}

	.home_sx_twoleft_icondiv {
		width: 118px;
		height: 70px;
		position: absolute;
		left: 117px;
		top: 305px;
	}

	.home_sx_twoleft_icondiv_move {
		animation-name: home_sx_twoleft_icondiv_kf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes home_sx_twoleft_icondiv_kf {
		0% {
			left: 117px;
			top: 305px;
		}

		20% {
			left: 54px;
			top: 140px;
		}

		40% {
			left: 97px;
			top: 140px;
		}

		60% {
			left: 42px;
			top: 248px;
		}

		80% {
			left: 189px;
			top: 248px;
		}

		100% {
			left: 117px;
			top: 305px;
		}
	}

	.home_sx_twoleft_icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 54px;
		height: 53px;
		box-sizing: border-box;
		/*box-shadow: 0px 10px 16px rgba(94, 113, 153, 0.51);*/
	}

	.home_sx_twoleft_txt {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 93px;
		height: 38px;
		line-height: 35px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		border-radius: 22px;
		background-color: #21BACF;
		border: 3px solid #FFFFFF;
		box-sizing: border-box;
		box-shadow: 0px 10px 16px rgba(94, 113, 153, 0.51);
	}

	.home_sx_tworight_icondiv {
		width: 118px;
		height: 67px;
		position: absolute;
		left: 374px;
		top: 182px;
	}

	.home_sx_twoleft_icondiv_movetwo {
		animation-name: home_sx_twoleft_icondiv_movetwo_kf;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes home_sx_twoleft_icondiv_movetwo_kf {
		0% {
			left: 374px;
			top: 182px;
		}

		20% {
			left: 316px;
			top: 60px;
		}

		40% {
			left: 397px;
			top: 60px;
		}

		60% {
			left: 342px;
			top: 183px;
		}

		80% {
			left: 314px;
			top: 262px;
		}

		100% {
			left: 374px;
			top: 182px;
		}
	}

	.home_sx_tworight_icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 54px;
		height: 53px;
		box-sizing: border-box;
	}

	.home_sx_twoleft_txtTwo {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 93px;
		height: 38px;
		line-height: 35px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		border-radius: 22px;
		background-color: #5AB64A;
		border: 3px solid #FFFFFF;
		box-sizing: border-box;
		box-shadow: 0px 10px 16px rgba(94, 113, 153, 0.51);
	}

	/*竖向轮播图第张三图动画*/
	.shuxiang_right_contentThree {
		width: 535px;
		height: 496px;
		position: relative;
		/*background-color: forestgreen;*/
	}

	.sxthree_item_one {
		width: 535px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.sxthree_io_txtone {
		width: 75px;
		text-align: right;
		font-size: 15px;
		color: #5493F2;
	}

	.sxthree_io_lineRight {
		width: 445px;
		height: 28px;
		background-color: #EBF0F4;
		border-radius: 7px;
	}

	.sxthree_io_txtRight {
		position: absolute;
		left: 96px;
		top: 0;
		width: 145px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.sxthree_io_txtRight_move {
		animation-name: sxthree_io_txtRight_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxthree_io_txtRight_kf {
		0% {
			left: -96px;
			top: 0;
		}

		100% {
			left: 96px;
			top: 0;
		}
	}

	.sxthree_io_txtRight_img {
		width: 38px;
		height: 38px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}

	.sxthree_io_txtRight_txt {
		position: absolute;
		right: 0;
		top: 5px;
		width: 121px;
		height: 28px;
		line-height: 28px;
		text-align: right;
		background-color: #AFCFFF;
		font-size: 14px;
		color: #406EB2;
		border-radius: 7px;
	}

	.sxthree_io_txtRight_txt span {
		margin: 0 10px 0 12px;
	}

	/*第二个 交互设计师*/
	.sxthree_item_two {
		width: 535px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 12px 0 0 0;
		position: relative;
	}

	.sxthree_io_txttwo {
		width: 75px;
		text-align: right;
		font-size: 15px;
		color: #0BA3B8;
	}

	.sxthree_io_txtRightTwo {
		position: absolute;
		left: 112px;
		top: 0;
		width: 194px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.sxthree_io_txtRightTwo_move {
		animation-name: sxthree_io_txtRightTwo_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxthree_io_txtRightTwo_kf {
		0% {
			left: -112px;
			top: 0;
		}

		100% {
			left: 112px;
			top: 0;
		}
	}

	.sxthree_io_txtRightTwo_txt {
		position: absolute;
		right: 0;
		top: 5px;
		width: 172px;
		height: 28px;
		line-height: 28px;
		text-align: right;
		background-color: #AEE0E8;
		font-size: 14px;
		color: #3C8692;
		border-radius: 7px;
	}

	.sxthree_io_txtRightTwo_txt span {
		margin: 0 10px 0 40px;
	}

	/*UI界面设计*/
	.sxthree_item_three {
		width: 535px;
		height: 62px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 3px 0 0 0;
		position: relative;
	}

	.sxthree_io_txtthreee {
		width: 75px;
		text-align: right;
		font-size: 15px;
		color: #52AB43;
	}

	.sxthree_io_txtRightThree {
		position: absolute;
		left: 157px;
		top: 0;
		width: 274px;
		height: 62px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.sxthree_io_txtRightThree_move {
		animation-name: sxthree_io_txtRightThree_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxthree_io_txtRightThree_kf {
		0% {
			left: -157px;
			top: 0;
		}

		100% {
			left: 157px;
			top: 0;
		}
	}

	.sxthree_io_txtRight_imgTwo {
		width: 51px;
		height: 62px;
		z-index: 10;
	}

	.sxthree_io_txtRightThree_txt {
		position: absolute;
		right: 0;
		top: 17px;
		width: 252px;
		height: 28px;
		line-height: 28px;
		text-align: right;
		background-color: #BDE7C1;
		font-size: 14px;
		color: #3C8692;
		border-radius: 7px;
	}

	.sxthree_io_txtRightThree_txt span {
		margin: 0 10px 0 109px;
	}

	/*第四个*/
	.sxthree_item_fourDiv {
		width: 329px;
		height: 219px;
		margin: 5px 0 0 79px;
		position: relative;
	}

	.sxthree_item_four {
		width: 329px;
		height: 219px;
		position: absolute;
		left: 0;
		top: 0;
		box-shadow: 0px 2px 10px 3px rgba(163, 163, 163, 0.25);
	}

	.sxthree_item_four_move {
		animation-name: sxthree_item_four_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxthree_item_four_kf {
		0% {
			left: -79px;
			top: 0;
		}

		100% {
			left: 0;
			top: 0;
		}
	}

	/*第五个*/
	.sxthree_item_five {
		width: 535px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 25px 0 0 0;
		position: relative;
	}

	.sxthree_io_txtfive {
		width: 75px;
		text-align: right;
		font-size: 15px;
		color: #B79068;
	}

	.sxthree_io_txtRightFive {
		position: absolute;
		left: 205px;
		top: 0;
		width: 177px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.sxthree_io_txtRightFive_move {
		animation-name: sxthree_io_txtRightFive_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxthree_io_txtRightFive_kf {
		0% {
			left: -205px;
			top: 0;
		}

		100% {
			left: 205px;
			top: 0;
		}
	}

	.sxthree_io_txtRightFive_txt {
		position: absolute;
		right: 0;
		top: 5px;
		width: 159px;
		height: 28px;
		line-height: 28px;
		text-align: right;
		background-color: #F0D9C0;
		font-size: 14px;
		color: #906C44;
		border-radius: 7px;
	}

	.sxthree_io_txtRightFive_txt span {
		margin: 0 10px 0 39px;
	}

	/*第六个*/
	.sxthree_item_six {
		width: 535px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 17px 0 0 0;
		position: relative;
	}

	.sxthree_io_txtsix {
		width: 75px;
		text-align: right;
		font-size: 15px;
		color: #52AB43;
	}

	.sxthree_io_txtRightSix {
		position: absolute;
		left: 373px;
		top: 0;
		width: 151px;
		height: 38px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.sxthree_io_txtRightSix_move {
		animation-name: sxthree_io_txtRightSix_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxthree_io_txtRightSix_kf {
		0% {
			left: -373px;
			top: 0;
		}

		100% {
			left: 373px;
			top: 0;
		}
	}

	.sxthree_io_txtRightSix_txt {
		position: absolute;
		right: 0;
		top: 5px;
		width: 133px;
		height: 28px;
		line-height: 28px;
		text-align: right;
		background-color: #BDE7C1;
		font-size: 14px;
		color: #407A45;
		border-radius: 7px;
	}

	.sxthree_io_txtRightSix_txt span {
		margin: 0 10px 0 15px;
	}

	/*竖向轮播图第张四图动画*/
	.shuxiang_right_contentFour {
		width: 494px;
		height: 433px;
		position: relative;
		/*background-color: forestgreen;*/
	}

	.hone_left_one {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 14px;
		top: 14px;
	}

	.hone_left_one_move {
		animation-name: hone_left_one_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_left_one_kf {
		0% {
			left: -133px;
			top: 14px;
		}

		100% {
			left: 14px;
			top: 14px;
		}
	}

	.hone_left_two {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 133px;
		top: 20px;
	}

	.hone_left_two_move {
		animation-name: hone_left_two_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_left_two_kf {
		0% {
			left: -133px;
			top: 20px;
		}

		100% {
			left: 133px;
			top: 20px;
		}
	}

	.hone_left_three {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 262px;
		top: 0;
	}

	.hone_left_three_move {
		animation-name: hone_left_three_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_left_three_kf {
		0% {
			left: -133px;
			top: 0;
		}

		100% {
			left: 262px;
			top: 0;
		}
	}

	.hone_left_four {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 382px;
		top: 8px;
	}

	.hone_left_four_move {
		animation-name: hone_left_four_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_left_four_kf {
		0% {
			left: -133px;
			top: 8px;
		}

		100% {
			left: 382px;
			top: 8px;
		}
	}

	.hone_bottom_one {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 0;
		top: 340px;
	}

	.hone_bottom_one_move {
		animation-name: hone_bottom_one_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_bottom_one_kf {
		0% {
			left: -133px;
			top: 340px;
		}

		100% {
			left: 0;
			top: 340px;
		}
	}

	.hone_bottom_two {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 133px;
		top: 353px;
	}

	.hone_bottom_two_move {
		animation-name: hone_bottom_two_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_bottom_two_kf {
		0% {
			left: -133px;
			top: 353px;
		}

		100% {
			left: 133px;
			top: 353px;
		}
	}

	.hone_bottom_three {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 262px;
		top: 329px;
	}

	.hone_bottom_three_move {
		animation-name: hone_bottom_three_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_bottom_three_kf {
		0% {
			left: -133px;
			top: 329px;
		}

		100% {
			left: 262px;
			top: 329px;
		}
	}

	.hone_bottom_four {
		width: 106px;
		height: 80px;
		position: absolute;
		left: 388px;
		top: 346px;
	}

	.hone_bottom_four_move {
		animation-name: hone_bottom_four_kf;
		animation-duration: 1s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes hone_bottom_four_kf {
		0% {
			left: -133px;
			top: 346px;
		}

		100% {
			left: 388px;
			top: 346px;
		}
	}

	.sxr_cf_middle_content {
		width: 439px;
		height: 163px;
		margin: 142px 0 0 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.home_head_nine {
		width: 78px;
		height: 78px;
	}

	.sxr_cf_middleM {
		width: 204px;
		height: 163px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.sxr_cf_middleM_txtOne {
		font-size: 22px;
		color: #4F5C74;
	}

	.sxr_cf_middleM_txtTwo {
		font-size: 18px;
		color: #647086;
		margin: 10px 0 0 0;
	}

	.sxr_cf_middleM_txtThree {
		width: 178px;
		height: 21px;
		margin: 10px 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.sxr_cf_middleM_txtFour {
		width: 37px;
		height: 21px;
		background-color: #DDE7EC;
	}

	.sxr_cf_middleM_txtFour_move {
		animation-name: sxr_cf_middleM_txtFour_kf;
		animation-duration: 3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxr_cf_middleM_txtFour_kf {
		0% {
			width: 0;
			height: 21px;
		}

		100% {
			width: 37px;
			height: 21px;
		}
	}

	.sxr_cf_middleM_txtFive {
		width: 132px;
		height: 21px;
		background-color: #DDE7EC;
	}

	.sxr_cf_middleM_txtFive_move {
		animation-name: sxr_cf_middleM_txtFive_kf;
		animation-duration: 3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxr_cf_middleM_txtFive_kf {
		0% {
			width: 0;
			height: 21px;
		}

		100% {
			width: 132px;
			height: 21px;
		}
	}

	.sxr_cf_middleM_txtSix {
		width: 134px;
		height: 16px;
		background-color: #EBF3F6;
		margin: 7px 0 0 0;
	}

	.sxr_cf_middleM_txtSix_move {
		animation-name: sxr_cf_middleM_txtSix_kf;
		animation-duration: 3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxr_cf_middleM_txtSix_kf {
		0% {
			width: 0;
			height: 16px;
		}

		100% {
			width: 134px;
			height: 16px;
		}
	}

	.sxr_cf_middleM_txtSenven {
		width: 128px;
		height: 16px;
		background-color: #EBF3F6;
		margin: 7px 0 0 0;
	}

	.sxr_cf_middleM_txtSenven_move {
		animation-name: sxr_cf_middleM_txtSenven_kf;
		animation-duration: 3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxr_cf_middleM_txtSenven_kf {
		0% {
			width: 0;
			height: 16px;
		}

		100% {
			width: 128px;
			height: 16px;
		}
	}

	.sxr_cf_middleM_txtEight {
		width: 98px;
		height: 16px;
		background-color: #EBF3F6;
		margin: 7px 0 0 0;
	}

	.sxr_cf_middleM_txtEight_move {
		animation-name: sxr_cf_middleM_txtEight_kf;
		animation-duration: 3s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-play-state: running;
	}

	@-webkit-keyframes sxr_cf_middleM_txtEight_kf {
		0% {
			width: 0;
			height: 16px;
		}

		100% {
			width: 98px;
			height: 16px;
		}
	}

	.sxr_cf_middle_right {
		width: 94px;
		height: 94px;
		border-radius: 50%;
		background-color: #10C6BB;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		color: #FFFFFF;
	}

	/*第五排  -优质项目优选优享优易*/
	.five_all_content {
		width: 1200px;
		margin: 0 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 {
		/*width: 100%;
	text-align: center;
	background-color: cornflowerblue;*/
		/*padding-top: 100px;
    padding-left: 48px;
    padding-right: 48px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 90px;
    position: relative;
    background-image: url(https://p1-hera.byteimg.com/tos-cn-i-jbbdkfciu3/c99682a…~tplv-jbbdkfciu3-image:0:0.image),linear-gradient(
0deg,#4770f2 0,#4770f2 49.9%,#436ff9 50%,#436ff9 100%);
    background-clip: padding-box,padding-box;
    background-size: auto 100%,auto;
    background-repeat: no-repeat,repeat;
    background-attachment: scroll,scroll;
    background-position: center center,0 0;
    background-blend-mode: normal,normal;*/
	}

	.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;
	}

	/*第六排  -500+家优秀企业的选择*/
	.six_all_content {
		width: 1200px;
		margin: 200px auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.six_content_title {
		font-size: 38px;
		color: #1E2737;
	}

	.six_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;*/
	}

	/*第七排 大咖之声/*/
	.senven_all_content {
		width: 1200px;
		margin: 200px auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.senven_content_title {
		font-size: 38px;
		color: #1E2737;
	}

	.senven_content_titleTwo {
		font-size: 20px;
		color: #4F5C74;
	}

	.wiper_my_all_content {
		width: 1150px;
		height: 440px;
		margin: 75px auto 0 auto;
		position: relative;
		/*background-color: rosybrown;*/
	}

	.mySwipertwo {
		width: 1020px;
		height: 440px;
		margin: 0 auto;
	}

	.mySwipertwo .swiper-slide {
		text-align: center;
	}

	.mySwipertwo .swiper-slide .slide_item {
		width: 100%;
		height: 100%;
	}

	.mySwipertwo .swiper-slide .slide_item img {
		/*width: 300px;
		height: 420px;*/
		/*border-radius: 4px;
		border: 1px solid #DADADA;*/


	}

	.mySwipertwo .swiper-slide .slide_item :hover {
		cursor: pointer;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
		border-radius: 5px;
		border: 1px solid #4480F4;
	}

	/*.swiperThree .slide_item img:hover {
		cursor: pointer;
		transform: scale(1, 1);
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
	}*/
	.my_btn_perf {
		width: 45px;
		height: 45px;
		position: absolute;
		left: 0;
		top: 188px;
	}

	.my_btn_perf:hover {
		cursor: pointer;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
	}

	.my_btn_next {
		width: 45px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 188px;
	}

	.my_btn_next:hover {
		cursor: pointer;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
	}

	/*第八排 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;*/
	}

	.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_content a {
		text-decoration: none;
		color: #4F5C74;
	}

	.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;
	}

	/*左一*/
	.nine_all_left {
		width: 268px;
		height: 310px;
		/*background-color: burlywood;*/
	}

	.nine_all_left a {
		text-decoration: none;
	}

	.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_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;
		margin: 22px 0 0 0;

	}

	.nine_all_leftTwotxt_content {
		width: 98px;
		height: 88px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;

	}

	/*左三*/
	.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_leftFour {
		width: 64px;
		height: 166px;
		font-size: 14px;
		color: #4F5C74;
	}

	/*左五*/
	.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;

	}
}


/*
 * 
 * 手
 * 
 * 机
 * 
 * 端
 * 
 * */

@media only screen and (max-width: 960px) {
	body {
		margin: 0;
		padding: 0;
	}

	.header {
		display: none;
	}

	.top_all_content {
		display: none;
	}

	.two_all_content {
		display: none;
	}

	.four_all_content {
		display: none;
	}

	.three_all_content {
		display: none;
	}

	.fb-block3 {
		display: none;
	}

	.fb-block3 .pc {
		display: none;
	}

	.five_all_content {
		display: none;
	}

	.five_all_content_bg {
		display: none;
	}

	.six_my_all_content {
		display: none;
	}

	.six_all_content {
		display: none;
	}

	.six_content_listImg {
		display: none;
	}

	.six_content_listImg_Two {
		display: none;
	}

	.six_content_listImg_Three {
		display: none;
	}

	.six_content_listImg_Four {
		display: none;
	}

	.six_content_listImg_Five {
		display: none;
	}

	.senven_all_content {
		display: none;
	}

	.eight_all_content {
		display: none;
	}

	.nine_all_content {
		display: none;
	}

	.phone_all_content {
		width: 100%;
		height: 100%;
	}

	/*头部*/
	.phone_header_contentBG {
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
		background-color: #F4F8FD;
	}

	.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: #1E2737;
	}

	.phone_header_content a {
		text-decoration: none;
		color: #1E2737;
	}

	.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_two_contentBG {
		width: 100%;
		background-color: #F4F8FD;
	}

	.phone_two_content {
		width: 326px;
		margin: 0 auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 16px;
		color: #4F5C74;
	}

	.phone_two_txtOne {
		font-size: 26px;
		color: #15294B;
		margin: 112px 0 0 0;
	}

	.phone_two_txtTwo {
		/* font-size: 35px; */
		font-size: 26px;
		/* color: #FFFFFF; */
		color: #15294B;
	}

	.phone_two_txtTwo span {
		font-size: 35px;
		color: #4480F4;
	}

	.phone_two_txtThree {
		margin: 10px 0 0 0;
	}

	.phone_two_txtFour span {
		color: #4480F4;
	}

	.phone_two_txtFive span {
		color: #4480F4;
	}

	.phone_two_txtSenven {
		width: 183px;
		height: 51px;
		margin: -25px auto 0 auto;
		line-height: 51px;
		text-align: center;
		border-radius: 24px;
		background: linear-gradient(90deg, #548EFF 0%, #5BC4FF 109.84%);
		font-size: 18px;
		color: #FFFFFF;
	}

	.phone_two_txteight {
		width: 102px;
		height: 102px;
		border-radius: 50%;
		margin: 45px auto 0 auto;
	}

	.phone_two_txtNine {
		margin: 14px auto 0 auto;
	}

	.phone_two_txtTen {
		margin: 0 auto 51px auto;
	}

	/*第三排优享团队提供优质服务*/
	.phone_three_content {
		width: 100%;
		margin: 96px auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		font-size: 26px;
		color: #1E2737;
	}

	.phone_three_txtTitle {
		width: 288px;
		margin: 0 auto 0 auto;
		text-align: left;
	}

	.phone_three_txtTitle span {
		font-size: 26px;
		color: #4480F4;
	}

	.phone_three_txtTwo {
		width: 288px;
		margin: 5px auto 0 auto;
		text-align: left;
		font-size: 16px;
		color: #4F5C74;
	}

	.phone_three_txtThree {
		width: 288px;
		margin: 0 auto 0 auto;
		text-align: center;
		font-size: 16px;
		color: #4F5C74;
	}

	.phone_three_imgContent {
		width: 299px;
		margin: 22px 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.phone_three_imgItem {
		width: 139px;
		height: 140px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #1E2737;
	}

	.phone_three_imgone {
		width: 116px;
		height: 84px;
	}

	.phone_three_imgtwo {
		width: 113px;
		height: 84px;
	}

	.phone_three_imgContentTwo {
		width: 299px;
		margin: 40px 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.phone_three_imgContentThree {
		width: 301px;
		margin: 40px 0 0 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.phone_three_imgItemTwo {
		width: 140px;
		height: 140px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #1E2737;
	}

	.phone_three_imgthree {
		width: 130px;
		height: 83px;
	}

	.phone_three_imgfour {
		width: 140px;
		height: 88px;
	}

	.phone_three_imgfive {
		width: 106px;
		height: 84px;
	}

	.phone_three_imgxsix {
		width: 130px;
		height: 84px;
	}

	/*第四排 优享优易完成天使轮融资*/
	.phone_four_content {
		width: 100%;
		height: 300px;
		margin: 52px 0 0 0;
		background-color: #4480F4;
	}

	.phone_four_content_right {
		width: 308px;
		height: 100%;
		margin: 0 auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.phone_four_content_right img {
		width: 66px;
		height: 66px;
		margin: 37px auto 0 auto;
	}

	.phone_four_right_titleTwo {
		font-size: 28px;
		color: #EAF1FF;
		margin-top: 18px;
	}

	.phone_four_right_titleThree {
		font-size: 16px;
		color: #EAF1FF;
		margin-top: 18px;
	}

	.phone_four_right_titleFour {
		font-size: 16px;
		color: #EAF1FF;
	}

	/*第五排 让需求对接更准确*/
	.phone_five_all_content {
		width: 100%;
		margin: 70px auto 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mySwiperPhonefive {
		width: 350px;
		height: 754px;
		;
	}

	.mySwiperPhonefive .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;
	}

	.mySwiperPhonefive .swiper-slide img {
		display: block;
		width: 350px;
		height: 321px;
		margin: 20px 0 0 0;
		/*object-fit: cover;*/
	}

	.mySwiperPhonefive .swiper-slide .slide_item {
		width: 100%;
		/*height: 854px;*/
	}

	.mySwiperPhonefive .swiper-slide .slide_item .item-one {
		font-size: 26px;
		color: #15294B;
	}

	.mySwiperPhonefive .swiper-slide .slide_item .item-two-content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 19px auto 0 auto;
	}

	.item-two-content .item-two-txtOne {
		font-size: 20px;
		color: #15294B;
		font-weight: bold;
	}

	.item-two-content .item-two-txtTwo {
		margin: 6px 0 0 0;
		font-size: 16px;
		color: #4F5C74;
	}

	.item-two-content .item-two-txtThree {
		font-size: 16px;
		color: #4F5C74;
	}

	/*第六排 优质项目优选优享优易-->*/
	.phone_six_content {
		width: 100%;
		margin: 70px 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;
	}

	/*第七排 500+家优秀企业的选择*/
	.phone_senven_content {
		width: 100%;
		margin: 70px 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;
	}

	.mySwiperPhoneSenven {
		width: 292px;
		height: 443px;
	}

	.mySwiperPhoneSenven .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;
	}

	.mySwiperPhoneSenven .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mySwiperPhoneSenven .swiper-slide .slide_item {
		width: 100%;
		height: 369px;
	}

	.phone_senven_imgContent {
		width: 306px;
		margin: 30px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemOne_One {
		width: 57px;
		height: 44px;
	}

	.phone_senven_itemOne_Two {
		width: 68px;
		height: 44px;
	}

	.phone_senven_itemOne_Three {
		width: 83px;
		height: 44px;
	}

	.phone_senven_itemOne_Four {
		width: 62px;
		height: 44px;
	}

	.phone_senven_imgContentTwo {
		width: 291px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemTwo_One {
		width: 71px;
		height: 44px;
	}

	.phone_senven_itemTwo_Two {
		width: 57px;
		height: 44px;
	}

	.phone_senven_itemTwo_Three {
		width: 71px;
		height: 44px;
	}

	.phone_senven_itemTwo_Four {
		width: 62px;
		height: 44px;
	}

	.phone_senven_imgContentThree {
		width: 324px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemThree_One {
		width: 71x;
		height: 44px;
	}

	.phone_senven_itemThree_Two {
		width: 89px;
		height: 44px;
	}

	.phone_senven_itemThree_Three {
		width: 67px;
		height: 44px;
	}

	.phone_senven_itemThree_Four {
		width: 67px;
		height: 44px;
	}

	.phone_senven_imgContentFour {
		width: 323px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemFour_One {
		width: 75px;
		height: 44px;
	}

	.phone_senven_itemFour_Two {
		width: 58px;
		height: 44px;
	}

	.phone_senven_itemFour_Three {
		width: 89px;
		height: 44px;
	}

	.phone_senven_itemFour_Four {
		width: 70px;
		height: 44px;
	}

	.phone_senven_imgContentFive {
		width: 314px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemFive_One {
		width: 58px;
		height: 44px;
	}

	.phone_senven_itemFive_Two {
		width: 71px;
		height: 44px;
	}

	.phone_senven_itemFive_Three {
		width: 68px;
		height: 44px;
	}

	.phone_senven_itemFive_Four {
		width: 86px;
		height: 44px;
	}

	.phone_senven_imgContentSix {
		width: 343px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemSix_One {
		width: 77px;
		height: 44px;
	}

	.phone_senven_itemSix_Two {
		width: 61px;
		height: 44px;
	}

	.phone_senven_itemSix_Three {
		width: 93px;
		height: 44px;
	}

	.phone_senven_itemSix_Four {
		width: 61px;
		height: 44px;
	}

	.phone_senven_imgContentSenven {
		width: 315px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemSenven_One {
		width: 67px;
		height: 44px;
	}

	.phone_senven_itemSenven_Two {
		width: 70px;
		height: 44px;
	}

	.phone_senven_itemSenven_Three {
		width: 87px;
		height: 44px;
	}

	.phone_senven_itemSenven_Four {
		width: 60px;
		height: 44px;
	}

	.phone_senven_imgContentEight {
		width: 342px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemEight_One {
		width: 89px;
		height: 44px;
	}

	.phone_senven_itemEight_Two {
		width: 76px;
		height: 44px;
	}

	.phone_senven_itemEight_Three {
		width: 76px;
		height: 44px;
	}

	.phone_senven_itemEight_Four {
		width: 70px;
		height: 44px;
	}

	.phone_senven_imgContentNine {
		width: 298px;
		margin: 10px auto 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.phone_senven_itemNine_One {
		width: 58px;
		height: 44px;
	}

	.phone_senven_itemNine_Two {
		width: 73px;
		height: 44px;
	}

	.phone_senven_itemNine_Three {
		width: 62px;
		height: 44px;
	}

	.phone_senven_itemNine_Four {
		width: 75px;
		height: 44px;
	}

	/*第八排   大咖之声*/
	.phone_eight_all_content {
		width: 100%;
		/*height: 140px;*/
		margin: 44px 0 0 0;
	}

	.phone_eight_content {
		width: 306px;
		height: 100%;
		margin: 0 auto;
		/*background-color: red;*/
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.phone_eight_titleTwo {
		font-size: 26px;
		color: #1E2737;
	}

	.phone_eight_titleThree {
		font-size: 16px;
		color: #4F5C74;
		margin: 5px 0 0 0;
	}

	.mySwiperPhoneThree {
		width: 304px;
		height: 505px;
	}

	.mySwiperPhoneThree .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;
	}

	.mySwiperPhoneThree .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px;
		box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
	}

	.mySwiperPhoneThree .swiper-slide .slide_item {
		width: 100%;
		height: 420px;
	}

	/*第九排   UE/UI项目需求 立即申请-*/
	.phone_nine_all_content {
		width: 100%;
		height: 140px;
		margin: 75px 0 0 0;
		background-color: #4480F4;
	}

	.phone_nine_content {
		width: 232px;
		height: 100%;
		margin: 0 auto;
		/*background-color: red;*/
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.phone_nine_titleTwo {
		font-size: 20px;
		color: #FFFFFF;
		margin: 33px 0 0 0;
	}

	.phone_nine_titleThree {
		font-size: 9px;
		color: #FFFFFF;
		margin: 5px 0 0 0;
	}

	.phone_nine_titleFour {
		width: 102px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 8px;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		border-radius: 24px;
		margin: 11px 0 0 0;
	}

	/*第十排   最新动态*/
	.phone_ten_allContent {
		width: 288px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 11px;
		color: #4F5C74;
		margin: 70px auto 0 auto;
		/*background-color: forestgreen;*/
	}

	.phone_ten_txtOne {
		font-size: 21px;
		color: #1E2737;
		margin: 0 auto;
	}

	.phone_ten_txtTwo {
		margin: 18px 0 0 17%;
	}

	.phone_ten_txtThree {
		margin: 0 0 0 17%;
	}

	.phone_ten_line {
		width: 90%;
		border: 1px solid #E1E1E1;
		margin: 10px auto 0 auto;
	}

	.phone_ten_txtFour {
		margin: 18px 0 0 17%;
	}

	.phone_ten_txtFive {
		margin: 0 0 0 17%;
	}

	.phone_ten_txtSix {
		margin: 18px 0 0 17%;
	}

	.phone_ten_txtSenven {
		margin: 0 0 0 17%;
	}

	.phone_ten_txtEight {
		margin: 18px 0 0 17%;
	}

	.phone_ten_txtNine {
		margin: 0 0 0 17%;
	}

	.phone_ten_lineTwo {
		width: 90%;
		border: 1px solid #E1E1E1;
		margin: 10px auto 90px auto;
	}

	.phone_ten_txteleven {
		margin: 31px 0 90px 14%;
		color: #9B9B9B;
		font-size: 9px;
	}

	/*-第十一排   在线咨询*/
	.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;
	}
}
