*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}

/* header */
.header {
	overflow: hidden; 
	position: relative;    
	min-height: 100%;
	height: 245px;
}
.swiperbox {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}
.top-tool {
	color: #737373;
	font-size: 18px;
	margin-top: 15px;
}
.top-tool a {
	color: #737373;
}
.ipv6 {
	padding: 0 15px;
	margin-right: 20px;
	border-radius: 50px;
	border: 1px solid #737373;
}
/* logo */
.logo-box {
	margin-top: 40px;
}
.search-box{
	width: 370px;
	height: 38px;
	overflow: hidden;
	margin-top: 32px;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	position: relative;
}
.search-box input[type=text] {
	width: 320px;
	height: 36px;
	border: 0;
	outline: 0;
	text-indent: 26px;
	font-size: 16px;
	color: #9d9d9d;
}
.search-btn {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -15px;
}
.menu-box{
	padding: 32px 0;
	background-color: #dff3fe;
}
/* nav */
/* .nav-box {
	width: 162px;
}
.nav-box ul {
	width: 100%;
}
.nav-box ul li {
	width: 100%;
	height: 66px;
	color: #ffffff;
	font-size: 24px;
	line-height: 66px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #155c9e;
}
.nav-box ul li:last-child {
	margin: 0;
}
.nav-box ul li a.on{
	color: #155c9e;
	background-color: #fff;
}
.nav-box ul li a {
	color: #ffffff;
	display: block;
	font-size: 24px;
} */
/* 分区 */
.ZoneA {
	width: 1025px;
}
/* 分区-首页 */
.ys-box {
	width: 1025px;
}
.tpxw-box {
	width: 595px;
	height: 420px;
	position: relative;
}
/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
}
.swiper-pagination{
	float: right;
}
/* nav*/
.nav-box {
    background-color: #155c9e;
	height: 65px;
	position: relative;
}

.nav-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.nav-box ul li {
    height: 65px;
    width: 16.66%;
    line-height: 65px;
    text-align: center;
}
.nav-box ul li a {
	color: #ffffff;
	display: block;
	font-size: 24px;
}
.nav-box ul li:hover {
    background-color: #1f76c6;
}