.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	margin: 0 auto;
}

.header ul li:nth-child(4) a {
	color: #f5971c;
}

.part_container {
	position: relative;
	background: #fbfcfc;

	background: url(../img/userCase/bg_03.jpg) #fbfcfc bottom center no-repeat;
	background-size: 100% auto;

}

.part {
	width: 100%;
	height: auto;
	color: #333;
	text-align: center;
	background: none;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
}

.part .tit h2 {
	font-size: 36px;
}

.part .tit p {
	font-size: 26px;
	line-height: 42px;
}

.part .tit::after {
	content: "";
	width: 78px;
	height: 3px;
	background: #063fd6;
	display: inline-block;
	margin: 30px auto 40px;
}

.part .img_box {
	max-width: 1280px;
	margin: 0 auto;

}

.cooperate_list {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.cooperate_list li {
	width: 22%;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 20px;
}

.cooperate_list li:nth-child(4n) {
	margin-right: 0;
}

.cooperate_list li img {
	width: 186px;
	height: 186px;
	margin: 0 auto;
}

.cooperate_list li p {
	font-size: 20px;
}

.part1 {
	width: 100%;
	position: relative;
	color: #fff;
	background: url(../img/userCase/bg_01.jpg) no-repeat;
	background-size: auto 100%;
	min-height: 949px;
}

.partbg222 {}

.tabs_arrow_wrap {
	width: 1095px;
	height: 100px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
	z-index: 10;
	/* box-shadow: 3px 2px 10px rgba(0, 0, 0, .2); */
}

.tabs_wrap {
	width: 975px;
	display: flex;
	justify-content: space-between;
	margin-left: 60px;
}

.tabs_wrap .tabs_item {
	cursor: pointer;
	margin: 0 20px;
	height: 80px;
	line-height: 80px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: 'Microsoft Yahei';
	transition: all .5s;
}

.tabs_wrap .active .tabs_item {
	color: #fff;
	background: #063fd6;
}

.swiper-container1 {
	width: 1095px;
	margin: 0 auto;
}

.tabs_arrow_wrap .swiper-button-next {
	width: 40px;
	height: 40px;
	background-image: url("../img/companyProfile/arrow.png");
	background-size: 40px 40px;
	/*right: 12vw;*/
	opacity: .8;
	/*top: 50%;*/
	/*margin-top: -26px;*/
	cursor: pointer;
	transition: all .5s;
}

.tabs_arrow_wrap .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-image: url("../img/companyProfile/arrow.png");
	background-size: 40px 40px;
	transform: rotate(180deg);
	/*left: 12vw;*/
	opacity: .8;
	/*top: 50%;*/
	/*margin-top: -26px;*/
	cursor: pointer;
	transition: all .5s;
}

.swiper-container1 .swiper-button-next:hover,
.swiper-container1 .swiper-button-prev:hover {
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: initial;
	cursor: pointer;
	;
}

.part1 .title {
	text-align: center;
	padding-top: 80px;

}

.part1 .title h2 {
	font-size: 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.part1 .title h2::after {
	content: '';
	width: 50px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 30px 0;
}

.part1 .info_txt {
	text-align: center;
	width: 70%;
	margin: 0 auto 50px;
	line-height: 30px;
	color: #fff;
}

.part1 .sub_title {
	font-size: 24px;
	color: #fff;
	margin: 0px 0 60px 0;
}

.part1 .sub_txt_wrap {
	display: flex;
	justify-content: center;
}

.part1 .sub_txt_wrap .sub_item {
	width: 320px;
	min-height: 180px;
	margin: 0 20px;
}

.part1 .sub_txt_wrap .sub_item_l {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 15px;
	padding: 20px 30px;
	padding-top: 60px;
	border-top-color: rgba(0, 0, 0, 0);
	position: relative;
}

.part1 .sub_txt_wrap .sub_item_l::after {
	content: " ";
	background: url(/img/xx.png) no-repeat;
	width: 82px;
	height: 81px;
	position: absolute;
	left: 30px;
	top: -40px;
	transition: 0.5s all;
	transform: rotate(0deg);
}

.part1 .sub_txt_wrap .sub_item_l::before {
	content: '';
	height: 1px;
	width: 180px;
	position: absolute;
	right: 5px;
	top: 2px;
	background: rgba(255, 255, 255, 0.5);
}



.part1 .sub_txt_wrap .sub_item:hover {
	border: 1px solid rgba(255, 255, 255);
	border-top-color: rgba(0, 0, 0, 0);
}

.part1 .sub_txt_wrap .sub_item_l:hover::before {
	background: #fff;
}

.part1 .sub_txt_wrap .sub_item_l:hover::after {
	transform: rotateY(180deg)
}


.sub_item:hover .content {
	transform: translateY(-3px);
}

.sub_item .content {
	transition: all .4s;
}

.sub_txt_wrap .key_word {

	text-align: left;
	color: #fff;
	line-height: 30px;

}

.sub_txt_wrap .txt_detail {
	color: #fff;
	text-align: left;
}


.part2 {
	margin-top: -150px;
	z-index: 2;
	position: relative;
	/* min-height: 640px; */
	padding-bottom: 60px;
}

.part3 {
	/* margin-top: 230px; */

}

.part3 .result_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto 105px;
}

.part3 .result_wrap .item_wrap {
	min-width: 20%;
}

.part3 .num_wrap {
	color: #063fd5;
	background-image: -webkit-linear-gradient(left, #063fd5, #1c76fe);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 60s infinite linear;
	font-weight: bold;
}

.part3 .num_wrap span:first-child,
.part3 .num_text {
	font-size: 40px;
}

.part3 .num_wrap span:last-child,
.part3 sup {
	font-size: 23px;
}

.part3 .num_desc {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 0 40px;
}


.part4 {
	padding-bottom: 120px;
}

.part4 ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.part4 ul li {
	width: 140px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	display: inline-block;
	background: #fff;
	margin-right: 50px;
	margin-bottom: 20px;
}

.part4 ul li:nth-child(7n) {
	margin-right: 0;
}

.part4 ul li img {
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.swiper-container1 .swiper-slide .info ul li .img_box {
	width: 72px;
	height: 72px;
	border: 1px solid #5176d8;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
	/* top: -23px; */
	left: 87px;
}


/*轮播图*/

.swiper-container {
	max-width: 1280px;
	margin-bottom: 80px;
}

.swiper-container .swiper-slide {
	height: 400px;

}

/*顶部切换*/
.swiper-container1 {
	overflow: hidden;
}

.swiper-wrapper {
	justify-content: center;
}

.yonghu_logo .swiper-slide {
	height: auto !important;
}

.yonghu_logo .swiper-wrapper {
	align-items: center !important;
	justify-content: start !important;
}
