/* 清除默认样式 */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	letter-spacing: 0;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333333;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.zjwz-nav {
	width: 100%;
	/*height: .375rem;*/
	background-color: #f5f3ed;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}

.zjwz-nav-item {
	height: .375rem;
	line-height: .375rem;
	margin-right: .438rem;
	position: relative;
}

.zni-title {
	/* height: .3646rem; */
	font-size: 14px;
}

.zni-line {
	position: absolute;
	width: 0;
	height: .0104rem;
	background-color: #9d1724;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.zjwz-nav-item:hover {
	color: #9d1724;
}

.zjwz-nav-item:hover .zni-line {
	width: .2917rem;
}

.zni-active .zni-line {
	width: .2917rem;
}

.zjwz-nav-item:last-child {
	margin-right: 0;
}

.zni-active {
	color: #9d1724;
}

.zjwz-pd {
	padding: .25rem .151rem .891rem .094rem;
	background-color: #fcfcfc;
}

.po-nav {
	position: relative;
}

.cnv {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: .474rem;
}

.cnv-item {
	/* width: .5729rem; */
	/* height: .2292rem; */
	background-color: #ffffff;
	border: solid .0052rem #aaaaaa;
	font-size: 16px;
	color: #666666;
	text-align: center;
	/* line-height: .2292rem; */
	padding: 5px 15px;
	margin-right: .052rem;
}

.cnv-item:last-child {
	margin-right: 0;
}

.cnv-active {
	background-color: #9d1724;
	border: solid .0052rem #9d1724;
	color: #fff;
}

.cnv-item:hover {
	background-color: #9d1724;
	border: solid .0052rem #9d1724;
	color: #fff;
}

.pt-48 {
	padding-top: .25rem;
}

.bg-fff {
	background-color: #fff;
	padding-bottom: 0;
}

/* 分页 */
.laypagebox {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: .2344rem;
}

/*h5导航栏*/
.menulist {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 60px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.7);
	border-top: 1px solid #EBEEF5;
	display: none;
	flex-direction: column;
}

.maskshadow {
	width: 100%;
	height: 10%;
}

.menulist>ul {
	height: 90%;
	overflow-y: scroll;
	background-color: #fff;
}

.menuborder {
	border-bottom: 1px solid #EBEEF5;
}

.menuyiji {
	position: relative;
	background-color: #fff;
}

.menu_l {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	font-size: 13px;
	background-color: #fff;
}

.menu_l a {
	flex: 1;
	color: #333333;
	cursor: pointer;
}

.menu_ul {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.navicon {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.menu_ul .menu_ul_l {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.menu_ul_l a {
	flex: 1;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.menudisplaynone {
	display: none;
}


.index_swiper .swiper-slide a {
	position: relative;
}

.index_swiper .swiper-slide .index_swiper_mask {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
}

.index_swiper .swiper-slide .index_swiper_mask1 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index_swiper .swiper-slide .index_swiper_mask2 {
	left: 20.3125vw;
	top: 25%;
	transform: translateY(-50%);
}

.index_swiper .swiper-slide .index_swiper_mask3 {
	right: 10%;
	top: 35%;
	transform: translateY(-50%);
}

.index_swiper .swiper-slide .index_swiper_mask4 {
	left: 50%;
	top: 50%;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_title {
	font-size: 80px;
	color: #ffffff;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_eng {
	font-size: 25px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 20px;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_chi {
	font-size: 25px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 20px;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_to {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_to a {
	font-size: 14px;
	color: #f15454;
	border: 1px solid #f15454;
	background-color: transparent;
	padding: 20px 28px;
	margin-left: 10px;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_to a:hover {
	background-color: #e04e4e !important;
	color: #fff;
}

.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_to a:first-child {
	background-color: #f15454;
	color: #fff;
	margin-left: 0;
}

@media screen and (max-width:1024px) {
	.zjwz-nav {
		height: auto;
	}

	.zjwz-nav-item {
		height: 30px;
		line-height: normal;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.zni-title {
		font-size: 12px;
		line-height: 1;
	}

	.zni-active .zni-line {
		width: 70%;
	}

	.zni-line {
		height: 1px;
		bottom: 0;
	}

	.cnv-item {
		width: auto;
		height: auto;
		font-size: 14px;
		margin-right: 10px;
		padding: 5px;
	}

	.index_swiper .swiper-slide .index_swiper_mask1 {
		left: 40%;
		transform: translate(-50%, -40%);
	}

	.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_title {
		font-size: 24px;
	}

	.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_chi {
		font-size: 13px;
		margin-top: 5px;
	}

	.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_eng {
		font-size: 13px;
		margin-top: 5px;
	}

	.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_to {
		margin-top: 5px;
	}

	.index_swiper .swiper-slide .index_swiper_mask .index_swiper_mask_to a {
		font-size: 10px;
		padding: 10px 14px;
	}
}