video{
	width: 100%;
	min-width: 1366px;
}
.title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 10px;
}
.picList img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.picText{
	width: 100%;
	border-radius: 0 0 10px 10px;
}
.enterprise{
	background: url(../images/5.png) no-repeat center center;
	min-width: 1366px;
	height: 575px;
	margin-top: 60px;
}
.enterpriseNumber{
	background: url(../images/6.png) no-repeat center center;
	height: 72px;
	width: 402px;
	margin-top: 10px;
}
.consult{
	background: url(../images/7.png) no-repeat center center;
	min-width: 1366px;
	height: 227px;
	margin-top: 60px;
	padding-top: 60px;
}
.centera {
	padding:20px;
	overflow:hidden;
}
#oranger{
	overflow: hidden;
}
#oranger img{
	margin-bottom: 10px;
}
#oranger a{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.hover {
	color: #027AFF !important;
	border-bottom: 2px solid #027AFF !important;
	z-index: 99;
}
#tablea {
	border-top: 2px solid #eee;
	margin-top: -17px;
}
.box {
	display:none
}
.box img{
	border-radius: 10px;
	width: 100%;
	height: 248px;
	padding: 5px;
}
/* 原图片文字样式 */
/*.box div{*/
/*	padding: 5px;*/
/*	padding-left: 15px;*/
/*}*/


/* 图片独立样式 - 与标题风格一致但独立 */
.box img {
    border-radius: 10px;
    width: 100%;
    height: 248px;
    padding: 5;
    object-fit: cover;
    display: block;
    
    /* 添加与标题相似的卡片样式 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f3f4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    background: white; /* 为图片添加白色背景，增强卡片感 */
}

.box img:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: #3498db;
}

/* 标题保持原有样式不变 */
.box div {
    padding: 15px;
    background: white;
    border-radius: 10px;
    margin: 8px 0;
    font-weight: 600;
    font-size: 15px;
    color: #2c3e50;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f3f4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-align: center;
}

.box div:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: #3498db;
}


/* 图片文字样式结束 */

.issue{
	background: url(../images/13.png) no-repeat center center;
	min-width: 1366px;
	height: 480px;
	margin-top: 30px;
}
.issueBg{
	background: linear-gradient(to bottom, #F5F5F8, #FFFFFF);
	padding: 30px 50px;
	border-radius: 10px;
}
.make{
	box-shadow: 0px 0px 18px 0px rgba(229,231,235,0.65);
	padding: 30px 20px;
	border-radius: 10px;
}
.advantage{
	box-shadow: 0px 0px 18px 0px rgba(229,231,235,0.65);
	border-radius: 10px;
}
.advantage div{
	background-color: #027AFF;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.advantage p{
	height: 99px;
}
.cooperation{
	background: url(../images/27.png) no-repeat center center;
	min-width: 1366px;
	height: 510px;
	margin-top: 30px;
}
.cooperation img{
	width: 19%;
	margin-right: 1%;
	float: left;
	margin-bottom: 15px;
}