@charset "utf-8";
body {
  background: #f3f7fb;
}
.banner-box {
  width: 100%;
  height: 560px;
  position: relative;
}

.banner-box .banner-swiper {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.banner-box .banner-swiper a {
  display: block;
  width: 100%;
  height: 560px;
}

.banner-box .banner-swiper a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.banner-box .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  background-color: #bfbfbf;
  border-radius: 0;
  opacity: 1;
}

.banner-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d61d3;
}

.login-content {
  width: 1200px;
  height: 560px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
}

.login-content .login-box {
  width: 365px;
  height: 430px;
  background-color: #ffffff;
  margin-top: 65px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-content .login-box .login-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #0b1d30;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 10px;
}

.login-content .login-box .input-box {
  width: 100%;
  height: 46px;
  background-color: #f3f4f6;
  padding: 0 18px;
  margin-bottom: 16px;
}

.login-content .login-box .input-box input {
  width: 100%;
  font-size: 16px;
  color: #333333;
  height: 46px;
}

.login-content .login-box .tex-box {
  width: 100%;
  padding: 20px 0;
}

.login-content .login-box .tex-box .check {
  font-size: 14px;
  color: #acb2b9;
  cursor: pointer;
}

.login-content .login-box .tex-box .check input {
  margin-right: 5px;
}

.login-content .login-box .tex-box .forget {
  font-size: 14px;
  color: #acb2b9;
  cursor: pointer;
}

.login-content .login-box .btn-box {
  width: 100%;
}

.login-content .login-box .btn-box button {
  width: 100%;
  height: 46px;
  background-color: #0d61d3;
  text-align: center;
  line-height: 46px;
  letter-spacing: 10px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.login-content .login-box .goZhuCe {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #0d61d3;
  padding-top: 35px;
  cursor: pointer;
}

.login-content .login-box .goZhuCe i {
  font-size: 22px;
  color: #0d61d3;
  margin-right: 10px;
}

.login-content .login-box .register {
  display: none;
}

.login-content .user-box {
  width: 365px;
  height: 430px;
  background-color: #ffffff;
  margin-top: 65px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}

.login-content .user-box .user-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #0b1d30;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 10px;
}

.login-content .user-box .user-touxiang {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
}

.login-content .user-box .user-touxiang img {
  display: block;
  margin: 0 auto;
}

.login-content .user-box .user-name {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.login-content .user-box .user-btn {
  width: 100%;
  padding: 30px 0;
}

.login-content .user-box .user-btn button {
  width: 100%;
  height: 46px;
  background-color: #0d61d3;
  text-align: center;
  line-height: 46px;
  letter-spacing: 10px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.login-content .user-box .download {
  width: 100%;
}

.login-content .user-box .download a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin: 0 20px;
  cursor: pointer;
}

.login-content .user-box .download a i {
  font-size: 18px;
  color: #666666;
  margin-right: 4px;
}

.login-content .user-box .download span {
  width: 1px;
  height: 10px;
  background: #666666;
  margin: 0 20px;
}

.notice {
  width: 100%;
  height: 140px;
  background-color: #ffffff;
}

.notice-box {
  width: 100%;
}

.notice-box a.more {
  width: 30px ;
  height: 100px;
  display: flex;
  justify-content: space-between;
  padding: 5px 8px;
  flex-direction: column;
  font-size: 14px;
  color: #0d61d3;
  border: 1px solid #0d61d3;
}

.notice-box a.more i {
  font-size: 14px;
  color: #0d61d3;
}

.notice-title {
  width: 96px;
  height: 140px;
  background-color: #0d61d3;
}

.notice-title img {
  display: block;
  margin: 45px auto;
}

.notice-list {
  width: 1074px;
  height: 140px;
}

.notice-list a {
  display: block;
  width: calc(100% / 3);
}

.notice-item {
  width: 100%;
  height: 84px;
  border-right: 1px solid #d6dce6;
  padding: 0 55px;
}

.notice-list a:last-child .notice-item{
  border: none;
}

.notice-num {
  font-size: 30px;
  color: #0d61d3;
  font-weight: bold;
}

.notice-cont {
  flex: 1;
  width: 0;
  height: 84px;
  padding-left: 15px;
}

.notice-tit {
  width: 100%;
  font-size: 18px;
  color: #333333;
}

.notice-tex {
  font-size: 14px;
  color: #999999;
}

.huodong {
  width: 100%;
  padding: 60px 0;
}

.title-box {
  width: 100%;
}

.title-box a {
  font-size: 16px;
  color: #0d61d3;
}
.title-box a i {
  font-size: 18px;
  margin-left: 4px;
  color: #0d61d3;
}

.huodong-flex {
  width: 100%;
  padding: 40px 0;
}

.huodong-swiper-box {
  width: 600px;
  height: 468px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.huodong-swiper {
  width: 100%;
  overflow: hidden;
  height: 468px;
}

.huodong-item {
  display: block;
  width: 100%;
  height: 468px;
}

.huodong-img {
  width: 100%;
  height: 392px;
}

.huodong-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.huodong-tex {
  width: 100%;
  height: 76px;
  padding: 0 15px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #0b1d30;
  line-height: 76px;
  padding-right: 200px;
  background: #FFFFFF;
}

.huodong-swiper .huodong-pagination {
  width: 180px;
  height: 76px;
  line-height: 76px;
  left: unset;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-right: 15px;
  background: #FFFFFF;
}

.huodong-swiper .huodong-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #e9e9e9;
}

.huodong-swiper .huodong-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0d61d3;
}

.news-list {
  width: 578px;
  height: 468px;
  overflow: hidden;
}

.news-list a {
  display: block;
  margin-bottom: 17px;
}

.news-item {
  width: 100%;
  height: 145px;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-img {
  width: 169px;
  height: 110px;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-cont {
  flex: 1;
  width: 0;
  height: 110px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.news-tit {
  width: 100%;
  font-size: 18px;
  color: #333333;
}

.news-tex {
  font-size: 16px;
  color: #999999;
}

.down-flex {
  width: 100%;
}

.fenhui {
  width: 100%;
  padding-top: 60px;
  background: #ffffff;

}

.jianjie-box {
  width: 638px;
  border-top: 1px dashed #cfd6dd;
  padding: 40px 0;
  margin-top: 35px;
  min-height:500px;
}

.jianjei-tex {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
  text-align: justify;
}

.jianjie-btn {
  width: 100%;
  padding-top: 25px;
}

.jianjie-btn a {
  display: inline-block;
  width: 142px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #cfd6dd;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #8f9ba7;
  margin-right: 25px;
}

.jianjie-btn a i {
  font-size: 24px;
  color: #8f9ba7;
  margin-right: 5px;
}

.jianjie-btn a:hover {
  background-color: #0d61d3;
  color: #ffffff;
}

.jianjie-btn a:hover i {
  color: #ffffff;
}

.more-detail {
  width: 100%;
  height: 142px;
  background-color: #0d61d3;
}

.more-pos {
  width: 100%;
  position: relative;
}

.more-pos img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.more-flex {
  width: 638px;
  height: 142px;
  position: relative;
}

.more-flex b {
  font-size: 30px;
  color: #ffffff;
}

.more-flex span {
  font-size: 14px;
  color: #ffffff;
  padding-top: 15px;
}

.more-flex a {
  position: absolute;
  font-size: 50px;
  color: #ffffff;
  top: 50px;
  right: 0;
}

.xueshu {
  width: 100%;
  padding: 60px 0;
}

.xueshu-list {
  width: 100%;
  padding-top: 20px;
}

.xueshu-list a {
  display: block;
  width: 280px;
  height: 372px;
  margin-top: 25px;
  margin-right: 25px;
}

.xueshu-item {
  width: 280px;
  height: 372px;
}

.xueshu-list a:nth-child(4n) {
  margin-right: 0;
}

.xueshu-img {
  width: 100%;
  height: 180px;
}

.xueshu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xueshu-end {
  width: 100%;
  padding: 20px;
  background: #ffffff;

}

.xueshu-title {
  width: 100%;	font-size: 18px;
  color: #0b1d30;
}

.xueshu-tex {
  width: 100%;
  margin: 12px 0;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 76px;
}

.xueshu-time {
  width: 100%;
  font-size: 14px;
  color: #999999;
}























































































































































































