*{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ban{
	display: block;
	width: 100%;
}
.ban_form { 
  height: 118px; 
  background: #2232be; 
}
.ban_form form { 
  width: 1200px; 
  margin: 0 auto; 
}
.ban_form form input, .ban_form form button { 
  width: 364px; 
  height: 56px; 
  margin-top: 30px; 
  font-size: 18px; 
  box-sizing: border-box; 
  padding-left: 14px; 
  outline: none; 
  border: none; 
}
.ban_form form button { 
  padding-left: 0; 
  background: #fdfc00; 
  color: #2232be; 
  font-weight: bolder;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.teach-adv-wrap ul {
  width: 1280px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.teach-adv-wrap ul li {
  width: 145px;
}
.teach-adv-wrap ul li i {
  display: block;
  width: 145px;
  height: 145px;
  background: url('../images/1.png') no-repeat center / contain;
}
.teach-adv-wrap ul li:nth-of-type(2) i {
  background: url('../images/2.png') no-repeat center / contain;
}
.teach-adv-wrap ul li:nth-of-type(3) i {
  background: url('../images/3.png') no-repeat center / contain;
}
.teach-adv-wrap ul li:nth-of-type(4) i {
  background: url('../images/4.png') no-repeat center / contain;
}
.teach-adv-wrap ul li:nth-of-type(5) i {
  background: url('../images/5.png') no-repeat center / contain;
}
.teach-adv-wrap ul li:nth-of-type(6) i {
  background: url('../images/6.png') no-repeat center / contain;
}
.teach-adv-wrap ul li h3 {
  line-height: 60px;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.goals-requirements-wrap {
  width: 1280px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.goals-requirements-wrap .goals-requi-left {
  width: 615px;
}
.goals-requirements-wrap .goals-requi-left a {
  display: block;
}
.goals-requirements-wrap .goals-requi-left a img {
  width: 100%;
  height: 415px;
}
.goals-requirements-wrap .goals-requi-right {
  width: 598px;
}
.goals-requirements-wrap .goals-requi-right .goals-info h3 {
  line-height: 40px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.goals-requirements-wrap .goals-requi-right .goals-info p {
  line-height: 40px;
  font-size: 20px;
  color: #484848;
  text-align: justify;
}
.goals-requirements-wrap .goals-requi-right .goals-info .line-body {
  border-top: 1px dashed #000;
  margin-top: 20px;
}
.sect-zx {
    display: block;
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    background: #2232be;
    text-align: center;
    border-radius: 20px;
}
.sect-zx:hover {
    transition: all 0.3s ease-in;
    transform: scale(1.1);
}
.head-wrap {
  	padding-top: 30px;
  	text-align: center;
}
.head-wrap h1 {
  	line-height: 60px;
    font-size: 26px;
    color: #000;
	font-weight: 100;
    
}
.head-wrap p {
  	line-height: 40px;
    font-size: 30px;
    color: #989898;
	font-weight: bold;
    text-transform: capitalize;
}
.adv-wrap {
  padding-bottom: 30px;
}
.adv-wrap .adv-info-box {
  width: 1280px;
  margin: 0 auto;
}
.adv-wrap .adv-info-box ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adv-wrap .adv-info-box ul li {
  width: 391px;
}
.adv-wrap .adv-info-box ul li a {
  display: block;
}
.adv-wrap .adv-info-box ul li a img {
  width: 100%;
  height: 253px;
}
.adv-wrap .adv-info-box ul li h3 {
  line-height: 60px;
  font-size: 20px;
  color: white;
  text-align: center;
}
.double-btn {
  width: 828px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.double-btn a {
  	display: block;
  	width: 338px;
  	line-height: 58px;
  	font-size: 20px;
  	color: #2232be;
  	border: 1px solid #2232be;
  	text-align: center;
    border-radius: 25px;
}
.double-btn a:last-child {
  background: #2232be;
  color: #fff;
}
/*学习内容*/
.kctx {
    height: 690px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.slideTxtBox .hd ul{ 
  width: 1100px;
  display: flex; 
  justify-content: space-between; 
  position: absolute; 
  top: -30px;
  left: 80px;
}
.slideTxtBox .hd ul li{
  width: 140px;
  height: 50px; 
  line-height: 50px; 
  text-align: center; 
  border: 1px solid #dcdcdc; 
  text-align: center;
  color: #2232be; 
  font-size: 18px;
  background: #fff;
  border-radius: 24px; 
}
.slideTxtBox .hd ul li.on{ 
  background-color: #2232be; 
  color: #fff; 
}
.slideTxtBox .bd ul{
  padding:15px;  
  width: 500px;  
}
.slideTxtBox .bd li{ 
  display: flex;
  justify-content: space-between;
  background: #f3f0f0;
  width: 700px;
  height: 400px;
  padding: 50px 50px 0;
  margin: 40px 0px 0px 410px;
}
.bd{
  margin-top: 50px;
  width: 1280px;
  height: 670px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
}
.left_kc{
  border-right: 1px dotted;
  padding-right: 80px;
  padding-left: 20px;
  height: 300px;
}
.bd strong{
  font-size: 20px;
}
.bd strong span{
  color: red;
}
.bd p{
  line-height: 34px;
  padding-top: 34px;
  text-indent: 34px;
  width: 260px;
  font-size: 16px;
}
.kctx{
  position: relative;
}
.kctx_d{
  position: absolute;
  top: 106px;
  left: 30px;
  z-index: 1;
}
.sect-btn{
  display: block;
  width: 350px;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  background: #2232be;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  bottom: 60px;
  left: 450px;
}
/*实训环境*/
.envir-wrap {
  margin-top: 40px;
  padding-bottom: 30px;
}
.envir-wrap .envir-box {
  width: 1280px;
  margin: 0 auto;
  margin-top: 20px;
}
.envir-box{
	display: flex;
	justify-content: space-between;
}
.envir-wrap .envir-box .envir-img-left {
  width: 570px;
}
.envir-wrap .envir-box a {
  display: block;
}
.envir-wrap .envir-box a img {
  width: 100%;
  height: 470px;
}
.envir-wrap .envir-box ul {
  width: 670px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.envir-wrap .envir-box ul li {
  width: 320px;
  margin-bottom: 20px;
}
.envir-wrap .envir-box ul li a {
  display: block;
}
.envir-wrap .envir-box ul li a img {
  width: 100%;
  height: 224px;
}
/*合作单位*/
.auto1200 {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.express-wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
}
.express-wrap ul {
  border: 1px solid #535353;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.express-wrap ul li {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.express-wrap ul li h3 {
  line-height: 78px;
  font-size: 38px;
  color: #2232be;
  font-weight: bold;
}
.express-wrap ul li h3 span {
  font-size: 14px;
  vertical-align: 28%;
  color: #2232be;
}
.express-wrap ul li .exp-info-box {
  margin-top: 20px;
}
.express-wrap ul li .exp-info-box p {
  width: 130px;
  line-height: 30px;
  font-size: 16px;
  color: #595858;
}
.express-wrap ul li:nth-of-type(1) h3 {
  width: 180px;
  text-align: center;
}
.express-wrap ul li:nth-of-type(1) p {
  width: 130px;
}
.express-wrap ul li:nth-of-type(2) {
  width: 80px;
}
.express-wrap ul li:nth-of-type(4) {
  width: 80px;
}
.experess-line {
  width: 0px;
  height: 60px;
  border: 1px solid #747474;
	transform: skewX(-45deg) translateX(42px);
  margin-top: 14px;
}
.join-box {
  margin-top: 30px;
}
.join-box img{
  display: block;
  width: 1280px;
}
/*表单*/
.jdgl{
	width: 1280px;
  padding-bottom: 30px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.nav{
  width: 620px;
  background: #eee;
}
.nav h3{
  display: block;
  background-color: #2232be;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}
.nav form{
  padding: 0 20px;
}
.nav form input{
  display: block;
  width: 570px;
  line-height: 44px;
  outline: none;
  font-size: 20px;
  text-indent: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
.user,.tel{
  border: 1px solid #a0a0a0;
}
.nav_img{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.nav_img img{
  display: block;
}
.form_btn input{
  background: #2232be;
  color: #fff;
}
.major{
  width: 570px;
  height: 46px;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-indent: 20px;
  outline: none;
}
/*通用学历模块*/
.ty_xlmk{
	width: 1200px;
	margin: 0 auto;
}

.ty_xlmk .ty_xlmk_title{
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
}
.ty_xlmk  .ty_xlmk_mk{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_ys{
	width: 290px;
	border: 2px solid #2232be;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_ys .ty_xlmk_logo{
	width: 80px;
	height: 80px;
	background-color: #2232be;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_ys .ty_xlmk_logo img{
	width: 50px;
	height: 50px;
	margin: 15px;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_ys p{
	width: 286px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#2232be ;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_sx{
	width: 600px;
	border: 2px solid #f6f6f6;
	box-sizing: border-box;
	padding: 10px;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_sx img{
	width: 100%;
	margin-bottom: 10px;
}
.ty_xlmk  .ty_xlmk_mk .ty_xlmk_sx p{
	background-color:#2232be ;
	color: white;
	padding: 20px;
	font-size: 18px;
}
.ty_xlmk .ty_xlmk_xxlogo{
	width: 100%;
}
/*通用学历模块*/

.wdmk{
	width: 600px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.wdmk .wtxh{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #2232be;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.wdmk .wt{
	width: 540px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
}
.wdmk .wt p{
	width: 480px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 20px;
}
.wdmk .wt img{
	width: 20px;
	height: 20px;
	display: block;
	margin: 20px;
	
}

.ys{
	width: 100vw;
	height: 50vw;
	position: relative;
}
.ys .bj{
	width: 100%;
	height: 100%;
	filter: blur(5px); 
}
.ys .mb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	z-index: 2;
	
}
.ys .mk{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}