html,body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
	min-width: 1300px;
	font-size: 16px;
	color: #333;
}
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img{
	border: 0;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
.wrap{
	min-width: 1300px;
	width: 1200px;
	margin: 0 auto;
}
.banner{
	background: url(../img/banner.jpg) no-repeat center center;
	background-size: auto 100%;
	width: 100%;
	height: 678px;
}

.banner .wrap{
	width: 853px;
	height: 279px;
	position: relative;
	top: 130px;
	background: url(../img/banner-text-bg.png) no-repeat center center;
	color: #fff;
	text-align: center;
}
.banner .wrap h2{
	font-weight: bold;
	color: #2586ff;
	font-size: 60px;
	margin: 0 0 15px;
	padding-top: 40px;
}
.banner .wrap span{
	font-size: 22px;
}
.banner .wrap h3{
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 16px;
	padding-top: 5px;
}
.main1 ul{
	overflow: hidden;
	margin: 60px 0;
}
.main1 ul li{
	float: left;
	border-radius: 10px;
	width: 290px;
	height: 145px;
	text-align: center;
	margin-right: 13px;
	padding-top: 35px;
}
.main1 ul li.li1{
	background: #57c893;
}
.main1 ul li.li2{
	background: #75b6e4;
}
.main1 ul li.li3{
	background: #ff7679;
}
.main1 ul li.li4{
	background: #ffca63;
	margin-right: 0;
}
.main1 ul li .topDiv{
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
}
.main1 ul li .topDiv img{
	float: left;
	margin-right: 20px;
}
.main1 ul li .topDiv span{
	font-size: 54px;
	color: #fff;
	float: left;
}
.main1 ul li .bottomDiv{
	font-size: 27px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**为什么学习**/
.main2{
	background: #f8f8f8;
}
.title{
	color:#2586ff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 55px;
}
.title span{
	position: relative;
}
.title span:before{
	content: "";
	background: url(../img/title-before-bg.png) no-repeat left center;
	width: 146px;
	height: 13px;
	position: absolute;
	left: -180px;
	top: 20px;
}
.title span:after{
	content: "";
	background: url(../img/title-after-bg.png) no-repeat right center;
	width: 146px;
	height: 13px;
	position: absolute;
	right: -180px;
	top: 20px;
}
.main2 ul{
	overflow: hidden;
	margin: 65px 0 0;
	width: 1290px;
}
.main2 ul li{
	float: left;
	width: 298px;
	height: 198px;
	border: 1px solid #2586FF;
	text-align: center;
	margin-right:88px;
	padding: 20px;
	margin-bottom: 50px;
	background: #fff;
}
.main2 ul li h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 17px;
}
.main2 ul li span{
	display: block;
	width: 120px;
	height: 1px;
	background: #acacac;
	margin: 0 auto;
}
.main2 ul li p{
	font-size: 16px;
	color: #3a3a3a;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main2 ul li:hover{
	background: #2586FF;
}
.main2 ul li:hover h3{
	color: #fff;
}
.main2 ul li:hover span{
	background: #fff;
}
.main2 ul li:hover p{
	color: #fff;
}
/**薪资待遇**/
.main3{
	background: url(../img/main3-bg.jpg) no-repeat center center;
	background-size: auto 100%;
	width: 100%;
	height: 801px;
}

.title1{
	color:#fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 55px;
}
.title1 span{
	position: relative;
}
.title1 span:before{
	content: "";
	background: url(../img/title-before-bg1.png) no-repeat left center;
	width: 146px;
	height: 13px;
	position: absolute;
	left: -180px;
	top: 20px;
}
.title1 span:after{
	content: "";
	background: url(../img/title-after-bg1.png) no-repeat right center;
	width: 146px;
	height: 13px;
	position: absolute;
	right: -180px;
	top: 20px;
}
.main3 p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	margin: 35px 0;
}
/**在中国**/
.main4 p{
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	margin: 35px 0;
}
.main4>span{
	font-size: 22px;
	color: #ff0000;
	display: block;
	text-align: center;
}
.main4>a{
	display: block;
	font-size: 17px;
	color: #fff;
	width: 318px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background:#2586ff;
	border-radius: 10px;
	margin: 40px auto;
}
.main4 h2{
	text-align: center;
	font-size:30px;
	color: #000;
	margin: 0;
}
.main4 ul{
	overflow: hidden;
	width: 1220px;
}
.main4 ul li{
	float: left;
	width: 196px;
	height: 116px;
	border: 1px solid #3ba9d8;
	margin-right: 45px;
	margin-top: 45px;
	line-height: 116px;
	text-align: center;
}
.main4 ul li img{
	vertical-align: middle;
	position: relative;
	top: -2px;
	max-width: 100%;
	max-height: 100%;
}

/**引进政策**/
.main5{
	background: #2586ff;
	padding-bottom: 70px;
}
.main5 p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	margin: 35px 0;
}
.main5 .main5List{
	overflow: hidden;
}
.main5 .main5List img{
	width: 535px;
	height: 350px;
}
.main5 .main5List ul{
	margin-left: 90px;
	width:675px;
}
.main5 .main5List ul li{
	color: #f3f8fc;
	font-size: 18px;
	background: url(../img/zc-icon.png) no-repeat left center;
	padding-left: 55px;
	margin-bottom: 5.5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main5 .main5List ul li>a{
	color: #f3f8fc;
}
.main5 .main5List ul li>a:hover{
	top: -2px;
	position: relative;
}
.main5 .wrap>a{
	display: block;
	font-size: 17px;
	color: #000;
	width: 318px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background:#ffd11a;
	border-radius: 10px;
	margin: 0px auto;
	margin-top: 60px;
}
/**课程体系**/
.main6>p{
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	margin: 35px 0;
}
.main6 ul.main6List1{
	overflow: hidden;
	width: 1245px;
}
.main6 .main6List1 li{
	float: left;
	width: 264px;
	height: 253px;
	background: url(../img/kctx-bg.png) no-repeat center top;
	background-size:100% 100%;
	margin-right: 45px;
	position: relative;
}
.main6 .main6List1 li span{
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 43px;
}
.main6 .main6List1 li p{
	padding: 0 20px;
	font-size: 15px;
	color: #000;
	line-height: 26px;
	position: relative;
	top: 18%;
	transform:translateY(-50%);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main6 .main6List1 li a{
	display:block;
	position: absolute;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
	width: 160px;
	text-align: center;
	left: 50%;
	margin-left: -80px;
	color: #fff;
	font-size: 17px;
	background: #2586ff;
    border-radius: 20px;
}
.main6 .main6List1 li a:hover{
	background: #0c6feb;
}
.main6 .main6List2{
	margin: 70px 0;
}
.main6 .main6List2 li{
	border: 1px solid #a2a2a2;
	border-radius: 10px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	margin: 15px 0;
	color: #575757;
	font-size: 20px;
	display: inline-block;
}
.main6 .main6List2 li .leftText{
	width: 459px;
	text-align: right;
	padding-right: 60px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main6 .main6List2 li span{
	background: #2586ff;
	display: inline-block;
	width: 155px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.main6 .main6List2 li .rightText{
	width: 464px;
	text-align: left;
	padding-left: 60px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**适合人群**/
.main7{
	background: #f6f6f6;
	padding-bottom: 1px;
}
.main7 ul{
	overflow: hidden;
	margin: 70px auto;
	width: 1275px;
}
.main7 ul li{
	width: 350px;
	float: left;
	margin:5px 70px 10px 5px;
	background: #fff;
	box-shadow: 0px 1px 10px #999;
}
.main7 ul li img{
	width: 100%;
	height: 190px;
}
.main7 ul li h3{
	font-size: 21px;
	margin: 15px 25px;
}
.main7 ul li span{
	display: block;
	width: 80px;
	height: 1px;
	background: #b7b7b7;
	margin-left:25px;
}
.main7 ul li p{
	padding-left: 25px;
	font-size: 15px;
	color: #696969;
	line-height: 30px;
	margin: 15px 0 25px;
}
/**测一测**/
.main8{
	background: url(../img/footer-img.jpg) no-repeat center center;
	background-size: auto 100%;
	width: 100%;
	height: 313px;
	text-align: center;
}
.main8 .wrap{
	position: relative;
	top: 120px;
}
.main8 .testBtn{
	display: block;
	font-size: 17px;
	color: #fff;
	width: 400px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background:#2586ff;
	border-radius: 10px;
	margin: 0px auto;
}