*{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #333333;
}
@font-face {
    font-family: HarmonyOS_Sans_Light;
	/* src:url(../../font/HarmonyOS_Sans_SC_Light.ttf) */
	src:url(../../font/HarmonyOSHans-Light.woff2) format("woff2")
	/* src:url(https://super.szh5.cn/fonts/HarmonyOSHans-Light.woff2) format("woff2") */
}

@font-face {
    font-family: HarmonyOS_Sans_Medium;
	/* src: url(../../font/HarmonyOS_Sans_SC_Light.ttf) */
	src:url(../../font/HarmonyOSHans-Light.woff2) format("woff2")
	/* src:url(https://super.szh5.cn/fonts/HarmonyOSHans-Light.c4292272.woff2) format("woff2") */
}

body {
	font-size: 16px;
    font-family: HarmonyOS_Sans_Light, Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}
* {
    font-family: HarmonyOS_Sans_Light, Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}

html,body{
	width: 100%;
	height: 100%;
}
  /* chrome */
 input:-webkit-autofill {
	  -webkit-box-shadow: 0 0 0px 100px white inset;
	  box-shadow: 0 0 0px 100px white inset;
  }
  /* firefox */
  input {
	  filter: none !important;
  }
.w1200{
	width: 1200px;
	margin: auto;
}
header{
	width: 100%;
	height: 250px;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
}
header .head-img{
	display: inline-block;
	width: 100%;
	height: 82px;
}
header .head-img img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
header .head-info{
	width: 100%;
	height: 34px;
	background-color: #333333;
}
header .head-info .head-message{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px !important;
	font-weight: bold !important;
}
header .head-info .head-message .icon_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .head-info .head-message .icon_list .icon_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	margin-right: 20px;
	font-size: 12px;
}
header .head-info .head-message .icon_list .icon_item img{
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
header .head-info .head-message .icon_list .icon_item span{
	letter-spacing: 1px;
}
header .head-info .head-message .handle_box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #E6E6E6;
}
header .head-info .head-message .handle_box .handle_item{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 20px;
}
header .head-info .head-message .handle_box .handle_item img{
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
header .head-info .head-message .handle_box .handle_item a{
	font-size: 13px;
	font-weight: bold;
	color: #E6E6E6;
}
header .head-info .head-message .handle_box{
	font-size: 14px;
	color: #E6E6E6;
}
header .head-search{
	width: 100%;
	background-color: #ffffff;
	margin-top: 20px;
}
header .head-search .head-search-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .head-search .head-search-box .back_index{
	width: 190px;
	height: 45px;
}
header .head-search .head-search-box .back_index img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
header .head-search .search-box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 !important;
}
header .head-search .search-box .search{
	width: 568px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 40px 40px 40px 40px;
	opacity: 1;
	border: 1px solid #1E50AE;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding:0 21px;
}
header .head-search .search-box .search img{
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin-right: 6px;
}
header .head-search .search-box .search input{
	flex-grow: 1;
	outline: none;
	border: none;
	font-size: 16px;
	height: 18px !important;
	line-height: normal;
	font: inherit;
}
header .head-search .search-box .search input::placeholder{
	font-size: 16px !important;
}
header .head-search .search-box .go_box{
	width: 120px;
	height: 45px;
	background: #1E50AE;
	border-radius: 40px 40px 40px 40px;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 20px;
}
header .head-search .search-box .go_box .go{
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
header .head-search .search-box .go_box .back{
	width: 80px;
	height: 24px;
	position: absolute;
	top: -10px;
	right: 0;
	background: linear-gradient( 90deg, #FFE5B1 0%, #E1B254 100%);
	border-radius: 40px 40px 40px 0px;
	font-weight: 400;
	font-size: 12px;
	color: #775016;
	text-align: center;
	line-height: 24px;
}
header .head-search .search-box .go_login{
	width: 140px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 40px 40px 40px 40px;
	opacity: 1;
	border: 1px solid #dedede;
	text-align: center;
	line-height: 45px;
	margin-left: 20px;
}
header .head-nav-box{
	margin-top: 33px;
}
header .nav-list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .nav-list .nav-item{
	font-size: 16px !important;
	color: #333333;
	padding-bottom: 6px;
	border-bottom: 4px solid transparent;
	margin-right: 52px;
	font-weight: bold;
	font-family: HarmonyOS_Sans_Medium !important;
}
header .nav-list .nav-item:last-child{
	margin-right: 0;
}
header .c-nav-item{
	color: #1E50AE !important;
	border-color: #1E50AE !important;
}

.head-classfy-box{
	width: 100%;
	background-color: #ffffff;
	min-height: 100px;
	position: absolute;
	top: 100%;
	transform: translateY(0%);
	left: 0;
	display: none;
}
.classfy-box{
	box-sizing: border-box;
	padding:30px 35px 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.current-class-1,.current-class-2{
	display: none;
}
.classfy-item{
	width: 130px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 58px;
	margin-bottom: 20px;
}
/* .classfy-item:nth-child(6n){
	margin-right: 0;
} */
/* .classfy-item:nth-child(6+n){
	margin-top: 40px;
} */
.classfy-item .classfy-title{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #333333;
	padding-bottom: 12px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 12px;
}
.classfy-item .classfy-title img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.classfy-item .classfy-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.classfy-item .classfy-content a{
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}
.classfy-item .classfy-content a:last-child{
	margin-bottom: 0;
}
.nav-item:hover{
	color: #1E50AE !important;
}
.page_b_w{
	width: 100%;
}


footer{
	width: 100%;
	height: 380px;
	background-color: #232840;
}
footer .foot-box{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 54px;
	margin-bottom: 78px;
}
footer .foot-box .foot_left{
	width: 260px;
	min-width: 260px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 96px;
}
footer .foot-box .foot_left .f-l-item{
	width: 260px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 18px;
}
footer .foot-box .foot_left .f-l-item img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
footer .foot-box .foot_left .f-l-item span{
	font-size: 16px;
	color: #E6E6E6;
}
footer .foot-box .foot_right{
	display: flex;
	justify-content: space-between;
}
footer .foot-box .foot_right .foot_right_one{
	width: 500px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .foot-box .foot_right .foot_right_one a {
	font-size: 16px;
	color: #FFFFFF;
	height: 22px;
	margin-bottom: 20px;
	/* margin-right: 70px; */
}
footer .foot-box .foot_right .foot_right_one a:nth-child(4n){
	margin-right: 0;
}
.foot_right_one .list_a{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}
footer .foot_right_ewm{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 110px;
}
footer .foot_right_ewm img{
	width: 140px;
	height: 140px;
}
footer .foot_right_ewm span{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}
footer .foot-bottom-box{
	width: 100%;
	border-top: 1px solid #ffffff24;
	padding: 20px 0 0;
}
footer .foot-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}
footer .foot-bottom-box-left a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}
.fixed{
	width: 100%;
	z-index: 1999;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #FFFFFF;
	margin-top: 0 !important;
	padding-top: 30px;
	box-shadow: 0px 3px 6px 1px rgba(30,80,174,0.16);
}
.fixedClass{
	position: fixed !important;
	top: 65.45px !important;
	left: 0 !important;
	transform: translateY(-4px);
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 7;
	display: none;
}
.swiper-pagination{
	z-index: 8 !important;
}