@charset "utf-8";
body.show a, body.show .transition, body.show .g-head .btn-list, .g-head body.show .btn-list, body.show .g-head .btn-list .search .input, .g-head .btn-list .search body.show .input, body.show .g-nav, body.show .g-nav2, body.show .index-flow .title dl dd .layer, .index-flow .title dl dd body.show .layer, 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, .p-layer, .g-head .btn-list, .g-head .btn-list ul, .g-head .btn-list .language .name, .g-nav ul, .g-nav2 .scroll ul, .g-foot .list li, .g-foot .info, .g-foot .info .tel, .index-flash .btn, .index-flash .btn .dots, .index-search .hot-words, .index-search .search-result .name, .index-news .col-2 .list li .title, .index-news .col-2 .arrow, .index-news .col-2 .arrow .dots, .index-events .wal, .index-events .wal .arrow, .index-events .list-wrapper dl.ul-dl, .index-events .list-wrapper dd.li-dd dl.info dd, .index-admissions .dots, .index-flow .container .video i, .index-flow .title dl, .index-flow .title dl dd .layer, .index-flow .img-list li a .layer .info {
  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, .p-layer, .g-head .btn-list, .g-head .btn-list .language .name, .g-foot .list li, .g-foot .info .tel, .index-flash .btn, .index-search .search-result .name, .index-news .col-2 .list li .title, .index-news .col-2 .arrow, .index-events .wal, .index-events .list-wrapper dd.li-dd dl.info dd, .index-flow .container .video i, .index-flow .img-list li a .layer .info {
  align-items: center;
  -webkit-align-items: center;
}
.justifyCenter, .p-layer, .index-flash .btn, .index-news .col-2 .list li .title, .index-news .col-2 .arrow .dots, .index-admissions .list dl, .index-admissions .dots, .index-flow .container .video i {
  justify-content: center;
  -webkit-justify-content: center;
}
.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flexBetween, .g-foot .info, .index-news, .index-news .col-2 .arrow {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexWrap, .g-foot .list ul, .g-foot .info div, .index-search .hot-words ul, .index-news, .index-admissions .list dl, .index-flow .img-list ul, .index-flow .img-list li a .layer, .foot-link .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.bsBox {
  box-sizing: content-box;
}
.p-ico, .index-search .search-result li a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-flow .container .list a i, .index-flow .container .video i {
  font-family: 'icon';
  font-size: .2rem;
}
.p-more {
  display: inline-block;
  font-size: .12rem;
  color: #2580ac;
  padding: 0 .05rem;
  line-height: .25rem;
  border-bottom: #2580ac solid 0.02rem;
}
.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("../images/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("../images/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: .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: #2580ac;
  outline: none;
}
li {
  list-style: outside none;
}
h1 {
  font-size: 16px;
}
h2, h3, h4, h5 {
  font-size: 14px;
}
h5 {
  font-size: .12rem;
}
textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}
em {
  font-style: normal;
}
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;
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.eot") format("embedded-opentype"), url("../fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("../../fonts/sourcesanspro-bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/sourcesanspro-bold.ttf") format("truetype"), url("../fonts/sourcesanspro-bold.eot") format("embedded-opentype"), url("../fonts/sourcesanspro-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../../fonts/sourcesanspro-regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/sourcesanspro-regular.ttf") format("truetype"), url("../fonts/sourcesanspro-regular.eot") format("embedded-opentype"), url("../fonts/sourcesanspro-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*-------------------------*/
.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: -.05rem;
  right: 0;
  height: 1.38rem;
  background: url("../images/head-bg.png") center repeat-x;
  background-size: auto 99%;
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -.05rem;
  right: 0;
  height: .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 .4rem;
}
.g-head a.logo {
  display: block;
  background: url("../images/logo.png") center no-repeat;
  background-size: 100%;
  width: 6.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: .53rem;
  font-size: .12rem;
  color: #fff;
}
.g-head .btn-list a {
  color: #fff;
}
.g-head .btn-list ul {
  margin-right: .2rem;
}
.g-head .btn-list ul li {
  padding-left: .14rem;
}
.g-head .btn-list ul a {
  display: block;
  opacity: .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: .16rem;
  opacity: .75;
  padding: 0 .25rem 0 .21rem;
}
.g-head .btn-list .language .name i {
  flex-shrink: 0;
  font-size: .14rem;
  margin-right: .1rem;
  font-style: normal;
}
.g-head .btn-list .language .name:hover {
  opacity: 1;
}
.g-head .btn-list .search {
  width: .2rem;
  height: .4rem;
  position: relative;
  z-index: 20;
}
.g-head .btn-list .search .btn {
  font-size: .18rem;
  opacity: .75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: .4rem;
}
.g-head .btn-list .search .btn input {
  width: 100%;
  height: .4rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.g-head .btn-list .search .btn:hover {
  opacity: 1;
}
.g-head .btn-list .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0;
  bottom: auto;
  height: .4rem;
  width: .2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.g-head .btn-list .search .input input {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  font-size: .14rem;
  padding: 0 .12rem;
}
.g-head .btn-list .search:hover .btn {
  color: #2580ac;
}
.g-head .btn-list .search:hover .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: url("../images/img100.png") center no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: .8rem;
}
.g-head a.navA:after {
  content: "";
  display: block;
  position: absolute;
  left: .1rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/nava.png") center no-repeat;
  background-size: .31rem;
}
.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0.35rem;
  bottom: auto;
}
.g-nav li {
  position: relative;
  margin-left: .32rem;
}
.g-nav a.name {
  display: block;
  height: .62rem;
  line-height: .62rem;
  font-size: .18rem;
  color: #fff;
  font-weight: bold;
  padding-right: .2rem;
  position: relative;
}
.g-nav a.name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: .2rem;
  height: .02rem;
  background: #e2ca5b;
  margin-top: -.12rem;
  opacity: 0;
}
.g-nav a.name em {
  display: block;
  margin-right: -.2rem;
  padding-right: .2rem;
  position: relative;
}
.g-nav a.name em:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .12rem;
  font-family: 'icon';
 content: "\EAED";
}
.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: 50%;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 2rem;
  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: #EE9640 solid .04rem;
  padding: .2rem 0;
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: .17rem;
  line-height: .48rem;
  color: #2580ac;
}
.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/nav-bg.jpg") center no-repeat;
  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: .45rem;
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: .22rem;
}
.g-nav2 .scroll li .list {
  padding: .2rem 0;
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: .17rem;
  line-height: .36rem;
}
.g-nav2 .scroll li .list dl {
  padding-bottom: .2rem;
}
.g-nav2 .scroll li .list dd {
  font-size: .12rem;
  line-height: .3rem;
  opacity: .65;
}
.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}
.g-foot {
  position: relative;
  color: #fff;
  font-size: .12rem;
}
.g-foot a {
  color: #fff;
}
.g-foot:before {
  content: "";
  display: block;
  position: absolute;
  left: 4.5%;
  bottom: 0;
  right: 0;
  height: 1.92rem;
  background: #C6CFD7;
}
.g-foot:after {
  content: "";
  display: block;
  position: absolute;
  left: 7.1%;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #4B0C77;
}
.g-foot .wal {
  min-height: 2.35rem;
  position: relative;
  z-index: 2;
}
.g-foot .logo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0.46rem;
  bottom: auto;
  width: 1.8rem;
}
.g-foot .list {
  position: absolute;
  z-index: 1;
  left: 2.3rem;
  right: auto;
  top: 0.5rem;
  bottom: auto;
  width: 3.5rem;
}
.g-foot .list li {
  height: .24rem;
  padding-right: .2rem;
}
.g-foot .list li .p-ico, .g-foot .list .index-search .search-result li a i, .index-search .search-result .g-foot .list li a 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 .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-flow .container .video i, .index-flow .container .video .g-foot .list li i {
  font-size: .14rem;
  margin-right: .1rem;
  flex-shrink: 0;
}
.g-foot .info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: .69rem;
  border-top: rgba(255, 255, 255, 0.27) solid 1px;
}
.g-foot .info div p {
  opacity: .36;
  line-height: .45rem;
  padding-right: .12rem;
}
.g-foot .info .tel {
  height: .45rem;
}
.g-foot .info .tel i {
  font-size: .14rem;
  margin-right: .08rem;
  font-style: normal;
}
@media screen and (max-width: 1840px) {
  .g-foot:before {
    left: .4rem;
  }
  .g-foot:after {
    left: .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*/
.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("../images/btn42.png") center no-repeat;
  background-size: cover;
  width: .42rem;
  height: .42rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.3rem;
  top: auto;
  bottom: 0.9rem;
  cursor: pointer;
}
.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-flash li {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-flash li video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.index-flash li .video-btn {
  background: url("../images/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: -.54rem;
  margin-top: -.54rem;
  cursor: pointer;
  opacity: 0;
}
.index-flash li .img a {
  position: relative;
  display: block;
  height: 100vh;
  overflow: hidden;
}
.index-flash li .img a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("../images/bg20.png") center bottom repeat-x;
  background-size: auto 5.19rem;
}
.index-flash li .img a img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  transform: translate(-50%, -50%);
}
.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.3rem;
  font-size: .24rem;
  padding: 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.1rem;
}
.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: .53rem;
  height: .53rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -.26rem;
  opacity: 0;
}
.index-flash .arrow a.prev {
  left: .28rem;
  background-image: url("../images/prev53_2.png");
}
.index-flash .arrow a.next {
  right: .28rem;
  background-image: url("../images/next53_2.png");
}
.index-flash:hover .arrow a {
  opacity: .5;
}
.index-flash:hover .arrow a:hover {
  opacity: 1;
}
.index-search-bg {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.index-search {
  height: 1.1rem;
  position: relative;
  max-width: 11.5rem;
  margin: 0 auto;
}
.index-search .wal {
  position: relative;
  z-index: 10;
  background: url("../images/index-search.png") center top no-repeat;
  background-size: 100%;
  min-height: 1.67rem;
  padding: 0 .76rem 0 .6rem;
  top: -.81rem;
}
.index-search .form {
  border-bottom: #2580ac solid 0.02rem;
  height: .81rem;
  padding-top: .1rem;
  position: relative;
}
.index-search .form .name {
  font-size: .3rem;
  color: rgba(101, 16, 173, 0.4);
  line-height: .7rem;
}
.index-search .form .name em {
  color: rgba(101, 16, 173, 0.4);
  font-size: .18rem;
  text-transform: uppercase;
  padding-left: .15rem;
}
.index-search .form .input {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.1rem;
  bottom: auto;
}
.index-search .form .input input {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .3rem;
  color: #333;
}
.index-search .form .submit {
  position: absolute;
  z-index: 2;
  top: .1rem;
  right: 0;
  bottom: 0;
  width: .64rem;
  background: url("../images/search24.png") center no-repeat;
  background-size: .24rem;
}
.index-search .form .submit input {
  width: 100%;
  height: .81rem;
  cursor: pointer;
}
.index-search .hot-words {
  padding: .1rem 0;
  line-height: .33rem;
  color: #A0A0A0;
}
.index-search .hot-words .name {
  font-weight: bold;
  flex-shrink: 0;
}
.index-search .hot-words .p-ico, .index-search .hot-words .search-result li a i, .index-search .search-result li a .hot-words i, .index-search .hot-words .index-events .list-wrapper dd.li-dd dl.info em, .index-events .list-wrapper dd.li-dd dl.info .index-search .hot-words em, .index-search .hot-words .index-flow .container .list a i, .index-flow .container .list a .index-search .hot-words i, .index-search .hot-words .index-flow .container .video i, .index-flow .container .video .index-search .hot-words i {
  font-size: .12rem;
  flex-shrink: 0;
  margin-left: .08rem;
  margin-right: .28rem;
}
.index-search .hot-words li {
  padding-right: .14rem;
}
.index-search .hot-words li a.on {
  font-weight: bold;
  color: #2580ac;
}
.index-search .search-result {
  background: #fff;
  padding: .35rem .6rem .46rem .6rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.81rem;
  bottom: auto;
  display: none;
}
.index-search .search-result .name {
  padding-bottom: .1rem;
}
.index-search .search-result .name h3 {
  font-size: .22rem;
  color: #2580ac;
}
.index-search .search-result .name a {
  font-size: .12rem;
  margin-left: .13rem;
  color: #9D9D9D;
}
.index-search .search-result .name a:hover {
  color: #2580ac;
}
.index-search .search-result ul {
  padding-bottom: .3rem;
}
.index-search .search-result li {
  font-size: .16rem;
  line-height: .34rem;
}
.index-search .search-result li a {
  color: #000;
  padding-right: .17rem;
  display: inline-block;
  position: relative;
}
.index-search .search-result li a i {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  color: #787878;
  font-style: normal;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.index-search .search-result li a:hover {
  color: #2580ac;
}
.index-search .search-result li a:hover i {
  color: #2580ac;
}
.index-search .search-result .btn a {
  display: block;
  text-align: center;
  line-height: .54rem;
  color: #fff;
  -moz-border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  background: url("../images/btn.jpg") center no-repeat;
  background-size: cover;
}
.index-search.on {
  z-index: 110;
}
.index-search.on .form .name, .index-search.on .hot-words {
  opacity: 0;
  visibility: hidden;
}
.index-search.on .search-result {
  display: block;
}
.index-news .col-1 {
  width: 2.8rem;
}
.index-news .col-1 .title {
  font-size: .16rem;
  text-transform: uppercase;
  color: #666;
  padding-top: .15rem;
  line-height: .45rem;
}
.index-news .col-1 .title span {
  padding-left: .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: -.08rem;
}
.index-news .col-1 li a .img img {
  width: 100%;
}
.index-news .col-1 li a .name {
  font-size: .17rem;
  line-height: .24rem;
  font-weight: bold;
  padding: .25rem 0;
}
.index-news .col-1 li a:hover {
  color: #2580ac;
}
.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-left: #D6D6D6 solid 1px;
  border-right: #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: #2580ac;
  font-size: .12rem;
  padding-top: .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: .15rem;
  height: 1px;
  background: #2580ac;
  opacity: .64;
  margin: 0 .15rem;
}
.index-news .col-2 .list li .title span {
  padding-left: .1rem;
}
.index-news .col-2 .list li .name a {
  display: block;
  font-size: .24rem;
  line-height: .3rem;
  color: #555;
  padding: .15rem .55rem .2rem .55rem;
}
.index-news .col-2 .list li .name a:hover {
  color: #2580ac;
}
.index-news .col-2 .list li p {
  font-size: .13rem;
  line-height: .22rem;
  padding: 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: .58rem;
  height: .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: .08rem;
  height: .08rem;
  margin: 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: #2580ac;
}
.index-events {
  min-height: 7.2rem;
  position: relative;
}
.index-events:before {

}
.index-events .wal {
  position: relative;
  height: 2.2rem;
}
.index-events .wal .title {
  padding-right: .68rem;
  position: relative;
  color: #000;
  font-size: .18rem;
  text-transform: uppercase;
  line-height: 1em;
}
.index-events .wal .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .3rem;
  width: .04rem;
  height: .54rem;
  background: #2580ac;
  margin-top: -.27rem;
}
.index-events .wal .title h2 {
  font-size: .34rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: .06rem;
}
.index-events .wal p {
  line-height: .26rem;
  color: #929292;
  width: 5.26rem;
  margin-right: .78rem;
}
.index-events .wal .more {
  margin-right: 2.38rem;
}
.index-events .wal .arrow a {
  width: .53rem;
  height: .53rem;
  background: center no-repeat;
  background-size: 100%;
}
.index-events .wal .arrow a.prev {
  background-image: url("../images/prev53.png");
}
.index-events .wal .arrow a.next {
  background-image: url("../images/next53.png");
  margin-left: .39rem;
}
.index-events .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-events .list-wrapper {
  width: 36.9rem;
  position: relative;
  left: 50%;
  margin-left: -18.45rem;
}
.index-events .list-wrapper dd.li-dd {
  padding: 0 .15rem;
  width: 33.333%;
}
.index-events .list-wrapper dd.li-dd .name a {
  color: #000;
  display: block;
  line-height: 1em;
  padding-bottom: 1em;
}
.index-events .list-wrapper dd.li-dd .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-events .list-wrapper dd.li-dd .img img {
  width: 100%;
}
.index-events .list-wrapper dd.li-dd .img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-events .list-wrapper dd.li-dd .name2 {
  padding: .22rem 0;
}
.index-events .list-wrapper dd.li-dd .name2 a {
  display: block;
  font-size: .17rem;
  line-height: .24rem;
  font-weight: bold;
  color: #000;
  height: .48rem;
  overflow: hidden;
}
.index-events .list-wrapper dd.li-dd .name2 a:hover {
  color: #2580ac;
}
.index-events .list-wrapper dd.li-dd dl.info {
  position: relative;
  font-size: .12rem;
  color: #9574AC;
}
.index-events .list-wrapper dd.li-dd dl.info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: .38rem;
  margin-top: -.19rem;
  background: #791CB5;
}
.index-events .list-wrapper dd.li-dd dl.info dd {
  height: .24rem;
  line-height: 1em;
}
.index-events .list-wrapper dd.li-dd dl.info em {
  font-size: .16rem;
  color: #7C44A1;
  text-align: center;
  width: .37rem;
  padding-left: .05rem;
  position: relative;
  top: .01rem;
}




/*课程展示*/  
	  .index_product {
	padding: 50px 0;
}
	  
	  .analysis{
		padding: 20px 1%;
	}
	.analysis .box .center,
	.analysis .box .center_txt{
		display: none;
	}
	.analysis .common_tit{
		height: auto;
		margin-bottom: 20px;
	}
	.analysis .box ul li{
		height: auto;
		padding: 10px;
		width: 48%;
		margin: 1% !important;
	}
	.analysis .box ul li i{
		font-size: 17px;
		background-size: contain;
		width: 40px;
		height: 40px;
		line-height: 40px;
		float: none;
	}
	.analysis .box ul li strong{
		line-height: 20px;
		margin-top: 10px;
		height: 40px;
		overflow: hidden;
		font-size: 15px;
	}
	.analysis .box ul li p{
		padding-top: 10px;
		font-size: 12px;
		line-height: 20px;
		height: 120px;
	}
	.analysis_more{
		margin-top: 20px;
	}
	.analysis_more a{
		display: block;
		padding: 0;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 15px;
	}
	  .analysis {
	background-image: url(../images/bg2.gif);
	padding: 25px 0;
}

.analysis .common_tit {
	height: 120px;
	color: #fff;
}

.analysis .box {
	position: relative;
}

.analysis .box ul li {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	background-color: #FFF;
	height: 196px;
	width: 444px;
	margin-bottom: 14px;
	float: left;
	padding-left: 32px;
	padding-top: 16px;
	padding-right: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.analysis .box .center:hover,
.analysis .box ul li:hover {
	-moz-box-shadow: 0 2px 12px #cecece;
	-webkit-box-shadow: 0 2px 12px #cecece;
	box-shadow: 0 2px 12px #cecece;
	filter: progid: DXImageTransform.Microsoft.Shadow(strength=2, direction=180, color='#cecece');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#cecece')"
}

.analysis .box ul li i {
	font-size: 30px;
	font-style: normal;
	background-image: url(../images/sort_titile_bg.gif);
	display: block;
	height: 63px;
	width: 63px;
	line-height: 62px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	float: left;
	margin-right: 5px
}

.analysis .box ul li strong {
	font-size: 20px;
	color: #37a0f1;
	display: block;
	height: 63px;
	line-height: 62px
}

.analysis .box ul li p {
	line-height: 26px;
	padding-top: 12px;
	color: #8F8F8F
}

.analysis .box ul li:nth-child(even) {
	float: right
}

.analysis .box .center {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	height: 617px;
	width: 282px;
	margin-left: -141px;
	position: absolute;
	left: 50%;
	top: 0;
	right: 50%;
	z-index: 1
}

.analysis .box .center_txt {
	position: absolute;
	left: 50%;
	top: 60px;
	right: 50%;
	width: 282px;
	margin-left: -141px;
	text-align: center;
	font-size: 36px;
	color: #37a0f1;
	z-index: 2
}

.analysis_more {
	display: block;
	margin: 30px auto 0;
	text-align: center;
}

.analysis_more a {
	display: inline-block;
	padding: 15px 25px;
	border: 3px solid #fff;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.w1600 {
	width: 1600px;
	margin: 0 auto;
} 
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.w1600{
		width: 100% !important;
	}
	}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	.w1600{
		width: 1200px;
	}
	 }
.clearfix:after,
.clearfix:before,
{
	display: table;
	content: " "
}
.clearfix:after,
{
	clear: both
}
	  .index-case-title {
	text-align: center;
}

.index-case-title h5 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 55px;
}

.index-case-title h6 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

	  
	  
@media only screen and (min-width: 320px) and (max-width: 1024px) {	  
	  	.index-case-title h5{
		font-size: 20px;
		line-height: 1;
	}
	.index-case-title h6{
		display: none;
	}
	.index-case-title{
		margin-bottom: 20px;
	}
	}
	  
.in_pro_main {
	margin-top: 30px;
}

.in_pro_main ul li {
	width: 24%;
	float: left;
	margin-right: 1.333333%;
	margin-bottom: 15px;
	padding: 15px;
	transition: .5s;
	background: #e2e2e2;
}

.in_pro_main ul li:nth-child(4n+4) {
	margin-right: 0;
}

.in_pro_main ul li h5 {
	margin-top: 15px;
	font-size: 16px;
	color: #898989;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
}

.in_pro_main ul li p {
	font-size: 14px;
	color: #5f5f5f;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
}

.in_pro_main ul li:hover {
	background: #026bbc;
}

.in_pro_main ul li:hover h5,
.in_pro_main ul li:hover p {
	color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {  
	.in_pro_main{
		margin-top: 0;
	}
	.in_pro_main ul li{
		padding: 3px;
		width: 48%;
		margin: 1% !important;
	}	
	.in_pro_main ul li h5{
		margin-top: 10px;
		font-size: 14px;
	}
	.in_pro_main ul li p{
		font-size: 12px;
	}
	  }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.in_pro_main ul li{
		text-align: center;
	}

}	  
/*课程展示-end*/  


/*结束 */
.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 .search .input input {
  width: 88%;
}
.pageTips .container a.close {
  display: none !important
}








/*foot*/
.cloud-share {
  background-color: #fff;
  margin: 0 auto;
  width: 280px;
  ;
  height: 100%;
  position: relative;
}
.cloud-share > p {
  width: 132px;
  height: 132px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.wei-xin {
  position: absolute;
  top: -145px;
  left: 24px;
  background-image: url(../images/icon-ewm.jpg);
  display: none;
  background-size: 132px;
}
.corner {
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -20px;
  right: 50%;
  margin-right: -10px;
  z-index: 10;
}
.wei-bo {
  position: absolute;
  top: -145px;
  left: -32px;
  background-image: url(../images/wb.png);
  display: none;
  background-size: 132px;
}
.cloud-share ul li {
  float: left;
  margin-left: 15px;
  width: 40px;
  height: 40px;
}
.cloud-share ul li a {
  display: block;
}
.cloud-share ul li a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
}
.cloud-share ul li .icon-blog {
  background-image: url(../images/wb1.png);
}
.cloud-share ul li .icon-blog:hover {
  background-image: url(../images/wb2.png);
}
.cloud-share ul li .icon-wei {
  background-image: url(../images/wx1.png);
}
.cloud-share ul li .icon-wei:hover {
  background-image: url(../images/wx2.png);
}
.cloud-share ul li .icon-qq {
  background-image: url(../images/qq1.png);
}
.cloud-share ul li .icon-qq:hover {
  background-image: url(../images/qq2.png);
}
.cloud-share ul li .icon-mail {
  background-image: url(../images/yx1.png);
}
.cloud-share ul li .icon-mail:hover {
  background-image: url(../images/yx2.png);
}

.footer {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
}
.footererji{
  position: relative;
  text-align: center;
}
.inner-footererji {
  height: 20vh;
  margin: 0 auto;
  padding: 0;
    background: url("../images/logoline1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 210px;
}
.inner-footersanji {
  height: 10vh;
  margin: 0 auto;
  padding: 0;
    background: url("../images/logoline1.png");
    background-repeat: no-repeat;
    background-position:center 90%;
    background-size: 300px;
}
.inner-footer {
  height: 35vh;
  margin: 0 auto;
  padding: 0;
    background: url("../images/logoline1.png");
    background-repeat: no-repeat;
    background-position: 80% 70%;
    background-size: 350px;
}


.inner-footer .title h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0.8rem;
    color: #fff;
}
.inner-footer .list-wrapper{
    margin: 0 auto; 
    padding-top: 0.8rem;
    text-align:left;


}
.inner-footer .list-wrapper .img{
display: grid;
  padding: 0 50px;

}
.inner-footer .list-wrapper .img img{
    height: 40px;

}

.content-foot {
  position: relative;
  height:8vh;
  text-align: center;
  background-color: white;
  color: rgba(45, 130, 200, 1.00);
}
.content-foot p {
background-color: #fff;
	padding-bottom: 40px;

}

.footwrap {
  clear: both;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
  overflow: hidden;
}

.ii_link {
  overflow: hidden;
  margin-bottom: 3%;
}
.ii_link ul li {
    padding-top: 0.8rem;
  float: left;
  margin-right:5%;
  margin-bottom: 1%;
  overflow: hidden;
}
.ii_link ul li:nth-child(6n+0) {
  margin-right: 0;
}
.ii_link ul li .imgs {
  overflow: hidden;
}
.ii_link ul li .imgs img {
  display: block;
 height: 40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ii_link ul li .imgs:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}









.waves {
  position: relative;
  width: 100%;
  height: 20vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/s6u9w4bmutphh7usswapgr_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/s6u9w4bmutphh7usswipgq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*foot-end*/





/*资讯*/
.index-new {
  min-width: 1300px;
  padding-top: 1px;
  padding-bottom: 65px;
  background: #E8E8E8;
}
.index-new-title{display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}
 .index-new-title a.more{font-size: 15px;color:#333333;}
.index-new-title a.more:hover{color:#2580ac;}
.index-new-title h5 {
  font-size: 32px;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
    font-weight: normal;
}
.index-new-title h6 {
  font-size: 16px;
  color: #595959;
  text-align: center;
}
.index-new-switch {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 15px;
}
.index-new-switch li {
  display: inline-block;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.index-new-switch li span {
  cursor: pointer;
}
.index-new-switch li span:hover {
  color: #026bbc;
}
.index-new-switch li.on span {
  color: #026bbc;
}
.index-new-switch .li {
  max-width: 1600px;
  font-size: 0;
  margin: 0 auto;
  margin-top: 48px;
}
.index-new-switch-title {
  display: none;
}
.new-more {
  display: block;
  width: 379px;
  height: 51px;
  margin: 0 auto;
  margin-top: 60px;
  background: url(../images/case_icon_0.png);
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .new-more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .new-more {
    margin-top: 40px;
  }
}
.new-more:hover {
  opacity: .7;
}
.index-new-switch .li .left {
  position: relative;
  width: 1060px;
  display: inline-block;
  vertical-align: top;
  transition: all .4s ease-out;
}
.index-new-switch .li .left:hover {
  transform: translate3d(0, -5px, 0);
}
.index-new-switch .li .left:hover .swiper-slide-text .text h5 {
  color: #026bbc;
}
.index-new-switch .li .left-box {
  background: #FFF;
  position: relative;
  z-index: 10;
  width: 558px;
  height: 560px;
  padding: 43px 37px 50px 43px;
  box-sizing: border-box;
float:left;
}
.index-new-switch .li .left .right{margin-left:0;}
.index-new-switch .li .left-box-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  display: block;

}
.pagination2 {
  text-align: left;
}
.pagination2 .swiper-pagination-bullet {
  background: #4E4E4E;
  opacity: 1;
  margin-right: 4px;
}
.pagination2 .swiper-pagination-bullet-active {
  background: #DC301F;
}
.swiper-slide-box {
  width: 478px;
  height: 313px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide-box img {
  max-width: 100%;
  height: auto !important;
}
.swiper-slide-text {
  width: 478px;
  margin-top: 30px;
  font-size: 0;
}
.swiper-slide-text .text {
  display: inline-block;
  vertical-align: top;
  width: 388px;
  height: 90px;
  text-align: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.swiper-slide-text .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  color: #060606;
  transition: all .3s ease;
}
.swiper-slide-text .text p {
  height: 50px;
  margin-top: 12px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  line-height: 25px;
  color: #888888;
}
.index-new-switch .li .left .swiper-slide-text .date {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  background: #026bbc;
  text-align: center;
}
.index-new-switch .li .left .swiper-slide-text .date .d {
  font-size: 58px;
  color: #FFF;
  font-family: "CG";
  line-height: 58px;
  margin-top: 6px;
}
.index-new-switch .li .left .swiper-slide-text .date .ym {
  margin-top: 2px;
  line-height: 16.4px;
  font-size: 16.4px;
  font-family: "Arial";
  color: #FFF;
}
.index-new-switch .li .right {
  margin-left: 22px;
  width: 498px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
float: right;
}
.index-new-switch .li .right-li {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 140px;
  transition: all .4s ease-out;
}

.index-new-switch .li .right-li {
  padding-top: 1px;
  box-sizing: border-box;
}
.index-new-switch .li .right-li-box {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.index-new-switch .li .right-li:hover {
  z-index: 100;
  box-shadow: 0 8px 35px rgba(0, 0, 0, .2);
}
.index-new-switch .li .right-li:hover .date .d {
  color: #026bbc;
}
.index-new-switch .li .right-li:hover .date .ym {
  color: #026bbc;
}
.index-new-switch .li .right-li:hover .text h5 {
  color: #026bbc;
}
.index-new-switch li + li:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 11px;
  width: 15px;
  height: 1px;
  background: #BABABA;
}
.index-new-switch .li .right .shadow {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding-bottom: (100/524)*100%;
  background: url(../images/new_icon_1.png);
  background-size: 100% 100%;
}
.index-new-switch .li .right .date {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 100%;
  padding-top: 35px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
  text-align: center;
}
.index-new-switch .li .right .date .d {
  font-size: 42px;
  color: #555;
  font-family: "Arial";
  line-height: 42px;
  margin-top: 6px;
  transition: color .3s ease;
}
.index-new-switch .li .right .date .ym {
  margin-top: 2px;
  line-height: 14px;
  font-size: 14px;
  font-family: "Arial";
  color: #333;
  transition: color .3s ease;
}
.index-new-switch .li .right .text {
  display: inline-block;
  vertical-align: top;
  width: 333px;
  height: 100%;
  text-align: left;
  padding-top: 35px;
  box-sizing: border-box;
}
.index-new-switch .li .right .text h3 {
  font-size: 15px;
  color: #333;
 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.index-new-switch .li .right .text p {
  margin-top: 10px;
  color: #888;
  font-size: 13px;
  line-height: 25px;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1620px) {
  .index-new-switch .li .left {
    width: 980px;
  }
.index-new-switch .li .left-box{width:508px;}
  .index-new-switch .li .left-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-new-switch .li .right {
    margin-left: 15px;
  }
  .index-new-switch .li .right {
    width: 468px;
  }
  .index-new-switch .li .right .date {
    padding-left: 20px;
    padding-right: 12px;
    width: 90px;
  }
  @media screen and (max-width: 1450px) {
    .index-new-switch .li .left {
      width: 870px;
    }
    .index-new-switch .li .left .swiper-slide-box {
      width: 428px;
      height: 280px;
    }
    .index-new-switch .li .left .swiper-slide-text {
      width: 428px;
    }
    .index-new-switch .li .left .swiper-slide-text .text {
      width: 338px;
    }
    .index-new-switch .li .left-box {
      padding-top: 23px;
      padding-bottom: 30px;
     width: 458px;
    }
    .index-new-switch .li .right {
      width: 408px;
    }
    .index-new-switch .li .right .date {
      padding-left: 20px;
      padding-right: 12px;
      padding-top: 25px;
      width: 90px;
    }
    .index-new-switch .li .right .text {
      width: 233px;
      padding-top: 25px;
    }
    .index-new-switch .li .right-li {
      height: 140px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
.index-new-switch .li .left{margin-bottom: 20px;float: none;width: 100%;}
.index-new-switch .li .left-box{width: 100%;display:none;}
    .index-new-switch .li .right {
      width: 100%;
      margin-left: 0;
float: none;
    }
    .index-new-switch .li .right .text {
      width: 100%;
    }
    .centered-btns_tabs {
      bottom: 10px;
    }
    .index-new {
      min-width: 1px;
    }
    .index_case {
      background: #f1f1f1;
    }
    .index-case-title h5 {
      font-size: 20px;
      line-height: 1;
    }
    .index-case-title h6 {
      display: none;
    }
    .index-case-title {
      margin-bottom: 20px;
    }
    .in_pro_main, .in_case_main {
      margin-top: 0;
    }
    .in_pro_main ul li, .in_w_case_main ul li {
      padding: 3px;
      width: 48%;
      margin: 1% !important;
    }
    .in_w_case_main ul li {
      display: none;
    }
    .in_w_case_main ul li:nth-child(1), .in_w_case_main ul li:nth-child(2), .in_w_case_main ul li:nth-child(3), .in_w_case_main ul li:nth-child(4) {
      display: block;
    }
    .in_w_case_main ul li h5 {
      font-size: 13px;
      padding: 5px 0;
    }
    .in_pro_main ul li h5 {
      margin-top: 10px;
      font-size: 14px;
    }
    .in_pro_main ul li p {
      font-size: 12px;
    }
    .solution-bgcolor {
      display: none;
    }
    .index_team {
      padding: 20px 1%;
    }
    .in_team_title h5 {
      font-size: 20px;
      margin-bottom: 0;
    }
    .in_team_title p {
      display: none;
    }
    .in_team_title {
      margin-bottom: 20px;
    }
    .in_team_main ul li {
      width: 48%;
      margin: 1% !important;
    }
    .in_team_main ul li .in_team_info {
      padding: 10px;
    }
    .kunrao, .kuajiehezuo {
      display: none;
    }
    .index-new {
      padding: 20px 1%;
    }

    .index-new-title h5 {
      font-size: 20px;
      margin-bottom: 0;
    }
    .index-new-title h6 {
      display: none;
    }
    .index-new-title {
      margin-bottom: 20px;
    }
    .index-new-switch {
      margin-top: 0;
    }
    .index-new-switch li {
      padding: 0 10px;
    }
    .index-new-switch .li {
      max-width: 100%;
      margin-top: 20px;
    }
    .index-new-switch .li .right {
      height: auto;
    }
    .index-new-switch .li .right-li {
      height: auto;
      padding: 10px 0 !important;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #ccc;
    }
    .index-new-switch .li .right .date .d {
      margin-top: 0;
    }
    .index-new-switch .li .right-li-box {
      height: auto;
    }
    .new-more {
      display: none;
    }
    .index-new-switch .li .right .date {
      width: 25%;
      padding-top: 0;
      height: auto;
    }
    .index-new-switch .li .right .text {
      width: 75%;
      padding-top: 0;
      height: auto;
    }
    @media only screen and (min-width: 1024px) and (max-width: 1200px) {
      .new-more {
        background: url(../images/case_icon_0.png) no-repeat center;
      }
    }
/*资讯-end*/
     
      




.body001 {
    width: 100%;
    background: #eaeaea;
}
.body01 {
    margin: 50px auto;
    width: 1200px;
    display: table;
    position: relative;
}
.my-server li {
    float: left;
    display: flow-root;
    margin: 36px 0;
    width: 240px;
    text-align: center;
}
.my-server li a {
    display: block;
    float: left;
}
.my-server li a i {
    display: inline-block;
    color: #003b83;
    font-size: 45px;
    margin: 0 10px 0 0;
}
.my-server li i {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    color: #8acaff;
}
.my-server li a span {
    display: inline-block;
    text-align: left;
    position: relative;
    top: 11px;
}
.my-server li a span h3 {
    font-size: 20px;
    color: #333;
}