@charset "utf-8";
/* CSS Document */
a{
	color: #666;
	transition: all 0.3s ease 0s;
}
li{
	/*transition: all 0.3s ease 0s;*/
}
.bgsize{
	background-size: cover !important;
}
.wrap{
	padding: 0 6%;
	width: 88%;
	/*transition: all 0.3s ease 0s;*/
}
.wrap.m-wrap{
	/*padding: 0 3%;
	width: 94%;*/
	padding: 0 4.7%;
	width: 90.6%;
}
.m-wrap{
	padding: 0 4.7%;
	width: 90.6%;
}


/**********发展历程**********/
.course-wrap{
	padding-top: 32px;
	padding-bottom: 40px;
	transition: normal;
}
.course-wrap.m-wrap{
	padding-top: 15px;
	position: relative;
}
.course-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.course-wrap.m-wrap p.f48{
	font-size: 20px;
	line-height: 34px;
}
.course-wrap span.f14{
	display: block;
	width: 100%;
	line-height: 26px;
}
.course-wrap.m-wrap span.f14{
	line-height: 22px;
}
.course-wrap .course-list{
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.course-wrap.m-wrap .course-list{
	margin-top: 20px;
}
.course-wrap .course-list .ovh{
	width: 91%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../bg_12.png) repeat-x left center;
}
.course-wrap.m-wrap .course-list .ovh{
	background: none;
	width: 100%;
}

.ovh ul{
	padding-left: 60px;
}
.course-wrap .course-list li{
	width: 300px;
	position: relative;
	margin-right: -93px;
}
.course-wrap.m-wrap .course-list li{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.course-wrap .course-list .main{
	padding: 17px 20px 27px;
	background-color: #f9f9f9;
	width: 300px;
	color: #777;
}
.course-wrap .course-list .main p{
	padding-left: 18px;
	background: url(../ico_125.jpg) no-repeat left 14px;
}
.course-wrap.m-wrap .course-list .main{
	width: 94%;
	padding: 17px 3% 27px;
}
.course-wrap .course-list li .top{
	background: url(../bg_10.png) no-repeat left top;
	padding-top: 45px;
	height: 87px;
	line-height: 42px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
}
.course-wrap.m-wrap .course-list li .top{
	padding-top: 0;
	padding-left: 3%;
	width: 97%;
	text-align: left;
	background: #e8e8e8;
}
.course-wrap .course-list li.odd{
	margin-top: 0;
}
.course-wrap.m-wrap .course-list li.odd{
	position: relative;
}
.course-wrap .course-list li.odd .top{
	background: url(../bg_11.png) no-repeat left bottom;
	padding-bottom: 45px;
	padding-top: 0;
}
.course-wrap.m-wrap .course-list li.odd .top{
	padding-bottom: 0;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.course-wrap.m-wrap .course-list li.odd .main{
	margin-top: 42px;
}
.course-wrap .course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap.m-wrap .course-list .butn{
	display: none;
}
.course-wrap .course-list .prev{
	background: url(../ico_40.png) no-repeat center top;
	left: 0;
}
.course-wrap .course-list .next{
	background: url(../ico_39.png) no-repeat center top;
	right: 0;
}
.course-wrap .course-list .butn:hover{
	background-position: center bottom;
}
.course-wrap .course-list li:hover .top{
	background: url(../bg_10.png) no-repeat right top;
	color: #fff;
}
.course-wrap.m-wrap .course-list li:hover .top,.course-wrap.m-wrap .course-list li.odd:hover .top{
	background: #e8e8e8;
	color: #666;
}
.course-wrap .course-list li.odd:hover .top{
	background: url(../bg_11.png) no-repeat right top;
	color: #fff;
}

@media (max-width:810px){
	.course-wrap{width:90% !important;}
	.course-wrap .course-list .ovh{width:85%;}
}

@media (max-width:420px){
	.course-wrap .course-list .ovh{width:100% !important; height: auto !important;}
	.course-wrap .course-list .ovh ul{padding:0;}
	.course-wrap.m-wrap .course-list li .top {padding:0;width: 100%;text-align: center;background: #e8e8e8; height: 40px; line-height: 40px;}
	.course-wrap.m-wrap .course-list .main {width: 100%;padding:10%;}
}
@media (max-width:370px){

}
@media (max-width:330px){

}


