body {
    /*filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); */
}


.top-banner img {
	margin: 30px auto;
}

.swiper {
	/* width: 600px;
    height: 300px; */
}

.floor_1 {
	overflow: hidden;
}

.img-box {
	width: 590px;
	height: 368px;
	float: left;
	position: relative;
}

.img-box img {
	display: block;
	width: 590px;
	height: 368px;
}

.banner-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, .5);
}

.swiper-pagination {
	box-sizing: border-box;
	text-align: right;
	padding-right: 20px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 6px;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
	background: rgba(0, 0, 0, .4);
	padding: 4px;
	color: #fff;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.news-box {
	width: 720px;
	float: right;
}

.top-word,
.bottom-word {
	line-height: 42px;
	font-size: 20px;
	font-weight: bold;
}

.top-word a {
	padding: 0 20px;
	border-right: 1px solid #ccdfef;
}

.top-word a:first-child {
	padding-left: 0;
}

.top-word a:last-child {
	border: none;
}

.news-list-index li a {
	box-sizing: border-box;
	padding-right: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 36px;
}

.news-list-index li a:hover {
	color: #0068b7;
}

.top-word a.active,
.bottom-word a.active {
	color: #0068b7;
}

.bottom-word a {
	margin-right: 45px;
	padding-left: 15px;
	background: url(../images/arrow.png) left center no-repeat;
}

.top-word a:hover,
.bottom-word a:hover {
	color: #0068b7;
}

.floor_2 {
	overflow: hidden;
	padding: 10px 0 40px;
}

.floor_2>div {
	float: left;
}

.floor_2_l,
.floor_2_c,
.floor_2_r {
	width: 406px;
}

.floor_2_l {
	padding-right: 30px;
	border-right: 1px solid #eee;
}

.floor_2_c {
	padding: 0 30px;
}

.floor_2_r {
	padding-left: 30px;
	border-left: 1px solid #eee;
}

.list-box {
	margin-bottom: 10px;
	width: 406px;
}

.p-title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	height: 42px;
	background: url(../images/flower-line.png) left bottom no-repeat;
	overflow: hidden;
	margin-bottom: 8px;
}

.more {
	float: right;
	font-size: 14px;
	color: #053e8e;
	font-weight: normal;
	line-height: 42px;
}

.p-list li a {
	display: block;
	width: 396px;
	line-height: 38px;
	font-size: 14px;
}

.p-list li a:hover {
	color: #0068b7;
}

.href-box {
	margin-bottom: 36px;
}

.href-box a,
.href-box a img {
	display: block;
}

.href-box a {
	margin-bottom: 18px;
}

.company-box {
	padding: 20px 0 0;
	overflow: hidden;
}

.company-box img {
	display: block;
	float: left;
	width: 128px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.company-box img:nth-child(3n) {
	margin-right: 0;
}

.contact-box {
	overflow: hidden;
	padding: 10px 0 20px;
}

.contact-box img {
	display: block;
}

.l-b-img {
	width: 190px;
	height: 190px;
	margin-right: 10px;
	float: left;
}

.contact-box>div {
	float: right;
	width: 206px;
}

.contact-box>div img {
	width: 206px;
	height: 90px;
}

.contact-box>div img:first-child {
	margin-bottom: 10px;
}

.time-li {
	position: relative;
	padding: 22px 0;
}

.time-li::after {
	content: '';
	position: absolute;
	left: 3px;
	top: 0;
	width: 1px;
	height: 270px;
	background-color: #eee;
}

.time-li li {
	position: relative;
	box-sizing: border-box;
	padding-left: 18px;
}

.time-li li::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #0068b7;
	z-index: 999;
}

.time-li li a {
	line-height: 38px;
}

.news-list-index {
	display: none;
}

#list_box_0 {
	display: block;
}

@media screen and (max-width:600px) {
	.top-banner {
		display: none;
	}
	
	.floor_2_c {
		display: none;
	}

	.top-banner img {
		width: 100%;
		margin: 10px auto;
	}

	.img-box{
	    display: none;
		width: 100%;
		margin-top: 10px;
	}
.img-box img{
		width: 100%;
}
	.news-box {
		width: 100%;
	}

	.top-word a {
		padding: 0 5px;
	}

	.bottom-word a {
		margin-right: 25px;
	}

	.floor_2_l,
	.floor_2_c,
	.floor_2_r {
		width: 100%;
	}

	.list-box {
		width: 100%;
	}

	.floor_2_c {
		padding: 0;
	}

	.floor_2_l {
		padding-right: 0;
		border: none;
	}

	.floor_2_r {
		padding-left: 0;
		border: none;
	}

	.p-title {
		position: relative;
	}

	.p-title::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #053e8e;
		position: absolute;
		bottom: 0;
	}

	.href-box a,
	.href-box a img {
		width: 100%;
	}

	.l-b-img,.contact-box>div{
		width: calc(50% - 10px);
	}
	.contact-box>div img{
		width:100%;
	}
}
