body {
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	background-color: #FFFFFF;
}


/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {

	font-size: 14px;
	color: #333;
	background: #FFFFFF;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333333;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.h1 {
	font-weight: normal;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.zq_banner {
	width: 100%;
	height: 400px;
	background: url(banner.jpg) no-repeat top center;
}

.zq_banner .one {
	width: 1200px;
	margin: 0 auto;
	height: 47px;
	line-height: 42px;
	font-size: 36px;
	color: #FFFFFF;
}

.zq_banner p {
	display: block;
	width: 1200px;
	height: 47px;
	margin: 0 auto;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 16px;
}

.current_bm {
	width: 1200px;
	min-height: 400px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;margin-bottom: 30px;
}

.bumen_name {
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #999;
	
	float: left;
	line-height: 50px;
	height: 50px;
}

.shixiang_box {
	width: 100%;
	height: auto;
	float: left;
}

.shixiang_tit {
	width: 100%;
	height: 40px;
	background: #F1F2F3;
	margin-top: 20px;
}

.shixiang_tit span {
	line-height: 40px;
	font-size: 14px;
	color: #73777A;
	padding: 0 20px;
}

.shixiang_tit span.txt1 {
	width: 75%;
}

.shixiang_tit span.txt2 {
	width: 25%;
	text-align: right
}

.shixiang_list li {
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	padding: 0px 20px;
	font-size: 14px;
	background: url(One.jpg) 8px 23px no-repeat;
	padding-right: 0;
	height: 60px;
	line-height: 60px;
}

.shixiang_list li a {
	display: block;
	float: left;
	font-size: 16px;
	color: #333333;
}
.shixiang_list li span{
	display: block;
	float: left;
	font-size: 16px;
	color: #999;
	margin-left: 20px;
}
.one_c a {
	width: 80px;
	height: 30px;
	line-height: 28px;
	display: block;
	border: 1px solid #448AF0;
	float: left;
	margin-right: 15px;
	font-size: 13px!important;
	/*padding-left: 16px;*/
	margin-top: 15px;
	color: #448AF0;
	text-align: center;
}

.one_c a.icon1:hover {
	background: #448AF0;
	color: #fff;
}

.one_c a.icon2:hover {
	background: #448AF0;
	color: #fff;
}

.tck {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999
}

.tck .tck_k {
	width: 600px;
	height: 180px;
	border-radius: 10px;
	border: 2px solid #666666;
	background: #fff;
	position: absolute;
	top: 225px;
	left: 50%;
	transform: translateX(-50%);
}

.tck .tck_top {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 54px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}

.tck .tck_top #tck_close {
	font-size: 30px;
	width: 60px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.tck .tck_top #tck_close:hover {
	transform: scale(1.2)
}

.tck .tck_inf h3 {
	font-size: 17px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.tck .tck_sx {
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}

.tck .tck_sx span,
.tck .tck_sx a {
	font-size: 16px;
	color: #000;
}

.tck .tck_sx a.notOn,
.tck .tck_sx a.notOn:hover {
	color: #c5c8ce;
	background-color: #f7f7f7;
	border-color: #dcdee2;
	cursor: no-drop
}

.tck .tck_sx span {
	margin-right: 5px;
}

.tck .tck_sx a {
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
	color: #000;
	text-align: center;
	line-height: 35px;
	border: 1px solid #ddd;
	margin-right: 10px;
	background: #fff;
}

.tck .tck_sx a:hover {
	color: #fff;
	background: #448AF0;
}
.hqzc{
	width: 96px;
	height: 33px; 
	font-size: 24px;
	color: #333333;
	display: block;
	float: left;
	font-weight: 500;
}
.select_list {
	width: 170px;
	height: 28px;
	line-height: 28px;
	background: url(xlicon.png) 100px center no-repeat;	
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	position: relative;
	margin-left: 50px;
	margin-top: 10px;
}

.sect_list dt {
	height: 26px;
	display: inline-block;
	line-height: 26px;
	padding-left: 10px;
	font-size: 13px;
	color: #333;
	cursor: pointer;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	outline: none;
}

.select_list dd {
	position: absolute;
	left: 0px;
	background: #fff;
	box-shadow: 0 0.1rem 0.75rem 0 rgba(13, 28, 40, .1);
	width: 170px;
	border: 1px solid #eee;
	z-index: 999;
	
}

.select_list dd>ul>li {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}

.select_list dd>ul>li:hover {
	background-color: #f1f2f3;
}

.select_list dd>ul>li>a {
	color: #666;
	display: block;
	width: 100%;
}

.select_list dd.themeList {
	width: 785px;
	padding: 10px 0;
	display: none;
}

.select_list dd.themeList>ul>li {
	float: left;
	width: 130px;
	margin-left: 20px;
}

.select_box ul.btn {}

.select_box ul.btn li {
	float: left;
	margin-right: 70px;
	line-height: 26px;
	font-size: 12px;
}

.select_box ul.btn li:not(:first-child) {
	margin-right: 20px;
}

.select_box ul.btn li span {
	font-size: 12px;
	margin-left: 5px;
} 
