@charset "utf-8";
/* 主题色：#000096 #01017a #c59c70 #c69c6d #c49970*/
body{ font-family:Helvetica,"arial","SourceHanSansCN-Normal","SourceHanSansCN"; margin:0; padding:0; color: #333;
  -webkit-font-smoothing: antialiased; margin-right: auto; margin-left: auto;max-width: 2560px;
  -webkit-text-size-adjust: 100% !important;
}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none; outline: none;}
:focus{ outline: none;}
img{ border: none; outline: none; max-width:100%; height:auto;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: #aaa;}
input:-ms-input-placeholder { color: #aaa; }
input::-webkit-input-placeholder{ color:#aaa; }
input::placeholder{ color:#aaa; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

/*scroll*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff;}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#000096;}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#000096;}
::-webkit-scrollbar-thumb:vertical:active {background-color:#000096;}

/* header */
.topHeader {
	position: relative;
	z-index: 11111;
}
.topNav {
	width: 94%;
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 100;
  height: 94px;
}
.navBlue {
	background: url(../images/navbg.jpg) no-repeat bottom center;
	background-size: 100% 6px;
}
.topNav.fixed-head {
	z-index: 999;
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,1);
	padding:0 3%;
  box-shadow: 0 0 10px rgba(197,156,112,.2);
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease;
	-webkit-animation: headerFix 1s ease 1;
	animation: headerFix 1s ease 1;
}
@-webkit-keyframes headerFix {
  from {
      -webkit-transform: translateY(-100%);
  }
  to {
      -webkit-transform: translateY(0);
  }
}
@keyframes headerFix {
  from {
      transform: translateY(-100%);
  }
  to {
      transform: translateY(0);
  }
}

.topNav .logo {
	float: left; 
  margin-top: 14px;
}
.topNav .logo a img {
	width: auto;
	height: 64px;
}
.topNavR, .search {
	float: right;
}

.search {
	padding: 0px 27px;
	position: relative;
  margin-left: 44px;
}
.search::before {
	content: '';
	width: 2px;
	height: 18px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.topNav.fixed-head .search::before {
	background: rgba(51,51,51,0.2);
}
.search span, .search>a {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 25px;
	height: 90px;
}
.search span.iconA {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
	background-image: url(../images/search-white.png);
}
.topNav.fixed-head .search span.iconA{
	background-image: url(../images/search-gray.png);
}

.subsearch {
	display: none;
	width: 330px;
	position: absolute;
	top: 45px;
	right: -5px;
	padding-top: 25px;
}
.subsearch.act{
  display: block;
}
.subsearch form {
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	padding: 15px 20px;
	position: relative;
	width: 100%;
	height: 50px;
}
.subsearch form:after {
	content: '';
	position: absolute;
	right: 36px;
	top: -8px;
	line-height: 0;
	border-width: 8px;
	border-color: rgba(255,255,255,0.9);
	border-top-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.subsearch form input.inp {
	width: 100%;
	border: none;
	border-left: 2px solid #93969d;
	background: none;
	outline: none;
	padding-left: 10px;
}
.subsearch form input.sub {
	position: absolute;
	right: 20px;
	top: 15px;
	height: 20px;
	background-image: url(../images/search-golden.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
	width: 20px;
}
.subsearch .lanSub {
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	padding: 15px 0px;
	position: relative;
	width: 100%;
}
.subLan {
	width: 140px;
}
.subsearch .lanSub:after {
	content: '';
	position: absolute;
	right: 36px;
	top: -8px;
	line-height: 0;
	border-width: 8px;
	border-color: rgba(255,255,255,0.9);
	border-top-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.subsearch .lanSub a {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #343945;
	width: 100%;
	margin-bottom: 10px;
	padding: 2px 20px;
}
.subsearch .lanSub a:last-child {
	margin-bottom: 0;
}
.subsearch .lanSub a.cur {
	color: #c59c70;
	background: #f8f9fa;
}
.nav {
	float: right;
	margin-right: 0px;
}
.nav ul li {
	float: left;
  margin: 0 25px;
	/* margin-right: 25px; */
}
.nav ul li span {

}
.nav ul li>a {
	font-size: 18px;
	color: #fff;
	padding: 34px 0;
	display: inline-block;
	position: relative;
}
.nav ul li i {
	display: inline-block;
	width: 8px;
	height: 8px;
  background-position: center center;
  background-repeat: no-repeat;
	background-image: url(../images/arrow-nav-down-white.png);
  background-size: 100% auto;
	vertical-align: middle;
	margin-left: 6px;
}
.topNav.fixed-head .nav ul li>a{
	color: #666;
}
.topNav.fixed-head .nav ul li i{
	background-image: url(../images/arrow-nav-down.png);
}
.nav ul li {
	position: relative;
}
.nav ul li .navSub {
  position: absolute;
  left: 50%;
  background: rgba(255,255,255,0.9);
  top:75px;
  border-radius: 4px;
  display: none;
  padding: 14px 0;
  width: 140px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}
.nav ul li .navSub dd a {
	display: block;
	font-size: 16px;
	color: #666;
  text-align: center;
	padding: 10px 12px;
  position: relative;
  position: relative;
  display: inline-block;
	z-index: 10;
}
.nav ul li .navSub dd {
	position: relative;
  text-align: center;
  padding: 0 18px;
}

.nav ul li .navSub dd a::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000096;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.nav ul li:hover i,.topNav.fixed-head .nav ul li:hover i{
  background-image: url(../images/arrow-nav-down-r.png);
}
.nav ul li:hover>a,.nav ul li .navSub dd:hover a,.topNav.fixed-head .nav ul li:hover>a{
	color: #c59c70;
}
.nav ul li:hover .navSub {
	display: block;
}

.nav ul li.cur>a,.topNav.fixed-head .nav ul li.cur>a{
	color: #c59c70;
}
.nav ul li.cur i,.topNav.fixed-head .nav ul li.cur i{
  background-image: url(../images/arrow-nav-down-r.png);
}
.nav ul li .navSub dd:hover a::after{
  width: 100%;
  background: #c59b70;
}

.banner {
	overflow: hidden;
	max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
	/* height: 1200px; */
}
.pcBanner {
	/* height: 100%; */
  height: 100vh;
	width: 100%;
	overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  
}

.banner .slick-slider,.banner .slick-track,.banner .slick-list{
  height: 100%;
}
.banner .slick-slide{ 
  transition: opacity 2000ms ease 0s !important; 
  height: 100%; 
  -webkit-transition: opacity 2000ms ease 0s !important; 
  -moz-transition: opacity 2000ms ease 0s !important;
  -ms-transition: opacity 2000ms ease 0s !important; 
  -o-transition: opacity 2000ms ease 0s !important;

}
.banner .slick-slide>div,.banner .slick-slide>div li{
  height: 100%;
}
.banner .ani{
  display: block;
  position: relative; 
  overflow: hidden;
  height: 100%;
}


.banner .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  /* opacity: 0; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.banner .swiper-slide.banner2{
  cursor: pointer;
}
.banner .swiper-slide .con,.banner .slick-slide .con{
  position: absolute;
  left: 8.3%;
  top: 30.28%;
  z-index: 10;
  color: #fff;
  opacity: 0;
  transition:opacity 1s ease;
  /*background-image: url(../images/fxbg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 46.86%;
  padding-bottom: 5.2vw;
  padding-right: 3.54vw */;
  -webkit-transition:opacity 1s ease;
  -moz-transition:opacity 1s ease;
  -ms-transition:opacity 1s ease;
  -o-transition:opacity 1s ease;
}
.banner .swiper-slide .con .img img,.banner .slick-slide .con .img img{
  width: 2.2vw;
  height: auto;
}
.banner .swiper-slide .con .t1,.banner .slick-slide .con .t1{
  font-size: 2.1875vw;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 0.2vw;
  text-shadow: 0 0 19px rgba(33,22,19,.24);
}
.banner .swiper-slide .con .t2,.banner .slick-slide .con .t2 {
	font-weight:lighter;
	font-size: 2.1875vw;
  letter-spacing: 3px;
  text-shadow: 0 0 19px rgba(33,22,19,.24);
}
.banner .swiper-slide .con .c,.banner .slick-slide .con .c{
	text-align: justify;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}

.banner .swiper-slide a, .banner .swiper-slide a img {
	vertical-align: top;
}

.bannerBtn {
	width: 100%;
	height: 13.54vw;
  position: absolute;
 
  left:0;
  bottom: 0;
  
  z-index: 1;
}
.bannerBtn::after{
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../images/bg-banner.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  /* transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; */
}
.bannerBtn.active::after{
  opacity: 0;
  
}
.bannerBtnA {
  width: 174px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 60%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.bannerBtnA:after {
	content: '';
	height: 1px;
	width: 98px;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,0.2);
}
.bannerBtnA .swiper-button-prev {
  width: 38px;
  height: 38px;
  top: -10px;
  margin: 0;
  right: 50px;
  left: auto;
  background-image: url(../images/arrow-up-white.png);
  background-size: 20px auto;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.bannerBtnA .swiper-button-next {
  width: 38px;
  height: 38px;
	top: auto;
	bottom: -10px;
	right: 50px;
	left: auto;
  background-image: url(../images/arrow-down-white.png);
  background-size: 20px auto;
  margin: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.bannerBtnA .swiper-pagination {
	width: auto;
	left: 0;
  bottom: auto !important;
	top: 42%;
	transform: translateY(-50%);
  font-size: 16px;
	font-style: normal;
	color: #fff;
}
.bannerBtnA .page p span.active,.bannerBtnA .swiper-pagination span.swiper-pagination-current {
	font-size: 24px;
  margin-right: 3px;
	/* color: #fff; */
}
.bannerBtnA .page p i, .bannerBtnA .page p {
	font-size: 16px;
	font-style: normal;
	color: #fff;
}
.bannerbg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.bannerbg img {
	vertical-align: top;
	max-width: 200%;
	width: 100%;
}

.banner a.img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
	/* animation: NewBannerAni 12s linear infinite; */
}

.banner .slick-current a.img{
	animation: NewBannerAni2 3s ease-in-out forwards;
	-webkit-animation: NewBannerAni2 3s ease-in-out forwards;
}
.banner .slick-current .con{
  animation: banner_title5 3s ease-in-out;
  -webkit-animation: banner_title5 3s ease-in-out;
}
.banner .slick-current .pos3 .con{
  animation: banner_title3 3s ease-in-out;
  -webkit-animation: banner_title3 3s ease-in-out;
}

.banner .swiper-slide-active a.img{
	animation: NewBannerAni2 3s ease-in-out forwards;
	-webkit-animation: NewBannerAni2 3s ease-in-out forwards;
}
.banner .swiper-slide-active.pos5 .con {
  animation: banner_title5 2.5s ease-in-out forwards;
  -webkit-animation: banner_title5 2.5s ease-in-out forwards;
  animation-delay: .5s;
}
.banner .swiper-slide-active.pos3 .con{
  animation: banner_title3 2.5s ease-in-out forwards;
  -webkit-animation: banner_title3 2.5s ease-in-out forwards;
  animation-delay: .5s;
}

@keyframes banner_title3{
	0% {
    opacity: 0;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
}
	100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes banner_title5{
	0% {
    opacity: 0;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
}
	100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
}

@keyframes NewBannerAni2{
  0% {
    filter: blur(2px);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-filter: blur(2px);
}
  100% {
    filter: blur(0px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: blur(0px);
  }
}

.indexabout{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 94px;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.indexabout::before{
  content: " ";
  width: 17.5%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg-s.png);
  background-repeat: no-repeat;
  background-size: 68% auto;
  background-position: right 10px top 56px;
}
.indexaboutWrapper{
  float: right;
  width: 82.5%;
  position: relative;
  overflow: hidden;
}
.indexaboutbox{
  padding-bottom: 58px;
}
.indexaboutinfoleft{
  float: left;
  width: 44.2%;
}
.indexaboutinfoleft h1{
  position: relative;
  font-size: 2.1875vw;
  color: #000;
  margin-bottom: 2.83vw;
}
.indexaboutinfoleft h1::before,.indexaboutinfoleft h1::after{
  content: " ";
  display: inline-block;
  width: 2.239583vw;
  height: 2.135vw;
  background-image: url(../images/icon-jx1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  vertical-align: sub;
}
.indexaboutinfoleft h1::before{
  margin-right: 1.66vw;
}
.indexaboutinfoleft h1::after{
  margin-left: 1.66vw;
}
.indexaboutinfoleft .abouttext p{
  margin-top:1.77vw;
  margin-bottom: 0;
}

.indexaboutSwiper{
  float: right;
  width: 52%;
  padding-top: 10px;
}
.indexaboutSwiper .aboutSwiper{
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  box-shadow: 0 10px 20px rgba(18,19,82,.2);
  padding-bottom: 0;
}
.indexaboutCulture{
  padding-right: 30px;
}
.indexaboutCulture .culturelist li{
  width: 31.85%;
  margin-right: 2.225%;
  height: 190px;
  background-image: url(../images/bg-indexcul.jpg);
}
.indexaboutCulture .culturelist li .iconimgs{
  bottom: 13px;
}
.indexaboutCulture .culturelist li .culturebox{
  padding: 30px 50px 26px;
}
.indexaboutCulture .culturelist li h2{
  font-size: 1.66vw;
  margin-bottom: 0.7vw;
}


.indexnewsbox{
  padding-top: 148px;
  padding-bottom: 158px;
  background: url(../images/bg-index2.png) no-repeat center center;
  background-size: cover;
}
.indexnewsright{
  float: right;
  width: 28.85417%;
  padding:0 7.8125vw;
  text-align: center;
}
.indexnewsright .indexnewstop{
  
}
.indexbg-t{
  position: relative;
  margin-top: -15px;
  z-index: -1;
  margin-bottom: 5.1vw;
}
.indexnewstop h1{
  position: relative;
  font-size: 2.1875vw;
  color: #000;
}
.indexnewstop h1::before,.indexnewstop h1::after{
  content: " ";
  display: inline-block;
  width: 2.239583vw;
  height: 2.135vw;
  background-image: url(../images/icon-jx1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  vertical-align: sub;
}
.indexnewstop h1::before{
  margin-right: 1.66vw;
}
.indexnewstop h1::after{
  margin-left: 1.66vw;
}
.indexnewsright a{
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #c49970;
}
.indexnewsright a em{
  display: inline-block;
  width: 28px;
  height: 10px;
  /* vertical-align: sub; */
  background: url(../images/arrow-single-golden.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.indexnewsleft{
  float: left;
  position: relative;
  width: 71.14583%;
  margin-top: -15px;
}
.indexnewsleft .swiper-wrapper{
  left: -15.995%;
}
.indexnewsleft .swiper-slide{
  width: 38.799%;
  padding:  15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.indexnewsleft .swiper-slide a{
  display: block;
  background: #fff;
  padding: 20px 25px;
  overflow: hidden;
  height: 30.46875vw;
  box-shadow: 0 0 15px rgba(213,213,213,.25);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.indexnewsleft .swiper-slide .imgbox{
  position: relative;
  width: 100%;
  height: 19.59vw;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: height .3s;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
}

.indexnewsleft .swiper-slide .imgbox img{
  width: 100%;
  height:auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.indexnewsleft .swiper-slide .indexnewstime{
  position: relative;
  z-index: 1;
  margin-left: 16px;
  width: 86px;
  height: 86px;
  text-align: center;
  padding-top: 24px;
  margin-top: -54px;
  line-height: 18px;
  color: #fff;
  background-image: url(../images/bg-flower.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-bottom: 20px;
  transition: top .5s;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
}
.indexnewsleft .swiper-slide .indexnewstime p{
  font-size: 36px;
  font-weight: bold;
  
}
.indexnewsleft .swiper-slide .indexnewstime span{
  font-size: 15px;
  font-weight: normal;
}  
.indexnewsleft .swiper-slide .indexnewsinfo{
  padding: 0 20px 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.indexnewsleft .swiper-slide .indexnewsinfo h2{
  font-size:20px;
  color: #333;
  line-height: 28px;
  margin-bottom: 16px;
  height: 56px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnewsleft .swiper-slide a i{
  position: absolute;
  right: 62px;
  bottom: 60px;
  /*width: 80px;
  */width: 0;
  height: 25px;
  display: inline-block;
  background-image: url(../images/newsmore.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  /*opacity: 0;
  display: none;
  */transition: width .5s;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
}
.indexnewsbtn{
  text-align: center;
  padding-top: 40px;
  clear: both;
}
.indexnewsbtn .swiper-button-next,.indexnewsbtn .swiper-button-prev{
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  z-index: 1;
  margin: 0 25px;
  background-color: #c49970;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  box-shadow: 0 0 15px rgba(213,213,213,.25);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.alumniequities-right .swiper-button-next,.alumniequities-right .swiper-button-prev{
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #c49970;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
.alumniequities-right .swiper-button-next{
  right: 0;
}
.alumniequities-right .swiper-button-prev{
  left: 0;
}
.indexnewsbtn .swiper-button-next::before,.indexnewsbtn .swiper-button-prev::before,
.alumniequities-right .swiper-button-next::before,.alumniequities-right .swiper-button-prev::before{
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: -webkit-linear-gradient(116deg, #c59b70,#000096);
  background: -moz-linear-gradient(116deg, #c59b70,#000096);
  background: -o-linear-gradient(116deg, #c59b70,#000096);
  background: linear-gradient(-26deg, #c59b70,#000096);
  /* background-color: #000096; */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-transition: ease 1s;
}
.indexnewsbtn .swiper-button-next::after,.indexnewsbtn .swiper-button-prev::after,
.alumniequities-right .swiper-button-next::after,.alumniequities-right .swiper-button-prev::after{
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
.indexnewsbtn .swiper-button-prev,.indexnewsbtn .swiper-button-prev::after,
.alumniequities-right .swiper-button-prev,.alumniequities-right .swiper-button-prev::after{
  background-image: url(../images/arrow-left-white.png);
}
.indexnewsbtn .swiper-button-next,.indexnewsbtn .swiper-button-next::after,
.alumniequities-right .swiper-button-next,.alumniequities-right .swiper-button-next::after{
  background-image: url(../images/arrow-right-white.png);
}

.indexvideobox{
  width: 100%;
  height: 46.5625vw;
  position: relative;
  overflow: hidden;
}
.indexvideobox video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none;
  /* opacity: 0; */
}
.indexvideocover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-b.png) no-repeat left top #f7fbfe;
  background-size:12.76% auto;
  text-align: center;
  z-index: 2;
}
.indexvideocover .indexslogan{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.indexslogan .imgs{
  display: inline-block;
  width: 18.02vw;
  height: auto;
  margin-bottom: 4.6875vw;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.indexslogan .indexvideobtn{
  display: none;
}
.indexvidotitle h1{
  font-size: 2.1875vw;
  background-image: linear-gradient(to right, #000096, #c59b70);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position: 0% 50%;
  font-weight: lighter;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.indexvideobox.showdiv .indexvideocover{
  animation: titleOpacity 8s ease-in-out forwards;
  -webkit-animation: titleOpacity 8s ease-in-out forwards;
} 
.indexvideobox.showdiv .imgs{
  animation: scaleImg 4s ease-in-out forwards;
  -webkit-animation: scaleImg 4s ease-in-out forwards;
  animation-delay: 1s;
}
.indexvideobox.showdiv h1{
  animation: titleOpacity 3.5s ease-in-out forwards;
  -webkit-animation: titleOpacity 3.5s ease-in-out forwards;
  animation-delay: 1s;
}


@keyframes scaleImg {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes scaleImg {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
  }
}
@keyframes titleOpacity{
  0% {
    opacity: 1;
    display:inline-block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: 0;
  }
}
@-webkit-keyframes titleOpacity{
  0% {
    opacity: 1;
    display:inline-block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: 0;
  }
}

.he_syp2{
  width: 100%;
  position: relative;
}
.he_syp2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 10;
}
.mc_b_s3{
  height: 220vh;
  overflow: hidden;
}
.mc_bs3_videobox {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.mc_bs3_title{
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  text-align: center;
}
.mc_bs3_videobox.act .mc_bs3_title {
  opacity: 0;
}
.he_cdph {
  width: 406px;
  margin: 0 auto;
  display: none;
}
.he_pult1 {
  font-size: 48px;
  line-height: 1.75;
  color: #333333;
}
.he_pcbantph {
  display: none;
}
.he_syp2hd p {
  font-size: 16px;
  line-height: 1.75;
  color: #999999;
  margin-bottom: 15px;
}
.he_syp2hd img {
  width: 36px;
  animation: xl 1.2s infinite;
}
.he_syp2hd {
  margin-top: 37px;
}
@keyframes xl {
  0% {
      transform: translateY(0px);
  }

  50% {
      transform: translateY(10px);
  }

  100% {
      transform: translateY(0px);
  }
}

.mc_bs3_videowrap {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  max-width: none;
  overflow: hidden;
  display: none;
}
.mc_bs3_videowrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.mc_bs3_video {
  height: auto;
  max-width: none; 
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-height: 100vh;
  transition: inherit;
}
.mc_bs3_videobox.act .mc_bs3_video {
  opacity: 1;
}
.he_syp2 .mc_bs3_video {
  width: 100%;
}
#mc_bs3_video1 {
  background: #000;
}
.mc_bs3_svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: none;
}
.he_bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  z-index: 10;
  display: none;
}
.he_bofang img {
  width: 100%;
}

.he_chonxin {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 11;
  display: none;
}
.he_chonxcl {
  width: 24px;
  float: left;
}
.he_bofang img {
    width: 100%;
}

.he_chonxcl img {
  width: 100%;
}
.he_chonxte {
  width: calc(100% - 24px);
  padding-left: 5px;
}
.he_chonxte p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}


.footer{
  position: relative;
}
.footerlogo{
  position: absolute;
  width: 64px;
  height: 64px;
  z-index: 4;
  left: 50%;
  top: -24px;
  background-image: url(../images/footerlogo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: -32px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  /*animation: footerLogoBounce 2s ease-in-out infinite;
  -webkit-animation: footerLogoBounce 2s ease-in-out infinite;
  */
}
@keyframes footerLogoBounce {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% { 
    transform: translateY(-10px); 
    -webkit-transform: translateY(-10px); 
    -moz-transform: translateY(-10px); 
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); 
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  } 
}

.footertop{
  width: 100%;
  background:url(../images/bg-j.png) no-repeat right top #000096;
  padding-top: 58px;
  padding-bottom: 32px;
  background-size: 10.885% auto;
}
.footerleft{
  float: left;
}
.footerleft ul{
  overflow: hidden;
}
.footerleft ul li{
  float: left;
  width: 122px;
  text-align: center;
  margin-right: 35px;
}
.footerleft ul li img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.footerleft ul li p{
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  color: rgba(255,255,255,0.6);
}
.footerleft ul li p span{
  font-size: 16px;
}
.footerright{
  float: right;
  width: 46%;
}
.footerright h2{
  width: 100%;
  height: 43px;
  font-size:20px;
  line-height: 43px;
  padding: 0 32px;
  background: #010171;
  color: #fff;
}
.footerright .footerinfo{
  background: url(../images/footerbg-3.png) no-repeat right 17.2% bottom rgba(1,1,122,.8);
  background-size: 14.48% auto;
  min-height: 196px;
  padding:46px 32px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.footerbottom{
  width: 100%;
  padding: 14px 0 11px;
  color: rgba(255,255,255,0.6);
  background: #01017a;
  font-size: 16px;
  line-height: 24px;
}
.copyright{
  float: left;
}
.copyright a{
  margin-left: 6px;
}
.footerbottom a{
  color: rgba(255,255,255,0.6);
}
.footerlink{
  float: right;
  padding-top: 3px;
}
.footerlink ul{
  overflow: hidden;
}
.footerlink ul li{
  float: left;
  padding:0 14px;
  line-height: 16px;
  height: 16px;
  position: relative;
}
.footerlink ul li.legal::before{
  content:"";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 2px;
  height: 14px;
  background: rgba(255,255,255,0.6);
}
.footerlink ul li a{
  display: block;
 
}
.footerlink ul li:first-child{
  border-left: none;
}
.footerlink ul li:last-child{
  margin-right: 0;
}

.showVideo{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11111;
}
.video_project{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
}
.videobg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
}
.videoBigbox{
  width: 94%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.video_close{
  float: right;
  cursor: pointer;
  z-index: 2;
}
.video_close img{
  width: 20px;
  margin-bottom: 25px;
  height: auto;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.video_close img:hover{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.video_content{
  width: 100%;
  clear: right;
  height: auto;
  position: relative;
  z-index: 2;
}    
.video_content video{
  width: 100%;
  height: auto;
}

/* 手机端导航 */
.mc_phone_nav{
  float: right;
  overflow: hidden;
  width: 26px;
  height: 70px;
  /* margin-right: 10px; */
}
.mc_menubox{
  width: 20px;
  height: 94px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
}
.mc_menubox .point{
  position: relative;
  display: inline-block;
  width: 20px;
  height:94px;
}
.mc_menubox .point .mc_nav {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 1000;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.topNav.fixed-head .mc_menubox .point .mc_nav,.topNav.fixed-head .mc_menubox .point .mc_nav::after,.topNav.fixed-head .mc_menubox .point .mc_nav::before{
  background-color: #6b6c6c;
}


.mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
  width: 15px;
}
.mc_menubox .point .mc_nav::after {
  top: -8px;
}
.mc_menubox .point .mc_nav::before {
  top: 8px;
}
.mc_menubox .point.active .mc_nav {
  background: transparent;
}
.topNav.fixed-head .mc_menubox .point.active .mc_nav{
  background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile{
  width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	position: fixed;
	transform: translateZ(0px) rotate(0deg);
	z-index: 1000;
  max-width: 320px;
  transition: all 0.5s;
  background: #fff;
}
body.z-open .mobile { 
  right:0;
  z-index: 11111; 
}
.closebox{
  text-align: right;
  padding: 27.5px 50px;
  border-bottom: 1px solid #e2e2e2;
}
.closebox span{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/close-r.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.mobilebox {
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.mobilebox h4 {
  position: relative;
  padding: 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.mobilebox h4::after {
  content: '';
  display: block;
  clear: both;
}
.mobilebox h4 a {
  float: left;
  width: 88%;
  font-size: 18px;
  line-height: 60px;
  color: #000;
  padding-left: 20px;
  background-image: url(../images/bg-flower.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
  max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
  display: none;
  padding-top: 7px;
  padding-bottom: 8px;

}
.mobilebox .ul2 .container_s {
  max-width: 100%;
  padding: 0 30px;
}

.mobilebox .ul1 {
  padding-bottom: 15px;
}
.img_s {
  float: right;
  display: block;
  font-size: 16px;
  line-height: 60px !important;
  color: #000;
  transition: all .36s;
  -webkit-transition:all .36s;
  -moz-transition:all .36s;
  -ms-transition:all .36s;
  -o-transition:all .36s;
}
.mobilebox h5 {
  position: relative;
}

.mobilebox h5::after {
  content: '';
  display: block;
  clear: both;
}

.mobilebox h5 a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding-left: 20px;
  max-width: calc(100% - 36px);
}

.mobilebox h5 img {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 35px;
  padding: 11px;
  cursor: pointer;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobilebox .mc_phnav_hasnosub .img_s{
  display: none;
}

.mobilebox h4.active img.img_s,
.xialaph h5.active img.img_s {
  display: none;
}

.mobilebox h4.active img.img_d,
.mobilebox h5.active img.img_d {
  display: block;
}
.mobilebox h4.active .img_s {
  transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
  transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
  transform: rotate(180deg);
}

/* 学院简介 */
.ibanner{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ibanner img {
  max-width: 500%;
  width: 100%;
  vertical-align: top;
}  
.ibannerA {
  position: absolute;
  left: 8.33333%;
  bottom:4.3146vw;
}
.ibannerA .tit {
  font-size: 42px;
  color:#fff; 
  font-weight: lighter; 
  line-height: 1.5;
} 
.ibannerA .c { 
  font-size: 20px; 
  margin-top:12px; 
  line-height: 32px;
  color:#fff; 
  max-width: 660px; 
  text-align: justify; 
  font-weight: lighter;
}
.about{
  margin-top:70px;
  position: relative;
  overflow: hidden;
}
.aboutSwiper{
  width: 43.85%;
  float: right;
}
.aboutbox{
  position: relative;
  margin-top: 100px;
}
.abotleftbg{
  position: absolute;
  left: 0;
  width: 8.335%;
  top: 0;
  height: 100%;
  background: url(../images/bgabout5.jpg) repeat-y left top;
}
.aboutbox::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width:8.335%;
  height: 56px;
  background: url(../images/bgabout4.jpg) repeat-x left top;
  background-size: auto 100%;
}
.aboutbox::after{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width:8.335%;
  height: 49px;
  background: url(../images/bgabout6.jpg) repeat-x left top;
  background-size: auto 100%;
}
.aboutbox .container{
  position: relative;
  background: url(../images/bgabout1.jpg) repeat-x left top;
  background-size: auto 56px;
}
.aboutbox .container::before{
  content: " ";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 56px;
  width: 17.0625%;
  height: calc(100% - 94px);
  background: url(../images/bgabout2.jpg) repeat-y top 56px right;
  background-size: auto 100%;
}
.aboutbox .container::after{
  content: " ";
  display: inline-block;
  width: 100%;
  height: 49px;
  background: url(../images/bgabout3.jpg) repeat-x left bottom;
  background-size: auto 100%;
}
.abouinfo{
  width: 46.875%;
  padding-top: 100px;
  padding-bottom: 46px;
}
.abouinfo h1{
  font-size: 36px;
  color: #bf976e;
  margin-bottom: 22px;
}
.abouttext{
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
.abouttext p{
  text-align: justify;
  margin-bottom: 10px;
}

.aboutSwiper{
  position: absolute;
  right: 0;
  top: 0;
  width: 43.85%;
 
  padding-bottom: 24px;
}
.aboutSwiper .swiper-pagination{
  bottom: 0;
  text-align: left;
  width: 100%;
  left: 4px;
}
.aboutSwiper .swiper-pagination .swiper-pagination-bullet{
  height: 4px;
  width: 11.4%;
  margin-right: 4.5%;
  opacity: 1;
  background: linear-gradient(to right,#090099,#c69c6d);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.aboutSwiper .swiper-pagination .swiper-pagination-bullet-active{
  width:64.6%;
}
.aboutCulture{
  padding-top: 46px;
  padding-bottom: 154px;
  background: url(../images/bg-culture1.jpg) no-repeat center bottom;
  background-size: 91.66% auto;
}
.culturelist li{
  float: left;
  width: 31.625%;
  overflow: hidden;
  height: 200px;
  margin-right: 2.5625%;
  position: relative;
  background: url(../images/bg-cul.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.culturelist li .iconimgs{
  position: absolute;
  right: -100%;
  bottom: 26px;
  transition: right .7s;
  -webkit-transition: right .7s;
  -moz-transition: right .7s;
  -ms-transition: right .7s;
  -o-transition: right .7s;
}
.culturelist li:last-child{
  margin-right: 0;
}
.culturelist li .culturebox{
  position: relative;
  padding: 34px 54px;
}
.culturelist li h2{
  font-size: 32px;
  color: #565656;
  margin-bottom: 14px;
}
.culturelist li p{
  font-size: 16px;
  line-height: 32px;
  color: #565656;
}
.aboutVideo{
  background: #f7fbfe;
  position:relative;
  padding-bottom: 130px;
}
.aboutVideo .container{
  position: relative;
}
.aboutVideo .videowords{
  position: absolute;
  width: 52.5%;
  top: -172px;
  height: auto;
  left: 0;
}
.videoInfo{
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  padding-top: 138px;
}
.videoInfo h1{
  font-size: 36px;
  color: #000;
  margin-bottom: 106px;
}
.videoInfo .videotext{
  font-size: 20px;
  color: #041c84;
  position: relative;
}
.videotext p{
  margin-bottom: 14px;
}
.videoInfo span{
  display: inline-block;
  width: 0;
  height: 1px;
  background: #041c84;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.aboutBigVideo{
  float: right;
  width: 67.083%;
  position: relative;
  margin-top: -46px;
  box-shadow: 0 0 10px rgba(4,28,132,.1);
}
.aboutBigVideo video{
  width: 100%;
  height: auto;
  display: none;
  vertical-align: middle;
}
.aboutBigVideo .videoCover{
  position: relative;
}
.videoCover .videoplaybtn{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.videoCover .videoplaybtn::after{
  content: " ";
  display: inline-block;
  width: 116px;
  height: 116px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: .6;
  background: url(../images/videobtn.png) no-repeat center center;
  background-size: 100% auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

/* 培养体系 */
.cultivatext{
  width: 44%;
  margin: 0 auto;
  margin-top: 44px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 52px;
}
.cultivatebox{
  padding-bottom: 128px;
  background: url(../images/bg-train.jpg) no-repeat center top 144px;
  background-size: 91.66% auto;
}
.cultivatetab{
  position: relative;
}
.cultivatetab .swiper-slide a{
  display: block;
  cursor: default;
  padding-top: 35px;
  position: relative;
  padding-bottom: 20px;
}
.cultivatetab .swiper-slide a::after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 17px;
  opacity: 0;
  background-image: url(../images/arrow-train-down.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}
.cultivatetab .swiper-slide .cultivateinfo{
  height: 210px;
  padding: 42px 25px 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cultivatetab .swiper-slide .cultivateinfo::after{
  content: '';
  position: absolute;
  width: 100%;
  top:0;
  height: 100%;
  left: 0;
  z-index: -1;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.cultivatetab .swiper-slide span{
  font-size: 16px;
  opacity: 0;
  text-transform: uppercase;
  color:rgba(255,255,255,0.3);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.cultivatetab .swiper-slide .cultivatetitle{
  position: absolute;
  left: 25px;
  bottom: 26px;
  line-height: 32px;
  font-size: 20px;
  color: #333;
}
.cultivatetab .swiper-slide h2{
  margin-bottom: 6px;
}
.cultivatetab .swiper-slide h2,.cultivatetab .swiper-slide p{
  font-size: 20px;
}
.cultivatetab .swiper-slide .icon-train{
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 35px;
  top: 0;
  width: 98px;
  height: 84px;
  z-index: 1;
  background-size: 100% auto;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.cultivatetab .swiper-slide.active a::after{
  opacity: 1;
}
.cultivatetab .swiper-slide.active .cultivateinfo::after{
  background-image: url(../images/trainbg.png);
  background-color:#041c84;
  background-size: 31.5% auto;
}
.cultivatetab .swiper-slide.active .icon-train{
  top: 42px;
  right: 0;
  opacity: 0;
}
.cultivatetab .swiper-slide.active span{
  opacity: 1;
}
.cultivatetab .swiper-slide.active .cultivatetitle{
  color: #fff;
}
.cultivatetab .swiper-button-next,.cultivatetab .swiper-button-prev{
  display: none;
}
.cultivatecontent{
  padding-top: 65px;
}
.cultivatebrief{

}
.cultivatebrief ul li{
  float: left;
  width: 33%;
  height: 508px;
  position: relative;
  padding: 170px 55px 0;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cultivatebrief ul li::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 48px;
  width: 94px;
  height: 94px;
  background-repeat: no-repeat;
  background-image: url(../images/train-ttbg.png);
  background-position: center center;
  background-size: 100% auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.cultivatebrief ul li h2{
  text-align: center;
  font-size: 42px;
  line-height: 28px;
  color: #00296f;
  margin-bottom: 45px;
}
.cultivatebrief ul li p{
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: justify;
}
.cultivatebrief ul.cul3 li:first-child{
  background-image: url(../images/arrow-train.png);
}
.cultivatebrief ul li:last-child{
  background-position: left center;
  background-image: url(../images/arrow-train-r.png);
}

.cultivatebrief ul.cul2 li:first-child{
  margin-left: 16.665%;
  background-position: left center;
  background-image: url(../images/arrow-train-r.png);
}
.cultivatebrief ul.cul2 li:last-child{
  background-position: right center;
  background-image: url(../images/arrow-train.png);
}

.cultivatebrief ul.cul1 li:first-child{
  margin-left: 33.335%;
  background-position: left center;
  background-image: url(../images/arrow-train-r.png);
}
.cultivatebrief ul.cul1 li:first-child::after{
  content: " ";
  display: inline-block;
  width: 17px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/arrow-train.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* 课程列表—课程体系 */
.main.maincoursebox{
  /* background: url(../images/bg-system.jpg) no-repeat center center; */
  background: #f7fbfe;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 40px;
}
.main.maincoursebox .commontitle{
  /* margin-bottom: 64px; */
}
.majorcourselist{
  background: url(../images/bg-course.png) no-repeat right bottom 40px;
  background-size: auto 265px;
}
.coursesystem{
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
  margin-bottom: 52px;
  position: relative;
}
.coursesystem.contentcourse{
  float: none;
  width: 100%;
  margin-right:0;
}
.coursesystem:nth-child(even){
  margin-right: 0;
}
.coursesystem.active{

}
.systemtop{
  position: absolute;
  left: 0;
  top: 0;
  width: 222px;
  height: 220px;
  background: linear-gradient(119deg,#e4cdb4,#c69c6d);
  z-index: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.systemtoptitle{
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.systemtoptitle .imgs{
  margin-bottom: 24px;
}
.systemtoptitle .imgs img{
  height: 58px;
}

.systemtoptitle h2{
  font-size: 22px;
  color: #fff;
  line-height: 28px;
}
.systemtoptitle span.add{
  position: absolute;
  top: 44px;
  right: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(../images/add.png);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.coursesystem.active span.add{
  background-image: url(../images/minus.png);
}
.systemcontentext{
  /* display: none; */
  position: relative;
  width:77.923%;
  float: right;
  background: url(../images/lisbg.png) no-repeat right bottom #fff;
  box-shadow: 0 0 20px rgba(33,22,19,.08);
  height: 452px;
  padding: 40px 30px 0 66px;
}
.systemcontentext.shortheight{
  /* height: 220px; */
}
.coursesystem.contentcourse .systemcontentext{
  width:87.923%;
  overflow: hidden;
}
.systemchildcontent{
  position: relative;
  height: 100%;
}
.systemchildcontent::before{
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #eff3f6;
  position: absolute;
  left: 0;
  top: 10px;

}
.coursesystem.index4 .systemcontentext,.coursesystem.index5 .systemcontentext,.coursesystem.index6 .systemcontentext{
  height: 320px;
}

.systemchildcontent>ul>li{
  margin-bottom: 30px;
  padding-left: 28px;
  position: relative;
  cursor: default;
}
.systemchildcontent>ul>li::before{
  content: " ";
  display: inline-block;
  width: 21px;
  height: 2px;
  background: #f6f9fa;
  position:absolute;
  left: 0;
  top: 10px;
  transition: width .5s;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
}

.systemchildcontent>ul>li h3{
  font-size: 22px;
  color: #c49970;
  margin-bottom: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.systemchildcontent>ul>li h3::before{

}
.systemchildcontent>ul>li> ul{
  position: relative;
  /* width: 76.98%; */
}
/* .systemchildcontent>ul>li> ul::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  background-image: url(../images/arrow-right-golden.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
} */
.systemchildcontent>ul>li> ul li{
  /* padding-left: 25px; */
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 2px;
}

.systembox{
  margin-top: 62px;
  min-height: 1080px;
  background: url(../images/bg-round.png) no-repeat center top 64px;
  position: relative;
  background-size: 69.0625%;
}
.systemlist{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.systemlist .systemitem{
  position: absolute;
  width: max-content;
}
.systemtitle{
  position: relative;
  float: left;
  width: 194px;
  height: 194px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-color: rgba(255,255,255,.05);
  background-image: url(../images/roundbg.png);
  box-shadow: 0 10px 20px rgba(33,22,19,.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.systemtitle h2{
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.syteminfo{
  float: left;
  margin-left: 16px;
  height: 194px;
}
.syteminfo ul{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.syteminfo ul li{
  position: relative;
  font-size: 20px;
  color: #333333;
  padding: 7px 24px 7px 38px;
  margin-bottom: 1px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.syteminfo ul li::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 16px;
  width:8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.systemitem.index0{
  left: 36.75%;
  top: 44px;
}
.systemitem.index1{
  left: 70%;
  top: 22px;
}
.systemitem.index2{
  left: 75.8%;
  top: 288px;
}
.systemitem.index3{
  left: 67.625%;
  top: 542px;
}
.systemitem.index4{
  left: 46%;
  top: 680px;
}
.systemitem.index4 .systemtitle{
  float: none;
}
.systemitem.index4 .syteminfo{
  float: none;
}
.systemitem.index4 .syteminfo ul{
  top: auto;
  margin-top: 12px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.systemitem.index5{
  left: 28.125%;
  top: 698px;
}
.systemitem.index5 .systemtitle{
  float: none;
}
.systemitem.index5 .syteminfo{
  float: none;
}
.systemitem.index5 .syteminfo ul{
  top: auto;
  left: 36%;
  margin-top: 12px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
}
.systemitem.index6{
  left: 0;
  top: 305px;
}
.systemitem.index6 .systemtitle{
  float: right;
}
.systemitem.index6 .syteminfo{
  float: right;
  margin-left: 0;
  margin-right: 10px;
}


/* .syteminfo ul li.on{
  color: #fff;
  background: #090099;
}
.syteminfo ul li.on::before{
  background: #fff;
} */

.syteminfo ul li.hover::before{
  background: #090099;
}
.syteminfo ul li.hover{
  border: 1px dashed #090099;
  color: #090099;
  cursor: default;
}
.syteminfo ul li.hover::before{
  background: #090099;
}
/* .systemlist .systemitem:hover ul li::before{
  background: #090099;
} */
.systemlist .systemitem.active .systemtitle{
  background-image: url(../images/roundbg-r.png);
}
.systemlist .systemitem.active .systemtitle h2{
  color: #fff;
}

.systembrief{
  width: 37.125%;
  display: none;
  height: 310px;
  position: absolute;
  left: 47%;
  top: 288px;
  z-index: 1;
  overflow: hidden;
  padding: 46px 52px;
  border-top: 6px solid #090099;
  background: url(../images/bg-system.png) no-repeat center top rgba(255,255,255,.65);
  background-size: cover;
  box-shadow: 0 10px 20px rgba(33,22,19,.15);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.systemcontent{
  /* display: none; */
}
.systemcontent h3{
  font-size: 30px;
  color: #090099;
  margin-bottom: 36px;
}
.systemcontent h4{
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.systemcontent p{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.systembox::after{
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 23% auto;
  transform: translate(-50%,-60%);
  -webkit-transform: translate(-50%,-60%);
  -moz-transform: translate(-50%,-60%);
  -ms-transform: translate(-50%,-60%);
  -o-transform: translate(-50%,-60%);
}

/* 课程列表-我要报名 */
.main{
  padding-top: 78px;
}
.commontitle{
  text-align: center;
  font-size: 36px;
  color: #002064;
}
.coursebox{
  margin-top: 80px;
  padding-bottom: 83px;
  min-height: 400px;
}
.coursebox .container{
  position: relative;
}
.load-message{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 224px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.load-message.none{
  visibility: hidden;
}
.load-message .loaditem{
  float: left;
  width: 32.5%;
  position: relative;
  min-height: 224px;
  margin-right: 1.25%;
  background: #fdfdfd;
  box-shadow: 0 10px 20px rgba(33,22,19,.05);
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.load-message .loaditem .loadleft{
  position: absolute;
  left: 0;
  top:0;
  width: 28.5%;
  height: 100%;
  background: linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  background: -webkit-linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  background: -moz-linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  background: -o-linear-gradient(to bottom,#f7f6f6,#fdfdfd);
}
.load-message .loaditem:last-child{
  margin-right: 0;
}
.load-message .loaditem .loadright{
  float: right;
  width: 71.5%;
}

.courselist{
  position: relative;
  margin-bottom:36px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.courselist li{
  float: left;
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 36px;
  /* border: 1px solid transparent; */
  box-shadow: 0 10px 20px rgba(33,22,19,.15);
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.courselist li a{
  display: block;
  position: relative;
  min-height: 224px;
  /* cursor: default; */
}
.courselist li .courseleft{
  position: absolute;
  left: 0;
  top:0;
  width: 28.5%;
  text-align: center;
  padding-top: 50px;
  height: 100%;
  color: #fff;
  background: linear-gradient(119deg,#c69c6d,#e4cdb4);
  background: -webkit-linear-gradient(119deg,#c69c6d,#e4cdb4);
  background: -moz-linear-gradient(119deg,#c69c6d,#e4cdb4);
  background: -o-linear-gradient(119deg,#c69c6d,#e4cdb4);
}
.courselist li .signstartbox{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
}

.courselist li .signstartbox .starttext{
  letter-spacing: 2px;
  font-size: 32px;
  width: 68%;
  margin: 0 auto;
  margin-bottom: 12px;
}
.courseleft .signdate{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  letter-spacing: 2px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.courseleft .signstartdate{
  /* margin-bottom: 12px; */
}
.courseleft .alltime .signstartdate{
  display: inline-block;
  width: 46%;
}
.courseleft span,.courseleft p{
  display: block;
  font-family: Arial;
}
.courseleft .timeMonth{
  font-size: 20px;
}
.courseleft .timeDay{
  font-size: 65px;
  line-height: initial;
  font-weight: bold;
  margin-top: -4px;
}
.courseleft .timeYear{
  font-size: 18px;
  margin-top: -8px;
  font-weight: bold;
}
.courselist li .alltime{
  position: relative;
}
.courselist li .alltime::after{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: rgba(255,255,255,.5);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.courselist li .alltime .allend{
  display: inline-block;
  width: 46%;
}
.courseleft .alltime .timeMonth{
  font-size: 16px;
}
.courseleft .alltime .timeDay{
  font-size: 42px;
  margin-top: -2px;
}
.courseleft .alltime .timeYear{
  margin-top: -1px;
}
.courseleft .alltime .currentYear {
  display: none;
  font-size: 18px;
  margin-top: 3px;
  font-weight: bold;
}

.courseleft span.coursestatus{
  width: 80px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  display: inline-block;
  margin-top: 12px;
}
.courselist li .courseright{
  float: right;
  width: 71.5%;
  padding: 17px 30px;
}
.courselist li .courseright .coursemarker{
  text-align: right;
  margin-bottom: 17px;
}
.coursemarker span{
  display: inline-block;
  padding: 0 14px;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 14px 0 15px 14px;
  -webkit-border-radius: 14px 0 15px 14px;
  -moz-border-radius: 14px 0 15px 14px;
  -ms-border-radius: 14px 0 15px 14px;
  -o-border-radius: 14px 0 15px 14px;
  background: linear-gradient(119deg,#c69c6d,#e4cdb4);
  background: -webkit-linear-gradient(119deg,#c69c6d,#e4cdb4);
  background: -moz-linear-gradient(119deg,#c69c6d,#e4cdb4);
  background: -o-linear-gradient(119deg,#c69c6d,#e4cdb4);
}
.courselist li .courseright h2{
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 37px;
  display: -webkit-box;
  height: 56px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.courselist li .courseright h2 span.shugang{
  vertical-align: baseline;
  display: inline-block;
  margin: 0 5px;
  font-size: 22px;
}
.courselist li .courseright .courseinfo{
  position: relative;
  text-align: right;
}
.courselist li .courseright .courseinfo span{
  display: inline-block;
  padding:0 26px 0 46px;
  height: 43px;
  position: relative;
  border: 1px solid #cfcfcf;
  line-height: 43px;
  color: #333;
  font-size: 18px;
  overflow:hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.courselist li .courseright .courseinfo span::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #f5a463;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.courselist li .courseright .courseinfo span::after{
  content: " ";
  display: inline-block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  background: #f5a463;
  z-index: -1;
  transition: top .5s;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
}
.courselist li a .showqcode{
  position: absolute;
  left: 0;
  top:100%;
  /*opacity: 1;
  */width: 100%;
  height: 100%;
  background:rgba(6,4,119,.85);
  z-index: 1;
  transition: top .5s;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
}
.courselist li a .showqcode.on{
  top: 0;
}
.showqcode .qcodeinfo{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  text-align: center;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.showqcode .qcodeinfo .qcodeimg{
  vertical-align: middle;
  width: 160px;
  height: auto;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.showqcode .qcodeinfo p{
  display: inline-block;
  margin-left: 26px;
  font-size: 24px;
  color: #fff;
}
.courseinfo span.courseplace{
  float: right;
  margin-top: 6px;
  line-height: 32px;
  background: url(../images/icon-place.png) no-repeat left center;
  padding-left:32px;
  background-size: 32px auto;
}
.courselist li.active .courseleft{
  background: linear-gradient(119deg,#0d0398,#5e5fbc);
  background: -webkit-linear-gradient(119deg,#0d0398,#5e5fbc);
  background: -moz-linear-gradient(119deg,#0d0398,#5e5fbc);
  background: -o-linear-gradient(119deg,#0d0398,#5e5fbc);
}
.courselist li.active .courseright .coursemarker span{
  background: linear-gradient(119deg,#0d0398,#5e5fbc);
  background: -webkit-linear-gradient(119deg,#0d0398,#5e5fbc);
  background: -moz-linear-gradient(119deg,#0d0398,#5e5fbc);
  background: -o-linear-gradient(119deg,#0d0398,#5e5fbc);
}
.courselist li.active:hover{
  /* border: 1px solid rgba(6,4,119,.85); */
}

.courselist li.active span.coursestatus{
  color: rgba(255, 255, 255, 0.6);
}
.courselist li.active .courseright .courseinfo span::before{
  background: #00b318;
}
.courselist li.active .courseright .courseinfo span::after{
  background: #00b318;
}
.courselist li.active-red .courseleft{
  background: linear-gradient(119deg,#b00d10,#cf847d);
  background: -webkit-linear-gradient(119deg,#b00d10,#cf847d);
  background: -moz-linear-gradient(119deg,#b00d10,#cf847d);
  background: -o-linear-gradient(119deg,#b00d10,#cf847d);
}
.courselist li.active-red .courseright .coursemarker span{
  background: linear-gradient(119deg,#b00d10,#cf847d);
  background: -webkit-linear-gradient(119deg,#b00d10,#cf847d);
  background: -moz-linear-gradient(119deg,#b00d10,#cf847d);
  background: -o-linear-gradient(119deg,#b00d10,#cf847d);
}

/* 课程详情页 */
.coursecontenttitle{
  text-align: center;
  font-size: 36px;
  color: #002064;
  margin-bottom: 78px;
}
.coursecontenttitle span{
  font-size: 40px;
  display: inline-block;
  margin: 0 10px;
  font-weight: lighter;
  vertical-align: baseline;
}
.coursecontentbox{
  position: relative;
  padding-bottom: 126px;
}
.coursenoresult{
  text-align: center;
  display: none;
}
.coursenoresult p{
  font-size: 42px;
  color: #000;
}

.coursebrief{
  text-align: center;
}
.coursebrief .loaderimg{
  width: 1000px;
  margin: 0 auto;
  min-height: 500px;
  background: linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  background: -webkit-linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  background: -moz-linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  background: -o-linear-gradient(to bottom,#f7f6f6,#fdfdfd);
  transition: background .3s;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
}
.coursebrief .loaderimg.nocolor{
  background: none;
}
.courseqcode{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 2;
  transition: top .6s ease-in-out;
  -webkit-transition: top .6s ease-in-out;
  -moz-transition: top .6s ease-in-out;
  -ms-transition: top .6s ease-in-out;
  -o-transition: top .6s ease-in-out;
}
.courseqcode.DckfPosf{
  position: fixed;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.courseqcode .courseqcodeinfo{
  padding: 22px 26px 16px;
  background: #b9926b;
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
}
.courseqcode .qcodeimg{
  width: 160px;
  height: auto;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.courseqcode p{
  font-size: 18px;
  text-align: center;
  line-height:26px;
}


/* 新闻列表页 */
.newsisgoodbox{
  margin-top: 65px;
  position: relative;
  margin-bottom: 86px;
}
.newsisgoodbox::after{
  content: " ";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 116px;
  z-index: -1;
  width: 41.14583%;
  height: 128px;
  background: url(../images/bgnews.png) no-repeat center bottom;
  background-size: 100% auto;
}
.newsisgoodbox a{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.newsisgoodbox .newsleft{
  position: relative;
  float: left;
  width: 40.5%;
  padding: 42px 0 0 42px;
}
.newsisgoodbox .newsleft::before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: calc(100% - 52px);
  height: calc( 100% - 48px);
  background: #bf976e;
}
.newsisgoodbox .newsleft .imgs{
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.newsisgoodbox .newsright{
  float: right;
  width: 52.375%;
  padding-right: 10%;
  padding-top: 85px;
}
.newsisgoodbox .newsright span{
  display: inline-block;
  font-size: 16px;
  color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
}
.newsisgoodbox .newsright span.isgoodtime{
  background-image: url(../images/icon-time.png);
  background-position: center left;
  background-size: 20px auto;
  padding-left: 28px;
  margin-bottom: 28px;
  height: 28px;
  line-height:28px;
}
.newsisgoodbox .newsright h2{
  color: #333;
  font-size: 24px;
  line-height: 32px;
  height: 64px;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsisgoodbox .newsright .newssmalltext{
  font-size: 16px;
  line-height: 32px;
  color: #333;
  height: 96px;
  margin-bottom: 28px;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsisgoodbox .newsright span.newsmore{
  color: #666;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.newsisgoodbox .newsright span.newsmore::after{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #c49970;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.newsisgoodbox .newsright span.newsmore em{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  background-image: url(../images/arrow-right-gray.png);
  background-position: center center;
  background-size: 18px auto;
  margin-left: 6px;
}
.newsbox{
  padding-bottom: 80px;
}
.newsbox .newslists{
  margin-bottom: 44px;
}
.newsbox .newslists li{
  float: left;
  width: 31.875%;
  margin-right: 2.1875%;
  margin-bottom: 38px;
  box-shadow: 0 0 26px rgba(213,213,213,.25);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.newsbox .newslists li a{
  display: block;
  position: relative;
  padding: 26px 26px;
  min-height: 634px;
  overflow: hidden;
}
.newsbox .newslists li .imgbox{
  position: relative;
  padding-bottom:56px;
}
.newsbox .newslists li .imgs{
  width: 100%;
  height: 386px;
  /* height: 19.79vw; */
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.newsbox .newslists li .imgs img{
  width: 100%;
  height:auto;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.newsbox .newslists li .newstime{
  position: absolute;
  bottom: 0;
  left: 34px;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 18px;
  padding-top: 26px;
  color: #fff;
  background-image: url(../images/bg-flower.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  
}
.newsbox .newslists li .newstime p{
  font-size: 36px;
  font-weight: bold;
}

.newsbox .newslists li .newstime span{
  font-size: 15px;
  display: block;
  font-weight: normal;

}  
.newsbox .newslists li .newstime p span{
  display: inline-block;
}
.newsbox .newslists li .newsinfo{
  padding:30px 8px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.newsbox .newslists li .newsinfo h2{
  font-size:20px;
  color: #333;
  line-height: 28px;
  margin-bottom: 16px;
  height: 56px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsbox .newslists li span.moreline{
  position: absolute;
  bottom: 76px;
  right: 26px;
  width: 0;
  height: 25px; 
  display: inline-block;
  background-image: url(../images/newsmore.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
@keyframes flipBook{
  0%{
    width: 0;
  }
  100%{
    width: 80px;
  }
}

.lookmore{
  text-align: center;

}
.lookmore a{
  width: 180px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 18px;
  color: #333;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.lookmore a::after{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #c49970;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}


.pages{
  padding-top:5px;
  padding-bottom: 55px;
  text-align: center;
}
.pages a{
  display: inline-block;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  line-height: 35px;
}
.pages b{
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border:1px solid #c49970;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #fff;
  background: #c49970;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
}

/* 新闻内容页 */
.newscontent{
  padding-top: 64px;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.newscontenttop{
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #e6e6e6;
}
.newscontenttop .location{
  float: left;
  color: #666;
  font-size: 16px;
}
.location a{
  color: #666;
  margin-left: 15px;
  font-size: 16px;
  margin-right: 15px;
}

.location a.last{
  color: #c49970;
}
.newscontenttop .backreturn{
  float: right;
  margin-top: 18px;
}
.backreturn a{
  display:inline-block;
  color: #666;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.backreturn a i{
  display: inline-block;
  width:18px;
  height: 18px;
  background-image: url(../images/back.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: text-bottom;
  margin-right: 8px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.titlebox{
  padding-bottom: 35px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #c49970;
}
.titlebox h1{
  color: #333;
  font-size:32px;
  position: relative;
  margin-bottom: 30px;
  line-height: 48px;
}
.titlebox::after{
  content: " ";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/logo_favicon.gif) no-repeat center center;
  left: 50%;
  bottom: -13px;
  background-size: 100% auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.titlebox .release{

}
.titlebox .release span{
  color: #707070;
  display: inline-block;
  line-height: 32px;
  margin:0 7px;
  font-size: 16px;
  background-image: url(../images/icon-time2.png);
  background-position:left top 6px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  padding-left:30px;
}
.newstext video{
  display: inline-block;
  width: 800px;
  margin-top: 10px;
}
.newstext,.newstext p{
  font-size: 16px;
  color: #707070;
  line-height: 32px;
}
.newstext p{
  font-size: 16px;
  color: #707070;
  line-height: 32px;
}
.newstext img,.newstext p img{
  margin-top: 10px;
  height: auto !important;
  margin-bottom: 10px;
}

.newschange{
  margin-top: 90px;
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 138px;
}
.newschange .newschange-l,.newschange .newschange-r{
  width: 48%;
  font-size: 16px;
  color: #707070;
  line-height: 32px;
  background-repeat: no-repeat;
  background-size:20px auto;
}
.newschange .newschange-l{
  float: left;
  padding-left: 28px;
  background-position:left top 6px;
  background-image: url(../images/arrow-left-gray.png);
}
.newschange .newschange-r{
  float: right;
  padding-right: 28px;
  background-image: url(../images/arrow-right-gray.png);
  background-position:right top 6px;
}

.newschange a{ 
  width: 80%;
  font-size:16px;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newschange .newschange-l a{
  float: left;
}
.newschange .newschange-l span{
  float: left;
  margin-right:15px;
}
.newschange .newschange-r a{
  float: right;
  text-align: right;
}
.newschange .newschange-r span{
  float: right;
  margin-left: 15px;
}

/* 校友家园封面页 */
.equities-section1{
  padding-bottom: 68px;
} 
.equities-section1 .commontitle{
  text-align: left;
  padding-left: 15px;
}
.alumniactivity{
  position: relative;
  margin-top: 45px;
}
.alumniactivity .swiper-slide{
  padding:  15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.alumniactivity .swiper-slide a{
  display: block;
  background: #fff;
  padding: 20px 25px;
  overflow: hidden;
  height: 30.46875vw;
  box-shadow: 0 0 15px rgba(213,213,213,.25);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.alumniactivity .swiper-slide .imgbox{
  position: relative;
  width: 100%;
  height: 19.59vw;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: height .3s;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
}

.alumniactivity .swiper-slide .imgbox img{
  width: 100%;
  height:auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.alumniactivity .swiper-slide .indexnewstime{
  position: relative;
  z-index: 1;
  margin-left: 16px;
  width: 86px;
  height: 86px;
  text-align: center;
  padding-top: 24px;
  margin-top: -54px;
  color: #fff;
  line-height: 18px;
  background-image: url(../images/bg-flower.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-bottom: 20px;
  transition: top .5s;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
}
.alumniactivity .swiper-slide .indexnewstime p{
  font-size: 36px;
  font-weight: bold;

}
.alumniactivity .swiper-slide .indexnewstime span{
  font-size: 15px;
  font-weight: normal;
}  
.alumniactivity .swiper-slide .indexnewsinfo{
  padding: 0 20px 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.alumniactivity .swiper-slide .indexnewsinfo h2{
  font-size:20px;
  color: #333;
  line-height: 28px;
  margin-bottom: 16px;
  height: 56px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.alumniactivity .swiper-slide a i{
  position: absolute;
  right: 62px;
  bottom: 60px;
  /*width: 80px;
  */width: 0;
  height: 25px;
  display: inline-block;
  background-image: url(../images/newsmore.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  /*opacity: 0;
  display: none;
  */transition: width .5s;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
}
.activitybtn{
  text-align: center;
  padding-top: 18px;
  clear: both;
}
.activitybtn .swiper-button-next,.activitybtn .swiper-button-prev{
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  z-index: 1;
  margin: 0 40px;
  background-color: #c49970;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  box-shadow: 0 0 15px rgba(213,213,213,.25);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.activitybtn .swiper-button-next::before,.activitybtn .swiper-button-prev::before{
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: -webkit-linear-gradient(116deg, #c59b70,#000096);
  background: -moz-linear-gradient(116deg, #c59b70,#000096);
  background: -o-linear-gradient(116deg, #c59b70,#000096);
  background: linear-gradient(-26deg, #c59b70,#000096);
  /* background-color: #000096; */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-transition: ease 1s;
}
.activitybtn .swiper-button-next::after,.activitybtn .swiper-button-prev::after{
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
.activitybtn .swiper-button-prev,.activitybtn .swiper-button-prev::after{
  background-image: url(../images/arrow-left-white.png);
}
.activitybtn .swiper-button-next,.activitybtn .swiper-button-next::after{
  background-image: url(../images/arrow-right-white.png);
}


.equities-section2{
  background: #f7fbfe;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 5px;
}
.equities-section2 .commontitle{
  text-align: right;
}
.alumnistatusbg{
  /* width:43.22%;
  margin: 0 auto;
  padding-left: 2.5%; */
}
.alumnistatusbg::before{
  content: " ";
  position: absolute;
  width: 43.125%;
  left: 25.7%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: #090099;
  display: inline-block;
}
.alumnistatus{
  margin-top: 30px;
}
.swiper-alumnistatus{
  /* padding-top: 45px; */
}
.alumnistatus .swiper-slide{
  width: 43.2%;
  padding-top: 45px;
}
.alumnistatus .swiper-slide a{
  display: block;
  position: relative;
  height: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.alumnistatus .swiper-slide .imgbox{
  height: auto;
  overflow: hidden;
  position: relative;
}
.alumnistatus .swiper-slide .imgbox::after{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
}
.alumnistatus .swiper-slide .imgbox img{
  width: 100%;
  height: auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.alumnistatus .swiper-slide .alumnititle{
  padding: 32px 45px 32px 5px;
  color: #fff;
  opacity: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
}
.alumnistatus .swiper-slide h2{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
}
.alumnistatus .swiper-slide span{
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #c69a6d;
}
.alumnistatus .swiper-slide span em{
  display: inline-block;
  width: 28px;
  height: 10px;
  /* vertical-align: sub; */
  background: url(../images/arrow-single-golden.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.alumnistatus .swiper-slide:hover span em{
  margin-left: 15px;
}
.alumnistatus .swiper-slide:hover .imgbox::after{
  opacity: 0;
}
.alumnistatus .swiper-slide-active a{
  transform: translateY(-45px);
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
}
.alumnistatus .swiper-slide-active .imgbox::after{
  opacity: 0;
}
.alumnistatus .swiper-slide:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.alumnistatus .swiper-slide-active .alumnititle{
  opacity: 1;
}
.alumnistatus .swiper-button-next,.alumnistatus .swiper-button-prev{
  width: 20%;
  height: 100%;
  background-size: 52px auto;
  top: 0;
  background-image: none;
  margin-top:0;
  background-position: top 33% right 18px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.alumnistatus .swiper-button-next::before,.alumnistatus .swiper-button-prev::before{
  content: " ";
  display: inline-block;
  position: absolute;
  top: 41%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  z-index: 0;
  background: #090099;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.alumnistatus .swiper-button-next::after,.alumnistatus .swiper-button-prev::after{
  content: " ";
  display: inline-block;
  position: absolute;
  top: 41%;
  width: 64px;
  height: 64px;
  z-index: 1;
  margin-top: -32px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.alumnistatus .swiper-button-next::before{
  right: -28px;
}
.alumnistatus .swiper-button-prev::before{
  left: -28px;
}
.alumnistatus .swiper-button-next:hover::before{
  background: #c49970;
}
.alumnistatus .swiper-button-prev:hover::before{
  background: #c49970;
}
.alumnistatus .swiper-button-next::after{
  background-position: left center;
  right: -38px;
  background-image: url(../images/arrow-right-white.png);
}
.alumnistatus .swiper-button-prev::after{
  left: -38px;
  background-position: right center;
  background-image: url(../images/arrow-left-white.png);
}
.alumnistatus .swiper-button-prev{
  left: 0;
  /* background-image: url(../images/change-l.png); */
}
.alumnistatus .swiper-button-next{
  right: 0;
  /* background-image: url(../images/change-r.png); */
}
/* .alumnistatus .swiper-button-prev:hover{
  left: 10px;
  background-image: url(../images/change-l-r.png);
}
.alumnistatus .swiper-button-next:hover{
  right: 10px;
  background-image: url(../images/change-r-r.png);
} */
.equities-section3{
  padding-top: 115px;
  padding-bottom: 102px;
  background-image: url(../images/bg-equities.png);
  background-repeat: no-repeat;
  background-position: left top 192px;
  background-size: 41.9% auto;
}
.alumniequities{
  position: relative;
}
.alumniequities-left{
  position: absolute;
  left: 0;
  top: 50%;
  width: 40.375%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.alumniequities-left .commontitle{
  text-align: left;
}
.alumniequities-left .alumniequitiesword{
  margin-top: 68px;
}
.alumniequitiesword img{
  width: 62.38%;
}
.alumniequities-right{
  float: right;
  width: 52.8125%;
  position: relative;
}
.alumniequitiesbox{
  width: 76.297%;
  margin:0 auto;
  position: relative;
  box-shadow: 0 0 20px rgba(204,180,154,.6);
}
.alumniequities-right .swiper-slide{

}
.alumniequities-right .swiper-slide .alumniequitiesinfo{
  padding: 46px 68px;
  height: 417px;
}
.alumniequities-right .swiper-slide h2{
  font-size: 32px;
  color: #464646;
  margin-bottom: 38px;
}
.alumni-left{
  float: left;
  width: 65%;
  font-size: 18px;
  color: #595959;
  line-height:32px;
}
.alumni-left p{
  font-size: 18px;
  color: #595959;
  line-height:32px;
}
.alumni-left ul{
  color: #002860;
  margin-top: 34px;
}
.alumni-left ul li{
  color: #002860;
}
.alumni-right{
  float: right;
  width: 25%;
  text-align: center;
}
.alumni-right img{
  width: 108px;
}
.alumni-right p{
  margin-top: 14px;
  font-size: 16px;
  color: #595959;
}
.alumniequitiesbox .swiper-pagination{
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.alumniequitiesbox .swiper-pagination-bullet{
  width: 17px;
  height: 17px;
  background: #a7a7a7;
  opacity: 1;
  margin: 0 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.alumniequitiesbox .swiper-pagination-bullet-active{
  background: #c79d6d;
}

.equities-section4{
  width: 100%;
  padding-top: 84px;
  position: relative;
  background-image: url(../images/bg-juanz.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.equities-section4 .container{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.alumnidonateimg{
  width: 59.53125%;
}
.alumnidonate{
  position: absolute;
  width: 32.75%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.alumnidonate .commontitle{
  text-align: right;
}
.alumnidonatebox{
  overflow: hidden;
  background: #fff;
  margin-top: 70px;
  padding: 37px;
}
.alumnidonatebox p{
  float: left;
  font-size: 18px;
  margin-top: 24px;
  color: #595959;
  line-height: 32px;
}
.alumnidonatebox img{
  float: right;
  width: 108px;
}

/* 校友权益列表 */
.equitiesbox{
  padding-top: 36px;
  padding-bottom: 146px;
}
.equitiesleft{
  float: left;
  width: 23.4375%;
  position: relative;
  padding-top: 82px;
  margin-top: 26px;
  border: 3px solid #f4ca90;
  border-left: none;
  border-bottom: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.equitiesguide{
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 0;
  width: 81.57%;
  background: #fff;
  text-align: right;
  padding: 0 9px;
}
.equitiesguide img{
  vertical-align: middle;
  height: 20px;
}
.equitiesguide img.equitiesword1{
  margin-bottom: 14px;
}
.guidetitle{
  position: absolute;
  left: 32px;
  bottom: 32px;
  height: 42px;
  padding-left: 28px;
}
.guidetitle i.icon-pointer{
  display: inline-block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 27px;
  background-image: url(../images/icon-pointer.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  top: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  animation: pointerMove 1.5s linear infinite;
  -webkit-animation: pointerMove 1.5s linear infinite;
}
@keyframes pointerMove {
  0% { top: 5px; }
  50% { top: 10px; }
  100% { top: 5px; }
}
.guidetitle span{
  font-size: 18px;
  color: #464646;
  line-height: 42px;
}
.equitieslist{
  position: relative;
  box-shadow: 0 0 20px rgba(204,180,154,.6);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.equitieslist::after{
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: -3px;
  height: 25px;
  width: 50%;
  background: #fff;
  border-right: 3px solid #f4ca90;
  border-bottom: 3px solid #f4ca90;
  border-radius: 0 0 20px 0;
}
.equitieslist ul{
  position: relative;
  padding-top: 28px;
  padding-bottom: 32px;
}
.equitieslist li{
  margin-bottom: 2px;
  line-height: 80px;
  height: 80px;
  padding: 0 5px 0 22px;
  text-align: right;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.equitieslist li a{
  display: block;
  border-bottom: 1px solid #f9f5f0;
  font-size: 24px;
  color: #464646;
  padding: 0 65px;
  position: relative;
  /* transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; */
}
.equitieslist li a::after{
  content: " ";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #f9f5f0;
  transition: width .5s;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
}
.equitieslist li.active a{
  color: #c79d6d;
}
.equitieslist li.active a::after{
  width: 100%;
}

.equitiesright{
  width: 71.125%;
  float: right;
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
  min-height: 625px;
}

.equitiescontent{
  /* position: relative; */
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.equitiespics{
  float: left;
  width: 53%;
}
.equitiesbrief{
  float: right;
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 45px 50px 35px;
  border-top: 8px solid #090099;
  box-shadow: 0 0 20px rgba(70,70,71,.1);
}
.equitiestitle{
  font-size: 24px;
  color: #002064;
  margin-bottom: 30px;
}
.equitiestext{
  font-size: 18px;
  color: #595959;
  line-height:36px;
  text-align:justify;
}
.equitiestext ul{
  margin-top: 44px;
}
.equitiestext ul li{
  color: #002064;
}
.equitiesbottom{
  /* margin-top: 46px; */
  position: absolute;
  padding: 0 50px 50px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.equitiesbtn{
  float: left;
  position: relative;
  margin-top: 95px;
}
.equitiesbtn .swiper-button-next,.equitiesbtn .swiper-button-prev{
  display: inline-block;
  width: 28px;
  height: 10px;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top:0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.equitiesbtn .swiper-button-next{
  background-image: url(../images/picbtn-r.png);
}
.equitiesbtn .swiper-button-prev{
  background-image: url(../images/picbtn-l.png);
}
.equitiesbtn .swiper-pagination{
  display: inline-block;
  bottom: auto;
  width: 80px;
  left: auto;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #595959;
  line-height: 24px;
  vertical-align: sub;
}
.equitiesbtn span{
  font-size: 16px;
  color: #595959;
  line-height: 24px;
}
.equitiesbtn .swiper-pagination-current{
  color: #c69c6d;
  font-size:24px;
}


.equitiesxcx{
  float: right;
  text-align: center;
}
.equitiesxcx>img{
  width: 122px;
}
.equitiesxcx p{
  font-size: 16px;
  color: #595959;
  line-height: 32px;
}

/* 联系我们 */
.contacttop{
  padding: 120px 0;
}
.connect{
  width: 100%;
}
.contactbottom{
  width: 72.5%;
  margin: 0 auto;
}
.connect p{
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
.connect ul{
  /* margin-bottom: 40px; */
  /* margin-bottom: 94px; */
}
.connect ul li{
  float: left;
  width: 30%;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: left top 7px;
  background-size: 66px auto;
}
.connect ul li:last-child{
  margin-right: 0;
}
.connect ul li.index1{
  /* margin-left: 5%; */
  margin-right: 10%;
}
.connect ul li p{
  color: #333;
  font-size: 18px;
  line-height: 32px;
}
.connect ul li p.common-p{
  font-size: 16px;
  color: #999;
  line-height: 24px;
  /* margin-left: -80px; */
  margin-top: 15px;
}
.connect ul li p a{
  color: #333;
}
.connect ul li p strong{
  font-weight: normal;
  font-size: 20px;
  color: #08028b;
}
.contactbox{
  /* background: url(../images/bg-roat.jpg) repeat-y left top; */
  background-size: 100% auto;
  background: #f5f5f5;
  /* padding-top: 110px; */
}
.contactleft{
  float: left;
  margin-bottom: 128px;
  margin-top: 15px;
  margin-right: 10px;
}
.contactleft h2{
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
}
.contactleft p{
  font-size: 16px;
  color: #333;
}
.contactright{
  float: left;
  width: 390px;
  position: relative;
  padding-left: 40px;
}
.contactright::after{
  content: " ";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c79d6d;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.contactright ul{
  text-align: right;
  width: 100%;
}
.contactright li{
  display: inline-block;
  margin-left: 106px;
  position: relative;
}
.contactright li .iconlis{
  width: 66px;
  height: 66px;
  text-align: center;
  padding: 9px 9px;
  cursor:pointer;
  position: relative;
  z-index: 1;
  /* background: url(../images/arrow-by2.png) no-repeat center bottom 3px #f5f5f5; */
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-image: url(../images/arrow-by2.png);
  /* border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; */
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.contactright li span{
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
  color: #333;
}
.contactright li .iconlis.icon-wx{
  background-image: url(../images/arrow-by1.png);
}
.contactright li:last-child{
  margin-right: 0;
}
.contactright li .connectinfo{
  position: absolute;
  /* opacity: 0; */
  display: none;
  padding-bottom: 15px;
  bottom: 100%;
  width: 160px;
  left: 50%;
  margin-left: -80px;
}
.contactright li .connectbrief{
  background: #fff;
  padding: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 10px rgba(33,22,19,.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contactright li .connectbrief::after{
  content: " ";
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url(../images/trangle.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.contactright li .connectbrief img{
  width: 122px;
}
.contactright li .connectbrief p{
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
/* .contactright li .iconlis:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
} */
.mapbottom{
  position: relative;
}
.mapbottom>img{
  width: 100%;
  height: auto;
}
.mapinfo{
  position: absolute;
  left: 58.88%;
  top: 6.4vw;
}
.maptext{
  width: 14.48vw;
  padding: 26px 32px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(33,22,19,.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.maptext::after{
  content: " ";
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url(../images/trangle.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -15px;
  left: 39%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* 搜索 */
.searchbox{
  padding-bottom: 90px;
}
.searchbox .commontitle b{
  font-weight: normal;
  color: #c49970;
}
.searchlist{
  margin-top: 60px;
  margin-bottom: 30px;
}
.searchlist li{
  float: left;
  width: 49%;
  min-height: 160px;
  margin-right: 2%;
  margin-bottom: 20px;
  transition:all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.searchlist li a{
  position: relative;
  display: block;
  padding: 30px;
}
.searchlist li .attachcolumn{
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.searchlist li .searchtitle{
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 16px auto;
  padding-left: 26px;
  background-image: url(../images/bg-flower.png);
}
.searchlist li .searchtitle h2{
  color: #002064;
  font-size: 20px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tips .pics {
	width: 390px;
	height: 303px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.tips h6{
	font-size:18px;
	text-align: center;
	color:#333;
}

/* 隐私政策 */
.legal-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11112;
  display: none;
}

.legal-box var {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.legal-box .cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 100%;
  /* background: #01017a; */
  background: linear-gradient(-119deg, #01017a, #000096);
  background: -webkit-linear-gradient(-119deg, #01017a, #000096);
  background: -moz-linear-gradient(-119deg, #01017a, #000096);
  background: -o-linear-gradient(-119deg, #01017a, #000096);
  z-index: 20;
  padding: 5% 50px;
  right: -100%;
  transition: all 0.8s;
}

.legal-box.on .cont {
  right: 0;
}

.legal-box .cont .close-legal {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
  background-size: 100% auto;
}

.legal-box .cont .tit {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.legal-box .cont .tit .en {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}

.legal-box .cont .tit .cn {
  font-size: 18px;
  color: #fff;
}

.legal-box .cont .font h6 {
  padding-top: 40px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.legal-box .cont .font p {
  font-size: 14px;
  color:#fff;
  margin-bottom: 10px;
  line-height: 26px;
}
.topHeader,.ibanner,.footer,.newscontenttop{
  display: none;
}
.topHeader.showpc,.ibanner.showpc,.footer.showpc,.newscontenttop.showpc{
  display: block;
}


/* 鼠标经过 */
@media screen and (min-width:1440px) {
  .indexnewsleft .swiper-slide:hover .imgbox{
    height: 17.7vw;
  }
  .indexnewsleft .swiper-slide:hover i{
    width: 80px;
    /* opacity: 1; */
  
  }

  .alumniactivity .swiper-slide:hover .imgbox{
    height: 17.7vw;
  }
  .alumniactivity .swiper-slide:hover i{
    width: 60px;
    /* opacity: 1; */
  
  }

}
@media screen and (min-width:768px) {
    
  .search:hover .subsearch {
    display: block;
  }
  .subsearch .lanSub a:hover{
    color: #c59c70;
    background: #f8f9fa;
  }
  .bannerBtnA .swiper-button-prev:hover{
    background-image: url(../images/arrow-up-blue.png);
    top: -12px;
  }
  .bannerBtnA .swiper-button-next:hover{
    background-image: url(../images/arrow-down-blue.png);
    bottom: -12px;
  }
  .indexaboutinfo span:hover em{
    margin-right: 5px;
  }
  .indexaboutinfo:hover a{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  .indexnewsright a:hover em{
    margin-left: 20px;
  }
  
  .indexnewsleft .swiper-slide:hover .indexnewstime{

  }
  .indexnewsleft .swiper-slide:hover h2{
    color: #c49970;
  }

  .alumniactivity .swiper-slide:hover h2{
    color: #c49970;
  }

  /* .courselist li:hover{
    cursor: pointer;
  } */
  .courselist li:hover .courseright h2{
    color: #c59c70;
  }
  .courselist li:hover .courseinfo span{
    color: #fff;
    border: 1px solid #f5a463;
  }
  .courselist li:hover .courseinfo span::before{
    background: #fff;
  }
  .courselist li.active:hover .courseinfo span{
    border: 1px solid #00b318;
  }
  .courselist li.active:hover .courseright .courseinfo span::before{
    background: #fff;
  }
  .courselist li:hover .courseright .courseinfo span::after{
    top: 0;
  }
 
  
  .indexnewsbtn .swiper-button-next:hover::before,.indexnewsbtn .swiper-button-prev:hover::before,
  .activitybtn .swiper-button-next:hover::before,.activitybtn .swiper-button-prev:hover::before,
  .alumniequities-right .swiper-button-next:hover::before,.alumniequities-right .swiper-button-prev:hover::before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  .indexnewsbtn .swiper-button-next:hover::after,.indexnewsbtn .swiper-button-prev:hover::after,
  .activitybtn .swiper-button-next:hover::after,.activitybtn .swiper-button-prev:hover::after,
  .alumniequities-right .swiper-button-next:hover::after,.alumniequities-right .swiper-button-prev:hover::after{
    opacity: 1;
  }
  
  .closebox span:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .footerlogo:hover{
    background-image: url(../images/logo_favicon.png);
  }
  .footerbottom a:hover{
    color: rgba(255,255,255,1);
  }
  .cultivatetab .swiper-slide:hover .cultivateinfo::after{
    background-image: url(../images/trainbg.png);
    background-color:#041c84;
  }
  .cultivatetab .swiper-slide:hover .icon-train{
    top: 42px;
    right: 0;
    opacity: 0;
  }
  .cultivatetab .swiper-slide:hover span{
    opacity: 1;
  }
  .cultivatetab .swiper-slide:hover .cultivatetitle{
    color: #fff;
  }

  .syteminfo ul li.hover:hover{
    color: #fff;
    background: #090099;
  }
  .systemlist .systemitem .syteminfo ul li.hover:hover::before{
    background: #fff;
  }
  /* .courselist li.active:hover .showqcode{
    top: 0;
  } */

  .coursesystem:hover .systemcontentext::after{
    opacity: 1;
  }

  .equitieslist li:hover a{
    color: #c79d6d;
  }
  .equitieslist li:hover a::after{
    width: 100%;
  }
  .equitiesbtn .swiper-button-next:hover{
    background-image: url(../images/picbtn-r-r.png);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  .equitiesbtn .swiper-button-prev:hover{
    background-image: url(../images/picbtn-l-r.png);
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  .connect ul li p a:hover{
    color: #08028b;
  }
  .searchlist li:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  .searchlist li:hover h2{
    color: #c49970;
  }
  .culturelist li.index0:hover .iconimgs{
    right: -22px;
  }
  .culturelist li.index1:hover .iconimgs{
    right: -24px;
  }
  .culturelist li.index2:hover .iconimgs{
    right: -34px;
  }
  .videoCover:hover .videoplaybtn:hover{
    background: rgba(0,0,0,.3);
  }
  .videoCover:hover .videoplaybtn::after{
    top: 48%;
  }
  .newsisgoodbox a:hover .imgs{
    transform: translate(-42px,-42px);
    -webkit-transform: translate(-42px,-42px);
    -moz-transform: translate(-42px,-42px);
    -ms-transform: translate(-42px,-42px);
    -o-transform: translate(-42px,-42px);
  }
  .newsisgoodbox a:hover .newsright h2{
    color: #bf976e;
  }
  .newsisgoodbox a:hover span.newsmore{
    color: #fff;
    padding: 0 10px 0 16px;
  }
  .newsisgoodbox a:hover span.newsmore::after{
    top: 0;
    height: 100%;
  }
  .newsisgoodbox a:hover span.newsmore em{
    background-image: url(../images/arrow-right-white.png);
  }
  .newsbox .newslists li:hover span.moreline{
    width: 80px;
  }
  .newsbox .newslists li:hover .imgbox{
    padding-bottom: 60px;
  }
  .newsbox .newslists li:hover .imgs{
    height:320px;
  }
  .newsbox .newslists li:hover h2{
    color: #012774;
  }
  .lookmore a:hover{
    color: #fff;
    border: 1px solid #c49970;
  }
  .lookmore a:hover::after{
    top: 0;
  }
  .location a:hover{
    color: #c49970;
  }
  .newscontenttop .backreturn:hover a{
    color: #c49970;
  }
  .newscontenttop .backreturn:hover i{
    margin-right: 12px;
    background-image: url(../images/back-blue.png);
  }
  .newschange a:hover{
    color: #c49970;
  }

}
@media (min-width:1280px){
  .systemchildcontent>ul>li:hover::before{
    width: 110px;
    background: #c49970;
  }
  .systemchildcontent>ul>li:hover h3{
    padding-left: 90px;
  }
}
@media (min-width:1280px) and (max-width:1620px){

  .abouinfo h1,.videoInfo h1{
    font-size: 32px;
  }
  .systemtitle h2{
    font-size: 18px;
  }
  .systemitem.index0{
    top: 48px;
  }

  .courseqcode .courseqcodeinfo{
    padding: 15px 15px 12px;
    border-radius:10px 0 0 10px;
    -webkit-border-radius:10px 0 0 10px;
    -moz-border-radius:10px 0 0 10px;
    -ms-border-radius:10px 0 0 10px;
    -o-border-radius:10px 0 0 10px;
  }
}

@media (min-width:1440px) and (max-width:1620px) {
  .indexaboutinfo a{
    padding-left: 4.77vw;
    padding-right: 4.77vw;
  }
  .indexaboutinfo .indexabouttext{
    font-size: 16px;
  }
  .indexnewsleft .swiper-slide .imgbox{
    height: 18.59vw;
  }
  .indexnewsleft .swiper-slide .indexnewsinfo{
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexnewsleft .swiper-slide .indexnewsinfo h2{
    font-size: 18px;
  }
  .indexnewsleft .swiper-slide .indexnewstime{

    margin-left: 10px;
  }
  .indexnewsleft .swiper-slide .indexnewstime p{
    /* font-size: 36px;
    line-height: 30px; */
  }
  .indexnewsleft .swiper-slide a i{
    bottom: 40px;
  }
  .alumniactivity .swiper-slide .imgbox{
    height: 18.59vw;
  }
  .alumniactivity .swiper-slide .indexnewsinfo{
    padding-left: 10px;
    padding-right: 10px;
  }
  .alumniactivity .swiper-slide .indexnewsinfo h2{
    font-size: 18px;
  }
  .alumniactivity .swiper-slide .indexnewstime{

    margin-left: 10px;
  }
  .alumniactivity .swiper-slide .indexnewstime p{
    /* font-size: 28px; */
    /* line-height: 30px; */
  }
  .alumniactivity .swiper-slide a i{
    bottom: 40px;
  }
  .systemchildcontent>ul>li> ul li{
    line-height: 30px;
  }

  /* 学院简介 */
  .aboutbox{
    margin-top: 28px;
  }
  .abotleftbg{
    width: 2.335%;
  }
  .abouinfo{
    padding-top: 90px;
  }
  .abouttext{
    font-size: 16px;
    line-height: 32px;
  }
  .indexaboutCulture .culturelist li .culturebox{
    padding: 30px 30px;
  }
  .culturelist li .iconimgs img{
    height: 92px;
  }

  /* 培养体系 */
  .cultivatebrief ul li h2{
    font-size: 36px;
    margin-bottom: 35px;
  }
  .cultivatebrief ul li::before{
    top: 28px;
    width: 64px;
    height: 64px;
  }
  .cultivatebrief ul li{
    height: 448px;
    padding: 115px 40px 0;
  }
  .cultivatebrief ul li p{
    font-size: 16px;
  }
  .cultivatetab .swiper-slide .icon-train{
    width: 78px;
    height: 67px;
  }

  /* 课程体系 */
  .systembox{
    margin-top: 55px;
    min-height: 975px;
  }
  .systemtitle{
    width: 164px;
    height: 164px;
  }
  .syteminfo{
    height: 164px;
  }
  .syteminfo ul li{
    font-size: 18px;
    padding: 7px 16px 5px 30px
  }
  .syteminfo ul li::before{
    left: 15px;
    top: 16px;
    width: 6px;
    height: 6px;
  }
  .systemitem.index1{
    top: 30px;
  }
  .systemitem.index2{
    top: 270px;
  }
  .systemitem.index3{
    top: 488px;
  }
  .systemitem.index4{
    top: 608px;
  }
  .systemitem.index5{
    top: 622px;
  }
  .systemitem.index6{
    top: 290px;
  }
  .systembrief{
    top: 248px;
    padding: 42px 42px;
  }
  .systemcontent h3{
    font-size: 24px;
    margin-bottom: 28px;
  }

  .systemcontentext::after{
    right: 80px;
  }
  .systemtop{
    width: 198px;
    height: 196px;
  }
  .majorcourselist{
    background-size: auto 320px;
  }
  .systemcontentext.shortheight{
    /* height: 196px; */
  }
  .systemchildcontent>ul>li{
    margin-bottom: 24px;
  }
 
  .systemcontentext{
    height: 518px;
  }
  .cultivatext{
    width: 50%;
  }
  .coursesystem.index2 .systemcontentext, .coursesystem.index3 .systemcontentext{
    height: 392px;
  }

  /* 我要报名 */
  .courseleft .timeDay{
    font-size: 55px;
  }
  .courselist li .signstartbox .starttext{
    /* font-size: 32px; */
    margin-bottom: 9px;
  }
  .courseleft .alltime .timeDay{
    font-size: 38px;
  }
  .showqcode .qcodeinfo .qcodeimg{
    width: 140px;
  }

  /* 课程详情 */
  
  .courseqcode .qcodeimg{
    width: 140px;
    margin-bottom: 10px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
  }


  /* 新闻动态 */
  .newsbox .newslists li .imgs{
    height: 330px;
  }
  .newsbox .newslists li:hover .imgs{
    height: 280px !important;
  }
  .newsbox .newslists li .imgbox{
    padding-bottom: 44px;
  }
  .newsbox .newslists li:hover .imgbox{
    padding-bottom: 44px;
  }
  .newsbox .newslists li a{
    min-height: 562px;
  }
  .newsbox .newslists li .newsinfo{
    padding: 24px 8px;
  }
  .newsbox .newslists li span.moreline{
    bottom: 56px;
  }

  /* 校友权益 */
  .alumniequities-right .swiper-slide .alumniequitiesinfo{
    padding: 46px 40px;
  }
  
}
@media (min-width:992px) and (max-width:1440px){
  .indexaboutinfo a{
    padding-left: 3.77vw;
    padding-right: 3.77vw;
  }
  .indexaboutinfo .indexabouttext{
    font-size: 16px;
    line-height: 24px;
  }
  .indexnewsleft .swiper-wrapper {
    left: -7.995%;
  }
  .indexnewsleft .swiper-slide{
    width: 35.799%;
  }
 
  .indexnewsleft .swiper-slide .imgbox{
    height: 17.59vw;
  }
  .indexnewsleft .swiper-slide .indexnewsinfo{
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexnewsleft .swiper-slide .indexnewsinfo h2{
    font-size: 16px;
  }
  .indexnewsleft .swiper-slide .indexnewstime{
    width: 76px;
    height: 76px;
    margin-left: 10px;
    padding-top: 20px;
  }
  .indexnewsleft .swiper-slide .indexnewstime p{
    font-size: 28px;
    /* line-height: 24px; */
  }
  .indexnewsleft .swiper-slide a i{
    bottom: 40px;
  }
  .indexnewsleft .swiper-slide .indexnewstime span{
    /* font-size: 15px; */
  }
  .indexnewsleft .swiper-slide:hover .imgbox{
    height: 15.79vw;
  }

  .alumniactivity .swiper-slide .imgbox{
    height: 17.59vw;
  }
  .alumniactivity .swiper-slide a{
    height: 29.46875vw;
  }
  .alumniactivity .swiper-slide .indexnewsinfo{
    padding-left: 10px;
    padding-right: 10px;
  }
  .alumniactivity .swiper-slide .indexnewsinfo h2{
    font-size: 16px;
  }
  .alumniactivity .swiper-slide .indexnewstime{
    width: 76px;
    height: 76px;
    margin-left: 10px;
    padding-top: 18px;
  }
  .alumniactivity .swiper-slide .indexnewstime p{
    font-size: 28px;
    /* line-height: 24px; */
  }
  .alumniactivity .swiper-slide a i{
    bottom: 40px;
  }
  .alumniactivity .swiper-slide .indexnewstime span{
    font-size: 15px;
  }
  .alumniactivity .swiper-slide:hover .imgbox{
    height: 15.79vw;
  }
  
  /* 学院简介 */
  .abotleftbg{
    display: none;
  }
  .aboutbox::before{
    height: 46px;
  }
  .aboutbox .container{
    background-size: auto 46px;
  }
  .abouttext{
    font-size: 16px;
    line-height: 32px;
  }

  /* 联系我们 */
  .connect,.contactbottom{
    width: 100%;
  }
  .alumniactivity .swiper-slide:hover i{
    width: 60px;
  }
  .systemchildcontent>ul>li> ul li{
    line-height: 28px;
    font-size: 14px;
  }
  
} 
@media (min-width:1120px) and (max-width:1440px){
  /* 学院简介 */
  .ibannerA .tit{
    font-size: 36px;
  }
  .ibannerA .c{
    font-size: 18px;
  }
  .aboutbox{
    margin-top: 28px;
  }
  .abouinfo{
    width: 52.875%;
    padding-top: 70px;
  }

  /* 培养体系 */
  .cultivatext{
    width: 57%;
    font-size: 16px;
    line-height: 32px;
  }
  .cultivatetab .swiper-slide .icon-train{
    width: 58px;
    height: 50px;
    right: 25px;
  }
  .cultivatetab .swiper-slide a{
    padding-top: 25px;
    padding-bottom: 14px;
  }
  .cultivatetab .swiper-slide a::after{
    width: 22px;
    height: 12px;
    background-size: 100% auto;
  }
  .cultivatetab .swiper-slide:hover .cultivateinfo::after,.cultivatetab .swiper-slide.active .cultivateinfo::after{
    background-size: 26.5% auto;
  }
  .cultivatebrief ul li h2{
    line-height: 28px;
  }
  .cultivatebrief ul li p{
    font-size: 16px;
    line-height: 28px;
  }
  .cultivatebrief ul li{
    background-size: 12px auto;
  }
  .cultivatebrief ul.cul1 li:first-child::after{
    width: 12px;
    height: 22px;
    background-size: 100% auto;
  }
  
  /* 课程体系 */
  .syteminfo ul li{
    font-size: 16px;
    padding: 7px 14px 5px 24px;
  }
  .syteminfo ul li::before {
    left: 11px;
    top: 15px;
    width: 5px;
    height: 5px;
  }
  .systemitem.index1{
    top: 36px;
  }

  /* 我要报名 */
  .courseinfo span.coursestatus::before{
    width: 7px;
    height: 7px;
    top: -2px;
  }  
  .showqcode .qcodeinfo .qcodeimg{
    width: 130px;
  }
  .showqcode .qcodeinfo p{
    font-size: 22px;
  }

  .newsbox .newslists li .imgbox{
    padding-bottom: 38px;
  }
  .newsbox .newslists li .newstime{
    width: 76px;
    height: 76px;

    padding-top: 20px;
  }
  .newsbox .newslists li .newstime p{
    font-size: 28px;
  }
  .newsbox .newslists li .newstime span{

  }
  .newsbox .newslists li:hover .imgbox{
    padding-bottom: 38px;
  }
  .newsbox .newslists li .newsinfo{
    padding: 18px 8px;
  }
  .newsbox .newslists li span.moreline{
    bottom: 36px;
  }
  .newsbox .newslists li:hover span.moreline{
    width: 60px;
  }
  .connect ul li.index1{
    margin-right: 5%;
  }
  .connect ul li{
    width: 31%;
  }
}
@media (min-width:1280px) and (max-width:1440px){
  
  .indexnewsleft .swiper-slide:hover i{
    width: 60px;
  }

  .alumniactivity .swiper-slide:hover i{
    width: 60px;
  }

  .culturelist li h2{
    font-size: 28px;
  }
  .culturelist li .iconimgs img{
    height: 82px;
  }
  .culturelist li .culturebox{
    padding: 34px 34px;
  }
  .indexaboutinfoleft h1{
    margin-bottom: 2.53vw;
  }
  .indexaboutinfoleft .abouttext p{
    margin-top: .87vw;
  }
  .indexaboutCulture .culturelist li .culturebox{
    padding: 30px 16px 30px;
  }
  .indexaboutCulture .culturelist li p{
    font-size: 15px;
    line-height: 30px;
  }

  /* 培养体系 */
  .cultivatetab .swiper-slide .cultivatetitle{
    font-size: 18px;
    bottom: 20px;
    line-height: 28px;
  }
  .cultivatetab .swiper-slide .cultivateinfo{
    height: 180px;
  }
  .cultivatebrief ul li::before{
    top: 35px;
    width: 48px;
    height: 48px;
  }
  .cultivatebrief ul li{
    height: 410px;
    padding: 105px 32px 0;
  }
  .cultivatebrief ul li h2{
    font-size: 28px;
    margin-bottom: 20px;
  }
  

  /* 课程体系 */
  .systembox{
    margin-top: 48px;
    min-height: 900px;
  }
  .systemtitle{
    width: 144px;
    height: 144px;
  }
  .syteminfo{
    height: 144px;
  }
  .syteminfo ul li{
    font-size: 16px;
    padding: 7px 14px 5px 24px;
  }
  .syteminfo ul li::before {
    left: 11px;
    top: 15px;
    width: 5px;
    height: 5px;
  }
  .systemitem.index1{
    top: 36px;
  }
  .systemitem.index2{
    top: 250px;
  }
  .systemitem.index3{
    top: 450px;
  }
  .systemitem.index4{
    top: 556px;
  }
  .systemitem.index5{
    top: 565px;
  }
  .systemitem.index6{
    top: 284px;
  }
  .systembrief{
    padding: 36px 28px;
    height: 275px;
    top: 238px;
  }
  .systemcontent h3{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .systemcontent h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .systemcontentext::after{
    right: 54px;
  }
  .majorcourselist{
    background-size: auto 310px;
  }
  .systemtop{
    width: 172px;
    height: 170px;
  }
  .systemcontentext.shortheight{
    /* height: 170px; */
  }
  .systemtoptitle h2{
    font-size: 20px;
    line-height: 26px;
  }
  .systemtoptitle .imgs{
    margin-bottom: 12px;
  }
  .systemtoptitle .imgs img{
    height: 52px;
  }
  .systemcontentext{
    width: 78.923%;
    padding-right: 26px;
    height: 522px;
    padding-top: 38px;
  }
  .systemchildcontent>ul>li h3{
    font-size: 20px;
  }
  .systemchildcontent>ul>li{
    margin-bottom: 16px;
  }
  .coursesystem.index2 .systemcontentext, .coursesystem.index3 .systemcontentext{
    height: 362px;
  }
  .coursesystem{
    margin-bottom: 44px;
  }

  /* 我要报名 */
  .courselist li {
    margin-bottom: 26px;
  }
  .courselist li .courseleft{
    padding-top: 58px;
  }
  .courseleft .timeMonth{
    font-size: 18px;
  }
  .courseleft .timeDay{
    font-size: 48px;
    margin-top: -4px;
  }
  .courseleft .timeYear{
    font-size: 16px;
    margin-top: -6px;
  }
  .courselist li .signstartbox .starttext{
    font-size: 28px;
    /* width: 70%; */
    margin-bottom:9px;
  }
  .courseleft .alltime .timeDay{
    font-size: 32px;
  }
  .coursemarker span{
    font-size: 15px;
  }
  .courselist li .courseright h2{
    font-size: 18px;
  }
  .courselist li .courseright h2 span.shugang{
    font-size: 20px;
  }
  .courselist li .courseright .courseinfo span{
    font-size: 16px;
  }
  .courseleft .signdate{
    font-size: 28px;
  }
  .courseinfo span.coursestatus{
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
  }
  .courseinfo span.coursestatus::before{
    margin-right: 10px;
  }
  .courseinfo span.courseplace{
    margin-top: 2px;
  }

  .coursebrief .loaderimg{
    width: 800px;
  }

  /* 新闻动态 */
  .newsisgoodbox .newsright{
    padding-right: 6%;
  }
  .newsisgoodbox::after{
    bottom: 26px;
    width: 48.14583%;
  }
  .newsbox .newslists li{
    margin-bottom: 30px;
  }
  .newsbox .newslists li a{
    min-height: 495px;
  }
  .newsbox .newslists li .imgbox{
    padding-bottom: 38px;
  }
  .newsbox .newslists li .imgs{
    height: 295px;
  }
  .newsbox .newslists li:hover .imgs{
    height: 260px !important;
  }
  .newsbox .newslists li .newsinfo h2{
    font-size: 18px;
  }
  
  /* 校友权益 */
  .equitieslist li a{
    font-size: 20px;
    padding: 0 45px;
  }
  .equitiesright{
    min-height: 530px;
  }
  .equitiestext{
    font-size: 16px;
    line-height: 32px;
  }

  /* 校友家园 */
  .equities-section1{
    margin-top: 15px;
  }
  .alumniactivity{
    margin-top: 35px;
  }
  /* .alumniactivity .swiper-slide .imgbox{
    height: 17.59vw;
  }
  .alumniactivity .swiper-slide:hover .imgbox{
    height: 16.59vw;
  } */
  .alumniequities-right .swiper-slide .alumniequitiesinfo{
    padding: 36px 38px;
  }
  .alumniequities-right .swiper-slide h2{
    font-size: 28px;
    margin-bottom: 24px;
  }
  .alumnidonate{
    width: 37.75%;
  }
  .alumnistatus .swiper-slide .alumnititle{
    padding: 32px 40px 32px 5px;
  }
 
}

@media (min-width:992px) and (max-width:1280px){
  .search{
    margin-left: 20px;
  }
  .indexnewsleft .swiper-slide .imgbox{
    height: 14.59vw;
  }
  .indexnewsleft .swiper-slide:hover .imgbox{
    height: 14.59vw;
  }
  .indexnewsleft .swiper-slide .indexnewstime{
    margin-bottom: 10px;
  }
  .indexnewsleft .swiper-slide a i{
    right: 52px;
  }
  .indexnewsleft .swiper-slide:hover i{
    width: 50px;
  }
  .indexnewsbtn .swiper-button-next, .indexnewsbtn .swiper-button-prev{
    width: 44px;
    height: 44px;
    background-size: 20px auto;
  }

  .alumniactivity .swiper-slide a{
    height: 28.46875vw;
  }
  .alumniactivity .swiper-slide .imgbox{
    height: 14.59vw;
  }
  .alumniactivity .swiper-slide:hover .imgbox{
    height: 14.59vw;
  }
  .alumniactivity .swiper-slide .indexnewstime{
    margin-bottom: 10px;
  }
  .alumniactivity .swiper-slide a i{
    right: 52px;
  }
  .alumniactivity .swiper-slide:hover i{
    width: 50px;
  }
  .activitybtn .swiper-button-next, .activitybtn .swiper-button-prev{
    width: 44px;
    height: 44px;
    background-size: 20px auto;
  }
  .alumnistatus .swiper-slide .alumnititle{
    padding: 34px 36px 34px;
  }
  .alumnistatus .swiper-slide h2{
    font-size: 18px;
  }
  .alumniequities-right .swiper-button-next, .alumniequities-right .swiper-button-prev{
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background-size: 20px auto;
  }
  .alumniequities-right{
    width: 60.8125%;
  }
  .alumniequities-right .swiper-slide h2{
    font-size: 24px;
    margin-bottom: 28px;
  }
  .alumniequities-right .swiper-slide .alumniequitiesinfo{
    padding: 40px 40px;
    height: 367px;
  }
  .alumni-left{
    font-size: 16px;
    line-height: 28px;
  }
  .alumni-left p{
    font-size: 16px;
    line-height: 28px;
  }
  .alumni-left ul{
    margin-top: 24px;
  }
  .alumnidonateimg{
    width: 52.53125%;
  }
  .alumnidonate{
    width: 45.75%;
  }

  /* 关于我们 */
  .aboutbox{
    margin-top: 0;
  }
  .abouinfo h1,.videoInfo h1{
    font-size: 28px;
  }
  .abouinfo h1{
    margin-bottom: 15px;
  }
  .abouttext p{
    margin-bottom: 0;
  }
 
}
@media (min-width:1120px) and (max-width:1280px){
  .nav ul li{
    margin:0 18px;
  }
  /* 关于我们 */
  .abouinfo{
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .aboutCulture{
    padding-bottom: 96px;
  }
  
  .videoInfo{
    padding-top: 78px;
  }
  .videoCover .videoplaybtn::after{
    width: 86px;
    height: 86px;
  }
  .videoInfo h1{
    margin-bottom: 56px;
  }
  .culturelist li{
    width: 32.625%;
    margin-right: 1.0625%;
  }
  .culturelist li .culturebox{
    padding: 34px 6px;
  }
  .culturelist li h2{
    font-size: 24px;
  }
  .culturelist li .iconimgs img{
    height: 60px;
  }
  .indexabout::before{
    width: 12.5%;
    background-size: 82% auto;
  }
  .indexaboutWrapper{
    width: 87.5%;
  }
  .indexaboutinfoleft .abouttext p{
    margin-top: 0;
  }
  .indexaboutinfoleft h1{
    margin-bottom: 2.13vw;
  }
  .indexaboutCulture .culturelist li{
    height: 156px;
  }
  .indexaboutCulture .culturelist li .culturebox{
    padding: 20px 15px 16px;
  }
  .indexaboutCulture .culturelist li p{
    line-height: 28px;
    font-size: 15px;
  }

  /* 培养体系 */
  .cultivatext{
    width: 57%;
    font-size: 16px;
    line-height: 32px;
  }
  .cultivatetab .swiper-slide .icon-train{
    width: 58px;
    height: 50px;
    right: 25px;
  }
  .cultivatetab .swiper-slide a{
    padding-top: 25px;
    padding-bottom: 14px;
  }
  .cultivatetab .swiper-slide .cultivatetitle{
    left: 20px;
    font-size: 16px;
    bottom: 15px;
    line-height: 24px;
  }
  .cultivatetab .swiper-slide .cultivateinfo{
    height: 150px;
    padding: 32px 20px 0;
  }
  .cultivatetab .swiper-slide:hover .cultivateinfo::after,.cultivatetab .swiper-slide.active .cultivateinfo::after{
    background-size: 26.5% auto;
  }
  .cultivatetab .swiper-slide a::after{
    width: 22px;
    height: 12px;
    background-size: 100% auto;
  }
  .cultivatebrief ul li::before{
    top: 20px;
    width: 42px;
    height: 42px;
  }
  .cultivatebrief ul li{
    height: 356px;
    padding: 82px 25px 0;
    background-size: 12px auto;
  }
  .cultivatebrief ul li h2{
    font-size: 24px;
    
    margin-bottom: 15px;
  }
  .cultivatebrief ul li p{
    font-size: 16px;
    line-height: 28px;
  }
  .cultivatebrief ul.cul1 li:first-child::after{
    width: 12px;
    height: 22px;
    background-size: 100% auto;
  }

  /* 课程体系 */
  .systembox{
    margin-top: 24px;
    min-height: 804px;
  }
  .systemtitle{
    width: 124px;
    height: 124px;
  }
  .systemtitle h2{
    font-size: 16px;
    line-height: 24px;
  }
  .syteminfo{
    height: 124px;
  }
  .systemitem.index0{
    top: 58px;
  }
  .systemitem.index2{
    top: 215px;
  }
  .systemitem.index3{
    top: 395px;
  }
  .systemitem.index4{
    top: 486px;
  }
  .systemitem.index5{
    top: 495px;
  }
  .systemitem.index5 .syteminfo ul{
    left: 20%;
  }
  .systemitem.index6{
    top: 214px;
  }
  .systembrief{
    padding: 22px 16px;
    height: 275px;
    top: 200px;
    border-top: 3px solid #090099;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .majorcourselist{
    background-size: auto 160px;
  }
  .systemtop{
    width: 152px;
    height: 150px;
  }
  
  .coursesystem{
    margin-bottom: 30px;
  }
  .systemcontentext.shortheight{
    /* height: 150px; */
  }
  .systemtoptitle .imgs{
    margin-bottom: 12px;
  }
  .systemtoptitle .imgs img{
    height: 38px;
  }
  .systemtoptitle h2{
    font-size: 18px;
    line-height: 24px;
  }
  .systemchildcontent>ul>li{
    margin-bottom: 14px;
  }
  .systemchildcontent>ul>li> ul li{
    line-height: 28px;
  }
  .systemchildcontent>ul>li h3{
    font-size: 18px;
  }
  .systemcontentext{
    width: 84.923%;
    height: 496px;
    padding: 30px 20px 0 90px;
  }
  .systemchildcontent>ul>li:hover::before{
    width: 80px;
    background: #c49970;
  }
  .systemchildcontent>ul>li:hover h3{
    padding-left: 68px;
  }
  .coursesystem.index2 .systemcontentext, .coursesystem.index3 .systemcontentext{
    height: 336px;
  } 

  /* 我要报名 */
  .courselist li{
    margin-bottom: 15px;
  }
  .courselist li a{
    min-height: 214px;
  }
  .courselist li .courseleft{
    padding-top: 58px;
  }
  .courseleft .timeMonth{
    font-size: 16px;
  }
  .courseleft .timeDay{
    font-size: 40px;
  }
  .courseleft .alltime .timeDay{
    font-size: 30px;
  }
  .courseleft .timeYear{
    font-size: 16px;
    margin-top: -5px;
  }
  .courseleft .alltime .timeDay{
    font-size: 28px;
  }
  .courseleft .alltime .currentYear{
    font-size: 16px;
  }
  .courselist li .signstartbox .starttext{
    font-size: 26px;
    margin-bottom: 7px;
    /* width: 70%; */
  }
  .courselist li .alltime::after{
    width: 12px;
  }

  .coursemarker span{
    font-size: 15px;
  }
  .courselist li .courseright h2{
    font-size: 16px;
  }
  .courselist li .courseright h2 span.shugang{
    font-size: 18px;
  }
  .courselist li .courseright{
    padding: 18px 18px;
  }
  .courselist li .courseright .courseinfo span{
    font-size: 15px;
  }

  .courseinfo span.coursestatus::before{
    margin-right: 8px;
  }
  .courseleft .signdate{
    font-size: 24px;
  }
  .courseinfo span.courseplace{
    margin-top: 0;
  }

  .courselist li .courseright .courseinfo span{
    padding: 0 12px 0 28px;
    height: 34px;
    line-height: 34px;
  }
  .courselist li .courseright .courseinfo span::before{
    width: 7px;
    height: 7px;
    left: 12px;
  }
  
  /* 新闻动态 */
  .newsisgoodbox .newsright{
    width: 54.375%;
    padding-top: 70px;
    padding-right: 0;
  }
  .newsisgoodbox .newsright .newssmalltext{
    margin-bottom: 10px;
  }
  .newsisgoodbox::after{
    bottom: 0;
    width: 48.14583%;
  }
  .newsbox .newslists li{
    margin-bottom: 25px;
  }
  .newsbox .newslists li a{
    min-height: 445px;
    padding: 18px 18px;
  }
  .newsbox .newslists li .imgs{
    height: 260px;
  }
  .newsbox .newslists li:hover .imgs{
    height: 240px !important;
  }
  .newsbox .newslists li .newsinfo h2{
    font-size: 16px;
  }

  /* 校友权益 */
  .equitieslist li{
    line-height: 70px;
    height: 70px;
  }
  .equitieslist li a{
    font-size: 18px;
    padding: 0 25px;
  }
  
  .equitiesbrief{
    padding: 25px 30px 20px;
    border-top: 5px solid #090099;
  }
  .equitiesright{
    min-height: 478px;
  }
  .equitiestext{
    font-size: 16px;
    line-height: 32px;
  }
  .equitiestitle{
    margin-bottom: 15px;
  }
  .equitiestext ul{
    margin-top: 24px;
  }

  /* 联系我们 */
  .connect p{
    font-size: 16px;
  }
  .connect ul li p{
    line-height: 28px;
  }
  .maptext{
    padding: 18px 12px;
  }
  .contactleft h2{
    font-size: 32px;
  }
  .searchlist li .searchtitle{
    background-size: 10px auto;
    padding-left: 20px;
  }
  .searchlist li .searchtitle h2{
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}

@media (min-width:992px) and (max-width:1120px){
  .nav ul li{
    margin:0 15px;
  }
}
@media screen and (max-width:768px) {
  .topNav{
    height: 60px;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .navBlue{
    background-size: 100% 2px;
  }
  .topNav .logo{
    margin-top: 7px;
  }
  .topNav .logo a img{
    height: 46px;
  }
  .nav{
    display: none;
  }
  .search{
    height: 60px;
    padding: 0 18px;
    margin-left: 0;
  }
  .search::before{
    display: none;
  }
  .search span, .search>a{
    width: 22px;
    height: 60px;
  }
  .subsearch{
    top: 60px;
    right: -15px;
    width: 280px;
    padding-top: 0;
  }
  .subsearch form{
    padding: 8px 15px;
  }
  .subsearch form input.inp{
    width: 90%;
    padding-left: 0;
    line-height: 34px;
    border-left: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .subsearch form input.sub{
    width: 40px;
    right: 2px;
    background-size: 20px auto;
  }
  .mc_phone_nav,.mc_menubox,.mc_menubox .point{
    height: 60px;
  }
  .mc_menubox .point .mc_nav{
    top: 30px;
  }
  .closebox{
    padding: 20.5px 30px;
  }
  .pcBanner{
    height: 320px;
  }
  .pcBanner .banner,.banner .swiper-container-banner{
    height: 100%;
  }
  .banner .swiper-slide .con{
    left: 15px;
    /* top: 30.28%; */
  }
  .banner .swiper-slide .con .t1{
    font-size: 22px;
    letter-spacing: 1px;
  }
  .banner .swiper-slide .con .t2{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .bannerBtn{
    height: 94px;
    background-size: auto 100%;
    background-position: right 18% bottom;
  }
  .bannerBtnA{
    width: 108px;
    /* bottom: 18%; */
    height: 48px;
  }
  .bannerBtnA:after{
    width: 48px;
  }
  .bannerBtnA .page p span.active, .bannerBtnA .swiper-pagination span.swiper-pagination-current{
    font-size: 20px;
  }
  .bannerBtnA .swiper-button-prev,.bannerBtnA .swiper-button-next{
    right: 10px;
  }
  .bannerBtnA .swiper-button-next,.bannerBtnA .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
  .indexabout{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .indexaboutbox{
    padding-bottom: 30px;
  }
  .indexabout::before{
    background-position: left 10px top 8px;
  }
  .indexaboutWrapper{
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .indexaboutinfoleft{
    float: none;
    width: 100%;
    padding-right: 15px;
  }
  .indexaboutSwiper{
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .indexaboutSwiper .aboutSwiper{
  
  }
  .indexaboutinfoleft h1{
    font-size: 22px;
    margin-left: 4.5%;
    margin-bottom: 25px;
  }
  .indexaboutinfoleft .abouttext p{
    margin-top: 8px;
  }
  .indexaboutSwiper .aboutSwiper{
    padding: 0;
    background-image: none;
  }
  
  .indexaboutCulture{
    padding-right: 0;
  }

  .indexaboutCulture .culturelist li{
    float: none;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .indexaboutCulture .culturelist li .culturebox{
    padding: 24px 20px;
  }
  .indexaboutCulture .culturelist li h2{
    font-size: 22px;
    margin-bottom: 14px;
  }
  .indexaboutCulture .culturelist li .iconimgs{
    bottom: auto;
  }
  

  .indexnewsbox{
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .indexnewsright{
    float: none;
    width: 100%;
    padding: 0 15px;
    position: relative;
    text-align: left;
  }
  .indexnewstop h1{
    font-size: 22px;
  }
  .indexaboutinfoleft h1::before,.indexaboutinfoleft h1::after,.indexnewstop h1::before, .indexnewstop h1::after{
    width: 22px;
    height: 21px;
  }
  .indexaboutinfoleft h1::before,.indexnewstop h1::before{
    margin-right: 10px;
  }
  .indexaboutinfoleft h1::after,.indexnewstop h1::after{
    margin-left: 10px;
  }
  .indexbg-t{
    width: 33.85417%;
  }
  .indexnewsright a{
    position: absolute;
    right: 15px;
    top: 0;
  }
  .indexnewsleft{
    float: none;
    width: 100%;
    margin-top: -110px;
    padding: 0 10px;
  }
  .indexnewsleft .swiper-wrapper{
    left: 0;
  }
  .indexnewsleft .swiper-slide{
    padding: 5px;
    width: 100%;
  }
  .indexnewsleft .swiper-slide a{
    padding: 15px 15px 5px;
    height: auto;
    box-shadow: 0 0 5px rgba(213,213,213,.25);
  }
  .indexnewsleft .swiper-slide .imgbox{
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .indexnewsleft .swiper-slide .imgbox img{
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .indexnewsleft .swiper-slide .indexnewsinfo{
    padding: 0;
  }
  .indexnewsleft .swiper-slide .indexnewstime{
    margin-left: 10px;
    width: 58px;
    height: 58px;
    padding-top: 10px;
    margin-top: -32px;
    margin-bottom: 10px;
  }
  .indexnewsleft .swiper-slide .indexnewstime p{
    font-size: 18px;
    line-height: initial;
  }
  .indexnewsleft .swiper-slide .indexnewstime span{
    font-size: 12px;
    display: block;
    margin-top: -3px;
  }
  .indexnewsleft .swiper-slide .indexnewstime p span{
    display: inline-block;
  }
  .indexnewsleft .swiper-slide .indexnewsinfo h2{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .indexnewsbtn{
    padding-top: 30px;
  }
  .indexnewsbtn .swiper-button-next, .indexnewsbtn .swiper-button-prev{
    width: 36px;
    height: 36px;
    margin: 0 15px;
    background-size: 18px auto;
  }



  .alumniactivity .swiper-slide{
    padding: 5px;
    width: 100%;
  }
  .alumniactivity .swiper-slide a{
    padding: 15px 15px 5px;
    height: auto;
    box-shadow: 0 0 5px rgba(213,213,213,.25);
  }
  .alumniactivity .swiper-slide .imgbox{
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .alumniactivity .swiper-slide .imgbox img{
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .alumniactivity .swiper-slide .indexnewsinfo{
    padding: 0;
  }
  .alumniactivity .swiper-slide .indexnewstime{
    margin-left: 10px;
    width: 58px;
    height: 58px;
    padding-top: 12px;
    margin-top: -32px;
    margin-bottom: 10px;
  }
  .alumniactivity .swiper-slide .indexnewstime p{
    font-size: 18px;
    line-height: initial;
  }
  .alumniactivity .swiper-slide .indexnewstime span{
    font-size: 12px;
    display: block;
    margin-top: -3px;
  }
  .alumniactivity .swiper-slide .indexnewstime p span{
    display: inline-block;
  }
  .alumniactivity .swiper-slide .indexnewsinfo h2{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .activitybtn{
    padding-top: 30px;
  }
  .activitybtn .swiper-button-next, .activitybtn .swiper-button-prev{
    width: 36px;
    height: 36px;
    margin: 0 15px;
    background-size: 18px auto;
  }
  .alumniequities-right .swiper-button-next, .alumniequities-right .swiper-button-prev{
    display: none;
  }


  .indexvideobox{
    height: auto;
    background: url(../images/bg-b.png) no-repeat left top #f7fbfe;
    background-size: 22.76% auto;
  }
  .indexvideobox video{
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 30px;
  }
  .indexvideocover{
    background-size: 22.76% auto;
    padding-bottom: 40px;
    position: relative;
    left: auto;
    top: auto;
    background: none;
  }
  .indexvideocover .indexslogan{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .indexslogan .imgs{
    width: 100%;
    padding-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .indexslogan .imgs img{
    width: 36%;
  }
  .indexvidotitle h1{
    font-size: 18px;
  }
  .indexslogan .indexvideobtn{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(0,0,0,.3); */
  }
  .indexslogan .indexvideobtn::after{
    content: " ";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    background-image: url(../images/indexvideobtn.png);
    background-position: center center;
    background-size: 100% auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }

  .footerlogo{
    width: 44px;
    height: 44px;
    top: -12px;
    margin-left: -22px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .footertop{
    padding: 35px 15px 15px;
  }
  .footerleft{
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .footerleft ul li{
    display: inline-block;
    width: 100px;
    float: none;
    margin: 0 10px;
  }
  .footerleft ul li p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .footerleft ul li p span{
    font-size: 14px;
  }
  .footerright{
    float: none;
    width: 100%;
   
  }
  .footerright h2{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  .footerright .footerinfo{
    min-height: auto;
    padding: 15px 15px 10px;
    font-size: 14px;
    line-height: 22px;
    background-position: right 7.2% bottom;
  }
  .footerright .footerinfo p{
    margin-bottom: 4px;
  }
  .footerbottom{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 15px;
  }
  .footerlink{
    display: none;
  }
  .copyright{
    float: none;
    text-align: center;
  }
  .copyright a{
    display: block;
    margin-left: 0;
  }


  /* 学院简介 */
  .ibanner img{
    width: 190%;
    position: relative;
    left: -20%;
  }
  .ibannerA{
    left: 15px;
    max-width: 100%;
  }
  .ibannerA .tit{
    font-size: 22px;
  }
  .ibannerA .c{
    font-size: 14px;
    margin-top: 8px;
    line-height: 24px;
  }

  .about{
    margin-top: 0px;
    padding-top: 40px;
    background: #f8f8f8;
    position: relative;
  }

  .aboutbox{
    margin-top: 0;
    padding: 20px 0 0;
  }
  .aboutContainer{
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 10px rgba(26,26,26,0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .aboutContainer::before{
    content: " ";
    display: inline-block;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background:url(../images/bgabout1.jpg) repeat center top;
  }
  
  .abouinfo{
    width: 100%;
    padding: 0 15px;
  }
  .abouinfo h1{
    font-size: 22px;
    margin-bottom: 25px;
  }
  .abouttext{
    font-size: 16px;
    line-height: 32px;
  }
  .aboutSwiper{
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    float: none;
    padding: 30px 15px 60px;
    background: url(../images/bgabout1.jpg) repeat left top;
  }
  .abotleftbg,.aboutbox::before,.aboutbox::after,.aboutbox .container::after,.aboutbox .container::before{
    display: none;
  }
  .aboutbox .container{
    background: none;
  }
  .aboutSwiper .swiper-pagination{
    width: calc(100% - 30px);
    left: 15px;
    bottom: 35px;
  }
  .aboutSwiper .swiper-pagination .swiper-pagination-bullet{
    height: 2px;
  }
  .aboutCulture{
    position: relative;
    background: #eaf3fb;
    padding: 220px 15px 18px;
    margin-top: -190px;
    z-index: 0;
  }
  .culturelist li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .culturelist li h2{
    font-size: 22px;
  }
  .culturelist li .culturebox{
    padding: 24px 20px;
  }
  .culturelist li .iconimgs{
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
  .culturelist li.index1{
    background-image: url(../images/bg-cul-r.jpg);
  }
  .culturelist li.index0 .iconimgs{
    right: -11px;
  }
  .culturelist li.index2 .iconimgs{
    right: -16px;
  }
  .culturelist li.index1 .iconimgs{
    right: auto;
    left: -14px;
  }
  
  .culturelist li .iconimgs img{
    height: 55px;
  }
  .aboutVideo{
    margin-top: 0;
    padding: 0 15px 48px;
    background: url(../images/bg-about-phone.png) no-repeat center bottom #eaf3fb;
    background-size: 100% auto;
  }
  .aboutVideo .videowords{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  .videoInfo{
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    padding-top: 0;
    border-left: 1px solid #041c84;
    margin-left: 15px;
    z-index: 1;
    margin-top: 0;
  }
  .aboutBigVideo{
    float: none;
    width: 100%;
    margin-top: -20px;
  }

  .videoInfo h1{
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .videoInfo .videotext{
    font-size: 18px;
    color: #041c84;
    border-bottom: none;
    padding-left: 15px;
    position: relative;
    padding-top: 8px;
    z-index: 1;
  }
  .videoCover .videoplaybtn::after{
    width: 42px;
    height: 42px;
  }

  /* 培养体系 */
  .cultivatext{
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
  }
  .cultivatebox{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 48px;
  }
  .cultivatetab .swiper-slide .icon-train{
    width: 42px;
    height: 36px;
    right: 15px;
  }
  .cultivatetab .swiper-slide a{
    padding-top: 18px;
    padding-bottom: 12px;
  }
  .cultivatetab .swiper-slide a::after{
    width: 20px;
    height: 11px;
    background-size: 100% auto;
  }
  .cultivatetab .swiper-slide .cultivateinfo{
    height: 115px;
    padding: 15px 10px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .cultivatetab .swiper-slide.active .cultivateinfo::after{
    background-position: right 10px center;
  }
  .cultivatetab .swiper-slide .cultivatetitle{
    left: 10px;
    bottom: 18px;
    line-height: 26px;
    font-size: 15px;
  }
  .cultivatetab .swiper-slide span{
    font-size: 14px;
  }
  .cultivatecontent{
    padding-top: 35px;
  }
  .cultivatebrief{
    padding: 0 5px;
  }
  .cultivatebrief ul li{
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-size: 20px auto;
  }
  .cultivatebrief ul li::before{
    display: none;
  }
  .cultivatebrief ul li h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cultivatebrief ul li p{
    font-size: 16px;
    line-height: 28px;
  }
  .cultivatebrief ul li:first-child{
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
  .cultivatebrief ul li:last-child{
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
  }
  .cultivatebrief ul.cul3 li:first-child{
    background-image: url(../images/arrow-train-up.png);
    background-position: center bottom -1px;
    border-bottom: none;
  }
  .cultivatebrief ul li:last-child{
    background-position: top center;
    background-image: url(../images/arrow-train-down.png);
    border-top: none;
    
  }
  .cultivatebrief ul.cul2 li:first-child{
    margin-left: 0;
    background-position: top center;
    background-image: url(../images/arrow-train-down.png);
  }
  .cultivatebrief ul.cul2 li:last-child{
    background-image: url(../images/arrow-train-up.png);
    background-position: center bottom -1px;
  }
  .cultivatebrief ul.cul1 li:first-child{
    border: 1px solid #e5e5e5;
    margin-left: 0;
    background-size: 10px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .cultivatebrief ul.cul1 li:first-child::after{
    width: 10px;
    background-size: 100% auto;
  }

  /* 课程体系 */
  .systembox{
    margin-top: 35px;
    padding: 0 15px 45px;
    min-height: auto;
    background-image: none;
  }
  .systembox::after{
    display: none;
  }
  .systemlist{
    position: relative;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
  }
  
  .systemlist .systemitem{
    position: relative;
    left: auto !important;
    top: auto !important;
    background: #fff;
    margin-bottom: 15px;
    width:100%;
    box-shadow: 0 5px 10px rgba(33,22,19,.1);
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
 
  .systemtitle{
    width: 33%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(119deg,#e4cdb4,#c69c6d);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  } 
  .systemtitle h2{
    font-size: 17px;
    color: #fff;
  }
  .syteminfo{
    width: 67%;
    margin-left: 0;
    margin-right: 0 !important;
    padding: 0 15px;
    float: right !important;
  }
  .systemitem.index5 .syteminfo ul,.systemitem.index4 .syteminfo ul{
    left: auto;
    top: 50%;
    margin-top: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
  }
  .syteminfo ul li{
    font-size: 16px;
    line-height: 24px;
    padding: 4px 12px 5px 24px;
  }
  .syteminfo ul li::before{
    left: 10px;
    top: 12px;
    width: 6px;
    height: 6px;
  }
  .systembrief{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: none;
    background: none;
    z-index: 100001;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
  .systemphonebg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
  }
  .systemaddtext{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .closesystem{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
    background-size: 100% auto;
    margin-bottom: 20px;
  }
  .systemcontent{
    clear: right;
    padding: 25px 15px;
    background: url(../images/bg-system.png) no-repeat center top rgba(255, 255, 255, 1);
    background-size: cover;
    box-shadow: 0 10px 20px rgba(33,22,19,.15);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .systemcontent h3{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .systemcontent h4{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .majorcourselist{
    background: none;
  }
  .main.maincoursebox .commontitle{
    /* margin-bottom: 40px; */
  }
  .coursesystem{
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .systemtop{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 80px;
    background: linear-gradient(-119deg,#e4cdb4,#c69c6d);
  }
  .systemcontentext{
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    padding: 28px 15px 0 15px;
    background-size: auto 56px;
  }
  
  .systemtoptitle{
    padding-left: 15px;
    text-align: left;
  }
  .systemtoptitle .imgs{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .systemtoptitle .imgs img{
    height: 40px;
  }
  .systemtoptitle h2{
    font-size: 18px;
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
  }
  .systemchildcontent{
    padding-bottom: 20px;
  }
  .systemchildcontent>ul>li h3{
    font-size: 18px;
  }
  .systemchildcontent>ul>li{
    margin-bottom: 20px;
  }
  .systemchildcontent>ul>li> ul li{
    font-size: 15px;
    line-height: 30px;
  }
  .systemchildcontent::before{
    top: 6px;
  }
  .systemchildcontent>ul>li::before{
    top: 6px;
  }
/*  
  .systemtoptitle{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .systemtoptitle h2{
    font-size: 18px;
    text-indent: 0;
  }
  .systemtoptitle span.add{
    width: 16px;
    height: 16px;
    top:20px;
  }
  .systemcontentext{
    width: calc(100% - 30px);
    padding: 20px 15px 6px;
    min-height: auto;
    margin-top: -40px;
  }
  .systemcontentext::after{
    width: 124px;
    height: 50%;
    right: 0;
  }
  .systemchildcontent>ul>li{
    margin-bottom: 18px;
  }
  .systemchildcontent>ul>li h3{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .systemchildcontent>ul>li> ul{
    width: 100%;
  }
  .systemchildcontent>ul>li> ul li{
    padding-left: 28px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 24px;
    background-size: 13px auto;
  }
  .systemchildcontent>ul>li> ul::before{
    width: 20px;
    height: 20px;
    background-size: 13px auto;
  } */

  /* 我要报名 */
  .coursebox{
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 43px;
  }
  .load-message .loaditem{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    min-height: 184px;
    box-shadow: 0 5px 10px rgba(33,22,19,.1);
  }
  .load-message .loaditem .loadleft{
    width: 24.5%;
  }
  .load-message .loaditem .loadright{
    width: 75.5%;
  }
  .courselist li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    box-shadow: 0 5px 10px rgba(33,22,19,.1);
  }
  .courselist li a{
    min-height: 184px;
  }
  .courselist li .courseleft{
    width: 26.5%;
    padding-top: 40px;
  }
  .courseleft .timeMonth{
    font-size: 16px;
  }
  .courseleft .timeDay{
    font-size: 40px;
    margin-top: 0;
  }
  .courseleft .timeYear{
    font-size: 16px;
    margin-top: 0;
  }
  .courseleft .signdate{
    font-size: 24px;
    letter-spacing: 0;
  }
  .courseleft .alltime .currentYear{
    font-size: 16px;
  }
  .courseleft .alltime .timeDay{
    font-size: 24px;
  }
  .courselist li .alltime::after{
    width: 10px;
    top: 48%;
  }
  .courselist li .courseright{
    width: 73.5%;
    padding: 12px 15px;
  }
  .courselist li .courseright h2{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 28px;
  }
  .courselist li .signstartbox .starttext{
    font-size: 24px;
    margin-bottom: 6px;
  }
  .courselist li .courseright h2 span.shugang{
    font-size: 18px;
  }
 
  
  .coursemarker span{
    padding: 0 8px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
  .courselist li .courseright .courseinfo span{
    font-size: 16px;
    padding: 0 12px 0 26px;
    height: 32px;
    line-height: 32px;
  }
  .courselist li .courseright .courseinfo span::before{
    width: 6px;
    height: 6px;
    left: 13px;
  }
  .courseinfo span.coursestatus{
    padding: 0 12px;
    height: 32px;
    line-height: 30px;
  }
  .courseinfo span.coursestatus::before{
    width: 8px;
    height: 8px;
    margin-right: 8px;
    top: -2px;
  }
  .courseinfo span.courseplace{
    margin-top: 0;
    padding-left: 28px;
    background-size: 28px auto;
  }
  .showqcode .qcodeinfo .qcodeimg{
    width: 120px;
  }
  .showqcode .qcodeinfo p{
    font-size: 20px;
    margin-left: 20px;
  }
  .coursecontenttitle{
    padding: 0 10px;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .coursecontenttitle span{
    font-size: 24px;
  }
  .coursecontentbox{
    padding: 0 15px 46px;
  }
  .coursebrief .loaderimg{
    width: 100%;
  }
  .courseqcode .courseqcodeinfo{
    padding: 10px;
    background: rgba(185,146,107,.8);
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}
  .courseqcode .qcodeimg{
    width: 80px;
    border-radius: 5px;
    margin-bottom: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .courseqcode p{
    font-size: 14px;
    line-height: 20px;
  }
  .coursenoresult img{
    width: 50%;
    height: auto;
  }
  .coursenoresult p{
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* 新闻列表 */
  .main{
    padding-top: 40px;
  }
  .newsbox{
    padding: 0 15px 40px;
  }
  .commontitle{
    font-size: 22px;
  }
  .newsisgoodbox{
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .newsisgoodbox a{
    padding:0 15px;
  }
  .newsisgoodbox::after{
    bottom: 0;
    width: 52.375%;
    height: 78px;
    background-size: 100% auto;
  }
  .newsisgoodbox .newsleft{
    width: 43.5%;
    padding: 5px 0 0 5px;
  }
  .newsisgoodbox .newsleft::before{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .newsisgoodbox .newsright{
    padding-right: 0;
    padding-top: 0;
  }
  .newsisgoodbox .newsright span{
    font-size: 14px;
  }
  .newsisgoodbox .newsright span.isgoodtime{
    background-size: 16px auto;
    padding-left: 24px;
    height: 24px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .newsisgoodbox .newsright h2{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .newsisgoodbox .newsright .newssmalltext{
    display: none;
  }
  .newsisgoodbox .newsright span.newsmore em{
    width: 16px;
    height: 16px;
    background-size: 14px auto;
    margin-left: 4px;
  }
  .newsbox .newslists{
    margin-bottom: 34px;
  }
  .newsbox .newslists li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
    box-shadow: 0 0 5px rgba(213,213,213,.25);
  }
  .newsbox .newslists li:nth-child(even){
    margin-right: 0;
  }
  .newsbox .newslists li a{
    padding: 10px 10px;
    min-height: auto;
  }
  .newsbox .newslists li .imgbox{
    padding-bottom: 20px;
  }
  .newsbox .newslists li .imgs{
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .newsbox .newslists li .imgs img{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .newsbox .newslists li .newstime{
    left: 10px;
    width: 56px;
    height: 56px;
    padding-top: 5px;
    line-height: 26px;
  }
  .newsbox .newslists li .newstime p{
    font-size: 18px;
  }
  .newsbox .newslists li .newstime span{
    font-size: 12px;
    margin-top: -10px;
  }
  .newsbox .newslists li .newsinfo{
    padding: 8px 0 2px;
  }
  .newsbox .newslists li .newsinfo h2{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 0;
  }
  .newsbox .newslists li span.moreline{
    display: none;
  }
  .lookmore a{
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }

  /* 新闻内容 */
  .newscontenttop{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  .newscontenttop .location{
    font-size: 14px;
  }
  .location a{
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .newscontenttop .backreturn{
    margin-top: 0;
  }
  .backreturn a{
    height: 50px;
    line-height: 50px;
  }
  .backreturn a i{
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }
  .newscontent{
    padding: 30px 15px 0;
  }
  .titlebox{
    padding-bottom: 24px;
    margin-bottom: 35px;
  }
  .titlebox::after{
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
  .titlebox h1{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .titlebox .release span{
    background-position: left top 4px;
    line-height: 24px;
    font-size: 14px;
    background-size: 16px auto;
    padding-left: 24px;
  }
  .newstext img, .newstext p img{
    margin-top: 5px;
    margin-bottom: 5px;
  }
.newstext video{
	width:100%;
}
  .newschange{
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .newschange .newschange-l, .newschange .newschange-r{
    float: none;
    width: 100%;
    overflow: hidden;
    padding-left: 18px;
    font-size: 14px;
    line-height: 28px;
    background-position: left center;
    background-size: 14px auto;
  }
  .newschange a{
    font-size: 14px;
  }
  .newschange .newschange-r{
    padding-right: 0;
    background-image: url(../images/arrow-left-gray.png);
  }
  .newschange .newschange-l span{
    margin-right: 10px;
  }
  .newschange .newschange-r span{
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .newschange .newschange-r a{
    float: left;
    text-align: left;
  }

  .pages{
    padding-bottom: 35px;
  }

  .commonContent{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }

  .nextchange p a{
    width: 72%;
    vertical-align: top;
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
  }
  .nextchange a.back{
    width: 58px;
    height: 32px;
    line-height: 32px;
  }
  
  /* 校友权益 */
  .equities-section1{
    padding-bottom: 30px;
  }
  .alumniactivity{
    margin-top: 35px;
  }
  .equities-section2{
    padding: 40px 15px 25px;
  }
  .alumnistatusbg::before{
    display: none;
  }
  .alumnistatus .swiper-slide{
    padding-top: 0;
  }
  .alumnistatus .swiper-slide-active a{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .alumnistatus .swiper-slide .alumnititle{
    padding: 20px 0 6px;
    color: #333;
  }
  .alumnistatus .swiper-slide h2{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .alumnistatus .swiper-button-next,.alumnistatus .swiper-button-prev{
    
  }
  
  .equities-section3{
    padding: 45px 15px 45px;
  }
  .alumniequities-left{
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .alumniequities-left .alumniequitiesword{
    margin-top: 28px;
  }
  .alumniequitiesword img{
    width: 58.38%;
  }
  .alumniequities-right{
    float: none;
    width: 100%;
    margin-top: 35px;
  }
  .alumniequitiesbox{
    box-shadow: 0 0 10px rgba(204,180,154,.3);
    width: 100%;
    padding-bottom: 30px;
  }
  .alumniequities-right .swiper-slide .alumniequitiesinfo{
    padding: 24px 15px;
    height: auto;
  }
  .alumniequities-right .swiper-slide h2{
    font-size: 18px;
    margin-bottom: 13px;
  }
  .alumni-left{
    width:69%;
    font-size: 15px;
    line-height: 26px;
  }
  .alumni-left p{
    font-size: 15px;
    line-height: 26px;
  }
  .alumni-left ul{
    margin-top: 10px;
  }
  .alumni-right{
    
  }
  .alumni-right p{
    font-size: 15px;
    margin-top: 8px;
  }
  .alumniequitiesbox .swiper-pagination{
    bottom: 15px;
  }
  .alumniequitiesbox .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }  
  .equities-section4{
    padding-top: 44px;
  }
  .equities-section4 .container{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  } 
  .alumnidonate{
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding: 0 15px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .alumnidonatebox{
    margin-top: 35px;
    padding: 15px;
  }
  .alumnidonatebox p{
    float: none;
    font-size: 16px;
    margin-top: 0;
    line-height: 28px;
  }
  .alumnidonateimg{
    width: 86%;
  }
  .alumnidonatebox img{
    float: none;
    display: block;
    margin: 15px auto 0;
  }

  .equitiesbox{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 46px;
  }
  .equitiesleft{
    float: none;
    width: 100%;
    border: 2px solid #f4ca90;
    padding-top: 45px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-bottom: none;
  }
  .equitiesguide{
    left: 50%;
    width: 78%;
    margin-left: -39%;
    text-align: center;
  }
  .equitiesguide img{
    height: 17px;
  }
  .equitiesguide img.equitiesword1{
    margin-bottom: 10px;
  }
  .equitiesright{
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
    border: 2px solid #f4ca90;
    border-radius: 0 0 5px 5px;
    border-top: none;
  }
  .equitieslist{
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .equitieslist::after{
    display: none;
  }
  .equitieslist ul{
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .equitieslist li{
    margin-bottom:0;
    line-height: 56px;
    height: 56px;
    width: 50%;
    float: left;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }
  .equitieslist li a{
    font-size: 18px;
    padding: 0;
  }
  .equitieslist li a::after{
    right: auto;
    left: 0;
  }
  .equitiespics{
    float: none;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
  }
  .equitiesbrief{
    float: none;
    width: 100%;
    position: relative;
    right: auto;
    border:none;
    top: auto;
    padding: 25px 15px 20px;
    box-shadow: none;
  }
  .equitiestitle{
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .equitiestext{
    font-size: 16px;
    line-height: 28px;
  }
  .equitiestext ul{
    margin-top: 15px;
  }
  .equitiesbottom{
    position: relative;
    padding: 0;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
  }
  .equitiesxcx.phonequitiesxcx{
    float: none;
  }

  /* 联系我们 */
  .contacttop{
    padding: 40px 0;
  }

  .connect, .contactbottom{
    width: 100%;
    padding: 0 15px;
  }
  .connect ul{
    margin-bottom: 30px;
  }
  .connect ul li{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 62px;
    background-size: 42px auto;
    background-position: left top 4px;
  }
  .connect p{
    font-size: 16px;
  }
  .connect ul li p strong{
    font-size: 18px;
  }
  .connect ul li p{
    line-height: 28px;
  }
  .connect ul li p.common-p{
    /* margin-left: -54px; */
    margin-top: 8px;
  }
  .contactbox{
    /* padding-top: 40px; */
  }
  .contactbottom{
    padding-bottom: 80px;
  }
  .contactleft{
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    padding-bottom: 30px;
  }
  .contactleft::after{
    content: " ";
    display: inline-block;
    position: absolute;
    left: 8px;
    bottom: 0;
    width: 1px;
    height: 30px;
    background: #c79d6d;
  }
  .contactleft h2{
    font-size: 24px;
  }
  .contactright{
    float: none;
    width: 75%;
    padding-left: 1px;
  }
  .contactright::before{
    content: " ";
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 0;
    width: 1px;
    height: 30px;
    background: #c79d6d;
  }
  .contactright::after{
    z-index: 0;
    left: 8px;
    width: 95%;
  }
  .contactright li{
    margin-left: 10%;
  }
  .contactright li .iconlis{
    width: 56px;
    height: 56px;
    background-size: 100% auto;
  }

  .contactright li .connectinfo{
    width: 110px;
    margin-left: -55px;
    padding-bottom: 10px;
  }
  .contactright li .connectbrief{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
  .contactright li .connectbrief img{
    width: 90px;
  }
  .contactright li .connectbrief p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
  }
  .contactright li span{
    margin-top: 5px;
  }
  .mapinfo{
    left: 42.88%;
    top: -26.6%;
  }
  .maptext{
    width: 94%;
    padding: 15px 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  /* 搜索 */
  .searchbox{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .searchlist{
    margin-top: 40px;
  }
  .searchlist li{
    float: none;
    width: 100%;
    margin-bottom: 10px;
    min-height: auto;
    margin-right: 0;
  }
  .searchlist li a{
    padding: 18px;
  }
  .searchlist li .attachcolumn{
    margin-bottom: 10px;
  }
  .searchlist li .searchtitle{
    background-size: 10px auto;
    padding-left: 20px;
  }
  .searchlist li .searchtitle h2{
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  
  /* 隐私条款 */
  .legal-box .cont{
    width: 100%;
    padding: 5% 20px;
  }
  .legal-box .cont .tit .en{
    font-size: 22px;
  }
  .legal-box .cont .font {
    padding-top: 30px; 
  }
  .legal-box .cont .font h6{
    padding-top: 0;
  }
  .legal-box .cont .font p{
    margin-bottom: 10px;
  }
  .legal-box .cont .close-legal{
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
