.header {
	height: 130px;
	box-sizing: border-box;
	border-top: 2px solid #0b4e92;
}

.header .logo {
	margin-top: 35px;
}

.header .top-links {
	background-color: #0b4e92;
	border-radius: 0 0 5px 5px;
	line-height: 28px;
}

.header .top-links a {
	color: #ffffff;
	font-size: 14px;
	margin: 0 20px;
}

.header .top-links a{
	border-right: 1px solid #FFFFFF;
	padding-right: 20px;
	margin-right: 0;
}

.header .top-links a:hover {
	text-decoration: underline;
}

.nav {
	background-color: #0b4e92;
	height: 50px;
	line-height: 50px;
}

.nav ul {
	display: flex;
}

.nav ul li {
	flex: 1;
	position: relative;
}

.nav ul li a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	z-index: 9;
}

.nav ul li i {
	position: absolute;
	width: 1px;
	height: 18px;
	display: inline-block;
	background-color: #FFFFFF;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav ul li.parent i {
	display: none;
}

.nav ul li:hover i {
	opacity: 0;
}

.nav ul li dl {
	position: absolute;
	width: 100%;
	background-color: #0b4e92;
	z-index: 9999;
	display: none;
}

.nav ul li dl dd a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav ul li dl dd a:hover {
	background-color: #f8b551;
}

.banner {
	height: 500px;
	position: relative;
}

.banner .swiper-slide {
	height: 500px;
	background-size: cover !important;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 42px;
	height: 80px;
	background-size: auto;
	opacity: .5;
	margin-top: 0;
	outline: none;
	top: 0;
}

.banner .swiper-button-prev {
	left: -50px;
}

.banner .swiper-button-next {
	right: -50px;
}

.banner .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 80px;
	z-index: 999;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	opacity: 1;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
}

.banner .swiper-pagination-bullet-active {
	background-color: #f8b551;
}

.banner .swiper-pagination {
	bottom: 20px;
}

.index_title {
	background-color: #eeeeee;
	height: 50px;
	border-top: 2px solid #1f6bbf;
	box-sizing: border-box;
	line-height: 48px;
	padding: 0 20px;
}

.index_title .name {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}

.index_title .more a {
	color: #666666;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index_title .more a img {
	vertical-align: -2px;
	margin-left: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_title .more a:hover {
	color: #f8b551;
}

.index_title .more a:hover img {
	transform: translateX(5px);
}

.index_box {
	min-height: 526px;
	margin-top: 20px;
}

.xwdt {
	width: 790px;
}

.xwdt .image_news {
	margin: 30px 0 10px 0;
}

.xwdt .image_news .box {
	width: 380px;
}

.xwdt .image_news .box .img {
	width: 380px;
	height: 256px;
	overflow: hidden;
	position: relative;
}

.xwdt .image_news .box .img .time {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 10px;
	background-color: rgba(31, 107, 191, .9);
	color: #ffffff;
	text-align: center;
}

.xwdt .image_news .box .img .time .t {
	font-size: 24px;
	margin-top: 8px;
}

.xwdt .image_news .box .img .time .t2 {
	font-size: 12px;
}

.xwdt .image_news .box .txtov {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #eeeeee;
}

.xwdt .image_news .box:hover .txtov {
	color: #1f6bbf;
}

.xwdt ul li {
	background-color: #eeeeee;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 0 20px;
}

.xwdt ul li:last-child {
	margin-bottom: 0;
}

.xwdt ul li .text {
	color: #333333;
	font-size: 16px;
	max-width: 630px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.xwdt ul li .time {
	color: #999999;
	font-size: 16px;
}

.xwdt ul li .text:hover {
	transform: translateX(5px);
	color: #1f6bbf;
}

.tzgg {
	width: 380px;
}

.tzgg ul {
	margin-top: 30px;
}

.tzgg ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}

.tzgg ul li:last-child {
	margin-bottom: 0;
}

.tzgg ul li .time {
	width: 70px;
	height: 70px;
	color: #FFFFFF;
	text-align: center;
}

.tzgg ul li .time .t {
	font-size: 24px;
	line-height: 42px;
	background-color: #1f6bbf;
}

.tzgg ul li .time .t2 {
	font-size: 12px;
	line-height: 28px;
	background-color: #0b4e92;
}

.tzgg ul li .text {
	height: 70px;
	display: table;
	width: 290px;
}

.tzgg ul li .text p {
	display: table-cell;
	vertical-align: middle;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.tzgg ul li:hover .text p {
	color: #1f6bbf;
}

.index_box2 {
	margin: 30px auto;
}

.index_box2 ul li {
	width: 185px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin-right: 18px;
}

.index_box2 ul li:last-child {
	margin-right: 0;
}

.index_box2 ul li a {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
}

.index_box2 ul li img {
	vertical-align: -12px;
	margin-right: 15px;
}

.index_box2 ul li:nth-child(1) {
	background-color: #287bca;
}

.index_box2 ul li:nth-child(2) {
	background-color: #5c8dd6;
}

.index_box2 ul li:nth-child(3) {
	background-color: #d1b080;
}

.index_box2 ul li:nth-child(4) {
	background-color: #2ea3c5;
}

.index_box2 ul li:nth-child(5) {
	background-color: #d36594;
}

.index_box2 ul li:nth-child(6) {
	background-color: #85ba73;
}

.index_box3 {
	min-height: 250px;
}

.index_box3 .box {
	width: 380px;
}

.index_box3 .box2 {
	margin-left: 30px;
}

.index_box3 ul {
	margin-top: 20px;
}

.index_box3 ul li {
	margin-bottom: 15px;
}

.index_box3 ul li:last-child {
	margin-bottom: 0;
}

.index_box3 ul li .text {
	color: #333333;
	font-size: 16px;
	max-width: 325px;
}

.index_box3 ul li .text img {
	margin-right: 10px;
	vertical-align: 2px;
}

.index_box3 ul li .time {
	color: #999999;
	font-size: 16px;
}

.index_box3 ul li .text:hover {
	color: #1f6bbf;
}

.index_box4 {
	background-color: #1f6bbf;
	height: 60px;
	line-height: 60px;
	margin-top: 40px;
}

.index_box4 .bd {
	overflow: hidden;
	text-align: center;
}

.index_box4 .bd ul li {
	display: inline-block;
	text-align: center;
}

.index_box4 .bd ul li a {
	color: #ffffff;
	font-size: 14px;
	border-right: 1px solid #FFFFFF;
	margin-right: 10px;
	padding-right: 10px;
}

.index_box4 .bd ul li:last-child a {
	border-right: none;
}

.index_box4 .bd ul li a:hover {
	text-decoration: underline;
}

.footer {
	height: 100px;
	background-color: #0b4e92;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
}

.footer p {
	color: #eeeeee;
	font-size: 14px;
}

.footer p:first-child {
	margin-bottom: 5px;
}

.index_link {
	width: 260px;
	margin-top: 30px;
}

.index_link span {
	display: block;
	background-color: #1f6bbf;
	height: 80px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 80px;
	box-sizing: border-box;
	padding-left: 30px;
}

.index_link ul li {
	position: relative;
}

.index_link ul li a {
	display: block;
	height: 50px;
	background-color: #f8f5f2;
	line-height: 50px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px dashed #bfbfbf;
}

.index_link ul li:last-child a {
	border: none;
}

.index_link ul li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 5px;
	display: inline-block;
	background-color: #1f6bbf;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.index_link ul li.selected::before {
	height: 100%;
}

.index_link ul li:hover::before {
	height: 100%;
}

.index_link ul li.selected a {
	color: #1f6bbf;
}

.index_link ul li:hover a {
	color: #1f6bbf;
}

.w_910 {
	width: 910px;
	margin: 0 auto;
}

.index_position {
	border-bottom: 2px solid #dddddd;
	margin-top: 30px;
	margin-bottom: 20px;
}

.index_position .name {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 15px;
	padding-bottom: 10px;
}

.index_position .name::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 20px;
	background-color: #0061BA;
	left: 0;
	top: 5px;
}

.index_position .name::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0061BA;
	left: 0;
	bottom: -2px;
}

.index_position ul {
	margin-top: 8px;
}

.index_position ul li {
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
}

.index_position ul li a {
	color: #666666;
	font-size: 14px;
}

.index_position ul li.on a {
	color: #0061BA;
}

.wrap {
	min-height: 650px;
	padding-bottom: 80px;
}

.wrap .cont {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	text-indent: 32px;
}

.wrap .content .title {
	text-align: center;
}

.wrap .content .title span {
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #333333;
	font-size: 24px;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 25px;
	margin-bottom: 20px;
	font-weight: 600;
}

.wrap .content .title .time {
	color: #333333;
	font-size: 14px;
}

.wrap .content .text {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px;
}

.wrap .ul li {
	margin-bottom: 20px;
}

.wrap .ul li .text {
	max-width: 800px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wrap .ul li .time {
	color: #666666;
}

.wrap .ul li .text:hover {
	color: #1f6bbf;
	transform: translateX(5px);
}

.wrap .ul li .text img{
	vertical-align: 2px;
	margin-right: 10px;
}

.wrap .image_list ul li{
	width: 205px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.wrap .image_list ul li:nth-child(4n){
	margin-right: 0;
}

.wrap .image_list ul li .img{
	width: 205px;
	height: 260px;
}

.wrap .image_list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap .image_list ul li p{
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
}

/*add*/
.wp_paging li{width: auto !important;margin: 0 !important;}

.index_link ul li.parent::before {
	height: 100%;
}

.index_link ul li dl dd a {
	height: 40px !important;
	line-height: 40px !important;
	padding-left: 40px !important;
}
.index_link ul li.parent dl dd.selected a {
	color: #1f6bbf !important;
}

.search-box{z-index:1;}
.search{display:flex}
.search input{background:#fff;border-right:none;box-sizing:border-box;font-size:14px;transition:all .3s;width:0px}
.search input::placeholder{color:#999}.search input:hover{border-color:#ba2d35}
.search button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center}
.search button img{margin-left:5px}.search-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center}

.link {
	text-align: right;
}

.header .top-links {
	display: inline-block;
}

.top-links {
	display: flex !important;
	align-items: center;	
}

.top-links a  {
	line-height: 1.2em !important;
}

.search-box .input-show {
	width: 210px;
}
