* {
  margin: 0;
  padding: 0;

}

.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul {
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  font-family: MicrosoftYaHei;
  background-color: #f7f6f4;
  min-width: 1200px;
}

img {
  display: inline-block;
}

.container {
  width: 985px;
  margin: 42px auto;
}

.logo-head {
  height: 106px;
  background-color: #ffffff;
}

.logon-content {
  width: 1200px;
  margin: 0 auto;
  padding: 27px 0;

}

.logon-content img {
  display: block;

}

.foot {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 82px;
  background-color: #f1f1f1;
  border-top: solid 1px #c0c0c0;
  padding-top: 20px;
  box-sizing: border-box;
}

.foot p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}

.tab .left {
  width: 214px;
  height: 56px;
  background: url(/image/dlzq/img/left.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  line-height: 56px;
  text-indent: 27px;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  position: relative;

}

.tab .right {
  width: 214px;
  height: 56px;
  background: url(/image/dlzq/img/right.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  margin-left: -32px;
  position: relative;
  z-index: 1;
  color: #666666;
}

.tab .left.on {
  background: url(/image/dlzq/img/left-on.png) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  z-index: 2;
}

.tab .right.on {
  background: url(/image/dlzq/img/right-on.png) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  z-index: 2;
  text-align: left;
  margin-left: -53px;
  text-indent: 45px;
}

.tab-content>div {
  padding: 0 30px;
  box-sizing: border-box;
}

.tab-content {
  /* height: 450px; */
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}

.tab-desc {
  font-size: 14px;
  line-height: 60px;
  color: #333333;
  margin-bottom: -10px;
}

.tab-tips {
  font-size: 14px;
  line-height: 40px;
  color: #688CFF;
}

.tab-content ul {
  margin-bottom: 10px;
}

.tab-content ul li {
  float: left;
  width: 11.1%;
  text-align: left;
}

.tab-content ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  color: #333333;
}

.tab-content ul li a:hover,
.tab-content ul li.on a {
  font-size: 14px;
  line-height: 50px;
  color: #688CFF;
}

.hide {
  display: none;
}

.container-full {
  width: 1200px;
  margin: 0 auto;
}
.container-full a.aclolor,#toolbarSwitch a{
  color: #688CFF !important;
}
.tips-page>a {
  float: left;
  padding-right: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 60px;
  color: #666666;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.tips-page>a:after {
  content: '>';
  display: block;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.tips-page>a:hover {
  color: #688CFF;
}

.tips-page>a:hover:after {
  color: #666666;
}

.city-tips {
  float: left;
  position: relative;
}

.city-tips>span {
  display: block;
  float: left;
  line-height: 60px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 60px;
  color: #666666;
  position: relative;
}

.city-tips>span:hover {
  color: #688CFF;
}

.select-city {
  float: left;
  position: relative;
}

.select-city>.city-qh {
  line-height: 30px;
  margin: 15px 0;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  padding: 0 20px 0 5px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #dddddd;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.select-city>.city-qh:after {
  content: '';
  display: block;
  background: url(/image/dlzq/img/select.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 4px;
}

.select-city-box {
  position: absolute;
  top: 55px;
  left: -30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(96, 96, 96, 0.23);
  border-radius: 4px;
  z-index: 2;
  width: 538px;
  padding: 20px 15px 0;
}

.select-city-box>ul>li {
  float: left;
}

.select-city-box p.tips {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.select-city-box>ul>li.tips {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #688CFF;
}

.select-city-box>ul>li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-decoration: none;
}

.select-city-box>ul>li:not(:first-child) {
  width: 50px;
  text-align: center;
  margin-left: 7px;
}

.select-city-box>ul>li a:hover {
  color: #688CFF;
}

.container-left {
  width: 262px;
  padding-top: 10px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}

.container-left ul li.parent>div {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-left: 4px solid transparent;
  margin-bottom: 10px;
  position: relative;
}

.container-left ul li.parent>div:hover,.container-left ul li.parent>div.active {
  color: #688CFF;
  border-left: 4px solid #688CFF;
}
.container-left ul li ul.child-menu,.container-left ul li ul.child-menu02{
  display: block;
}
.container-left ul li.on ul.child-menu,.container-left ul li.on ul.child-menu02{
  display: none;
}
.container-left ul li ul.child-menu li,.container-left ul li ul.child-menu02 li{
 
  padding-left: 40px;
  cursor: pointer;
  box-sizing: border-box;
  border-left: 4px solid transparent;
  margin-bottom: 10px;
}
.container-left ul li ul.child-menu li a,.container-left ul li ul.child-menu02 li a{
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-decoration: none;
}

.container-left ul li ul.child-menu li:hover ,.container-left ul li ul.child-menu li.active,.container-left ul li ul.child-menu02 li:hover ,.container-left ul li ul.child-menu02 li.active
 {
  border-left: 4px solid #688CFF;
}
.container-left ul li ul.child-menu li:hover a,.container-left ul li ul.child-menu li.active a,.container-left ul li ul.child-menu02 li:hover a,.container-left ul li ul.child-menu02 li.active a
{
  color: #688CFF;
}
.container-left ul li.has-child>div:after,.container-left ul li.has-child02>div:after {
  content: '';
  display: block;
  width: 16px;
  height: 40px;
  background: url(/image/dlzq/img/top.png) center center no-repeat;
  background-size: auto auto;
  position: absolute;
  top: 0;
  right: 10px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container-left ul li.has-child.on>div:after,.container-left ul li.has-child02.on>div:after {

  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.container-right,.container-right2,.container-right3,.container-rightGz{
  width:920px;
  overflow-y: scroll;
	background-color: #ffffff;
  border: solid 1px #dddddd;
  float:right;
  padding: 10px 20px 60px 20px;
  box-sizing: border-box;
}
.container-right h3,.container-right2 h3,.container-right3 h3,.container-rightGz h3{
  font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 10px;
  margin-top: 10px;
}
.container-right p.title,.container-right2 p.title,.container-right3 p.title{
  font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
  color: #3f3f3f;
  margin-bottom: 10px;
}
.container-right p,.container-right2 p,.container-right3 p{
  font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.radio-p{
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}
.radio-p:after{
  content: '';
  display: block;
  width: 8px;
	height: 8px;
	background-color: #ffffff;
  border: solid 1px #c2c2c2;
  border-radius: 100%;
  position: absolute;
  top:6px;
  left: 0;
}
.radio-p span{
  font-size: 18px;
	line-height: 14px;
	color: #da4d4d;
}
.container-table{
  width: 984px;
  margin: 0 auto;
}
.container-table table{
  width: 100%;
  border-collapse:collapse;
  border-radius: 3px;
  overflow: hidden;
  table-layout: fixed;
 }
 .container-table table th{
  background-color: #688CFF;

  line-height: 50px;
  font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
 }
 .container-table table td{
  font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height:50px;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
 }
 
.search_page_list li {
	float: left;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #dddddd;
	text-align: center;
	line-height:30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #666666;
  cursor: pointer;
}

.search_page_list li:not(:last-child) {
	border: solid 1px #ececec;

	overflow: hidden;
  box-sizing: border-box;

}
.search_page_list li:not(:first-child) {
  margin-left: 10px;
}
.search_page_list li:last-child {
	border: solid 1px #ececec;
	overflow: hidden;
	box-sizing: border-box;
}

.page_input {
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #888888;
	margin-left: 8px;
}

.page_input input {
	width: 42px;
	height: 30px;
	border: solid 1px #ececec;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #888888;
  margin: 0 5px;
}

.search_page_list li:hover,
.search_page_list li.on {
  background-color: #688CFF;
  color: #ffffff;
  border: solid 1px #688CFF;
}
.btn-sure{
  display: inline-block;
  width: 50px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 2px;
  border: solid 1px #dddddd;
  margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
  color: #333333;
  outline: none;
  cursor: pointer;
}
.page-num{
	font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-left: 10px;
}
.search_page_list li.dash-page{
  border: none;
  background-color: transparent;
  width: 10px;
  line-height: 24px;
}
.search_page_list li.dash-page:hover{
  color: #688CFF;
}
.search_page{
  display: inline-block;
}
.search_page_out {
  margin: 30px auto 0;
  text-align: center;
}

.newHolder {
  text-align: center;
  padding: 0;
  margin-top: 10px;
  border: none;
}

.newHolder a {
  cursor: pointer;
  width: 30px;
  height: 30px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #dddddd;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height:30px;
  white-space: nowrap;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  margin-left: 10px;
}
.newHolder a:hover, .newHolder a.jp-previous:hover,.newHolder a.jp-next:hover{
  background-color: #688CFF;
  color: #ffffff;
  border: solid 1px #688CFF;
}
.newHolder a.jp-previous {
  background: url(/image/dlzq/img/page_left.png) center center no-repeat;
  background-color: #ffffff;
  background-size: 50%;
  border: solid 1px #ececec;
}

.newHolder a.jp-next {
  background: url(/image/dlzq/img/page_right.png) center center no-repeat;
  background-color: #ffffff;
  background-size: 50%;
  border: solid 1px #ececec;
}
.page-current-frist{color: #688CFF;}
.newHolder a.jp-current,
a.jp-current:hover {
  background-color: #688CFF;
  color: #ffffff;
  border: solid 1px #688CFF;
}

.newHolder a.jp-disabled,
a.jp-disabled:hover {
  color: #bbb;
}

.newHolder a.jp-current,
a.jp-current:hover,
.newHolder a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  /* background: none; */
}

.newHolder span {
  margin: 0 5px;
}