*{
	margin: 0;
	padding: 0;
}
.w{
	margin: auto;
	width: 1200px;
}
a{
	text-decoration: none;
	color: #000000;
}
li{
	list-style: none;
}

/* head */
.head{
	width: 100%;
	height: 110px;
	background-color: #eef1f2;
}
.head_box{
	height: 110px;
	display: flex;
	align-items: center;
}
.head_box span{
	color: #0a6738;
	font-size: 20px;
}
.head_box_line{
	margin: 0 15px;
}
/* navbar */
.navbar{
	width: 100%;
	height: 55px;
	background-color: #0b6638;
}
.navbar_box{
	height: 55px;
	padding: 0 50px;
}
.navbar_box ul{
	width: 1100px;
	height: 55px;
        margin:auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.navbar_box ul a{
	color: #ffffff;
	font-size: 16px;
}
.navbar_box ul li a:hover{
   color: #000000;
}
/* banner */
.banner{
	width: 100%;
	/* height: 480px; */
	position: relative;
	top: -5px;
	/* background: url(../img/banner02.png) no-repeat center center; */
}
.zygs{
	height: 440px;
	background: url(../img/bac1.png) no-repeat center center;
	background-size:  100%;
	margin-top: 53px;
	/* background-color: #000000; */
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.zygs_l{
	width: 50%;
	height: 440px;
	position: relative;
	top: -8px;
}
.zygs_l_top{
	display: flex;
	margin-bottom: 5px;
}
.zygs_l_top .zygs_l_text{
	display: flex;
	flex-direction: column;
	margin-left: 18px;
	
}
.zygs_l_top .zygs_l_text p{
	font-size: 27px;
	color: #0A6738;
	font-weight: 700;
}
.zygs_l_top .zygs_l_text span{
	color: #0A6738;
}

.zygs_r{
	width: 50%;
	height: 440px;
	padding: 30px;
	padding-right: 50px;
}
.zygs_r h3{
	margin-bottom: 30px;
	margin-top: 70px;
}
/* 专业课程 */

.zykc{
	height: 60px;
}
.zykc_top{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.zykc_top .zykc_top_text{
	display: flex;
	flex-direction: column;
	margin-left: 18px;
}
.zykc_top .zykc_top_text p{
	font-size: 27px;
	color: #0A6738;
	font-weight: 700;
}
.zykc_top .zykc_top_text span{
	color: #0A6738;
}
.zykcbox{
	height: 300px;
	background: linear-gradient(to bottom right,#fbfcfb,#fbfcfb,#fbfcfb,#b3caa3);
	/* background: url(../img/zykcbac.png) no-repeat 0; */
}
.zykc_btm{
	height: 300px;
	display: flex;
	flex-direction: row;

}
.zykc_box{
	width: 250px;
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.zykc_box img{
       width:150px;
       height:180px;
       border-radius:10px;
}
.zykc_box h4{
	margin-top: 30px;
}
.zykc_box span{
	text-align: center;
	color: #ababac;
}
/* 配套教学资源 */
.ptjxzy{
	width: 100%;
	height: 620px;
	background: url(../img/ptjxzybac.png) no-repeat;
	background-size: 100% 100%;
}
.ptjxzy_top{
	height: 155px;
	display: flex;
	align-items: center;
}
.ptjxzy_top img{
	width: 60px;
	height: 60px;
}
.ptjxzy_top .ptjxzy_text{
	display: flex;
	flex-direction: column;
	margin-left: 18px;
}
.ptjxzy_top .ptjxzy_text p{
	font-size: 27px;
	color: #FFFFFF;
	font-weight: 700;
}
.ptjxzy_top .ptjxzy_text span{
	color: #FFFFFF;
}
.ptjxzy_info_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background-color: #ABABAC; */
}
.ptjxzy_info_l{
	/* /* background-color: #007AFF; */ */
	width: 380px;
	height: 430px;
}
.ptjxzy_info img{
	width: 100%;
	height: 215px;
}
.ptjxzy_info_text{
	width: 100%;
	height: 215px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	position: relative;
	top: -5px;
}
.ptjxzy_info_text_up{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EEF1F2;
}
.ptjxzy_info_text_up p{
	width: 220px;
}
.ptjxzy_info_text_up span{
	width: 20px;
	height: 10%;
	font-size: 20px;
}
.ptjxzy_info_text_down{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ptjxzy_info_text_down img{
	width: 20px;
	height: 3px;
}
.ptjxzy_info_text{
	padding: 40px 40px 50px 40px;
}
.ptjxzy_info_r{
	background-color: #FFFFFF; 
	width: 778px;
	height: 430px;
	padding: 75px 30px 40px 30px;
	box-sizing: border-box;
}
.ptjxzy_info_r .info_r_top{
	width: 720px;
	height: 250px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.info_r_top_info{
	width: 360px;
	height: 125px;
	display: flex;
	align-items: center;
	align-items: center;
}
.imgbox1{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #addfc5;
	
}
.imgbox2{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d5e5f7;
}

.ptjxzy_info_r .info_r_btn{
	width: 720px;
	height: 70px;
}
.info_r_btn_ljgd{
	width: 100px;
	height: 35px;
	float: right;
	border: 2px solid #a7a7a6;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
/* 成果展示 */
.cgzs{
	width: 100%;
	height: 600px;
	background: url(../img/cgzsbac.png) no-repeat center center;
	background-size: 100% 100%;
}
.cgzs_box{
	height: 600px;
	padding: 60px 0 110px 0;
	box-sizing: border-box;
}
.cgzs_box_top{
	margin-bottom: 40px;
	display: flex;
}
.cgzs_title{
	display: flex;
	flex-direction: column;
	margin-left: 18px;
}
.cgzs_title p{
	font-size: 27px;
	color: #0A6738;
	font-weight: 700;
}
.cgzs_title span{
	color: #0A6738;
}
.cgzs_lab{
	width: 1200px;
	height: 350px;
	display: flex;
	justify-content: space-between;
}
.cgzs_info{
	display: flex;
	flex-direction: column;
	width: 290px;
	height: 350px;
	background-color: #FFFFFF;
	align-items: center;
}
.cgzs_info img{
	position: relative;
	top: -6px;
	width: 320px;
	height: 255px;
}
.cgzs_info span{
	box-sizing: border-box;
	padding: 20px;
}
/* footer */
.footer{
	width: 100%;
	height: 155px;
	background: url(../img/footerbac.png) no-repeat center center;
	background-size: cover;
}
.footer_box{
	height: 155px;
	display: flex;
	justify-content: space-between;
}
.footer_l{
	width: 60%;
	height: 155px;
	color: #FFFFFF;
	padding: 40px 0 40px 0;
	box-sizing: border-box;
	line-height: 30px;
}
.footer_r{
	width: 40%;
	height: 155px;
	padding: 40px 0 40px 0;
	color: #FFFFFF;
	box-sizing: border-box;
}
.footer_select select{
	width: 160px;
	height: 30px;
	margin: 5px 0;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	color: #FFFFFF;
	text-indent: 10px;
}