/* CSS Document */
* {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}

ul li,
ol li {
  list-style: none;
  font-family: '微软雅黑';
}

a {
  text-decoration: none;
  font-family: '微软雅黑';
}



.sosuo{
  width: 175px;
  height: 30px;
  
}
/* swiper轮播图 */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}

#header {
  width: 100%;
  height: 120px;
  background: white;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  
}

#header .header_title {
  width: 1300px;
  height: 120px;
  margin: 0 auto;
}

.Notice_notice {
  width: 1300px;
  height: 60px;
  margin: 20px auto;
  background: rgb(238, 238, 238);
  border-radius: 10px;
}

.Notice_notice .Notice_list {
  float: left;
  width: 200px;
}

.Notice_notice img {
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
}

.Notice_list span {
  vertical-align: middle;
  margin: 14px 0px;
  font-size: 25px;
  display: inline-block;
  color: #008000;
  font-weight: bold;
  
}
.Notice_list p {
  width: 2px;
  height: 23px;
  background: #BBBBBB;
  vertical-align: middle;
  margin-left: 20px;
  line-height: 25px;
  display: inline-block;
  
}
.banner_list {
  width: 1300px;
  height: 410px;
  margin: 0 auto;
}


/* 通知公告 */

.pad_right {
  padding-right: 2em;
  display: inline-block;
  line-height: 63px;
}

#scroll_div {
  height: 63px;
  overflow: hidden;
  white-space: nowrap;
  width: 1000px;
  margin-left: 10px;
  margin: 0 auto;
}

#scroll_begin,
#scroll_end {
  display: inline;
}


/* 左边轮播图 */
.box {
  width: 700px;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
}

.box-1 ul {}

.box-1 ul li {
  width: 700px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.box-1 ul li img {
  display: block;
  width: 700px;
  height: 400px;
}

.box-1 ul li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 300px;
      background: rgba(0, 0, 0, .6);
  text-indent: 2em;
  padding-right: 500px;
  font-size: 15px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: ghostwhite
}

.box-2 {
  position: absolute;
  right: 10px;
  bottom: 14px;
}

.box-2 ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.5);
  text-indent: 100px;
  cursor: pointer;
}

.box-2 ul .on {
  background: rgba(255, 255, 255, 0.6);
}

.box-3 span::selection {
  background: transparent;
}

.box-3 span:hover {
  background: rgba(125, 125, 120, .8);
}

.news_list {
  width: 567px;
  height: 410px;
  float: right;
  background: url(../images/gengdu.png) no-repeat top;
  position: relative;
  margin-top: 10px;

  /* border: 1px solid red; */
}

.news_list h1 {
  font-size: 30px;
  color: #008000;
  margin-top: -20px;
  margin-left: 19px;
  font-weight: 600;
  float: left;
}

.news_list .gengduo {
  float: right;
  margin: 8px 16px;
  color: green;
}

.news_list ul {
  display: inline-block;
  margin-top: 20px;
}

.news_list ul li {
  width: 560px;
  height: 98px;
  background: rgb(246, 246, 246);
  margin-bottom: 21px;
  height: 98px;
  border-left: 5px solid green;
  display: block;
}

.news_list ul li a {
  width: 500px;
  margin: 20px 10px;
  display: inline-block;
  color: black;
  overflow: hidden;
  /*内容超出后隐藏*/
  text-overflow: ellipsis;
  /* 超出内容显示为省略号*/
  white-space: nowrap;
  /*文本不进行换行*/
  font-size: 16px;
}

.news_list ul li span {
  display: inline-block;
  margin: 0px 10px;
}

.news_list ul li:hover{
  background: green;
  
}
.news_list ul li:hover a{
  color: white;
}
.news_list ul li:hover span{
  color: white;
}
/*头部开始*/
.bodyCon08 {
  width: 100%;
  height: auto;
  background: rgb(238, 238, 238);
  overflow: hidden;
  
}
.bodyCon08_title{
  width: 1300px;
  height: 50px;
  margin: 0 auto;
  margin-top: 40px;
  background: url(../images/juxing12.png) no-repeat;
}
.bodyCon08_title h1{
  font-size: 30px;
  color: #008000;
  margin-top: -20px;
  margin-left: 19px;
  font-weight: 600;
  float: left;
}
.bodyCon08_title .chakan{
  float: right;
    margin: 7px 15px;
    color: green;

}
.bodyCon08 .students {
  margin: 0 auto;
  width: 1300px;
  height: 446px;
  position: relative;
}

.bodyCon08 .students p.PP {
  width: 510px;
  height: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 300px;
}

#four_flash {
  position: relative;
  width: 1300px;
  height: 400px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
}

#four_flash .flashBg {
  width: 1300px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#four_flash .flashBg ul.mobile {
  width: 2000%;
  height: 400px;
  position: absolute;
  top: 15;
  left: 0;
}

#four_flash .flashBg ul.mobile li p {
  font-size: 14px;
  width: 345px;
  line-height: 24px;
  margin: 7px 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666666;
}
#four_flash .flashBg ul.mobile li {
  float: left;
  width: 398px;
  height: 400px;
  /* margin-right: 46px; */
  margin-left: 25px;
  padding-top: 20px;
  color: #6C6E85;
  background: white;
      border: 1px solid #cccccc;
}

#four_flash .flashBg ul.mobile li img {
  width: 350px;
  height: 220px;
  display: block;
  margin: 0 auto;
}
#four_flash .flashBg ul.mobile li dd {
  font-size: 18px;
  width: 300px;
  font-weight: bold;
  font-size: 20px;
   font-family: '微软雅黑';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#four_flash .flashBg ul.mobile li a {
  display: block;
  width: 31px;
  height: 31px;
  border: 0px;
  margin: 8px auto;
}

#four_flash .flashBg ul.mobile li dd {
  float: left;
  margin-top: 20px;
  display: inline-block;
  margin-left: 5px;
}

#four_flash .flashBg ul.mobile li i {
  width: 30px;
  height: 5px;
  background: green;
  float: left;
  margin-top: 30px;
  display: block;
}

#four_flash .flashBg ul.mobile li span {
  width: 200px;
  display: inline-block;
  margin-left: 35px;
  margin-top: 10px;
  color: #999999;
}

#four_flash .but_left {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 138px;
  left: 0px;
  background: url(../images/jt_l.png) no-repeat left;
}

#four_flash .but_right {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 138px;
  right: -45px;
  background: url(../images/jt_r.png) no-repeat left;
}

#four_flash .but_right:hover{
  background: url(../images/jt_r2.png)  no-repeat left;
}
#four_flash .but_left:hover{
  background: url(../images/jt_l2.png)  no-repeat left;
}


( {
    left:-_index5*500
  }

  , 1000);
}

);

.regulations{
    width: 100%;
    height: 345px;
}
.regulations_center{
  width: 1300px;
  height: 370px;
  margin: 0 auto;
}
.regulations_left{
  width: 617px;
  height: 345px;
  float: left;
}

.add {
  width: 617px;
  height: 345px;
  float: right;
}
.regulations_title{
  margin-top: 63px;
  width: 617px;
  height: 40px;
  background: url(../images/tp_BJ.png) no-repeat;
}
.regulations_title h1{
  font-size: 30px;
    color: #008000;
    margin-top: -20px;
    margin-left: 19px;
    font-weight: 600;
    float: left;
}
.regulations_title span{
  float: right;
  margin: 8px 20px;
  color: green;
}
.regulations_left ul{
  padding-left: 20px;
}
.regulations_left ul li{
  list-style: disc;
  margin: 20px 0px;
  color: rgb(206,206,206);

}
.regulations_left ul li a{
  color: rgb(51,51,51);
  font-size: 16px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 461px;
    display: inline-block;
}
.regulations_left ul li span{
  float: right;
  color: rgb(51,51,51);
  font-size: 16px;
}

.expert{
  width: 100%;
  height: 260px;
  background: url(../images/bjtp.png) no-repeat;
}
.expert_content{
  width: 1300px;
  height: 260px;
  margin: 0 auto;
}
.expert_content ul{
  margin-top: 20px;
  float: right;
  display: block;
  vertical-align: middle;
}
.expert_content ul li{
  display: inline-block;
  width: 210px;
  height: 210px;
  text-align: center;
  margin-top: 20px;
}
.expert_content .tp{
  display: inline-block;
  margin-top: 75px;
  float: left;
}
.expert_content ul li img{
  text-align: center;
  margin: 0 auto;
  display: block;
}
.expert_content ul li span{
  display: inline-block;
  margin: 10px;
  font-size: 20px;
  font-weight: 600;
    font-family: '微软雅黑';
}
.dibu_banner{
  width: 1300px;
  height: 140px;
  margin: 45px auto;
}
.footer{
  width: 100%;
  height: 126px;
  background: green;
}
.footer_center{
  width: 1300px;
  height: 126px;
  margin: 0 auto;
}
.footer_yq{
  width: 1300px;
  height: 63px;
  border-bottom: 1px solid #CCCCCC;
}
.footer_yq h2{
  color: white;
  font-size: 18px;
  margin-top: 30px;
  
  display: inline-block;
}
.footer_yq ul{
  display: inline-block;
}
.footer_yq ul li{
  display: inline-block;
  margin-left: 50px;
}
.footer_yq ul li a{
  font-size: 16px;
  color: white;
}
.footer_center ol{
  
}
.footer_center ol li img{
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.footer_center ol li{
  display: inline-block;
  margin-top: 20px;
  color: white;
  margin-right: 13px;
}









