* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.fullimg img {
	width: 100%;
	height: auto;
}


.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top>img {
	width: 377px;
	height: 90px;
}

.top .right {
	display: flex;
	align-items: flex-end;
}

.top .search {
	display: flex;
	align-items: center;
	margin-right: 35px;
	margin-bottom: 40px;
}

.top .search input {
	width: 183px;
	height: 35px;
	border: 1px solid #EB4F26;
	margin-right: 5px;
	padding-left: 12px;
	outline: 0;
}

.top .search button {
	width: 37.7px;
	height: 35px;
	background-color: #EB4F26;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.top .search button img {
	width: 19.4px;
}

.top .qrCode {
	display: flex;
}

.top .qrCode li {
	display: flex;
	flex-direction: column;
	margin-right: 34px;
	align-items: center;
}

.top .qrCode li span {
	color: #2A2A2A;
	font-size: 14px;
	margin-bottom: 8px;
}

.top .qrCode li img {
	width: 270px;
}

.nav {
	background-color: #F94500;
	display: flex;
	justify-content: center;
}

.nav>div {
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}

.nav>div>span {
    display: block;
    width: 120%;
    height: 50px;
    padding: 0 30px;
    text-align: center;
}
.nav > div > span > a {
    color: #fff;
}
.nav>div:hover {
	background-color: #ea3a00;
}

.nav>div>ul {
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #F94500;
	z-index: 2;
	width: 100%;
}

.nav>div>ul li {
	color: #fff;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.nav2-box {
	background-color: #F94500;
	display: none;
}

.nav2 {
	width: 90%;
}

.nav2 .swiper-slide {
	color: #fff;
	/* height: 0.5rem; */
	/* line-height: 0.5rem; */
	font-size: 18px;
	cursor: pointer;
	position: relative;
}

.nav2 div>span {
	display: block;
	width: 100%;
	/* height: 0.5rem; */
	padding: 0.3rem 0.3rem;
}

.nav2 .span-active {
	background-color: #ea3a00;
}

/* .nav2 div>ul{
	position: absolute;
	top: 1.5rem;
	left: 0;
	background-color: #F94500;
	z-index: 2;
	width: 100%;
}
.nav2 div>ul li{
	color: #fff;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 0.14rem;
}
 */
#navLevel2 {
	position: absolute;
	background-color: #F94500;
	z-index: 2;
}

#navLevel2 li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	height: 100px;
	line-height: 100px;
	font-size: 14px;
}

#navLevel2 li a {
	color: #fff;
}

.slide1 {
	width: 100%;
	height: auto;
	margin: 0;
}

.slide1 .swiper-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
}

.slide1 .swiper-slide {
	width: 100%;
	height: auto;
	margin: 0;
}

.slide1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.slide1 .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0;
	margin: 0 15px;
	opacity: .3;
}

.slide1 .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.footer .menu {
	background-color: #F94500;
	height: 52px;
	min-width: 1200px;
}
.footer .menu-content {
	display: flex;
	justify-content: space-between;
}

.footer .item {
	width: 25%;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.footer .menu .item:hover {
	background-color: #ea3a00;
}

.menu-content .item ul {
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #F94500;
	z-index: 2;
	width: 100%;
}

.menu-content .item ul li {
	color: #fff;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.footer .item span {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
}

.footer .info {
	display: flex;
	justify-content: space-between;
	padding: 54px 0 146px;
}

.footer .info>img {
	width: 317px;
	height: 112px;
}

.footer .info .otherInfo {
	display: flex;
}

.footer .info .rightBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .info .leftBox {
	margin-right: 100px;
}

.footer .info .leftBox .title {
	font-size: 20px;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

.footer .info .leftBox ul {
	height: 77px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
}

.footer .info .rightBox>img {
	width: 200px;
}

.footer .info .rightBox>span {
	margin-top: 6px;
	font-size: 14px;
}
/*
@media screen and (max-device-width: 720px) {
	.wrap {
		width: 92%;
	}

	.header .qrCode {
		display: none;
	}

	.footer .info>img {
		display: none;
	}

	.footer .otherInfo .rightBox>span {
		display: none;
	}

	.footer .info .otherInfo {
		width: 94%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.footer .otherInfo .rightBox>img {
		width: 3.15rem;
	}

	.top>img {
		width: 45%;
		height: auto;
	}

	.top .right {
		width: 45%;
	}

	.top .search {
		width: 100%;
	}

	.top .search input {
		width: 80%;
		height: 3vh;
	}

	.top .search button {
		width: 18%;
		height: 3vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top .search button img {
		width: 50%;
	}

	.footer .menu {
		height: 1.5rem;
	}

	.footer .menu-content {
		height: 100%;
		align-items: center;
		width: 90%;
	}

	.footer .item span {
		font-size: 0.6rem;
	}

	.footer .item {
		width: auto;
	}

	.nav {
		display: none;
	}

	.nav2-box {
		display: block;
	}

	.nav2 div>span {
		display: flex;
		justify-content: space-around;
		padding: 0.3rem 0;
	}

	.slide1 {
		z-index: 0;
	}
	.menu-content .item ul{top: -6.05rem;}
	.menu-content .item ul li{height: 1.4rem;line-height: 1.4rem;}
}
 */
