#centents .h1-title {
	font-size: .6rem;
	margin-bottom: .3rem;
	line-height: 1.5;
	color: #333;
	text-align: center;
	word-break: keep-all;
	font-weight: 700;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .h1-title.white {
  color: white;
}
#centents .h1-title.line {
  position: relative;
  margin-bottom: 1.2rem;
}
#centents .h1-title.line:after {
	content: "";
	width: 1.03rem;
	height: .03rem;
	position: absolute;
	left: 50%;
	bottom: -0.2rem;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	background: white;
	display: block;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#centents .h4-title {
	width: 6.3em;
	margin: 0 auto .55rem;
	font-size: .31rem;
	color: #a74def;
	background-image: -webkit-gradient(linear, left top, right top, from(#1696C7), to(#133978));
	background-image: -webkit-linear-gradient(left, #1696C7, #133978);
	background-image: -moz- oldlinear-gradient(left, #1696C7, #133978);
	background-image: -o-linear-gradient(left, #1696C7, #133978);
	background-image: linear-gradient(left, #1696C7, #133978);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .h4-title:after {
	width: 1.8rem;
	height: .02rem;
	bottom: -0.15rem;
	-webkit-border-radius: .01rem;
	-moz-border-radius: .01rem;
	border-radius: .01rem;
	content: "";
	display: block;
	background: #8890f0;
	position: absolute;
	-webkit-transform: translate(0.05rem, 0);
	-moz-transform: translate(0.05rem, 0);
	-ms-transform: translate(0.05rem, 0);
	-o-transform: translate(0.05rem, 0);
	transform: translate(0.05rem, 0);
}
#centents .p-desc {
	line-height: 1.5;
	font-size: .28rem;
	margin-bottom: .9rem;
	color: #666666;
	text-align: center;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
	font-weight: 500;
}
#centents .p-desc.white {
  color: white;
}
#centents img {
  max-width: 100%;
}
#centents .container {
  padding: 0 .5rem;
}
#centents .p-100-0 {
  padding: 1rem 0;
}
#centents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#centents .flex.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#centents .bg-linear-right {
  background: -webkit-gradient(linear, right top, left top, from(#1696C7), to(#133978));
  background: -webkit-linear-gradient(right, #1696C7, #133978);
  background: -moz- oldlinear-gradient(right, #1696C7, #133978);
  background: -o-linear-gradient(right, #1696C7, #133978);
  background: linear-gradient(right, #1696C7, #133978);
}
#centents .bg-linear-left {
  background: -webkit-gradient(linear, left top, right top, from(#1696C7), to(#133978));
  background: -webkit-linear-gradient(left, #1696C7, #133978);
  background: -moz- oldlinear-gradient(left, #1696C7, #133978);
  background: -o-linear-gradient(left, #1696C7, #133978);
  background: linear-gradient(left, #1696C7, #133978);
}
#centents .bg-linear-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#1696C7), to(#133978));
  background: -webkit-linear-gradient(bottom, #1696C7, #133978);
  background: -moz- oldlinear-gradient(bottom, #1696C7, #133978);
  background: -o-linear-gradient(bottom, #1696C7, #133978);
  background: linear-gradient(bottom, #1696C7, #133978);
}
#centents .swiper-pagination-bullets {
  text-align: center;
  margin-top: .35rem;
}
#centents .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  margin: 0 .185rem!important;
  background-image: -webkit-linear-gradient(359deg, #1696C7, #133978);
  background-image: -moz- oldlinear-gradient(359deg, #1696C7, #133978);
  background-image: -o-linear-gradient(359deg, #1696C7, #133978);
  background-image: linear-gradient(91deg, #1696C7, #133978);
}
#centents .swiper-pagination-bullets.white .swiper-pagination-bullet {
  background: white;
}
#centents .swiper-pagination-bullets.line .swiper-pagination-bullet {
  border: .02rem solid white;
  background: unset;
  opacity: 1;
}
#centents .swiper-pagination-bullets.line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
#centents .news {
  background: url("/m/images/index/news-bg.jpg") no-repeat center center / cover;
}
#centents .news .h1-title {
  color: white;
}
#centents .news .h1-title:after {
  background: rgba(255, 255, 255, 0.5);
}
#centents .news .news-wrap .news-container .news-item {
  margin-bottom: .3rem;
}
#centents .news .news-wrap .news-container .news-item .item-main {
  float: left;
  width: 3rem;
  max-width: 40%;
  margin: .1rem 0 0 0;
  color: white;
}
#centents .news .news-wrap .news-container .news-item .item-main .item-date {
  font-size: .22rem;
  padding: 0 0 .1rem 0;
  margin: 0 0 .1rem 0;
  letter-spacing: .005rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .news .news-wrap .news-container .news-item .item-main .item-title {
  font-size: .22rem;
  letter-spacing: .005rem;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-weight: 500;
}
#centents .news .news-wrap .news-container .news-item .item-img {
  float: right;
  width: 3.7rem;
  max-width: 55%;
  height: 2.25rem;
  overflow: hidden;
  position: relative;
}
#centents .news .news-wrap .news-container .news-item .item-img img {
	position: absolute;
	display: block;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
#centents .news .news-more {
	width: 2.2rem;
	display: block;
	padding: .1rem .3rem;
	margin: .95rem auto 0;
	font-size: .28rem;
	letter-spacing: .01rem;
	border: 1px solid white;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	border-radius: .4rem;
	text-align: center;
}
#centents .news .news-more a {
  color: white;
  vertical-align: middle;
}
#centents .part-contact {
  background: #e0e0e0;
}
#centents .part-contact .part-contact-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 3.1rem;
}
#centents .part-contact .contact-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4.6rem;
	-moz-box-flex: 0;
	-ms-flex: 0 0 4.6rem;
	flex: 0 0 4.6rem;
}
#centents .part-contact .contact-text p {
	font-size: .2rem;
	line-height: 1.5;
	margin-bottom: .25rem;
	color: #333333;
	font-weight: 300;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-contact .contact-text .contact-btn {
	width: 1.5rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	-webkit-border-radius: .23rem;
	-moz-border-radius: .23rem;
	border-radius: .23rem;
	background: -webkit-gradient(linear, left top, right top, from(#7ab2f1), to(#a74cef));
	background: -webkit-linear-gradient(left, #7ab2f1, #a74cef);
	background: -moz- oldlinear-gradient(left, #7ab2f1, #a74cef);
	background: -o-linear-gradient(left, #7ab2f1, #a74cef);
	background: linear-gradient(left, #7ab2f1, #a74cef);
	text-align: center;
	display: block;
	color: white;
	font-weight: 400;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-contact .contact-qrcode {
  text-align: center;
}
#centents .part-contact .contact-qrcode img {
  width: 1.38rem;
  display: block;
  margin: 0 auto .1rem;
}
#centents .part-contact .contact-qrcode p {
  font-size: .1rem;
  letter-spacing: .03rem;
  color: #333333;
  word-break: keep-all;
}
#centents .container {
  padding: 0 .4rem;
}
#centents section {
  overflow: hidden;
}
#centents .part-2 {
  background: #e7f0f5;
}
#centents .part-2 .part-2-lists .part-2-item {
	margin-bottom: .7rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#centents .part-2 .part-2-lists .item-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 1.2rem;
	-moz-box-flex: 0;
	-ms-flex: 0 0 1.2rem;
	flex: 0 0 1.2rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 .23rem 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, right top, left top, from(#5c97f7), to(#9539f4));
	background-image: -webkit-linear-gradient(right, #5c97f7, #9539f4);
	background-image: -moz- oldlinear-gradient(right, #5c97f7, #9539f4);
	background-image: -o-linear-gradient(right, #5c97f7, #9539f4);
	background-image: linear-gradient(right, #5c97f7, #9539f4);
	position: relative;
}
#centents .part-2 .part-2-lists .item-icon:after {
	content: "";
	width: .61rem;
	height: .61rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	background: url("../images/universities/icon-2-1.png") no-repeat center center / contain;
}
#centents .part-2 .part-2-lists .item-icon.part-2-icon-1:after {
  background-image: url("../images/universities/icon-2-1.png");
}
#centents .part-2 .part-2-lists .item-icon.part-2-icon-2:after {
  background-image: url("../images/universities/icon-2-2.png");
}
#centents .part-2 .part-2-lists .item-icon.part-2-icon-3:after {
  background-image: url("../images/universities/icon-2-3.png");
}
#centents .part-2 .part-2-lists .item-icon.part-2-icon-4:after {
  background-image: url("../images/universities/icon-2-4.png");
}
#centents .part-2 .part-2-lists .item-title {
  font-size: .36rem;
  line-height: 1;
  text-align: left;
  margin: 0 auto .18rem;
  color: #333333;
  font-weight: 500;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-2 .part-2-lists .item-text {
  font-size: .24rem;
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-weight: 300;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-3 .p-desc {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
#centents .part-3 .part-3-item .item-icon {
  width: .51rem;
  height: .51rem;
  margin: 0 auto .18rem;
  background: url("../images/universities/icon-3-1.png") no-repeat center center / contain;
}
#centents .part-3 .part-3-item .item-icon.part-3-icon-1 {
  background-image: url("../images/universities/icon-3-1.png");
}
#centents .part-3 .part-3-item .item-icon.part-3-icon-2 {
  background-image: url("../images/universities/icon-3-2.png");
}
#centents .part-3 .part-3-item .item-icon.part-3-icon-3 {
  background-image: url("../images/universities/icon-3-3.png");
}
#centents .part-3 .part-3-item .item-icon.part-3-icon-4 {
  background-image: url("../images/universities/icon-3-4.png");
}
#centents .part-3 .part-3-item .item-text {
  font-size: .3rem;
  color: white;
  font-weight: 500;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-4 .p-desc {
  margin-bottom: .6rem;
}
#centents .part-4 .pro-lists {
  padding: .1rem .05rem;
}
#centents .part-4 .pro-lists .pro-item {
	-webkit-box-shadow: 0 1px 2px 0.5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px 0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 0.5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: .14rem;
	-moz-border-radius: .14rem;
	border-radius: .14rem;
	overflow: hidden;
	margin-bottom: .2rem;
}
#centents .part-4 .pro-lists .item-text {
	font-size: .24rem;
	padding: 0 .1rem;
	height: .8rem;
	letter-spacing: .01rem;
	color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
	font-weight: 500;
	font-weight: 700;
}
#centents .part-4 .pro-lists .item-img {
	height: 2.7rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
}
#centents .part-4 .pro-lists .item-img img {
  max-height: 100%;
}
#centents .part-4 .part-4-lists-0 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#centents .part-4 .part-4-lists-0 .pro-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.12rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.12rem;
          flex: 0 0 3.12rem;
  margin-bottom: .2rem;
}
#centents .part-4 .part-4-lists-0 .pro-item:nth-child(2),
#centents .part-4 .part-4-lists-0 .pro-item:nth-child(5) {
  margin-right: 0;
}
#centents .part-4 .part-4-lists-0 .pro-item:nth-child(n+3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  margin-bottom: 0;
}
#centents .part-4 .part-4-lists-1 {
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column dense;
  grid-template-columns: 3.13rem 3.13rem;
  grid-template-rows: 3.5rem 3.5rem;
  grid-row-gap: .2rem;
  grid-column-gap: .2rem;
}
#centents .part-4 .part-4-lists-1 .pro-item {
  margin: 0;
}
#centents .part-4 .part-4-lists-1 .pro-item .item-img {
  height: 2.7rem;
}
#centents .part-4 .part-4-lists-1 .pro-item-2 {
  grid-row-start: 1;
  grid-row-end: 3;
}
#centents .part-4 .part-4-lists-1 .pro-item-2 .item-img {
  height: 6.4rem;
}
#centents .part-4 .part-4-lists-2 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3.13rem 3.13rem;
  grid-template-rows: 3.5rem 3.5rem;
  grid-row-gap: .2rem;
  grid-column-gap: .2rem;
}
#centents .part-4 .part-4-lists-2 .pro-item {
  margin: 0;
}
#centents .part-4 .part-4-lists-2 .pro-item .item-img {
  height: 2.7rem;
}
#centents .part-4 .part-4-lists-2 .pro-item-0 {
  grid-row-start: 1;
  grid-row-end: 3;
}
#centents .part-4 .part-4-lists-2 .pro-item-0 .item-img {
  height: 6.4rem;
}
#centents .part-4 .part-4-lists-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#centents .part-4 .part-4-lists-3 .pro-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.1rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.1rem;
          flex: 0 0 3.1rem;
}
#centents .part-4 .part-4-lists-3 .pro-item:nth-child(n+3) {
  margin-bottom: 0;
}
#centents .part-4 .part-4-lists-3 .pro-item .item-img {
  height: 2.7rem;
}
#centents .part-5 {
  background: #e7f0f5;
}
#centents .part-5 .p-desc {
  margin-bottom: .6rem;
}
#centents .part-5 .part-5-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  text-align: center;
}
#centents .part-5 .part-5-list .part-5-item-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  margin-bottom: .8rem;
}
#centents .part-5 .part-5-list .part-5-item-1:nth-child(n+5) {
  margin-bottom: 0;
}
#centents .part-5 .part-5-list .part-5-item-1 .item-title {
	font-size: .28rem;
	margin: .2rem auto .18rem;
	color: #5c97d4;
	font-weight: 500;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-5 .part-5-list .part-5-item-1 .item-text {
	font-size: .24rem;
	line-height: 1.5;
	color: #505050;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
	font-weight: 500;
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: .84rem;
	height: .84rem;
	background: url("../images/universities/icon-5-1.png") no-repeat center center / contain;
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon.item-icon-1:after {
  background-image: url("../images/universities/icon-5-1.png");
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon.item-icon-2:after {
  background-image: url("../images/universities/icon-5-2.png");
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon.item-icon-3:after {
  background-image: url("../images/universities/icon-5-3.png");
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon.item-icon-4:after {
  background-image: url("../images/universities/icon-5-4.png");
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon.item-icon-5:after {
  background-image: url("../images/universities/icon-5-5.png");
}
#centents .part-5 .part-5-list .part-5-item-1 .item-icon.item-icon-6:after {
  background-image: url("../images/universities/icon-5-6.png");
}
#centents .part-5 .part-5-list .part-5-item-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-border-radius: .14rem;
	-moz-border-radius: .14rem;
	border-radius: .14rem;
	margin-bottom: .26rem;
	overflow: hidden;
	position: relative;
}
#centents .part-5 .part-5-list .part-5-item-2:last-child {
  margin-bottom: 0;
}
#centents .part-5 .part-5-list .item-img img {
  display: block;
}
#centents .part-5 .part-5-list .item-name {
	height: .77rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: .3rem;
	letter-spacing: .02rem;
	color: white;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, right top, left top, from(rgba(167, 77, 239, 0.9)), color-stop(95%, rgba(121, 178, 241, 0.4)));
	background: -webkit-linear-gradient(right, rgba(167, 77, 239, 0.9), rgba(121, 178, 241, 0.4) 95%);
	background: -moz- oldlinear-gradient(right, rgba(167, 77, 239, 0.9), rgba(121, 178, 241, 0.4) 95%);
	background: -o-linear-gradient(right, rgba(167, 77, 239, 0.9), rgba(121, 178, 241, 0.4) 95%);
	background: linear-gradient(right, rgba(167, 77, 239, 0.9), rgba(121, 178, 241, 0.4) 95%);
	font-weight: 500;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-6 {
	background: url("../images/universities/part-6-bg.jpg") no-repeat center center / cover;
}
#centents .part-6 .part-6-lists {
	text-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#centents .part-6 .part-6-lists .part-6-item {
  margin-bottom: .95rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.55rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.55rem;
          flex: 0 0 2.55rem;
}
#centents .part-6 .part-6-lists .part-6-item:nth-child(n+3) {
  margin-bottom: 0;
}
#centents .part-6 .part-6-lists .part-6-item .item-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto .2rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#5c97f7), to(#9539f4));
  background-image: -webkit-linear-gradient(left, #5c97f7, #9539f4);
  background-image: -moz- oldlinear-gradient(left, #5c97f7, #9539f4);
  background-image: -o-linear-gradient(left, #5c97f7, #9539f4);
  background-image: linear-gradient(to right, #5c97f7, #9539f4);
  position: relative;
}
#centents .part-6 .part-6-lists .part-6-item .item-icon:after {
  content: "";
  width: .8rem;
  height: .8rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: url("../images/universities/icon-6-1.png") no-repeat center center / contain;
}
#centents .part-6 .part-6-lists .part-6-item .item-icon.part-6-icon-1:after {
  background-image: url("../images/universities/icon-6-1.png");
}
#centents .part-6 .part-6-lists .part-6-item .item-icon.part-6-icon-2:after {
  background-image: url("../images/universities/icon-6-2.png");
}
#centents .part-6 .part-6-lists .part-6-item .item-icon.part-6-icon-3:after {
  background-image: url("../images/universities/icon-6-3.png");
}
#centents .part-6 .part-6-lists .part-6-item .item-icon.part-6-icon-4:after {
  background-image: url("../images/universities/icon-6-4.png");
}
#centents .part-6 .part-6-lists .part-6-item .item-text {
  font-size: .28rem;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-weight: 500;
}
#centents .part-7 .part-7-lists {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#centents .part-7 .part-7-lists .part-7-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.15rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.15rem;
          flex: 0 0 3.15rem;
  -webkit-border-radius: .14rem;
     -moz-border-radius: .14rem;
          border-radius: .14rem;
  margin: 0 0 .2rem 0;
  overflow: hidden;
  position: relative;
}
#centents .part-7 .part-7-lists .part-7-item:nth-child(2n) {
  margin-right: 0;
}
#centents .part-7 .part-7-lists .part-7-item .item-img img {
  display: block;
}
#centents .part-7 .part-7-lists .part-7-item .item-text {
	left: 0;
	right: 0;
	bottom: 0;
	height: .77rem;
	font-size: .28rem;
	letter-spacing: .02rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
	position: absolute;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.52)), color-stop(95%, rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0) 95%);
	background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0) 95%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0) 95%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0) 95%);
	font-weight: 500;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-8 .h1-title {
  margin-bottom: .6rem;
}
#centents .part-8 .part-8-lists .part-8-item {
  padding: .4rem .4rem .4rem .3rem;
  margin-bottom: .3rem;
  -webkit-border-radius: .14rem;
     -moz-border-radius: .14rem;
          border-radius: .14rem;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
#centents .part-8 .part-8-lists .part-8-item:first-child .item-number {
  letter-spacing: .1rem;
}
#centents .part-8 .part-8-lists .part-8-item .item-title {
  font-size: .3rem;
  margin: 0 0 .16rem 0;
  text-align: left;
  font-weight: 700;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
#centents .part-8 .part-8-lists .part-8-item .item-number {
  width: 1.8rem;
  font-size: 1.5rem;
  margin-right: .3rem;
  letter-spacing: -0.05rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#bbf7f1), to(#e9a2f4));
  background-image: -webkit-linear-gradient(right, #bbf7f1, #e9a2f4);
  background-image: -moz- oldlinear-gradient(right, #bbf7f1, #e9a2f4);
  background-image: -o-linear-gradient(right, #bbf7f1, #e9a2f4);
  background-image: linear-gradient(right, #bbf7f1, #e9a2f4);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
  color: transparent;
  font-family: "UBTECH-Bold";
  line-height: 1;
}
#centents .part-8 .part-8-lists .part-8-item .item-text {
  line-height: 1.5;
  font-size: .24rem;
  text-align: justify;
}
#centents .part-10 .h1-title {
  margin-bottom: .6rem;
}
#centents .part-10 .part-10-lists {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#centents .part-10 .part-10-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.15rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3.15rem;
          flex: 0 0 3.15rem;
  position: relative;
  -webkit-border-radius: .14rem;
     -moz-border-radius: .14rem;
          border-radius: .14rem;
  overflow: hidden;
  margin: 0 0 .2rem 0;
}
#centents .part-10 .part-10-item:nth-child(n+3) {
  margin-bottom: 0;
}
#centents .part-10 .part-10-item .item-img img {
  display: block;
}
#centents .part-10 .part-10-item .item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: .28rem;
	height: .8rem;
	color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(rgba(22, 150, 199, 0.9)), color-stop(95%, rgba(19, 57, 120, 0.4)));
	background: -webkit-linear-gradient(left, rgba(22, 150, 199, 0.9), rgba(19, 57, 120, 0.4) 95%);
	background: -moz- oldlinear-gradient(left, rgba(22, 150, 199, 0.9), rgba(19, 57, 120, 0.4) 95%);
	background: -o-linear-gradient(left, rgba(22, 150, 199, 0.9), rgba(19, 57, 120, 0.4) 95%);
	background: linear-gradient(to right, rgba(22, 150, 199, 0.9), rgba(19, 57, 120, 0.4) 95%);
	font-weight: 500;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
body {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (width: 360px) and (height: 677px) {
  html {
    font-size: 43px!important;
  }
}