@charset "utf-8";

@font-face {
	font-family: 'Ali-Regular';
	src: url('../fonts/Alibaba-PuHuiTi-Regular.otf');
}

/* @font-face {
	font-family: "Ali";
	src: url('../fonts/Alibaba-PuHuiTi-Regular.otf');
} */

body {
	margin: 0px;
	font-size: 16px;
	color: #333;
}




/*PC手机导航自适应 S*/


.header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	backdrop-filter: blur(10px);
	background: url(../images/banner.png);
	    background-position: center top;
	    background-size: cover;
	    background-attachment: fixed;
	    -webkit-filter: blur(8px);
	    -moz-filter: blur(8px);
	    -ms-filter: blur(8px);
	    -o-filter: blur(8px);
	    filter: blur(20px); */
		z-index: -1;
}


.headerColor::before{
	background: #b40025;
	background-attachment:initial;
    filter:none;
}
.header {
	position: fixed;
	top: 0;
	z-index: 28;
	width: 100%;
	padding: 0 2.5%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	    align-items: center;
	    justify-content: space-between;
}

.header .an {
	position: absolute;
	top: 23px;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
}

.header .an span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.navbar {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	border: none;
}

.navbar-header {
	margin-right: auto;
	max-width: 510px;

}

.navbar-header img {
	height: 63px;
}

.menu {
	color: #000;
	z-index: 1;
	float: right;
	display: flex;
	align-items: center;
	height: 100px;
	font-family: Aphr;
}

.menu .nav i {
	font-size: 14px;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 54px;
	right: 15px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.menu .nav ul li {
	line-height: 92px;
	text-align: center;
	float: left;
	position: relative;
	color: #fff;

	margin: 0 40px;
}

.menu .nav ul li:first-child {
	border: none;
}

.menu .line {
	width: 1px;
	height: 30px;
	background: #fff;
}

.menu .nav ul li a.o_lm {
	font-size: 20px;
	color: #fff;
	display: block;
	text-decoration: none;

}
.menu .nav ul li{
	position: relative;
}
.menu .nav ul li:before{
	height: 0;
	width: 0;
}

.menu .nav>ul>li:hover::after,
.menu .nav>ul>li.on::after {
	width: 100%;
	right: auto;
	left: 0;
}

.menu .nav>ul>li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #fff;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.menu .nav ul li.on a.o_lm {
	font-weight: bold;
}

.menu .nav .y_j {
	position: relative;
}

.menu .nav li .e_j {
	width: 100%;
	position: absolute;
	left: 0;
	height: 0;
	overflow: hidden;
	z-index: 9999;
	border-radius: 5px;
	line-height: 38px;
}
.menu .nav li:hover .e_j {
	height: auto;
	background: rgba(0, 0, 0, .3);
	transition: all .5s;
}

.menu .nav .e_j a {
	font-size: 16px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.menu .nav .e_j a:first-child {
	border: none;
}
.menu .nav .e_j a:hover {
	background: #fff;
	color: #222;
}
.mainresearch2{
	color: #fff;
}
.topBoxseat{
	width: 100%;
	height: 100px;
}



.headerny .menu .nav .e_j a {
	color: #222;
}
.headerny .menu .nav li:hover .e_j {
	height: auto;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	/* transition: all .5s; */
}
.headerny .menu .nav .e_j a:hover {
	background: #fff;
	color: #b40025;
}
.header.headerny::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* backdrop-filter: blur(10px); */
	background: #fff;
	    background-position: center top;
/* 	    background-size: cover;
	    background-attachment: fixed; */
/* 	    -webkit-filter: blur(8px);
	    -moz-filter: blur(8px);
	    -ms-filter: blur(8px);
	    -o-filter: blur(8px);
	    filter: blur(20px); */
		z-index: -1;
		border-bottom: #333;
}
.headerny .menu .nav ul li a.o_lm {
    color: #222;
}
.headerny .menu .nav ul li.on a.o_lm {
    font-weight: bold;
	color: #b40025;
}
.headerny .menu .nav>ul>li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #b40025;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.headerny .menu .nav>ul>li:hover::after, .headerny .menu .nav>ul>li.on::after {
    width: 100%;
    right: auto;
    left: 0;
}
.headerny .mainresearch2 {
    color: #222;
}
.mainresearch input {
    background: none;
    border: 0;
    color: #999;
}

/*PC手机导航自适应 E */



/* @-webkit-keyframes headerFix {
	from {
		-webkit-transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
	}
}

@keyframes headerFix {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
} */


/* 搜索 S */

