.banner_wow{
	animation: shisan 1s linear;
}
@keyframes shisan {
    0% {
		opacity: 0;
        transform: scale(0)
    }
    50% {
		opacity: 0.5;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
		opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}


/*中间内容*/
.content{
	width: 1200px;
	margin:auto;
	padding-top: 30px;
}

.content-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.content-title > span{
	padding-left: 10px;
	padding-right:26px;
	font-size: 18px;
	letter-spacing: 2px;
	float: left;
	color:#333;
	font-weight: 900;
	background: url(../images/title.png) no-repeat;
	background-size: 100% 30px;
}
.content-title > .more{
	height: 26px;
	font-size: 14px;
	display:inline-block;
	float: right;
	color: #666666;
}
/*样式*/
.content-title > .more:hover{
	color: #03439c;
}

/*content1*/
.content1{
	width: 1200px;
	margin: auto;
}
/*课程简介*/
.brief{
	width: 706px;
	height: 256px;
	float: left;
	position: relative;
}
.brief-left{
	width: 346px;
	height: 244px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin-right: 20px;
	margin-top: 5px;
}
.brief-right{
	width: 285px;
	float: left;
}
.brief-right-p{
	height: 104px;
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	margin-top: 9px;
}
.brief-right1-p{
	height: 224px;
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	margin-top: 9px;
}
.brief-bottom{
	width: 706px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	background:#e9f5ff;
}
.brief-bottom ul{
	float: right;
}
.brief-bottom ul li{
	width: 105px;
	float: left;
}
.brief-bottom ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.brief-bottom ul li img{
	display: block;
	margin: auto;
}
.brief-bottom ul li span{
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color:#333333;
	padding-top: 10px;
}
/*样式*/
.brief-bottom ul li a:hover span{
	color: #03439c;
}
.brief-bottom ul li a:hover img {
	-webkit-animation-name: shisan-icon-bob-float, shisan-icon-bob;
	animation-name: shisan-icon-bob-float, shisan-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
@-webkit-keyframes shisan-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}
@keyframes shisan-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}
@-webkit-keyframes shisan-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}
@keyframes shisan-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

/*课程负责人*/
.principal{
	width: 461px;
	height: 256px;
	float: left;
	margin-left: 32px;
}
.principal-bottom{
	width: 100%;
	height: 207px;
	margin-top: 19px;
}
.principal-bottom-left{
	margin-top: 16px;
	margin-left: 11px;
	margin-right: 16px;
	overflow: hidden;
	float: left;
}
.principal-bottom-right span{
	color: #9f1605;
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
	display: block;
}
.principal-bottom-right p{
	height: 130px;
	overflow: hidden;
	color: #333333;
	margin-right: 15px;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	margin-top: 9px;
}

/*content2*/
.content2{
	width: 1200px;
	height: 235px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
/*发表论文*/
.microlecture{
	width: 47%;
	float: left;
}
.content0-ul{
	width: 100%;
	margin-top: 9px;
}
.content0-ul li{
	margin-bottom: 25px;
}
.content0-ul li a{
	display: block;
	padding-left:16px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	background: url(../images/b-1.png) no-repeat;
	background-position: 0px 6px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content2-ul{
	width: 100%;
	margin-top: 9px;
}
.content2-ul li{
	margin-bottom: 27px;
}
.content2-ul li a{
	display: block;
	padding-left:16px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	background: url(../images/b-1.png) no-repeat;
	background-position: 0px 6px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.content2-ul li a:hover{
	color: #0a63c7;
	background-image: url(../images/b-2.png);
}
/*科研课题*/
.test{
	width: 47%;
	float: left;
	margin: 0px 33px;
}
/*学生作品*/
.courseware{
	width: 379px;
	float: left;
}

/*轮播图*/
.content13{
	width: 1200px;
	overflow: hidden;
	background: #fff;
	margin-top: 12px;
}
.content13-bottom{
	width: 1200px;
	padding-top: 14px;
	overflow: hidden;
}
.content13-ul{
    width: 1800px;
    position: relative;
}
.content13 li{
    display: inline-block;
	margin-right: 20px;
	float: left;
}
.content13 li a{
	height: 100%;
	display:block;
}
.content13-img{
	width: 285px;
	height: 166px;
	border-radius: 4px;
	overflow: hidden;
}
.content13-img img{
	width: 100%;
	height: 100%;
	transition:all .5s;
}
.content13-text{
	text-align: center;
	color: #555555;
	font-size: 14px;
	margin-top: 13px;
	margin-bottom: 13px;
}
/*样式*/
.content13 li a:hover img{
	transform:scale(1.2);
	transition:all .5s;
}
.content13 li a:hover div{
	color: #0054a8;
}