/* 头部 */
.menu {
  align-items: center;
}
.menu-button {
  /* display: none; */
  padding: 0.9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bar {
  position: relative;
  display: block;
  width: 2.13rem;
height: 0.19rem;
background: #FFFFFF;
border-radius: 0.09rem;
  margin: 0.5rem auto;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}
.header .maxs .right .line{
  width: 0.06rem;
height: 2.19rem;
background: #FFFFFF;
opacity: 0.5;
}
.menu-button .bar:nth-child(2){
  width: 1.63rem;
height: 0.19rem;
background: #FFFFFF;
border-radius: 0.09rem;
width: 1.88rem;
height: 0.19rem;
background: #FFFFFF;
border-radius: 0.09rem;
}
.menu-button .bar:nth-child(3){
  
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(0.9375rem) rotate(-45deg);
  -ms-transform: translateY(0.9375rem) rotate(-45deg);
  transform: translateY(0.9375rem) rotate(-45deg);
  -moz-transform: translateY(0.9375rem) rotate(-45deg);
  -o-transform: translateY(0.9375rem) rotate(-45deg);
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}
.cross .bar:nth-of-type(3) {
  transform: translateY(-0.125rem) rotate(45deg);
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
  -moz-transform: translateY(-0.125rem) rotate(45deg);
  -ms-transform: translateY(-0.125rem) rotate(45deg);
  -o-transform: translateY(-0.125rem) rotate(45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.max {
  width: 113.625rem;
  margin: auto;
}

.header .maxs,
.header .maxs>ul,
.header .maxs .right,
.login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 5.63rem;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
  padding-left: 3.16rem;
  box-sizing: border-box;
}

.header .maxs {
  width: 100%;
}

.header .maxs .left {
  width: 26.35%;
  height: 4.375rem;
  min-width: 31.625rem;

}

.header .maxs .left img {
  width: 31.63rem;
  height: 4.38rem;
  object-fit: contain;
}

.header .maxs>ul {
  width: 56%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.1875rem 0;
  margin: 0 3.56rem 0 8.38rem;
}

.header .maxs>ul>li,
.header .maxs>ul>li>a,
.header .maxs {
  position: relative;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .maxs>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
 font-size: 1.38rem;
color: #222222;
  position: relative;
}

.header .maxs>ul>li>a::after {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -10%;
  width: 00%;
  border-bottom: 0.31rem solid #009D41;
  transition: all .6s;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .maxs>ul>li:hover>a,
.header .maxs>ul>li.active>a {
  color: #0D2F8D;
}

.header .maxs>ul>li:hover>a::after,
.header .maxs>ul>li.active>a::after {
  width: 100%;
}

.header .maxs .right {
  position: relative;
  width: 11.4%;
  height: 100%;
  background: #0D2F8D;
  padding: 0 1.625rem;
  box-sizing: border-box;
  border-left:solid 0.44rem #009D41;;
}

.header .maxs .right .img img {
  width: 1.6875rem;
  height: 1.75rem;
  object-fit: contain;
}

.header .maxs .right .img i {
  display: flex;
  height: 1.75rem;
  width: .0625rem;
  background-color: #fff;
  opacity: .5;
  margin: 0 1.25rem;
}

.header .maxs .right .img {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .maxs .right p {
  /* font-weight: 500; */
  font-size: 1.125rem;
  color: #FFFFFF;
}

.header .maxs .right .login p {
  margin-right: .5rem;
  cursor: pointer;
  width: 4rem;
  height: 1.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 1rem 1rem 1rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  -webkit-border-radius: 1rem 1rem 1rem 1rem;
  -moz-border-radius: 1rem 1rem 1rem 1rem;
  -ms-border-radius: 1rem 1rem 1rem 1rem;
  -o-border-radius: 1rem 1rem 1rem 1rem;
}

.header .maxs .right .login p:hover {
  background: #AF0000;
}

.header .maxs .right .login p:nth-child(1) {
  background: #AF0000;
}

.header .maxs .right .zc p {
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.header .maxs .right .zc p img{
  height: 1.8rem;
  object-fit:cover;
}

.header .maxs .right .zc p::after {
  content: "";
  margin-left: .9375rem;
  display: flex;
  width: .875rem;
  height: .5rem;
  background-size: 100% 100%;
}


.zc-b {

  width: 45.5rem;
height: 60.44rem!important;
margin-left:74.5rem;
  box-sizing: border-box;
  
  padding:0.5rem 3.5rem 2rem 3.5rem;

  
 background: rgba(13, 47, 141, 0.7);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(10px);
 transition: 0.5s all ease-in-out;

}

.zc-box {
  justify-content: space-between;
  align-items: flex-start;
}

.zc-box::after {
  content: "";
  position: absolute;
  right: 3.9375rem;
  top: -0.8125rem;
  display: flex;
  width: 1.625rem;
  height: .8125rem;
  background-image: url('../images/sj.png');
  background-size: 100% 100%;

}

.zc-box .zc-item {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

border-bottom: solid rgba(255, 255, 255, 0.3)  0.06rem;
}

.zc-box .zc-item h3 {
font-family: SourceHanSansCN;
font-weight: 500;
font-size: 1.5rem;
color: #FFFFFF;
  display: flex;
  position: relative;
  /* padding-bottom: 1.25rem; */
  margin-bottom: 0.5rem;
}
.zc-box .zc-item h3 a{
  font-weight:bold;
}
.zc-box .zc-item .item{

  width: 100%;
  white-space: wrap;

}
.zc-box .zc-item a:nth-child(1){
  padding-left: 0rem;
}
.zc-box .zc-item a:nth-child(2){
padding-left: 1.5rem;
}
.zc-box .zc-item a:nth-child(3){
padding-left: 1.5rem;
}
.zc-box .zc-item a:first-child{
padding-left: 0!important;
}
.zc-box .zc-item a:last-child{
padding-left: 1.5rem;
}
.zc-box .zc-item a:last-child{
  border-right: none;
}
.zc-box .zc-item a{
  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.25rem;
color: #FFFFFF;
line-height: 2.25rem;
padding-right: 1.5rem;
border-right: 1px solid #FFFFFF;
margin-bottom: 1rem;
}



.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 .3125rem .625rem -0.3125rem rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 1.25rem;
}




.zc-box .zc-item a {
font-family: SourceHanSansCN;
font-weight: normal;
font-size: 1.25rem;
color: #FFFFFF;
line-height: 1.44rem;
display: inline-block;
white-space: nowrap;

}

.zc-box .zc-item a:hover {

  font-weight: bold;

}

.zc-b {
  display: none;
}

.header .op {
  display: none;
  position: absolute;
  width: 12.25rem;
  left: 50%;
  top: 3.875rem;
  border-top: 3px solid  #009D41;
  z-index: 9;
  background-color: #FFFFFF;
  box-shadow: 0px 0px .8125rem -0.5rem #000;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header .op li {
  line-height: 3.125rem;
  text-align: center;
}

.header .op a {
  position: relative;
  display: inline-block;
  width: max-content;
  text-align: center;
  font-size: 1.125rem;
  padding: 0 .625rem;
  color: #000;
  line-height: 2.5rem;
}

.header .op a::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  height: 2px;
  bottom: 0;
  background-color: #0D2F8D;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .op a:hover {
  color: #0D2F8D;
}

.header .op a:hover::after {
  width: 100%;
}

.search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 7%;
  width:20%;
  top: 6.63rem;
  height: 20%;
  <!-- background-color: rgba(0, 0, 0, .5); -->
}

.search-box .max {
  position: relative;
  height: 100%;
  display: flex;
  padding-top: 15%;
  justify-content: center;
}

.search-box .max>p {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
}

.search-box .max>p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-box .search {
  width: 100%;
  height: 3.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding:0 0.4rem 0 0.5rem;
  border-radius:1rem;
}
.search-box .search input::placeholder{
  font-size:1.125rem;
}
.search-box .search input {
  width: 85%;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 1.25rem;
  padding-right:1rem;
    border-radius:1rem;
}

.search-box .search button {
    width: 23%;
    background-color: #009D41;
    border: 0;
    height: 75%;
    border-radius: 1.3rem;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
