/* 版心 */
.wrap {
	width: 1200px;
	margin: 0 auto !important;
}

body {
	overflow-x: hidden;
	width: 100%;
}

.row {
	margin: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
	/* float: initial; */
}

/* 导航 */
.nav {
	width: 100%;
	height: 151px;

}

.nav img {
	float: left;
	margin-left: 62px;
	margin-right: 85px;
	margin-top: 35px;
  max-width: 340px;
}

.nav_list {
	margin-top: 84px;
	float: left;
	display: flex;
	justify-content: space-evenly;
}

.nav_list li {
	margin: 0 32px;
}

.nav_list a {
	font-size: 25px;
	color: #282828;
}

.nav_r {
	float: right;
	margin-right: 38px;
}

.language {
	margin-top: 23px;
	font-size: 18px;
	color: #6B6B6B;
}

.language a {
	color: #000;
	font-size: 16px;
}

.baoming {
	float: right;
	margin-top: 52px;
}

.baoming a {
	font-size: 18px;
	border-radius: 8px;
	padding: 6px 23px;
	background: #0A0E69;
	color: #fff;
}

.navbar-default {
	background: rgba(0, 0, 0, 0);
}

.navbar-header {
	background-color: #09489F;
}

.navbar-brand {
	color: #fff !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0;
}

.navbar-nav li {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	/* padding-left: 250px; */
	box-sizing: border-box;

}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #b3cbdf !important;
}

.navbar-nav li a {
	color: #fff !important;
	text-decoration: none;
}

.navbar {
	width: 100%;
	display: none;
	border: 0;
	position: absolute;
	/* top: 88px; */
	right: 0;
	z-index: 999;
	margin: 0;
	/* float: right; */
}

.navbar-collapse {
	float: right;
	width: 100px !important;
	/* background-color: #12468f; */
	background: rgba(18, 70, 143, .5);
}

.navbar-default .navbar-toggle {
	border-color: #12468F;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #12468F;
}

.header {
	width: 100%;
	height: auto;
	background-size: cover;
	text-align: center;
}

.header img {
	width: 100%;
}

.luntan_toptitle {
	text-align: center;

	padding-top: 75px;
}

.luntan_toptitle h4 {
	font-size: 20px;
	color: #B7DFFF;
	margin-bottom: 20px;
}

.luntan_toptitle h3 {
	font-size: 50px;
	color: #FFF;
	line-height: 60px;
	margin-bottom: 20px;
}

.breadcrumbs {
	height: 50px;
	line-height: 50px;
	background: #ccc;
}

.lists {
	margin-top: 45px;
	margin-left: 32px;

}

.lists li a {
	width: 100%;
	font-size: 18px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lists li span {
	font-size: 18px;
	color: #8D8D8D;
	float: right;
}

.lists li:hover a {
	color: #054298;
}

.footer {
	background-color: #09489F;
	color: #fff;
	padding-left: 69px;
	padding-top: 68px;
	padding-bottom: 72px;
	text-align: center;
	font-size: 20px;
	margin-top: 200px;
}

.footer p {
	display: inline-block;
}

.footer a {
	font-size: 20px;
	color: #fff;
}

.footer img {
	vertical-align: middle;
}

@media (max-width: 1800px) {
	.nav {
		min-width: 1366px;
		height: 110px;

	}

	.nav img {
		width: 240px;
		float: left;
		margin-left: 45px;
		margin-right: 62px;
		margin-top: 26px;
	}

	.nav_list {
		margin-top: 61px;

	}

	.nav_list li {
		margin: 0 15px;
	}

	.nav_list a {
		font-size: 22px;
	}

	.nav_r {
		float: right;
		margin-right: 23px;
	}

	.language {
		margin-top: 17px;
		font-size: 13px;
		color: #6B6B6B;
	}

	.language a {
		color: #000;
		font-size: 13px;
	}

	.baoming {
		float: right;
		margin-top: 20px;
	}

	.baoming a {
		font-size: 18px;
		border-radius: 8px;
		padding: 5px 15px;
		background: #0A0E69;
		color: #fff;
	}

	.header {
		height: 235px !important;
	}

	.header img {
		min-width: 1366px;
	}

	.luntan_toptitle {

		padding-top: 30px;
	}

	.luntan_toptitle h4 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.luntan_toptitle h3 {
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 55px;
	}

	.lists {
		width: 93%;
	}

	.footer {
		min-width: 1366px;
	}
}

@media (max-width: 499px) {
	.nav {
		display: none;
	}

	.navbar {
		display: block;
	}

	.wrap {
		width: auto;
	}

	.header {
		padding-top: 70px !important;
		background-size: auto 100% !important;
		background-position: left !important;
		height: auto !important;
		padding-bottom: 20px;
		min-height: 150px;

	}

	.header img {
		min-width: auto;
		height: 130px;
	}

	.lists {
		margin-top: 5px;
		margin-left: 5px;
	}

	.lists li a {
		font-size: 16px;
	}

	.lists li span {
		font-size: 16px;
	}

	.luntan_toptitle {
		text-align: center;
		margin: 0;
		padding: 0;

	}

	.luntan_toptitle h4 {
		font-size: 14px;
		margin: 0 auto;
		margin-bottom: 5px;

		width: 86%;
	}

	.luntan_toptitle h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.footer {
		font-size: 18px;
		line-height: 18px;
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		min-width: auto;
		margin-top: 20px;
	}

	.footer a,
	p {
		display: block !important;
		font-size: 18px;
	}
}