@charset "UTF-8";
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  .input, .g-head .btn-list  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;
}
.cl
{
font-color:white;
}
.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,   .name, .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 {
  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,   .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;
}


.justifyCenter, .index-flow .container .video i, .index-admissions .dots, .index-admissions .list dl, .index-news .col-2 .arrow .dots, .index-news .col-2 .list li .title, .index-flash .btn, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}


.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}


.flexBetween, .index-news .col-2 .arrow, .index-news, .g-foot .info,.index-zhuanlan {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}


.flexWrap, .foot-link .list ul, .index-flow .img-list li a .layer, .index-flow .img-list ul, .index-admissions .list dl, .index-news,  .hot-words ul, .g-foot .info div, .g-foot .list ul,.index-zhuanlan {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}


.bsBox {
  box-sizing: content-box;
}


.p-ico, .index-flow .container .video i, .index-flow .container .list a i, .index-events .list-wrapper dd.li-dd dl.info em,   {
  font-size: 0.2rem;
}



.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.p-layer.show {
  opacity: 1;
  visibility: visible;
}


.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


html {
  font-size: 100px;
}


body {
  font-size: 0.14rem;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;
}
body.hidden {
  overflow: hidden;
}


a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #41086c;
  outline: none;
}


li {
  list-style: outside none;
}


h1 {
  font-size: 16px;
}


h2, h3, h4, h5 {
  font-size: 14px;
}


h5 {
  font-size: 0.12rem;
}


textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}


img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}


.fl {
  float: left;
}


.fr {
  float: right;
}


.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}


.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}


.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}


.wal {
  max-width: 13.2rem;
  margin: 0 auto;
}



.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0.05rem;
  width: 100%;
}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 1.38rem;
  background:url(../images/head-bg16.png) center repeat-x;
  background-size: auto 99%;
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 0.05rem;
  background:url(../images/head-bg2.jpg) center repeat-x;
  background-size: 100% 100%;
}
.g-head .wal {
  min-height: 1.1rem;
  position: relative;
  max-width: 100%;
  margin: 0 0.4rem;
}
.g-head a.logo {
  display: block;
  background:url(../images/logo.png) center no-repeat;
  background-size: 100%;
  width: 5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0;
  bottom: auto;
  height: 0.53rem;
  font-size: 0.12rem;
  color: #fff;
}
.g-head .btn-list a {
  color: #fff;
}
.g-head .btn-list ul {
  margin-right: 0.2rem;
}
.g-head .btn-list ul li {
  padding-left: 0.14rem;
}
.g-head .btn-list ul a {
  display: block;
  opacity: 0.75;
}
.g-head .btn-list ul a:hover {
  opacity: 1;
}
.g-head .btn-list .language {
  border-left: rgba(255, 255, 255, 0.37) solid 1px;
}
.g-head .btn-list .language .name {
  height: 0.16rem;
  opacity: 0.75;
  padding: 0 0.25rem 0 0.21rem;
}
.g-head .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.14rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-head .btn-list .language .name:hover {
  opacity: 1;
}
.g-head .btn-list  {
  width: 0.2rem;
  height: 0.4rem;
  position: relative;
  z-index: 20;
}
.g-head .btn-list  .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.4rem;
}
.g-head .btn-list  .btn input {
  width: 100%;
  height: 0.4rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  display: none;
}
.g-head .btn-list  .btn:hover {
  opacity: 1;
}
.g-head .btn-list  .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0;
  bottom: auto;
  height: 0.4rem;
  width: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.g-head .btn-list  .input input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  padding: 0 0.12rem;
}
.g-head .btn-list .on .btn {
  color: #41086c;
}
.g-head .btn-list .on .btn input {
  display: block;
}
.g-head .btn-list .on .input {
  width: 3rem;
  opacity: 1;
  visibility: visible;
}
.g-head a.navA {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.4rem;
  top: 0;
  bottom: auto;
  background-size: 100% 100%;
  width: 1rem;
  height: 0.8rem;
}
.g-head a.navA:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  background:url(../images/navA.png) center no-repeat;
  background-size: 0.31rem;
}
.searchbox{
 line-height:0.62rem;
 height:0.62rem;
/*margin-top:0.2rem;*/
}
.search_btn{
 width:0.2rem;
 position: absolute;
 right:0.05rem;
}
.ss{
 width:1.2rem;
 height:0.3rem;
 border:none;
 border-radius:0.2rem;
 border:#fff 0.01rem solid;
 padding-left:0.1rem;
 font-size: 0.14rem;
}



.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.01rem;
  top: 0.2rem;
  bottom: auto;
}
.g-nav li {
  position: relative;
  margin-left: 0.3rem;
}
.g-nav a.name {
  display: block;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  color: #fff;
  padding-right: 0rem;
  position: relative;
  font-weight:bold;
  font-family:"微软雅黑";
}
.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: 100%;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 1.3rem;
  margin-left: -1rem;
  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: #41086c solid 0.04rem;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.48rem;
  color: #41086c;
}
.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:#333;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.8rem;
  bottom: 0;
  overflow-y: auto;
}
.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}
.g-nav2 .scroll li {
  width: 14.285%;
  text-align: center;
  padding-top: 0.45rem;
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: 0.22rem;
}
.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: 0.17rem;
  line-height: 0.36rem;
}
.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.12rem;
  line-height: 0.3rem;
  opacity: 0.65;
}
.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}


.g-foot {
  position: relative;
  color: #fff;
  font-size: 0.12rem;
  background: #3E3A39;
}
.g-foot a {
  color: #fff;
}
.g-foot .wal {
  min-height: 3rem;
  position: relative;
  z-index: 2;
}
.g-foot .logo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0.46rem;
  bottom: auto;
}
.g-foot .list {
  position: absolute;
  z-index: 1;
  top: 1.4rem;
  bottom: auto;
  width: 5rem;
}
.g-foot .list li {
  height: 0.24rem;
  padding-right: 0.2rem;
}
.g-foot .list li .p-ico, .g-foot .list li .index-flow .container .video i, .index-flow .container .video .g-foot .list li i, .g-foot .index-flow .container .list li a i, .index-flow .container .g-foot .list li a i, .g-foot .index-flow .container .list a li i, .index-flow .container .g-foot .list a li i, .g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em, .index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em, .g-foot .list  ,   .g-foot .list li a i {
  font-size: 0.14rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.g-foot .info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0.69rem;
  border-top: rgba(255, 255, 255, 0.27) solid 1px;
}
.g-foot .info div p {
  opacity: 0.36;
  line-height: 0.45rem;
  padding-right: 0.12rem;
}
.g-foot .info {
  height: 0.45rem;
}
.ewm{
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0.6rem;
  bottom: auto;
}
.ewm p {
  text-align: center;
  color: #fff;
  padding-top: 0.14rem;
}


@media screen and (max-width: 1840px) {
  .g-foot:before {
    left: 0.4rem;
  }
  .g-foot:after {
    left: 0.8rem;
  }
}
@media screen and (min-width: 1930px) {
  .g-foot:before {
    left: 50%;
    margin-left: -9.4rem;
  }
  .g-foot:after {
    left: 50%;
    margin-left: -8.9rem;
  }
}
body.navShow {
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  height: 1.1rem;
}
body.navShow .g-head a.navA:after {
  background-image:url(../images/img31.png);
}
body.navShow .g-nav {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-nav2 {
  opacity: 1;
  visibility: visible;
}



.index-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.index-video video, .index-video img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  transform: translate(-50%, -50%);
}
.index-video .btn {
  background: url("../image/btn42.png") center no-repeat;
  background-size: cover;
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.3rem;
  top: auto;
  bottom: 0.9rem;
  cursor: pointer;
}


.index-events{
 min-height:7rem;
 margin-bottom:0.6rem;
}
.index-events-left{
    max-width: 48%;
 float:left;
}
.index-events-right{
    max-width: 48%;
 float:right;
}
.index-events .list{
    font-size: 0.17rem;
    line-height: 0.26rem;
    font-weight: bold;
}
.index-events .list li{
    border-bottom: #E2E2E2 solid 1px;
 padding:0.2rem 0;
}
.index-events .list li a{
 line-height:0.3rem;
}
.index-events .list span{
    color: #808080;
 font-weight:normal;
 padding-left:0rem;
}
.index-events .title {
  padding-left:0.2rem;
  position: relative;
  color: #000;
  font-size: 0.18rem;
  text-transform: uppercase;
  line-height: 1em;
}
.index-events .title h2 {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: 0.06rem;
}
.tiao{
 width:0.05rem;
 height:0.5rem;
 background: #41086c;
 float:left;
}
.events-head{
 padding:0.2rem 0;
}



.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-flash li {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-flash li video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit:cover;
}
.index-flash li video:focus{outline:none;  }
.index-flash li .video-btn {
  background: url("../image/btn108.png") center no-repeat;
  background-size: 100%;
  width: 1.08rem;
  height: 1.08rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-left: -0.54rem;
  margin-top: -0.54rem;
  cursor: pointer;
  opacity: 0;
}
.index-flash li .img a {
  position: relative;
  display: block;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.index-flash li .img a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("../image/bg20.png") center bottom repeat-x;
  background-size: auto 5.19rem;
}
.index-flash li .img a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.index-flash li .name a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1.1rem;
  font-size: 0.24rem;
  padding: 0 0.3rem;
  height: 1.3em;
  line-height: 1.3em;
}
.index-flash .btn {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1.6rem;
}
.index-flash .btn .dots span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.78);
  opacity: 1; 
}
.index-flash .btn .dots span.swiper-pagination-bullet-active {
  background: #dcc55a;
}
.index-flash .btn a {
  font-size: 12px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  border-left: rgba(255, 255, 255, 0.65) solid 1px;
  margin-left: 12px;
  padding-left: 17px;
}
.index-flash .btn a:hover {
  color: #dcc55a;
}
.index-flash .arrow a {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -0.26rem;
  opacity: 0;
}
.index-flash .arrow a.prev {
    z-index:99;
  left: 0.28rem;
  background-image: url("../images/prev53_2.png");
}
.index-flash .arrow a.next {
z-index:99;
  right: 0.28rem;
  background-image: url("../images/next53_2.png");
}
.index-flash:hover .arrow a {
  opacity: 0.5;
}
.index-flash:hover .arrow a:hover {
  opacity: 1;
}


.index-flash-vertical li video {
  width: auto;
  height: 100%;
}
.index-flash-vertical li .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.index-news{

  padding-top:1rem;
}
.index-news .col-1 {
    width: 100%;
    padding-bottom: 1rem;
}

.index-news .col-1 {
  width: 2.8rem;
}
.index-news .col-1 .title {
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #666;
  padding-top: 0.15rem;
  line-height: 0.45rem;
}
.index-news .col-1 .title span {
  padding-left: 0.1rem;
}
.index-news .col-1 li {
  border-bottom: #E2E2E2 solid 1px;
}
.index-news .col-1 li:last-child {
  /*border: 0;*/
}
.index-news .col-1 li a {
  display: block;
  color: #000;
}
.index-news .col-1 li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -0.08rem;
}
.index-news .col-1 li a .img img {
  width: 100%;
}
.index-news .col-1 li a .name {
  font-size: 0.17rem;
  line-height: 0.26rem;
  font-weight: bold;
  padding: 0.25rem 0;
}
.index-news .col-1 li a:hover {
  color: #41086c;
}
.index-news .col-1 li a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-news .col-2 {
  width: 6.71rem;
  position: relative;
  min-height: 7.2rem;
}
.index-news .col-2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #D6D6D6 solid 1px;
}


.index-news .col-2 .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-news .col-2 .list li {
  text-align: center;
}
.index-news .col-2 .list li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-news .col-2 .list li .img img {
  width: 100%;
}
.index-news .col-2 .list li .img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-news .col-2 .list li .title {
  color: #41086c;
  font-size: 0.12rem;
  padding-top: 0.22rem;
  text-transform: uppercase;
  line-height: 1em;
}
.index-news .col-2 .list li .title:before, .index-news .col-2 .list li .title:after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  width: 0.15rem;
  height: 1px;
  background: #41086c;
  opacity: 0.64;
  margin: 0 0.15rem;
}
.index-news .col-2 .list li .title span {
  padding-left: 0.1rem;
}
.index-news .col-2 .list li .name a {
  display: block;
  margin:0 auto;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #555;
  padding: 0.15rem 0.55rem 0.2rem 0.55rem;
}
.index-news .col-2 .list li .name a:hover {
  color: #41086c;
}
.index-news .col-2 .list li p {
  font-size: 0.13rem;
  line-height: 0.22rem;
  padding: 0 0.8rem;
  color: #888;
}
.index-news .col-2 .arrow {
  position: absolute;
  z-index: 1;
  left: 0.6rem;
  right: 0.6rem;
  top: auto;
  bottom: 0.35rem;
}
.index-news .col-2 .arrow a {
  width: 0.58rem;
  height: 0.3rem;
  background: center no-repeat;
  background-size: 100%;
}
.index-news .col-2 .arrow a.prev {
  background-image:url(../images/prev58.png);
}
.index-news .col-2 .arrow a.next {
  background-image:url(../images/next58.png);
}
.index-news .col-2 .arrow .dots span {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
  background: #9D9D9D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index-news .col-2 .arrow .dots span.swiper-pagination-bullet-active {
  background: #41086c;
}
.talks-date{
    width: 0.7rem;
    min-height: 0.8rem;
 border:#41086c 0.01rem solid;
    display: inline-block;
    float: left;
    margin-right: 0.2rem;
}
.talks-date span{
    text-align: center;
    color: #41086c;
 display:block;
}
.talks-day{
 font-size:0.4rem;
}
.talks{
 padding:0 !important
}
.talkscon li{
 padding:0.215rem 0;
min-height:110px;
}


.index-admissions {
  background:url(../images/bg3.jpg) no-repeat;
  min-height: 9rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.index-admissions .title {
  padding: 1.05rem 0 0.2rem 0;
  position: relative;
  color: #000;
  font-size: 0.18rem;
  text-transform: uppercase;
  line-height: 1em;
}
.index-admissions .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.34rem;
  width: 0.68rem;
  height: 0.04rem;
  background: #41086c;
}
.index-admissions .title h2 {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: 0.06rem;
}
.index-admissions .content {
  line-height: 0.26rem;
  color: #929292;
  padding: 0.3rem 0 0.35rem 0;
  max-width: 6.02rem;
  margin: 0 auto;
}
.index-admissions .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-admissions .list dd {
  width: 20%;
  max-width: 2.23rem;
  padding:0 0.05rem;
}
.index-admissions .list dd .ico {
  width: 1.22rem;
  margin: 0 auto;
}
.index-admissions .list dd .info {
  font-size: 0.12rem;
  color: #000;
  padding: 0.2rem 0 0 0.1rem;
}
.index-admissions .list dd .info b {
  font-size: 0.3rem;
  color: #41086c;
}
.index-admissions .list dd p {
   font-size: 0.18rem;
  padding-top: 0.05rem;
  line-height: 0.18rem;
  color: #929292;
}
.index-admissions .dots {
  padding: 0.3rem 0 0.5rem 0;
}
.index-admissions .dots span {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
  background: #9D9D9D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index-admissions .dots span.swiper-pagination-bullet-active {
  background: #41086c;
}


.index-flow {
  position: relative;
  margin-top:2rem;
}
.index-flow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.6rem;
  right: 0;
  background:url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
  height: 4.6rem;
}
.index-flow .container {
  margin-top: -0.93rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}
.index-flow .container .list {
  width: 3.19rem;
  height: 5.63rem;
  flex-shrink: 0;
  background:#EBEBEB;
  background-size: 100% 100%;
  padding: 0.5rem 0.5rem 0 0.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: auto;
  bottom: 1rem;
}
.index-flow li{
  border-bottom: #B3B3B3 solid 1px;
  padding: 0.25rem 0;
  height:1.2rem;
}
.index-flow .container .list li a {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 0.3rem;
  position: relative;
  font-size: 0.18rem;
  width:1.9rem;
  float:left;overflow: hidden;
}
.index-flow span{
    display: block;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.5rem;
    float: left;
    line-height: 0.6rem;
}
.title01{
 text-align: center;
 padding-bottom:0.1rem;
}
.index-flow .container .list a:hover {
  color: #41086c;
}
.index-flow .container .video {
  width: 10.01rem;
  position: relative;
  margin-left: auto;
}
.index-flow .container .video i {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-style: normal;
  font-size: 0.82rem;
  color: #41086c;
  cursor: pointer;
}
.index-flow .title {
  padding: 0.35rem 0 0.45rem 0;
  position: relative;
  font-size: 0.18rem;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  z-index: 5;
}
.index-flow .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.45rem;
  height: 0.03rem;
  background: #EE9640;
}
.index-flow .title a.more {
  display: block;
  color: #fff;
  border-bottom: #fff solid 2px;
  position: absolute;
  z-index: 1;
  left: 4.15rem;
  right: auto;
  top: 0.63rem;
  bottom: auto;
  line-height: 26px;
  padding: 0 5px;
  font-size: 12px;
}
.index-flow .title a.more:hover {
  color: #EE9640;
  border-color: #EE9640;
}
.index-flow .title h2 {
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: 0.06rem;
}
.index-flow .title dl {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0.45rem;
}
.index-flow .title dl dd {
  margin-left: 0.2rem;
  position: relative;
}
.index-flow .title dl dd a {
  display: block;
  width: 0.56rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  position: relative;
  z-index: 2;
}
.index-flow .title dl dd a:hover {
  background: #41086c;
}
.index-flow .title dl dd .layer {
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  width: 2.47rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  margin-left: -2rem;
  margin-top: 0;
  padding: 0.18rem 0.2rem;
  opacity: 0;
  visibility: hidden;
}
.index-flow .title dl dd .layer:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.06rem;
  right: 0.35rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.index-flow .title dl dd .layer .ewm {
  width: 50%;
  text-align: center;
}
.index-flow .title dl dd .layer .ewm img {
  width: 1rem;
}
.index-flow .title dl dd .layer .ewm .name {
  font-size: 12px;
  padding-top: 0.03rem;
  color: #727084;
}
.index-flow .title dl dd:hover a {
  background: #41086c;
}
.index-flow .title dl dd:hover .layer {
  margin-top: 0.18rem;
  opacity: 1;
  visibility: visible;
}
.index-flow .img-list {
  max-width: 18.4rem;
  margin: 0 auto;
  padding: 0 0.4rem;
  position: relative;
}
.index-flow .img-list li {
  width: 25%;
}
.index-flow .img-list li a {
  display: block;
  position: relative;
}
.index-flow .img-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("../image/bg10.png") center repeat-x;
  background-size: auto 100%;
}
.index-flow .img-list li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-flow .img-list li a .img img {
  width: 100%;
}
.index-flow .img-list li a .layer {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 0 0.4rem;
  color: #fff;
}
.index-flow .img-list li a .layer .time {
  font-size: 0.12rem;
  opacity: 0.6;
}
.index-flow .img-list li a .layer p {
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-top: 0.02rem;
  max-height: 1.04rem;
  overflow: hidden;
}
.index-flow .img-list li a .layer .info {
  border-bottom: #EE9640 solid 0.07rem;
  font-size: 0.14rem;
  padding: 0.2rem 0;
}
.index-flow .img-list li a .layer .info img {
  height: 0.21rem;
  margin-right: 0.1rem;
}
.index-flow .img-list li a .layer .info-2 {
  border-color: #47D800;
}
.index-flow .img-list li a:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-flow .img-list li.li_01 {
  width: 50%;
}
.index-flow .img-list li a .layer .info-3 {
 border-color: #ef01fe; 
}
.index-flow .img-list li a .layer .info-4 {
 border-color: #00e9ff; 
}



.fga{
 color:#fff；
}
.fga:hover{
 color:#ee9640；
}
.index-admissions .dots,.index-admissions .list{    
    z-index:10;
}
.g-head .btn-list  .input input{
 width: 88%;
}
.pageTips .container a.close{
 display:none !important
}



.index-zhuanlan{
 top:-0.8rem;
 bottom:auto;
}
.index-zhuanlan li{
 float:left;
}
.index-zhuanlan li img{
 width:2.2rem;
}
.downli{
    position: relative;
    top: -0.5rem;
}




.main-con{
     padding: 4.1rem 0 2rem 0;
 font-size:0.16rem;
 width: 100%;
 min-height:15rem;
}


.sbu_leftWrap {
 width:16%;
    float: left;
}


.sub_left {
    border:0.01rem solid #41086c;
}


.sub_title {
    width: 100%;
    overflow: hidden;
    height: 0.7rem;
}


.sub_t01 h2 {
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #41086c;
}


.sub_left h2 {
    font-size: 0.2rem;
    background: #41086c;
    text-align: center;
}


.sub_left h2 a {
    color: #fff;
}


.sub_left li {
    text-align: center;
    position: relative;
}


.sub_left li a {
    padding: 0.15rem 0.2rem;
    text-align: center;
    border-bottom: 0.01rem solid #ccc;
    display: block;
}


.sub_left li a:hover, .sub_left li a.active {
    font-weight: bold;
    border-bottom: 0.02rem solid #41086c;
    color: #41086c;
}


.form_con{
 width:80%;
 float:right;
}


.con_neirong{
 padding:0.5rem 0;
}


.title_neirong2{
 text-align:center;
}


.title_neirong2 h2{
 font-size:0.24rem;
 font-weight:bold;
}


.title_neirong3{
    background-color: #f0e2f2;
    height: 0.3rem;
    line-height: 0.3rem;
    margin: 0 auto;
    margin-top: 0.25rem;
 font-weight: bold;
}
  
.ming_box{
 float: left;
    width: 100%;
    padding: 0.2rem 0;
}


.ming_box ul{
 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.ming_box ul li{
 width: 97%;
 display: flex;
    justify-content: start;
    flex-wrap: wrap;
 padding: 0.25rem 0;
    border-bottom: 0.01rem solid #e5e5e5;
}


.ming_box ul li h3{
 color: #41086c;
       display: inline-block;
    position: relative;
 font-size:0.18rem;
 font-weight:bold;
}


.ming_box ul li p a{
 display:block;
 float:left;
 margin-right:0.3rem;
}


.triangle-down{
    width: 0;
    height: 0;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: 0.12rem solid #41086c;
}


.list_box2{
    border-bottom:0.01rem solid #e5e5e5;
 padding:0.2rem 0;
}
.list_box2 li{
 height:0.6rem;
 line-height:0.6rem;
}


.list_box2 li span{
 color:#41086c;
    margin-right:0.2rem;
}


.list_box3 p{
 line-height:0.4rem;
 text-indent:2em;
 padding:0.2rem 0;
}


.newspic{
 padding-top:0.3rem;
}


.newspic img{
 width:70%;
    display: table-cell; 
    margin:0 auto;
}


.line{
 width:100%;
 height:0.01rem;
 background-color:#E2E2E2;
 margin:0.5rem 0;
}


.digg {
 width:5.8rem;
 height:0.3rem;
 float:right;
 padding:0.5rem 0 0.2rem 0;
} 
.digg a {
 width:0.26rem;
 height:0.26rem;
 display:block;
 color:#000;
}
.digg a:hover {
 border:none;
 color:#41086c;
} 
.digg li{
 width:0.26rem;
 height:0.26rem;
 line-height:0.26rem;
 margin:0 0.08rem;
 margin-right: -0.01rem;
 float:left;
 text-align:center;
}
.digg input{
 width:0.26rem;
 border:0.01rem solid #c9c9ca;
 font-size:0.16rem;
}
.diggxuma{
 height:0.3rem;
 line-height:0.3rem;
 border:0.01rem solid #CCC;
 text-align:center;
}
.diggqd{
 width:0.5rem!important;
 background-color:#41086c;
 height:0.3rem!important;
 border:none!important;
 color:#FFF;
}
.dig-active{
 color:#999!important;
}



.listNav_content {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.listNav_content h5 {
    text-align: center;
}
.listNav_content p {
    text-indent: 2em;
}