@charset "utf-8";
/* CSS Document */


/*--------------- 
总体 
---------------*/

body{ position:relative; width:100%; font-family: "微软雅黑"; font-size: 14px; background:#f3f3f3 url("../images/bg.png")center center repeat; color:#777; overflow-x:hidden; }
.en { position:relative; width:100%; font:normal 14px/24px "Arial"; background:#fff; color:#777; overflow-x:hidden; }
.container{width: 100%;max-width: 1920px;margin: 0 auto;position: relative;height: auto;overflow: hidden;}
a { text-decoration:none;  }
h3, h4, h5 { font-weight:normal; }
.cl{clear: both}
.blank10{height:10px; line-height: 10px; clear: both; overflow: hidden}
.blank20{height:20px; line-height: 20px; clear: both; overflow: hidden}
.blank40{height:40px; line-height: 40px; clear: both; overflow: hidden}
.wrapper{width:1400px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper-sub{width:1400px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper2{width:1400px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper1600{width:1600px;margin: 0 auto;padding: 0; height:auto; position: relative;}

.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
img{vertical-align: middle}
.fl{float: left;}
.fr{float: right;}
/*-------------------------*/
body.show a, body.show .transition, body.show .index-flow .title dl dd .layer, .index-flow .title dl dd body.show .layer, body.show .g-nav2, body.show .g-nav, body.show .g-head .btn-list .search .input, .g-head .btn-list .search body.show .input, body.show .g-head .btn-list, .g-head body.show .btn-list, body.show :before, body.show :after, body.show img  {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}


.ellipsis, .index-flash li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .index-flow .img-list li a .layer .info, .index-flow .title dl dd .layer, .index-flow .title dl, .index-flow .container .video i, .index-admissions .dots, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .list-wrapper dl.ul-dl, .index-events .wal .arrow, .index-events .wal, .index-news .col-2 .arrow .dots, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-search .hot-words, .index-flash .btn .dots, .index-flash .btn, .g-foot .info .tel, .g-foot .info, .g-foot .list li, .g-nav2 .scroll ul, .g-nav ul, .g-head .btn-list .language .name, .g-head .btn-list ul, .g-head .btn-list, .p-layer,.part02 ul,.part03-l dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter, .index-flow .img-list li a .layer .info, .index-flow .container .video i, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .wal, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-flash .btn, .g-foot .info .tel, .g-foot .list li, .g-head .btn-list .language .name, .g-head .btn-list, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 180px;
  background:rgba(0,69,155,0.8);
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
   height: 180px;

}
.fixednav:after{content: "";  background:rgba(0,69,155,1);}
.g-head .wal {
  min-height: 180px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.g-head a.logo {
  display: block;
  background: url("../images/sme-logo.png") center no-repeat;
  background-size: 100%;
  width: 437px;
  position: absolute;
  z-index: 1;
  left:20px;
  right: auto;


  top:20px;
  bottom: 0;
  height: 78px;
}
.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 120px;
  top: 0;
  bottom: auto;
  height: 120px;
  font-size: 18px;
  color: #fff;
}
.g-head .btn-list a {
  color: #fff;
}

.g-head .btn-list ul li {
  height: 50px;
  padding:0 25px;
  line-height: 50px
}
.g-head .btn-list ul a {
  display: block;

}
.g-head .btn-list ul li:hover {
  background: rgba(2,37,80,0.4)
}

.g-head .btn-list .language .name {
  height: 50px;
  opacity: 0.75;
  padding: 0 25px;
}

.g-head .btn-list .language .name:hover {
  opacity: 1;
}

.g-head .btn-list .search {
  width: 31px;
  height: 31px;
  margin-left: 15px;
  position: relative;
  z-index: 20;
}
.g-head .btn-list .search .btn {

  background: url("../images/search-ico.png") center center no-repeat;
  width: 31px;
  height:31px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.g-head .btn-list .search .btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  display: none;
}
.g-head .btn-list .search .btn:hover {
  opacity: 1;
}
.g-head .btn-list .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 15px;
  top: -6px;
  bottom: auto;
  height: 40px;
  width: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.g-head .btn-list .on .btn{top: -6px;}
.g-head .btn-list .search .input input {
  width: 100%;
  height: 40px;
  line-height:40px;
  font-size: 16px;
  padding: 0 10px;
}
.g-head .btn-list .search.on .btn{background:none;}
.g-head .btn-list .search.on .btn input {
  background: url("../images/search-ico2.png")center center no-repeat;border: 0;margin-top: 3px;
}
.g-head .btn-list .search.on .btn input {
  display: block;
}
.g-head .btn-list .search.on .input {
  width: 250px;
  opacity: 1;
  visibility: visible;
}
.g-head a.navA {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 30px;
  top:35px;
  bottom: auto;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}
.g-head a.navA:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/menu_button.jpg") center no-repeat;
}

.g-nav {
  position: absolute;
  z-index: 1;
  left:0;
  right: 0;
  top: 119px;

  margin: 0 auto;
  border-top: #fff 1px solid;
}
.g-nav ul.nav_ul{width: 1400px;margin: 0 auto;}
.g-nav li {
  position: relative;
 width: 12.5%;
  text-align: center

}
.g-nav a.name {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.g-nav a.name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0.2rem;
  height: 0.02rem;
  background: #e2ca5b;
  margin-top: -0.12rem;
  opacity: 0;
}
.g-nav a.name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;
}

.g-nav a.name.on {
  color: #e2ca5b;
}
.g-nav a.name.on i.line {
  opacity: 1;
}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  border-top: #EE9640 solid 0.04rem;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  color: #6510AD;
}
.g-nav .list a:hover {
  background: #ededed;
}
.g-nav li:hover a.name {
  color: #e2ca5b;
}
.g-nav li:hover a.name i.line {
  opacity: 1;
}
.g-nav li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/menu_bg.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
width: 100%;
  height: 100vh;
  visibility:hidden
}
/*.sub .g-head:before{content: "";background:rgba(45,45,45,0.8);}
.sub .fixednav:after{content: "";background:rgba(45,45,45,0.8);}*/
.party .g-head:before{content: "";background:rgba(165,26,31,0.8);}
.party .fixednav:after{content: "";background:rgba(165,26,31,1);}
.navShow .g-nav li{display: none}
.navShow .g-nav2{opacity: 1;visibility:visible}
.navShow .g-head:before{content: ""; background:none;height: 120px;}
.navShow .g-head:after{content: ""; background:none;height: 120px;}
.navShow .g-head .wal{min-height:120px;}
.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.g-nav2 .scroll ul {
  max-width: 1400px;
  margin: 0 auto;
}
.g-nav2 .scroll li {
  width: 12.5%;
  text-align: center;
  padding-top: 138px;
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: 20px;

}
.g-nav2 .scroll li .list {
  padding:10px 0
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.65;
}
.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}
body.navShow{
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  top: 0
}
body.navShow .g-head a.navA:after {
  background-image: url("../images/menu_close.jpg");
}
body.navShow .g-nav2{z-index: 51;}
body.navShow .g-head{z-index: 52;}
.banner{width: 100%;position: relative;overflow: hidden;z-index:49;}
.nybanner{width: 100%;height:452px;position:relative;overflow: hidden;}
.nybanner img{z-index: 1;position: absolute;left: 0;top: 0}
.nybanner .wrapper{position: absolute;bottom:50px;left: 0;right: 0; z-index: 2;}
.nybanner h2{font-size: 34px;color: #fff;margin: 0 auto;display: inline-block}
.nybanner span{color: #fff;font-size:30px;text-transform: uppercase;display: inline-block;margin-left:10px;}
.swiper-container { width: 100%;height: 100%;}
.pagination {
      display: block;
    position: absolute;
    right: 10px !important;
  left: auto !important;
    text-align: right;
    bottom: 15px !important;
    width: 100%;
  z-index: 999;
  display: none;
}
.swiper-pagination-bullet{
    display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
  margin: 0 6px !important;
  cursor: pointer;
opacity:1;
  
}
.swiper-slide img{width:100%;height:100%}
.swiper-pagination-bullet-active{  background: #ff8c93;}
.swiper-button-next{background-image:url(../images/b_arrow_l.png);width:46px;height:87px;left:30px;top:60%;background-size: 100% 100%;opacity: 0;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.swiper-button-prev{background-image: url(../images/b_arrow_r.png);width:46px;height:87px;left: auto;right:30px;top:60%;background-size: 100% 100%;opacity: 0;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev{opacity: 1}
.swiper-pagination{text-align: right;right: 0 !important;bottom:25px !important;margin: 0 auto;width: 1200px !important;}
.swiper-pagination-bullet{width: 25px;height: 25px;background: #fff;border-radius: 0;color: #085087;line-height: 25px;text-align: center}
.swiper-pagination-bullet-active{background:#085087;color: #fff;}

.swiper-container2 .pagination {
      display: block;
    position: absolute;
    right: 20px !important;
    text-align: center;
    bottom:10px !important;
    width: 100%;
  z-index: 999;
  text-align: right;

}
.swiper-container2 .swiper-pagination-bullet{
    display: inline-block;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #ededed !important;
  margin: 0 5px;
  cursor: pointer;
opacity:1 !important;
  
}
.swiper-container2 .swiper-pagination-bullet-active{  background: #4da3e4 !important;}

.nav_menu3,
.nav_menu3 ul,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 ul li
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;

  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 ul{position: relative;}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {

  margin: 0 auto;
  position: relative;
  z-index: 99999;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
text-align: center;float: left;width:12.5%
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {

  text-decoration: none;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height:60px;
  font-weight: 500;
  display: block;

}
.nav_menu3 > ul > li:hover  {
background: #02448f;
}


.nav_menu3 > ul > li.active  {
background: #02448f;
}


.nav_menu3 > ul > li#nav-has-sub:hover > a::after {
  border-color: #990B2C;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
  width: 100%;
}

.nav_menu3 li:hover > ul {
  left: 0;
}
.nav_menu3.align-right li:hover > ul {
  left: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;

}
.nav_menu3 ul ul ul li a{background: #007ad0;}
.nav_menu3 ul ul ul li:hover{background:#007ad0;}
.nav_menu3 ul ul ul li:hover a{background:none;color:#30f3ff}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
    width: 100%;

}
.nav_menu3 ul li:hover > ul > li {
  height: 50px;

}
.nav_menu3 ul ul li a {
  display: block;
  padding: 0;
  height: 50px;
  line-height:50px;
    width: 100%;
  font-weight: bold;
  text-align: center;
  background: #004478;
  text-decoration: none;
  color: #eeeeee;
  
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 16px;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #fff;
  background: #003e6d;
}


#sidr-left{display: none}
header button { position:absolute; right:10px; top:25px; width:45px; height:24px;  line-height:10px;display: none; }
header button span{    display: inline-block; margin: 2px 0; width: 100%; height: 4px; background: #00518e}
header .psearch{display: none;background: url("../images/seach_ico.png")center center no-repeat;width: 33px;height: 33px;position: absolute;right:70px;top:25px;}

.fck{width: 100%;height: auto;overflow: hidden;position: relative;margin:30px auto;}
.list-r-p{padding: 30px 0}
.article {padding:60px 30px;background: #fff;}
.article_a {padding:30px 0;}
.article-t{text-align: center;margin:0 auto;border-bottom: #ddd 1px solid;padding-bottom: 20px;width:100%;}
.article-t h1{font-size:24px;color: #111;font-weight: 550;}
.article-t p{margin-top: 15px;color: #777;font-size: 16px;}
.fck div,.fck p{font-size: 16px !important;color: #555;line-height: 30px !important;}
.fck table tr td{border:#ddd 1px solid;padding: 12px !important;vertical-align:middle;}
.index_title{width:100%;height: auto;overflow: hidden;position: relative}
.index_title h2{font-size: 24px;color: #0365de;float: left;display: inline-block;line-height: 60px}
.index_title span{display: inline-block;font-size: 20px;color: #0365de;text-transform: uppercase;position: absolute;bottom:0;right: 0}
.index_title h2:before{content: "";background: url("../images/index_title_ico_01.png")center center no-repeat;width: 46px;height: 46px;display: inline-block;margin-right:15px;vertical-align: bottom}
.index_title h2:after{content: "";left: 46px;bottom:5px;background: #0365de;height: 2px;width: calc(100% - 115px);position: absolute}
.part01{width: 100%;height: auto;overflow: hidden;padding:40px 0;}
.part01 .wrapper{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.part01-l{width: 56.8%;}
.part01-r{width: 41.4%;position: relative;font-size: 16px;}
.p1-k{width: 100%;margin-top:40px;height: auto;overflow: hidden;}
.p1-k{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.p1-left{width:44.6%;}
.p1-right{width:calc(100% - 375px);}
.p1-left ul li div{position: relative;width:100%;height: 266px;overflow: hidden}
.p1-left ul li div img{position: absolute;left:0;top:0;z-index:1;object-fit: contain; transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;width: 355px;height: 266px;object-fit: contain;}
.p1-left ul li div b{position: absolute;right: 15px;top: 15px;z-index: 2;width:60px;line-height: 35px;background: #fff;text-align: center;font-size: 16px;font-weight: normal;color: #0365de}
.p1-left ul li div b span{background: #0365de;color: #fff;width: 100%;height: 35px;display: block}
.p1-left ul li h2{display: table;background: #fff;width: 100%;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.p1-left ul li h2 p{display: table-cell; vertical-align: middle;text-align: left;height: 70px;padding:5px 20px;margin: 0 auto;line-height: 26px;font-size: 16px;color: #333;height: 70px; overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.p1-left ul li:nth-of-type(2){margin-top:30px;}
.p1-left ul li:hover div img{transform:scale(1.05); -webkit-transform:scale(1.05); -o-transform:scale(1.05); -ms-transform:scale(1.05); -moz-transform:scale(1.05); }
.p1-left ul li:hover h2{background: #0365de;}
.p1-left ul li:hover h2 p{color: #fff}
.p1-right dl dt{width: 100%;height: auto;overflow: hidden}
.p1-right dl dt b{float: left;width:60px;line-height: 35px;background: #fff;text-align: center;font-size: 16px;font-weight: normal;color: #0365de}
.p1-right dl dt b span{background: #0365de;color: #fff;width: 100%;height: 35px;display: block}
.p1-right dl dt div{float: right;width: calc(100% - 80px);float: right;padding-bottom: 15px;border-bottom: #ddd 1px solid;margin-bottom:20px;}
.p1-right dl dt div h2{color: #333;font-size: 16px;line-height:28px;height:60px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.p1-right dl dt div p{font-size:15px;color: #777;margin-top: 7px;height: 20px; overflow: hidden;
    text-overflow: ellipsis;


    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.p1-right dl dt:hover div h2{color: #0365de;font-weight: bold;}
.p1-right dl dt:last-of-type div{border:0}
.notice{position: relative;margin-top: 30px;}

.notice .notice-cate {
  width: 155px;
  height: auto;
  padding:5px 0 0 0;
  background-color: #2e7ad8
}
.notice .notice-cate>li {
  text-align: center;
  cursor: pointer
}
.notice .notice-cate>li>a {
  display: block;
  line-height:64px;
  color: #fff;
  border-bottom: #1869cd 1px solid;
  font-size: 16px;
  text-align: center
}
.notice .notice-cate>li:last-of-type>a{border-bottom: 0;}
.notice .notice-cate>li>a:hover {
  color: #fff
}
.notice .notice-cate>li>.notice-list {
  position: absolute;
  left: 155px;
  top: 0;
  right: 0;
  background-color: #fff;
  display: none
}
.notice .notice-cate>li li {
  text-align: left
}
.notice .notice-cate>li.active>a {
  color: #2e7ad8;
  background-color: #f3f3f3;
  font-weight: bold;
}
.notice .notice-cate>li.active>.notice-list {
  padding: 15px 20px 0 20px;
  display: block;
  opacity: 1;
  background: #f3f3f3;
}
.notice .notice-cate>li.active>.notice-list li {
  display: block;
  line-height: 32px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  white-space: nowrap;
  border-bottom: #ddd 1px solid;
  padding-bottom:3px;
}
.notice-list li{position: relative}
.notice .notice-cate>li.active>.notice-list li:last-of-type{border-bottom:0;padding-bottom: 0;}
.notice-list li span{display: inline-block;margin-right: 10px;color: #333;font-size: 14px;vertical-align: top}
.notice-list li h2{display: inline-block;font-size: 16px;color: #333;width:calc(100% - 105px);overflow: hidden;
    text-overflow: ellipsis;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.notice-list li:hover h2{color:#0365de}
.notice-list li:hover span{color:#0365de}
.notice-list li i{background: url("../images/new_ico.jpg")center center no-repeat;width: 46px;height: 24px;position: absolute;right: 0;top: 5px; animation: newjump 1.5s infinite;}
@keyframes newjump { 
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 5px); 
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.part02{background:url("../images/xueshu_bg.jpg")center center no-repeat;width: 100%;height: 370px;background-size:cover;}
.part02-t{width: 100%;height: auto;overflow: hidden;margin: 0 auto;position: relative;margin-top:50px;}
.part02-t h2{color: #fff;font-size: 32px;float: left;}
.part02-t span{width: 180px;height: 40px;line-height: 40px;text-align: center;border:#fff 1px solid;border-radius:20px;font-size:18px;color: #fff;display:inline-block;float: right;}
.part02 ul{justify-content: space-between; -webkit-justify-content: space-between;}
.part02 ul li{width: 48%;margin:70px 0;position: relative}
.part02 ul li .xs_date{background: url("../images/xueshu_date_bg.png")center center no-repeat;width: 90px;height: 135px;float: left;text-align: center;color: #fff}
.part02 ul li .xs_date span{display: block;font-size: 16px;margin-top:20px;}
.part02 ul li .xs_date b{display: block;font-size: 36px;margin:0px auto}
.part02 ul li .xs_date em{display: block;font-style: normal;font-size: 16px;}
.part02 ul li .xs_z{width: calc(100% - 120px);float: right;color: #fff}
.part02 ul li .xs_z h2{font-size: 21px;height: auto;overflow: hidden;margin-bottom: 10px;}
.part02 ul li .xs_z p{line-height: 34px;font-size: 18px;}
.part02 ul li .xs_z p:before{content: "";background: url("../images/xs_ico1.png")center center no-repeat;width: 18px;height: 18px;display: inline-block;margin-right: 15px;vertical-align: middle;margin-bottom: 3px;}
.part02 ul li .xs_z p:nth-child(2):before{content: "";background: url("../images/xs_ico2.png")center center no-repeat;}
.part02 ul li .xs_z p:nth-child(3):before{content: "";background: url("../images/xs_ico3.png")center center no-repeat;}
.part02 ul li:nth-of-type(2n):before{background: rgba(255,255,255,0.5);content: "";width: 1px;height:210px;position: absolute;left:-4%;top:-30px;}
.part03{margin: 0 auto;width: 100%;position: relative;overflow: hidden}
.part03-l dl{justify-content: space-between; -webkit-justify-content: space-between;}
.part03-l dl dt{position: relative;width: 28%;background: #fff;height: 390px;padding:0 2%;margin:60px 0.5%}
.part03-l h1{color: #111;font-size: 32px;position: absolute;left: 30px;top: 30px;z-index: 2;}
.part03-l span{width:150px;height: 40px;line-height: 40px;text-align: center;color: #fff;border:#fff 1px solid;display:block;position: absolute;left:30px;bottom:20px;font-size: 16px;z-index: 2;display: none}
.part03-l dl dt:hover{padding:20px 2%;margin:40px auto;background: #26c6d0;}
.part03-l dl dt:hover h1{color: #fff}
.part03-l dl dt:hover span{display: block}
.part03-l dl dt .swiper-container2{width: 100%;height:100%;margin-left: auto; margin-right: auto; position: relative;overflow: hidden;z-index: 1}
.part03-l dl dt .swiper-container3{width: 100%;height:100%;margin-left: auto; margin-right: auto; position: relative;overflow: hidden;z-index: 1}
.part03-l dl dt .swiper-container4{width: 100%;height:100%;margin-left: auto; margin-right: auto; position: relative;overflow: hidden;z-index: 1}
.part03-l dl dt .swiper-slide img{width: 190px;height: 190px;border-radius: 50%;float: right;margin-top: 30px;}
.part03-l dl dt .swiper-slide h2{font-size:22px;color: #333;float:left;width: 100%;margin-top:60px;}
.part03-l dl dt .swiper-slide p{font-size: 18px;color: #777;float: left;width: 100%;margin-top: 10px;}
.part03-l dl dt:hover .swiper-slide img{width: 220px;height: 220px;margin-top: 10px;}
.part03-l dl dt:hover .swiper-slide h2{color: #fff;margin-top: 30px;}
.part03-l dl dt:hover .swiper-slide p{color:#acfaff}
.part03-l dl dt:hover .swiper-button-next2{background-image:url(../images/arrow_r.png);width:36px;height:36px;right:0px;bottom:0px;position: absolute;background-position: 100% 0;z-index: 3;cursor: pointer}
.part03-l dl dt:hover .swiper-button-prev2{background-image: url(../images/arrow_l.png);width:36px;height:36px;right:46px;bottom:0px;position: absolute;background-position:100% 0;z-index: 3;cursor: pointer}
.part03-l dl dt:hover .swiper-button-next2:hover{background-position: 100% 100%;}
.part03-l dl dt:hover .swiper-button-prev2:hover{background-position: 100% 100%;}
.part03-l dl dt:hover .swiper-button-next3{background-image:url(../images/arrow_r.png);width:36px;height:36px;right:0px;bottom:0px;position: absolute;background-position: 100% 0;z-index: 3;cursor: pointer}
.part03-l dl dt:hover .swiper-button-prev3{background-image: url(../images/arrow_l.png);width:36px;height:36px;right:46px;bottom:0px;position: absolute;background-position:100% 0;z-index: 3;cursor: pointer}
.part03-l dl dt:hover .swiper-button-next3:hover{background-position: 100% 100%;}
.part03-l dl dt:hover .swiper-button-prev3:hover{background-position: 100% 100%;}
.part03-l dl dt:hover .swiper-button-next4{background-image:url(../images/arrow_r.png);width:36px;height:36px;right:0px;bottom:0px;position: absolute;background-position: 100% 0;z-index: 3;cursor: pointer}
.part03-l dl dt:hover .swiper-button-prev4{background-image: url(../images/arrow_l.png);width:36px;height:36px;right:46px;bottom:0px;position: absolute;background-position:100% 0;z-index: 3;cursor: pointer}
.part03-l dl dt:hover .swiper-button-next4:hover{background-position: 100% 100%;}
.part03-l dl dt:hover .swiper-button-prev4:hover{background-position: 100% 100%;}
.part04{width: 100%;height: auto;overflow: hidden;margin:0 auto 40px auto}
.part04 .wrapper{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.part04-l{width: 33.5%;text-align: center;position: relative}
.part04-r{width: 64.2%}
.part04-l ul li {background: url("../images/l_blue.jpg")center center no-repeat;height: 248px;width: 100%;text-align: center;position: relative}
.part04-l ul li i{width: 160px;height: 160px;border:#fff 2px solid;border-radius:50%;  vertical-align: middle;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            margin: 0 auto;
            padding: 0;
}
.part04-l ul li p{font-size: 20px;font-weight: bold;color: #fff;margin-top:8px;}
.part04-l ul li div{  vertical-align: middle;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            margin: 0 auto;
            padding: 0}
.part04-l ul li:nth-of-type(2){margin-top: 10px;}

.part04-l ul li.active{background: url("../images/b_blue.jpg")center center no-repeat}
.videos{ position:fixed; left:50%; top:50%; margin-left:-400px; margin-top:-225px;  width:800px; height:450px;z-index:9999;display:none;}
.vclose { position:absolute;right:1%; top:1%; cursor: pointer; }
.theme-popover-mask {z-index: 9998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.8;filter:alpha(opacity=40);display:none}
.part04-r ul li{position: relative;}
.part04-r ul li span {
    background: url(../images/play_ico.png)center center no-repeat;
    width: 90px;
    height: 90px;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    display: block;
  z-index: 3;
  cursor: pointer;
}
footer{height: 500px;padding: 20px 0;width: 100%;overflow: hidden;background: #0365de;}
footer .wrapper{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
footer .foot-l{width: 60%;margin-top:25px;border-right: #418eed 1px solid}
footer .foot-l ul{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;margin-top: 40px;}
footer .foot-l ul li{width: 33.3%;text-align: left}
footer .foot-l ul li h2{font-size: 20px;color: #fff;height: auto;overflow: hidden;margin-bottom: 20px;}
footer .foot-l ul li p{line-height: 36px}
footer .foot-l ul li p a{font-size: 16px;color: #a9ccf7;}
footer .foot-l ul li p:hover a{color: #7bf1ff;font-weight: bold;}
footer .foot-r{width: 35%;padding:0 2%;position: relative;margin-top:50px;}
footer .foot-r-l{float: left;width: calc(100% - 110px);height: auto;overflow: hidden}
footer .foot-r-l p{width: 100%;color: #fff;font-size: 16px;margin-bottom: 15px;height: auto;overflow: hidden;}
footer .foot-r-l p i{background: url("../images/foot_ico1.png")center center no-repeat;width: 18px;height: 18px;display: inline-block;vertical-align: middle;margin-right: 10px;float: left;margin-top: 6px;}
footer .foot-r-l p:nth-of-type(2) i{background: url("../images/foot_ico2.png")center center no-repeat;}
footer .foot-r-l p:nth-of-type(3) i{background: url("../images/foot_ico3.png")center center no-repeat;}
footer .foot-r-l p span{display: inline-block;width: calc(100% - 30px);float: right;line-height: 30px}
footer .copyright{color: #fff;border-top:#0f6ee4 3px solid;width: calc(100% - 210px);line-height: 30px; position: absolute;left: 2%;bottom: 85px;font-size: 16px;padding-top:15px;}
footer .foot-r-r{float: right;width: 90px;}
footer .foot-r ul li{text-align: center;width: 100%;margin-bottom:35px;}
footer .foot-r ul li img{width: 90px;height: 90px;}
footer .foot-r ul li p{margin-top: 10px;line-height:24px;color:#fff;font-size: 16px;}


.mbx{background: #e1e1e1;width:100%;height:60px;line-height: 60px;}
.mbx_z{float: right;color:#444;}
.mbx_z img{vertical-align: middle;margin-bottom: 3px;display: inline-block;margin-right: 10px;}
.mbx_z a{display: inline-block;margin: 0 5px;font-size: 15px;color:#444;}
.mbx_z a:hover{color:#0365de}
.sub .wrapper .list{background:url("../images/sub_bu.png")top center repeat-y;width: 100%;height: auto;overflow: hidden;background-size: contain;}
.list-blue{width: 460px;background: #0789e4 url("../images/left_img.jpg")left bottom no-repeat;position: absolute;left: 0;bottom:0;z-index:1;height: 366px;overflow: hidden;}
.list-l{min-height:700px;height:auto;overflow: hidden;float: left;margin-bottom: 40px;width:17%;text-align:center;margin-top:20px;position: relative;z-index: 2;}
.list-r{width: 78%;margin:0 auto;padding:40px 2.4%;min-height:700px;height: auto;overflow: hidden;background: #fff;margin-top: 50px;float: right;position: relative;z-index: 2;}
.typename{font-size:26px;color: #111;padding-bottom:20px;margin-bottom:25px;border-bottom: #ddd 1px solid;text-align: center}
.left_nav{height: auto;overflow: hidden}
.left_nav{padding:20px;text-align: center;}
.left_nav .subNav:nth-of-type(1){border-top: 0;}
.left_nav .subNav{height: 55px;line-height: 55px;text-align: center;border-top: #1399fc 1px solid;}
.left_nav .subNav a{color: #fff;font-size: 18px;display: block;width: 100%;}
.left_nav .subNav:hover a{color: #30f3ff}
.left_nav .currentDd a{color: #30f3ff}
.left_nav .navContent{display: none;background: #1271b8;position: relative;margin-top:5px;padding:5px 0}
.left_nav .navContent:before{content: "";position: absolute;left: 0;right: 0;top:-10px; width: 0;
  height: 0;margin:0 auto;text-align: center;
  border-left: 5px solid transparent;  
  border-right: 5px solid transparent;  
  border-bottom: 10px solid #1271b8; }
.left_nav .navContent li{height: 50px;line-height: 50px;}
.left_nav .navContent li a{font-size: 16px;color: #fff;}
.left_nav .navContent li:hover a{color:#9cf9ff;font-weight:bold;}
.left_nav .navContent li.active a{color:#9cf9ff;font-weight:bold;}
.list-leader{width: 100%;height:auto;overflow: hidden;margin: 40px auto 60px auto}
.list-leader h2{font-size: 22px;color: #333;text-align: center;width: 100%;margin: 0 auto}
.list-leader ul li{position: relative;height:auto;margin-top:80px;}
.list-leader ul li img{position: absolute;left: 50px;top:-40px;width:142px;height: 197px;}
.list-leader ul li div{background: #e3edf5;min-height:170px;height:auto;overflow: hidden;padding: 10px 30px 20px 30px;}
.list-leader ul li div dl{float: right;width:80%;}
.list-leader ul li div dl dt{width: 100%;height: auto;overflow: hidden;margin-top:15px;}
.list-leader ul li div span{width: 150px;height: 35px;line-height: 35px;display: inline-block;background: #a6bed2;text-align: center;margin-right:10px;color: #fff;font-size: 16px;float: left;vertical-align: middle}
.list-leader ul li div p{display: inline-block;font-size: 16px;color: #111;float: right;width: calc(100% - 170px);line-height: 30px;vertical-align: middle}
.list-leader ul li:hover div{background: #c6dded;}
.list-leader ul li:hover img{transform:scale(1.05); -webkit-transform:scale(1.05); -o-transform:scale(1.05); -ms-transform:scale(1.05); -moz-transform:scale(1.05);}

.mix_news ul li{height: auto;overflow: hidden;width: 100%;padding-bottom: 15px;margin-bottom:25px;border-bottom: #ddd 1px solid;}
.mix_news ul li h2:before{content: "";background: #c7c7c7;border-radius: 50%;width: 6px;height: 6px;display: inline-block;vertical-align: middle;margin-right:10px;margin-bottom: 5px;}
.mix_news ul li h2{display: inline-block;font-size: 18px;color: #111;width: 100%;}
.mix_news ul li p{font-size: 15px;color: #777;line-height:28px;margin-top: 10px;margin-left: 12px;height: auto;overflow: hidden;margin-bottom: 10px;}
.mix_news ul li b{font-weight: normal;width: 100%;margin-left: 7px;}
.mix_news ul li b span{display: inline-block;margin-right:20px;color: #54768e;}
.mix_news ul li b span.ndate:before{content: "";background: url("../images/ndate_ico.png")center center no-repeat;width: 21px;height: 21px;vertical-align: middle;margin-right:5px;margin-bottom: 4px;display: inline-block;}
.mix_news ul li b span.nclick:before{content:"";background: url("../images/nclick_ico.png")center center no-repeat;margin-bottom: 5px;width: 21px;height: 21px;vertical-align: middle;margin-right:5px;margin-bottom: 4px;display: inline-block;}
.mix_news ul li:last-of-type{border-bottom: 0;}
.mix_news ul li:hover h2{color:#0789e4;font-weight: bold;}
.mix_news ul li:hover p{color: #54768e;}
.list-block{background: #f7f7f7;margin-top: 30px;width: 100%;height: auto;overflow: hidden}
.list-block-t{background: #1f74dd;width:100%;height:42px;height: 42px;overflow: hidden}
.list-block-t h2{color: #fff;font-size:18px;display: inline-block}
.list-block-t h2:before{content: "";background: url("../images/blue-list-ico.jpg")center center no-repeat;width: 42px;height: 42px;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 7px;}
.list-block-t span{float: right;background: url("../images/plus_ico.png")center center no-repeat;width:42px;height:42px;display: inline-block;vertical-align:middle;}
.list-block-z{padding: 20px 30px;font-size: 16px;line-height: 30px;color: #333;}
.list-block-k ul{padding: 20px 20px 0 20px;}
.list-block-k ul li{width: 100%;border-bottom:#ddd 1px solid;padding-bottom: 15px;margin-bottom: 15px;height: auto;overflow: hidden}
.list-block-k ul li:last-of-type{border-bottom: 0;}
.list-block-k ul li h2{color: #333;font-size: 16px;float: left;width: 83%;display: inline-block}
.list-block-k ul li h2:before{content: "";background: #ccc;border-radius: 50%;display: inline-block;margin-right: 10px;margin-bottom:3px;width: 6px;height: 6px;}
.list-block-k ul li p{width: 17%;text-align: right;float: right;color: #999;font-size: 14px;}
.list-block-k ul li:hover h2{color: #0365de;}
.list-block-k ul li:hover p{font-weight: bold;color: #0365de;}
.list-block-k ul li:hover h2:before{content: ""; background:#0365de;}
.list-list ul{padding: 20px 10px 0 10px;}
.list-list ul li{width: 100%;border-bottom:#ddd 1px solid;padding-bottom: 20px;margin-bottom: 20px;height: auto;overflow: hidden}
.list-list ul li:last-of-type{border-bottom: 0;}
.list-list ul li h2{color: #333;font-size: 16px;float: left;width:75%;display: inline-block}
.list-list ul li h2:before{content: "";background: #ccc;border-radius: 50%;display: inline-block;margin-right: 10px;margin-bottom:3px;width: 6px;height: 6px;}
.list-list ul li p{width: 17%;text-align: right;float: right;color: #999;font-size: 14px;}
.list-list ul li:hover h2{color: #0365de;}
.list-list ul li:hover p{font-weight: bold;color: #0365de;}
.list-list ul li:hover h2:before{content: ""; background:#0365de;}
.list-notice ul li i{background: #e6f1f9;width: 180px;border-radius: 5px;height:50px;line-height: 50px;text-align:center;display: inline-block;font-size: 16px;color: #006cb7;float: left;font-style: normal;vertical-align: middle;margin-right:20px;}
.list-notice  ul li {padding-bottom: 15px;}
.list-notice  ul li h2{width: 71%;margin-top: 10px;}
.list-notice  ul li h2:before{content: "";display: none}
.list-notice  ul li p{width: 8%;vertical-align: middle;margin-top: 10px;}
.list-notice  ul li:hover i{background: #006cb7;color: #fff}

.list-important{width: 100%;margin: 40px auto;height: auto;overflow: hidden;position: relative;}
.important-l{margin-bottom: 40px;height: auto;overflow: hidden;width: 100%;}
.important-l h2{font-size: 22px;color: #0079cd;font-weight: bold;border-bottom: #ddd 3px solid;margin-bottom: 20px;padding-bottom:20px;}
.important-l p{color: #333;font-size: 16px;line-height: 30px;text-align: left;}
.imp_tea{background: #f3f9fd;padding: 20px;height: auto;overflow: hidden;margin-top:30px;}
.imp_tea h3{font-size: 20px;color: #7ea6d4;font-weight: bold;border-bottom: #7ea6d4 2px solid;padding-bottom: 10px;margin-bottom:20px;}
.imp_tea h3:before{content: "";background: url("../images/imp_tea.png")center center no-repeat;width:18px;height: 20px;vertical-align: middle;margin-bottom: 3px;display: inline-block;margin-right: 10px;}

.imp_tea ul li{display: inline-block;padding: 0 10px 0 5px;margin-bottom:15px; color: #0079cd;font-size: 16px;border-right:#0079cd 1px solid;}
.imp_tea ul li:last-of-type{border-right: 0;}
.imp_tea ul li a{font-size: 16px;color: #0079cd;}
.imp_tea ul li:hover a{color:#003979;font-weight: bold;}

.article{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.article_l{width: 71%;padding: 0 1%}
.article_r{width: 25%;padding-left: 2%;}
.article_r ul{border-left: #ddd 1px solid;padding-top: 5px;}
.article_r ul li{margin-top: 25px;width: 100%;height: auto;position: relative}
.article_r ul li:before{content: ""; display:inline-block;background: url("../images/news_r_ico.png")center center no-repeat;width: 40px;height: 21px;vertical-align: middle;position: absolute;left:-10px;top:7px}
.article_r ul li p{background: #e4e4e4;width: 120px;height: 35px;line-height: 35px;text-align: center;color: #333;font-size: 15px;display: inline-block;margin-left:30px;}
.article_r ul li h2{color: #333;font-size: 16px;line-height: 30px;margin-top:10px;width:calc(100% - 30px);display: block;margin-left:30px;}
.article_r ul li:hover p{background: #00a8ff;color: #fff}
.article_r ul li:hover h2{color: #00a8ff}
.g-nav2 .scroll li:nth-of-type(2) .list dl{display: none}
.g-nav2 .scroll li:nth-of-type(5) .list dl{display: none}
.nav_menu3 ul li:nth-child(2):hover ul li:nth-of-type(4) ul {display:none;}
.nav_menu3 ul li:nth-child(5):hover ul li:nth-of-type(1) ul {display:none;}
.nav_menu3 ul li:nth-child(8) ul ul {margin-right: 100% !important;margin-left: 0;}
.nav_menu3 ul li:nth-child(8) ul li:nth-child(1):hover ul {right: 0 !important;left: auto;}
.nav_menu3 ul li:nth-child(8) ul li:nth-child(2):hover ul {right: 0 !important;left: auto;}
.nav_menu3 ul li:nth-child(8) ul li:nth-child(4):hover ul {right: 0 !important;left: auto;}

.page {
    clear: both;
    display: inline-block;
    padding: 50px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.page a {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px #eee solid;
    color: #777;
}
.page li.thisclass {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px #eee solid;
    background: #1869cd ;
    color: #fff;
}
.page a:hover, .page li.thisclass a {
    background: #1869cd;
    color: #fff;
}
.page li {
    display: inline-block;
*display:inline;
*zoom:1;
}
.page li select {
    font-size: 14px;
}
.page li option {
    font-size: 14px;
}
 .p_pages { clear:both; display:inline-block; padding:50px 0;  text-align:center; font-size:16px; }
.page a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_no_d{ display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid;background:#1869cd; color:#fff; }
.page span{display:inline-block;font-size:15px;}
.p_fun_d { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_fun_d  a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_fun_d:hover{ background:#1869cd; color:#fff; }
.p_fun_d a:hover,.p_fun_d.thisclass a { background:#1869cd; color:#fff; }
.page .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{color:#555}
.page .pb_sys_common .p_t{font-size:16px;}
.page .pb_sys_style1 .p_no_d{background-color:#1869cd;border:#1869cd 1px solid}
.page .p_fun_d:hover{color:#fff !important}
.pinyin{width: 100%;margin: 0 auto;height: auto;overflow: hidden;position: relative}
.pinyin ul li{width:8.3%;background: #f2f2f2;border:#ddd 1px solid;border-radius:5px;height:45px;line-height: 45px;text-align: center;margin:0.75% ;float: left;}
.pinyin ul li a{display: block;font-size: 18px;color: #333;width: 100%;}
.pinyin ul li:hover{background: #006bb6;border:#006bb6 1px solid}
.pinyin ul li:hover a{color:#fff}
.pinyin ul li.active{background: #006bb6;border:#006bb6 1px solid}
.pinyin ul li.active a{color:#fff}
.zhicheng{width: 100%;margin: 0 auto;height: auto;overflow: hidden;position: relative}
.zhicheng ul{font-size:0}
.zhicheng ul li{width: 15.8%;margin:1% 2%;background: #f2f2f2;border:#ddd 1px solid;border-radius:5px;height:60px;line-height:60px;text-align: center;float: left;}
.zhicheng ul li a{display: block;font-size:20px;color: #333;width: 100%;}
.zhicheng ul li:hover{background: #006bb6;border:#006bb6 1px solid}
.zhicheng ul li:hover a{color:#fff}
.zhicheng ul li.active{background: #006bb6;border:#006bb6 1px solid}
.zhicheng ul li.active a{color:#fff}
.rencai{width: 100%;margin: 0 auto;height: auto;overflow: hidden;position: relative}
.rencai ul{font-size:0}
.rencai ul li{width: 23.5%;margin:1% 0.65%;background: #f2f2f2;border:#ddd 1px solid;border-radius:5px;height:60px;line-height:60px;text-align: center;float: left;}
.rencai ul li a{display: block;font-size:20px;color: #333;width: 100%;}
.rencai ul li:hover{background: #006bb6;border:#006bb6 1px solid}
.rencai ul li:hover a{color:#fff}
.rencai ul li.active{background: #006bb6;border:#006bb6 1px solid}
.rencai ul li.active a{color:#fff}
.list-teacher ul{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}

.list-teacher ul li{background: #fff;width: 43%;margin:2.5% 1.5%;padding:25px 2%;text-align: center;display:inline-block;-moz-box-shadow:  2px 2px 5px rgba(10, 10, 10, 0.56),-2px 2px 5px rgba(10, 10, 10, 0.56);  -webkit-box-shadow:  2px 2px 5px rgba(10, 10, 10, 0.56),-2px 2px 5px rgba(10, 10, 10, 0.56);box-shadow:  2px 2px 5px rgba(10, 10, 10, 0.56),-2px 2px 5px rgba(10, 10, 10, 0.56);overflow: hidden;height:200px}
.list-teacher ul li img{float: left;text-align: center;width:143px;height: 198px;object-fit: contain;}
.list-teacher ul li div{float: right;width:calc(100% - 160px);}
.list-teacher ul li div h2{font-size: 26px;color: #111;display: inline-block;text-align: left;float: left;width: 100%;height:auto;overflow: hidden}
.list-teacher ul li div h2 span{display: inline-block;font-size: 20px;color: #0679c9;margin-left: 10px;vertical-align: middle;margin-bottom:3px;}
.list-teacher ul li div h3{font-size:16px;color: #777;margin-top:15px;text-align: left;float: left;width: 100%;height:auto;overflow: hidden}
.list-teacher ul li div h3:before{background: #777;display: inline-block;content: "";vertical-align: middle;border-radius: 50%;width: 5px;height: 5px;margin-right: 10px;}
.list-teacher ul li div h4{font-size: 18px;color: #333;width: 100%;height: auto;overflow: hidden;text-align: left;margin:0 auto 10px auto;padding-bottom: 10px;border-bottom: #ddd 1px solid;padding-top: 20px;font-weight: bold}
.list-teacher ul li div h5{font-size:16px;color: #777;margin-top:20px;text-align: left;float: left;width: 100%;height:auto;overflow: hidden}
.list-teacher ul li div h5:before{background: #777;display: inline-block;content: "";vertical-align: middle;border-radius: 50%;width: 5px;height: 5px;margin-right: 10px;}
.list-teacher ul li div p{margin-top: 10px;color: #555;line-height: 30px;font-size: 16px;text-align: left;}

.party .g-head a.navA:after{content:"";background: url("../images/red_menu_button.jpg") center no-repeat;}
.party .g-head .btn-list .search.on .btn input{background:url("../images/red-search-ico2.png")center center no-repeat;}
.party .nav_menu3 > ul > li.active{background: #7a120e;}
.party .nav_menu3 > ul > li:hover{background: #7a120e;}
.party .nav_menu3 ul ul li a{background: #7a120e;}
.party .nav_menu3 ul ul ul li a{background: #c0242a;}
.party .nav_menu3 ul ul ul li:hover{background:#c0242a;}
.party .nav_menu3 ul ul ul li:hover a{background:none;color:#ffa1a2}
.party .nav_menu3 ul ul li:hover > a, .party .nav_menu3 ul ul li a:hover{background: #c0242a;}
.party .wrapper .list{background:url("../images/red_sub_bu.png")top center repeat-y;}
.party .list-blue{background:#a51a1f url("../images/red_left_img.jpg")left bottom no-repeat}
.party .left_nav .subNav{border-top: #bb3232 1px solid;}
.party .left_nav .subNav:nth-of-type(1){border-top: 0;}
.party .left_nav .navContent{background: #c0242a;}
.party .left_nav .navContent:before{content: "";border-bottom:#c0242a 10px solid;}
.party .left_nav .navContent li:hover a{color:#ffa1a2;}
.party .left_nav .navContent li.active a{color:#ffa1a2;}
.party .mbx_z a:hover{color: #a31724}
.party .left_nav .currentDd a{color: #ffa1a2}
.party .left_nav .subNav:hover a{color: #ffa1a2}
.party footer{background: #a51a1f;}
.party footer .foot-l{border-right: #d0333e 1px solid;}
.party footer .copyright{border-top: #bd262d 3px solid;}
.party footer .foot-l ul li p a{color: #eca69e}
.party footer .foot-l ul li p:hover a{color:#ffa1a2;}
.party .g-head .btn-list ul li:hover{background: rgba(202,48,56,0.6);}
.party .list-block-t{background: #be272e;}
.party .list-block-t h2:before{background:url("../images/red-list-ico.jpg")center center no-repeat;content: ""}
.party .list-block-k ul li:hover h2{color: #a11a1e;}
.party .list-block-k ul li:hover p{font-weight: bold;color: #a11a1e;}
.party .list-block-k ul li:hover h2:before{content: ""; background:#a11a1e;}

.party .p_no_d{background:#d0333e;}
.party .p_fun_d:hover{ background:#d0333e; }
.party .p_fun_d a:hover,.p_fun_d.thisclass a { background:#d0333e; }
.party .page .pb_sys_style1 .p_no_d{background-color:#d0333e;border:#d0333e 1px solid}

.fixednav:before{content:"";height: 160px;}
.fixednav:after{content:"";height: 160px;}
.fixednav .wal{min-height: 160px}
.fixednav a.logo{width: 336px;height:60px;}
.fixednav .g-nav{top:100px;}
.fixednav .btn-list{height: 100px}
.fixednav  a.navA{top: 25px;}
.en_phone{display: none}

/*英文版*/
.en_top{background: #1b4496;width: 100%;height: 118px;border-bottom: #fff 2px solid;justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;position: relative}
.en_logo{width:70%;margin-left:3%;margin-top: 20px;}
.en_top_r{width: 20%;margin-right:3%;margin-top:35px;justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.en_lan{width: 80px;vertical-align: middle}
.en_lan a{font-size: 18px;color: #fff;display: block;margin-top: 15px;}
.en_form{width:calc(100% - 100px);background: #fff;border:0;position: relative;height: 50px;line-height: 50px;;}
.en_form input[type=text]{background:#fff;border:0;height:48px;text-indent: 1em;width:calc(100% - 50px);font-size: 15px;}
.en_form input[type=submit]{background: url("../en_img/en_search.png")center center no-repeat;width: 31px;height: 31px;position: absolute;right:10px;top:10px;border:0;cursor: pointer}

.en_nav{height: 60px;background: #1b4496;width: 100%;position:relative;z-index: 9999}
.en_nav ul.nav_ul{width:93.75%;text-align:center;font-size: 0;margin: 0 auto;position: relative}
.en_nav ul.nav_ul li{width:14.285%;display: inline-block;float: left;text-align: center;height: 60px;line-height: 60px;position: relative}
.en_nav ul.nav_ul li a{display: block;font-size:22px;color: #fff;height: 60px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;}
.en_nav ul.nav_ul li:hover{background:rgba(12,55,130,0.9);}
.en_nav ul.nav_ul li.active{background:rgba(12,55,130,0.9);}
.en_nav ul.nav_ul ul{position: absolute;left: -9999px;width: 100%;}
.en_nav ul.nav_ul li:hover ul {
  left: 0;
}
.en_nav ul.nav_ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;

	  width: 100%;
	background:rgba(12,55,130,0.9);

}
.en_nav ul.nav_ul li:hover > ul > li {  height:50px;  line-height: 50px}
.en_nav ul.nav_ul ul li a{font-size: 16px;display: block;width: 100%;}
.en_nav ul.nav_ul ul li:hover a{color:#77effc}
.en .en_banner{width: 100%;height: auto;overflow: hidden;position: relative;}
.en .swiper-button-next,.en .swiper-button-prev
{background-image:url(../en_img/arrow_l.png);width:32px;height:60px;left:0;top:50%;background-size: 100% 100%;opacity: 0;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.en .swiper-button-next{background-image: url(../en_img/arrow_r.png);width: 32px;height: 60px;left: auto;right:0;top:50%;background-size: 100% 100%;}
.en .swiper-container2:hover .swiper-button-next,.en .swiper-container2:hover .swiper-button-prev{opacity: 1}
.three_k{width: 100%;height: auto;overflow: hidden;position: relative;margin: 60px auto;}
.three_k ul{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.three_k ul li{width: 32%;overflow: hidden}
.three_k ul li img{width: 100%;}
.three_k ul li div:before{content:"";background: #1b4496;height: 8px;width: 100%;display: block;}
.three_k ul li div{background: #fff;border:#ddd 1px solid;border-top: 0;text-align: center}
.three_k ul li div h2{padding:25px;color: #000;text-transform: uppercase;font-size: 20px;font-weight: bold;}
.three_k ul li:hover div{background: #1e52b9;border:#1e52b9 1px solid;border-top:0}
.three_k ul li:hover div h2{color:#fff}
.three_k ul li img{transition-duration: .3s; -webkit-transition-duration: .3s; -o-transition-duration: .3s; -ms-transition-duration: .3s; -moz-transition-duration: .3s;}
.three_k ul li:hover img{transform:scale(1.05); -webkit-transform:scale(1.05); -o-transform:scale(1.05); -ms-transform:scale(1.05); -moz-transform:scale(1.05);}
.en footer{background: #1b4496;padding:50px 0;width: 100%;height: auto;overflow: hidden;}
.en footer .wrapper1600{justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.en footer .en-foot-l{width: 50%;}
.en footer .en-foot-l p{color: #88a2d4;width:70%;margin-top:40px;font-size: 18px;line-height: 36px;}
.en footer .en_logo{width: 100%;margin-left: 0;}
.en footer .en-f-l{width: 45%;}
.en footer .en-f-r{width: 50%;}
.en footer .en-foot-r{width: 50%;justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.en footer .en-f-l p{width: 100%;color: #fff;font-size: 16px;margin-bottom: 15px;height: auto;overflow: hidden;}
.en footer .en-f-l p i{background: url("../en_img/foot_ico1.png")center center no-repeat;width: 18px;height: 18px;display: inline-block;vertical-align: middle;margin-right: 10px;float: left;margin-top: 6px;}
.en footer .en-f-l p:nth-of-type(2) i{background: url("../en_img/foot_ico2.png")center center no-repeat;}
.en footer .en-f-l p:nth-of-type(3) i{background: url("../en_img/foot_ico3.png")center center no-repeat;}
.en footer .en-f-l p span{display: inline-block;width: calc(100% - 30px);float: right;line-height: 30px}
.en footer .en-f-r ul {justify-content: space-between; -webkit-justify-content: space-between;display: flex;display: -webkit-flex;display: -ms-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.en footer .en-f-r ul li{width:48%;text-align: center;display: inline-block}
.en footer .en-f-r ul li img{width: 90px;height: 90px;}
.en footer .en-f-r ul li p{font-size: 16px;color: #fff;line-height: 30px;margin-top: 20px;}
.en_top button { position:absolute; right:10px; top:25px; width:45px; height:24px;  line-height:10px;display: none; }
.en_top button span{    display: inline-block; margin: 2px 0; width: 100%; height: 4px; background: #fff}
.en_top .psearch{display: none;background: url("../en_img/search-ico2.png")center center no-repeat;width:25px;height:25px;position: absolute;right:70px;top:25px;}
.en .nybanner{height:275px}
.en .left_nav .subNav{height: auto;line-height: 26px;padding:20px 0}
.en .list-blue{background: #1b4495 url("../en_img/en_left_img.jpg")left bottom no-repeat}
.en .wrapper .list{background:url("../en_img/en_sub_bu.png")top center repeat-y;}
.en .left_nav .subNav{border-top:#9cf9ff 1px solid}
.en .left_nav .subNav:hover a{color: #9cf9ff}
.en .left_nav .currentDd a{color: #9cf9ff}
.en .list-list ul li:hover h2{color: #1b4495;}
.en .list-list ul li:hover p{font-weight: bold;color: #1b4495;}
.en .list-list ul li:hover h2:before{content: ""; background:#1b4495;}
.en .p_fun_d a:hover,.p_fun_d.thisclass a { background:#1b4495; color:#fff; }
.en .page .pb_sys_style1 .p_no_d{background-color:#1b4495;border:#1b4495 1px solid}
.en .list-teacher ul li div h2 span{color: #1b4495;}
.en .left_nav .subNav:nth-of-type(1){border-top: 0;}
.en .list-teacher ul li div h2{font-size:20px;}
.en .list-teacher ul li div h2 span{font-size:18px;}
.en .list-teacher ul li div p{font-size:14px}
@media screen and (max-width:1600px){
	.wrapper1600{width: 1500px;}
	.en footer .en-foot-r{width: 47%;}
}
@media screen and (max-width:1519px){
	.wrapper1600{width: 1400px;}
	.en footer .en-foot-r{width: 47%;}
	.en footer .en_logo a:nth-of-type(2) img{width: 66%;}
		.en_nav ul.nav_ul{width: 100%;}
	.en_nav ul.nav_ul li:hover > ul > li{height:auto;line-height: 26px;vertical-align: middle}
	.en_nav ul.nav_ul li > ul > li a{padding:10px 0;height: auto}

}
@media screen and (max-width:1440px){
    .wrapper{width: 92%;}
  .g-nav ul.nav_ul{width: 100%;}
  footer .wrapper{width: 92%;}
  .g-nav2 .scroll ul{width: 94%;}
  	.wrapper1600{width: 1300px;}
  	.en .list-teacher ul li div h2 span{margin-top: 5px;font-size: 16px;display: block;margin-left: 0;}
  	.en .list-teacher ul li div h5{margin-top: 10px;}
  	.en .list-teacher ul li div h3{margin-top: 5px;}
  	.en .list-teacher ul li div h4{margin:0 auto 5px auto;padding-bottom: 10px;}
  	.en .list-teacher ul li div p{margin-top: 5px;}

}
@media screen and (max-width:1368px){
  .wrapper{width: 92%;}
  .g-nav ul.nav_ul{width: 100%;}
  footer .wrapper{width: 92%;}
}
@media screen and (max-width:1280px){
  .part03-l dl dt .swiper-slide h2{font-size: 20px;}
  .p1-left{width: 50%;}
  .p1-right{width: calc(100% - 365px);}
  .list-notice ul li h2{width: 67%;}
  .list-notice ul li p{width: 12%;}
  .staff{width: 96%;}
  .staff .list-r{padding:40px 1.4%;width: 80%;}
  .list-teacher ul li{padding: 25px 1%;width:45%;}
  .wrapper1600{width: 1150px;}
  .en_logo{width:66%}
  .en_top_r{width:27%}
  .en footer .en_logo a:nth-of-type(2) img{width: 62%;}
}
@media screen and (max-width:1024px){
  .g-nav2 .scroll li h2{font-size: 18px;}
  .g-nav2 .scroll li .list h3{font-size: 16px;}
  .g-nav2 .scroll li .list dd{font-size: 14px;}
  .part01-l{width: 100%;}
  .part01-r{width: 100%;}
  .p1-left ul{text-align: center;}
  .p1-left ul li div{width: 79%;margin: 0 auto;}
  .p1-left ul li{display: inline-block;width:49%;margin: 0 auto;text-align: center}
  .p1-left ul li h2{width: 79%;margin: 0 auto;}
  .p1-left{width: 100%;}
  .p1-left ul li:nth-of-type(2){margin-top: 0;}
  .p1-right{margin-top: 40px;width: 100%;}
  .part01{padding-top: 20px;}
  .part02 ul li .xs_z h2{font-size: 18px;line-height:30px}
  .part02 ul li .xs_z p{font-size: 16px;}
  .part02-t{margin-top: 40px;}
  .part03 .wrapper{width: 96%;}
  .part03-l dl dt{margin-top: 40px;}
  .part03-l h1{font-size: 24px;}
  .part03-l dl dt .swiper-slide img{width: 150px;height: 150px;}
  .part03-l dl dt:hover .swiper-slide img{width: 170px;height: 170px;}
  .part03-l dl dt .swiper-slide h2{font-size: 16px;}
  .part03-l dl dt .swiper-slide p{font-size: 14px;}
  .part03-l dl dt{height:330px}
  .part03-l dl dt:hover{height:350px}
  .part04-l{width: 100%;}
  .part04-r{width: 100%;margin-top: 20px;}
  .part04-l ul {font-size: 0;}
  .part04-l ul li{width: 50%;display: inline-block}
  .part04-r ul li{text-align: center}
  .part03-l dl dt{margin-bottom:20px;}
  footer{height: auto;overflow: hidden}
  footer .foot-l{width: 100%;border-right: 0;}
  footer .foot-r{width: 100%;float: none;}
  .g-head .btn-list ul{display: none;}
  .list-r{width: 94%;padding:40px 3%;float: none;margin-top: 30px;}
  .list-l{margin:30px auto;float: none;background: #0789e4;width: 30%;min-height: 500px}
  .staff .list-r{width: 96%;padding:40px 2%;float: none;margin-top: 30px;}
  .sub .wrapper .list{background: none;}
  .list-blue{display: none;}
  .pinyin ul li{width: 9.3%;}
  .zhicheng ul li{width: 15%;margin:1% 2.3%;}
  .list-notice ul li p{margin-top: -20px;}
  .article_l{width: 100%;}
  .article_r{width: 98%;}
  .list-leader ul li img{left: 25px}
  .party .list-l{background: #a51a1f }
  .en_top button{display: block;top: 44px}
  .en_top .psearch{display: block;top: 46px}
	.en_top{display: block;border-bottom: 0;}
	.en_top_r{display: none;width: 50%;position: absolute;left: 0;top: 0;right: 0;margin: 0 auto}
	.en_lan{display: none}
	.en_form{width: 100%;}
	.en_nav{display: none}
	.en_nav li{width: 100%;}
	.en_top .en_logo{width: 100%;margin-top: 0;padding-top: 20px;}
	.en_nav ul.nav_ul li{width: 100%;}
	.wrapper1600{width: 92%;}
	.en_nav .wrapper1600{width: 100%;}
	.en_nav{height: auto;overflow: hidden}
	.en_nav ul.nav_ul li:hover ul{display: none}
	.three_k ul li div h2{padding: 25px 0;font-size: 18px;}
	.en footer .wrapper1600{display: block}
	.en footer .en-foot-l{width: 100%;}
	.en footer .en-foot-r{width: 100%;display: block}
	.three_k{margin:40px 0}
	.en footer{padding:20px 0}
	.en footer .en-foot-l p{display: none;}
	.en footer .en-f-l{width: 100%;margin: 30px auto}
	.en footer .en-f-r{width: 100%;}
	

}
@media  screen and (max-width:800px){
     .videos{width:640px;height:360px;margin-left:-320px;margin-top:-180px}
  .p1-right dl dt div h2{height: auto}
  .p1-left ul li div{width: 92%;}
  .p1-left ul li h2{width: 92%;}
  .g-nav{display: none;}
  .g-head:before{content: "";height: 120px;}
  .fixednav:before{content: "";height: 100px}
  .fixednav:after{content: "";height: 100px}
  .part02{height: auto;overflow: hidden}
  .part02 ul{display: block}
  .part02 ul li{width: 100%;margin: 40px auto;height: auto;overflow:hidden}
  .part02 ul li:nth-of-type(2n):before{content: "";display: none}
  .part03-l dl{display: block}
  .part03-l dl dt{width:70%;margin:30px auto}
  .part04-l ul li{width: 100%;margin:20px auto}
  .part04-r ul li img{width: 100%;}
  .g-nav2 .scroll ul{display: block;width:94%;}
  .g-nav2 .scroll li{width: 100%;padding-top: 0;border-bottom:#0739b2 1px solid;height: auto;line-height: 60px}
  .g-nav2 .scroll li h2 a{font-size: 18px;}
  .g-nav2 .scroll li:nth-of-type(1){margin-top: 130px;}
  .g-nav2 .scroll li .list{display: none}
  .g-nav2 .scroll li .list dl{font-size: 0;height: auto;overflow: hidden;margin:15px auto}
  .g-nav2 .scroll li .list dd{width: 25%;float: left;display:inline-block;}
  .g-nav2 .scroll li h2 {text-align: left;position: relative}
  .g-nav2 .scroll li h3 {text-align: left}
  .g-nav2 .scroll li h2.h2:after {
  content: "";
  background:url("../images/arrow_down.png")center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  background-size: 100% 100%
}
.g-nav2 .scroll li.on h2.h2:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
  .list-leader ul li{text-align: center;background:#e3edf5;}
  .list-leader ul li img{position: static;margin: 0 auto;text-align: center;margin-top: 10px;}
  .list-leader ul li div dl{float: none;width: 100%;}
  .list-leader ul li div{padding: 10px 20px}
  .list-leader ul li div p{text-align:left}
  .list-teacher ul li{width: 96%;padding:25px 2%}
  .nybanner h2{font-size: 28px;}
  .nybanner span{font-size: 24px;}
	.en_top .en_logo{width: 75%;}
	.en_top .en_logo a:nth-of-type(1) img{width:35%;}
	.en_top .en_logo a:nth-of-type(2) img{width:65%;}
}
@media  screen and (max-width:640px){
.videos{width:400px;height:225px;margin-left:-200px;margin-top:-112.5px}
  .p1-left ul li{width: 355px;}
  .p1-left ul li:nth-child(2){margin-top: 20px;}
  footer .foot-l ul li{width: 100%;margin-bottom: 20px;}
  footer .foot-l ul li p{width:49%;display: inline-block;}

}
@media  screen and (max-width:500px){
    .en_phone{display:block}
  .language{display: none}
  .fixednav a.logo{width: 265px;}
  .g-head a.logo{width: 250px;}
  .g-head .btn-list{right:82px}
  .g-head a.navA{right: 15px}
  .notice .notice-cate>li>.notice-list{width: 96%;position: static}
  .notice .notice-cate>li.active>.notice-list{padding: 20px 2% 0 2%}
  .notice .notice-cate>li>a{width: 100%;}
  .notice .notice-cate{width: 100%;}
  .part02-t{margin-top: 20px;}
  .part02-t h2{font-size: 28px;}
  .part02-t h2{width: 120px;font-size: 16px;}
  .part03-l dl dt{width: 90%;}
  .part03-l dl dt .swiper-slide img{margin-right: 10px;}
  .part03-l dl dt .swiper-slide h2{width: 94%;margin-left:4%;}
  .part03-l dl dt .swiper-slide p{width: 94%;margin-left:4%;}
  .part03-l dl dt:hover .swiper-button-next2{right: 10px}
  .part03-l dl dt:hover .swiper-button-prev2{right: 56px}
  .part03-l dl dt:hover .swiper-button-next3{right: 10px}
  .part03-l dl dt:hover .swiper-button-prev3{right: 56px}
  .part03-l dl dt:hover .swiper-button-next4{right: 10px}
  .part03-l dl dt:hover .swiper-button-prev4{right: 56px}
  .part03-l span{left: 4%;}
  .part02 ul li .xs_z h2{font-size: 16px;}
  .part02-t span{width: 120px;font-size: 16px;}

  .part02-t h2{font-size: 22px;margin-top:7px;}
  .part04-r ul li span{width:60px;height: 60px;background-size: 100% 100%;top: 40%}
  .flogo{width: 90%;margin: 0 auto;text-align: center}
  .flogo img{width: 100%;}
  footer .foot-r-l{width: 100%;float: none;}
  .copyright{display: none;}
  footer .foot-r-r{float: none;text-align: center;width: 100%;margin-top: 20px;}
  footer .foot-r ul{font-size: 0;}
  footer .foot-r ul li{display: inline-block;width: 50%;}
  .part04-l ul li{height: 150px;}
  .part04-l ul li i{width: 122px;height: 122px;}
  .part04-l ul li img{width: 40px;height: 40px;}
  .part04-l ul li p{font-size: 16px;}
  .part04-l ul li.active{background-size:100% 100%;}
  .nybanner{height: 300px;}
  .wrapper{width: 94%;}
  .nybanner .wrapper{bottom:20px}
  .nybanner h2{width: 100%;}
  .nybanner span{margin-left: 0;font-size: 20px;}
  .list-list ul li p{width: 25%;}
  .list-list ul li h2{width: 75%;}
  .list-block-k ul li p{width: 25%;}
  .list-block-k ul li h2{width: 75%;}
  .list-notice ul li h2{width: 75%;}
  .list-notice ul li i{display: none;}
  .fck img{width: 100% !important;height:100% !important;}
  .nybanner img{width: 100%;height: 100%;object-fit: cover;}
  .pinyin ul li{width: 10.4%}
  .list-teacher ul li {text-align: center;height:auto;overflow: hidden;padding:15px 6%;width: 88%}
  .list-teacher ul li img{float: none;}
  .list-teacher ul li div{width: 100%;float:none;margin-top:10px;}
  .list-l{width: 80%}
  .zhicheng ul li{width: 28%;margin: 2% 2.3%}
  .mbx{ height: auto;line-height: 30px;overflow: hidden;padding: 10px 0}
  .list-list ul li h2{width: 100%}
  .list-list ul li p{display: none;}
  .list-block-k ul li h2{width: 100%}
  .list-block-k ul li p{display: none;}
	.en_top .en_logo a:nth-of-type(2) img{width:55%;}
	.en_top{height: auto;overflow: hidden;padding-bottom: 20px;}
	.en_top .psearch{top: 24px;}
	.en_top button{top: 22px}
	.en footer .en_logo a:nth-of-type(1) img{width: 35%;}
	.three_k ul{display: block;}
	.three_k{margin: 10px auto}
	.three_k ul li{width: 100%;margin: 10px auto}
	.en_top_r{right: auto;width: 60%;}
	

}
@media  screen and (max-width:400px){
  .g-head a.logo{width: 250px;}
  .fixednav a.logo{width: 250px;}
  
  
}
@media  screen and (max-width:375px){
.videos{width:320px;height:180px;margin-left:-160px;margin-top:-90px}
  .g-head .btn-list{right:70px}
  .g-head a.logo{width: 240px;}
  .fixednav a.logo{width: 240px;}
  .g-head a.navA{right: 15px;top:40px; width: 40px;height: 40px;}
  .fixednav a.navA{top: 30px;}
  .p1-left ul li{width: 100%;}
  .p1-left ul li div{width: 100%;}
  .p1-left ul li h2{width: 100%;}
  .part04-l ul li i{width: 115px;height: 115px;}
}
@media  screen and (max-width:360px){
  .g-head a.logo{width: 230px;}
  .fixednav a.logo{width: 230px;}
  .g-head .btn-list{right:68px}
  .part04-l ul li i{width: 113px;height: 113px;}
}

  
  
  
  