*{ 
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
.banner {
	height: 480px;
	background: url(theme.png) center no-repeat;
}
.nav {
	background-color: #4A72B0;
}
.clearloc {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.clearloc li {
	float: left;
	width: 170px;
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.nav li a {
	font-size: 28px;
	color: #fff;
}
.clearloc_choose {
	background-color: #245399;
}


.section {
	background: #fff;
	padding-top: 15px;
}
.w1200 {
	width: 1200px;
	margin: auto;
}
.title {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}
.title p {
	float: left;
	height: 30px;
	color: #235497;
	border-left: 5px solid #245399;
	padding-left: 15px;
	font-size: 22px;
}
.more {
	float: right;
	font-size: 16px;
	color: #666;
	display: inline-block;
	height: 30px;
}
.row {
	margin: 0 -6px;
}
.col {
	width: 15.66%;
	float: left;
	padding: 0 6px;
	margin-top: 20px;
}
.col a {
	background: #235499;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
}
.clearfix {
	height: auto;
  overflow: hidden;
}

.img-top {
	margin-top: 25px;
}

.wf-list {
	margin: 15px 0;
	height: 120px;
	overflow: hidden;
}
.wf-list li {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 22px 0 14px;
	width: 47%;
	float: left;
}
.wf-list li a {
	display: inline-block;
	max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.wf-time {
	float: right;
	color: #666;
}
.wf-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.img-list{
	overflow: hidden;
	margin-top: 30px;
}
.wf-bd {
	width: 2460px;
	height: 280px !important;
	overflow: hidden;
	margin-right: -30px;
	overflow: hidden;
}
.wf-bd li {
	float: left;
	width: 380px;
	height: 280px;
	margin-right: 30px;
	background-color: #235497;
}
.wf-bd li a {
	display: block;
	height: 100%;
	background: #f5f5f5;
}
.wf-bd li img {
	display: block;
	width: 380px;
	height: 220px;
}
.wf-bd li p {
	color: #000;
	padding: 0 10px;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.upper {
	margin-top: 20px;
}
#toggle {
	cursor: pointer;
}
#collapse-content {
	display: none;
	overflow: hidden;
}

.upper li {
	padding: 20px 0;
}
.input-suffix, .input-no {
	display: inline-block !important;
	width: 400px;
	text-align: right;
	font-size: 13px;
}
.input-suffix:before {
	content: '*';
	color: red;
	padding-right: 5px;
}
.form-control {
	width: 500px !important;
	height: 30px;
	line-height: 1.42857143;
	border: 1px solid #e7e8e9;
	color: #666;
	padding: 6px 12px;
	border-radius: 2px;
}

.collapse-icon {
	width: 20px;
	margin-top: -6px;
	vertical-align: middle;
	transform: rotate(0deg);
	transition-duration: 1s;
}
.up .collapse-icon {
	transform: rotate(180deg);
	transition-duration: 1s;
}

.form-group {
	padding: 20px 0;
}
.radio-label {
	vertical-align: middle;
	padding-left: 10px;
}
input[type="radio"] {
	margin-right: 5px;
}
.form-control-sm {
	width: 160px !important;
}
.btn-submit, .btn-reset {
	width: 200px;
	height: 60px;
	border-radius: 4px;
	line-height: 60px;
	text-align: center;
	border: 0;
	font-size: 24px;
}
.btn-submit {
	background: #235499;
	color: #fff;
}
.btn-reset {
	background: #eee;
	margin-left: 40px;
	color: #333;
}

.section-background{
	background-color: #245399;
	overflow: hidden;
}
.section-background a {
	color: #FFFFFF;
}
.link-box .link-item {
	float: left;
	width: 14.2%;
}
.link-box .link-item dl {
	margin: 10px 10px 10px 0;
	background-color: #184689;
	padding: 15px 15px;
	min-height: 170px;
}
.link-box .link-item dl dt {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 8px;
}
.link-box .link-item dl dd {
	margin: 0;
	line-height: 25px;
	font-size: 12px;
}
.link a:link, .link a:visited, .link a:active {
	font-size: 16px;
	color: #fff;
}
.link-box .link-item dl dd li a {
	font-size: 14px;
}

.yqlink {
	background-color: #8897ad;
	height: 50px;
	line-height: 50px;
}
.container {
	width: 85%;
	margin: 0 auto;
}
.yqlink li {
	float: left;
	padding: 0 30px;
	color: #fff;
}
.yqlink li a {
	border-right: 1px solid #fff;
	padding-right: 55px;
	color: #fff;
}

.footer {
	width: 100%;
	background-color: #f0f0f0;
}
.footer-left {
	width: 20%;
	text-align: center;
}
.footbg {
	width: 99%;
	height: 120px;
	margin: 0 auto;
	padding-top: 18px;
	color: #333;
	/* background-color: #f4f4f4; */
}.footer-center {
	width: 60%;
	height: 120px;
	text-align: center;
}
.footer-center p {
	line-height: 28px;
}
.footer-right {
	width: 20%;
	height: 120px;
	text-align: center;
}
.pull-left {
	float: left !important;
}
.footbg a {
	color: #333;
}