.header {
	height: 84px;
	width: 100%;
	background-image: url("../img/zhxgn/banner_bg.jpg");
}

.header a {
	color: #fff;
	line-height: 84px;
	font-size: 14px;
}

.header .list {
	font-size: 0;
}

.header .list > li {
	font-size: 14px;
	display: inline-block;
}

/*header-left*/
.header-left {
	float: left;
}

.header-left > img,
.header-left > ul,
.header-right > img,
.header-right > ul {
	display: inline-block;
	vertical-align: middle;
}

.header-left > img {
	margin-right: 30px;
}

.header-left-list > li {
	position: relative;
}

.header-left-list > li .exam-type-link-group {
	width: 963px;
	font-size: 0;
	left: -222px;
}

.header-left-list > li .exam-type-link-group:before {
	left: 261px;
}

.header-left-list > li .exam-type-link-group > li {
	display: inline-block;
	width: 320px;
	border-right: 1px dotted #E5E5E5;
	padding-left: 40px;
}

.header-left-list > li .exam-type-link-group > li > a {
	color: #666;
	font-size: 14px;
	margin-right: 24px;
}

.header-left-list > li .exam-type-link-group > li > a:hover {
	color: #e04543;
}

.devide,
.header-area {
	display: inline-block;
	vertical-align: middle;
}

.devide {
	width: 2px;
	height: 27px;
	background-color: #fff;
}

.header-area {
	margin-left: 20px;
	position: relative;
}

.header-area > span,
.header-area > img {
	color: #fff;
	vertical-align: middle;
}

.header-area > span {
	font-size: 24px;
	margin-right: 5px;
}

.header-area > img {
	margin-right: 30px;
}

.header-area:hover .list-content {
	display: block;
}

.header-area .list-content {
	width: 965px;
	height: 186px;
	left: -246px;
	top: 40px;
	display: none;
}

.header-area .list-content:before {
	left: 262px;
}

.area-link-group {
	font-size: 0;
	padding-left: 40px;
}

.area-link-group > a {
	display: inline-block;
	width: 108px;
	height: 40px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 38px;
	color: #333;
	font-size: 14px;
	margin-top: 35px;
	margin-right: 43px;
	background-color: #fff;
	-webkit-transition: background-color linear 0.2s, color linear 0.2s;
	-moz-transition: background-color linear 0.2s, color linear 0.2s;
	-ms-transition: background-color linear 0.2s, color linear 0.2s;
	-o-transition: background-color linear 0.2s, color linear 0.2s;
	transition: background-color linear 0.2s, color linear 0.2s;
}

.area-link-group > a:hover {
	color: #fff;
	background-color: #e04543;
	border-color: #e04543;
}

.header-left-list > li .exam-type-link-group > li:nth-child(3n) {
	border-right: 0;
}

.left-list-link-type {
	font-weight: bold;
	font-size: 15px;
}

.left-list-link-point {
	font-size: 15px;
	font-weight: bold;
	margin: 0 18px;
}

.header-left-list > li > a {
	padding: 0 18px;
	display: inline-block;
}

.header-left-list > li:after {
	content: "";
	background-color: #fff;
	width: 25px;
	height: 4px;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: bottom linear 0.2s, opacity linear 0.2s;
	-moz-transition: bottom linear 0.2s, opacity linear 0.2s;
	-ms-transition: bottom linear 0.2s, opacity linear 0.2s;
	-o-transition: bottom linear 0.2s, opacity linear 0.2s;
	transition: bottom linear 0.2s, opacity linear 0.2s;
	bottom: 10px;
	opacity: 0;
}

.header-left-list > li:hover:after {
	bottom: 21px;
	opacity: 1;
}

.header li .list-content,
.right-banner li .list-content {
	display: none;
}

.header li:hover .list-content,
.right-banner li:hover .list-content {
	display: block;
}

.app-content-wrapper {
	position: relative;
}

.app-head-content {
	height: 425px;
	width: 230px;
	left: -82px;
}

.app-head-content:before {
	left: 102px;
}

.app-head-content {
	padding-top: 30px;
	text-align: center;
}

.app_logo {
	margin-bottom: 14px;
}

.app_name {
	font-size: 18px;
	color: #666;
	margin-bottom: 8px;
}

.app_tip {
	font-size: 12px;
	color: #959595;
	margin-bottom: 28px;
}

/*header-right*/
.header-right {
	float: right;
}

.header-right-list {
	display: inline-block;
}

.header-right-list > li {
	margin-right: 30px;
}

.top-search {
	height: 250px;
	background: url('../../../html/zhxgn/img/banner_bg2.png') center 10% no-repeat;
	text-align: center;
	background-size: 100%;
}

.top-search-box {
	text-align: left;
	padding-top: 47px;
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.top-search-input-wrapper {
	width: 568px;
	font-size: 0;
	margin-top: 3px;
	margin-left: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	overflow: hidden;
}

.top-search-input-wrapper > input {
	width: 458px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	outline: none;
	padding-left: 15px;
	font-size: 16px;
}

.top-search-input-wrapper > button {
	background-color: #FC913A;
	border: 0;
	color: #fff;
	width: 110px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	outline: none;
}

.top-search-input-wrapper > button > span {
	font-size: 18px;
}

.search-type-box {
	margin-top: 40px;
	border-bottom: 2px solid #e04543;
}

.search-type-wrapper {
	margin-top: 30px;
}

.search-type-list {
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}

.search-type-list > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.search-type-list > li > a {
	color: #333;
	width: 160px;
	height: 60px;
	background-color: #eff0f2;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}

.search-type-list > li > a.active,
.search-type-list > li > a:hover {
	color: #fff;
	background-color: #e04543;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 0 0;
}

.type-detail-list {
	margin-top: 30px;
}

.type-detail-list.city-param-list {
	margin-top: 10px;
}

.type-detail-list.province-param-list {
	margin-top: 20px;
}

.type-detail-list.province-param-list > li > a {
	font-size: 15px;
}
.type-detail-list.province-param-list > li > a,
.type-detail-list.country-param-list > li > a{
	position: relative;
	margin: 0 10px 10px 0;
}
.type-detail-list.city-param-list > li > a {
	font-size: 13px;
}

.type-detail-list > li {
	display: inline-block;
}

.type-detail-list.city-param-list > li:after {
	content: " \\ ";
	color: #ddd;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.type-detail-list.province-param-list > li:after {
	/*content: '';*/
}

.type-detail-list > li:last-child:after {
	content: "";
}
.type-detail-list.city-param-list > li > a {
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	border: none;
	box-shadow: none;
	padding: 0;
	display: inline;
	margin: 0 5px;
}
.type-detail-list > li > a {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 4px 0px rgba(207, 207, 207, 0.3);
	border: solid 1px #eff0f2;
	padding: 10px 17px;
	min-width: 96px;
}

.type-detail-list.country-param-list > li > a.active,
.type-detail-list.province-param-list > li > a.active{
	border: solid 1px #e04543;
}
.type-detail-list.city-param-list > li > a.active{
	color: #e04543;
}
.type-detail-list.country-param-list > li > a.active:after,
.type-detail-list.province-param-list > li > a.active:after{
	content: "";
	background-image: url("../../../html/zhxgn/img/selected.png");
	width: 17px;
	height: 17px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.type-detail-list > li > a:hover {
	color: #e04543;
}

/*table-wrapper*/
.table-wrapper {
	margin-top: 15px;
	position: relative;
}

.table-wrapper > table {
	width: 100%;
	border-collapse: collapse;
}

.table-wrapper > table tr:nth-child(even) {
	background-color: #F7F7F7;
}

.table-wrapper > table tr:hover {
	background-color: #FFF8E1;
}

.table-wrapper > table td {
	text-align: left;
	padding: 20px 15px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #F0F0F0;
	line-height: 25px;
	color: rgb(51, 51, 51);
	max-width: 250px;
}

.table-wrapper thead > tr > td {
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	border-color: transparent;
}

.table-wrapper thead > tr > td:nth-child(even) {
	background-color: #FF9933;
}

.table-wrapper thead > tr > td:nth-child(odd) {
	background-color: #FB8C00;
}

.table-wrapper .detail-link {
	color: #e04543;
	border: 1px solid #e04543;
	background-color: #fff;
	font-size: 14px;
	min-width: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
}
.table-wrapper .compare{
	text-align: center;
}
.table-wrapper .compare input:before{
	content: url("../../../html/zhxgn/img/compare_unselected.png");
	display: inline-block;
	width: 20px;
	height: 20px;
}
.table-wrapper .compare input:checked:before{
	content: url("../../../html/zhxgn/img/compare_selected.png");
	display: inline-block;
	width: 20px;
	height: 20px;
}
.table-wrapper .detail-link:hover {
	background-color: #e04543;
	color: #fff;
}

.list-item {
	display: none;
}

.list-item.active {
	display: block;
}

.province-list {
	font-size: 0;
	margin-top: 30px;
}

.type-search-group {
	display: none;
}

.type-search-group.active {
	display: block;
}

.province-list > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 34px;
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.province-list > li > a {
	border: 1px solid #EFF0F2;
	width: 120px;
	height: 48px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 46px;
	display: block;
	text-align: center;
	position: relative;
}

.province-list > li.active > a {
	border-color: #e04543;
}

.province-list > li.active > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../../../html/zhxgn/img/province_checked.png");
	width: 27px;
	height: 27px;
	display: inline-block;
}

.province-list > li:nth-child(8n) {
	margin-right: 0;
}
.sel-item-title{
	width: 344px;
	height: 207px;
	text-align: center;
}
.sel-item-group {
	font-size: 0;
	display: inline-block;
	margin-left: 40px;
}
.sel-item-group .flexBox{
	display: flex;
	margin-top: 30px;
}
.sel-item-group .sel-item {
	display: inline-block;
	margin-right: 10px;
	width: 212px;
	height: 42px;
	/*border-bottom: 1px solid #F8AB51;*/
	position: relative;
	text-align: left;
	vertical-align: bottom;
}
#exUSpecName {
	width: 212px;
	height: 42px;
	display: inline-block;
	outline: none;
	font-size: 16px;
	vertical-align: top;
	border-radius: 21px;
	padding-left: 23px;
}

.findBtn {
	background: #FC913A;
	border: 0;
	color: #fff;
	width: 212px;
	height: 42px;
	outline: none;
	vertical-align: top;
	letter-spacing: 1px;
	border-radius: 21px;
	margin-left: 10px;
	cursor: pointer;
}
.findBtn p{
	font-size: 20px;
}
.findBtn p:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../../../html/zhxgn/img/search.png");
	width: 25px;
	height: 25px;
	background-size: 25px;
	margin-right: 10px;
}

input::placeholder {
	font-size: 16px;
	padding-left: 10px;
	color: #ababab;
}

.minWidth {
	min-width: 95px;
}

.sel-item-group .sel-item:last-child {
	margin-right: 0;
}
.sel-item-group .open-sel-box{
	background: #fff;
	border-radius: 21px;
	padding-left: 30px;
}
.sel-item-group .open-sel-box:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../../../html/zhxgn/img/arrow_down.png");
	width: 15px;
	height: 8px;
	margin-top: 15px;
	position: absolute;
	right: 10px;;
}
.sel-item-group .sel-item span {
	color: #333;
	font-size: 16px;
	line-height: 39px;
	display: inline-block;
	vertical-align: top;
}
#exSignStartTime span:after{
	/*content: "年";*/
	/*position: absolute;
	top: 0;
	right: 124px;*/
}
.sel-item-group .sel-item > ul {
	position: absolute;
	top: 40px;
	display: none;
	max-height: 480px;
	overflow-y: auto;
	z-index: 100;
	margin-top: 2px;
	margin-left: 18px;
}

.sel-item-group .sel-item > ul.open {
	display: block;
	border: 1px solid #bc0b02;
}

.sel-item-group .sel-item > ul > li {
	width: 175px;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
}

.sel-item-group .sel-item > ul > li:hover {
	background-color: #e04543;
	color: #fff;
}

.sel-item-group > div {
	text-align: center;
	margin-bottom: 50px;
}

.query-btn-wrapper {
	margin-left: 60px;
	padding-left: 60px;
	border-left: 1px dashed #F85970;
	display: inline-block;
	height: 134px;
	vertical-align: top;
}

.query-btn {
	display: block;
	color: #fff;
	background-color: #fc913a;
	border-radius: 2px;
	width: 100px;
	height: 43px;
	font-size: 18px;
	text-align: center;
	margin-top: 43px;
	line-height: 43px;
}

.table-wrapper > table td:nth-child(10) {
	min-width: 106px;
}

.examName-wrapper > span {
	display: inline-block;
	background-color: #E04543;
	color: #fff;
	padding: 10px 20px;
	margin-top: 10px;
	position: relative;
}

.examName-wrapper > span > span {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: #E04543;
	top: -8px;
	right: -15px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid #E04543;
	cursor: pointer;
}

/*职位对比悬浮框*/
.compare-window{
	width: 158px;
	/*height: 326px;*/
	padding: 3px 4px;
	background: #fb5e67;
	position: absolute;
	right: -190px;
	top: 0;
}
.compare-window:before{
	/*content: "";
	display: inline-block;
	background-image: url(../../../html/zhxgn/img/closeCompare.png);
	width: 18px;
	height: 68px;
	position: absolute;
	left: -18px;
	top: 0;
	cursor: pointer;*/
}
.compare-window .compare-content{
	width: 150px;
	background: #fff;
}
.close-compare{
	margin-left: -21px;
	margin-top: -3px;
	position: absolute;
	cursor: pointer;
}
.compare-window .clear-box{

}
.compare-window .compare-content li{
	border-bottom: 1px dashed #dadada;
	padding: 20px 36px 20px 15px;
	line-height: 17px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: flex;
}
.compare-window .compare-content li:hover{
	background: #ffeff0;
	border: 1px dashed #fb5e67;
}
.compare-window .close-position{
	background: url("../../../html/zhxgn/img/closePosition.png") center center no-repeat;
	width: 18px;
	height: 18px;
	/*display: inline-block;*/
	vertical-align: middle;
	position: absolute;
	right: 10px;
	cursor: pointer;
	display: none;
}
.compare-window .compare-btn{
	padding: 11px 0;
}
.compare-window .btn{
	background: url("../../../html/zhxgn/img/compareBtn.png") center center no-repeat;
	width: 106px;
	height: 34px;
	margin-left: 19px;
	cursor: pointer;
	display: inline-block;
}
.compare-window .clear-window{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
}
.compare-window .clear-window:before{
	content: "";
	display: inline-block;
	background-image: url(../../../html/zhxgn/img/clearCompare.png);
	width: 17px;
	height: 18px;
	vertical-align: middle;
	margin-right: 4px;
}
