body{   

}
.enter{
  position: relative;
  width: 100%;
  line-height: 0;
}
.enter img{
  width: 100%;
  height: 100%;
}
.main{
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.navBox{
  position: relative;
  width: 100%;
  height: 108px;
  background: url("../images/plan/bgNav.jpg") repeat-x;
}
.navList{
  position: relative;
  margin: 0 auto;
  padding: 35px 0;
  width: 1200px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.navList .logo{
  position: absolute;
  left: 10px;
  top: 28px;
}
.navList .tab{
  position: relative;
  display: block;
  margin: 0 40px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.navList .tab.on{
  border-bottom: #47ffff 3px solid;
}
.navList .tab:hover{
  border-bottom: #47ffff 3px solid;
}
.banner{
  position: relative;
  width: 100%;
}
.banner img{
  width: 100%;
  height: auto;
}
.bgMain_1{
  padding: 1px 0;
  width: 100%;
  background: url("../images/plan/bgMain_1.jpg") top center/cover no-repeat;
}
.bgMain_2{
  padding: 1px 0;
  width: 100%;
  background: url("../images/plan/bgMain_2.jpg") top center/cover no-repeat;
}
.content{
  position: relative;
  margin: 150px auto 300px;
  width: 1200px;
}
.content .title{
  position: relative;
  margin: 30px auto;
  line-height: 0;
  text-align: center;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.content .h1{
  margin-top: -22px;
  color: #002b80;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 8px;
}
.content .txt_1{
  color: #00ebfe;
  font-size: 18px;
  line-height: 24px;
}
.content .txt_2{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.content p.noIndent{
  text-indent: 0;
}
.clear{
  clear: both;
}
.border_1{
  position: relative;
  margin: 0 auto;
  padding: 120px 120px 100px;
  width: 1194px;
  height: 1200px;
  background: url("../images/plan/border_1.png") no-repeat;
}
.overflow{
  width: 100%;
  height: 100%;
  overflow: auto;
}
.people{
  position: absolute;
  right: -30px;
  top: -100px;
}
.jobItem{
  margin-bottom: 11px;
  width: 100%;
}
.jobTitle{
  position: relative;
  padding: 0 42px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  cursor: pointer;
  border: #33a0d6 2px solid;
  background-color: #215ec2;
}
.jobTitle::after{
  position: absolute;
  content: "";
  right: 40px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: url("../images/plan/more.png") no-repeat; 
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.jobTitle.on::after{
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.jobDetail{
  display: none;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 40px 80px;
  border-top: #33a0d6 1px solid;
  border: #33a0d6 2px solid;
  background-color: #3172bc;
}
.buttonApply{
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.border_2{
  position: relative;
  margin: 0 auto;
  padding: 136px 173px 100px 120px;
  width: 1248px;
  height: 863px;
  background: url("../images/plan/border_2.png") no-repeat;
}
.border_2 .jobTitle{
  border: none;
  background: none;
}
.border_2 .jobTitle::after{
  display: none;
}
.border_2 .jobDetail{
  display: block;
  border: none;
  background: none;
}

.footer {
	background: #7bd7b7 url(../images/footer.png) no-repeat center center;
	border-top: 3px solid #25876a;
	height: 197px;
	font-size: 14px;
	color: #424242;
}

.footer .main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.footer .left {
	float: left;
}

.footer .left dl {
	float: left;
}
.footer .left dd em{
	display: inline-block;
	background: #278a6d;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 20px;
}
.footer .left dl:first-child {
	float: left;
	margin-right: 70px;
}

.footer .right {
	float: right;
}

.footer .right dd img{
	float: left;
}
.footer .right dd p{
	margin-left: 97px;
	line-height: 19px;
	font-size: 12px;
}
.footer .right dd p b{
	font-weight: bold;
	color: #2540a7;
}

.footer dl {
	margin-top: 45px;
}

.footer dt {
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

.footer dt i {
	width: 2px;
	height: 14px;
	background: #424242;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.footer .left dd {
	line-height: 28px;
}

.copy {
  background: #282828;
  text-align: center;
  color: #fefefe;
  font-size: 16px;
  height: 53px;
  line-height: 53px;
}