* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background-repeat: no-repeat;
	font-family: 'PingFangSC-Regular';
	word-wrap: break-word;
	word-break: normal !important;
}

img {
	margin: 0;
	border: none
}

*:focus {
	outline: none;
}

*,
*:before,
*:after {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul,
li {
	padding: 0;
	margin: 0;
	display: block;
}

u,
i {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	position: relative;
	font-size: 0.24rem;
	line-height: 1.4;
	min-height: 100%;
	background: #F9FBFE;
	color: #333;
}

body,
html {
	min-height: 100vh;
}

input,
select,
textarea {
	font-size: 0.24rem;
	border: none;
	border-radius: 0;
}
textarea{ 
	resize:none 
} 
input[type='checkbox'] {
	width: 0.3rem;
	height: 0.3rem;
	-webkit-appearance: none;
	border: 1px solid #aeaeae;
	border-radius: 2px;
	background-color: #fff;
}

input[type='checkbox']:checked {
	background-image: url(../img/check_bg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
	border: 1px solid #3789fe;
}

a {
	color: #000;
	text-decoration: none;
}

iframe {
	width: 100% !important
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #C0C0C0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #C0C0C0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #C0C0C0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #C0C0C0;
}
.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
}
.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
}
.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-wrap: break-word;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.body-class{
	padding-bottom: 1.3rem !important;
}
.main-container {
	padding: 0.3rem;
}
.common-shadow{
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
	background: #fff;
}
.footer-nav {
	background: #FFFFFF;
	box-shadow: 0 -0.15rem 0.2rem 0 rgba(241, 245, 246, 0.52);
	height: 0.98rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-nav ul {
	display: flex;
	overflow: hidden;
}

.footer-nav .footer-item {
	flex: 1;
	font-family: PingFangSC-Medium;
	font-size: 0.2rem;
	color: #ADADAD;
	text-align: center;
	position: relative;
}

.footer-nav .footer-avtive {
	color: #2F84FF !important;
}

.footer-nav .footer-avtive:before {
	content: '●';
	position: absolute;
	width: 0.4rem;
	left: 50%;
	margin-left: -0.2rem;
	top: -0.16rem;
}

.footer-nav .footer-item .footer-img1 {
	width: 0.38rem;
	margin-top: 0.05rem;
}

.footer-nav .footer-item .footer-img2 {
	width: 0.49rem;
	margin-top: 0.08rem;
}

.footer-nav .footer-item .footer-img3 {
	width: 0.56rem;
}
.no-ws-modal{
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 999;
	background: rgba(0,0,0,.69);
}
.no-ws-modal .ws-box{
	position: absolute;
	top: 50%;
	left: 17%;
	width: 66%;
	height: 2.5rem;
	margin-top: -1.25rem;
	background: #FFFFFF;
	border-radius: .1rem;
	font-size: .28rem;
}
.no-ws-modal .ws-box .title{
	color: #333333;
	text-align: center;
	line-height: 1.55rem;
	border-bottom: 1px solid #BDBDBD;
}
.no-ws-modal .ws-box .btn{
	display: flex;
	line-height: .92rem;
	text-align: center;
}
.no-ws-modal .ws-box .btn .ws{
	color: #2F84FF;
	flex: 1;
	border-right: 1px solid #BDBDBD;
}
.no-ws-modal .ws-box .btn .cancel{
	color: #999;
	flex: 1;
}

.index {
  background: url(../img/img-01.png) no-repeat top center;
  background-size: 100% auto!important;
  padding-bottom: 0rem!important; }
  .index .banner {
    height: 3.86rem;
    padding: 0.75rem 0 0 0.72rem; }
    .index .banner .title {
      font-size: 0.48rem;
      color: #5E441D;
      z-index: 0.67rem;
      margin: 0 0 0.1rem 0; }
    .index .banner .f-title {
      font-size: 0.34rem;
      color: #5E441D;
      line-height: 0.48rem;
      margin: 0 0 0.36rem 0; }
    .index .banner .icon {
      width: 0.42rem;
      height: 0.42rem;
      background: url(../img/img-02.png) no-repeat center;
      background-size: 100%; }
  .index .box {
    padding-left: 0.3rem; }
    .index .box .href {
      width: 3.3rem;
      height: 1.38rem;
      border-radius: 3px;
      line-height: 1.38rem;
      font-size: 0.36rem;
      color: #fff;
      padding-left: 0.37rem;
      box-sizing: border-box;
      margin: 0 0.3rem 0.3rem 0;
      float: left;
      background-size: 100%!important; }
    .index .box .href:nth-child(2n) {
      margin-right: 0px; }
  .index .swiper-container {
    width: 6.9rem;
    height: 2.43rem;
    margin: 0 auto 0.54rem; }
    .index .swiper-container .swiper-slide {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      font-size: 0.4rem;
      color: #fff;
      line-height: 0.56rem;
      padding: 0.46rem 0 0 0.36rem; }
    .index .swiper-container .swiper-pagination {
      position: absolute;
      height: 0.12rem;
      left: 0.36rem;
      bottom: 0.23rem;
      width: 100%;
      text-align: left; }
    .index .swiper-container .swiper-pagination-bullet {
      width: 0.12rem;
      height: 0.12rem;
      vertical-align: top;
      opacity: 0.2;
      margin: 0 0.12rem 0 0 !important; }
    .index .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff;
      opacity: 1; }

footer {
  height: 1.01rem;
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  footer .btn {
    width: 50%;
    text-align: center;
    font-size: 0.3rem;
    color: #d8d8d8; }

.academic-center .nav {
  height: 0.83rem;
  background: #fff; }
  .academic-center .nav .href {
    text-align: center;
    font-size: 0.28rem;
    color: #999;
    display: block;
    line-height: 0.83rem; }
  .academic-center .nav .href.cur {
    color: #4893FD; }
    .academic-center .nav .href.cur i {
      display: block; }
  .academic-center .nav i {
    width: 0.38rem;
    height: .07rem;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -0.19rem;
    background: #4893FD;
    border-radius: 0.08rem;
    display: none; }
.academic-center ul {
  padding: 0 0.3rem; }
  .academic-center ul li {
    padding: 0.36rem 0 0.4rem;
    border-bottom: 1px solid #D9DCE0; }
  .academic-center ul .img {
    width: 1.66rem;
    height: 1.66rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px; }
  .academic-center ul .text {
    width: 4.8rem;
    margin-left: 0.3rem; }
    .academic-center ul .text .te {
      height: 0.84rem;
      overflow: hidden;
      line-height: 0.42rem;
      font-size: 0.3rem;
      color: #333;
      margin-bottom: 0.18rem; }

/*# sourceMappingURL=style.css.map */


img{
	max-width: 100%!important;
}