/* banner */
.collection_banner {
	height: 800px;
	background: url('../image/data_collection/background2.jpg') no-repeat center center;
	padding-top: 220px;
	box-sizing: border-box;
}

.collection_banner_metter p {
	width: 672px;
	height: 48px;
	line-height: 48px;
	background: #FEB3BB;
	border-radius: 2px;
	text-align: center;
	font-size: 24px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #D53A49;
	margin-top: 55px;
}

.collection_banner_metter ul {
	width: 840px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 1px rgba(3, 76, 220, 0.4);
	border-radius: 20px;
	margin-top: 105px;
	justify-content: space-evenly;
}

/* .collection_banner_metter ul li {
	width: calc((100% - 3px) / 4);
} */

.collection_banner_metter>ul>li>img {
	margin-bottom: 8px;
}

.collection_banner_metter>ul>li>span:nth-of-type(1) {
	/* width: 97px; */
	height: 53px;
	font-size: 40px;
	font-family: zihun143hao-zhengkuchaojihei-Heavy, zihun143hao-zhengkuchaojihei;
	font-weight: 800;
	color: #034FF2;
}

.collection_banner_metter>ul>li>span:nth-of-type(2) {
	height: 24px;
	font-size: 18px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #999999;
}

.upright_line {
	width: 1px;
	height: 60px;
	background: #CCC;
}

.heng_line {
	width: 90px;
	height: 8px;
	background: #1F77DC;
	border-radius: 6px;
	display: inline-block;
}

/* 客户问题 */
.ke_issue {
	height: 800px;
	background-color: #F7F7F7;
	padding-top: 137px;
	box-sizing: border-box;
}

.issue_left {
	width: 826px;
	height: 574px;
	border: 4px solid #1F77DC;
	padding-left: 45px;
	padding-top: 60px;
	box-sizing: border-box;
}

.issue_left>p {
	height: 35px;
	font-size: 30px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: 400;
	color: #000000;
}

.issue_left>ul {
	margin-top: 38px;
}

.issue_left>ul>li {
	height: 53px;
	margin-top: 17px;
}

.issue_left>ul>li>img {
	margin-top: 3px;
	margin-right: 23px;
}

.issue_left>ul>li .left_font01>p:nth-of-type(1) {
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: bold;
	color: #666666;
}

.issue_left>ul>li .left_font01>p:nth-of-type(2) {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.issue_right {
	width: 674px;
	height: 520px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.issue_right .issue_right_top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 664px;
	height: 510px;
	float: left;
	padding-top: 70px;
	padding-left: 38px;
	box-sizing: border-box;
	background: url('../image/data_collection/issue_right_top.png') no-repeat center center;
}

.issue_right .issue_right_top>p:nth-of-type(1) {
	/* width: 300px; */
	height: 53px;
	font-size: 40px;
	font-family: PangMenZhengDao-Regular, PangMenZhengDao;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 30px;
}

.issue_right .issue_right_top>p:nth-of-type(2) {
	/* width: 340px; */
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 10px;
}

.issue_right .issue_right_top>a {
	width: 188px;
	height: 40px;
	background: #FF9800;
	border-radius: 5px 5px 5px 5px;
	margin-top: 63px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.issue_right .issue_right_bottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 22;
	width: 312px;
	height: 299px;
	background: url('../image/data_collection/issue_right_bottom.png') no-repeat center center;
}

/* 从海量数据中挖掘业务机会 */
.excavate_business {
	height: 950px;
	background: #FFFFFF;
	border-radius: 2px;
	padding-top: 50px;
	box-sizing: border-box;
}

/* 轮播 */
.excavate_carousel {
	height: 484px;
	margin-top: 37px;
}

.leftPic_box {
	position: relative;
	width: 607px;
	height: 484px;
	background: #CADDFF;
	box-shadow: 3px 3px 15px 1px rgba(0, 76, 162, 0.2);
	border-radius: 2px;
}

.leftPic_box .carousel_num {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 164px;
	height: 55px;
	background: #FFF;
	box-shadow: 3px 3px 15px 1px #CADDFF33;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftPic_box .carousel_num>span:nth-of-type(1) {
	color: black;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
}

.leftPic_box .carousel_num>span:nth-of-type(2) {
	color: #666;
	font-size: 18px;
	margin-left: 10px;
}

.pic_detail {
	width: 100%;
	height: 420px;
}

.pic_detail>div {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	position: absolute;
	display: none;
}

.pic_detail>div:first-child {
	display: block;
}

.pic01 {
	background: url('../image/data_collection/hailiang.png');
}

.pic02 {
	background: url('../image/data_collection/jingzhun.png');
}

.pic03 {
	background: url('../image/data_collection/bianjie.png');
}

.pic04 {
	background: url('../image/data_collection/dijia.png');
}

.rightFont_box_list {
	width: calc(100% - 607px);
	height: 100%;
	position: relative;
}

.rightFont_box {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

.rightFont_box:first-child {
	display: block;
}

.rightFont_box>p {
	font-size: 28px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin: 30px 0px;
}

.rightFont_box>img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.rightFont_box>ul>li {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-bottom: 25px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rightFont_box>ul>li>img {
	margin-right: 5px;
}

/* 第二种标题样式 */
.header_title_two>div:nth-of-type(1) {
	width: 183px;
	height: 16px;
	border: 6px solid #116DDE;
	border-bottom: transparent;
}

.header_title_two>div:nth-of-type(2) {
	width: 183px;
	height: 16px;
	border: 6px solid #116DDE;
	border-top: transparent;
	margin-top: 15px;
}

.excavate_carousel_items {
	margin-top: 70px;
	justify-content: center;
}


.excavate_carousel_item {
	width: 130px;
	height: 125px;
	background-color: rgba(31, 119, 220, 0.16);
	border-radius: 2px 2px 2px 2px;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
}

.excavate_carousel_item>p {
	width: 130px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 2px 2px 2px 2px;
	font-size: 24px;
	font-family: zihun143hao-zhengkuchaojihei-Heavy, zihun143hao-zhengkuchaojihei;
	font-weight: 800;
	color: #1F77DC;
}

.excavate_carousel_item_active {
	transform: scale(1.2);
}

.excavate_carousel_item_active>p {
	height: 100% !important;
	width: 100% !important;
	line-height: 0 !important;
	background-color: rgba(31, 119, 220, 0.8) !important;
	color: #FFF !important;
	font-size: 30px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.excavate_carousel_item:first-child {
	background-image: url('../image/data_collection/carousel01.png');
}

.excavate_carousel_item:nth-child(2) {
	background-image: url('../image/data_collection/carousel02.png');
}

.excavate_carousel_item:nth-child(3) {
	background-image: url('../image/data_collection/carousel03.png');
}

.excavate_carousel_item:last-child {
	margin-right: 0px;
	background-image: url('../image/data_collection/carousel04.png');
}


.header_title_two>p:nth-of-type(1) {
	font-size: 30px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: bold;
	color: #000000;
	letter-spacing: 10px;
}

.header_title_two>p:nth-of-type(2) {
	font-size: 18px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
}

/* 工作流程 */
.workflow {
	height: 600px;
	background: url('../image/data_collection/workflow_bg.png') no-repeat center center;
	padding-top: 45px;
	box-sizing: border-box;
}

/* 工作流程title */
.workflow_title>div:nth-of-type(1) {
	width: 69px;
	height: 16px;
	border: 6px solid #116DDE;
	border-bottom: transparent;
}

.workflow_title>div:nth-of-type(2) {
	width: 69px;
	height: 16px;
	border: 6px solid #116DDE;
	border-top: transparent;
	margin-top: 15px;
}

.workflow_title>p:nth-of-type(1) {
	font-size: 30px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: bold;
	color: #000000;
	letter-spacing: 10px;
}

.workflow_title>p:nth-of-type(2) {
	font-size: 18px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
}

.workflow_picture {
	margin-top: 250px;
	display: flex;
	justify-content: center;
}

.line_cell {
	position: relative;
	width: 154px;
	height: 2px;
	background-color: #999;
}

.flow_circle {
	position: absolute;
	width: 9px;
	height: 9px;
	background: #FFFFFF;
	border: 1px solid #707070;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.flow_circlelast {
	position: absolute;
	right: -9px;
	width: 9px;
	height: 9px;
	background: #FFFFFF;
	border: 1px solid #707070;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.hexagon {
	position: absolute;
	top: -150px;
	left: -50px;
	width: 101px;
	height: 117px;
	background-image: url('../image/data_collection/liubian_hui.png');
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hexagonlast {
	position: absolute;
	top: -150px;
	right: -50px;
	width: 101px;
	height: 117px;
	background-image: url('../image/data_collection/liubian_hui.png');
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flowPicActive {
	display: none;
}

.hexagon:hover {
	background-image: url('../image/data_collection/liubian_lan.png');
}

.hexagon:hover>img:first-child {
	display: none;
}

.hexagon:hover>img:last-child {
	display: block;
}

.hexagonlast:hover {
	background-image: url('../image/data_collection/liubian_lan.png');
}

.hexagonlast:hover>img:first-child {
	display: none;
}

.hexagonlast:hover>img:last-child {
	display: block;
}

.flow_font {
	position: absolute;
	bottom: -124px;
	left: -50px;
}

.flow_font>span {
	color: #999999;
}

.flow_font>span:nth-of-type(1) {
	font-size: 50px;
	font-family: CaiYunHanMaoBi-LiShu-Regular, CaiYunHanMaoBi-LiShu;
	font-weight: bold;
}

.flow_font>span:nth-of-type(2) {
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
}

.flow_fontlast {
	position: absolute;
	bottom: -124px;
	right: -50px;
}

.flow_fontlast>span {
	color: #999999;
}

.flow_fontlast>span:nth-of-type(1) {
	font-size: 50px;
	font-family: CaiYunHanMaoBi-LiShu-Regular, CaiYunHanMaoBi-LiShu;
	font-weight: bold;
}

.flow_fontlast>span:nth-of-type(2) {
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
}

.flow_font_active>span {
	color: #1F77DC;
}
