﻿
.banner {
	height: 800px;
}

/* styles.css */
.topBox {
    position: relative;
    overflow: hidden; /* 隐藏超出容器的部分 */
    width: 100%; /* 容器宽度设置为100% */
	height: 550px;
	background-repeat: no-repeat;
}

.bannerItem {
    position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
}

/* 使第一个item可见 */
.bannerItem:first-child {
    opacity: 1;
}
.bannerItem a{
	margin-top: 8%;
	margin-right: 50%;
	height: 38px;
	width: 136px;
	text-align: center;
	background-color: white;
	color: #0077ff;
	font-family: 'Source Han Sans CN', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.ban-img {
	/*background-color: #0077ff;*/
	height: 550px;
	background-image: url(../image/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 1s ease-in-out;
}

.ban-img .main {
	height: 550px;
	overflow: hidden;
}
.ban-img .ban-con {
	margin-top: 130px;
}
.ban-img .ban-con h2 {
	font-size: 48px;
	color: white;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 5px;
    animation:tam1 4s ease-out 0s;
}
.ban-img .ban-con p {
	font-size: 24px;
	color: white;
    animation:cam1 4s ease-out 0s;
}

@keyframes tam1 {
	0%{transform:translateY(-30px);opacity:0;}
	10%{transform:translateY(-30px);opacity:0;}
	40%{transform:translateY(0px);opacity:1;}
	100%{transform:translateY(0px);opacity:1;}
}
@keyframes cam1 {
	0%{transform:translateX(30px);opacity:0;}
	30%{transform:translateX(30px);opacity:0;}
	60%{transform:translateX(0px);opacity:1;}
	100%{transform:translateX(0px);opacity:1;}
}

.ban-img .ban-con a {
	background-color: white;
	color: #0077ff;
	animation:cam1 4s ease-out 0s;tongshi;
}

.ban-tit {
	background-color: #fff;
	background-image: url(../image/ban-bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 50px;
}
.ban-tit .main {
	background-color: #FFF;
	box-shadow: 5px 5px 10px rgba(18,184,164,0.15),-5px 5px 10px rgba(18,184,164,0.15);
	height: 100px;
	width: 1440px;
	padding: 50px;
}

.ban-tit .item {
	flex: 1;
}
.ban-tit .item .bar {
	font-size: 24px;
	line-height: 50px;
}
.ban-tit .item .num {
	font-size: 38px;
	color: #0077ff;
	line-height: 50px;
}
.ban-tit .item .tit {
	line-height: 40px;
}

.con-bg {
	overflow: hidden;
}
.what {
	overflow: visible;
	/* padding-bottom: 50px; */
}
.what .left {
	flex: 1;
}
.what .right {
	width: 760px;
	overflow: hidden;
	background-color: #ccc;
	height: 580px;
}
.what .left li {
	width: 600px;
	height: 180px;
	border: 1px solid #eaeaea;
	margin-top: 18px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.what .left li:first-child{
	margin-top: 0px;
}

.what .left .item {
	margin: 30px 100px;
	overflow: hidden;
}
.what .left .tit {
	font-size: 30px;
	line-height: 60px;
	height: 60px;
}
.what .left .this {
	border: 1px solid #fff;
	box-shadow:5px 5px 10px rgba(18,184,164,0.15),-5px 5px 10px rgba(18,184,164,0.15);
}
.what .left .this .tit {
	color: #0077ff;
}
.serve {
    width: 1440px;
    margin: 0 auto;
}

.serve li {
	height: 610px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 24px;
	overflow: hidden;
	transition: all 0.2s ease;
}
.serve li .left {
    float: left;
	height: 610px;
	width: 120px;
	text-align: center;
	color: #FFF;
	background-color: #CCC;
	overflow: hidden;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	background-position: center center;
	transition: all 0.2s ease;
}
.serve li .left span {
	width: 24px;
	height: 500px;
	margin: 36px auto;
	display: block;
	transition: all 0.2s ease;
}
.serve li .con {
    float: left;
    color: #383838;
    width: 290px;
    overflow: hidden;
    margin: 25px;
    transition: width 0.2s ease;
}
.serve li .con .tit {
    margin-top: 120px;
    text-align: center;
    font-size: 28px;
    line-height: 90px;
}
.serve li .con span{
    height: 250px;
    font-size: 17px;
	display: block;
}
.serve li:hover,
.serve .this{
	width: 600px;
}
.serve li:hover .left,
.serve .this .left {
    width: 260px;
}
.serve li:hover .left span,
.serve .this .left span {
	font-size: 36px;
	width: 36px;
	margin: 60px auto;
	line-height: 50px;
}
.serve li:hover .con
.serve .this .con {
    width: 290px;
}
.serve .con .btn {
	text-align: right;
}

/* 四大核心优势 */
.four {
	height: 285px;
}
.four li {
	height: 282px;
	width: 282px;
	border: 1px solid #cccccc; /* 淡灰色边框 */
	text-align: center;
	margin-left: 24px;
}
.four li:first-child{
	margin-left: 0px;
}
.four p {
	display: block;
	margin: 0px;
	padding: 0px;
}

.four .img {
	margin-top: 40px;
}
.four .tit {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: 500;
	padding-top: 24px;
}
.four .tit2 {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	font-weight: 400;
	padding-top: 18px;
}

.news .left {

}
.news .right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.news .bar-tit {
	text-align: left;
}
.news .bar-tit .bk {
	margin: 0px;
}
.news .right li {
	font-size: 25px;
	line-height: 40px;
	margin: 0px 20px;
}
.news .right span {
	border-bottom: 3px solid #EBEEF5;
	display: inline-block;
}
.news .right .this {
	border-bottom: 3px solid #0077ff;
}
.news .list {
}
.news .list li {
	width: 450px;
	margin-left: 42px;
	border: 1px solid #c6c6c6;
}
.news .list li:first-child{
	margin-left: 0px;
}
.news .list .pic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 280px;
	width: 450px;
}
.news .list .pic a {
    display: block;
	height: 280px;
	width: 450px;
}
.news .list .click {
	text-align: right;
	padding: 10px;
}
.news .list .tit {
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.news .list .con {
	padding: 10px;
	height: 71px;
	overflow: hidden;
}
.news .list .btn {
	text-align: center;
	padding: 30px;
}
.each {
	width: 1440px;
	height: 525px;
	overflow: hidden;
	margin-bottom: 50px;
}

/* 合作伙伴 */
.link {
	width: 100%;
}
.link ul {
	overflow: hidden;
	display: block;
	height: 80px;
	padding-top: 15px;
}
.link li {
	float: left;
	height: 50px;
	width: 150px;
	border-radius: 5px;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}
.link li img {
	height: auto;
    width: 70%;
}

/* 我们能做什么 10.24改版 */
.canDoLeft{
	width: 55%;
	height: 1000px;
}

.canDoItem{
	display: flex; /* 启用Flexbox布局 */
	flex-direction: column; /* 设置主轴方向为垂直 */
	margin-bottom: 55px;
	height: 290px;
}

.canDoItem h2{
	font-family: 'Source Han Sans CN', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
}

.canDoItem p{
	font-family: 'Source Han Sans CN', sans-serif;
	max-width: 80%;
	font-size: 16px;
	line-height: 32px;
	color:#666666;
	font-weight: 400;
	margin-top: 0px;
	word-break: break-word;
}

.canDoItem img{
	height: 320px;
	object-fit: contain;
}

.canDoRight{
	width: 45%;
	height: 1010px;
}

.canDoItemText{
	width: 80%;
}
.FinanceNews{
	display: flex;
	width: 100%;
	height: 648px;
	justify-content: space-between;
}

/*财税资讯部分样式*/
.FinanceNewsLeftBoxItem{
	background-color: #f5fbf7;
	width: 590px;
	height: 200px;
	margin-top: 24px;
}

.FinanceNewsLeftBoxItem .rightText{
	width: 100%;
	height: 170px;
	text-align: center;
	overflow: hidden;"
	max-width: 90%;
}
.FinanceNewsLeftBoxItem .rightText h2{
	text-align: start;
	margin-left: 5%;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	text-overflow: ellipsis; /* 使用省略号表示被截断行的文本 */
}

.FinanceNewsLeftBoxItem .rightText h2:hover{
	color: #0077ff;
}

.FinanceNewsLeftBoxItem .rightText p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	max-width: 90%;
	max-height: 180px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 5%;
	text-align: left;
}

.FinanceNewsRightBoxItem{
	background-color: #f5fbf7;
	height: 200px;
	display: flex;
}

.FinanceNewsRightBoxItem img{
	height: 150px;
	width: 190px;
	margin: 20px;
}

.FinanceNewsRightBoxItem .leftText {
	width: 350px;
	height: 170px;
	color: #666666;
	overflow: hidden;
}
.FinanceNewsRightBoxItem .leftText h3{
	font-family: 'Source Han Sans CN', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	white-space: nowrap; /* 禁止文本换行 */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis; /* 使用省略号表示被截断行的文本 */
}
.FinanceNewsRightBoxItem .leftText h3:hover{
	color: #0077ff;
}

.FinanceNewsRightBoxItem .leftText p{
	font-family: 'Source Han Sans CN', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
}
