header {
	width: 100%;
	background: white;
	box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.25);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.header {
	width: 100%;
	height: 86px;
	display: inline-block;
}

.logo {
	height: 36px;
	display: block;
	margin-top: 25px;
	float: left;
	z-index: 1000;
}

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

.heade1 {
	height: 20px;
	display: block;
	/* margin-top: 33px; */
	float: left;
}
.heade1_1{
    height: 100%;
    display: block;
}
.heade1_2{
    height: 100%;
    display: none;
}
.heade1:hover .heade1_1{
    display: none;
}
.heade1:hover .heade1_2{
    display: block;
}
.heade2 {
	width: calc(100% - 320px);
	height: 100%;
	float: left;
	text-align: center;
}

.heade2 li {
	margin-right: 40px;
	display: inline-block;
	position: relative;
}

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

.heade2_1 {
	color: #242933;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 86px;
	display: block;
	font-family: 'Inter';
}

.heade2_1:hover {
	color: #FF7A3D;
}

.heade3 {
	width: 260px;
	background: #F8F8F8;
	border-radius: 5px;
	text-align: left;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 1001;
}

.heade3_1 {
	width: 100%;
	padding: 10px;
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heade3_1:hover {
	color: #FF7A3D;
}

.proheader {
	border-radius: 0;
	text-align: left;
	position: fixed;
	top: 86px;
}

.heade4 {
	width: 100%;
}

.heade5 {
	width: 100%;
	display: inline-block;
	padding: 15px 0;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.heade5_1 {
	width: 20%;
	margin: 20px 0;
	float: left;
}

.heade5_1:nth-child(5n) .heade5_3 {
	border-right: 0;
}

.heade5_2 {
	width: 100%;
	color: #050505;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 500;
	padding: 0 45px;
}

.heade5_3 {
	border-right: 1px solid #D0D0D0;
	width: 100%;
	margin-top: 10px;
	display: block;
	padding: 0 45px;
}

.heade5_3_1 {
	width: 100%;
	height: 165px;
	position: relative;
}

.heade5_3_1 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.heade5_3_2 {
	width: 100%;
	margin-top: 10px;
	color: #666;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heade5_3_3 {
	width: 100%;
	margin-top: 10px;
	color: #090909;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heade6 {
	border-top: 1px solid #D0D0D0;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 35px;
	display: inline-block;
}

.heade6_1 {
	width: 208px;
	height: 49px;
	display: block;
	float: right;
	margin-right: 15px;
	text-align: center;
	line-height: 49px;
	color: #090909;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 600;
    background: white;
}

.heade6_1:first-child {
	margin-right: 0;
}

.heade6_1 img {
	width: 100%;
	display: block;
}
.heade6_1:hover{
    background: #FF7A3D;
    color: white;
}
.heade5_3:hover .heade5_3_3 {
	color: #FF7A3D;
}

.heade7 {
	float: left;
	display: inline-block;
	margin-top: 33px;
}

.heade7_1 {
	height: 20px;
	display: block;
	float: left;
	margin-left: 30px;
	position: relative;
}

.heade7_1 img {
	height: 100%;
}
.heade7_1_1{
    display: block;
}
.heade7_1_2{
    display: none;
}
.heade7_1:hover .heade7_1_1{
    display: none;
}
.heade7_1:hover .heade7_1_2{
    display: block;
}
.heade7_1 div {
	width: 16px;
	height: 16px;
	background: #fe7b3d;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
	color: white;
	position: absolute;
	right: -10px;
	top: 0;
}

.heade7_2 {
	float: left;
	margin-left: 30px;
	position: relative;
}

.heade7_3 {
	height: 20px;
	display: block;
}

.heade7_3 img {
	height: 100%;
}
.heade7_3_1{
    	display: block;
}
.heade7_3_2{
    	display: none;
}
.heade7_3:hover .heade7_3_1{
    display: none;
}
.heade7_3:hover .heade7_3_2{
    display: block;
}
.heade7_4 {
	width: 140px;
	padding: 20px 5px;
	background-color: #f1f1f1;
	color: #000;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 10px);
	z-index: 10;
}

.heade7_4_1 {
	width: 100%;
	padding: 5px 15px;
	display: block;
	color: #1f2021;
	font-size: 14px;
}

.heade7_4_1:hover {
	color: #FF7A3D;
}

.hea-seachs {
	width: 100%;
	display: none;
	background: white;
	border-radius: 0 0 24px 24px;
	-webkit-transition: height .5s ease, opacity .5s ease;
	-o-transition: height .5s ease, opacity .5s ease;
	-moz-transition: height .5s ease, opacity .5s ease;
	transition: height .5s ease, opacity .5s ease position: absolute;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

.hea-seachf {
	width: 100%;
	position: relative;
}

.hea-colse {
	width: 20px;
	position: absolute;
	right: 6%;
	top: 40px;
}

.hea-seach {
	width: 600px;
	margin: auto;
	margin-bottom: 40px;
}

.hea-seach1 {
	border-bottom: 1px solid #f0f2f5;
	width: 100%;
	padding: 15px 0;
	margin-top: 10px;
	display: inline-block;
}

.hea-seach1 input {
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 40px;
	font-size: 14px;
	color: #242933;
	float: left;
}

.hea-seach1 button {
	border: none;
	outline: none;
	width: 40px;
	height: 40px;
	float: left;
	background-color: inherit;
	background-image: url(../img/Icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.hea-seach2 {
	width: 100%;
	margin-top: 25px;
}

.hea-seach2_1 {
	width: 100%;
	font-size: 12px;
	color: #8a8f99;
	line-height: 32px;
}

.hea-seach2_2 {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #242933;
	font-weight: 400;
	line-height: 34px;
}

.hea-seach2_2:hover {
	color: #415fff
}