@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;cursor:pointer;transition:all .3s ease-in-out;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}

.finance-container{
	max-width: 1200px!important;
	margin: 0 auto;
	position: relative;
}

.enterprise_box .banner{
	width:100%;
	height:auto;
	padding:0;
	margin-top:40px;
	float:none;
}
.enterprise_box .banner img{
	width:100%;
}

.enterprise_box .box{
    max-width:1200px;
    margin: auto;
}

.enterprise_box .takeaway{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:30px;
}
.enterprise_box .takeaway li{
	flex:0 0 24%;
	height:408px;
	padding:20px 0;
	transition:all .3s ease-in-out;
}
.enterprise_box .takeaway_con{
	height:100%;
    border:#f2f2f2 solid 1px;
	padding:20px 40px;
	transition:all .3s ease-in-out;
}
.enterprise_box .takeaway_con img{
	transition:all .3s ease-in-out;
}
.enterprise_box .takeaway_con p{
	color:#888;
	margin-top:20px;
	line-height:24px;
	transition:all .3s ease-in-out;
}
.enterprise_box .takeaway_con strong{
	transition:all .3s ease-in-out;
}
.enterprise_box .takeaway li:hover{
	padding:0;
}
.enterprise_box .takeaway li:hover .takeaway_con{
	background:dodgerblue;
}
.enterprise_box .takeaway li:hover img{
	margin-left:40px;
}
.enterprise_box .takeaway li:hover strong, .enterprise_box .takeaway li:hover p{
	color:#fff;
}

.enterprise_box .title{
    margin-top:50px;
    border:none;
}
.enterprise_box .title h1{
    font-size:24px;
    color:#111;
    text-align:center;
	letter-spacing:5px;
}

.enterprise_box .report{
	display:flex;
	justify-content:space-between;
	overflow-x:scroll;
	padding:10px 0;
}
.enterprise_box .report::-webkit-scrollbar {
  /*滚动条整体样式*/
  width:10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height:10px;
  }
.enterprise_box .report::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);
  background:dodgerblue;
  }
.enterprise_box .report::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius:10px;
  background:#ededed;
  }
.enterprise_box .report li{
	flex:0 0 17%;
	text-align:center;
	padding:10px;
	margin:0 20px;
	border-top:#eee solid 1px;
	position:relative;
}
.enterprise_box .report li::before{
	content:'';
	width:6px;
	height:6px;
	background:dodgerblue;
	border-radius:50%;
	position:absolute;
	top:-3px;
	left:calc(50% - 3px);
}
.enterprise_box .report li::after{
	content:'→';
	font-size:16px;
	color:dodgerblue;
	position:absolute;
	top:calc(50% - 8px);
	right:-20px;
}
.enterprise_box .report li:last-child::after{
	display:none;
}
.enterprise_box .report li p{
	margin-top:10px;
}

.enterprise_box .report_tab{
	/* margin:30px auto; */
}
.enterprise_box .report_tab ul{
	display:flex;
	flex-wrap:wrap;
  justify-content:space-around;
}
.enterprise_box .report_tab ul:first-child li, .enterprise_box .report_tab ul li:first-child{
	font-size:16px;
	font-weight:bold;
	color:#111;
}
.enterprise_box .report_tab ul:nth-child(odd){
	background:rgba(65,105,225,.1);
}
.enterprise_box .report_tab ul li{
	flex:0 0 25%;
	border-right:#eee solid 1px;
	padding:20px 0 20px 40px;
	display:flex;
  justify-content:center;
  flex-direction:column;
}
.enterprise_box .report_tab ul li:last-child{
	border:none;
}
.enterprise_box .report_tab ul li p{
	position:relative;
	padding-left:10px;
	margin-top:15px;
	color:#555;
}
.enterprise_box .report_tab ul li p:first-child{
	margin-top:0;
}
.enterprise_box .report_tab ul li p::after{
	content:'';
	width:4px;
	height:4px;
	background:dodgerblue;
	border-radius:50%;
	position:absolute;
	top:calc(50% - 2px);
	left:0;
}
.enterprise_box .report_tab ul li:first-child span{
	font-size:14px;
	font-weight:normal;
	color:#888;
}
.enterprise_box .report_tab ul li p strong{
	font-size:14px;
}

.enterprise_box .xchb{
	display:flex;
	justify-content:space-between;
}
.enterprise_box .xchb ul{
	flex:1;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.enterprise_box .xchb ul:first-child{
	flex:0 0 10%;
	background:rgba(65,105,225,.1);
}
.enterprise_box .xchb ul:first-child p{
	font-size:16px;
	font-weight:bold;
	color:#111;
}
.enterprise_box .xchb ul li{
	padding:20px 0 20px 40px;
}
.enterprise_box .xchb .xchb_tab{
	display:flex;
	justify-content:space-between;
}
.enterprise_box .xchb .xchb_tab li{
	flex:1;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.enterprise_box .xchb .xchb_tab li:first-child{
	flex:0 0 17%
}
.enterprise_box .xchb_tab:nth-child(odd){
	background:rgba(65,105,225,.1);
}
.enterprise_box .xchb_tab:nth-child(even) li{
	border-right:#eee solid 1px;
}
.enterprise_box .xchb ul:last-child li p{
	position:relative;
  padding-left:10px;
  margin-top:15px;
  color:#555;
}
.enterprise_box .xchb ul:last-child li p:first-child{
	margin-top:0;
}
.enterprise_box .xchb ul:last-child li p::after{
	content:'';
	width:4px;
	height:4px;
	background:dodgerblue;
	border-radius:50%;
	position:absolute;
	top:calc(50% - 2px);
	left:0;
}


@media(max-width:1200px){
	.enterprise_box .title{
		margin-top:20px;
		padding:0;
	}
	.enterprise_box .title h1{
		font-size:16px;
	}
	.enterprise_box .takeaway{
		margin-top:0;
	}
	.enterprise_box .takeaway li{
		flex:1;
		height:auto;
		padding:0;
	}
	.enterprise_box .report li{
		flex:0 0 22%;
		padding:10px 0;
	}
	.enterprise_box .report li p{
		font-size:12px;
	}
	.enterprise_box .report_tab ul li{
		padding:20px 0 20px 5px;
		border-right:#ccc solid 1px;
	}
	.enterprise_box .report_tab ul:first-child li, .enterprise_box .report_tab ul li:first-child{
		font-size:14px;
	}
	.enterprise_box .report_tab ul li:first-child{
		flex:0 0 8%;
		font-size:14px;
	}
	.enterprise_box .report_tab ul li p, .enterprise_box .report_tab ul li p strong{
		font-size:12px;
	}
	.enterprise_box .report_tab ul li:first-child span{
		font-size:14px;
		margin-top:10px;
	}
	.enterprise_box .xchb ul:first-child{
		flex:0 0 8%;
		padding-left:5px;
	}
	.enterprise_box .xchb ul:first-child p{
		font-size:14px;
	}
	.enterprise_box .xchb ul li{
		padding:20px 5px;
		border-right:#ccc solid 1px;
	}
	.enterprise_box .xchb .xchb_tab li:first-child{
		flex:0 0 10%;
	}
	.enterprise_box .xchb .xchb_tab li p{
		font-size:12px;
	}
}