.header-banner {
	position: absolute;
	width: 100%;
	top: 0;
    height: 878px;
    background:url("../images/main_mask.png") no-repeat center;
	z-index: -1;
}

.header h3 {
    margin-top: 90px;
    font-size: 28px;
	font-weight: normal;
    color: white;
    text-align: center;
}

.header h1 {
    font-weight: bold;
    font-size: 50px;
    color: white;
    text-align: center;
    margin-top: 60px
}

.funBtnDiv {
    margin: 50px auto 0px;
    width: 320px;
    height: 50px;
}

.funBtnDiv a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border:1px solid #ffffff;
    border-radius: 35px;
    background-color: transparent;
}

.funBtnDiv a:first-child {
    float: left;
    border:none;
    background-color: #1EE0A1;
}
.funBtnDiv a:first-child:hover {
    background-color: rgba(30,224,162,.9);
}
.funBtnDiv a:last-child {
    float: right;
}
.funBtnDiv a:last-child:hover {
    background-color: rgba(255,255,255,.1);
}
.img-div > img {
    width: 88%;
    margin-left: 6%;
}
.home-title .home-title-en{
	font-size: 20px;
	font-weight: normal;
	color: #1F77FA;
}
.home-title .home-title-text{
	font-size: 32px;
	color: #000000;	
	font-weight: normal;
}
.data-analyze {
    margin-top: 60px;
}

.data-analyze h5{
    margin-top: 30px;
    text-align: center;
}

.data-analyze h3 {
    margin-top: 15px;
    text-align: center;
}

.data-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
}

.content-item h3 {
    margin: 24px 0;
    font-size: 24px;
    color: #000000;
}

.content-item div {
    text-align: center;
    font-size: 16px;
    color: rgba(26,26,26,.6);

    /* 多行文本溢出省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.asset-inventory {
    margin-top: 100px;
    height: 430px;
    overflow: hidden;
}

.asset-content {
    width: 100%;
    height: 370px;
}

.asset-left {
    float: left;
    margin-right: 10px;
    width: 600px;
}


.asset-left h3 {
	margin: 12px 0;
}

.asset-left > p {
    margin-top: 15px;
    font-size: 16px;
    color: rgba(0,0,0,0.50);
}

.asset-left .subDiv {
    margin-top: 20px;
    height: 115px;
}

.subDiv .sub-left {
    float: left;
}

.subDiv .sub-right {
    float: right;
}

.subDiv > div {
    width: 290px;
    height: 100%;
}

.sub-left > img ,
.sub-right > img{
    float: left;
}

.sub-left > div ,
.sub-right > div {
    float: left;
    margin-left: 10px;
    width: 200px;
}

.sub-left > div > h4,
.sub-right > div > h4 {
    font-size: 20px;
    color: rgba(0,0,0,0.80);
}

.sub-left > div > p ,
.sub-right > div > p{
    margin-top: 5px;
    font-size: 16px;
    color: rgba(0,0,0,0.50);

    /* 多行文本溢出省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.asset-right {
    float: right;
}

.asset-inventory > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 170px;
    height: 50px;
    background-color: #1E74F5;
    border-radius: 4px;
}
.asset-inventory > a:hover{
	background-color: rgba(30,116,245,.9);
}
.asset-inventory > a > span {
    font-size: 20px;
    color: #ffffff;
}

.asset-inventory > a > img {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.news-center {
    height: 1040px;
}

.news-tip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.news-tip h5{
    font-size: 20px;
    color: #1F77FA;
    text-align: center;
}

.news-tip h3 {
    margin-top: 15px;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.news-bg {
    height: 840px;
    background: url("../images/news_bg.png") no-repeat center;
    /* 处理上边距合并的问题 */
    overflow: hidden;
}

.news-content {
    height: 734px;
    margin: 53px auto;
    overflow: hidden;
    background-color: #ffffff;
}
.news-content p{
	margin-top: 10px;
	font-size: 16px;
	color: rgba(0,0,0,0.60);
}
.content-left {
    width: 390px;
}

.content-right {
    width: 690px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-left,
.content-right {
    float: left;
    height: 560px;
    margin-top: 60px ;
    margin-left: 40px;
    border: solid 1px #E8E8E8;
    padding: 35px 25px;
}

.content-left h4 {
    font-size: 20px;
    color: rgba(0,0,0,0.80);
}

.content-left span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0,0,0,0.40);
}

.content-left img {
    margin-top: 22px;
    width: 340px;
}

.content-right-item {
    display: flex;
    align-items: center;
    height: 130px;
}

.content-right-item > div {
    margin-left: 20px;
    width: 490px;
    height: 130px;
}

.content-right-item > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-right-item > div > p {
    font-size: 16px;
    color: rgba(0,0,0,0.60);
}

.news-content .look-more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
    margin-top: 620px;
}
.content-right-item .title{
	width: 230px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: rgba(0,0,0,0.80);
}
.content-right-item .time{
	width: 149px;
	font-size: 16px;
	color: rgba(0,0,0,0.40);
}
.content-left-item:hover .title,.content-right-item:hover .title{
	color: #1E74F5;
}

.look-more a {
    display: block;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 250px;
    border: 1px solid #E8E8E8;
}
.look-more a span{
	font-size: 16px;
	color: rgba(0,0,0,0.60);
}