@charset "UTF-8";

/* banner�*/
.zhaoxns .zhaoxns-banner {
	width: 100%;
}

.zhaoxns .width995 {
	max-width: 995px;
	text-align: center;
	margin: 0 auto;
}

.zhaoxns .station-list {
	margin-top: 90px;
}

.zhaoxns .station-list tr {
	height: 53px;
	line-height: 53px;
	border: 1px solid #F1F1F1;
	font-weight: 500;
	font-size: 14px;
	border-right: 0;
	border-left: 0;
}

.zhaoxns .station-list .list-item td:last-child {
	background: url(../img/aboutUs/zhaoxns_noselect.png) no-repeat center center;
	background-size: 12px 12px;
}

.zhaoxns .list-item:hover {
	background: #F8F8F8;
	cursor: pointer;
}

.zhaoxns .list-item:hover td:first-child {
	color: #0084FC;
}

.zhaoxns .list-item:hover td:last-child {
	background: url(../img/aboutUs/zhaoxns_select.png) no-repeat center center;
	background-size: 12px 12px;
}

/* �鿴���� */
.zhaoxns .show-more {
	width: 80px;
	height: 28px;
	border: 1px solid #0084FC;
	opacity: 1;
	border-radius: 60px;
	color: #0084FC;
	text-align: center;
	line-height: 28px;
	margin: 40px auto;
	cursor: pointer;
	font-size: 12px;
}

.zhaoxnsBody{
	background: #F8F9FA;
}
/* �б� */
.m-table{width: 100%;border-collapse: collapse;}
.zhaoxnslist{
	/* width: 800px; */
	margin: 0 auto;
	padding: 20px 100px;
	background: #fff;
}
.zhaoxnslist tr {
	height: 53px;
	font-size: 14px;
	border-bottom: 1px solid #F1F1F1;
}
.zhaoxnslist td {
	padding: 0 5px;
	text-align: center;
}
/* �� */
.zhaoxnsForm {
	text-align: center;
}

.zhaoxnsForm label {
	width: 70px;
	height: 32px;
	margin-right: 10px;
	text-align: right;
	color: #03081E;
	font: 600 12px/32px "";
}

.m-form-control {
	width: 420px;
	height: 32px;
	margin-bottom: 20px;
	padding-left: 18px;
	font: 12px/32px "";
	border: 1px solid #D9D9D9;
}

.m-form-textarea {
	width: 420px;
	height: 150px;
	margin-bottom: 20px;
	padding-left: 18px;
	font-size: 12px;
	line-height: 32px;
	color: #757575;
	border: 1px solid #D9D9D9;
}
.form-btn{
	margin-top: 20px;
	text-align: center;
}

.form-btn .m-btn{
	margin: 0 5px;
}
.m-btn {
	width: 100px;
	height: 32px;
	padding: 0;
	font: 400 12px/32px "";
	color: #fff;
	text-align: center;
	border-radius: 60px;
	background: #0084FC;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}