/*公共样式*/
.padding_l0 {
	padding-left: 0px;
}

.padding_r0 {
	padding-right: 0px;
}

.red {
	color: #ff0000;
}

textarea {
	resize: none;
	width: 100%;
}

.card-box {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.m-t-20 {
	margin-top: 20px !important;
}
/*申请步骤*/
.apply-step {
	margin: 20px -20px 10px -25px;
	overflow: hidden;
	position:fixed;
	background-color:white;
	top:60px;
	left:0px;
	width: 100%;
}

.apply-step .list-step {
	width: 100%;
	padding: 0px;
	margin-bottom: 15px;
}

.apply-step .list-step li {
	text-align: center;
	float: left;
	width: 12%;
}

.apply-step .list-step a .img {
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	-moz-border-radius: 54px;
	-webkit-border-radius: 54px;
	background-color: #ccc;
	vertical-align: middle;
	margin: auto;
	line-height: 45px;
}

.apply-step .list-step .connection {
	width: 5%;
	height: 3px;
	background-color: #ccc;
	margin-top: 26px;
}

.apply-step .list-step .connection.current, .apply-step .list-step a .img.current
	{
	background-color: #4a89dd;
}

.apply-step .list-step a p {
	margin-top: 5px;
	color: #555;
}
/*专业类型设置*/
.professional-type {
	margin-top: 20px;
}

.professional-type .nav>li.active>a {
	color: #4a89dd;
}

.professional-type .nav>li>a {
	position: relative;
	margin-right: 5px;
	padding: 5px 30px;
	color: #555;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.professional-type .nav>li>a>.icon-remove-sign {
	position: absolute;
	top: 0px;
	right: -7px;
	color: #ddd;
	font-size: 18px;
	cursor: pointer;
}

.professional-type .nav-tabs-header {
	padding: 0px 15px;
}

.professional-type .nav-tabs-header .fa-plus-circle {
	cursor: pointer;
	color: #559bf9;
	font-size: 20px;
}

.professional-type .tab-content {
	background-color: #fff;
	min-height: 600px;
	padding: 30px 15px;
}

.professional-type .all-label {
	padding-left: 0px;
	overflow: hidden;
}

.professional-type .all-label li {
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.professional-type .all-label li a {
	display: inline-block;
	text-align: center;
	border: 1px dashed #ddd;
	padding: 8px 30px;
	color: #555;
	cursor: pointer;
}

.professional-type .all-label li a>label {
	margin-bottom: 0px;
	cursor: pointer;
}

.professional-type .all-label li a:hover {
	text-decoration: none;
}

.professional-type .all-label li.active a {
	color: #1b7ccb;
	border: 1px solid #1b7ccb;
	position: relative;
}

.professional-type .all-label li.active span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 25px solid #1b7ccb;
	border-left: 35px solid transparent;
}

.professional-type .all-label li.active span>.fa {
	color: #fff;
	position: absolute;
	right: 2px;
	bottom: -23px;
}

.professional-type .btn-wrap {
	margin-top: 40px;
}

.professional-type .btn-wrap button {
	padding: 7px 40px;
	margin: 0px 20px;
}
/*弹出框*/
.professional-add-modal .modal-header {
	background-color: #4a89dd;
	color: #fff;
}

.professional-add-modal .modal-header .close {
	color: #fff;
}

.professional-add-modal .modal-body {
	background-color: #f2f2f2;
}

.professional-add-modal .modal-footer {
	background-color: #f2f2f2;
	border-top: 0px;
	padding-top: 0px;
}

.professional-add-modal .nav>li.active>a {
	color: #4a89dd;
}

.professional-add-modal .nav>li>a {
	position: relative;
	margin-right: 5px;
	padding: 5px 30px;
	color: #555;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.professional-add-modal .nav>li>a>.icon-remove-sign {
	position: absolute;
	top: 0px;
	right: -7px;
	color: #ddd;
	font-size: 18px;
	cursor: pointer;
}

.professional-add-modal .nav-tabs-header {
	padding: 0px 15px;
}

.professional-add-modal .nav-tabs-header .fa-plus-circle {
	cursor: pointer;
	color: #559bf9;
	font-size: 20px;
}

.professional-add-modal .tab-content {
	min-height: auto;
	background-color: #fff;
	padding: 30px 15px;
}

.professional-add-modal .all-label {
	padding-left: 0px;
	overflow: hidden;
}

.professional-add-modal .all-label li {
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.professional-add-modal .all-label li a {
	display: inline-block;
	text-align: center;
	border: 1px dashed #ddd;
	padding: 8px 30px;
	color: #555;
	cursor: pointer;
}

.professional-add-modal .all-label li a>label {
	margin-bottom: 0px;
	cursor: pointer;
}

.professional-add-modal .all-label li a:hover {
	text-decoration: none;
}

.professional-add-modal .all-label li.active a {
	color: #1b7ccb;
	border: 1px solid #1b7ccb;
	position: relative;
}

.professional-add-modal .all-label li.active span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 25px solid #1b7ccb;
	border-left: 35px solid transparent;
}

.professional-add-modal .all-label li.active span>.fa {
	color: #fff;
	position: absolute;
	right: 2px;
	bottom: -23px;
}
/*报名流程--材料上传*/
.apply-process {
	margin-top: 20px;
	background-color: #fff;
	padding: 20px 15px 0px 15px;
}

.apply-process .nav-tabs>li.active>a {
	color: #4384da;
	background-color: transparent;
	border: 1px solid #ddd;
	border-bottom: 1px solid #f0f0f0;
	border-top: 3px solid #4384da;
}

.apply-process .nav-tabs>li a {
	border-bottom: 0px;
	color: #555;
}

.apply-process .tab-content {
	min-height: 700px;
	margin-top: 20px;
	background-color: #fff;
	padding: 30px 15px;
}

.apply-process .material-upload {
	margin-bottom: 20px;
}

.apply-process .material-upload .title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.apply-process .material-upload .title>span {
	border-left: 8px solid #3578d2;
	padding-left: 10px;
	font-weight: bold;
}

.apply-process .material-upload>ul {
	padding-left: 0px;
}

.apply-process .material-upload ul li {
	margin-bottom: 40px;
}

.apply-process .material-upload ul li .operate a {
	text-decoration: underline;
	vertical-align: -8px;
	cursor: pointer;
}

.apply-process .material-upload ul li .operate .delete {
	color: #555;
	margin-left: 15px;
}

.apply-process .material-upload ul .other-award {
	margin-top: 10px;
}
.other-award{
	overflow:hidden;
	padding-bottom:155px;
}
.apply-process .material-upload ul .other-award .prompt {
	margin-bottom: 15px;
}

.apply-process .material-upload ul .other-award .prompt .fa {
	vertical-align: middle;
	cursor: pointer;
	margin-left: 10px;
	font-size: 30px;
	color: #428bca;
}

.apply-process .material-upload ul .other-award ul {
	padding-left: 0px;
	margin-left: -15px;
}

.apply-process .material-upload ul .other-award ul li {
	margin-bottom: 1px;
}

.apply-process .material-upload .btn-wrap button {
	padding: 6px 40px;
}
/*报名流程--申请表填写*/
.apply-process .fill-apply-form {
	overflow: hidden;
	color: #666;
}

.btn-fixed{
	position:fixed;
	bottom:40px;
	left:0;
	width:100%;
	background-color: #fff;

}
.alert-Hjsm {
	padding: 10px 15px;
	background-color: #eee;
	border: 0px;
}

.alert-Hjsm a {
	color: #666;
	font-weight: lighter;
}

.alert-Hjsm a span {
	vertical-align: middle;
}

.alert-Hjsm a>.fa {
	font-size: 24px;
	color: #888;
	margin-right: 10px;
	vertical-align: middle;
}

.alert-Hjsm a:hover {
	text-decoration: none;
}

.apply-process .fill-apply-form label {
	margin-bottom: 0px;
	/* color: #777; */
}

.public-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.public-title>span {
	border-left: 8px solid #3578d2;
	padding-left: 10px;
	font-weight: bold;
	color: #555;
}
.public-title>.color-blue{
    color: #4a89dd;
    margin-left: 10px;
}

.apply-process .fill-apply-form ul {
	padding-left: 0px;
	/*overflow: hidden;*/
}

.apply-process .fill-apply-form .basic-info ul li:first-child {
	margin-bottom: 0px;
}

.apply-process .fill-apply-form ul li>div>div {
	margin-bottom: 20px;
}

.apply-process .fill-apply-form .name {
	padding: 0px;
	line-height: 34px;
	text-align: right;
}

.apply-process .fill-apply-form .address>.name {
	margin-left: 17px;
}

.apply-process .fill-apply-form .address>div:last-child {
	margin-left: -25px;
	padding-left: 32px;
}

.apply-process .fill-apply-form .subject>.name {
	margin-left: 18px;
}

.apply-process .fill-apply-form .test-subject>div:first-child {
	padding-left: 5px;
}

.apply-process .fill-apply-form .subject>div:last-child {
	margin-left: -22px;
}

.apply-process .fill-apply-form .address textarea {
	height: 34px;
}

.apply-process .fill-apply-form .basic-info .upload-cover-pic {
	float: right;
	margin-right: 15px;
	border: 1px dashed #ddd;
	width: 172px;
	height: 222px;
	cursor: pointer;
}

.apply-process .fill-apply-form .basic-info .upload-cover-pic a {
	display: block;
	position: relative;
	margin: 10px;
	background-color: #eee;
}

.apply-process .fill-apply-form .basic-info .upload-cover-pic .fa {
	position: absolute;
	left: 58px;
	bottom: 65px;
	font-size: 60px;
	color: #999;
}

.apply-process .fill-apply-form .basic-info .upload-cover-pic p {
	position: absolute;
	bottom: 3px;
	left: 20px;
	color: #666;
}

.apply-process .fill-apply-form .basic-info .upload-cover-pic a input[type="file"]
	{
	width: 160px;
	height: 180px;
	opacity: 0;
}

.apply-process .fill-apply-form .grade-info .subject-item:first-child {
	margin-top: 1px;
}

.apply-process .fill-apply-form .grade-info .subject-item {
	margin-bottom: 5px;
}

.apply-process .fill-apply-form .table input {
	/* border: 1px solid #ccc; */
	box-shadow: none;
	text-align: center;
	padding: 6px 0px;
}

.apply-process .fill-apply-form .table input:focus {
	outline: none;
}

.apply-process .fill-apply-form .table>thead>tr>th {
	text-align: center;
	background-color: #eee;
	font-weight: bold;
}

.apply-process input::-webkit-outer-spin-button, .apply-process input::-webkit-inner-spin-button
	{
	-webkit-appearance: none !important;
	margin: 0;
}

.apply-process input[type="number"] {
	-moz-appearance: textfield;
}

.apply-process .btn-wrap {
	margin: 5px 0px;
}

.apply-process .btn-wrap button {
	padding: 7px 40px;
	margin: 40px 20px;
}

.apply-process .fill-apply-form .chosen-results {
	width: 100% !important;
}
/*登录页*/
.login-page {
	background-color: #fff;
	width: 100%;
}

.login-page .sl_log_rt h5 {
	font: normal 100 20px microsoft YaHei;
	color: #1b69b7;
}

.login-page .logo_1 {
	font-size: 24px;
	color: #1b69b7;
}

.login-page .logo_1 img {
	margin-right: 15px;
}

.login-page .sl_log_top {
	margin: 0px;
	padding: 25px 0px;
}

.login-page .sl_log_bor4 {
	/* background: url(../images/banner.jpg) no-repeat; */
	border: 0px;
	height: 467px;
}

.login-page .sl_notice {
	border-bottom: 0px;
}

.login-page .index_grxx .notice-title {
	border-bottom: 2px solid #2a61a1;
	padding-bottom: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

.login-page .index_grxx .notice-title .more {
	margin-top: 8px;
	color: #777;
}

.login-page .index_grxx h5 img {
	vertical-align: middle;
	margin-right: 10px;
}

.login-page .index_grxx h5 b {
	color: #2a61a1;
	font-size: 18px;
	font-weight: lighter;
	vertical-align: middle;
}

.login-page .index_grxx .list-group-item .title {
	font-size: 14px;
}

.login-page a.list-group-item {
	background: url(../images/dot.png) no-repeat left center;
}

.login-page .sl_log_rt {
	margin-top: 40px;
}

.login-page .sl_contact {
	padding: 0 10px 30px 0;
	border-radius: 5px;
	overflow: hidden;
	color: #666;
}

.login-page .sl_contact h4 {
	color: #fff;
	margin-bottom: 10px;
}

.login-page .sl_contact .detail-cont {
	background-color: #fff;
	padding: 20px 10px 20px 0;
	border-radius: 3px;
	font-size: 13px;
}

.login-page .sl_contact .detail-cont ul {
	padding-left: 0px;
}

.login-page .sl_contact .detail-cont ul li {
	overflow: hidden;
	margin-bottom: 8px;
}

.login-page .sl_contact .detail-cont ul li>div:first-child {
	width: 25%;
	text-align: right;
}

.login-page .sl_contact .detail-cont ul li>div:last-child {
	width: 75%;
}

.login-page .sl_contact .detail-cont .tel, .login-page .sl_contact .detail-cont .fax
	{
	margin-right: -27px;
	letter-spacing: 27px;
}

.login-page .footer {
	background-color: #064fa2;
	color: #fff;
	padding: 10px 0px;
	margin: 0px;
	font-size: 14px;
}
/*注册页*/
.register-page .logo_1 img {
	margin-right: 15px;
}

.register-page .register-cont {
	background-color: #fff;
	padding: 30px 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

.register-page .register-cont h3 {
	color: #555;
	margin-bottom: 60px;
	margin-left: 30px;
}

.register-page .register-cont .input-group {
	margin-bottom: 20px;
}

.register-page .register-cont .form-group:last-child {
	margin-top: 60px;
}

.register-page .register-cont .login-link {
	text-decoration: underline;
}

.register-page .footer {
	background-color: #064fa2;
	color: #fff;
	padding: 10px 0px;
	margin: 0px;
	font-size: 14px;
}
/*志愿填报页面*/
.zytb_container {
	margin: 10px auto;
}

.zytb_container .zytb {
	background-color: #ffffff;
	margin-top: 20px;
	padding: 20px 16px 48px;
}

.zytb_container .zytb>h3 {
	height: 20px;
	overflow: hidden;
}

.zytb_container .zytb>h3 i {
	float: left;
	display: inline-block;
	width: 9px;
	height: 20px;
	margin-right: 10px;
	background-color: #1d8fd8;
}

.zytb_container .zytb>h3 .zytb_title {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding-right: 12px;
	font-weight: bold;
}

.zytb_container .zytb>h3 .color-blue {
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #1d8fd8;
}

.zytb_container .zytb hr {
	margin: 10px 0;
	border-top: 1px solid #cccccc;
}

.zytb .zytb_panel .zytb_panel_a {
	margin-bottom: 15px;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a>h3 {
	height: 36px;
	overflow: hidden;
	background-color: #f2f2f2;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a>h3 .zytb_panel_tilte {
	float: left;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 42px;
	font-size: 14px;
	font-weight: bold;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a>h3 .checkbox-inline {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-right: 5px;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a>h3 .checkbox-inline input
	{
	margin-top: 13px;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a>h3 .color-red {
	font-size: 12px;
	line-height: 36px;
	color: #f00;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a>h3>a {
	display: inline-block;
	width: 19px;
	height: 9px;
	margin-right: 15px;
	margin-top: 5px;
	float: right;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list {
	margin-top: 30px;
	margin-left: -40px;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li {
	cursor: pointer;
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span {
	position: relative;
	display: block;
	width: 240px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px dashed #cccccc;
	font-size: 14px;
	padding: 0 10px;
}

.zytb_list li.line>span {
	line-height: 20px !important;
	font-size: 12px !important;
	padding: 0 20px !important;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span.active
	{
	border: 1px solid #1b7ccb;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span>i {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-top: 25px solid #1b7ccb;
	border-right: 25px solid transparent;
}

.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span>em {
	position: absolute;
	top: -14px;
	/* top: -11px !important; */
	left: 0px;
	color: #fff;
	font-size: 12px;
}

.zytb_panel_a .zytb_list li.line>span>em {
	top: -3px !important;
	/* top:0px !important; */
}

.zytb_container .zytb .zytb_button {
	margin-top: 40px;
	overflow: hidden;
	text-align: center;
}

.zytb_container .zytb .zytb_button>button {
	width: 124px;
	height: 34px;
	margin-right: 66px;
}

.zytb_container .zytb .zytb_button>button.submit {
	background-color: #4a89dd;
	color: #ffffff;
	border: 1px solid #1d8fd8;
}

.zytb_container .zytb .zytb_button>button.save {
	background-color: #4a89dd;
	color: #ffffff;
	border: 1px solid #1d8fd8;
}

.zytb_container .zytb .zytb_button>button.reset {
	background-color: #ffffff;
	color: #1d8fd8;
	border: 1px solid #1d8fd8;
}

/*附件预览弹出框*/
.attachment-modal .modal-header {
	background-color: #4a89dd;
	color: #fff;
	padding: 10px 15px;
}

.attachment-modal .modal-header .close {
	color: #fff;
}

.attachment-modal .modal-footer {
	border-top: 0px;
	padding-top: 0px;
}

.attachment-modal ul {
	padding-left: 0px;
}

.attachment-modal .preview-img {
	overflow: hidden;
}

.attachment-modal .other-award {
	overflow: hidden;
	margin-bottom: 10px;
}

.attachment-modal .other-award button {
	width: 115px;
	height: 34px;
	line-height: 17px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.attachment-modal .other-award button .nanoGalleryContainerParent {
	margin-top: -20px;
}

.attachment-modal .other-award button .imgContainer {
	width: 82px !important;
	height: 0px !important;
}

.attachment-modal .other-award button .imgContainer img {
	opacity: 0;
	width: 100px;
	height: 35px;
	left: -5px;
	top: -9px;
}

.attachment-modal .other-award button .container {
	height: 34px !important;
}

.attachment-modal .other-award ul li {
	margin-bottom: 15px;
	overflow: hidden;
}

.attachment-modal .other-award .title {
	border-bottom: 1px solid #ddd;
	margin: 20px 0px;
	padding-bottom: 15px;
}

.attachment-modal .other-award .title>span {
	border-left: 8px solid #3578d2;
	padding-left: 10px;
	font-weight: bold;
}
/*综合素质评价采集*/
.evaluation {
	margin-top: 20px;
	background-color: #fff;
	overflow: hidden;
	padding: 20px 15px 40px 15px;
}

.evaluation .title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.evaluation .title>span {
	border-left: 8px solid #3578d2;
	padding-left: 10px;
	font-weight: bold;
}

.evaluation ul {
	padding-left: 0px;
	overflow: hidden;
	width: 100%;
}

.evaluation ul li {
	margin-bottom: 25px;
}

.evaluation ul>li>div:first-child {
	padding-right: 0px;
	margin-bottom: 25px;
}

.evaluation ul>li>div:last-child {
	padding-left: 0px;
}

.evaluation .grade-info .table input {
	box-shadow: none;
	text-align: center;
	padding: 6px 0px;
}

.evaluation .grade-info .table input:focus {
	outline: none;
}

.evaluation .grade-info .table>thead>tr>th {
	text-align: center;
	font-weight: bold;
}

.text-center.btn-wrap>button {
	padding: 7px 40px!important;
	margin: 25px 20px!important;
}
/*详情页*/
.card-box .location {
	line-height: 30px;
}

.card-box .type-con {
	padding: 15px 0;
}

.card-box .type-con ul {
	padding: 15px 0;
	overflow: hidden;
}

.card-box .type-con ul li {
	float: left;
	width: 100%;
	line-height: 30px;
	background: url(../images/dot.png) no-repeat left center;
}

.card-box .type-con ul li a {
	float: left;
	width: 65%;
}

.card-box .type-con ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	color: #717171;
	text-indent: 15px;
}

.card-box .type-con ul li .time {
	float: right;
	color: #777;
	width: 35%;
	text-align: right;
}

.card-box .news-con .title-con {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.card-box .news-con .title {
	font-family: "Microsoft YaHei UI";
	line-height: 80px;
}

.card-box .news-con .title-info {
	padding: 0;
	overflow: hidden;
}

.card-box .news-con .title-info li {
	float: left;
	/* padding: 0 15px; */
	width: 50%;
}

.card-box .news-con .text-con {
	line-height: 30px;
	overflow: hidden;
	width: 100%;
}

.card-box .news-con .text-con span {
	font-family: "Microsoft YaHei UI";
}



@media ( min-width :1900px) {
	.apply-process .fill-apply-form .study-experience .address>.name {
		margin-left: -94px;
	}
	.apply-process .fill-apply-form .study-experience .high-school {
		padding-left: 30px;
	}
	.apply-process .fill-apply-form .study-experience .tel {
		margin-left: -102px;
	}
	.apply-process .fill-apply-form .address>.name {
		margin-left: 22px;
	}
	.apply-process .fill-apply-form .address>div:last-child {
		margin-left: -22px;
		padding-left: 37px;
	}
	.apply-process .fill-apply-form .subject>.name {
		margin-left: 22px;
	}
	.card-box .location, .card-box .type-con, .card-box .news-con {
		padding: 0 15px;
	}
	.card-box {
		width: 1366px;
		margin: 0 auto;
	}
	.card-box .news-con .title-info {
		width: 40%;
		margin: 0 auto;
	}
}

@media ( min-width :1400px) and (max-width:1899px) {
	.apply-process .fill-apply-form .study-experience .address>.name {
		margin-left: -66px;
	}
	.apply-process .fill-apply-form .study-experience .high-school {
		padding-left: 25px;
	}
	.apply-process .fill-apply-form .study-experience .tel {
		margin-left: -24px;
	}
	.card-box .location, .card-box .type-con, .card-box .news-con {
		padding: 0 15px;
	}
	.card-box {
		width: 1366px;
		margin: 0 auto;
	}
	.card-box .news-con .title-info {
		width: 44%;
		margin: 0 auto;
	}
}

@media ( min-width :1200px) and (max-width:1399px) {
	.apply-process .fill-apply-form .study-experience .address>.name {
		margin-left: -72px;
	}
	.apply-process .fill-apply-form .study-experience .tel {
		margin-left: -75px;
	}
	.card-box .location, .card-box .type-con, .card-box .news-con {
		padding: 0 15px;
	}
	.card-box {
		width: 1170px;
		margin: 0 auto;
	}
	.card-box .news-con .title-info {
		width: 50%;
		margin: 0 auto;
	}
}

@media ( min-width :991px) and (max-width:1199px) {
	.apply-process .fill-apply-form .study-experience ul {
		padding-left: 15px;
	}
	.apply-process .fill-apply-form .study-experience .address>.name {
		margin-left: -56px;
	}
	.apply-process .fill-apply-form .study-experience .address>div:last-child
		{
		padding-left: 80px;
	}
	.apply-process .fill-apply-form .study-experience .high-school {
		margin-left: -25px;
		padding-right: 15px;
	}
	.apply-process .fill-apply-form .study-experience .tel {
		margin-left: -60px;
		padding-right: 35px;
	}
	.card-box .location, .card-box .type-con, .card-box .news-con {
		padding: 0 15px;
	}
	.card-box {
		width: 800px;
		margin: 0 auto;
	}
	.card-box .news-con .title-info {
		width: 76%;
		margin: 0 auto;
	}
}

@media ( min-width :1400px) {
	.professional-type .all-label li {
		width: 12.5%;
	}
	.professional-add-modal .modal-dialog {
		width: 72%;
	}
	.professional-add-modal .all-label li {
		width: 16.6%;
	}
	.apply-process .fill-apply-form ul {
		width: 93%;
	}
	.apply-process .fill-apply-form .study-experience ul {
		width: 100%;
	}
}

@media ( max-width :1399px) {
	.professional-type .all-label li {
		width: 16.6%;
	}
	.professional-add-modal .modal-dialog {
		width: 72%;
	}
	.professional-add-modal .all-label li {
		width: 20%;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div:first-child
		{
		padding-left: 5px;
	}
}

@media ( max-width :1199px) {
	.professional-type .all-label li {
		width: 20%;
	}
	.professional-add-modal .modal-dialog {
		width: 85%;
	}
	.professional-add-modal .all-label li {
		width: 20%;
	}
	.apply-process .material-upload ul .other-award ul li>div {
		margin-bottom: 15px;
	}
	.apply-process .material-upload ul .other-award ul li>div:last-child {
		text-align: right;
	}
	.apply-process .fill-apply-form .study-experience textarea {
		margin-left: -45px;
	}
	.apply-process .fill-apply-form .subject>div:first-child {
		padding-left: 0px;
	}
	.apply-step .list-step li:nth-child(7) p {
		margin-left: -100px;
		margin-right: -100px;
	}
}

@media ( max-width :991px) {
	.professional-type .all-label li {
		width: 25%;
	}
	.professional-add-modal .modal-dialog {
		width: 90%;
	}
	.professional-add-modal .all-label li {
		width: 25%;
	}
	.apply-process .material-upload ul .other-award {
		margin-top: 40px;
	}
	.apply-process .fill-apply-form ul li .address>.name {
		margin-left: 5px;
	}
	.apply-process .fill-apply-form .grade-info .subject-item {
		margin-bottom: 0px;
	}
	.apply-process .fill-apply-form .grade-info .subject-item>div {
		margin-bottom: 10px;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div {
		margin-bottom: 10px;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div {
		padding: 0px;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div>div:first-child
		{
		padding-left: 5px;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div>div {
		padding-right: 0px;
	}
	.apply-process .fill-apply-form .grade-info .study-subject {
		padding: 0px;
	}
	.apply-process .fill-apply-form .study-experience textarea {
		margin-left: 0px;
	}
	.apply-process .fill-apply-form .study-experience ul {
		margin-left: -15px;
	}
	.apply-process .fill-apply-form .study-experience .high-school {
		padding-left: 7px;
		padding-right: 0px;
	}
	.apply-process .fill-apply-form .study-experience .tel {
		padding-left: 7px;
		padding-right: 0px;
	}
	.apply-process .fill-apply-form .study-experience .high-school>div:last-child
		{
		padding-right: 10px;
	}
	.apply-process .fill-apply-form .study-experience .tel>div:last-child {
		padding-right: 10px;
	}
	.apply-process .fill-apply-form .subject>.name {
		margin-left: 6px;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div:first-child
		{
		padding-left: 0px;
	}
	.apply-process .fill-apply-form .subject>div:last-child {
		margin-left: -6px;
	}
	.apply-process .fill-apply-form .address>div:last-child {
		padding-right: 0px;
	}
	.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span {
		width: 120px;
	}
	.card-box .location, .card-box .type-con, .card-box .news-con {
		padding: 0 15px;
	}
	.card-box {
		width: 760px;
		margin: 0 auto;
	}
}

@media ( max-width :767px) {
	.professional-type .tab-content {
		padding: 20px 0px;
	}
	.professional-type .all-label li a {
		padding: 7px 10px;
	}
	.professional-type .all-label li.active span {
		border-bottom: 20px solid #1b7ccb;
		border-left: 25px solid transparent;
	}
	.professional-type .all-label li.active span>.fa {
		font-size: 12px;
		right: 0px;
		bottom: -20px;
	}
	.professional-type .all-label li {
		width: 33.33%;
	}
	.professional-type .btn-wrap {
		margin-top: 20px;
	}
	.professional-type .btn-wrap button {
		margin: 0px 10px;
		padding: 5px 20px;
	}
	.professional-add-modal .modal-dialog {
		width: 100%;
		margin: 0px;
	}
	.professional-add-modal .modal-dialog .modal-content {
		height: 100%;
	}
	.professional-add-modal .all-label li {
		width: 50%;
	}
	.apply-process {
		margin: 0px -15px;
	}
	.apply-process .nav-tabs {
		padding: 10px 5px 0px 5px;
	}
	.apply-process .nav-tabs>li a {
		padding: 5px;
		height: 35px;
	}
	.apply-process .nav-tabs>li.active>a {
		color: #4384da;
		background-color: transparent;
		border: 0px;
		border-bottom: 2px solid #4384da;
	}
	.apply-process .material-upload .tab-content {
		margin-top: 10px;
	}
	.apply-process .material-upload .title {
		margin-bottom: 20px;
	}
	.apply-process .material-upload ul li {
		margin-bottom: 0px;
	}
	.apply-process .material-upload ul li>div {
		text-align: left;
	}
	.apply-process .material-upload>ul>li>div:first-child {
		margin-bottom: 5px;
	}
	.apply-process .material-upload>ul>li>div:last-child>div {
		padding: 0px;
		text-align: right;
	}
	.apply-process .material-upload ul .other-award {
		margin-top: 0px;
	}
	.apply-process .material-upload ul .other-award ul li {
		margin-bottom: 0px;
	}
	.apply-process .material-upload ul .other-award ul li>div {
		padding: 0px;
	}
	.apply-process .material-upload ul .other-award>div:last-child {
		padding-right: 0px;
	}
	.apply-process .material-upload ul .other-award ul li>div:last-child>div
		{
		padding: 0px;
	}
	.apply-process .material-upload ul .other-award .prompt {
		width: 100%;
		text-align: left;
		margin-left: -15px;
	}
	.apply-process .fill-apply-form ul {
		margin: 0px -45px 0px -40px;
	}
	.apply-process .fill-apply-form ul li .address div:last-child {
		padding-left: 35px;
		padding-right: 0px;
	}
	.apply-process .fill-apply-form ul li .address textarea {
		height: 68px;
		width: 93%;
	}
	.apply-process .fill-apply-form .grade-info .test-subject>div>div:last-child
		{
		padding-right: 15px;
	}
	.apply-process .fill-apply-form .grade-info .study-subject {
		padding-right: 15px;
	}
	.apply-process .fill-apply-form .study-experience .address textarea {
		margin-left: -15px;
		width: 98%;
	}
	.apply-process .fill-apply-form .study-experience input {
		width: 94%;
	}
	.apply-process .btn-wrap {
		margin: 30px 0px 0px 0px;
	}
	.apply-process .fill-apply-form .study-experience ul {
		margin-left: -45px;
	}
	.apply-process .fill-apply-form .study-experience .name {
		margin-left: 30px;
	}
	.apply-process .fill-apply-form .study-experience ul li>div>div>div:last-child
		{
		margin-left: -30px;
		padding-left: 35px;
	}
	.apply-process .fill-apply-form .grade-info .subject-item:first-child {
		margin-top: 0px;
	}
	.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span {
		width: 100px;
	}
	.zytb_container .zytb .zytb_panel .zytb_panel_a>h3 {
		height: auto;
	}
	.login-page .contact {
		padding-left: 0px;
		padding-right: 15px;
	}
	.login-page .logo_1, .register-page .logo_1 {
		font-weight: bold;
		font-size: 20px;
	}
	.register-page .logo_1 {
		padding-left: 15px;
	}
	.register-page .container {
		padding: 0px;
	}
	.register-page .register-cont {
		margin-bottom: 0px;
	}
	.register-page .register-cont h3 {
		margin-bottom: 15px;
		margin-left: 15px;
	}
	.evaluation {
		margin: 0px -15px;
	}
	.evaluation .title {
		margin-bottom: 15px;
	}
	.evaluation ul {
		margin-bottom: 15px;
	}
	.evaluation ul>li {
		margin-bottom: 10px;
	}
	.evaluation ul>li>div {
		padding: 0px;
	}
	.evaluation ul>li>div:first-child {
		margin-bottom: 10px;
	}
	
	.mCustomScrollBox{
	    margin-top: 133px!important;
	}
	.apply-step .list-step {
		margin-left: 10px;
	
	}
	.apply-step .list-step .connection {
		display: none;
	}
	.apply-step .list-step li {
		width: 33.33%;
		margin-bottom: 10px;
	}
	.apply-step .list-step li:nth-child(7) p {
		margin-left: 0px;
		margin-right: 0px;
	}
	.card-box .location, .card-box .type-con, .card-box .news-con {
		padding: 0 15px;
	}
	.card-box {
		width: 600px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 479px) {
	.zytb_container .zytb .zytb_panel .zytb_panel_a .zytb_list li>span {
		width: 100px;
	}
	.card-box {
		width: 350px;
		margin: 0 auto;
	}
}

@media ( max-width :375px) {
	.professional-type .all-label li a {
		padding: 8px 18px;
	}
	.professional-type .all-label li {
		width: 50%;
	}
	.apply-process .fill-apply-form ul li .address textarea {
		width: 92%;
	}
	.card-box {
		width: 315px;
		margin: 0 auto;
	}
}

@media ( max-width :321px) {
	.card-box {
		width: 260px;
		margin: 0 auto;
	}
}

@media ( max-height :900px) {
	.login-page .sl_log_bor4 {
		height: 430px;
	}
	.login-page .sl_log_rt h5 {
		margin-bottom: 10px;
	}
	.login-page .sl_log_top {
		padding: 10px 0px;
	}
	.top1{
		min-height:50px;
	}
	.top1 .grxx{
		padding:10px;
	}
	.logo_2{
		line-height:40px;
	}
	.logo_2 img{
		height:90%;
	}
	.apply-step{
		margin:5px 0;
		top:50px;
	}
	.apply-step .list-step a .img{
		width:40px;
		height:40px;
		line-height:40px;
	}
	.apply-step .list-step a .img img{
		width:25px;
		height:25px;
		margin-top:-3px;
	}
	.apply-step .list-step{
		margin-bottom:0;
	}
	.apply-process{
		margin-top:0;
	}
	.text-center.btn-wrap>button{
		margin:0 20px!important;
	}
	.btn-fixed{
		bottom:25px;
	}
	.footer{
		margin:5px 15px;
	}
	.public-title{
		margin-bottom:15px;
	}
	.apply-process .fill-apply-form ul li>div>div{
		margin-bottom:5px;
	}
	.sl_all_form .alert{
		margin-bottom:10px!important;
		padding:5px!important;
	}
	.zytb_container .zytb,
	.evaluation{
		margin-top:0;
	}
}

/*update*/
.footer.fixed-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
}

body {
	background-color: #fff;
}

.attachment-modal {
	margin-top: 30px;
}

.attachment-modal .other-award  .nanogallery_theme_default {
	position: relative;
}

.attachment-modal .other-award  .nanogallery_theme_default .imgContainer img
	{
	width: 115px;
}

.attachment-modal .other-award  .nanogallery_theme_default .nanogallery_theme_default .nanoGalleryContainer
	{
	position: absolute !important;
	left: -1px !important;
	top: -77px;
	opacity: 0;
}

.attachment-modal .other-award  .nanogallery_theme_default .nanoGalleryContainer
	{
	position: absolute !important;
	left: -1px !important;
	top: -77px;
	opacity: 0;
}

/*add*/
.choose-voluntary {
	overflow: hidden;
	margin-top: 30px;
}

.choose-voluntary .sl_selt_con {
	position: relative;
	margin-top: 140px;
	padding-left: 0px;
}

.choose-voluntary .panel-body{
	position: relative;
}

.choose-voluntary .sl_selt_con li {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: url(../images/ui_sprite_yc.png);
	background-repeat: no-repeat;
}

.choose-voluntary .sl_selt_con .sl_selt01 {
	background-position: -32px 0px;
}

.choose-voluntary .sl_selt_con .sl_selt01:hover {
	background-position: -160px 0px;
}

.choose-voluntary .sl_selt_con .sl_selt02 {
	background-position: 0px 0px;
}

.choose-voluntary .sl_selt_con .sl_selt02:hover {
	background-position: -128px 0px;
}

.choose-voluntary .sl_selt_con .selectAll {
	background-position: -96px 0px;
}

.choose-voluntary .sl_selt_con .selectAll:hover {
	background-position: -224px 0px;
}

.choose-voluntary .sl_selt_con .repealAll {
	background-position: -64px 0px;
}

.choose-voluntary .sl_selt_con .repealAll:hover {
	background-position: -192px 0px;
}

.choose-voluntary .panel-default {
	height: 400px;
	overflow: auto;
}

.choose-voluntary #left, .choose-voluntary #right {
	padding-left: 0px;
}

.choose-voluntary #left li.active, .choose-voluntary #right li.active {
	background-color: #007DBC;
	color: #fff;
}

.choose-voluntary #left li, .choose-voluntary #right li {
	padding: 7px 15px;
}

.choose-voluntary #left li:hover, .choose-voluntary #right li:hover {
	cursor: pointer;
}

.panel.new li>span.num {
	margin-right: 10px;
	display: inline-block;
	width: 21px;
	height: 20px;
	text-align: center;
	border-radius: 100%;
	background-color: #4a89dd;
	color: #fff;
}

.panel li.active {
	background-color: #fff !important;
	color: #4a89dd !important;
	border: 1px dashed #4a89dd !important;
}

.zytb {
	position: relative;
}

.shade {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.zy-title {
	line-height: 30px;
	margin-bottom: 10px;
	/* background-color: #f5f5f5; */
	padding-left: 30px;
	font-weight: 600;
	font-size: 16px;
	color: #666;
}

.apply-process .material-upload ul .other-award ul.chosen-results{padding-left:20px;}
.apply-process .material-upload ul .other-award ul.chosen-results li{margin-bottom:10px;}
.apply-process .material-upload ul .other-award ul li .subject{margin-bottom: 15px;}


.table-top{
	z-index: 100000 !important;
}

.register-page .register-cont input{height:40px;line-height:px;}

