.b-a .sw:hover .img img {
  transform: scale(1.05);
}
.b-a .sw .img {
  position: relative;
  padding-top: 37.037037037%;
}
.b-a .sw .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.b-a .sw .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: 100%;
  background-color: #da291c;
}
.b-a .sw .tt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  line-height: 1.5;
  text-align: center;
  color: #f6f8fb;
}

.h-lang {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.h-lang .hd::before {
  content: "";
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.4em solid #da291c;
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
}
.h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h-lang .sp {
  margin: 0 0.1rem;
}
.h-lang .ar {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #da291c;
  color: #fff;
}
.h-lang .b_a:hover {
  color: #da291c;
  background-color: #fff;
}

.header.white .h-lang .hd {
  color: #333;
}

.r-list {
  width: 100%;
}

.r-top {
  width: 100%;
  position: relative;
  padding: 0 1rem;
}

.r-top:after {
  content: "";
  position: absolute;
  bottom: 0.17rem;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #dcdcdc;
}

.r-b {
  width: 100%;
}

.r-nav {
  width: 2.1rem;
  padding-bottom: 0.17rem;
  margin-right: 0.7rem;
}

.r-year {
  display: block;
  cursor: pointer;
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 0.02rem solid #003;
  font-weight: 700;
  color: #333;
}

.r-nav.swiper-slide-active .r-year {
  color: #15b5a4;
  border-bottom: 0.02rem solid #15b5a4;
}

.r-prev {
  left: 0;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 0.34rem;
  height: 0.34rem;
  background-color: #e8e8e8;
  background-image: url(__STATIC__/images/a20.png);
  background-size: 0.08rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.r-prev:hover {
  background-color: #15b5a4;
  background-image: url(__STATIC__/images/a20-c.png);
}

.r-next {
  transform: rotate(-180deg);
  right: 0;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 0.34rem;
  height: 0.34rem;
  background-color: #e8e8e8;
  background-image: url(__STATIC__/images/a20.png);
  background-size: 0.08rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.r-next:hover {
  background-color: #15b5a4;
  background-image: url(__STATIC__/images/a20-c.png);
}

.r-bottom {
  width: 100%;
  padding: 0 1rem;
}

.r-container {
  width: 100%;
}

.r-item {
  width: 2.1rem;
  margin-right: 0.7rem;
}

.r-one {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 0.25rem;
}

.r-img {
  width: 100%;
  margin-bottom: 0.2rem;
}

.r-img img {
  width: 100%;
}

.r-text {
  color: #333;
  line-height: 2;
}

@media (max-width: 750px) {
  .r-a {
    width: 100%;
  }
  .r-top {
    padding: 0 0.8rem;
  }
  .r-nav {
    width: calc(50% - 0.15rem);
    margin-right: 0.3rem;
  }
  .r-bottom {
    width: 100%;
    padding: 0 0.8rem;
  }
  .r-item {
    width: calc(50% - 0.15rem);
    margin-right: 0.3rem;
  }
}
.m-c {
  display: inline-flex;
  position: relative;
}

.m-select {
  width: 6em;
  color: #555555;
  margin-right: 0.1rem;
}
.m-select.show .mhd::before {
  transform: translateY(-50%) rotate(180deg);
}
.m-select.show .mbd {
  opacity: 1;
  pointer-events: auto;
}
.m-select .mhd {
  display: flex;
  align-items: center;
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset gainsboro;
  cursor: pointer;
  position: relative;
  padding: 0 0.1rem;
}
.m-select .mhd span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.m-select .mbd {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
  background-color: #fff;
  box-shadow: 0 0 0 1px gainsboro;
  z-index: 5;
}
.m-select .blist {
  padding: 0.1rem;
  max-height: 3rem;
  overflow-y: auto;
}
.m-select .bitem {
  line-height: 2.5em;
  padding: 0 0.1rem;
  cursor: pointer;
  color: #555;
}
.m-select .bitem:hover {
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.08);
}
.m-select .bitem.selected {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px) {
  .m-select .mhd {
    height: 35px;
  }
}

.h-logo {
  display: inline-flex;
  align-items: center;
	font-weight: bold;

}

.h-logote {
  color: #fff;
  line-height: 2;
}

@media (max-width: 750px) {
  .h-logote {
    display: none;
  }
}
.header {
  background-color: #fff;
}

.header.white .h-logote {
  color: #333;
}

.h-cont {
  display: flex;
  justify-content: space-between;
}

.h-right {
  display: flex;
  align-items: center;
}

.h-k {
  margin: 0 0.2rem;
}

 


.h-code {
  width: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  margin: 0 0.2rem;
}
.h-code img {
  width: 100%;
}

.a-titles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  letter-spacing: 0;
	position: relative;
	bottom: 2.5rem;
}
.a-titles p {
  width: auto;
}

.h-ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 1.2rem;
}
.h-ul .hitem {
  position: relative;
	font-weight: bold;
}
.h-ul .hitem::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.25em);
  top: 50%;
  transform: translateY(-50%);
  width: 0.25em;
  height: 0.25em;
  background-color: #da291c;
  border-radius: 50%;
}
.h-ul a {
  margin-right: 0.5em;
  line-height: 1.5;
  /* color: #555; */
	color:#2E317C ;
}
.h-ul a:hover {
  color: #da291c;
}

@media (max-width: 1280px) {
  .h-ul {
    margin-right: 0.2rem;
  }
}
@media (max-width: 750px){
	.h-ul{
		display: none;
	}
}
body {
  padding-top: 1.28rem;
}

.shares {
  display: flex;
  flex-wrap: wrap;
}
.shares .si {
  position: relative;
  margin-left: 0.15rem;
}
.shares .si:hover .hd {
  background-color: #da291c;
}
.shares .si:hover .hi {
  opacity: 1;
  filter: none;
}
.shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.shares .hd {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #bababa;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  transition: all 0.3s;
}
.shares .hi {
  max-width: 52%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
}
.shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 5;
}
.shares .bd .bbox {
  /* background-color: #fff; */
  position: relative;
}
.shares .bd img {
  width: 2rem;
  min-width: 100px;
  max-width: none;
}

 
@media (max-width: 750px){
	.f-top{
justify-content: center;
	}
	.f-top .shares{
		width: 100%;
		margin-top: 0.2rem;
		justify-content: center;
	}
	.f-top .si{
		margin: 0.1rem ;
	}
}

.f-logos{
	display: flex;
	align-items: center;
	font-weight: bold;


}
.f-logo img{
		height: 0.7rem
}
@media (max-width: 750px){
	.f-logos div{
		display: none;
	}
}

.f-code {
	display: block;
margin-bottom: 0.2rem;
}
.f-code img {
	width: 1.6rem;
}

.gov {
  display: inline-flex;
}
.gov img {
  height: 3.5em;
}