/*头部-----------------*/
*{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*轮播-----------*/
.rotation,.rotation .swiper{
  height: 590px;
}
.rotation .swiper img{
  width: 100%;
  height: 100%;
}

.content .content_tit,.taught_con .content_tit,.lecturer .content_tit,.student .content_tit,.xyxs .content_tit{
  padding: 40px 0;
  text-align: center;
}
.content .content_tit h3,.taught_con .content_tit h3,.lecturer .content_tit h3,.student .content_tit h3,.xyxs .content_tit h3{
  font-size: 44px;
  color: #000;
  letter-spacing: 5px;
  font-weight: bold;
}
.content .content_tit h3 span,.taught_con .content_tit h3 span,.lecturer .content_tit h3 span,.student .content_tit h3 span,.xyxs .content_tit h3 span{
  color: #0b68a9;
}
.content .content_tit p{
  height: 3px;
  width: 280px;
  /* background: url(../images/icon3.png) no-repeat center center; */
  /* margin-top: 20px; */
  text-align: center;
  background: #0b68a9;
  margin: 15px auto;
}
.content .course_tit{
  padding-left: 70px;
  position: relative;
  line-height: 36px;
  margin-bottom: 25px;
}
.content .course_tit span{
  position: absolute;
  display: block;
  top: 0;
}
.content .course_tit .flt{
  left: 0;
  font-size: 24px;
  color: #8f8f8f;
}
.content .course_tit ul{
  white-space: nowrap;
  overflow-x: auto;
}
.content .course_tit ul li{
  display: inline-block;
}
.content .course_tit ul li a{
  display: block;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 10px;
}
.content .course_tit .frt{
  right: 0;
}
.content .course_tit .frt a{
  font-weight: 600;
}

.course_list ul li{
  width: 99%;
  border: 1px solid #d3d3d3;
  padding: 20px 5px;
  margin-bottom: 34px;
}
.course_list ul li .img{
  width: 50%;
  height: 280px;
}
.course_list ul li .img img{
  width: 96%;
  height: 100%;
  float: right;
  /*margin-right: 5%;*/
}
.course_list ul li .text{
  width: 46%;
  overflow: hidden;
  padding: 0 20px;
}
.course_list ul li .text h3{
  font-size: 26px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.course_list ul li .text h3:hover a{
  text-decoration: underline;
}
.course_list ul li .text .tips{
  margin: 10px 0;
}
.course_list ul li .text .tips label{
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
  border: 1px solid #66c1f1;
  background: #73cdff;
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
  border-radius: 3px;
}
.course_list ul li .text p{
  font-size: 18px;
  line-height: 33px;
  height: 95px;
  overflow: hidden;
  text-align: justify
}
.course_list ul li .but{
  margin-top: 20px;
}
.course_list ul li .but a{
  display: block;
  line-height: 48px;
  width: 159px;
  border: 1px solid #fa9504;
  color: #fff;
  background: #ff9191;
  text-align: center;
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
}
.course_list ul li .but a:hover{
  background: #db5050;
}

.taught{
  background-color: #f8f8f8;
  /*padding-bottom: 70px;*/
}
.taught .taught_list{
  margin-top: 20px;
}
.taught .taught_list ul li{
  float: left;
  width: 40%;
  height: 205px;
  padding: 0 4.5%;
  margin-top: 50px;
  overflow: hidden;
}
.taught .taught_list ul li span{
  display: block;
  float: left;
  margin-right: 15px;
  width: 67px;
  height: 67px;
  border-radius: 67px;
  border: 7px solid #bde1f4;
}
.taught .taught_list ul li span.sp1{
  background: #0098e8 url(../../../images/drivers/special/ico1.png) no-repeat;
}
.taught .taught_list ul li span.sp2{
  background: #0098e8 url(../../../images/drivers/special/ico2.png) no-repeat;
}
.taught .taught_list ul li span.sp3{
  background: #0098e8 url(../../../images/drivers/special/ico3.png) no-repeat;
}
.taught .taught_list ul li span.sp4{
  background: #0098e8 url(../../../images/drivers/special/ico4.png) no-repeat;
}
.taught .taught_list ul li span.sp5{
  background: #0098e8 url(../../../images/drivers/special/ico5.png) no-repeat;
}
.taught .taught_list ul li .t_l_con{
  overflow: hidden;
  padding-top: 15px;
}
.taught .taught_list ul li .t_l_con h4{
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.taught .taught_list ul li .t_l_con p{
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  margin-top: 20px;
  text-align: justify
}

.lecturer_list{
  padding-bottom: 70px;
}
.lecturer_list .swiper-container{
  width: 930px;
  height: 350px;
  margin: 0 auto;
}
.lecturer_list .img{
  width: 244px;
  height: 137px;
}
.lecturer_list .img img{
  width: 100%;
  height: 100%;
}
.lecturer_list .text h3{
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
}
.lecturer_list .text p{
  font-size: 14px;
  line-height: 26px;
}
.lecturer_list .l_l_po{
  position: relative;
}

.student{
  padding-bottom: 70px;
}
.student .student_list ul li{
  width: 30.3333%;
  float: left;
  margin: 0 1.5%;
}
.student .student_list ul li .img{
  height: 200px;
  position: relative;
}
.student .student_list ul li img{
  width: 100%;
  height: 100%;
}
.student .student_list ul li .text{
  position: absolute;
  background: rgba(0,0,0,0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 53px;
}
.student .student_list ul li .text span{
  display: block;
  float: left;
  width: 95px;
  background: #ffac04;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.student .student_list ul li .text_list{
  margin-top: 15px;
}
.student .student_list .more{
  padding: 70px 0 30px 0;
  text-align: center;
}
.student .student_list .more a{
  display: inline-block;
  padding: 0 35px;
  border-radius: 1px;
  line-height: 48px;
  color: #0098e8;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #0098e8;
}

.xyxs{
  margin-bottom: 30px;
}
.xyxs .xyxs_content{
  padding: 10px;
}
.xyxs .xyxs_content ul li{
  width: 45%;
  padding: 0 28px;
  height: 320px;
  /*border: 1px solid #d2cece;*/
}
.xyxs .xyxs_content .xyxs_img{
  position: relative;
  padding: 10px;
  border: 1px solid #efefef;
  border-bottom: none;
}
.xyxs .xyxs_content .xyxs_img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.xyxs .xyxs_content .xyxs_img .xyxs_name{
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 40px;
  left: 130px;
}
.xyxs .xyxs_content .xyxs_con p{
  height: 150px;
  line-height: 30px;
  background: #efefef;
  padding: 15px;
  /*text-indent: 2em;*/
  text-align: justify;
}


.zyjs_content h3{
  font-weight: 600;
  margin: 50px 0 15px 0;
}
.zyjs_content p{
  line-height: 35px;
}




/*版图*/
.bt_img{
  width: 600px; 
  margin:0 auto 10px;
  line-height: 0;
}
.bt_img img{
  width: 100%;
  margin: 0;
}