﻿

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: "微软雅黑";
	border: 0;
	outline: none;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}

.clear {
	clear: both;
}


.flex-col {
	display: flex;
	flex-direction: column
}

.flex-row {
	display: flex;
	flex-direction: row
}

.justify-start {
	display: flex;
	justify-content: flex-start
}

.justify-center {
	display: flex;
	justify-content: center
}

.justify-end {
	display: flex;
	justify-content: flex-end
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly
}

.justify-around {
	display: flex;
	justify-content: space-around
}

.justify-between {
	display: flex;
	justify-content: space-between
}

.align-start {
	display: flex;
	align-items: flex-start
}

.align-center {
	display: flex;
	align-items: center
}

.align-end {
	display: flex;
	align-items: flex-end
}

.text-center {
	text-align: center;
}

.text-white {
	color: #FFFFFF
}

.text-blue {
	color: #20528F;
}

.w {
	width: 100%
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.right {
	float: right
}

.left {
	float: left
}

.overflow {
	overflow: hidden
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/* 顶部文字 */
.header {
	min-width: 1200px;
}

.header .header_bg {
	background-color: rgba(9, 89, 185, 1);
	background-position: center center;
	background-image: url(../image/bg.png);
	background-repeat: no-repeat;
	height: 170px;
}

.header .header_bg .header_img {
	height: 170px;
	/* background: url(../image/bg.png) 100% no-repeat; */
}

.header .header_bg .welcome {
	font-size: 14px;
	line-height: 20px;
}

.header .header_bg .title {
	font-size: 40px;
	letter-spacing: 6px;
	line-height: 58px;
	font-weight: 800;
}

.header .header_bg .sub-title {
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 25px;
}

.header .header_bg .neibubangong {
	width: 133px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	opacity: 0.7;
	border: 1px solid #FFFFFF;
}

.header .header_bg .neibubangong img {
	width: 15px;
	height: 14px;
}

.header .header_bg .neibubangong span {
	font-size: 14px;
}

.header .header_bg .neibubangong .line {
	width: 1px;
	height: 20px;
	opacity: 0.7;
	border: 1px solid #FFFFFF;
	margin: 0 15px 0 9px;
}

/* 导航 */
.header .nav_bg {
	height: 54px;
	background: #20528F;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.22);
}

.header .nav_bg .nav {
	background: #20528F;
}

.header .nav_bg .nav .a {
	display: inline-block;
	/* float: left; */
	line-height: 54px;
	width: 115px;
	/* margin-right: 15px; */
	margin-right: 1px;
	text-align: center
}

.header .nav_bg .nav .a a {
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
	display: block;
}

/* .header .nav_bg .nav .a.on {
	height: 60px;
	line-height: 60px;
	background: #1D63B8;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.22), inset 0px 1px 3px 0px #5FACFE;
	position: relative;
	bottom: 6.5px;
} */
.header .nav_bg .nav .a.on,
.header .nav .a:hover {
	height: 60px;
	/* line-height: 60px; */
	background: #1D63B8;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.22), inset 0px 1px 3px 0px #5FACFE;
	position: relative;
	bottom: 6.5px;
}

.header .search_bg .sub_nav {
	display: none;
	width: 1000px;
	margin: 0 auto;
}

.header .search_bg .sub_nav a {
	float: left;
	font-size: 16px;
	padding: 0 30px;
	border-radius: 0;
	color: #20528F;
}

.header .search_bg .sub_nav a:hover {
	font-weight: bold;
}

.header .search_bg .sub_nav4 {
	width: 1000px;
	margin: 0 auto;
}

.header .search_bg .sub_nav4 a {
	width: 200px;
	padding: 0px;
}

/* .header .nav .a .sub_nav {
	position: relative;
	text-align: left;
	top: 8px;
	left: -60px;
	min-width: 650px;
	display: none;
}

.header .nav .a .sub_nav a {
	height: 45px;
	color: #333;
	float: left;
	font-size: 14px;
	line-height: 45px;
	padding: 0 14px;
	border-radius: 0;
	direction: ltr;
	background: #E1E1E1;
	font-weight: normal;
}

.header .nav .a .sub_nav a:nth-child(1) {
	border-radius: 6px 0 0 6px;
	padding-left: 20px;
}

.header .nav .a .sub_nav a:nth-last-child(1) {
	background: #E1E1E1;
	border-radius: 0 6px 6px 0;
	padding-right: 20px;
}

.header .nav .a .sub_nav a:hover {
	font-weight: bold;
}

.header .nav .a.on a {
	display: block;
}

.header .nav .a:hover a {
	display: block;
	height: 50px;
}

.header .nav .a:hover .sub_nav {
	display: block;
} */

/* 搜索 */
.header .search_bg {
	height: 64px;
	background: #F2F2F2;
}

.header .search_bg .w1200 {
	height: 64px;
	background: #F2F2F2;
}

.header .search_bg .search-box {
	width: 568px;
	height: 32px;
	border: 1px solid #20528F;
}

.header .search_bg .search-box select {
	margin-left: 17px;
	width: 60px;
	font-size: 14px;
	color: #222222;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/select.png) no-repeat right center;
	outline: none;
	cursor: pointer;
}

.header .search_bg .search-box select::-ms-expand {
	display: none;
}

.header .search_bg .search-box .blue-line {
	width: 1px;
	height: 18px;
	background: #20528F;
	margin: 0 19px 0 22px;
}

.header .search_bg .search-box input {
	width: 390px;
	font-size: 14px;
	color: #222222;
	background: transparent;
	outline: none;
}

.search div {
	margin: 60px auto;
	width: fit-content;
	border: 2px solid #20528F;
}

.search input {
	width: 710px;
	height: 42px;
	font-size: 18px;
	outline: none;
	padding: 0 5px;
	color: #333333;
}

.header .search_bg .search-box input::-webkit-input-placeholder {
	font-size: 14px;
	color: #BDBDBD;
}

.search input::-webkit-input-placeholder {
	font-size: 18px;
	color: #333333;
}

.header .search_bg .search-box button {
	width: 68px;
	height: 32px;
	background: #20528F;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.search button {
	width: 93px;
	height: 42px;
	background: #20528F;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.search button img {
	width: 18px;
	margin-right: 5px;
}

.header .banner {
	height: 100px;
	/* position: relative;
	top: -6.5px; */
}

.header .banner img {
	width: 100%;
}

.search-option {
	margin-bottom: 70px;
}

.search-option .sort,
.search-option .location,
.search-option .time {
	margin-right: 50px;
}

.search-option .sort span,
.search-option .location span,
.search-option .time span {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.search-option .sort ul,
.search-option .location ul,
.search-option .time ul {
	float: right;
}

.search-option .sort ul li,
.search-option .location ul li,
.search-option .time ul li,
.search-option .time ul li .zdy span,
.search-option .searchTotal {
	margin-right: 25px;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

.zdi-modal {
	display: none;
	position: absolute;
	margin-top: 5px;
	/* width: 198px;
	height: 180px; */
	padding: 19px 11px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
}

.zdi-modal div {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 30px;
}

.zdi-modal div input {
	width: 154px;
	height: 24px;
	border: 1px solid #DCDCDC;
}

.zdi-modal div:nth-child(2),
.zdi-modal div:nth-child(3) {
	margin-bottom: 10px;
}

.zdi-modal button {
	width: 63px;
	height: 24px;
	line-height: 24px;
	background: #D30B15;
	color: #FFFFFF;
	cursor: pointer;
}

.search-option .sort ul li.on,
.search-option .location ul li.on,
.search-option .time ul li.on {
	color: #D30B15;
}


/* 底部 */
.footer {
	height: 228px;
	background: #20528F;
	margin-top: 25px;
}

.footer .footer-up {
	height: 180px;
}

.footer .footer-up .footer-part1,
.footer .footer-up .footer-part2 {
	margin: 20px 0;
}

.footer .footer-up .footer-part1 .link {
	background: #1f65b1;
	border-radius: 10px;
	padding: 5px;
}

.footer .footer-up .footer-part1 .link a {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #999;
	color: #fff;
	font-size: 14px;
}

/* .footer .footer-up .footer-part1 .link a:first-child {
	padding-left: 0px;
	padding-right: 15px;
} */

.footer .footer-up .footer-part1 .link a:nth-last-child(1) {
	border-right: 0;
}

/* .footer .footer-up .footer-part1 .link a:last-child {
	padding-left: 0;
} */

.footer .footer-up .footer-part1 .link a:hover {
	text-decoration: underline;
}

.footer .footer-up .footer-part1 .selects select option {
	background-color: #e9e1b3;
}

.footer .footer-up .footer-part1 .selects select {
	padding: 0 20px;
	height: 28px;
	/* border: 1px solid #FFFFFF; */

	font-size: 14px;
	/* color: #fff; */
	color: #20528f;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* background: #e9e1b3 url(../img/white-select-down.png) no-repeat right center; */
	/* background: #e9e1b3 url(../image/select1.png) no-repeat right center; */
	background: #e9e1b3 url(../image/select1.png) no-repeat 97% center;
	outline: none;
	cursor: pointer;
}

.footer .footer-up .footer-part1 .selects select::-ms-expand {
	display: none;
}

.footer .footer-up .footer-part1 .selects select:nth-last-child(1) {
	margin-left: 10px;
}

.footer .footer-up .footer-part2 .logo {
	text-align: left;
}

.footer .footer-up .footer-part2 .logo .title {
	font-size: 28px;
	font-weight: 800;
	line-height: 40px;
	text-shadow: 0px 2px 4px #104B88;
}

.footer .footer-up .footer-part2 .logo .sub-title {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 2px;
	text-shadow: 0px 2px 4px #104B88;
}

.footer .footer-up .footer-part2 .address {
	/* font-size: 16px; */
	font-size: 14px;
	line-height: 26px;
}

.footer .footer-up .footer-part2 .address img,
.footer .footer-up .footer-part2 .email img {
	width: 15px;
	height: 16px;
}

.footer .end {
	height: 48px;
	background-color: rgba(255, 255, 255, 0.07);
}

.footer .end p a {
	line-height: 48px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
}

/* 位置 */
.weizhi {
	width: 920px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	overflow: hidden;
	/* padding-left: 29px; */
}

.weizhi a {
	font-weight: 400;
	color: #999999;
}


/* 分页 */
.pagediv {
	margin-top: 40px;
}

.fenye {
	overflow: hidden;
	width: 747px;
	margin: auto;
	text-align: center;
}

.fenye div {
	float: left;
	margin: 58px 5px 0 5px;
	width: 27px;
	height: 27px;
	background: #FFFFFF;
	border: 1px solid #1A519C;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #919191;
	line-height: 27px;
}

.fenye a:hover {
	border: 1px solid #1A519C;
	color: #1A519C;
}

.fenye a {
	display: inline-block;
	padding: 3px 8px;
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #a6a6a6;
	margin: 0 3px;
}
