@charset "UTF-8";
html,body{
  height: 100%;
  position: relative;
}
.tabBar {
  position: fixed;
  top: 312px;
  right: 0;
  /*width: 153px;*/
  width: 6%;
  height: 500px;

  z-index: 999;
}

.tabBar li {
  width: 100%;
  height: 46%;
  text-align: center;
  color: #666666;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 3px 4px 38px 0px rgba(26, 135, 243, 0.38);
  border-radius: 2px;
}
.tabBar li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666666;
}
.tabBar li span {
  display: inline-block;
  margin-top: 80px;
}
.tabBar li:first-child {
  background: url("/site/image/icon_hp.png") no-repeat center 20px;
}

.tabBar li:first-child:hover {
  background: url("/site/image/2icon_hp.png") no-repeat center 20px;
  background-color:  #46c0ff;
  color: #FFFFFF;
}

/*.tabBar li:nth-child(2) {*/
/*  display: inline-block;*/
/*  background: url("/site/image/icon_dh.png") no-repeat center 20px;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.tabBar li:nth-child(2):hover {*/
/*  background: url("/site/image/3icon_dh.png") no-repeat center 20px;*/
/*  background-color: #1976D2;*/
/*  color: #FFFFFF;*/
/*}*/
/*.tabBar li:nth-child(3) {*/

/*}*/
.tabBar li:nth-child(2) a{
  display: inline-block;
  background: url("/site/image/icon_dh.png") no-repeat center 20px;
  width: 100%;
  height: 100%;
}

.tabBar li:nth-child(2) a:hover {
  background: url("/site/image/3icon_dh.png") no-repeat center 20px;
  background-color:  #46c0ff;
  color: #FFFFFF;
}
.tabBar li:hover a{
  color: #fff;
}


/*.tabBar li:last-child {*/
/*  background: url("/site/image/icon_top.png") no-repeat center 20px;*/
/*}*/

/*.tabBar li:last-child:hover {*/
/*  background: url("/site/image/4icon_top.png") no-repeat center 20px;*/
/*  background-color: #1976D2;*/
/*  color: #FFFFFF;*/
/*}*/
.entrance{
  position: fixed;
  z-index: 999;
  /* background: #F8F2C3; */
  text-align: center;
  /*padding-bottom: 10px;*/
  cursor: pointer;
  bottom: 0;
  right: 0;
  width: 340px;
  height:266px;
  /*border-radius: 10px;*/
}



/*.entrance div{*/
  /*height: 130px;*/
  /*padding-top: 30px;*/
  /*box-sizing: border-box;*/
  /*background: #1976D2;*/
  /*!*background: #FFFFFF;*!*/
/*}*/
/*.entrance p{*/
  /*display: block;*/
  /*color: #ffffff;*/
/*}*/
/*.entrance p:first-child{*/
  /*!*margin-top: 50px;*!*/

/*}*/
.entrance a{
  position: relative;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  /*margin-top: 30px;*/
  text-decoration: none;
}
.entrance a img{
  width: 100%;
  height: 100%;
}
.entrance span{
  position: absolute;
  top: 0;
  right: 0;
  /*width: 100%;*/
  /* line-height: 30px; */
  color: #666;
  font-size: 24px;
  /*background: ;*/
}

.mainbox {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.mainbox .hd {
  display: flex;
  height: 380px;
  margin-top: 33px;
}

.mainbox .hd .swiper-container {
  position: relative;
  width: 566px;
  height: 376px;
  overflow: hidden;
}

.mainbox .hd .swiper-container img {
  width: 100%;
  height: 100%;
}

.mainbox .hd .swiper-container h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*background: pink;*/
  background: rgba(0,0,0,0.75);
  /*opacity: 0.75;*/
  padding-left: 20px;
  text-align: left;
}

.mainbox .hd .swiper-container h2 span {
  display: inline-block;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.mainbox .hd .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*.mainbox .hd .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .mainbox .hd .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .mainbox .hd .swiper-container .swiper-pagination-custom, .mainbox .hd .swiper-container .swiper-pagination-fraction {*/
  /*width: 100px;*/
  /*left: 450px;*/
/*}*/

.mainbox .hd .swiper-container .pagination {
  position: absolute;
  z-index: 999;
  right: 20px;
  text-align: right;
  bottom:10px;
  width:200px;
}
.mainbox .hd .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #999;
  /*box-shadow: 0px 1px 2px #555 inset;*/
  margin: 0 3px;
  cursor: pointer;
}
.mainbox .hd .swiper-container .swiper-active-switch {
  background-color: #FFFFFF;
  width: 15px;
  border-radius: 15px;
}
/*.mainbox .hd .swiper-container .swiper-pagination-bullet-active {*/
  /*background-color: #FFFFFF;*/
  /*width: 20px;*/
  /*border-radius: 20px;*/
/*}*/

.mainbox .hd .news {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 597px;
  margin-left: 37px;
}

.mainbox .hd .news .newshd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .hd .news .newshd ul {
  display: flex;
  height: 100%;
}

.mainbox .hd .news .newshd ul li {
  cursor: pointer;
  height: 100%;
  line-height: 45px;
  font-size: 22px;
  font-weight: 500;
  box-sizing: border-box;
}

.mainbox .hd .news .newshd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
}

.mainbox .hd .news .newshd a {
  text-decoration: none;
  font-size: 18px;
  color: #666666;
}

.mainbox .hd .news .newsbd {
  flex: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.mainbox .hd .news .newsbd .item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mainbox .hd .news .newsbd .item li {
  position: relative;
  margin-top: 15px;
}

.mainbox .hd .news .newsbd .item li .title {
  display: inline-block;
  margin-left: 28px;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN!important;
  font-weight: 400;
  color: #333333;
}

.mainbox .hd .news .newsbd .item li:hover .title {
  color: #1976D2;
}
.mainbox .hd .news .newsbd .item li:hover .time {
  color: #1976D2;
}

.mainbox .hd .news .newsbd .item li::before {
  position: absolute;
  top: 10px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

.mainbox .hd .news .newsbd .item li .time {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #999999;
}

.mainbox .middlehd {
  display: flex;
  margin-top: 20px;
  height: 470px;
  width: 100%;
}

.mainbox .middlehd .notify {
  display: flex;
  flex-direction: column;
  width: 793px;
  height: 100%;
}

.mainbox .middlehd .notify .notifyhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .middlehd .notify .notifyhd ul {
  width: 80%;
  height: 100%;
  line-height: 50px;
  display: flex;
}

.mainbox .middlehd .notify .notifyhd ul li {
  cursor: pointer;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  padding: 0 15px;
  margin-right: 35px;
}

.mainbox .middlehd .notify .notifyhd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
  box-sizing: border-box;
}

.mainbox .middlehd .notify .notifyhd a {
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.mainbox .middlehd .notify .notifybd {
  /*flex: 1;*/
  padding: 0;
  overflow: hidden;
  margin-top: 17px;

}
.mainbox .middlehd .notify .notifybd ul li {
position: relative;
margin-top: 15px;
}

.mainbox .middlehd .notify .notifybd ul li .title {
  display: inline-block;
  margin-left: 28px;
  width: 433px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}

.mainbox .middlehd .notify .notifybd ul li .title:hover {
  color: #1976D2;
}

.mainbox .middlehd .notify .notifybd ul li::before {
  position: absolute;
  top: 5px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2D66A5;
}

.mainbox .middlehd .notify .notifybd ul li .time {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}


.mainbox .middlehd .notify .notifybd .item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mainbox .middlehd .notify .notifybd .item li {
  position: relative;
  padding: 0;

}

.mainbox .middlehd .notify .notifybd .item li .title {
  display: inline-block;
  margin-left: 28px;
  width: 600px;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox .middlehd .notify .notifybd .item li:hover .title {
  color: #1976D2;
}
.mainbox .middlehd .notify .notifybd .item li:hover .time {
  color: #1976D2;
}

.mainbox .middlehd .notify .notifybd .item li::before {
  position: absolute;
  top: 8px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

.mainbox .middlehd .notify .notifybd .item li .time {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #999999;
}

.mainbox .middlehd .notify .notifyhd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .middlehd .notify .notifyhd .notab {
  display: flex;
  height: 55px;
  padding: 0;
  margin: 0;
}

.mainbox .middlehd .notify .notifyhd .notab li {
  color: #333333;
  font-size: 26px;
  cursor: pointer;
  padding: 12px 28px;
}

.mainbox .middlehd .notify .notifyhd .notab li:hover {
  color: #1976D2;
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
}

.mainbox .middlehd .notify .notifyhd a {
  text-decoration: none;
  font-size: 18px;
  color: #666666;
}




.mainbox .middlehd .business {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  height: 100%;
  width: 357px;
}

.mainbox .middlehd .business .businesshd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .middlehd .business .businesshd ul {
  display: flex;
  height: 100%;
}

.mainbox .middlehd .business .businesshd ul li {
  cursor: pointer;
  height: 100%;
  line-height: 55px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  box-sizing: border-box;
}

.mainbox .middlehd .business .businesshd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
}

.mainbox .middlehd .business .businessbd {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
}

.mainbox .middlehd .business .businessbd .item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-top: 30px;
}

.mainbox .middlehd .business .businessbd .item .swiper-container {
  position: relative;
  width: 357px;
  height: 357px;
  overflow: hidden;
}

.mainbox .middlehd .business .businessbd .item .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mainbox .middlehd .business .businessbd .item .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mainbox .middlehd .business .businessbd .item .swiper-container .swiper-slide .content {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/site/image/background.png") 100% 100%;

}

.mainbox .middlehd .business .businessbd .item .swiper-container .swiper-slide .content h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mainbox .middlehd .business .businessbd .item .swiper-container .swiper-slide .content p {
  margin: 0 35px;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}

.mainbox .middlehd .business .businessbd .item .swiper-container .swiper-slide .content .date {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.mainbox .middle {
  height: 140px;
  width: 1200px;
  margin-top: 30px;
  background: url("/site/image/specialColumn.png") no-repeat center;
}
.mainbox .middle a{
  display: block;
  height: 100%;
  width: 100%;
}

.mainbox .middlebd {
  width: 100%;
  margin-top: 10px;
}

.mainbox .middlebd .filehd {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .middlebd .filehd ul {
  display: flex;
  height: 100%;
}

.mainbox .middlebd .filehd ul li {
  cursor: pointer;
  /*padding: 0 15px;*/
  cursor: pointer;
  height: 100%;
  line-height: 55px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  box-sizing: border-box;
}

.mainbox .middlebd .filehd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
}

.mainbox .middlebd .filehd a {
  text-decoration: none;
  font-size: 18px;
  color: #666666;
}

.mainbox .middlebd .filebd {
  flex: 1;
  height: 310px;
  width: 100%;
  overflow: hidden;
}

.mainbox .middlebd .filebd .item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  box-sizing: border-box;
}

.mainbox .middlebd .filebd .item li {
  position: relative;
  margin-top: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.mainbox .middlebd .filebd .item li .title {
  display: inline-block;
  margin-left: 28px;
  width: 1000px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}

.mainbox .middlebd .filebd .item li:hover .title {
  color: #1976D2;
}
.mainbox .middlebd .filebd .item li:hover .time {
  color: #1976D2;
}

.mainbox .middlebd .filebd .item li::before {
  position: absolute;
  top: 8px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

.mainbox .middlebd .filebd .item li .time {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #999999;
}

.mainbox .bd {
  display: flex;
  margin-top: 20px;
  width: 100%;
}

.mainbox .bd .list {
  display: flex;
  flex-direction: column;
  width: 580px;
  margin-right: 37px;
}

.mainbox .bd .list .listhd {
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .bd .list .listhd ul {
  display: flex;
  height: 100%;
}

.mainbox .bd .list .listhd ul li {
  cursor: pointer;
  /*padding: 0 15px;*/
  cursor: pointer;
  height: 100%;
  line-height: 55px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  box-sizing: border-box;
}

.mainbox .bd .list .listhd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
}

.mainbox .bd .list .listhd a {
  text-decoration: none;
  font-size: 18px;
  color: #666666;
}

.mainbox .bd .list .itembd {
  flex: 1;
  width: 100%;
}

.mainbox .bd .list .itembd .item {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.mainbox .bd .list .itembd .item .listmd {
  margin-top: 30px;
  display: flex;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
}

.mainbox .bd .list .itembd .item .listmd li {
  flex: 1;
  font-size: 20px;
  background-color: white;
  text-align: center;
  cursor: pointer;
}

.mainbox .bd .list .itembd .item .listmd .back {
  color: #FFFFFF;
  background-color: #1976D2;

}

.mainbox .bd .list .itembd .item .listbd {
  display: none;
  margin-top: 7px;
  width: 100%;
}

.mainbox .bd .list .itembd .item .listbd .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 71px;
  box-sizing: border-box;
  margin-top: 5px;
  color: #D74646;
}

.mainbox .bd .list .itembd .item .listbd .box span {
  width: 32%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  border: 1px solid #D74646;
  box-sizing: border-box;
}
.mainbox .bd .list .itembd .item .listbd .box li {
  width: 190px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  /*border: 1px solid #D74646;*/
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;

}
.mainbox .bd .list .itembd .item .listbd:last-child .box li{
  /*border: 1px solid #1976D2;*/
}
.mainbox .bd .list .itembd .item .listbd:last-child .box li p{
  color: #000000;
}
.mainbox .bd .list .itembd .item .listbd .box li:hover .first{
  margin-top: -63px;
}
.mainbox .bd .list .itembd .item .listbd .box li p{
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  transition-property: margin-top;
  transition-duration: 0.5s;
}
.mainbox .bd .list .itembd .item .listbd .box li .after{
  color: #FFFFFF;
  background: linear-gradient(to bottom right, #F86767 , #B31A1A)
}
.mainbox .bd .list .itembd .item .listbd .box li .after a{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;

}

.mainbox .bd .punish {
  display: flex;
  flex-direction: column;
  width: 582px;
  height: 551px;
  overflow: hidden;
}

.mainbox .bd .punish .punishhd {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .bd .punish .punishhd ul {
  display: flex;
  height: 100%;
}

.mainbox .bd .punish .punishhd ul li {
  cursor: pointer;
  height: 100%;
  /*padding: 0 15px;*/
  line-height: 55px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  box-sizing: border-box;
}

.mainbox .bd .punish .punishhd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
}

.mainbox .bd .punish .punishhd a {
  font-size: 18px;
  color: #666666;
}

.mainbox .bd .punish .punishbd {
  margin-top: 30px;
  /*flex: 1;*/
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.mainbox .bd .punish .punishbd .item {
  width: 100%;
}

.mainbox .bd .punish .punishbd .item table {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  table-layout: fixed;
}

.mainbox .bd .punish .punishbd .item table tr {
  width: 100%;
  height: 50px;
}
.mainbox .bd .punish .punishbd .item table tr:first-child{
  height: 50px;
}
.mainbox .bd .punish .punishbd .item table tr a {
  text-decoration: none;
}

.mainbox .bd .punish .punishbd .item table tr th {
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  box-sizing: border-box;

}
.mainbox .bd .punish .punishbd .item table tr th:first-child {
  width: 72px;
}
.mainbox .bd .punish .punishbd .item table tr th:nth-child(2) {
  width: 247px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mainbox .bd .punish .punishbd .item table tr th:nth-child(3) {
  width: 110px;
}
.mainbox .bd .punish .punishbd .item table tr th:nth-child(4) {
  border-right: 1px solid #D2D2D2;
}

.mainbox .bd .punish .punishbd .item table tr td:nth-child(2) {
  width: 50px;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainbox .bd .punish .punishbd .item table tr td:nth-child(2) a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1976D2;
}

.mainbox .bd .punish .punishbd .item table tr td:nth-child(n) {
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}

.mainbox .bd .punish .punishbd .item table tr td:nth-child(4) {
  border-right: 1px solid #D2D2D2;
}

.mainbox .bd .punish .punishbd .item table tr:hover {
  background-color: #EEEFF1;
}

.mainbox .bdfooter {
  width: 100%;
  height: 93px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
  /*.mainbox .bdfooter{*/
  /*!*display: flex;*!*/
  /*!*align-items: center;*!*/
  /*!*justify-content: center;*!*/
  /*!*width: 100%;*!*/
  /*!*background: red;*!*/
  /*height: 100%;*/
  /*}*/
.mainbox .bdfooter .swiper-container{
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.mainbox .bdfooter .swiper-container .swiper-wrapper .swiper-slide{
  /*width: 230px;*/
  /*padding-right: 13px;*/
  /*margin-right: 13px;*/
  /*box-sizing: border-box;*/
}.mainbox .bdfooter .swiper-container .swiper-wrapper .swiper-slide:last-child a{
  padding: 0!important;
 }
 .mainbox .bdfooter .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  /*margin-right: 13px;*/
  width: 100%;
  height: 100%;
}
.mainbox .bdfooter .swiper-container .swiper-wrapper .swiper-slide a img{
  width: 95%;
  height: 100%;
}
.access {
   display: flex;
   justify-content: left;

 }
.access li{
  height: 30px;
  width: 30px;
  /*background: gray;*/
  margin: 0 5px;
  border-radius: 5px;
  color: #000000;
  text-align: center;
  line-height: 30px;
}
.access span{
  line-height: 30px;
}


