.banner {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 0;
}

.banner .s_img {
	width: 100%;
	height: 150px;
	background: url(../images/bg_banner.jpg) center top no-repeat;
	background-size: auto;
	position: relative;
}

.banner-box {
	width: 1180px;
	height: 150px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: 0 auto;
}

/* 搜索 */
.search {
	width: 520px;
	height: 35px;
	background: #FFFFff;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	margin-top: 130px;
	margin-left: 98px;
}

.search input {
	width: 470px;
	background: none;
	margin: 5px 0 0 0;
	border: none;
	padding: 0 10px;
	color: #5a5a5a;
}

.search input:focus {
	outline: none;
}

.search button {
	margin: 3px 3px 0 0;
	height: 28px;
	padding: 0 5px;
}

.search button:focus {
	outline: none;
}


.borR {
	border: 1px solid red;
}

/* 问题模型1 */
.container-qs {
	width: 100%;
	margin: 0 auto;
}

.container-qs-bgSelect {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 0 20px 0;
}

.question-box01 {
	/* width: 1200px; */
	margin: 0 auto;
}

.question-box01 .topTitle {
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: center;
}

.question-box01 .topTitle strong {
	font-size: 2.5rem;
	height: 2.75rem;
	line-height: 2.75rem;
	color: #3fb8ff;
}

.question-box01 .content {
	width: 100%;
}

.question-box01 .content .list_button {
	padding: 5px;
}

.list_button a:link,
.list_button a:visited {
	background: #3fb8ff;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 16px;
	padding: 15px;
	display: block;
	text-align: center;
	border-radius: 3px;
}

.list_button a:hover,
.list_button a:active {
	background: #2093ff;
	font-weight: bold;
}

/* 问题模型1 */
.container-qs-bgSelect:nth-child(even) {
	background: #f7f7f7;
}

.container-qs-bgSelect:nth-child(even) .question-box01 .topTitle strong {
	color: #2b6eff;
}

.container-qs-bgSelect:nth-child(even) .list_button a:link,
.container-qs-bgSelect:nth-child(even) .list_button a:visited {
	background: #2b6eff;
}

.container-qs-bgSelect:nth-child(even) .list_button a:hover,
.container-qs-bgSelect:nth-child(even) .list_button a:active {
	background: #2093ff;
}

/* 位置+搜索 */
.location {
	/* width: 100%; */
	padding: 10px 0;
	background: #f1f1f1;
}

.location-view {
	/* width: 1100px; */
	margin: 0 auto;
}

.location-view .content {
	font-size: 1.5rem;
	padding-top: 10px;
	padding-left: 35px;
	background: url(../images/icon_home.svg) left 8px no-repeat;
	background-size: 27px;
}

.location-view .content a:link,
.location-view .content a:visited {
	color: #7b7b7b;
	text-decoration: underline;
}

.location-view .content a:hover,
.location-view .content a:active {
	color: #003CE7;
}

/* 列表页 */
.main {
	/* width: 1100px; */
	margin: 10px auto;
}

/* 列表 */
.list {
	width: 100%;
	font-size: 1.5rem;
}

.list ul li {
	width: 100%;
	line-height: 26px;
	float: left;
	display: inline;
	border-bottom: 1px dashed #f1f1f1;
	margin-bottom: 15px;
}

.list ul li span.spin {
	background: #2093FF;
	padding: 0 10px;
	color: #fff;
	float: left;
}

.list ul li a:link {
	width: 70%;
	float: left;
	margin-left: 10px;
}

.text_overHidden {
	overflow: hidden;
	white-space: nowrap;
	/*设置不折行*/
	text-overflow: ellipsis;
	/*这就是省略号喽*/
	-o-text-overflow: ellipsis;
	/*兼容opera*/
	overflow: hidden;
	/*设置超过的隐藏*/
}


/* 菜单栏 */
.nav {
	width: 100%;
	margin-bottom: 25px;
}

.nav h5 {
	color: #808080;
}

.nav ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	float: left;
	display: inline;
	/* background: #eaf7ff; */
	/* margin: 0 0 10px 0; */
	border-radius: 3px;
	color: #787878;
	border-bottom: 1px dashed #d4d4d4;
}

.nav ul li a:hover {
	background: #d0edff;
}

/* 内容标签 */
.btn-default {
	background: transparent;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	background: transparent;
}

.btn-primary {
	background: #3b99ea;
	border-color: #3b99ea;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background: #2a272e;
	border-color: #2a272e;
	color: #fff;
}

.btn-lg {
	padding: 16px 27px;
}

.btn-sm {
	font-weight: bold;
	padding: 6px 11px;
	font-size: 11px;
	line-height: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.btn.with-icon {
	margin: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 39px;
}

.btn.disabled,
.btn[disabled] {
	background: #666 !important;
	border-color: #666 !important;
}

.btn.closeAjaxPortfolio {
	margin-left: 25px;
}

.nav .btn.btn-default.btn-sm:focus,
.nav .btn.btn-default.btn-sm:hover {
	background: #3b99ea;
	border-color: #3b99ea;
	color: #fff;
}

/* 详细页 */
.listView {
	width: 100%;
}

.listView h1 {
	font-size: 2.3rem;
	text-align: center;
	margin: 15px 0;
}

.listView .viewInfo {
	color: #ccc;
	text-align: center;
}

.listView .content {
	margin: 10px 0;
}

/* 底部 */
.footer {
	background: #364252;
	color: #fff;
	line-height: 28px;
}

.cxtz-info {
	font-size: 1.5rem;
	padding: 15px 0 15px 0;
	text-align: left;
}

.code {
	padding: 15px 10px;
	text-align: right;
	float: left;
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width:768px and max-width:992px) {
	.cxtz-info {
		text-align: center;
	}

	.code {
		text-align: center;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 767px) {
	.cxtz-info {
		text-align: center;
	}

	.code {
		text-align: center;
		float: inherit;
	}
}

@media (max-width: 992px) {
	.row>[class^="col-md-"] {
		margin-top: 5px;
	}

	.banner {
		display: none;
	}

}

/* 更新时间 2021-09-03 */
/* 增加登录窗口样式 */
.login {
	width: 100%;
	min-height: 40vh;
}

.login .login-off {
	width: 98vw;
	text-align: center;
	font-size: 2rem;
}

.login-success {
	width: 96vw;
	text-align: center;
	font-size: 2rem;
	margin: 0 auto;
}

.login .login-a {
	line-height: 40vh;
}

.login .login-a:link,
.login .login-a:visited {
	text-decoration: underline;
	color: #0000CC;
}

.login .login-a:hover,
.login .login-a:active {}

.login-success2 {
	width: 260px;
	text-align: right;
	font-size: 1.7rem;
	padding-top: 10px;
	color: #000000;
}

.login-success2 a:link,
.login-success2 a:visited {
	color: #0000CC;
	text-decoration: underline;
}


/* 2024-02-27 添加内页滚动图片功能 */
.fullSlide {
	min-width: 1000px;
	position: relative;
	height: 150px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 150px;
	overflow: hidden;
	text-align: center;
	background-size: auto;
}

.fullSlide .bd li.bd_img1 {
	background: url(../images/bg_banner.jpg) center top no-repeat;
}

.fullSlide .bd li.bd_img2 {
	background: url(../images/bg_banner2.jpg) center top no-repeat;
}

.fullSlide .bd li a {
	display: block;
	height: 150px;
}

.fullSlide .hd {
	height: 18px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.fullSlide .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.fullSlide .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #2500ff;
	color: #1700ac;
	cursor: pointer;
	padding:2px;
}

.fullSlide .hd ul li.on {
	background: #fff;
	color: #000;
}