header {
	border-bottom: 1px solid #DBDADA;
	width: 100%;
	box-shadow: 0 0 16px rgba(4,0,0, .27);
}
.header_tops{
    width: 100%;
    background: #F6F6F8;
    position: relative;
    z-index: 101;
}
.header_top{
    width: 100%;
    margin: 10px auto;
    display: inline-block;
}
.header_top1{
    float: left;
        font-size: 16px;
    color: #333;
}
.header_top2{
    border: none;
    outline: none;
    float: right;
    background: transparent;
      font-size: 16px;
    color: #333;
}
.header_down{
    width: 100%;
}
.header {
	width: 100%;
	height: 90px;
	display: inline-block;
	background: white;
	position: relative;
}

.logo {
	height: 36px;
	display: block;
	float: left;
	margin-top: 27px;
	position: relative;
	z-index: 101;
}

.logo img {
	height: 100%;
	display: block;
}

.heade1 {
	float: left;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
		position: relative;
	z-index: 101;
}

.heade1 span {
	display: inline-block;
	vertical-align: middle;
}

.heade1 img {
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.heade2 {
	width: calc(100% - 320px);
	float: left;
	padding: 0 10%;
	box-sizing: border-box;
	/*text-align: center;*/
}

.heade2 li {
	display: inline-block;
	margin-right: 35px;
}

.heade2 li:last-child {
	margin-right: 0;
}

.heade2_1 {
	border-bottom: 2px solid transparent;
	line-height: 88px;
	font-size: 18px;
	color: #000000;
	display: block;
}

.heade2_1.on {
	border-color: #005DB3;
}

.heade2_2 {
	width: 100%;
	height: 0;
	/*overflow: hidden;*/
	/*transition: .5s;*/
	/*display: none;*/
	position: absolute;
	left: 0;
       top: 100%;
       z-index: 10;
       
       /* 初始状态 - 隐藏 */
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    
    /* 悬停时：缓慢展开 */
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.heade2 li:hover .heade2_1 {
	border-color: #005DB3;
}

.heade2 li:hover .heade2_2 {
     /* 悬停时：显示并向下移动 */
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
		height: auto;
}
.heade2 li:not(:hover) .heade2_2 {
    /* 移出时：快速收回 */
    transition: transform 0.15s ease, opacity 0.15s ease, visibility 0.15s;
}
.heade3 {
	width: 100%;
	padding: 50px 60px;
	text-align: left;
	background: white;
}

.heade3_1 {
	width: 100%;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.heade3_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}

.heade3_3 {
	width: 100%;
	display: inline-block;
}

.heade3_4 {
     border-bottom: 2px solid transparent;
	width: 18.4%;
	float: left;
	margin-top: 25px;
	margin-right: 2%;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.heade3_4:nth-child(5n) {
	margin-right: 0;
}
.heade3_4:hover{
    border-color: #005DB3;
}
.heade4 {
	width: 100%;
	text-align: left;
	display: flex;
	background: white;
}

.heade5 {
	width: 255px;
	height: 630px;
	background: #F7F7F7;
	padding: 25px 0;
	padding-left: 10px;
	overflow: hidden;
	overflow-y: auto;
}

.heade5_1 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.heade5_1:last-child {
	margin-bottom: 0;
}

.heade5_1.on {
	background: white;
}

.heade5_1.on span {
	border-bottom: 1px solid #0562B2;
}

.heade6 {
	width: calc(100% - 255px);
	height: 630px;
	overflow: hidden;
	overflow-y: auto;
}

.heade6_1 {
	width: 100%;
	display: none;
}

.heade7 {
	width: 100%;
	padding: 0 50px;
	display:flex;    
	flex-wrap: wrap;
}

.heade7_1 {
	width: 23.5%;
	float: left;
	margin: 15px 0;
	margin-right: 2%;
}

.heade7_1:nth-child(4n) {
	margin-right: 0;
}

.heade7_2 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.heade7_2_1 {
	width: 100%;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.heade7_2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

.heade7_2_2 {
    border-bottom: 2px solid transparent;
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}
.heade7_2:hover .heade7_2_2 {
    border-color: #005DB3;
}
.heade7_3 {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来代表被修剪的文本 */
}

.heade7_3:last-child {
	margin-bottom: 0;
}
.heade7_3:hover{
    	color: #000000;
    	text-decoration: underline;
}