@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;}
[v-cloak]{display:none}
body{background:#f8f8f8;}

.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{
	max-width:1110px;
	margin: auto;
    background:#fff;
	margin-top:50px;
	border-left:#090f43 solid 5px;
}
.enterprise_box .takeaway_con{
    padding:40px 80px;
}
.enterprise_box .takeaway p{
    font-size:18px;
    line-height:36px;
    letter-spacing:5px;
    margin-top:20px;
}
.enterprise_box .takeaway p:first-child{
    margin-top:0;
}

.enterprise_box .title{
    margin-top:50px;
    border:none;
}
.enterprise_box .title h1{
    font-size:36px;
    font-weight:bold;
    color:#111;
    text-align:center;
}

.enterprise_box .pole{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
.enterprise_box .pole li{
	width:44%;
    height:180px;
	padding:0 0 0 40px;
    margin:20px 3% 0 3%;
	transition:all 0.3s;
	position:relative;
	background-color:rgba(255, 255, 255, 1);
}
.enterprise_box .pole .pole_line{
	width:48px;
    height:4px;
    margin:20px 0;
	color:#090f43;
}
.enterprise_box .pole li h1{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
.enterprise_box .pole .pole_icon{
	width:80px;
	position:absolute;
	top:10px;
	right:20px;
}
.enterprise_box .pole .pole_icon img{
	width:64px;
	height:64px;
}
.enterprise_box .pole li p{
	position:relative;
	margin-top:30px;
	padding-left:15px;
}
.enterprise_box .pole li p::after{
	content:'';
	position:absolute;
	left:0;
	top:calc(50% - 3px);
	width:6px;
	height:6px;
	border-radius:50%;
	background:#090f43;
}

@media(max-width:1200px){
	.enterprise_box .takeaway{
		margin-top:0;
		border:none;
	}
	.enterprise_box .takeaway_con{
		padding:20px;
	}
	.enterprise_box .takeaway p{
		font-size:16px;
		line-height:30px;
		letter-spacing:normal;
	}
	.enterprise_box .title{
		margin-top:20px;
		padding:0;
	}
	.enterprise_box .title h1{
		font-size:24px;
	}
	.enterprise_box .pole li{
		width:100%;
		height:auto;
		padding:0 0 20px 40px;
	}
	.enterprise_box .pole li p{
		margin-top:10px;
	}
	.enterprise_box .pole .pole_icon img{
		width:32px;
		height:32px;
	}
}