.graduation_teacher{
	width: 380px;
    height: 460px;
    float: left;
    margin-left: 13px;
    margin-top: 60px;
}
.graduation_img{
	font-size: 28px;
    color: #ffffff;
    margin-top: -417px;
    text-align: center;
	font-weight: 800;
}
.graduation_study{
	width: 100%;
    height: 672px;
}

.graduation_try{
	width: 230px;
    height: 317px;
    float: left;
    margin-left: 128px;
    margin-top: 20px;
}
.work_study{
	width: 100%;
    height: 370px;
    margin-top:50px;
}
.work_try{
	width: 290px;
    height: 350px;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
   border:0px solid red;
}
.graduation_small_img{
	text-align: center;
}
.try_learn{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	font-weight: 800;
}
.direction{
	font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}
.try_direction{
	font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    width: 290px;
}
.ug_design_title{
	width: 220px;
	height: 250px;
	border: 1px solid #e7effd;
	background-color: #e7effd;
	float: left;
	margin-left: 15px;
	margin-top: 70px;
}
.ug_design_img{
	margin-top:-30px;
}
.ug_design_title_first{
	font-size: 24px;
	color:#fff04c;
	margin-top:-76px;
	font-weight: 800;
}
.ug_title_content{
	border:1px solid #e7effd;
	width: 195px;
	font-size: 16px;
	color:#666666;
	margin-top:50px;
	line-height: 34px;
	margin-left: 19px;
	
}
.conmbat_design{
	width: 293px;
	height: 380px;
	border:0px solid red;
	text-align: center;
	margin-top:50px;
	float: left;
	margin-left: 74px;
}
.conmbat_teacher{
	font-size: 18px;
	color:#666666;
	line-height: 30px;
	margin-top:30px;
}
.combat_work{
	width: 1180px;
	height: 560px;
	border:0px solid red;
	margin:0 auto;
	position: relative;
	top:100px;
	background-color: #f5f5f5b3;
}
.combat_content{
	width: 1065px;
	text-align: left;
	margin: 0 auto;
	font-size: 18px;
	color:#666666;
	margin-top: 123px;
	line-height: 30px;
}
body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    min-width: 1180px;
    background-color: #ffffff;
        }
    .container{
      width:1180px;
    }

.more_hear_banner {
    /* text-align: center; */
    margin-top: -110px;
    margin-left: 30px;
}
.button_pm {
    background-color: #1d6cef;
    color: #ffffff;
    
}
.button_pm:hover {
    background-color: #0344ae;
    color: #ffffff;
}

.more_hear_banner {
    margin-top: 334px;
    margin-left: 24px;
    cursor: pointer;
}
.ps_people_banner {
    margin-left: 413px;
    position: absolute;
    margin-top: 140px;
}
.ps_float{
    position: absolute;
    margin-top: 420px; 
    margin-left: 620px;
    cursor: pointer;

}
.work_img{
	width: 100%;
	height: 358px;
	border:0px solid red;
	margin-top:70px;

}
.work_small_img{
	font-size: 18px;
	color:#666666;
	width: 560px;
}
.work_small_title{
	width: 570px;
	line-height: 30px;
	margin-top:30px;
}
.big_title{
	color:#1d6cef;
	font-weight: 800;
	cursor: pointer;
}

.formbox {
  top: 17px;
  right: -800px;
  width: 320px;
  padding: 30px;
  background-color: rgba(0,0,0,0.3);
}
.formbox h4 {
  margin: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.formbox p {
  text-align: center;
  color: #fff;
}
.formbox input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 18px;
  border: none;
  border-radius: 3px;
}
.formbox input.ipt {
  padding: 0 1em;
}
.formbox input.smt {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 5px;
  background-color: #ffaa00;
  transition-duration: 0.4s;

}
.formbox input.smt:hover{
  background-color: #ff7700;
  transition-duration: 0.4s;

}