        #header {
        	background: none !important;
        }

        #menu-box ul li a {

        	color: #444444 !important;
        }

        #menu-box .active a {
        	color: #FFFFFF !important;
        }

        .menu-slide {
        	background: #FFFFFF !important;
        }

        .nav-box {
        	width: 1920px;
        	height: 280px;
        }

        #menu {
        	height: 60px;
        	background: #0083FF !important;
        }

        #menu-box {
        	margin: auto;
        	height: 100%;
        	position: relative;
        	/* width: 1260px !important; */
        	padding: 0 !important;
        }

        #menu-box .menus-item {
        	flex: 1;
        	padding: 0 26px;
        	height: 60px;
        	font-size: 28px;
        	line-height: 60px;
        	text-align: center;
        	cursor: pointer;
        	position: relative;
        	z-index: 9999;
        	color: #FFFFFF;
        }

        #menu-box .menus-item:hover {
        	/* background: rgba(255, 255, 255, 0.15);
        	border-radius: 8px 8px 0 0; */
        	background: linear-gradient(180deg, #FF9D43 0%, #FF6E30 100%);
        }

        /* #menu-box .menus-item:hover img {
        	opacity: 0;
        } */

        .menus-item-flex {
        	display: flex;
        	align-items: center;
        	justify-content: center;
        }

        #menu-box .menus-item.first {
        	/* width: 68px; */
        	padding: 0;
        }

        #menu-box .menus-item a {
        	display: block;
        	/* width: 100%; */
        	/* height: 100%; */
        }

        #menu-box .active {
        	flex: 1;
        	position: relative;
        	/* width: 193px !important; */
        	height: 68px;
        	margin-top: -8px;
        	padding-top: 8px !important;
        	background-image: url('../../images/sz_new/new_index/menu_tab_ac.png');
        	background-size: 100% 100% !important;
        }

        #menu-box .active:hover {
        	flex: 1;
        	position: relative;
        	/* width: 193px !important; */
        	height: 68px;
        	margin-top: -8px;
        	padding-top: 8px !important;
        	background-image: url('../../images/sz_new/new_index/menu_tab_ac.png');
        	background-size: 100% 100% !important;
        }

        #menu-box .active:hover img {
        	opacity: 1 !important;
        }

        .menu_icon {
        	width: 24px;
        	height: 24px;
        	margin-right: 4px;
        }

        /* .active_bottom {
        	position: absolute;
        	left: 50%;
        	bottom: 5px;
        	transform: translateX(-50%);
        	width: 30px;
        	height: 5px;
        } */


        #menu-box .active .title {
        	line-height: 48px;
        	color: #FFFFFF;
        }

        #menu-box .active a:hover {
        	/* line-height: 48px; */
        	color: #FFFFFF !important;
        }

        #menu-box .active .title {
        	font-weight: bold;
        }

        #menu-box .menus-item.slide {
        	color: #FFFFFF;
        }

        .menu-slide {
        	position: absolute;
        	background: #FFFFFF;
        	width: 68px;
        	height: 6px;
        	left: 0px;
        	bottom: 0;
        	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1.05);
        	z-index: 0;
        	border-radius: 3px 3px 3px 3px;
        }

        #menu-box .slide:after {
        	width: 0;
        }

        #menu-box .slide+.menus-item:after {
        	width: 0;
        }

        #menu-box ul li a {
        	font-family: Source Han Sans CN;
        	font-stretch: normal;
        	letter-spacing: 0px;
        	font-weight: 400;
        	font-size: 22px;
        	color: #FFFFFF !important;
        }

        #menu-box ul li a:hover {
        	font-family: Source Han Sans CN;
        	font-stretch: normal;
        	letter-spacing: 0px;
        	font-weight: bold;
        	font-size: 22px;
        	color: #FFFFFF !important;
        }

        #menu-box .menu-box-ul {
        	display: flex;
        	justify-content: space-between;
        	width: 100%;
        }

        #menu-box .menus-item ul {
        	display: none;
        	position: absolute;
        	background-color: #fff;
        	box-shadow: 0px 0px 6px #9e9e9e;
        	left: 0;
        	width: 100%;
        }

        #menu-box .menus-item ul li {
        	border-bottom: 1px solid #f4f4f3;
        	height: 48px !important;
        	line-height: 48px !important;
        }

        #menu-box .menus-item ul li:hover a {
        	color: #F18B00;
        }

        #menu-box .menus-item .choosed a {
        	color: #F18B00;
        }

        #menu-box .menus-item ul li a {
        	text-align: left;
        	padding-left: 20px;
        	font-family: PingFang SC, PingFang SC;
        	font-weight: 400;
        	font-size: 20px;
        	color: #333333 !important;
        }

        #menu-box .menus-item ul li:hover a {
        	background: #D6EBFF !important;
        	color: #0083FF !important;
        	font-weight: bold !important;
        }

        #menu-box .menu-box-sub-ul {
        	/* min-width: 200px; */
        	/* margin-top: calc(100%); */
        	border-radius: 0 0 8px 8px;
        }

        #menu-box .active .menu-box-sub-ul {
        	margin-top: 12px;
        }