.banner{
  max-width:1920px;
  height:auto;
  margin:0 auto;
}
.part1{
  width:1200px;
  height:440px;
  margin:0 auto;
  margin-top:20px;
}
.lunbo1{
  width:300px;
  height:400px;
  float:left;
  background:blue;
  margin-left:70px;
}
.part3{
  margin-bottom:30px;
}
.right_wenzi{
  width:700px;
  height:400px;
  float:left;
}
.right_wenzi p {
  font-size:30px;
  font-weight:bold;
  color:black;
  line-height:40px;
  margin-top:80px;
  text-indent: 60px;
}
/*教学科研开始*/ 
/*引语开始*/ 
.yinyu{
  width:1200px;
  height:30px;
  color:#c2996d;;
  line-height:30px;
  font-size:13px;
  margin:0 auto;
  text-align:left;
  margin-top:20px;
  text-indent:50px;
}



/*引语结束*/
/*获奖单位开始*/ 

/*获奖单位结束*/
/*轮播开始*/
.slideBox {
  width: 300px;
  height: 400px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #FD811D;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 300px;
  height: 400px;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}
/*轮播结束*/

