@media ( min-width : 1230px) {
	.container {
		width: 1200px;
	}
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, Microsoft YaHei;
}

a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #FF3401;
	text-decoration: none;
}

a:focus {
	color: #000000;
	text-decoration: none;
}

.kuai {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-my {
	background: url("/pc/images/topbg_pic4.jpg") top center no-repeat;
	background-size: cover;
}

.navbar-header {
	padding-right: 15px;
}

.navbar-brand {
	padding: 5px 0px 0px 15px;
}

@media ( max-width : 768px) {
	.navbar-brand img {
		max-width: 280px;
		max-height: 80px;
	}
}

.wnavigation {
	font-size: 16px;
	overflow-x: scroll;
	width: 100%;
	height: 40px;
	white-space: nowrap;
	line-height: 40px;
	box-sizing: border-box;
}

.wnavigation a {
	padding: 0px 5px;
	color: #fff;
}

@media ( min-width : 768px) {
	.navbar-brand img {
		max-width: 600px;
		max-height: 60px;
		float: left;
		padding-left: 30px;
	}
	.navbar-brand {
		height: 120px;
	}
	.navbar-brand>.cnen {
		display: inline-block;
		color: #ffffff;
		padding-bottom: 10px;
		padding-left: 20px;
		float: left;
	}
	.navbar-brand>.cnen>.cn {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 1px;
		margin-bottom: 5px;
		display: block;
		padding-top: 10px;
		padding-bottom: 6px;
	}
	.navbar-brand>.cnen>.en {
		font-size: 14px;
		letter-spacing: 2px;
	}
}

@media ( min-width : 992px) {
	.navbar-brand img {
		max-width: 600px;
		max-height: 80px;
		float: left;
	}
	.navbar-brand {
		height: 120px;
	}
	.navbar-brand>.cnen {
		display: inline-block;
		color: #ffffff;
		padding-bottom: 10px;
		padding-left: 20px;
		float: left;
	}
	.navbar-brand>.cnen>.cn {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1px;
		margin-bottom: 5px;
		display: block;
		padding-top: 20px;
		padding-bottom: 12px;
	}
	.navbar-brand>.cnen>.en {
		font-size: 16px;
		letter-spacing: 2px;
	}
}

@media ( min-width : 1200px) {
	.navbar-brand img {
		max-width: 600px;
		max-height: 110px;
		float: left;
		padding-left: 30px;
		padding-top: 10px;
	}
	.navbar-brand {
		padding-top: 40px;
		height: 150px;
	}
	.navbar-my {
		height: 237px;
	}
	.navbar-brand>.cnen {
		display: inline-block;
		color: #ffffff;
		padding-bottom: 10px;
		padding-left: 20px;
		float: left;
	}
	.navbar-brand>.cnen>.cn {
		font-size: 48px;
		font-weight: bold;
		letter-spacing: 1px;
		margin-bottom: 5px;
		display: block;
		padding-top: 36px;
		padding-bottom: 18px;
	}
	.navbar-brand>.cnen>.en {
		font-size: 18px;
		letter-spacing: 2px;
	}
}

.banner img {
	width: 100%;
}

.menu {
	background-color: #1F4D83;
	height: 50px;
}

.menu ul {
	display: inline-block;
	padding-left: 0px;
}

.menu ul>li {
	display: inline-block;
	font-weight: bold;
	/* width: 120px; */
	text-align: center;
	width: auto;
	padding-right: 8px;
}

.menu ul>li>a {
	color: #fff;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	height: 38px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}

@media ( max-width : 768px) {
	.menu {
		height: 30px;
	}
	.menu ul>li {
		width: 80px;
	}
	.menu ul>li>a {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}

@media ( max-width : 1200px) {
	.menu ul>li {
		width: 150px;
	}
}

.searchbox {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 30px;
}

.searchbox input:focus {
	border-color: none !important;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.searchbox .searchbox-bt {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.searchbox input {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	outline: none;
}

.searchbox input::-webkit-input-placeholder {
	color: #fff;
}

.searchbox input::-moz-input-placeholder {
	color: #fff;
}

.searchbox input::-ms-input-placeholder {
	color: #fff;
}

.searchbox button {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
}

.searchbox button:focus {
	border: 0;
	outline: 0;
}

.iul>li {
	font-size: 14px;
	color: #3096D7;
	list-style-type: square;
	margin-left: 15px;
	line-height: 40px;
	float: left;
	width: 100%;
}

.iul>li>a {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	line-height: 41px;
	height: 41px;
	float: left;
	font-size: 18px;
}

.iul i {
	color: #eeeeee;
}

.iul>li>a {
	width: 100%;
}

.iul2>li {
	font-size: 14px;
	color: #3096D7;
	list-style-type: square;
	margin-left: 15px;
	line-height: 40px;
	float: left;
	width: 100%;
}

.iul2>li>a {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	line-height: 41px;
	height: 41px;
	float: left;
	font-size: 18px;
}

.iul2 i {
	color: #eeeeee;
}

.iul2>li>a {
	width: calc(100% - 100px);
}

.iul2 span {
	color: #cccccc;
	padding-left: 10px;
}

.iul2 .tab_list_span_mobile {
	display: none;
}

@media ( max-width : 768px) {
	.iul2>li>a {
		width: calc(100% - 50px);
	}
	.iul2 .tab_list_span_mobile {
		display: inline-block;
		padding-left: 0px;
	}
	.iul2 .tab_list_span {
		display: none;
	}
}

/* .iul2 span {
	color: #cccccc;
	padding-left: 10px;
}

.iul2 li {
	font-size: 14px;
	color: #3096D7;
	list-style-type: square;
	padding-top: 3px;
	margin-left: 15px;
	padding-bottom: 3px;
	line-height: 30px;
	padding-bottom: 3px;
}

.iul2 a {
	font-size: 18px !important;
}

.iul2 i {
	color: #eeeeee;
} */
.top_title {
	margin-top: 0px;
}

.top_title a {
	text-decoration: none;
}

.top_title {
	border-bottom: solid 2px #1577e4;
}

.list-group-item {
	font-size: 18px;
}

.list-title {
	font-size: 18px;
	font-weight: bold;
	color: #1577e4;
	border-left: 5px solid #1577e4;
	padding-left: 10px;
	line-height: 40px;
}

.list-title:hover {
	color: #1577e4;
}

.top_title>ul {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.top_title>ul>li {
	display: inline-block;
	padding-right: 30px;
}

.top_title>ul>li>a {
	font-size: 18px;
	font-weight: bold;
	color: #1577e4;
	border-left: 5px solid #1577e4;
	padding-left: 10px;
}

.top_title a:hover {
	text-decoration: none;
}

.top_title a.title2 {
	margin-left: 5px;
	font-size: 15px;
}

.top_title a.title3 {
	margin-left: 5px;
	font-size: 15px;
}

.list-group-item:first-child {
	background: url(/front/images/menu_bg.jpg) no-repeat;
	color: #fff !important;
	font-weight: bold;
	border-color: #4e6ef2;
	font-size: 20px;
	line-height: 38px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
	{
	background-color: #4e6ef2;
	border-color: #4e6ef2;
}

.txt {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}

.txt .videoplay{
	text-indent: 0em;
}

.zxzx_txt {
	font-size: 16px;
}

#demoaa {
	width: 380px;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.9);
	height: 100px;
	overflow: hidden;
	font-size: 16px;
}

#demoaa p {
	margin: 0px;
	font-family: KaiTi;
}

@media ( max-width : 768px) {
	.pagination {
		margin: 0 auto;
	}
}

@media ( min-width : 768px) {
	.pagination {
		float: right;
	}
}

.top_title:before {
	content: '';
	display: block;
	clear: both;
}

.location {
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 30px;
}

.location, .location a, .location span {
	font-size: 16px;
	color: #000;
}