html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.wrap {
	width: 100%;
}

.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.x_top {
	height: 125px;
	margin: 0 auto;
}

.x_zjwlogo {
	width: 260px;
	margin: 33px 50px 0 30px;
	float: left;
}

.x_searchbox {
	width: 330px;
	float: left;
	margin: 53px 0 0 0;
	overflow: hidden;
}

.x_search_inp {
	width: 272px;
	float: left;
	margin-right: 10px;
}

.x_search_inp input {
	width: 268px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #a3a3a3;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.submit {
	border: none;
	background: none;
}

.pointer img {
	cursor: pointer;
}


.banner {
	width: 100%;
	height: 649px;
	background: url(../images/mhxlbanner.jpg) no-repeat top center;
}

.main2 {
	margin-top: -32px;
}

.nav {
	width: 100%;
	height: 56px;
	background: url(../images/mhxl_nav_202508041005.png) no-repeat;
	background-size: auto 100%;
}

.nav li {
	float: left;
	line-height: 56px;
}

.nav li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 19px;
	padding: 0 30px;
}

.nav li:hover,
.nav li.active {
	background: #014d82;
}

.part1 {
	width: 100%;
	height: 440px;
	margin-top: 84px;
}

.part1 .swiper_left {
	float: left;
	width: 725px;
	height: 440px;
	overflow: hidden;
	position: relative;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper a {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper a img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper p {
	width: 100%;
	height: 40px;
	color: #fff;
	bottom: 0;
	margin: 0;
	padding-left: 10px;
	position: absolute;
	font-size: 14px;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
}

.swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #168cdb;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	left: 320px;
}

.part1 .list_right {
	float: right;
	width: 458px;
	height: 440px;
	padding-top: 112px;
	padding-left: 45px;
	box-sizing: border-box;
	background: url(../images/mhxl_listRight_202508041005.png) no-repeat;
	background-size: 100%;
}

.part1 .list_right li {
	width: 100%;
	line-height: 30px;
	list-style: disc;
}

.part1 .list_right li::marker {
	color: #fff;
}

.part1 .list_right li:nth-child(3n) {
	margin-bottom: 12px;
}

.part1 .list_right a {
	color: #fff;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part2 {}

.part2 .list {
	float: left;
	width: 580px;
	margin-top: 65px;
	margin-right: 39px;
}

.part2 .list:nth-child(2),
.part2 .list:nth-child(4) {
	margin-right: 0;
}

.part2 .list .title {
	height: ;
}

.part2 .list .title a {
	display: block;
	color: #c30d22;
	font-size: 24px;
}

.part2 .list:nth-child(1) .title a {
	background: url(../images/mhxl_title1_202508041005.png) no-repeat 90% center;
}

.part2 .list:nth-child(2) .title a {
	background: url(../images/mhxl_title2_202508041005.png) no-repeat 90% center;
}

.part2 .list:nth-child(3) .title a {
	background: url(../images/mhxl_title3_202508041005.png) no-repeat 90% center;
}

.part2 .list:nth-child(4) .title a {
	background: url(../images/mhxl_title4_202508041005.png) no-repeat 90% center;
}

.part2 .list ul {
	width: 100%;
	height: 310px;
	margin-top: 16px;
	position: relative;
	overflow: hidden;
	padding-top: 26px;
	padding-left: 62px;
	background: #f8f8f8;
	box-sizing: border-box;
}

.part2 .list ul::before,
.part2 .list ul::after {
	content: '';
	display: block;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 35px solid #c30e22;

	position: absolute;
}

.part2 .list ul::before {
	transform: rotate(224deg);
	top: -38px;
	left: -9px;
}

.part2 .list ul::after {
	transform: rotate(-184deg);
	bottom: -38px;
	right: -3px;
}

.part2 .list ul li {
	list-style: disc;
	line-height: 37px;
}

.part2 .list ul li::marker {
	color: #a31424;
}

.part2 .list ul li a {
	color: #0f0f0f;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part2 .list ul li:hover a {
	color: #a31424;
}







.x_link {
	width: 100%;
	height: 108px;
	overflow: hidden;
	margin-top: 200px;
	padding-top: 27px;
	box-sizing: border-box;
	background: #f1f1f1;
}

.x_link_con {
	width: 1060px;
	overflow: hidden;
	margin: 0 auto;
}

.x_link_con dt {
	width: 80px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #002e73;
	padding-top: 14px;
	background: url(../images/mhxlx_sanjiao_202508051106.jpg) no-repeat right 21px;
}

.x_link_con dd {
	float: left;
	overflow: hidden;
	width: 937px;
}

.x_link_con dd a {
	width: 155px;
	float: left;
	display: block;
	font-size: 15px;
	color: #222;
	line-height: 28px;
}


.x_about {
	width: 100%;
	height: 35px;
	background-color: #014073;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.x_about a {
	font-size: 15px;
	color: #fff;
	margin: 0 20px;
}

.x_bq {
	background: #004679;
	width: 100%;
	padding: 20px 0;
}

.x_bqbox {
	width: 685px;
	margin: 0 auto;
	overflow: hidden;
}

.x_bqbox dt {
	width: 90px;
	float: left;
	padding-top: 20px;
}

.x_bqbox dd {
	width: 590px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin: 0;
}

.x_bqbox dd a {
	color: #fff;
}

.x_bqbox dd a:hover {
	color: #ff9724;
}