@charset "utf-8";
/* CSS Document */

body {
	background: #f4f7fa;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
table, td, tr, th {
	font-size: 12px;
}
ul, ol, li {
	list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", sans-serif !important;
	font-family: "Microsoft Yahei", "微软雅黑", "宋体";
	font-family: Verdana, Arial, Helvetica, sans-serif;
	_font-family: Microsoft Yahei, 微软雅黑, "宋体";/**ie6 识别微软雅黑不要引号.ie6汉字会显示偏上位置，先用不存在字体 Tahoma,试下那就只能忽略这个问题**/
	font-size: 12px;
	border: 0;
}
.font-bold {
	font-weight: 700;
}
.mb-14 {
	margin-bottom: 14px;
}
.mt-10 {
	margin-top: 10px;
}
.text-black {
	color: #333;
}
.text-16 {
	font-size: 16px;
}
/*Link color*/
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0e6cce;
	text-decoration: underline;
}
a:active {
	color: #0e6cce;
}
/*Blank*/
.blank1 {
	height: 1px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank3 {
	height: 3px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank6 {
	height: 6px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank10 {
	height: 10px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank15 {
	height: 15px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank20 {
	height: 20px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank30 {
	height: 30px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank40 {
	height: 40px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
.blank60 {
	height: 60px;
	clear: both;
	font-size: 1px;
	overflow: hidden;
}
/***头部定义*****/
.header {
	height: 80px;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: fixed;
	background-color: hsla(0,0%,100%,.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: #333;
	-webkit-box-shadow: 0 1px 30px 0 rgba(0,0,0,.05);
	box-shadow: 0 1px 30px 0 rgba(0,0,0,.05);
	padding: 0 40px;
	z-index: 3000;
}
.inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	line-height: 80px;
}
/***中间部分***/
.cqsw-bg {
	width: 100%;
	overflow: hidden;
}
.cqsw-bg-content {
	width: 100%;
	background: #e4effe;
	overflow: hidden;
}
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 630px;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 2;
	background-color: transparent;
}
.cqsw-content-bg {
	position: relative;
	height: 4px;
	width: 100%;
	overflow: visible;
}
.cqsw-content-bg:before {
	content: "";
	background: url(../images/cqswjt/banner-top@2x.22511970.png) no-repeat 50%/cover;
	height: 630px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.cqsw-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	width: 250px;
	height: 580px;
	border-radius: 4px;
	background: linear-gradient(180deg, hsla(0,0%,100%,.7), #fff);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.main-wrapper-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 310px;
	margin-right: 20px;
	background: #fff;
	box-shadow: 0 -1px 0 2px #fff, 0 8px 20px 0 rgba(0,0,0,.05);
}
.cqsw-download {
	padding: 20px 20px;
	background: url(../images/cqswjt/right_user@2x.0cb31031.png) no-repeat 50%/cover;
	border-radius: 2px;
	width: 310px;
}
.cqsw-download p {
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
ul.list-content li:not(:last-of-type) {
	margin-bottom: 6px;
}
ul.list-content li {
	line-height: 30px;
}
ul.list-content li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 500;
	color: #333;
	font-size: 14px;
	padding-left: 20px;
	line-height: 30px;
	background: url(../images/tb_list_cm.jpg) no-repeat 5px 13px;
}
ul.list-content li a:hover {
	color: #0e6cce;
	padding-left: 20px;
	line-height: 30px;
	background: url(../images/tb_list_cm.jpg) no-repeat 5px 13px;
	text-decoration: none;
}
.cqsw-left-list {
	padding: 20px 20px;
	background: #fff;
	border-radius: 2px;
	width: 280px;
}
.cqsw-left-list span {
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 500;
	color: #333;
	font-size: 14px;
	display: block;
}
.cqsw-left-list p {
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	display: block;
}
.text-ellipsis, .text-ellipsis a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.pointer {
	cursor: pointer;
}
.text-black {
	color: #333;
}
.lh-16 {
	line-height: 16px;
}
.text-12 {
	font-size: 16px;
}
/**右侧部分内容**/
.main-wrapper-left {
	box-sizing: border-box;
	width: calc(100% - 330px);
	margin-left: 20px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 -1px 0 2px #fff, 0 8px 20px 0 rgba(0,0,0,.05);
	backdrop-filter: blur(3px);
	background: linear-gradient(180deg, hsla(0,0%,100%,.7), #fff);
	height: 570px;
	overflow: hidden;
}
.main-wrapper-left-content {
	box-sizing: border-box;
	width: calc(100% - 330px);
	margin-left: 20px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 -1px 0 2px #fff, 0 8px 20px 0 rgba(0,0,0,.05);
	backdrop-filter: blur(3px);
	background: linear-gradient(180deg, hsla(0,0%,100%,.7), #fff);
	height: auto;
	overflow: hidden;
}
.cqswTips {
	padding: 20px;
}
.cqswTips .cqsw-list .title {
	font-weight: 700;
	font-size: 16px;
}
.cqsw-list-content {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #f4f4f4;
}
.xb {
	float: left;
	font-weight: 700;
	font-size: 16px;
	margin-left: 10px;
	color: #333;
	margin-top: 5px;
}
.xbcontent {
	float: left;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content-cq {
	width: 100%;
	padding: 20px
}
.content-cq p {
	line-height: 35px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	width: 790px;
}
.fb16 {
	font-size: 16px;
	font-weight: bold;
}
.fblue {
	color: blue;
	font-weight: bold;
}
.red {
	color: red;
}
.center {
	text-align: center
}
.cqswList {
	width: 262px;
	height: 130px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	background-size: 100% 100%!important;
	cursor: pointer;
}
.cqswList:hover {
	background: url(../images/cqswjt/added_on@2x.e08c0e10.png) no-repeat 50%;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.05);
	box-shadow: 0 6px 10px rgba(0,0,0,.05);
}
.cqswList .cqsw-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 100%;
}
.cqswList .cqsw-right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.cqswList .cqsw-right-content .cqswContent {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #717887;
	line-height: 20px;
}
.cqswContent a {
	color: #333;
}
.cqswContent a:hover {
	color: #1657a9;
	text-decoration: underline;
}
.cqswContent h3 {
	color: #333;
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 14px;
}
.cqswContent p {
	color: #717887;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 12px;
}
.cq {
	widows: 100%;
	height: 80px;
	overflow: hidden
}
.cqsw-p {
	width: 1200px;
	margin: 0 auto;
}
.cqsw {
	position: relative;
	top: -50px;
	left: 500px;
	z-index: 200;
}
.cqsw ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cqsw li {
	display: block;
	width: 65px;
	float: left;
	margin: 0 30px;
	font-size: 16px;
}
.cqsw li a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 65px;
	height: 35px;
	padding: 0 0 0 5px;
}
.cqsw li a:hover {
	color: #1657a9;
	text-decoration: none;
	display: block;
	width: 65px;
	height: 35px;
	padding: 0 0 0 5px;
	border-bottom: 2px solid #1657a9;
}
.cqswIcon {
	width: 26px;
	height: 26px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.footer-db {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
/****table收费标准 样式***/
.charge-table {
	width: 100%;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 15px;
}
.charge-table-form {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 15px;
	background: #ffffff !important;/**firefox ie7 北京颜色定义 其他游览器js定义隔行**/
}
.charge-table-form td, caption {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	border-left: 1px solid #e0e0e0;
}
.charge-title {
	background: #4f81bd;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.charge-blue {
	background: #dce6f1;
	color: #333;
}
.tableDiv {
	width: 790px;
}
.second DIV {
	DISPLAY: none;
	BACKGROUND: #f7f7f7
}
.second:hover DIV {
	BORDER-BOTTOM: #c4c4c4 1px solid;
	POSITION: absolute;
	BORDER-LEFT: #c4c4c4 1px solid;
	PADDING-BOTTOM: 3px;
	LINE-HEIGHT: 20px;
	PADDING-LEFT: 8px;
	WIDTH: 100px;
	PADDING-RIGHT: 8px;
	DISPLAY: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	BORDER-TOP: #c4c4c4 1px solid;
	BORDER-RIGHT: #c4c4c4 1px solid;
	PADDING-TOP: 3px
}
.locate-index{
 float:right;
 color:#333; 
 background:url(../images/gray_arrow.jpg) no-repeat 0 4px;
 padding-left:20px;	
 font-size:14px;
	}