.brandInfo{
	padding:2em 0 0 0;
}
.information {
	width: 80%;
	min-width: 1080px;
	margin:auto ;
	font-size: 16px;
	line-height:2;
	text-indent: 2em;
	
}
.information-title{
	width: 80%;
	min-width: 1080px;
	margin:1em auto;
	font-size: 24px;
	line-height:2;
	text-indent: 2em;
	text-align: center;
	
}
.vedioBox{
	padding:4em 0;
	/* background-color: #004ea2; */
}
video{
	border: none;
}
.vedioBox>div{
	width:80%;
	min-width: 1080px;
	margin:auto;
}

.introduce{
	width:80%;
	min-width: 1080px;
	margin:auto;
}
.introduce h2{
	color:#004ea2;
	font-weight: normal;
	margin-bottom:0.3em;
}

.introduce div{
	display: flex;
	
	justify-content: space-between;
}
.introduce div dl{
	/* display: flex; */
	width:75%; 
	border-top:1px solid #004ea2;
	overflow: hidden;
}
.introduce div .icon-huangguan{
	font-size: 64px;
	/* padding:30px; */
}
.introduce div i{
	font-size: 64px;
	width:15%;
	text-align: center;
	line-height:160px;
	float: left;
}
.introduce div p{
	float: left;
	width:85%;
}
.introduce div .icon-41kejichuangxin-rongyu{
	font-size: 90px;
}
.introduce div i::before{
	color:#999;
}
.introduce div p{
	font-size: 16px;
	padding:0 3em;
	margin:2em 0;
	line-height: 2;
	border-left:1px solid #f2f2f2;
	
}
.introduce div p span{
	color:#004ea2;
	font-weight: bold;
}
.banner{
	z-index: 1 !important;
}
.banner-Title2{
	width:80%;
	min-width: 1080px;
	margin:auto;
	position: relative;
	z-index: 6;
	top:60px;

}
.banner-Title2 h2{
	color: #fff;
	text-align: right;
	font-size: 60px;
	cursor: pointer;	
}
.banner-Title2 img{
	width:160px;
}
.banner-Title2 p{
	text-align: right;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	padding:0.5em 0;
	letter-spacing: 2PX;
}
.banner-Title2 h2:hover,.banner-Title2 p:hover{
	color:#ffe100 ;
}
.banner-Title2>div{
	position: absolute;
	top:120px;
	right:0;
}
.banner-Title2 a{
	display: block;
	border:1px solid #fff;
	font-size: 16px;
	line-height: 2.6;
	color:#fff;
	border-radius: 1.3em;
	text-align: right;
	float: right;
	padding:0 1.5em 0 3em;
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
}
.banner-Title2 a:hover{
	color:#ffe100 ;
	border:1px solid #ffe100;
}

.banner-Title2 i{
	left:1em;
	top:0;
	line-height: 43px;
	position: absolute
}
.banner-Title2 a:hover i::before{
	color:#ffe100 ;
}
.banner-Title2 i::before{
	color:#fff;
	
	font-size: 20px;
	
}

.ui-paragraph{
	font-size: 14px !important;
	line-height: 1.5;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
	text-indent: 2em;
}