@charset "gb2312";
/* CSS Document */

.java-banner01 {
	width: 100%;
	height: 299px;
	margin: 0 auto;
	background: url(../images/banner_01.jpg) center no-repeat;
}

.java-banner01 a {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	float: right;
	width: 150px;
	line-height: 74px;
	margin-top: 160px;
	margin-right: 72px;
	text-shadow:
			-2px -2px 1px #17131b,
			2px -2px 1px #17131b,
			-2px 2px 1px #17131b,
			2px 2px 1px #17131b;
}

.java-banner02 {
	width: 100%;
	height: 298px;
	margin: 0 auto;
	background: url(../images/banner_02.jpg) center no-repeat;
}

.java-banner03 {
	width: 100%;
	height: 299px;
	margin: 0 auto;
	background: url(../images/banner_03.jpg) center no-repeat;
}
.java-min1200 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 1200px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}

.slideTxtBox {
	width: 100%;
	height: auto;
	position: relative;
}

.slideTxtBox .hd {
	width: 100%;
	height: auto;
	text-align: center;
	height: 116px;
	background-color: #f4b93f;
	border-top: 2px #0e0c3f solid;
	border-bottom: 2px #0e0c3f solid;
}

.slideTxtBox .hd ul {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.slideTxtBox .hd ul li {
	float: left;
	width: 258px;
	border-radius: 30px;
	margin: 24px 20px;
}
.slideTxtBox .hd ul li a{
	display: block;
	font-size: 20px;
	color: #131313;
	font-weight: bold;
	line-height: 64px;
	border-radius: 30px;
	-webkit-transition: .4s;
	background-color: #fff;
	position: relative;
	border: 2px #131313 solid;
}

.slideTxtBox .hd ul li.hover a{
	background-color: #2454de;
	color: #fff;
	-webkit-transition: .4s;
}

.slideTxtBox .bd {
	width: 100%;
	height: auto;
	background-color: #2454de;
}

.txt-img {
	position: absolute;
	top: -19px;
	right: -18px;
	z-index: 2;
}

@keyframes bouncein {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bouncein {
	-webkit-animation: bouncein 1.5s infinite;
	-o-animation: bouncein 1.5s infinite;
	animation: bouncein 1.5s infinite;
}

.recruit_list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.rec-title {
	width: 100%;
	height: auto;
}
.is-expanded-live {
	display: none;
}
.rec-title h1 {
	font-weight: bold;
	font-size: 40px;
	color: #2d33b5;
	background: url(../images/title01.png) 342px bottom no-repeat;
	height: 110px;
	line-height: 130px;
	padding-top: 108px;
	margin-bottom: 50px;
}

.rec-title b {
	font-size: 32px;
	color: #fff;
	text-shadow:
			-2px -2px 1px #17131b,
			2px -2px 1px #17131b,
			-2px 2px 1px #17131b,
			2px 2px 1px #17131b;
}

.box,#tour {
	width: 100%;
	height: 475px;
	position: relative;
	margin-top: 44px;
	margin-bottom: 18px;
}

#img-slider .slide {
	width: 100%;
	position: absolute;
}


#img-slider li {
	width: 1049px;
	height: 475px;
	position: relative;
}


#img-slider li:first-child {
	display: block;
}

.switcher-wrap {
	position: relative;
	padding-left: 80px;
	padding-right: 80px;
}
.switcher-wrap.slider {
	padding-left: 480px;
	padding-right: 480px;
}
.switcher-wrap.slider #img-slider li {
	background: #3679f0;
	box-shadow: 0 10px 43px rgba(0, 13, 68, 0.09);
	border-radius: 20px;
	overflow: hidden;
}

.list {
	width: 1200px;
	height: 475px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.list li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	transition: all 0.5s ease-out;
	background: #3679f0;
	box-shadow: 0 10px 43px rgba(0, 13, 68, 0.09);
	border-radius: 20px;
}


.p1 {
	transform: translate3d(-666px, 0, 0) scale(0.95);
	width: 1049px;
	height: 475px;
	opacity: 0;
}

.p2 {
	transform: translate3d(0px, 0, 0) scale(0.95);
	transform-origin: 0 50%;
	opacity: 0.4;
	z-index: 2;
	width: 1049px;
	height: 475px;
}

.p3 {
	transform: translate3d(80px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
	width: 1049px;
	height: 475px;
}

.p4 {
	transform: translate3d(152px, 0, 0) scale(0.95);
	transform-origin: 100% 50%;
	opacity: 0.4;
	z-index: 2;
	width: 1049px;
	height: 475px;
}

.p5 {
	transform: translate3d(238px, 0, 0) scale(0.95);
	width: 1049px;
	height: 475px;
	opacity: 0;
}

.p6 {
	transform: translate3d(1146px, 0, 0) scale(0.95);
	width: 1049px;
	height: 475px;
	opacity: 0;
}

.box-left {
	float: left;
	margin-top: 94px;
	margin-left: 87px;
	width: 380px;
}
.java-banner{
	width: 100%;
	height: auto;
	position: relative;
}
.java-banner img{
	width: 100%;
	display: block;
}
.java-banner a{
	width: 8%;
	position: absolute;
	top: 17.5%;
	right: 22.5%;
	z-index: 2;
	height: 74px;
}
.box-change{
	width: 169px;
	height: 168px;
	background-color: #fff;
	border-radius: 20px;
	float: left;
	text-align: center;
	overflow: hidden;margin-right: 25px;
	margin-bottom: 38px;
	display: table;
}
.box-left a{
	display: table-cell;
	width: 169px;
	height: 168px;
	vertical-align: middle;
}
.box-left img {
	max-width: 169px;
}

.box-right {
	float: left;
	text-align: left;
	width: 186px;
}

.box-right b {
	font-size: 24px;
	color: #fff;
	display: block;
	padding-top: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 16px;
}

.box-right p {
	color: #fff;
	font-size: 24px;
}

.box-right p span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	width: 200px;
}

.box-right p em {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: right;
	width: 100px;
}

.box-left span {
	color: #fff;
	font-size: 24px;
	text-align: left;
	display: -webkit-box;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.box-note {
	float: right;
	margin-right: 76px;
	margin-top: 64px;
}

.job-list {
	background-color: #fff;
	border-radius: 20px;
	width: 418px;
	height: 65px;
	line-height: 65px;
	margin-bottom: 14px;
	display: block;
}

.job-list span {
	font-size: 24px;
	color: #292929;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 34px;
	width: 190px;
	text-align: left;
}

.job-list b {
	float: right;
	text-align: right;
	font-size: 24px;
	color: #ff0000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 52px;
	width: 140px;
}

.box-link {
	font-size: 18px;
	color: #fff;
	float: right;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 76px;
}

.box-link img {
	margin-left: 9px;
	position: relative;
	top: 4px;
}

.swiper-container {
	width: 1200px;
	height: 475px;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 1049px !important;
	height: 475px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.95);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	width: 1049px !important;
	height: 475px;
}


.change-title h1 {
	background: url(../images/title02.png) 332px bottom no-repeat;
}

.welfare {
	width: 1200px;
	border-radius: 20px;
	background-color: #fff;
	height: 543px;
	text-align: left;
	box-shadow: 0 10px 43px rgba(0, 13, 68, 0.35);
}

.welf-left {
	width: 580px;
	float: left;
	margin-left: 30px;
}

.welf-title {
	font-size: 26px;
	color: #333;
	display: block;
	padding-top: 35px;
	margin-bottom: 14px;
}

.welf-list {
	width: 100%;
	height: auto;
	margin-top: 14px;
}

.welf-list a {
	font-size: 20px;
	color: #666;
	display: block;
	-webkit-transition: .4s;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.welf-list em {
	color: #2454de;
	margin-right: 9px;
	font-weight: bold;
}

.welf-list a:hover {
	color: #2454de;
	-webkit-transition: .4s;
}

.welf-right {
	float: right;
	margin-right: 30px;
	width: 526px;
}

.welf-erweima {
	width: 526px;
	height: 128px;
	position: relative;
	margin-bottom: 15px;
}

.welf-note {
	position: absolute;
	width: 177px;
	height: 44px;
	top: 47px;
	right: 27px;
	z-index: 1;
	cursor: pointer;
}

.welf-img {
	position: absolute;
	background: #fff;
	border-radius: 20px;
	width: 129px;
	height: 130px;
	top: -150px;
	right: 17px;
	z-index: 2;
	box-shadow: 0 10px 43px rgba(0, 13, 68, 0.35);
	padding: 7px 6px;
	display: none;
}

.welf-note:hover .welf-img {
	display: list-item;
}

.change-title01 h1 {
	background: url(../images/title03.png) 360px bottom no-repeat;
}

.slideTxtBox2 {
	width: 1200px;
	height: auto;
	position: relative;
	margin-top: 50px;
	background-color: #3679f0;
	border-radius: 20px;
	padding-top: 86px;
	padding-bottom: 46px;
	box-shadow: 0 10px 43px rgba(0,13,68,0.09);
	margin-bottom: 39px;
}
.slide-img01{
	position: absolute;
	left: -74px;
	top: -87px;
	z-index: 1;
}
.slide-img02{
	position: absolute;
	right: -41px;
	bottom: -39px;
	z-index: 1;
}
.slideTxtBox2 .hd-sed {
	width: 1140px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 29px;
}

.slideTxtBox2 .hd-sed ul {
	display: table;
	margin: 0 auto;
}

.slideTxtBox2 .hd-sed ul li {
	font-size: 18px;
	color: #666;
	float: left;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: .4s;
	margin: 0 28px;
}

.slideTxtBox2 .hd-sed ul li i {
	width: 34px;
	height: 5px;
	background-color: #2454de;
	border-radius: 20px;
	display: block;
	margin-top: -16px;
	opacity: 0;
	-webkit-transition: .4s;
}

.slideTxtBox2 .hd-sed ul li.hover {
	color: #333;
	font-weight: bold;
	-webkit-transition: .4s;

}

.slideTxtBox2 .hd-sed ul li.hover i {
	opacity: 1;
	-webkit-transition: .4s;
}

.slideTxtBox2 .bd-sed {
	width: 100%;
	height: auto;
}

.brandList {
	width: 1155px;
	margin: 0 auto;
	height: auto;
}

.brandList ul li {
	width: 367px;
	height: 132px;
	float: left;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	-webkit-transition: .4s;
	margin: 13px 9px;
}
.brand-ul li a{
	display: block;
}
.brand-logo{
	width: 94px;
	height: 94px;
	float: left;
	background-color: #fff;
	border-radius: 20px;
	border: 1px #e1e1e1 solid;
	margin-top: 20px;
	margin-left: 14px;
	overflow: hidden;
	display: table;
}
.brand-logo div{
	display: table-cell;
	vertical-align: middle;
}
.brand-ul li img{
	max-width: 94px;
}
.brand-right {
	float: left;
	margin-left: 10px;
	text-align: left;
	margin-top: 28px;
}
.brand-right b{
	width: 220px;
	font-size: 18px;
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.brand-right p{
	font-size: 16px;
	color: #666;
}
.brand-right p em{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 64px;
	position: relative;
	top: 5px;
}
.brand-right p i{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 32px;
	position: relative;
	top: 5px;
}
.brand-right p span{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 95px;
	position: relative;
	top: 5px;
}
.brand-day{
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #ec0c0c;
	margin-top: 6px;
}
.brand-ul li:hover{
	box-shadow: 0 3px 18px rgba(38,87,174,0.68);
	-webkit-transition: .4s;
}

.brandList #showMore {
	width: 322px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 37px;
}

.brandList #showMore span {
	display: block;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background-color: rgba(36,84,222,0.53);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 322px;
}

.brandList #showMore .hide {

}

.brandList #showMore .show {

}
.rec-enter{
	margin-top: 23px;
	margin-bottom: 70px;
}


/*å®?è®??³è??*/
.apply{
	width: 100%;
	height: auto;
	background-color: #fff;
	border: 1px #000000 solid;
	border-radius: 20px;
}
.apply-banner{
	width: 1113px;
	height: 420px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
	background: url(../images/apply01.jpg) center no-repeat;
}
.apply-banner p{
	font-size: 16px;
	color: #000;
	margin: 0 auto;
	text-align: left;
	padding-top: 346px;
	width: 1023px;
	line-height: 28px;
}
.apply-banner p b{
	color: #fe454f;
}
.apply-ul{
	width: 1113px;
	height: auto;
	margin: 0 auto;
	display: table;
	padding-bottom: 42px;
}
.apply-ul li{
	float: left;
	width: 261px;
	height: auto;
	margin-right: 23px;
}
.apply-ul li b{
	font-size: 16px;
	color: #000;
	display: block;
	padding-top: 14px;
}
.apply-pro{
	width: 1080px;
	height: auto;
	display: table;
	margin: 0 auto;
	margin-top: 82px;
	margin-bottom: 40px;
}
.apply-pro li{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border: 1px #000 solid;
	border-radius: 30px;
	line-height: 52px;
	width: 194px;
	background-color: #fff;
	-webkit-transition: .4s;
	margin: 0 10px;
}
.apply-pro li.hover{
	background-color: #fee283;
	-webkit-transition: .4s;
}
.apply-tab{
	width: 1056px;
	height: auto;
	margin: 0 auto;
}
.apply-tab li{
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
	padding-bottom: 40px;
}
.apply-title{
	font-weight: bold;
	color: #000;
	font-size: 30px;
	display: inline-block;
	padding-bottom: 40px;
	padding-top: 10px;
}
.apply-title i{
	width: 100%;
	display: block;
	height: 17px;
	background-color: #fee283;
	margin-top: -14px;
	padding-right: 12px;
}
.introduce{
	width: 100%;
	height: auto;
}
.introduce span{
	font-size: 18px;
	color: #333;
	display: inline-block;
	margin-bottom: 22px;
	line-height: 32px;
}
.introduce span i,.introduce-note p i{
	float: left;
	width: 6px;
	height: 6px;
	border: 1px #000 solid;
	border-radius: 100%;
	background-color: #fee283;
	margin-top: 10px;
	margin-right: 8px;
}
.introduce-note{
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}
.introduce-note b{
	font-size: 20px;
	color: #333;
	display: block;
	margin-bottom: 10px;
}
.introduce-note p{
	font-size: 18px;
	color: #333;
	line-height: 32px;
}
.inter-img{
	position: absolute;
	top: -23px;
	right: 99px;
	z-index: 1;
}
.apply-project{
	width: 1074px;
	height: auto;
	margin: 0 auto;
	display: table;
	margin-top: 60px;
}
.apply-project li{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #101010;
	line-height: 84px;
	width: 336px;
	border: 1px #000 solid;
	border-radius: 10px;
	box-shadow: 6px 6px 0 #000d44;
	margin: 10px;
}
.apply-for{
	width: 1051px;
	height: 155px;
	margin: 0 auto;
	position: relative;
	margin-top: 43px;
	margin-bottom: 50px;
}
.apply-note{
	position: absolute;
	width: 221px;
	height: 60px;
	top: 58px;
	right: 98px;
	z-index: 1;
	cursor: pointer;
}
.apply-img{
	position: absolute;
	background: #fff;
	border-radius: 20px;
	width: 165px;
	height: 166px;
	top: -168px;
	right: 15px;
	z-index: 2;
	box-shadow: 0 10px 43px rgb(0 13 68 / 35%);
	padding: 11px;
	display: none;
}
.apply-note:hover .apply-img{
	display: list-item;
}
.apply-dean{
	float: left;
	margin-left: 58px;
}
.apply-dean span{
	font-size: 20px;
	display: block;
	font-weight: bold;
	color: #1b1b1b;
	margin-bottom: 18px;
	text-align: left;
}
.apply-dean span i{
	float: left;
	width: 6px;
	height: 25px;
	border: 2px #000 solid;
	background-color: #fbe44f;
	margin-right: 10px;
}
.dean-hold{
	width: 1168px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 70px;
}
.apply-video{
	width: 297px;
	height: 193px;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 16px;
}
.video-img{
	position: absolute;
	top: 69px;
	left: 122px;
	z-index: 2;
}
.apply-link{
	width: 1101px;
	height: auto;
	margin: 70px auto;
	display: table;
}
.apply-link li{
	float: left;
	width: 331px;
	height: auto;
	position: relative;
	margin: 0 18px;
}
.video-img02{
	position: absolute;
	top: 67px;
	left: 140px;
	z-index: 2;
}
.apply-link li span{
	font-size: 18px;
	color: #000;
	display: block;
	padding-top: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*æ¼?è®?*/
.speech-banner{
	width: 1112px;
	height: 515px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: url(../images/yan01.jpg) center no-repeat;
}
.speech-banner p{
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: left;
	padding-top: 406px;
	width: 1000px;
	margin: 0 auto;
}
.speech-ul{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}
.speech-ul li{
	width: 100%;
	height: auto;
	margin-top: 70px;
	display: table;
}
.speech-left{
	float: left;
	border: 2px #000 solid;
	border-radius: 20px;
	width: 727px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 6px 6px 0 #f7b92a;
	position: relative;
	z-index: 1;
}
.speech-title{
	width: 100%;
	line-height: 68px;
	border-bottom: 2px #000 solid;
	background-color: #ff9247;
	height: 68px;
	padding-left: 30px;
}
.speech-title b{
	font-size: 26px;
	color: #fff;
	float: left;
}
.title-right{
	float: right;
	margin-right: 56px;
}
.title-right i{
	float: right;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px #000 solid;
	background-color: #f7b92a;
	margin: 21px 0px;
}
.title-right span{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	border: 1px #000 solid;
	border-radius: 30px;
	margin-right: 10px;
	padding: 2px 17px;
}
.speech-down{
	width: 100%;
	height: auto;
	margin-top: 36px;
	margin-bottom: 36px;
}
.speech-img{
	width: 173px;
	height: 173px;
	float: left;
	margin-left: 32px;
	margin-right: 20px;
}
.speech-img_a{
	width: 170px;
	height: 170px;
	vertical-align: middle;
	display: table-cell;
}
.speech-note{
	float: left;
	text-align: left;
	width: 475px;
}
.speech-note b{
	display: block;
	font-size: 24px;
	color: #000;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom: 8px;
}
.note-tip{
	width: 100%;
	margin-bottom: 14px;
	height: 58px;
	overflow: hidden;
}
.note-tip a{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-color: #fbe44f;
	line-height: 25px;
	float: left;
	margin-right: 4px;
	padding: 0 10px;
	margin-bottom: 4px;
}
.speech-note p{
	font-size: 14px;
	color: #000;
	line-height: 20px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.key{
	float: left;
	margin-top: 149px;
	position: relative;
	z-index: 0;
}
.speech-right{
	float: right;
	position: relative;
	width: 365px;
	height: 319px;
	box-shadow: 6px 6px 0 #f7b92a;
	border-radius: 20px;
	background: url(../images/yan04.png) center no-repeat;
}
.speech-tea{
	width: 306px;
	height: 189px;
	position: relative;
	margin: 0 auto;
	margin-top: 28px;
}
.speech-tea img{
	width: 306px;
	height: 189px;
	border-radius: 10px;
}
.speech-tea b{
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
	line-height: 40px;
	border: 1px #000 solid;
	border-radius: 0 10px 10px 10px;
	background-color: #2454de;
	padding: 0 20px;
}
.speech-link{
	background-color: #fff;
	box-shadow: 4px 5px 0 #000;
	font-size: 24px;
	color: #000;
	text-align: center;
	position: absolute;
	left: 70px;
	bottom: -25px;
	z-index: 1;
	border: 2px #000 solid;
	border-radius: 20px;
	line-height: 56px;
	width: 222px;
	font-weight: bold;
}
.speech-link img{
	margin-left: 8px;
	position: relative;
	top: 3px;
}

.speech-yuyue:hover .yuyue-img {
	display: list-item;
	top: -235px;
}
.yuyue-img{
	position: absolute;
	background: #fff;
	border-radius: 20px;
	width: 165px;
	height: 165px;
	z-index: 2;
	box-shadow: 0 10px 43px rgba(0, 13, 68, 0.35);
	padding: 7px 6px;
	display: none;
}

.speech-live:hover .live-img {
	display: list-item;
	top: -475px;
	right: 75px;
}
.live-img{
	position: absolute;
	background: #fff;
	border-radius: 20px;
	max-width: 370px;
	max-height: 405px;
	z-index: 2;
	box-shadow: 0 10px 43px rgb(0 13 68 / 35%);
	padding: 7px 6px;
	display: none;
}

.countdown{
	margin-top: 28px;
	text-align: left;
	margin-left: 50px;
	font-size: 18px;
	color: #2454de;
	font-weight: bold;
}
.titile-ing span{
	background-color: #fbe44f;
	color: #f5361d;
}
.titile-ing a{
	color: #f5361d;
}
.yan-title h1{
	background: url(../images/yan08.jpg) 261px bottom no-repeat;
}
.yan-title h1 i{
	width: 12px;
	height: 12px;
	background-color: #2d33b5;
	border-radius: 100%;
	display: inline-block;
	margin: 0 4px;
	position: relative;
	top: -7px;
}
.speech-end{
	background-color: #838383;
}
.speech-end .title-right i{
	background-color: #a1a1a1;
}
.speech-end .title-right span{
	background-color: #d4d4d4;
	color: #6f6f6f;
}

/*???¸ä?ç»?*/
.primary-content{
	width: 1080px;
	height: auto;
	margin: 35px auto 20px;
	color: #333;
}
.com-detail-page .com-header {
	position: relative;
	height: 118px;
	padding: 38px 0 40px 160px;
	background-size: contain;
	background: url(../images/com_icon_bg.png);
}
.com-detail-page .com-header .com-avatar {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 38px;
	left: 0;
	background-color: #fff;
	display: table;
}
.com-detail-page .com-header .com-avatar div{
	display: table-cell;
	vertical-align: middle;
}
.com-detail-page .com-header .com-avatar img{
	max-width: 120px;
}
.com-detail-page .com-header .com-title {
	position: relative;
	font-size: 24px;
}
.com-detail-page .com-header .com-title span {
	max-width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.com-detail-page .com-header .com-msg {
	font-size: 14px;
	padding-top: 16px;
}
.com-detail-page .com-header .com-introduce {
	max-height: 350px;
	overflow: hidden;
}
.com-detail-page .com-header .com-msg_detail {
	position: relative;
	padding: 0 20px;
}
.com-detail-page .com-header .com-msg_detail:first-child {
	padding-left: 0;
}
.com-detail-page .com-header .com-msg_detail::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: #333;
	left: 0;
	top: 3px;
}

.com-detail-page .com-header .com-msg_detail:first-child::before {
	background: none !important;
}
.el-tabs__nav {
	width: 100%;
	height: auto;
	display: table;
}
.el-tabs__nav li{
	padding: 0;
	height: 60px;
	line-height: 60px;
	background-color: #fafafa;
	color: #949698;
	font-size: 18px;
	font-weight: 400;
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .4s;
	border-bottom: 2px #fff solid;
}
.el-tabs__nav li.hover{
	color: #2454de;
	background-color: #fff;
	border-bottom: 2px #2454de solid;
	-webkit-transition: .4s;
}
.com-content{
	width: 730px;
	float: left;
}
#con_pro_1,#con_pro_2,#con_pro_3,#con_pro_4{
	padding-top: 39px;
}
.com-item {
	position: relative;
	padding-top: 30px;
}
.com-item .com-til {
	font-size: 20px;
	padding-bottom: 16px;
}
.com-item .com-detail {
	font-size: 14px;
	line-height: 26px;
	word-break: break-all;
}
.com-intern-item {
	width: 730px;
	padding: 25px 20px 29px 0;
	line-height: 19px;
	font-size: 14px;
	color: #666;
	position: relative;
}
.com-intern-item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.com-intern-item .name-salary {
	display: flex;
	justify-content: space-between;
	line-height: 24px;
	font-size: 18px;
}
.com-intern-item .name-salary .name {
	font-weight: bold;
	color: #333;
}
.com-intern-item .name-salary .salary {
	color: #fd8150;
}
.com-intern-item .detail {
	line-height: 19px;
	margin-top: 13px;
	display: flex;
	justify-content: space-between;
}
.com-intern-item .detail-left span {
	padding-left: 16px;
	margin-right: 25px;
	background: left 2px/12px no-repeat;
}
.com-intern-item .detail-left .city {
	max-width: 115px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-size: 11px;
	margin-left: 0;
	padding-left: 14px;
}
.com-intern-item .detail-right {
	color: #949698;
}
.com-detail-page .com-content_right {
	position: relative;
	width: 270px;
	padding: 0 20px 20px;
	float: right;
	background-color: #fbfbfb;
	margin-top: 39px;
}
.com-item .com-link {
	color: #2454de;
	text-decoration: none;
}
.com-item .com-detail .com-tag {
	margin-right: 8px;
	background: #eaeaf3;
	border-radius: 15px;
	padding: 5px 13px;
	color: #2454de !important;
	margin-bottom: 12px;
	display: inline-block;
}
.filter-box {
	margin-bottom: 32px;
	display: flex;
}
.com-select-item {
	width: 220px;
	line-height: 42px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
.com-select-item .select-bar {
	height: 44px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	border: 1px solid #EAEAEA;
	position: relative;
}
.com-select-item .input-blur {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.com-select-item input,.input-search-item input {
	width: 100%;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.com-select-item .select-bar .arrow {
	width: 13px;
	height: 7px;
	position: absolute;
	top: 19px;
	right: 22px;
	background-size: contain !important;
}
.input-search-item {
	width: 270px;
	line-height: 42px;
	margin-right: 10px;
	cursor: pointer;
	height: 44px;
	padding-left: 5px;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	border: 1px solid #EAEAEA;
	position: relative;
}
.input-search-item input {
	border: 0;
	width: 188px;
}
.input-search-item .search-btn-n {
	display: inline-block;
	width: 60px;
	height: 28px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	background-color: #2454de;
	cursor: pointer;
}
.bm-sel02{
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	line-height: 40px;
	border: 1px solid #EAEAEA;
	font-size: 14px;
	color: #606266;
	background: none;
	font-family: "Microsoft YaHei", Arial, Tahoma,"Microsoft YaHei";
	cursor: pointer;
	padding: 0 15px;
	outline: none;
	background: url(../images/arrow1.png) 185px no-repeat;
	background-size: 13px;
	appearance: none;
}
.pagination-btn {
	padding: 0.06rem 0.10rem;
	margin-right: 8px;
	border-radius: 4px;
	cursor: pointer;
	color: #555;
	display: inline-block;
	box-sizing: border-box;
	width: 34px;
	text-align: center;
	font-size: 18px;
	background-color: #f4f4f4;
	line-height: 34px;
}

.pagination-wrap {
	position: relative;
	display: inline-block;
	padding-left: 0px;
}

.pagination-ellipsis {
	color: #555;
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 0 0.12rem;
	margin-right: 4px;
	font-size: 18px;
}

.pagination-current {
	color: #fff;
	background-color: #2454de;
}

.pagination-disabled {
	cursor: not-allowed;
}

#pagination-next,
#pagination-prev {
	padding-right: 0.08rem;
	padding-left: 0.08rem;
	position: relative;
	top: 4px;
}

.pagenum {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.box-page{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.j-r-border{
	border: none;
}
.com-intern-item .name-salary .name img {
	margin-left: 10px;
	vertical-align: sub;
	width: 42px;
}
.com-detail-page .com-content .preach-list {
	display: grid;
	grid-template-rows: repeat(auto-fill, auto);
	grid-template-columns: repeat(auto-fill, 230px);
	row-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.com-detail-page .com-content .preach-list .preach-item {
	cursor: pointer;
}
.com-detail-page .com-content .preach-list .preach-item div {
	width: 230px;
	height: 138px;
	overflow: hidden;
}
.com-detail-page .com-content .preach-list .preach-item div img {
	transition: 0.5s all;
	width: 100%;
	height: 100%;
}
.com-detail-page .com-content .preach-list .preach-item h3 {
	font-size: 14px;
	font-weight: 500;
	color: #3f424f;
	line-height: 20px;
	margin: 10px 0 4px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.com-detail-page .com-content .preach-list .preach-item p {
	font-size: 12px;
	font-weight: 500;
	color: #9ea2ae;
	line-height: 17px;
}
.com-detail-page .com-content .preach-list .preach-item div:hover img{
	transform:scale(1.2)
}


.job-box{
	width: 1080px;
	margin: 35px auto 20px;
	font-size: 14px;
	position: relative;
}
.job-box .job-header{
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #eaeaea;
}
.job-box .job-header .new_job_name{
	position: relative;
	font-size: 30px;
	max-width: 680px;
	line-height: 42px;
}
.job-box .job-header .new_job_name img{
	height: 20px;
}
.job-box .job-header .job_date{
	position: relative;
	color: #888888;
	padding: 19px 0;
}
.job-box .job-header .job_date span{
	margin-right: 15px;
	font-size: 16px;
	vertical-align: middle;
}
.job-box .job-header .job_date .cutom_font {
	font-family: myFont,PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

.cutom_before::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: #333;
	left: 0;
	top: 3px;
}

.job-box .job-header .job_msg{
	font-size: 16px;
}
.job-box .job-header .job_msg span:first-child {
	padding-right: 20px;
}
.job-box .job-header .job_msg span:not(:first-child) {
	position: relative;
	padding: 0 20px;
}
.job-box .job-header .job_good_list {
	max-width: 600px;
	margin-top: 20px;
}
.job-box .job-header .job_good_list span {
	display: inline-block;
	line-height: 19px;
	padding: 5px 13px;
	background-color: #eaeaf3;
	border-radius: 20px;
	color: #2454de;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.job-box .job-header .top_deliver_btn{
	position: absolute;
	bottom: 40px;
	right: 0;
}
.job-box .job-header .top_deliver_btn .btn_warp{
	display: flex;
}
.job-box .job-header .top_deliver_btn .btn_warp .btn-box {
	margin-left: 20px;
	width: 60px;
	position: relative;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #84B2E9;
	border-radius: 4px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	color: #6AA2E4;
	display: flex;
	align-items: center;
}
.job-box .job-header .top_deliver_btn .btn_warp .check_qrcode {
	width: 166px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #2454de;
	border-radius: 4px;
	line-height: 60px;
	font-size: 18px;
	font-family: PingFang SC;
	color: #2454de;
	cursor: pointer;
	position: relative;
}
.job-box .job-header .top_deliver_btn .btn_warp .check_qrcode .qrcode_item{
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgb(42 47 57 / 10%);
	border-radius: 4px;
	position: absolute;
	left: -154px;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
	padding: 20px 20px 12px;
}
.job-box .job-header .top_deliver_btn .btn_warp .check_qrcode:hover .qrcode_item{
	display: list-item;
}
.top_qrcode img{
	width: 120px;
	height: 120px;
}
.job-box .job-header .top_deliver_btn .btn_warp .check_qrcode .qrcode_item .top_qrcode_text {
	font-size: 12px;
	color: #333;
	line-height: 17px;
	text-align: center;
	margin-top: 6px;
}
.job-box .job-header .top_deliver_btn .btn_warp .check_qrcode .icon_qrcode {
	width: 22px;
	height: 22px;
	vertical-align: sub;
	margin: 0 12px 0 12px;
}
.job-box .job-header .top_deliver_btn .btn_warp .resume_apply {
	width: 130px;
	height: 60px;
	line-height: 60px;
	background-color: #bbb;
	color: #888;
	border-color: #bbb;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
}
.job-box .job-header .top_deliver_btn .btn_warp .com_res{
	background-color: #2454de;
	color: #fff;
}
.job-box .job-content {
	position: relative;
}
.job-box .job-content .content_left{
	position: relative;
	width: 750px;
	float: left;
}
.job-box .job-content .content_left .con-job{
	position: relative;
	padding-top: 40px;
	font-size: 14px;
	color: #888;
	line-height: 1.6;
}
.job-box .job-content .content_left .con-job .job_til {
	position: relative;
	font-size: 16px;
	padding-bottom: 22px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
}
.job-box .job-content .content_left .con-job .job_description {
	width: 750px;
	margin: 0 0 20px 0;
}
.job-box .job-content .content_left .con-job .job_description span{
	background: #FAFAFA;
	border-radius: 20px;
	display: inline-block;
	font-size: 14px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	color: #888888;
	padding: 5px 13px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.job-box .job-content .content_left .con-job .job_part{
	position: relative;
}
.job-box .job-content .content_left .con-job .job_detail{
	position: relative;
	word-wrap: break-word;
	word-break: normal;
	font-size: 14px;
}
.job_detail p {
	padding: revert;
	margin: revert;
}
.job-box .job-content .content_left .job_city .mapBoxCss{
	transition: all .4s;
}
.job-box .job-content .content_left .job_city #mapBox {
	width: 750px;
	height: 400px;
	background: #2454de;
	margin-top: 10px;
	font-size: 12px;
}
.job-box .job-content .content_left .intern-tip {
	margin-top: 50px;
	font-size: 12px;
	color: #9EA3B5;
	line-height: 17px;
}
.job-box .job-content .content_left .intern-tip .tip-a{
	color: #2454de;
	cursor: pointer;
	text-decoration: underline;
}
.job-box .job-content .content_left .intern-tip2{
	margin-top: 6px;
	font-size: 12px;
	color: #9EA3B5;
	line-height: 17px;
}
.job-box .job-content .content_left .con-job{
	position: relative;
	padding-top: 40px;
	font-size: 14px;
	color: #888;
	line-height: 1.6;
}
.job-box .job-content .content_left .resume_content{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 100px 0;
}
.job-box .job-content .content_left .resume_content .resume_apply{
	cursor: pointer;
	position: relative;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #bbb;
	color: #888;
	border-color: #bbb;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
}
.job-box .job-content .content_left .resume_content .com_res{
	background-color: #2454de;
	color: #fff;
}
.job-box .job-content .content_left .same-company{
	position: relative;
	margin: 30px 0 60px 0;
	color: #666;
	font-size: 14px;
}
.job-box .job-content .content_left .same-company .sc-til{
	color: #999;
	margin-right: 15px;
}
.job-box .job-content .content_left .same-company .sc-com{
	display: inline-block;
	margin: 0 20px 15px 0;
	cursor: pointer;
	color: #333;
}
.job-box .job-content .content_left .same-company .sc-com:hover{
	color: #2454de;
}
.job-box .job-content .content_right{
	position: relative;
	float: right;
	width: 280px;
}
.job-box .job-content .block{
	clear: both;
	display: block;
}
.job-box .job-content .content_right .job-about{
	position: relative;
	width: 220px;
	padding: 0 30px 30px 30px;
	background-color: #fafafa;
	color: #888;
	margin-top: 40px;
}
.job-box .job-content .content_right .job-about .about-til{
	position: relative;
	padding: 30px 0 0 16px;
	font-size: 16px;
	color: #333;
}
.job-box .job-content .content_right .job-about .about-til::before {
	position: absolute;
	content: "";
	display: inline-block;
	left: 0;
	top: 37px;
	width: 4px;
	height: 10px;
	border-radius: 2px;
	background-color: #2454de;
}
.job-box .job-content .content_right .con-job{
	position: relative;
	padding-top: 40px;
	font-size: 14px;
	color: #888;
	line-height: 1.6;
}
.job-box .job-content .content_right .con-job .com_intro{
	position: relative;
	padding: 0 0 0 85px;
}
.job-box .job-content .content_right .con-job .com_intro .logo{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	display: table;
}
.job-box .job-content .content_right .con-job .com_intro .logo a{
	display: table-cell;
	vertical-align: middle;
}
.job-box .job-content .content_right .con-job .com_intro .logo img{
	max-width: 70px;
}
.job-box .job-content .content_right .con-job .com_intro .com-name {
	display: inline-block;
	line-height: 21px;
	font-size: 16px;
	color: #333;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.job-box .job-content .content_right .con-job .com-tags{
	width: 100%;
	margin-top: 20px;
}
.job-box .job-content .content_right .con-job .com-tags div{
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	background-color: #eaeaf3;
	border-radius: 20px;
	color: #2454de;
	font-size: 14px;
	padding: 0 13px;
	line-height: 30px;
	margin: 10px 5px 0 0;
}
.job-box .job-content .content_right .con-job .com-detail{
	font-size: 14px;
	color: #888;
	margin-top: 6px;
}
.job-box .job-content .content_right .con-job .com-detail div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	font-size: 14px;
	margin-top: 25px;
}

.job-box .job-content .content_right .con-job .com-detail .iconfont{
	width: 16px;
	height: 16px;
	color: #D8D8D8;
	margin-right: 8px;
}

/*å¤§å??*/
.master-banner{
	background: url(../images/daka01.jpg) bottom no-repeat;
	height: 451px;
	padding-top: 24px;
}
.master-banner p{
	padding-top: 370px;
}
.master-left{
	float: left;
	background: url(../images/daka02.png) center no-repeat;
	position: relative;
	width: 365px;
	height: 449px;
	box-shadow: 6px 6px 0 #f7b92a;
	border-radius: 20px;
	z-index: 1;
}
.master-tea{
	width: 306px;
	height: 372px;
	position: relative;
	margin: 0 auto;
	margin-top: 28px;
}
.master-tea img{
	width: 306px;
	height: 372px;
	border-radius: 10px;
}
.master-tea b{
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
	line-height: 40px;
	border: 1px #000 solid;
	border-radius: 0 10px 10px 10px;
	background-color: #85a132;
	padding: 0 20px;
}
.master-key{
	margin-top: 211px;
}
.master-right{
	float: right;
	height: 449px;
	overflow: inherit;
}
.master-right .speech-title{
	background-color: #fc735c;
	width: 697px;
	border-radius: 18px 18px 0 0;
}
.master-down{
	margin-top: 32px;
	margin-left: 36px;
	text-align: left;
	position: relative;
	width: 660px;
	height: 253px;
	overflow: hidden;
}
.master-down b{
	font-size: 34px;
	color: #000;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.master-down em{
	font-size: 24px;
	color: #fff;
	display: block;
	border-radius: 30px;
	background-color: #fc735c;
	text-align: center;
	width: 140px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 20px;
}
.master-down p{
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.master-down p i{
	float: left;
	width: 10px;
	height: 10px;
	background-color: #fc735c;
	border-radius: 100%;
	margin-right: 8px;
	margin-top: 16px;
}
.master-right .speech-link{
	left: 254px;
}
.master-right .countdown{
	margin-left: 0;
	text-align: center;
	color: #fc735c;
	margin-top: 22px;
}
.master-no{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/daka04.png) center no-repeat;
	text-align: left;
	opacity: 0;
	-webkit-transition: .4s;
}
.master-no b{
	font-size: 24px;
	color: #fff;
	background-color: #85a132;
	border: 1px #000 solid;
	border-radius: 10px;
	display: inline-block;
	margin-top: 64px;
	margin-left: 46px;
	line-height: 46px;
	padding: 0 22px;
	margin-bottom: 28px;
}
.master-no p{
	font-size: 16px;
	color: #000;
	line-height: 36px;
	width: 272px;
	margin-left: 46px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.master-left:hover .master-no{
	opacity: 1;
	-webkit-transition: .4s;
}
.master-right .speech-end{
	background-color: #838383;
}


.top41 {
	top: 41px;
}

.teach-bor-r {
	border-right: none !important;
}

.teach-bor-b {
	border-bottom: none !important;
}

.mar-right-no {
	margin-right: 0 !important;
}
.padding78px{
	padding-top: 78px;
}
.marinpx{
	margin-top: 84px;
}
.padeding70px{
	padding-bottom: 70px;
}
.h-left {
	float: left;
}

.h-right {
	float: right;
}


/*å¼¹ç??*/
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0,0,0,0.5);
}
input::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0,0,0,0.5);
}
input:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0,0,0,0.5);
}
input:-moz-placeholder { /* Firefox 18- */
	color: rgba(0,0,0,0.5);
}
.a-up05,.a-up06{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.6);
	display: none;
}
.a-up05.is-expanded,.a-up06.is-expanded{
	display: block;
}
.a-up03{
	width: 100%;
	height: 100%;
	display: table;
}
.a-up04{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.invi-up{
	background: url(../images/tanchuang.png) center no-repeat;
	width: 693px;
	height: 443px;
	margin: 0 auto;
	position: relative;
}
.invi-close{
	position: absolute;
	top: 92px;
	right: 44px;
	z-index: 10;
	cursor: pointer;
}

.jobs-up{
	padding-top: 148px;
	width: 402px;
	margin: 0 auto;
}
.job-name{
	display: table;
	margin-bottom: 22px;
}
.job-name span{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin-right: 19px;
	line-height: 50px;
	width: 90px;
}
.job-name input{
	font-size: 24px;
	color: #000;
	background-color: #fff;
	border: 1px #000 solid;
	border-radius: 4px;
	float: left;
	line-height: 48px;
	width: 210px;
	padding: 0 40px;
	outline: none;
}
.job-button01{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #171472;
	border-radius: 20px;
	line-height: 60px;
	width: 260px;
	border: 1px #000 solid;
	outline: none;
	cursor: pointer;
	margin-top: 36px;
}
.job-button02{
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #f58132;
	border-radius: 20px;
	line-height: 60px;
	width: 128px;
	border: 1px #000 solid;
	outline: none;
	cursor: pointer;
	margin-top: 36px;
	text-align: center;
}
.delivery-up{
	background: url(../images/tanchuang02.png) center no-repeat;
	width: 377px;
	height: 458px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 5px 10px rgba(125,125,125,0.45);
}
.delivery-up .invi-close{
	top: 27px;
	right: 29px;
}
.delive-img{
	margin-top: 93px;
	margin-bottom: 22px;
}
.delivery-up span{
	font-size: 24px;
	display: block;
	color: #bfd7ff;
	margin-bottom: 60px;
}
.delivery-up a{
	display: block;
	margin: 0 auto;
	font-size: 20px;
	color: #0029ce;
	font-weight: bold;
	background-color: #fdb416;
	border: 1px #000 solid;
	border-radius: 4px;
	line-height: 54px;
	width: 283px;
	text-align: center;
}