body {
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
*,ul,li,ol{
  padding: 0;
  margin: 0;
  }
html,
body {
	margin: 0;
	height: auto;
    background-color: #F9F9F9;
}
body{
	margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}
.amz-container {
	width: 1100px;
	margin: auto;
	text-align: center;
}

.gradient {
	height: 20px;
	width: 100%;
	margin-top: 80px;
	position: absolute;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, fro退出登录m(#e5e5e5), to(#fafafa));
}

.home-logo {
	margin-right: 20px;
	margin-left: 10px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.nav-top .title {
	font-size: 24px;
	color: white;
	line-height: 80px;
	display: inline-block;
	height: 80px;
}
.nav-top a{
    float: right;
    padding: 10px 6px;
    margin-right: 20px;
    color: #ccc;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}
.nav-top .btn-logout:before {
 content: "";
 background: url(/Public/Home/image/nav_icon_quit_normal.png);
 display: inline-block;
 margin-right: 5px;
 width: 20px;
 height: 20px;
 vertical-align: text-bottom;
}
.nav-top a:hover.btn-logout:before{
	 background: url(/Public/Home/image/nav_icon_quit_hover.png);
}
.nav-top .btn-feedback:before {
 content: "";
 background: url(/Public/Home/image/nav_icon_feedback_normal.png);
 display: inline-block;
 margin-right: 5px;
 width: 20px;
 height: 20px;
 vertical-align: text-bottom;
}
.nav-top a:hover.btn-feedback:before{
	 background: url(/Public/Home/image/nav_icon_feedback_hover.png);
}
.nav-top a:hover {
    color: #fff;
}
.feedback-title{
	font: 20px "微软雅黑";
	color: #1AA0F9;
}
.feedback-tel{
	color: #555;
	font: 14px "微软雅黑";
}
#feedback-form.am-form .feedback-ctn{
	width:390px ;
	height: 168px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	margin-left: 40px;
}
.feedback-btn{
	display: inline-block;
	width: 176px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;	
	cursor: pointer;
}
#feedback_text{
	font: 14px "微软雅黑";
}
.feedback-btn-cancel{
	border: 1px solid #DCDCDC;
	color: #555;
	margin-right: 35px;
}
.feedback-btn-OK{
	background: #2ABDFE;
	color: #fff;
}

.amz-container .am-nav {
	font-size: 18px;
	margin-top: 20px;
}
.amz-container .am-nav>li>a {
	color: #999999;
	padding: 20px;
}

.amz-container .am-nav>li>a:focus,
.amz-container .am-nav>li>a:hover {
	background: none;
}

.amz-container .am-nav>li.am-active>a,
.amz-container .am-nav>li.am-active>a:focus,
.amz-container .am-nav>li.am-active>a:hover {
	color: #333333;
	background: none;
	border-bottom: 4px solid #44c8e8;
}

#col-login .am-btn {
	font-size: 18px;
	margin: 0 10px;
	padding: 0;
}

#col-login .btn-left {
	color: #44c8e8;
}

#col-login .btn-right {
	color: #65d97d;
}

#shuxian {
	height: 24px;
	border-left: 1px solid #999999;
	display: inline-block;
	position: absolute;
}

.hengxian {
	height: 4px;
	width: 70px;
	background: #44c8e8;
	display: block;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
}

.am-slider-default {
	margin: 0;
}

.home-label {
	font-size: 24px;
	margin: 0;
	margin-top: 30px;
}

#zhaopinhui-pure ul {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

#zhaopinhui-pure li {
	background: white;
	width: 250px;
	height: 260px;
	border-radius: 5px;
	margin-bottom: 35px;
	text-align: center;
}

#zhaopinhui-pure li img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	height: 160px;
}

#zhaopinhui-pure .btn-more {
	cursor: pointer;
	padding-right: 25px;
	margin-bottom: 50px;
	color: #666666;
	background-image: url(/Public/Home/images/icon/icon_more.png);
	background-repeat: no-repeat;
	float: right;
	background-position: right;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.img-mask {
	height: 30px;
	line-height: 30px;
	width: 250px;
	text-align: center;
	position: absolute;
	margin-top: -30px;
	color: white;
	font-size: 14px;
}

.mask_1 {
	background: rgba(68, 200, 232, 0.8);
}

.mask_2 {
	background: rgba(73, 81, 100, 0.8);
}

.mask_3 {
	background: rgba(181, 181, 181, 0.8);
}

#zhaopinhui-pure .col-item-text {
	height: 110px;
	vertical-align: middle;
	padding: 0 10px;
}

#zhaopinhui-pure .col-item-text p {
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2;
}

#zhaopinhui-pure .col-item-text span {
	font-size: 14px;
	color: #999999;
}

#zhaopinhui-pure li {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#zhaopinhui-pure li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

#col-teshe ul {
	list-style-type: none;
}

#col-teshe .item-title {
	font-size: 18px;
	color: #44c8e8;
	margin-bottom: 8px;
	margin-top: 0;
	margin-left: 30px;
}

#col-teshe .item-text {
	color: #666666;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#col-teshe i {
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 20px;
}

.teshe_icon_1 {
	background-image: url(/Public/Home/images/icon/teshe_icon_1.png);
}

.teshe_icon_2 {
	background-image: url(/Public/Home/images/icon/teshe_icon_2.png);
}

.teshe_icon_3 {
	background-image: url(/Public/Home/images/icon/teshe_icon_3.png);
}

.teshe_icon_4 {
	background-image: url(/Public/Home/images/icon/teshe_icon_4.png);
}

.col-video video {
	background: url(/Public/Home/images/video_bg.jpg);
	background-size: 464px 250px;
	background-repeat: no-repeat;
	width: 464px;
	height: 250px;
}

#col-youshi {
	background: url(/Public/Home/images/back.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#col-youshi .item {
	width: 330px;
	height: 360px;
	background: white;
	border-radius: 10px;
	margin: auto;
	padding: 10px 20px;
}

#col-youshi i {
	width: 80px;
	height: 80px;
	display: block;
	background-size: 80px;
	margin: auto;
	margin-bottom: 10px;
}

.youshi_icon_1 {
	background-image: url(/Public/Home/images/icon/youshi_icon_1.png);
}

.youshi_icon_2 {
	background-image: url(/Public/Home/images/icon/youshi_icon_2.png);
}

.youshi_icon_3 {
	background-image: url(/Public/Home/images/icon/youshi_icon_3.png);
}

#col-youshi .item_1 {
	color: #f1864b;
}

#col-youshi .item_1 .am-btn {
	background: #f1864b;
}

#col-youshi .item_2 {
	color: #44cae8;
}

#col-youshi .item_2 .am-btn {
	background: #44cae8;
}

#col-youshi .item_3 {
	color: #64db7c;
}

#col-youshi .item_3 .am-btn {
	background: #64db7c;
}

#col-youshi .item-title {
	font-size: 18px;
	margin: 0;
}

#col-youshi .item-text {
	color: #999999;
	font-size: 14px;
	margin: 0px;
	line-height: 1.5;
	margin-bottom: 10px;
}

#col-youshi .am-btn {
	border-radius: 25px;
	color: white;
	position: absolute;
	bottom: 10px;
	padding: .3em 1.5em;
	left: 130px;
}

#modal-contact *+p {
	margin-top: 15px;
	margin-bottom: 0;
}

#modal-contact img {
	width: 90px;
}

#right-tool {
	position: fixed;
	right: 15px;
	bottom: 110px;
	z-index: 1000;
}

#right-tool .am-btn {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	font-size: 14px;
	padding: .5em;
	background-color: white;
}

#btn-queue-open.am-active,
#btn-queue-open:active,
#btn-queue-open:focus,
#btn-queue-open:hover,
#right-tool .am-btn.am-active,
#right-tool .am-btn:active,
#right-tool .am-btn:focus,
#right-tool .am-btn:hover {
	color: #0c79b1;
	border-color: #0c79b1;
}

#btn-queue-open {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	font-size: 14px;
	padding: .5em;
	background-color: white;
	position: fixed;
	right: 15px;
	bottom: 230px;
	z-index: 1001;
}

.tool-button {
	width: 50px;
	height: 50px;
	padding-top: 5px;
	cursor: pointer;
}

.tool-button:hover {
	border-color: #0ae;
}

#danmu {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 110px;
}

#danmu-bg {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 110px;
	background-color: #666666;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.d_show {
	position: relative;
	z-index: 2;
}

.d_show div {
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	cursor: default;
	display: inline-block;
	overflow: visible;
	height: 20px;
	white-space: nowrap;
}

.bg-white {
	background-color: white;
}

.bg-primary {
	background-color: #6fb8db;
}

.bg-main {
	background-color: #f2f2f2;
}

.text-white {
	color: white;
}

.text-normal {
	color: #333;
}

.am-slider-default .am-control-nav {
	bottom: 10px;
}

.am-g-fixed {
	max-width: 1000px;width: 1000px;
}

.am-radius {
	border-radius: 5px;
}

.card::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.card::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.footer {
	background: #495264;
	padding: 10px;
}

.footer p {
	color: white;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
}

[class*=am-u-]+[class*=am-u-]:last-child {
	float: left;
}

.am-modal-dialog {
	border-radius: 5px;
}

#btn-queue-close {
	border-left: 1px solid #dfdfdf;
	height: 100px;
	cursor: pointer;
}

#queue-popup {
	position: fixed;
	right: -300px;
	bottom: 212px;
	display: none;
	z-index: 1200;
}

.companyCard {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 0px;
	border: 1px solid #dfdfdf;
}

.am-slider-carousel li {
	margin-right: 30px;
}

.am-slider-title {
	padding: 20px;
}

.am-slider-default {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#company-firm ul {
	overflow: hidden;
	padding: 0;
	list-style-type: none;
	width: 1006px;
}

#company-firm li {
	float: left;
	width: 198px;
	height: 129px;
	line-height: 129px;
	border: 1px solid #e4e6eb;
	border-bottom: 0;
	border-right: 0;
	margin: -1px 0 0 -1px;
	text-align: center;
	overflow: hidden;
}

#modal-industry .am-modal-dialog,
#modal-jobcategory .am-modal-dialog {
	padding-top: 15px;
	color: #999999;
	font-size: 16px;
}

#modal-industry .title,
#modal-jobcategory .title {
	padding-left: 30px;
	display: flex;
	line-height: 30px;
	margin-top: 10px;
}

#modal-industry .tag,
#modal-jobcategory .tag {
	height: 24px;
	border: 3px solid #387DFF;
}

#modal-industry .title-name,
#modal-jobcategory .title-name {
	margin-left: 10px;
	line-height: 30px;
	font-size: 20px;
	color: #333;
}

#modal-industry .am-nav-tabs>li>a {
	background-color: #fff;
	border-radius: 5px;
	border: none;
	color: #333;
	margin: 3px;
	padding: 2px 5px;
}

#modal-industry .am-nav-tabs>li {
	float: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

#modal-industry .am-nav-tabs>li:last-child {
	border-bottom: none;
}

#company-firm img {
	max-width: 90%;
	max-height: 70%;
}

#modal-industry .am-nav-tabs {
	border: 1px solid #ddd;
	margin-right: -1px;
	padding: 2px 8px;
}

#modal-industry .am-nav-tabs>li {
	float: none;
}

#modal-industry .am-tabs {
	margin: 30px;
}

#modal-industry .am-nav-tabs>li.am-active>a,
#modal-industry .am-nav-tabs>li.am-active>a:focus,
#modal-industry .am-nav-tabs>li.am-active>a:hover {
	border: 0px;
	color: #fff;
	background-color: #387DFF;
}

#modal-industry .am-tabs-bd {
	border: 1px solid #ddd;
	height: 401px;
}

#modal-industry .am-nav-tabs>li>a:hover {
	border: none;
}

.company-btn-industry-item {
	margin: 10px;
	color: #444;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.company-btn-industry-item:hover {
	color: #ffffff;
	border-color: #387DFF;
	background-color: #387DFF;
}

.am-field-valid,
.am-form-success .am-form-field {
	border-color: #ccc!important;
}

.am-form-success .am-checkbox,
.am-form-success .am-checkbox-inline,
.am-form-success .am-form-help,
.am-form-success .am-form-label,
.am-form-success .am-radio,
.am-form-success .am-radio-inline,
.am-form-success [class*=icon-],
.am-form-success label {
	color: #333;
}

.nav-left {
	width: 200px;
	margin-right: 28px;
	background: #e3ecf9;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
	padding-bottom:50px;
}

.nav-left .am-nav {
	border-top: 1px solid #beccde;
	margin-top: 0;
}

.nav-left .am-nav>li+li {
	margin-top: 0px;
}

.nav-left .am-nav>li>a {
	color: #303030;
	font-size: 16px;
    padding: 0 18px;
	/*border-bottom: 1px solid #beccde;*/
	height: 56px;
	line-height: 56px;
	cursor: pointer;
}

.nav-left .am-nav>li:hover,
.nav-left .am-nav>li>a:hover {
	color: #303030;
	background: none;
}

.nav-left .am-nav>li>a>.icon {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
}

.nav-left .am-nav>li:last-child>a {
	border-bottom: none;
}

.nav-left .am-nav .am-active>a,
.nav-left .am-nav .am-active,
.nav-left .am-nav .am-active>a:hover,
.nav-left .am-nav .am-active:hover {
	cursor: pointer;
	background: #c8d9f4;
	color: #1b478c;
}

.nav-left ul a {
    font-size: 14px;
    color: #555555;
    display: block;
    width: 100%;
}

.nav-left>ul>ul {
    background-color: #c8d9f4;
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.nav-left>ul>ul>li {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding-left: 63px;
    cursor: pointer;
}

.nav-left>ul>ul>li.active,
.nav-left>ul>ul>li.active>a {
    background-color: #adc5ea;
    color: #ffffff;
}

.nav-left .usericon {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 80px;
}
.nav-left .name {
    font-size: 14px;
    color: #303030;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #beccde;
}
.nav-left>ul>li {
    border-bottom: 1px solid #beccde;
    cursor: pointer;
}
.nav-left .text {
    font-size: 14px;
    color: #555555;
    padding-left: 20px;
    text-align: left;
}

.right-content {
	margin-top: 28px;
}

.right-content .btn-edit {
	font-size: 14px;
	color: #6fccfd;
	display: inline-block;
	cursor: pointer;
	margin-right: 16px;
}

.right-content .btn-edit>img {
	margin-right: 6px;
}

.right-content .box {
	padding: 15px 20px 30px 20px;
	color: #999999;
	font-size: 16px;
	background: white;
}

.right-content .box .title {
	font-size: 18px;
	color: #666666;
	padding-left: 16px;
	border-left: 3px solid #6fcdfc;
	margin-bottom: 30px;
	display: inline-block;
}

.right-content .box .item {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	padding-top: 15px;
}

.right-content .box .item:first-child {
	padding-top: 0px;
}

.right-content .box .item:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.right-content .content-title {
	font-size: 18px;
	color: #1ba0fd;
	font-weight: bold;
	padding-bottom: 14px;
	padding-right: 50px;
	border-bottom: 2px solid #1ba0f9;
	margin-top: -1px;
	display: inline-block;
}

.right-content .line {
	border-top: 2px solid #e5e5e5;
	display: block;
	width: 100%;
	margin-top: -2px;
}

.right-content .btn-cancle {
	border: 2px solid #cccccc;
	border-radius: 5px;
	color: #999999;
	width: 130px;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.right-content .btn-ok {
	color: white;
	background: #6fcdfc;
	border: 2px solid #6fcdfc;
	border-radius: 5px;
	width: 130px;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

#student-info .usericon {
	width: 140px;
	height: 140px;
	border-radius: 140px;
	margin-bottom: 25px;
}

#student-info {
	font-size: 16px;
	color: #666666;
}

#student-info .username {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}

#company-right-tool {
	position: fixed;
	right: 10px;
	top: 0;
	width: 150px;
	font-size: 12.5px;
	z-index: 1000;
}

#company-right-tool>img {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

blockquote {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}


/*2017/2/23 bai*/

.zphdetail-title {
	color: #333333;
	font-family: "微软雅黑";
}


/*企业报名流程的共用样式*/

.zphdetail-step-common-pass {
	color: #6FCCFD;
}

.zphdetail-step-common-curr {
	color: #333333;
}

.zphdetail-step-common-uncurr {
	color: #999999;
}

.zphdetail-step-common {
	font: 18px "微软雅黑";
	padding: 3px 0 3px 38px;
}

.zphdetail-line-gray {
	display: inline-block;
	width: 101px;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	margin: auto 10px;
}

.zphdetail-line-blue {
	display: inline-block;
	width: 101px;
	height: 1px;
	border-top: 1px solid #73cdfb;
	vertical-align: middle;
	margin: auto 10px;
}

.zphdetail-step1-blue {
	background: url(../image/step1_blue.png) 0 center no-repeat;
}

.zphdetail-step2-blue {
	background: url(../image/step2_blue.png) 0 center no-repeat;
}

.zphdetail-step3-blue {
	background: url(../image/step3_blue.png) 0 center no-repeat;
}

.zphdetail-step4-blue {
	background: url(../image/step4_blue.png) 0 center no-repeat;
}

.zphdetail-step2-gray {
	background: url(../image/step2_gray.png) 0 center no-repeat;
}

.zphdetail-step3-gray {
	background: url(../image/step3_gray.png) 0 center no-repeat;
}

.zphdetail-step4-gray {
	background: url(../image/step4_gray.png) 0 center no-repeat;
}
.company-head{
			height: 60px;
			border-bottom: 1px solid #DCDCDC;
			background-color: #F4FCFE;
			line-height: 60px;	
		}
.company-head .title{
	font: 500 18px "微软雅黑";
	color:#0089AB ;
	padding: 28px;
}
.part-border{
	border: 1px solid #DCDCDC;
	margin-bottom: 12px ;
}
.am-radius-5{
	border-radius: 5px;
}