* {
  padding: 0;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  font-family: '微软雅黑';
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1d4cb4;
}
html,
body {
  width: 100%;
  height: 100%;
}
.topline {
  height: 3px;
  background: #1d4cb4;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}
.cl {
  clear: both;
}
.top .logo {
  width: 428px;
  float: left;
  padding: 15px 0;
}
.top .nav {
  width: auto;
  float: right;
}
.top .nav li {
  width: 104px;
  float: left;
  line-height: 67px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.top .nav li a {
  font-size: 17px;
  font-weight: bold;
}
.top .nav li a:hover {
  color: #1d4cb4;
}
.top .nav li dl {
  background: rgba(29, 76, 180, 0.9);
  position: absolute;
  width: 104px;
  text-align: center;
  left: 0;
  top: 97px;
  z-index: 100;
  display: none;
}
.top .nav li dl dd {
  line-height: 40px !important;
}
.top .nav li dl dd a {
  color: #fff;
  font-size: 14px;
  font-weight: normal !important;
}
.top .nav li dl dd:hover {
  background: rgba(255, 255, 255, 0.9);
}
.top .nav li dl dd:hover a {
  color: #1d4cb4;
}
/*banner*/
.banner {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.b-img {
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
}
.b-img a {
  display: block;
  height: 400px;
  float: left;
}
.b-list {
  height: 50px;
  padding-top: 350px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.b-list span {
  display: block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  float: left;
  margin: 0 5px;
  _margin: 0 3px;
}
.b-list .spcss {
  border: 3px solid #FF4600;
}
.bar-left {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100px;
  height: 50px;
  left: 17%;
  background: none;
  top: 0px;
}
.bar-right {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100px;
  height: 50px;
  right: 17%;
  background: none;
  top: 0px;
}
.bar-left em {
  display: block;
  width: 50px;
  height: 100px;
  background: url(../images/arrow.png) 0px 0px no-repeat;
  margin: 0 auto;
  margin-top: 150px;
}
.bar-right em {
  display: block;
  width: 50px;
  height: 100px;
  background: url(../images/arrow.png) -50px 0px no-repeat;
  margin: 0 auto;
  margin-top: 150px;
}
.bar-left .emcss {
  background-position: 0px -100px;
}
.bar-right .emcss {
  background-position: -50px -100px;
}
/*新banner*/
#bannerSlide {
  height: 320px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  z-index: 0;
  width: 100%;
}
#bannerSlide .myoa {
  position: absolute;
  right: 10%;
  bottom: 10px;
  width: 440px;
  z-index: 9999;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
}
#bannerSlide .myoa p {
  height: 42px;
  margin-bottom: 15px;
  background: rgba(29, 76, 180, 0.9);
  border: rgba(255, 255, 255, 0.2) 1px solid;
  width: 200px;
  float: left;
  margin-right: 20px;
  position: relative;
  text-align: center;
}
#bannerSlide .myoa p a {
  color: #fff;
}
#bannerSlide .myoa p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(29, 76, 180, 0.8);
  transition: all 1.5s;
  animation: clippath 5s infinite linear;
}
@keyframes clippath {
  0%,
  100% {
    clip-path: inset(0 0 95% 0);
  }
  25% {
    clip-path: inset(0 95% 0 0);
  }
  50% {
    clip-path: inset(95% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 95%);
  }
}
#bannerSlide .myoa p:hover {
  background: rgba(255, 255, 255, 0.2);
}
#bannerSlide .myoa p:hover a {
  color: #1d4cb4;
}
#bannerSlide .myoa a {
  color: #fff;
}
.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.icon-arrow-a-left,
.icon-arrow-a-right {
  background: url(../images/icon1.png) no-repeat;
}
.icon-arrow-a-left {
  background-position: 0 0;
  height: 50px;
  width: 50px;
}
.icon-arrow-a-left:hover,
.icon-arrow-a-left.arrow-a-left_hover,
.icon-arrow-a-left.arrow-a-left-hover {
  background-position: -60px 0;
}
.icon-arrow-a-right {
  background-position: -120px 0;
  height: 50px;
  width: 50px;
}
.icon-arrow-a-right:hover,
.icon-arrow-a-right.arrow-a-right_hover,
.icon-arrow-a-right.arrow-a-right-hover {
  background-position: -180px 0;
}
#index_b_hero {
  width: 1300px;
  height: 320px;
  margin: auto;
  position: relative;
}
#index_b_hero img {
  width: 1300px;
  height: 320px;
}
#index_b_hero .heros {
  width: 1300px;
  height: 320px;
}
#index_b_hero .hero-wrap {
  overflow: visible;
  position: absolute;
}
#index_b_hero .next,
#index_b_hero .prev {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: #303030;
  z-index: 3;
  cursor: pointer;
}
#index_b_hero .next:hover,
#index_b_hero .prev:hover {
  background-color: orangered;
}
#index_b_hero .next {
  margin: -25px 0 0 0;
  right: 0;
}
#index_b_hero .disabled {
  background-color: #000;
}
#index_b_hero .mask-left,
#index_b_hero .mask-right,
#index_b_hero .hero {
  background: #000;
  /* z-index: 1; */
  position: absolute;
  top: 0;
  left: 0;
  width: 1300px;
  height: 320px;
  overflow: hidden;
  left: 2480px;
}
#index_b_hero .mask-right,
#index_b_hero .mask-left {
  z-index: 4;
  left: -1300px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #fff;
  overflow: hidden;
}
#index_b_hero .mask-right {
  left: 1300px;
}
#index_b_hero .active {
  z-index: 2;
  left: 0;
}
.subbanner {
  clear: both;
  height: 200px;
  background: url(../images/ej_zh.jpg) top center no-repeat;
}
.swiper-container {
  width: 100%;
  height: 320px;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
.swiper-container .myoa {
  position: absolute;
  right: 10%;
  bottom: 10px;
  width: 440px;
  z-index: 9999;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
}
.swiper-container .myoa p {
  height: 42px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: rgba(255, 255, 255, 0.2) 1px solid;
  width: 200px;
  float: left;
  margin-right: 20px;
  position: relative;
  text-align: center;
}
.swiper-container .myoa p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(29, 76, 180, 0.8);
  transition: all 1.5s;
  animation: clippath 5s infinite linear;
}
@keyframes clippath {
  0%,
  100% {
    clip-path: inset(0 0 95% 0);
  }
  25% {
    clip-path: inset(0 95% 0 0);
  }
  50% {
    clip-path: inset(95% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 95%);
  }
}
.swiper-container .myoa p:hover {
  background: rgba(29, 76, 180, 0.9);
}
.swiper-container .myoa p:hover a {
  color: #fff;
}
.swiper-container .myoa a {
  color: #fff;
}
.yx-rotaion {
  width: 630px;
  height: 400px;
  float: left;
  margin-top: 20px;
}
.yx-rotaion img {
  width: 630px;
  height: 400px;
}
.news {
  width: 630px;
  float: right;
  margin-top: 20px;
}
.news ul {
  padding: 5px;
}
.news ul li {
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  height: 60px;
  clear: both;
}
.news ul li a {
  font-size: 14px;
  color: #333;
}
.news ul li a:hover {
  color: #1d4cb4;
}
.news ul li span {
  float: left;
  font-size: 14px;
  margin-right: 15px;
}
.news ul li span .date {
  display: block;
  font-family: 'electronicFont';
  width: 60px;
  height: 30px;
  line-height: 30px;
  background-color: #1d4cb4;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-style: normal;
}
.news ul li span .year {
  width: 60px;
  line-height: 30px;
  background-color: #f5f5f5;
  text-align: center;
  font-family: 'electronicFont';
  font-style: normal;
  color: #1d4cb4;
  height: 30px;
  display: block;
}
.news ul li .info {
  font-size: 14px;
  color: #aaa;
}
.news ul li a {
  font-size: 16px;
}
.news .menu {
  border-bottom: #ddd 1px solid;
  line-height: 40px;
}
.news .menu a {
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.news .menu span {
  border-bottom: #1d4cb4 4px solid;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  color: #1d4cb4;
}
.box1 {
  float: left;
}
.box2 {
  float: right;
}
.box1,
.box2 {
  margin-top: 20px;
  width: 630px;
}
.box1 .menu,
.box2 .menu {
  border-bottom: #ddd 1px solid;
  line-height: 40px;
}
.box1 .menu a,
.box2 .menu a {
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.box1 .menu span,
.box2 .menu span {
  border-bottom: #1d4cb4 4px solid;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  color: #1d4cb4;
}
.box1 ul,
.box2 ul {
  padding: 5px;
}
.box1 ul li,
.box2 ul li {
  line-height: 32px;
  font-size: 16px;
}
.box1 ul li span,
.box2 ul li span {
  float: right;
  color: #aaa;
}
.box1 ul li i,
.box2 ul li i {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #1d4cb4;
  border-radius: 6px;
  vertical-align: middle;
}
.box1 ul li a,
.box2 ul li a {
  padding-left: 10px;
}
.footer {
  margin-top: 20px;
  background: #1d4cb4;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.colmenu {
  width: 240px;
  float: left;
  background: url(../images/subnav_bg.png) repeat-x;
  min-height: 531px;
}
.colmenu .colhead {
  line-height: 50px;
  background: #1d4cb4;
  padding-left: 38px;
  color: #fff;
  font-size: 20px;
}
.collist ul li {
  line-height: 50px;
  position: relative;
}
.collist ul li a {
  border-bottom: #b6c4e3 1px solid;
  display: block;
  font-size: 16px;
  color: #666;
  padding-left: 25%;
}
.collist ul li.cur .submenu dl dd a {
  border-bottom: #b6c4e3 1px solid !important;
  color: #666 !important;
}
.collist ul li.cur .submenu dl dd.active {
  color: #1d4cb4;
  background: rgba(29, 76, 180, 0.1);
}
.collist ul li.cur {
  /* background: rgba(29, 76, 180, 0.3); */
  /* border-left: 5px #1d4cb4 solid; */
}
.collist ul li.cur a {
  color: #1d4cb4;
  border-bottom: none !important;
  background: rgba(29, 76, 180, 0.3);
}
.collist ul li .submenu {
  display: none;
}
.collist ul li.cur .submenu {
  display: block;
}
.collist ul li .submenu dl dd a {
  padding-left: 35%;
  background: none !important;
}
.collist ul li:hover {
  /* background: rgba(29, 76, 180, 0.3); */
}

.collist ul li span {
  transition: all 0.5s;
  width: 18px;
  height: 18px;
  background: url(../images/arrow.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  left: auto;
  background-size: 70% auto;
}
.colnews {
  width: 1000px;
  float: right;
}
.colnews .newslist ul {
  min-height: 400px;
}
.colnews .newslist ul li {
  font-size: 16px;
  line-height: 38px;
}
.colnews .newslist ul li span {
  float: right;
}
.colnews .newslist ul li i {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #1d4cb4;
  display: inline-block;
}
.colnews .newslist ul li a {
  color: #333;
  padding-left: 15px;
}
.colnews .position {
  line-height: 50px;
  border-bottom: #ddd 1px solid;
  color: #1d4cb4;
  font-size: 20px;
}
.colnews .position span {
  float: right;
  font-size: 14px;
  color: #333;
}
.colnews .position span a {
  color: #333;
}
.title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 20px 0;
}
.ftitle {
  text-align: center;
  color: #787878;
  font-size: 14px;
  padding: 5px 0 10px 0;
  background: #f9f9f9;
}
.content {
  padding: 10px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.pagebar {
  font-size: 12px;
}
.pagebar .p_fun_d {
  color: #ccc;
}
.pagebar .p_no_d {
  background: rgba(29, 76, 180, 0.3);
  color: #1d4cb4;
}
.pagebar .p_dot {
  margin-left: 8px;
}
.pagebar .p_fun,
.pagebar .p_fun_d,
.pagebar .p_no,
.pagebar .p_no_d {
  border: #b6c4e3 1px solid;
  padding: 3px 5px;
  margin-left: 8px;
}
.teacher .menu {
  border-bottom: #1d4cb4 1px solid;
  background-color: #f5f5f5;
}
.teacher .menu i {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: inline-block;
  background: #fff;
  margin-right: 5px;
}
.teacher .menu span {
  /*border-bottom: #1d4cb4 4px solid;*/
  background: #1d4cb4;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  line-height: 42px;
}
.teacher .teachlist ul {
  padding: 15px;
}
.teacher .teachlist ul li {
  float: left;
  text-align: center;
  margin-left: 20px;
  width: 50px;
  margin-bottom: 15px;
}
.xylist {
  width: 1000px;
  overflow: hidden;
}
.xylist ul {
  width: 1020px;
}
.xylist ul li {
  width: 233px;
  float: left;
  margin: 15px 20px 10px 0;
}
.xylist ul li img {
  width: 225px;
  border: #ddd 1px solid;
  padding: 4px;
  height: 158px;
}
.xylist ul li p {
  text-align: center;
}
@font-face {
  font-family: 'electronicFont';
  src: url("../fonts/DS-DIGIB.TTF");
}
@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }
  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }
  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }
  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}