/* 公共样式 */
body {
	overflow-x: hidden;
}

body a {
	cursor: pointer;
	color: #2962AA;
}

.container {
	background: #F9FCFF;
	padding: 16px 0;
}

.box-cen-w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

/* 清除浮动 */
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	content: "\200B";
	clear: both;
	height: 0;
}

/* 单行文本溢出 */
.text-overhidden {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

/* 头部开始 */
.top-header {
	background: #FFFFFF;
	color: #999;
}

/* .T-list {
	display: flex;
} */

.T-list li {
	/* display: flex; */
	float: left;
}

.T-list li:last-child {
	padding: 0;
}

.T-list li .T-text {
	color: #999;
	float: left;
}

.T-list li .T-line {
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #999;
	margin: 10px 10px;
}

.T-list li.T-email img {
	margin: 14px 5px 0 0;
	float: left;
}

/* banner/搜索开始 */
.ba-cen-w1200 {
	width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
	/* display: flex; */
}

.banner-box {
	width: 100%;
	height: 260px;
	background-image: url(banner.png);
}

.ba-logo-1,
.ba-logo-2 {
	width: 50%;
}

.ba-logo-1 img {
	display: inline-block;
	width: 100%;
	height: 120px;
}

.ba-logo-2 img {
	display: block;
	width: 245px;
	height: 73px;
}

.ba-logo-2 .ba-select {
	/* display: flex; */
	margin-top: 5px;
}

.ba-logo-2 .ba-select input {
	display: inline-block;
	width: 300px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	margin-right: 10px;
	float: left;
}

.ba-logo-2 .ba-select .ba-select-btn {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}

.ba-logo-2 .ba-select input::-webkit-input-placeholder {
	color: #CDCDCD;
}

.ba-logo-2 .ba-select input::-moz-input-placeholder {
	color: #CDCDCD;
}

.ba-logo-2 .ba-select input::-ms-input-placeholder {
	color: #CDCDCD;
}

/* 导航开始 */
.nav {
	width: 100%;
	height: 60px;
	background-image: url(nav_bg.png);
}

.nav-cen-w1200 {
	width: 1200px;
	line-height: 60px;
	margin: 0 auto;
}

/* .nav-list {
	display: flex;
} */

.nav-list li {
	width: 14.28%;
	text-align: center;
	float: left;
}

.nav-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px 0px #000000;
	font-weight: bold;
	font-size: 18px;
}

.nav-list li:hover,
.nav-list li.active {
	background: #114583;
	box-shadow: inset 0px 4px 4px 0px #000000;
}

.nav-list li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -3px;
}

.nav-list li.home a {
	float: left;
}

/* .nav-list li.home span {
	display: inline-block;
	width: 2px;
	height: 20px;
	opacity: 0.2;
	background: #FFFFFF;
	float: left;
} */

.tip-bannner {
	background: #F9FCFF;
	padding-top: 16px;
}

.important-event {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-radius: 8px;
	background: #E2EBF9;
	/* display: flex; */
	position: relative;
	overflow: hidden;
}

.important-event .in-title {
	width: 175px;
	height: 48px;
	background-image: url(in-title.png);
	text-align: center;
	font-weight: heavy;
	font-size: 18px;
	color: #FFFFFF;
}

.important-event .in-news {
	/* display: flex; */
	width: 90%;
	position: absolute;
	top: 0;
	left: 200px;
	overflow: hidden;
}

.swap {
	width: 90%;
	line-height: 48px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 200px;
}

.important-event .in-news a,
.swap a {
	color: #666;
}

.swap {
	top: 48px;
}

.important-event .in-news li,
.important-event .swap li {
	padding: 0 60px;
}

.important-event .in-news icon,
.important-event .swap icon {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #E04A43;
	border-radius: 50%;
	margin-right: 10px;
}

/* 底部样式 */
.footer {
	width: 100%;
	height: 120px;
	padding: 30px 0;
	background: #FAFAFA;
	box-shadow: 0px -1px 0px 0px #000000;
}

.footer-box {
	padding: 0 16px;
}

.footer-img {
	width: 20%;
}

.footer-text {
	width: 65%;
	padding: 10px 50px;
	color: #20242A;
	font-size: 13px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.footer-text div:first-child {
	padding-bottom: 15px;
}

.footer-webmap {
	text-align: center;
	width: 15%;
}

.footer-webmap p {
	font-size: 14px;
	line-height: 1.67;
	padding-top: 10px;
}

.footer-webmap p a {
	color: #20242A;
}
