*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1140px;
}


.banner{
	width: 100%;
}

.banner1{
	width: 100%;
	height: 216px;
	background: url(../images/banner1.jpg) no-repeat left top;
}

.banner2{
	width: 100%;
	height: 110px;
	background: url(../images/banner2.jpg) no-repeat left top;
}

.banner3{
	width: 100%;
	height: 174px;
	background: url(../images/banner3.jpg) no-repeat left top;
}

.vtop{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content:space-between;
}


.vtop-img{
	width: 378px;
}

.vtop-text{
	width: 795px;
}


.vtop-text p{
	font-size: 18px;
	line-height: 32px;
	padding: 30px 0;
}



.titles{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 70px;
}


.titles h3{
	width: 100%;
	font-size: 50px;

}


.titles h3:before{
      content: "";
      width: 80px;
      margin-right: 20px;
      border-bottom: 5px solid #FFA800;
      display: inline-block;
      vertical-align: top;
      margin-top: 32px;
}

.titles h3:after{
      content: "";
      width: 80px;
      margin-left: 20px;
      border-bottom: 5px solid #FFA800;
      display: inline-block;
      vertical-align: top;
      margin-top: 32px;
}


.titles2{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 40px;
}

.titles2 h3{
	width: 100%;
	font-size: 50px;

}


.titles2 h3:before{
      content: "";
      width: 80px;
      margin-right: 20px;
      border-bottom: 5px solid #000;
      display: inline-block;
      vertical-align: top;
      margin-top: 32px;
}

.titles2 h3:after{
      content: "";
      width: 80px;
      margin-left: 20px;
      border-bottom: 5px solid #000;
      display: inline-block;
      vertical-align: top;
      margin-top: 32px;
}


.titles h5, .titles2 h5{
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	margin-top: 10px;
}





.ly{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
}


.ly-imgs{
	width: 462px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;

}

.ly-img1{
	width: 123px;
}

.ly-img2{
	width: 318px;
}

.ly-img3{
	width: 180px;
	margin-top: 20px;
}

.ly-img4{
	width: 261px;
	margin-top: 20px;
}

.ly-img4 img{
	display: block;
	margin-bottom: 21px;
}


.ly-lists{
	width: 715px;
}


.ly-lists-item{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
}

.ly-lists-item h3{
	width: 100%;
	height: 75px;
	line-height: 60px;
	font-size: 30px;
	text-indent: 110px;
}

.bg1{
	background: url(../images/icon-1.jpg) no-repeat left top;
}

.bg2{
	background: url(../images/icon-2.jpg) no-repeat left top;
}

.bg3{
	background: url(../images/icon-3.jpg) no-repeat left top;
}

.bg4{
	background: url(../images/icon-4.jpg) no-repeat left top;
}

.bg5{
	background: url(../images/icon-5.jpg) no-repeat left top;
}


.ly-lists-item p{
	font-size: 18px;
	line-height: 32px;
}


.zixun{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 50px;
	margin-bottom: 60px;
}


.zixun p{
	width: 320px;
	height: 60px;
	background: #F38C03;
	border-radius: 3px;
	line-height: 60px;
	text-align: center;
	border-bottom: 3px solid #F67D12;
}


.zixun p:hover{
	background: #C83935;
}

.zixun p a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 24px;
}





.coure{
	background: #FCC92F;
	overflow: hidden;
}


/*行业*/

.hy{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
}


.hy p{
	width: 580px;
}


/*专业*/

.zy{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
	flex-wrap:wrap;
}

.zylist{
	width: 286px;
	height: 380px;
	box-shadow: 0 0 1px 2px #eee;
	box-sizing:border-box;
	margin-bottom: 30px;
	position: relative;
}


.zylist h3{
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-top: 10px;
	text-indent: 10px;
}

.zylist h3 span{
	font-size: 18px;
	font-weight: normal;
}

.zylist img{
	width: 265px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.zylist p{
	font-size: 18px;
	text-align: center;
	text-indent: 10px;
}


.zylist dl{
	width: 260px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 10px;
}


.zylist dl dd{
	width: 120px;
	height: 34px;
	line-height: 34px;
	background: #F79403;
	border-bottom: 3px solid #F67D12;
	border-radius: 5px;
	text-align: center;
}

.zylist dl dd:hover{
	background: #C83935;
}

.zylist dl dd a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}



/*教学*/

.jx{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}


.jx-tatles{
    width: 100%;
}

.jx-tatles ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
}


.jx-tatles ul li{
	width: 284px;
	height: 68px;
	color: #fff;
	line-height: 28px;
	font-size: 18px;
	box-sizing:border-box;
}

.jx-tatles ul li img{
	display: block;
	padding: 0;
}

.jxtt-bg{
    background: #262626;
    padding: 5px 10px;
}


.jx-tatles dl{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
}




.xyuecai{
	width: 1200px;
	margin: 0 auto;
}

.xyuecai ul{
	padding-top: 20px;
}

.xyuecai ul li{
	padding: 5px 24px 10px 0;
	display: inline-block;
	font-size: 18px;
}


.xyuecai dl{
	width: 100%;
}


.study{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 10px;
}


.study dl{
	width: 380px;
}


.study dl dd{
	padding: 10px 5px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}


.zp{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}


.zp ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.zp ul li{
	width: 380px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	height: 240px;
}


.zp ul li span{
	width: 100%;
	height: 36px;
	display: block;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	color: #fff;
	line-height: 36px;
	text-align: center;
}

.zp ul li span.ms{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	color: #fff;
	line-height: 240px;
	font-size: 30px;
	font-weight: bold;
}


.jiuye{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}


.jyl{
	width: 462px;
	display: inline-block;
	vertical-align: top;
}

.jyr{
	width: 700px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 30px;
}


.jiuye ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin: 10px 0;
}

.jiuye ul li{
	width: 20%;
	height: 30px;
	background: url(../images/icon_ok.jpg) no-repeat left center;
	line-height: 30px;
	text-indent: 22px;
}


.jiuye dl{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin: 20px 0;
}