/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: Microsoft Yahei, PingFang SC;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
 [type=button], [type=reset], [type=submit], button {
 -webkit-appearance: button;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
 [type=checkbox], [type=radio] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height: auto;
}
 [type=search] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
 [type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
 [hidden], template {
 display: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bg {
	color: #fff;
	background-repeat: no-repeat;
	background-color: #1b3c7f;
	background-image: url(index_res/bg.jpg);
}
.gray {
	padding: 1px 0;
	background-color: #f6f7fb;
}
.header {
	width: 1100px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.header, .header .logo {
	height: 130px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header .logo {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .logo img {
	width: 568px;
	height: 100px;
}
.header .text-depart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header .text-depart img {
	width: 80%;
	height: 80%;
}
.header .header-info {
	width: 300px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header .header-info, .header .header-info .site-info ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
}
.header .header-info .site-info ul {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header .header-info .site-info a {
	color: #fff;
}
.header .header-info .site-info ul li {
	padding: 0 10px;
	font-size: 14px;
}
.header .header-info .site-info ul li:last-child {
	border: 0;
	padding: 0 0 0 10px;
}
.header .header-info .search {
	margin: 15px 0 0;
	position: relative;
}
.header .header-info .search .search-input {
	width: 220px;
	height: 30px;
	border: 2px solid #1b3c7f;
	font-size: 14px;
	padding: 0 20px 0 8px;
	color: #1b3c7f;
	font-weight: 700;
}
.header .header-info .search .icon-sousuo {
	background-color: #fff;
	border: none;
	color: #1b3c7f;
	font-weight: 700;
	position: absolute;
	right: 8px;
	top: 45%;
	cursor: pointer;
	margin: -8px 0 0;
}
@font-face {
	font-family: iconfont;
	src: url(../ttf/9.svg);
	src: url(../ttf/10.svg), url(../ttf/11.svg), url(../ttf/12.svg), url(../ttf/13.svg);
}
.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-sousuo:before {
	content: "\E650";
}
.nav {
	width: 100%;
	height: 50px;
	font-size: larger;
	background-color: #125;
	min-width: 1100px;
}
.nav .wrap {
	margin: 0 auto;
	width: 1100px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.nav .wrap .nav-item {
	width: auto;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.nav .wrap .nav-item a {
	color: #fff;
	padding: 0 20px;
	position: relative;
	display: block;
}
.nav .wrap .nav-item a:hover {
	background-color: #f9a502;
}
.nav .wrap .nav-item .sub-nav {
	display: none;
	background-color: #1b3c7f;
	position: absolute;
	top: 50px;
	z-index: 999;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	text-align: center;
}
.nav .wrap .nav-item .sub-nav a {
	width: 100%;
	padding: 0;
}
.nav .wrap .nav-item:hover .sub-nav {
	display: block;
}
.footer {
	min-width: 1100px;
	width: 100%;
	/* background-color: #1b3c7f; */
	border-bottom: 2px solid #1b3c7f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer .wrap {
	margin: 0 auto;
	width: 1100px;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer .links, .footer .wrap {
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
}
.footer .links {
	padding: 20px 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.footer .link-text {
	color: #fff;
	margin: 0 30px 0 0;
}
.footer .selects {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.footer .selects .dropdown {
	position: relative;
}
.footer .selects .show-text {
	width: 200px;
	height: auto;
	background: #fff;
	color: #555;
	padding: 4px 8px 4px 15px;
	position: relative;
}
.footer .selects .show-text:after {
	content: "";
	position: absolute;
	right: 8px;
	border: 6px solid transparent;
	border-top-color: #555;
	top: 50%;
	margin: -3px 0 0;
}
.footer .selects .dropdown-content {
	width: 221px;
	height: auto;
	display: none;
	border: 1px solid rgba(0, 0, 0, .15);
	border-top: 0;
	position: absolute;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	bottom: 102%;
	max-height: 300px;
	overflow: auto;
}
.footer .selects .dropdown-content a {
	padding: 5px 16px;
	display: block;
}
.footer .selects .dropdown-content a:hover {
	background-color: #1b3c7f;
	color: #fff;
}
.footer .selects .dropdown:hover .dropdown-content {
	display: block;
}
.info {
	width: 100%;
	height: auto;
	margin: 10px 0;
	text-align: center;
}
.nth {
	counter-reset: section;
}
.nth li::before {
	counter-increment: section;
	content: counter(section);
	text-align: center;
	width: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	border: 1px solid #aaa;
	margin-right: 10px;
	background-color: #f6f7fb;
	;
}
.main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.record {
	text-align: center;
	margin: 10px 0;
}
.main {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
}
.main .item-title {
	border-bottom: 1px solid #1b3c7f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.main .item-title .item-title-text {
	line-height: 30px;
	/* -webkit-box-flex: 1; */
	/* -webkit-flex: 1; */
	-moz-box-flex: 1;
	-ms-flex: 1;
	/* flex: 1; */
	color: #555;
	font-size: 20px;
	font-weight: 700;
	padding: 0 5px;
	color: #fff;
	background-color: #1b3c7f;
}
.main .item-title .item-title-text .tab {
	color: #8c8c8c;
	cursor: pointer;
	font-weight: 400;
}
.main .item-title .more {
	margin: 13px 5px 0 0;
	background: url(index_res/pic.gif) 0 -30px;
	height: 5px;
	width: 28px;
	float: right;
	display: block;
}
.main .item-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 10px 0 0;
}
.main .item-main, .main .item-main .news-pics {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}
.main .item-main .news-pics {
	width: 0;
	height: 350px;
}
.main .item-main .news-pics img {
	width: 100%;
	height: 350px;
}
.main .item-main .news-pics .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}
.main .item-main .item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 0;
	height: auto;
	margin: 0 0 0 15px;
}
.main .item-main .item-list, .main .item-main .item-list .top-list {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main .item-main .item-list .top-list .top-list-flex {
	display: flex;
	justify-content: space-between;
}
.main .item-main .item-list .top-list .top-list-left {
	width: 450px;
}
.main .item-main .item-list .top-list .top-list-right {
	width: 72px;
	text-align: center;
}
.main .item-main .item-list .top-list .top-list-right .font1 {
	line-height: 28px;
	font-weight: bolder;
	color: #333;
	background-color: #eee;
}
.main .item-main .item-list .top-list .top-list-right .font2 {
	line-height: 22px;
	color: #333;
	background-color: #eee;
}
.main .item-main .item-list .top-list .top-list-right .font3 {
	line-height: 30px;
	color: #fff;
	background-color: #1b3c7f;
}
.main .item-main .item-list .top-list .top-list-title {
	margin: 0;
	font-size: 18px;
	font-weight: bolder;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .item-main .item-list .top-list .top-list-intro {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 20px;
	border-bottom: 1px dashed #e3e3e3;
	margin: 14px 0 0;
}
.main .item-main .item-list .top-list .top-list-intro a {
	color: #275693;
}
.main .item-main .item-list .lists {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
.main .item-main .item-list .lists, .main .item-main .item-list .lists li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
}
.main .item-main .item-list .lists li {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	line-height: 36px;
}
.main .item-main .item-list .lists a:hover {
	text-decoration: underline;
}
.main .item-main .item-list .lists .list-title {
	font-size: 14px;
	color: #414141;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 0;
	height: auto;
}
.main .item-main .item-list .lists .date {
	color: #979594;
	font-size: 14px;
}
.main .notice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 347px;
	height: auto;
}
.main .notice .item-main {
	padding: 0;
}
.main .notice .item-list {
	margin: 0;
}
.main .notice .item-list .lists li {
	line-height: 46px;
	height: 46px;
}
.main-items {
	width: 1100px;
	margin: 20px auto;
}
.main-items .notice {
	width: auto;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 30px 0 0;
}
.main-items .notice:last-child {
	padding: 0;
}
.maps {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 28px 0;
}
.maps .swiper-container {
	width: 1100px;
}
.maps .swiper-wrapper .swiper-slide {
	height: 60px;
	background-color: #d1e1f4;
	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;
}
.maps .swiper-slide:hover {
	opacity: .7;
}
.maps a {
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: hidden;
}
.maps p {
	text-align: center;
	font-size: 20px;
	padding: 0 5px;
	width: 200px;
}
.maps img {
	width: 40px;
	height: 40px;
	margin-left: 20px;
}

.LLL2 {width: 138px !important;}




span.ft img {
    width: 20px;
    margin: 0 7px 0 10px;
}

span.ft {
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
    flex: 1;
}

.link-left {
    width: 360px;
    float: left;
}

.link-right {
    width: 720px;
    float: right;
}

.link-left li {
    width: 50%;
    float: left;
}

.link-right li {
    width: 25%;
    float: left;
}

.link-list li {
    padding-left: 34px;
    padding-right: 10px;
    background: url(link.png) no-repeat 5px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.link h3 {
    color: #1b3c7f;
}
.news_titles.i1::before{
    color:white;
   background:#183768
}
.news_titles.i2::before{
    color:white;
   background:#183768
}
.news_titles.i3::before{
    color:white;
   background:#183768
}
