* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "å¾®è½¯é›…é»‘";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	max-width: 1920px;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}

img {
	transition: all 1s;
}

.index a:hover img {
	transform: scale(1.1);
}

p {
	margin: auto;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

img,
input {
	border: 0;
	outline: none;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.wap {
	display: none;
}

/* head */
.head {
	background-color: #890303;
	left: 0;
	right: 0;
	padding-top: 26px;
	padding-bottom: 28px;
}

.search {
	float: right;

}

.search a {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.logo {
	position: relative;
	float: left;
}

.logo img {
	display: block;
}

.nav {
	float: right;
}

.nav>ul {
	font-size: 0;
	text-align: center;
	float: right;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
	margin-left: 40px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: block;
	line-height: 66px;
}

.nav>ul>li>.first {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
	border-top: 1px solid #fff;
}

.nav>ul>li ul li:hover a {
	color: #890303;
}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;
}

.nav>ul>li ul li {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
}

.nav>ul>li ul li a {
	font-size: 14px;
	color: #000;
	padding: 10px 0;
}

.nav>ul>li ul li:hover {
	background: #890303;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}

/* banner */

.banner img {
	width: 100%;
}

.banner .slick-prev {
	background: url(../images/banner-prev.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	left: 20px;
}

.banner .slick-next {
	background: url(../images/banner-next.png) no-repeat center;
	width: 62px;
	height: 62px;
	z-index: 1;
	right: 20px;
}

.banner .slick-dots {
	bottom: 30px;
	text-align: center;
}

.banner .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;

}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* footer */
.footer {
	background: url(../images/footer-bg.png) no-repeat center;
	padding-top: 40px;
	background-size: cover;
}

.footer .px1400 {
	margin-bottom: 29px;
}

.fot-l {
	float: left;
	/*width: 22.42%;*/
}

.fot-l h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #ffffff;
	background: url(../images/f-l-bg.png) no-repeat left;
	padding-left: 20px;
}

.fot-l span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}

.fot-r {
	float: right;
	/* width: 20%; */
}

.fot-r .gz {
	margin-right: 30px;
}

.fot-r .test {
	float: left;
}

.fot-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.bq {
	background-color: #890303;
	padding: 5px 0;
}

.bq p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}
.bq p a{
	color:#fff;
	display: inline-block;
}


.head .search {text-align: center;cursor: pointer;float: right;padding:  0 20px;height: 20px;border-left: 1px solid #fff;margin-top: 25px;margin-left: 20px;}

.search-box {position: fixed;width: 100%;height: 100%;background: 0% 0% / cover rgb(143 20 20 / 80%);z-index: -99;opacity: 0;visibility: hidden;transition: all 0.5s ease 0s;top: 0;left: 0;}
.search-box.active {z-index: 999999999;opacity: 1;visibility: visible;}
.search-wrapper { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; }
.search-wrapper .input-holder { overflow: hidden; height: 70px; background: rgba(255, 255, 255, 0); border-radius: 6px; position: relative; width: 70px; transition: all 0.3s ease-in-out 0s; box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px 1px; }
.search-wrapper.active .input-holder { border-radius: 50px; width: 450px; background: rgba(0, 0, 0, 0.5); transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57) 0s; }
.search-wrapper .input-holder .search-input {width: 100%;height: 50px;padding: 0px 70px 0px 20px;opacity: 0;position: absolute;top: 0px;left: 0px;background: transparent;box-sizing: border-box;border: none;outline: none;font-family: "Open Sans", Arial, Verdana;font-size: 17px;font-weight: 400;line-height: 20px;color: rgb(255, 255, 255);transform: translate(0px, 60px);transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57) 0.3s;}
.search-wrapper.active .input-holder .search-input { opacity: 1; transform: translate(0px, 10px); }
.search-wrapper .input-holder .search-icon { width: 70px; height: 70px; border: none; border-radius: 6px; background: rgb(255, 255, 255); padding: 0px; outline: none; position: relative; z-index: 2; float: right; cursor: pointer; transition: all 0.3s ease-in-out 0s; }
.search-wrapper.active .input-holder .search-icon { width: 50px; height: 50px; margin: 10px; border-radius: 30px; }
.search-wrapper .input-holder .search-icon span { width: 22px; height: 22px; display: inline-block; vertical-align: middle; position: relative; transform: rotate(45deg); transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65) 0s; }
.search-wrapper.active .input-holder .search-icon span { transform: rotate(-45deg); }
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after { position: absolute; content: ""; }
.search-wrapper .input-holder .search-icon span::before {width: 4px;height: 11px;left: 9px;top: 18px;border-radius: 2px;background: rgb(142 20 17);}
.search-wrapper .input-holder .search-icon span::after {width: 14px;height: 14px;left: 0px;top: 0px;border-radius: 16px;border: 4px solid rgb(141 20 17);}
.search-wrapper .close { position: absolute; z-index: 1; top: 24px; right: 20px; width: 25px; height: 25px; cursor: pointer; transform: rotate(-180deg); transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11) 0.2s; }
.search-wrapper.active .close { right: -50px; transform: rotate(45deg); transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57) 0.5s; }
.search-wrapper .close::before, .search-wrapper .close::after { position: absolute; content: ""; background: rgb(255, 255, 255); border-radius: 2px; }
.search-wrapper .close::before { width: 5px; height: 25px; left: 10px; top: 0px; }
.search-wrapper .close::after { width: 25px; height: 5px; left: 0px; top: 10px; }
.search-wrapper .result-container { width: 100%; position: absolute; top: 80px; left: 0px; text-align: center; font-family: "Open Sans", Arial, Verdana; font-size: 14px; display: none; color: rgb(183, 183, 183); }
