.centre .main-r .login .module .header .item ahtml {
  position: relative;
  overflow-x: hidden !important;
}

body {
  font-family: sans-serif;
}

a, a:hover {
  text-decoration: none;
  color: #222222;
}
.toux{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.6) 0%, #0E5DC4 100%);
  opacity: 0.9;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all .3s;
  left: -30px;
}
.item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.news-slider {
  z-index: 2;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  /*overflow: hidden;*/
}
@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}
.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.news-slider__item {
  width: 400px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}
.news-slider__item.swiper-slide {
  opacity: 1;
  pointer-events: none;
  transition: all .3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.news-slider__ctr {
  position: relative;
  z-index: 12;
}
.news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}
.news-slider__arrow:focus {
  outline: none !important;
}
.news-slider__arrow .icon-font {
  display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
  left: 260px;
  transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
  right: 260px;
  transform: translateY(-50%);
}
.news-slider__pagination {
  text-align: center;
  margin-top: 0.3rem;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}
.news__item {
  padding: 40px;
  color: #222222;
  border-radius: 10px;
  display: block;
  transition: all .3s;
}
/*@media screen and (min-width: 800px) {*/
  /*.news__item:hover {*/
    /*color: #ffffff;*/
    /*transition-delay: .1s;*/
  /*}*/
  /*.news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {*/
    /*opacity: 1;*/
    /*transition-delay: .1s;*/
  /*}*/
  /*.news__item:hover .news__img {*/
    /*box-shadow: none;*/
  /*}*/
/*}*/
.news__item.active {
  color: #222222;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
  opacity: 1;
}
.news__item.active .news__img {
  box-shadow: none;

}
@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}
.news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666666;
  display: inline-block;
  opacity: .7;
  transition: opacity .3s;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.news-date__title {
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}
.news-date__txt {
  font-size: 16px;
}
.news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: .7;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity .3s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news__title .tag{
  padding: 0.05rem 0.1rem;
  font-size:0.14rem;
  font-weight:400;
  color:rgba(254,254,254,1);
  border-radius:26px;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.news__title .tag:nth-child(1){
  background:linear-gradient(90deg,rgba(255,177,127,1) 0%,rgba(255,217,149,1) 100%);
}
.news__title .tag:nth-child(2){
  background:linear-gradient(90deg,rgba(255,139,140,1) 0%,rgba(255,172,144,1) 100%);
}
.news__title .tag:nth-child(3){
  background:linear-gradient(90deg,rgba(155,202,255,1) 0%,rgba(182,194,255,1) 100%);
}


@media screen and (max-width: 576px) {
  .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: .7;
  transition: opacity .3s;
  height: 1.78rem;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.news__img {
  border-radius: 10px;
  box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.25);
  height: 200px;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 200px;
  margin: auto;
  transition: all .3s;
  transform-origin: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}
.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
#icon{
	display:none;}


body{
    background-image: url("../images/login_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a:hover{
    text-decoration: none;
}
.centre{
    position: fixed;
    width: 1360px;
    height: 520px;
    left: 50%;
    top: 50%;
    margin-left: -680px;
    margin-top: -260px;
    background-image: url("../images/login-background.png");
    background-size: cover;
    border-radius: 12px;
}
.centre .main{
    width: 100%;
    height: 100%;
}
.centre .main-l{
    width: 50%;
    height: 100%;
    padding: 42px;
    flex: 0 0 auto;
}
.centre .main-l .advertising{
    width: 100%;
    height: 100%;
    background-image: url("../images/1.png");
    background-size: cover;
}

.centre .main-r{
    flex: 1 1 auto;
    height: calc(100% + 120px);
    padding:0 80px 0 20px;
}
.centre .main-r .login{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-image: url("../images/bg-1.png");
    background-size: cover;
}
/*模块*/
.centre .main-r .login .module{
    position: relative;
    height: 100%;
}
.centre .main-r .login .module .header{
    height: 60px;
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgba(102,102,102,0.1);
}
.centre .main-r .login .module .header .item{
    width: 50%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
}
.centre .main-r .login .module .header .item a{
    display: block;
    font-size: 16px;
}
.centre .main-r .login .module .header .item a:hover{
    color: #3A8CE9;
    border-bottom: 1px solid #3A8CE9;
}
.centre .main-r .login .module .header .item a.action{
    color: #3A8CE9;
    border-bottom: 1px solid #3A8CE9;
}
.centre .main-r .login .module .logo{
    padding: 30px 0;
    text-align: center;
}
.centre .main-r .login .module .logo img{
    width: 60%;
}
.centre .main-r .login .module .froms{
    width: 50%;
    margin: auto;
}
.centre .main-r .login .module .froms.w-7{
    width: 70%;
}
.centre .main-r .login .module .froms .item{
    display: flex;
    height: 46px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.centre .main-r .login .module .froms .item .flex-1{
    flex: 1 1 auto;
}


.centre .main-r .login .module .froms .item .ico{
    height: 100%;
    width: 46px;
    background:#3A8CE9;
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}
.centre .main-r .login .module .froms .item .ico1{
    background-image: url("../images/ico1.png");
}
.centre .main-r .login .module .froms .item .ico2{
    background-size: 30%;
    background-image: url("../images/ico/ico2.png");
}
.centre .main-r .login .module .froms .item .ico3{
    background-size: 30%;
    background-image: url("../images/ico/ico3.png");
}

.centre .main-r .login .module .froms .item .ico4{
    background-size: 30%;
    background-image: url("../images/ico/ico4.png");
}

.centre .main-r .login .module .froms .item .ico5{
    background-size: 30%;
    background-image: url("../images/ico/ico5.png");
}

.centre .main-r .login .module .froms .item .ico6{
    background-size: 30%;
    background-image: url("../images/ico/ico6.png");
}

.centre .main-r .login .module .froms .hint{
    font-size: 14px;
    color: #444444;
}

.hint-error{
    width: 50%;
    margin: auto;
    text-align: left;
}
.hint-error.two{
    width: 100%;
}

.centre .main-r .login .module .froms .item input{
    display: block;
    flex: 1 1 auto;
    border-radius: 0 5px 5px 0;
    border: 1px solid rgba(125,125,125,1);
    color: #666666;
    padding:0 20px;
    width: 100%;
    height: 100%;
}
.centre .main-r .login .module .froms .item input:focus{
    border: 1px solid #6666ff;
    box-shadow: 0 0 5px #6666ff;
    -webkit-box-shadow: 0 0 5px #6666ff;
    -moz-box-shadow: 0 0 5px #6666ff;
}
.centre .main-r .login .module .froms .item .verification-code{
    width: 120px;
}
.centre .main-r .login .module .froms .item .verification-code button{
    border: none;
    width: 100%;
    height: 100%;
}

.centre .main-r .login .module .button{
    width: 60%;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    bottom: 80px;
}
.centre .main-r .login .module .button button{
    width: 100%;
    height: 52px;
    border-radius: 16px;
    border: none;
    background: #3A8CE9;
    color: #ffffff;
    font-size: 18px;
}

.centre .main-r .login .module .forget{
    width: 60%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30%;
}
.centre .main-r .login .module .froms .clist{
    background: #D3E8FF;
    border:1px solid rgba(58,140,233,1);
    border-radius:5px;
    max-height: 446px;
    overflow-y: scroll;
}
.centre .main-r .login .module .froms .clist::-webkit-scrollbar{
    display: none;
}

.centre .main-r .login .module .froms .clist ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.centre .main-r .login .module .froms .clist ul li{
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #323232;
}
.centre .main-r .login .module .froms .clist ul li:hover{
    background: #3A8CE9;
    color: #ffffff;
}




.font-16-cub{
    font-weight: 300;
    font-size: 16px;
}

.p-30{
    padding: 30px;
}
.p-20{
    padding: 20px;
}


/*排列块*/
.flex-c{
    display: flex;
    align-items: center;
}
.flex-cc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-c-f-18{
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 1300px) {
    .centre{position: none;width: 100%;height: 460px;margin: -230px auto; left:0px; background:none;}
    .centre .main { margin: auto;}
    .centre .main-r .login .module .froms .clist{max-height: 390px; }
    .centre .main-l{display:none;}
    .centre .main-r {max-width:90%;margin:80% auto;padding:0 5%;}
    .centre .main-r .login .module .header .item a{font-size:12px;}
    .footer .feedback-info>p{ padding-top:5px;}
    .centre .main{max-height:90%;}
    .centre .main-r .login .module .logo img{width:80%;}
    .centre .main-r .login .module .froms{ width:80%;}
    .centre .main-r .login .module .button{width:80%; left:40%;}
    .home-top .left .quit{display:none;}
    .home-top .left{width:auto;}
    .home-top .left .logo{width: 0.9rem;height: 0.9rem;}
    .swiper-container-coverflow .swiper-wrapper{ width:90%; }
    .news-slider__arrow{ display:none; }
    .news__txt{ height:4rem;}
    .news__title .tag{padding:0.4rem; font-size:0.5rem;}
    
}
.footer{font-size:14px;width:100%;background:transparent;text-align:center;position:absolute;bottom:10px}
.footer .nav-warpper{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.7);margin-bottom:16px}
.footer .nav-warpper>a{padding:0 5px;color:#fff}
.footer .feedback-info{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.7)}
.footer .feedback-info>p{line-height:25px}
.footer .feedback-info .gongan-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}
.footer .feedback-info a{color:#fff}
