/**
 * html
 * date: 2023-4-12
 * author: yyh;
 */
.pic-container .swiper-slide {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.pic-container .swiper-slide img {
  vertical-align: top;
  height: 700px;
  width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.pic-container .swiper-pagination {
  height: 4px;
  line-height: 4px;
  bottom: 20px;
  box-sizing: border-box;
}
.pic-container .swiper-pagination-bullet {
  width: 52px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  vertical-align: top;
}
.pic-container .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.content {
  padding: 24px 0;
  background-color: #f0f5fc;
}

.tab {
  display: flex;
}
.tab li {
  padding: 0 12px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #00428e;
  border: 1px solid #00428e;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s, background 0.3s;
}
.tab li:not(:last-child) {
  margin-right: 16px;
}
.tab li.active {
  color: #fff;
  background: #00428e;
}

.normal-list li {
  font-size: 16px;
  line-height: 58px;
  display: flex;
  align-items: center;
}
.normal-list li a {
  flex: 1;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-list li:not(:last-child) {
  border-bottom: 1px dashed #cbcbcb;
}
.normal-list li a {
  color: #333;
  margin-right: 10px;
}
.normal-list li .time {
  margin-left: 60px;
  color: #999;
}
.normal-list li:hover  * {
  color: #00428e;
}

.box-ct {
  padding: 20px 20px 0;
}

.title1::before {
  background: url(../images/title-icon1.png) no-repeat;
}

.title2::before {
  background: url(../images/title-icon2.png) no-repeat;
}

.title3::before {
  background: url(../images/title-icon3.png) no-repeat;
}

.title4::before {
  background: url(../images/title-icon4.png) no-repeat;
}

.top-container {
  display: flex;
  justify-content: space-between;
}
.top-container .container-l {
  width: 832px;
}
.top-container .container-r {
  width: 344px;
}
.top-container .box1 {
  height: 413px;
}
.top-container .box1 .icon-title ul {
  display: flex;
}
.top-container .box1 .icon-title ul li {
  cursor: pointer;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  transition: color 0.2s, font-size 0.2s;
}
.top-container .box1 .icon-title ul li:not(:last-child) {
  margin-right: 54px;
}
.top-container .box1 .icon-title ul li.active {
  color: #00428e;
  font-weight: bold;
  font-size: 24px;
}
/* .top-container .box1 .news-list li:first-child {
  display: block;
}
.top-container .box1 .news-list li:first-child p:first-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-container .box1 .news-list li:first-child p:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  margin: 5px auto 10px;
}
.top-container .box1 .news-list li:first-child p:last-child a {
  color: #666;
  white-space: normal;
} */
.top-container .box2,
.top-container .box3 {
  margin-top: 24px;
  height: 587px;
}
.top-container .login li {
  width: 344px;
  height: 92px;
  color: #fff;
  padding: 20px 0 0 30px;
  position: relative;
  box-sizing: border-box;
}
.top-container .login li:not(:last-child) {
  margin-bottom: 15px;
}

.top-container .login li:nth-child(1) {
  background: url(../images/login-icon1.png) no-repeat;
}
.top-container .login li:nth-child(2) {
  background: url(../images/login-icon2.png) no-repeat;
}
.top-container .login li:nth-child(3) {
  background: url(../images/login-icon3.png) no-repeat;
}
.top-container .login li:nth-child(4) {
  background: url(../images/login-icon4.png) no-repeat;
}
.top-container .login li:nth-child(5) {
  background: url(../images/login-icon5.png) no-repeat;
}
.top-container .login li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-container .login li p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.top-container .login li p:last-of-type {
  text-transform: uppercase;
  opacity: 0.8;
}
.top-container .box4 {
  margin-top: 23px;
  height: 356px;
}
.top-container .box4 .box-ct {
  padding-top: 0;
}
.top-container .box4 .box-ct .time {
  margin-left: 12px;
}
.top-container .box5 {
  margin-top: 20px;
  height: 432px;
  overflow: hidden;
}
.top-container .box5 .box-ct {
  padding-top: 0;
}
.top-container .box5 ul li {
  height: 64px;
  padding-top: 10px;
  box-sizing: border-box;
}
.top-container .box5 ul li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-container .box5 ul li p:first-child {
  font-size: 16px;
}
.top-container .box5 ul li p:last-child {
  color: #666;
  margin-top: 8px;
}
.top-container .box5 ul li:not(:last-child) {
  border-bottom: 1px dashed #cbcbcb;
}
.top-container .box6 {
  margin-top: 20px;
  height: 371px;
}
.top-container .box6 .box-ct {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.top-container .box6 .box-ct li {
  flex-basis: 33.33%;
  transition: background 0.3s;
}
.top-container .box6 .box-ct li:nth-child(1) {
  background: url(../images/help-icon1.png) no-repeat center top 6px, url(../images/help-border.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(1):hover {
  background: url(../images/help-icon1.png) no-repeat center top 6px, url(../images/help-border-active.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(2) {
  background: url(../images/help-icon2.png) no-repeat center top 6px, url(../images/help-border.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(2):hover {
  background: url(../images/help-icon2.png) no-repeat center top 6px, url(../images/help-border-active.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(3) {
  background: url(../images/help-icon3.png) no-repeat center top 6px, url(../images/help-border.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(3):hover {
  background: url(../images/help-icon3.png) no-repeat center top 6px, url(../images/help-border-active.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(4) {
  background: url(../images/help-icon4.png) no-repeat center top 6px, url(../images/help-border.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(4):hover {
  background: url(../images/help-icon4.png) no-repeat center top 6px, url(../images/help-border-active.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(5) {
  background: url(../images/help-icon5.png) no-repeat center top 6px, url(../images/help-border.png) no-repeat center top;
}
.top-container .box6 .box-ct li:nth-child(5):hover {
  background: url(../images/help-icon5.png) no-repeat center top 6px, url(../images/help-border-active.png) no-repeat center top;
}
.top-container .box6 .box-ct li a {
  display: block;
  text-align: center;
  color: #333;
  padding-top: 58px;
}
.top-container .box6 .box-ct li:hover a {
  color: #00428e;
}
.top-container .box6 .box-ct li:last-child {
  /* margin-top: 32px; */
}

.bottom-container .box7 {
  margin-top: 24px;
  height: 376px;
}
.bottom-container .box7 .icon-title {
  background: url(../images/long-title2-bg.png) no-repeat left 30px center;
}
.bottom-container .box7 .bdl {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.bottom-container .box7 .bdl li {
  text-align: center;
  max-width: 272px;
}
.bottom-container .box7 .bdl li img {
  width: 272px;
  height: 183px;
}
.bottom-container .box7 .bdl li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 8px;
}
.bottom-container .box7 .bdl li a {
  color: #333;
}
.bottom-container .box7 .bdl li a:hover {
  color: #00428e;
}
.count {
  margin-bottom: 24px;
  height: 87px;
  background: url(../images/count-bg.png) no-repeat center;
  display: flex;
  justify-content: space-around;
}
.count li {
  color: #fff;
  padding-left: 92px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.count li:nth-child(1) {
  background: url(../images/count1.png) no-repeat left center;
}
.count li:nth-child(2) {
  background: url(../images/count2.png) no-repeat left center;
}
.count li:nth-child(3) {
  background: url(../images/count3.png) no-repeat left center;
}
.count li p:first-child {
  font-size: 16px;
  margin-bottom: 10px;
}
.count li p:first-child span {
  /* font-family: opsb; */
  font-size: 24px;
  font-weight: 600;
}
.count li p:last-child {
  font-size: 18px;
}

.notice-mod{
  flex:1;
  white-space: nowrap;
  background: none;
  overflow:hidden;
}
.else-info{
  /* display:flex; */
  margin-top: 14px;
  display:none; 
}
.else-info p{
  width:300px;
  color:#999;
  font-size:14px;
}

.mt15{
  margin-top:15px
}

.else-info p:nth-child(2){
  text-indent: -4em;
  margin-left: 4em;
}

.gwarp {
  position: relative;
  height: 130px;
  overflow: hidden;
  margin-top: 24px;
  display: flex;
}

.gwarp a {
  position: relative;
  /* top: 0; */
  display: flex;
  height: 130px;
  width: 210px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: left top;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.48px;
}

.gwarp a.active{
  width: 360px;
}

.gwarp .itema {
  /* left: 0; */
  z-index: 1;
  background-image: url("../images/entrance1.png");
}

.gwarp .itemb {
  /* left: 210px; */
  z-index: 2;
  background-image: url("../images/entrance2.png");
}

.gwarp .itemc {
  /* left: 420px; */
  z-index: 3;
  background-image: url("../images/entrance3.png");
}

.gwarp .itemd {
  /* left: 630px; */
  z-index: 4;
  background-image: url("../images/entrance4.png");
}

.gwarp .iteme {
  /* left: 840px; */
  z-index: 5;
  background-image: url("../images/entrance5.png");
}

.gwarp.statea .itema{
  width: 360px;
}

.gwarp.statea .itemb {
  left: 360px;
}

.gwarp.statea .itemc {
  left: 860px;
}

.gwarp.statea .itemd {
  left: 950px;
}

.gwarp.stateb .itemb {
  left: 340px;
}

.gwarp.stateb .itemc {
  left: 860px;
}

.gwarp.stateb .itemd {
  left: 950px;
}

.gwarp.statec .itemb {
  left: 340px;
}

.gwarp.statec .itemc {
  left: 680px;
}

.gwarp.statec .itemd {
  left: 950px;
}

.gwarp.stated .itemb {
  left: 260px;
}

.gwarp.stated .itemc {
  left: 500px;
}

.gwarp.stated .itemd {
  left: 710px;
}