/* 背景 */
.banner {
	width: 100%;
	height: 440px;
	margin-top: 75px;
	background-color: #2338c2;
	position: relative;
}
.banner-right {
	position: absolute;
	right: 0;
	top: 0;
}
.banner-texbox {
	width: 80%;
	height: 90%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
}

.banner-p {
	font-size: 40px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: white;
	padding-bottom: 20px;
	letter-spacing: 6px;
}
.banner-p1 {
	font-size: 40px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: white;
	padding-bottom: 20px;
	letter-spacing: 6px;
}

.banner-text {
	width: 619px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	line-height: 28px;
	margin-top: 20px;
}

.banner-icon-box {
	width: 619px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.b_icon img {
	width: 32px;
	height: 32px;
}

.b_icon {
	max-width: 100px;
	text-align: center;
}

.b_icon:hover {
	cursor: pointer;
	-webkit-transform: translateY(-5fpx);
	transform: translateY(-5px);
}

.b_icon_text {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	margin-top: 12px;
}

/* 选项卡切换 */
.service {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.tab_list {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	background-color: #fff;
	position: sticky;
	top: 75px;
	z-index: 999;
}
.tab_list .wmmtitle {
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Medium;
	font-weight: 800;
	margin-top: 5px;
	color: #151d2c;
	line-height: 25px;
}
.tab_list .shugang {
	margin-left: 60px;
	margin-top: 5px;
	height: 30px;
	border-left: 1px solid #ebebeb;
}

.tab_list ul {
	list-style: none;
	/* width: 100%; */
	width: 76%;
	height: 40px;
	display: flex;
	margin-left: 45px;
}

.tab_list ul li {
	cursor: pointer;
	width: 110px;
	height: 40px;
	/* background: #F5F5F5; */
	/* border-radius: 23px; */
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 15px;
	/* font-family: PingFangSC-Regular, PingFang SC; */
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #666;
	margin-right: 43px;
}
.alone {
	border-bottom: 3px solid #006eff;
	color: #006eff !important;
	font-weight: 500 !important;
	font-family: PingFangSC-Medium !important;
	/* width: 30px !important; */
	/* margin: 18px auto 0; */
	/* background: #3860F4 !important; */
	/* color: aliceblue !important; */
}

.tab_cont {
	width: 100%;
	height: auto;
}

.tab_cont .tab_item {
	width: 100%;
	display: none;
	/* padding-left: 30px; */
	padding-top: 20px;
}

.tab_li {
	width: 110px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 23px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3860f4;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}

.tab_li:hover {
	width: 110px;
	height: 40px;
	background: #3860f4;
	border-radius: 23px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}
.tab_li:visited {
	width: 110px;
	height: 40px;
	background: #3860f4;
	border-radius: 23px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}
.service_box1 {
	display: block;
	padding-top: 40px;
	overflow: hidden;
}
.service_box2 {
	display: none;
}
.service_box3 {
	display: none;
}
.service_box4 {
	display: none;
}
.service_box5 {
	display: none;
}
.service_box6 {
	display: none;
}

.service_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/* 里边内容 */
.content {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	/* padding: 120px 0px; */
	padding-bottom: 120px;
	margin-bottom: 120px;
	border-bottom: 1px solid #ccc;
}
.left:nth-child(1) {
	margin-right: 112px;
	width: 510px;
}
.left:nth-child(2) {
	margin-left: 131px;
	width: 426px;
}
.left_left {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.left_img {
	width: 82px;
	height: 82px;
	margin-right: 26px;
}
.left_1 p:nth-child(1) {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
}
.left_1 p:nth-child(2) {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 12px;
}
.left_bot {
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.left_bot li {
	width: 87px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #006eff;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #006eff;
	line-height: 40px;
	margin-right: 20px;
	text-align: center;
	margin-top: 60px;
}
.right:nth-child(2) {
	width: 484px;
	height: 479px;
	display: flex;
	align-items: center;
}
.right:nth-child(1) {
	width: 510px;
	height: 479px;
	display: flex;
	align-items: center;
}

.riht_left {
	width: 180px;
	height: 391px;
	position: relative;
}
.riht_center {
	width: 220px;
	height: 479px;
	position: relative;
	/* right: 50px; */
	z-index: 222;
}
.riht_rig {
	width: 184px;
	height: 391px;
	position: relative;
	/* right: 98px; */
}
.qinjie_left {
	width: 195px;
	height: 391px;
	background: #000;
}
.qinjie_center {
	width: 239px;
	height: 479px;
	position: relative;
	z-index: 222;
	background: #000;
}
.qinjie_rig {
	width: 195px;
	height: 391px;
	position: relative;
}

.card {
	width: 217px;
	height: 298px;
	background: #ffffff;
	box-shadow: 4px 5px 17px 0px rgba(0, 30, 69, 0.06);
	border-radius: 5px;
}

.card_img {
	width: 76px;
	height: 76px;
	margin-top: 20px;
}

.card_bg {
	text-align: center;
	width: 100%;
	height: 170px;
}

.card_title {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;

	color: #333333;
	line-height: 22px;
	margin-top: 16px;
}

.card_text {
	width: 100%;
	height: auto;
	padding: 10px 16px 22px 16px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.card:hover .card_bg {
	background: url(../img/cbg.png) no-repeat;
	background-size: 100% 100%;
}

.card:hover .card_title {
	color: #ffffff;
}

.card:hover {
	cursor: pointer;
}

/* 更多案例 */
.kehutitle {
	font-size: 40px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 56px;
	letter-spacing: 1px;
	/* margin: 0 auto; */
	margin-top: 80px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.case_box {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.case_a {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	width: 136px;
	height: 42px;
	background: #ffffff;
	border-radius: 23px;
	border: 1px solid #3860f4;
	text-align: center;
	line-height: 42px;
}

.case_a a {
	color: #3860f4;
}

.case_as {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	width: 136px;
	height: 42px;
	background: #3860f4;
	border-radius: 23px;
	/* border: 1px solid #3860F4; */
	text-align: center;
	line-height: 42px;
}

.case_as a {
	color: #fff;
}

/* .case_a:hover {
    border: none;
    background: #3860F4;
}

.case_a:hover .casea {
    color: #fff;
} */
.caes_cardbox {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case_card {
	width: 270px;
	height: 333px;
	background: #ffffff;
	box-shadow: 4px 5px 17px 0px rgba(0, 30, 69, 0.06);
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 40px;
}

.case_card:hover {
	transform: translateY(-5px);
	box-shadow: 8px 8px 22px #ddd;
}

.case_img {
	width: 90px;
	height: 90px;
	margin-left: 70px;
}

.casetitle {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	margin-top: 12px;
	width: 100%;
	text-align: center;
}

.casesub {
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3860f4;
	line-height: 21px;
	margin-top: 14px;
}

.case_text {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 14px;
}

/* 评估 */
.assessment {
	width: 100%;
	height: 217px;
	background: url(../img/mm_bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 80px;
}

.ass_title {
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 40px;
	margin-top: 41px;
}

.assbtu {
	width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}

.btuleft {
	width: 189px;
	height: 57px;
	background: #ffffff;
	border-radius: 3px;
	text-align: center;
	line-height: 57px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3860f4;
	cursor: pointer;
}

.bturight {
	width: 189px;
	height: 57px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	line-height: 57px;
	box-sizing: border-box;
	cursor: pointer;
}
