header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 105px;
	display: inline-block;
}
.logo{
	height: 28px;
	display: block;
	float: left;
	margin-top: 38px;
}
.logo img{
	height: 100%;
}
.logo1{
    display: block;
}
.logo2{
    display: none;
}
.heade1{
	float: left;
	margin-top: 40px;
}
.heade1_1{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.heade1_1_1{
	height: 25px;
	display: block;
}
.heade1_1_4{
    	height: 25px;
	display: none;
}
.heade1_1_2{
	display: none;
	position: absolute;
	right: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
}
.heade1_1_3{
	border: 1px solid #f5f5f5;
	width: 200px;
	height: 35px;
	background: white;
	border-radius: 35px;
	display: flex;
	overflow: hidden;
}
.heade1_1_3 input{
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 100%;
	padding: 0 15px;
	font-size: 16px;
}
.heade1_1_3 button{
	border: none;
	outline: none;
	width: 40px;
	height: 100%;
	background-color: white;
	background-image: url(../img/search_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
.heade1_2{
	height: 25px;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.heade1_2 img{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.heade1_2_1{
    display: block;
}
.heade1_2_2{
    display: none;
}
.heade1_2 select{
	border: none;
	outline: none;
	width:85px;
	height: 100%;
	padding-left: 35px;
	padding-right: 15px;
	font-size: 16px;
	color: white;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: inherit;
	background-image: url(../img/select_1.png);
	background-size: 10px auto;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.heade2{
	width: calc(100% - 400px);
	float: left;
	height: 100%;
	text-align: center;
}
.heade2 li{
	margin-right: 40px;
	display: inline-block;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	height: 105px;
	display: block;
	line-height: 105px;
	font-size: 16px;
	color: white;
}
.heade2_1:hover{
    color: #D70C1F !important;
}
header.on{
	border-bottom: 1px solid #EDEDED;
	background: white;
	position: relative;
		left: inherit;
		top: inherit;
}
header.on .heade2_1{
	color: #333333;
}
header.on .heade1_2 select{
	color: #333333;
	background-image: url(../img/select_2.png);
}
header.on .heade1_2_1{
    display: none;
}
header.on .heade1_2_2{
    display: block;
}
header.on .heade1_1_1{
	display: none;
}
header.on .heade1_1_4{
	display: block;
}
header.on2{
    	border-bottom: 1px solid #EDEDED;
	background: white;
}
header.on2 .logo1{
    display: none;
}
header.on2 .logo2{
    display: block;
}
header.on2 .heade2_1{
	color: #333333;
}
header.on2 .heade1_2 select{
	color: #333333;
	background-image: url(../img/select_2.png);
}
header.on2 .heade1_2_1{
    display: none;
}
header.on2 .heade1_2_2{
    display: block;
}
header.on2 .heade1_1_1{
	display: none;
}
header.on2 .heade1_1_4{
	display: block;
}
.heade2 li:hover .heade_ejdhs{
    clip-path: inset(0% 0% 0% 0%);
}
.heade_ejdhs{
    width: 100%;
    height: calc(100% - 105px); 
    display: none;
    background: white;
    transition: all 1s ease;
        clip-path: inset(0% 0% 100% 0%);
    position: fixed;
    left: 0;
    top: 105px;
    z-index: 10;
}
.heade_ejdhs .container{
    height: 100%;
}
.heade_ejdh{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    display: flex;
        align-items: flex-start;
}
.heade_ejdhle{
        width: 255px;
        max-height: 100%;
        overflow: hidden;
        overflow-y: auto;
        margin-right: 85px;
}
.heade_ejdhle1{
    width: 100%;
    height: 60px;
    padding: 0 25px;
    display: block;
    margin-bottom: 10px;
}
.heade_ejdhle1:last-child{
    margin-bottom: 0;
}
.heade_ejdhle1_1{
    width: 40px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.heade_ejdhle1_1 img{
    width: 100%;
}
.heade_ejdhle1_1_1{
    display: block;
}
.heade_ejdhle1_1_2{
    display: none;
}
.heade_ejdhle1_2{
    width: calc(100% - 70px);
    line-height: 60px;
        font-size: 15px;
    font-weight: 400;
    color: #B0B0B0;
     overflow: hidden; /* 隐藏溢出的内容 */
    white-space: nowrap; /* 文本不换行 */
    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
       display: inline-block;
    vertical-align: middle;
}
.heade_ejdhle1.on{
        background: rgba(245, 245, 245, 0.7);
}
.heade_ejdhle1.on .heade_ejdhle1_1_1{
    display: none;
}
.heade_ejdhle1.on .heade_ejdhle1_1_2{
    display: block;
}
.heade_ejdhle1.on .heade_ejdhle1_2{
        color: #202020;
}
.heade_ejdhcen{
    width: calc(100% - 255px - 85px - 60px - 20px);
    max-height: 100%;
        overflow: hidden;
        overflow-y: auto;
        margin-right: 60px;
}
.heade_ejdhcena{
    width: 100%;
    height: 100%;
    display: none;
}
.heade_ejdhcena.on{
    display: block;
}
.heade_ejdhcenb{
    width: 100%;
     display: inline-block;
}
.heade_ejdhcen1{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    display: block;
}
.heade_ejdhcen1:nth-child(4n){
    margin-right: 0;
}
.heade_ejdhcen1:hover .heade_ejdhcen2 img{
    transform: scale(1.1);
}
.heade_ejdhcen1:hover .heade_ejdhcen3{
    color: #D70C1F;
}
.heade_ejdhcen2{
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heade_ejdhcen2 img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: all 0.5s ease;
}
.heade_ejdhcen3{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    text-align: center;
     overflow: hidden; /* 隐藏溢出的内容 */
    white-space: nowrap; /* 文本不换行 */
    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}
.heade_ejdhri{
    width: 20px;
}