.f700 {
  font-weight: 700;
}

.f500 {
  font-weight: 500;
}

.mnb {
  font-family: 'Montserrat';
  font-weight: 700;

}

.mnr {
  font-family: 'Montserrat';
  font-weight: 400;

}

.mnm {
  font-family: 'Montserrat';
  font-weight: 500;

}

.es {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.es2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.g_box .sub-navbox .swiper-wrapper {
  justify-content: center;
}

.g_box .sub-navbox .swiper-wrapper a {
  padding: 0 .5rem;
  margin: 0 .875rem;
}

.g_box ._box {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans SC';

}

.g_box ._box1 {
  padding: 2.25rem 0 4.25rem;
}

.g_box .g_list {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
}

.g_box .g_list .swiper-pagination {
  bottom: -2rem;
}

.g_box ._box1 .g_li {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12.5px);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: .25rem;
  padding: 1.175rem;
}

.g_box ._box1 .g_li .img {
  width: 8rem;
  height: 10.625rem;
  overflow: hidden;
  /* margin-right: 2.5rem; */
  margin-right: 0;
}

.g_box ._box1 .g_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g_box ._box1 .g_li .txt {
  flex: 1;
  padding-top: 1.075rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right:8.5rem;
  padding-left: 1rem;
}

.g_box ._box1 .g_li .tit-32 {
  margin-bottom: .55rem;
  line-height: 1.5;
}

.g_box ._box1 .g_li .tit-16 {
  color: rgba(68, 68, 68, 0.6);
  margin-bottom: 1.425rem;
}

.g_box ._box1 .pro_as {
  margin-top: 1.425rem;
}

.g_box ._box .pro_as {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.g_box ._box .pro_as a {
  width: auto;
  height: auto;
  padding: .225rem .7rem .225rem .725rem;
  line-height: 1.572;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68, 68, 68, .2);
  transition: all .6s;
  margin-right: .4rem;
  color: #444;
}

.g_box ._box .pro_as a svg {
  margin-right: .35rem;
  width: .4rem;
  height: auto;
}

.g_box ._box .pro_as a svg path {
  transition: all .6s;
}

.g_box ._box .pro_as {
  display: flex;
  align-items: center;
}

.g_box ._box .pro_as a.on,
.g_box ._box .pro_as a:hover {
  background-color: #005BBB;
  color: #fff;
  border-color: #005BBB;
}

.g_box ._box .pro_as a.on path,
.g_box ._box .pro_as a:hover path {
  fill: #fff;
}

/* 业绩报告 */
.g_box ._box2 {
  padding: 2.25rem 0 2.25rem;
}

.g_box ._box2 .ul_top {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

.g_box ._box2 .ul_top .tit-40 {
  flex: 1;
}

.g_box ._box2 .select_box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.g_box ._box2 .select_item {
  position: relative;
  width: 5rem;
  flex-shrink: 0;
  margin-right: .375rem;
}

.g_box ._box2 .select_show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1.2rem;
  border: 1px solid rgba(68, 68, 68, .2);
  padding: .25rem .5rem;
  line-height: 1.1;
  cursor: pointer;
}

.g_box ._box2 .select_item svg {
  width: .4rem;
  height: auto;
  transition: all .6s;
}

.g_box ._box2 .select_item .select_hide {
  width: 100%;
  max-height: 7rem;
  position: absolute;
  left: 0;
  top: 100%;
  overflow-y: auto;
  padding: .25rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: all .6s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
}


.g_box ._box2 .select_item .select_hide a {
  display: block;
  width: 100%;
  padding: .25rem .5rem;
  line-height: 1;
}

.g_box ._box2 .select_item.on .select_hide {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.g_box ._box2 .select_item.on svg {
  transform: rotate(180deg);
}

.g_box ._box2 .input {
  margin-left: 0;
  border: 1px solid rgba(68, 68, 68, .2);
  width: 7rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(68, 68, 68, 0.05);
  padding: 0 .45rem 0 .625rem;
}

.g_box ._box2 .input input {
  font-size: .375rem;
  color: #444;
}

.g_box ._box2 .input input,
.g_box ._box2 .input button {
  background-color: transparent;
}

.g_box ._box2 .input button {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}



.g_box ._box2 .ul_list {
  display: block;
  width: 100%;
  margin-top: .85rem;
  margin-bottom: 1.5rem;
}

.g_box ._box2 .ul_li {
  display: flex;
  align-items: center;
  padding: .95rem .85rem .95rem 1.1rem;
  transition: all .6s;
  border-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  margin-bottom: .7rem;
  position: relative;
}

.g_box ._box2 .ul_li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("../gimg/4.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  transition: all .6s;
}

.g_box ._box2 .ul_li .time {
  margin-right: 4%;
  transition: all .6s;
  position: relative;
  z-index: 1;
}

.g_box ._box2 .ul_li .es {
  width: 50%;
  margin-right: 7%;
  transition: all .6s;
  position: relative;
}

.g_box ._box2 .ul_li .tit-32 {
  line-height: 1;
  transition: all .6s;
  z-index: 1;
}

.g_box ._box2 .ul_li.on::after {
  opacity: 1;
}

.g_box ._box2 .ul_li.on .time {
  color: rgba(255, 255, 255, 0.6);
}

.g_box ._box2 .ul_li.on .tit-32 {
  color: rgba(255, 255, 255, 1);
}

.g_box ._box2 .ul_li.on a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.g_box ._box2 .ul_li.on a svg path {
  fill: #fff;
}

.g_box ._box2 .ul_li.on a:hover {
  border: 1px solid rgba(255, 255, 255, 0.50);
  background-color: rgba(255, 255, 255, 0.25);
}

.g_box ._box2 .ul_li.on::after {
  opacity: 1;
}


.g_box ._box3 {
  padding: 2.25rem 0 3.25rem;
}

.g_box ._box3 .ul_box1 {
  margin-bottom: 2rem;
  
}

.g_box ._box3 .ul_box .tit-40 {
  margin-bottom: .75rem;
  line-height: 1.5rem;
}

.g_box ._box3 .ul_box .ul_list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: .625rem;
}

.g_box ._box3 .ul_box .ul_list2 {
  margin-bottom: .75rem;
  border-radius: .25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.g_box ._box3 .ul_box .ul_list3 .ul_li {
  border-radius: .25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.g_box ._box3 .ul_box .ul_list2 .ul_li {
  position: relative;
  flex: 1;
}

.g_box ._box3 .ul_box .ul_list .ul_li {
  position: relative;
}

.g_box ._box3 .ul_box .ul_list3 .ul_li {
  height: 7.5rem;
  /* width: 11.25rem; */
  width: calc((100% - 1.25rem) / 3);

  border-radius: .25rem;
  overflow: hidden;
}

.g_box ._box3 .ul_box .ul_list1 .ul_li {
  background-color: #F9F9F9;
  height: 7.5rem;
  width: calc((100% - 1.25rem) / 3);
  border-radius: .25rem;
  overflow: hidden;
}

.g_box ._box3 .ul_box .ul_list .ul_li_t {
  width: 100%;
  padding: .25rem .5rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #005BBB;
  border-radius: .25rem;
  overflow: hidden;
  line-height: 1.1;
}

.g_box ._box3 .ul_box .ul_list3 .ul_li_bs,
.g_box ._box3 .ul_box .ul_list1 .ul_li_bs {
  display: flex;
  align-items: stretch;
  gap: .625rem;
  padding: .725rem 1.55rem 1.125rem;
}

.g_box ._box3 .ul_box .ul_list2 .ul_li_bs {
  display: flex;
  align-items: stretch;
  gap: 1rem 3.75rem;
  padding: .725rem 1.55rem 1.125rem;
  flex-wrap: wrap;
}

.g_box ._box3 .ul_box .ul_list1 .ul_li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.775rem;
  height: 4.1rem;
  content: '';
  background-image: url('../gimg/5.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.g_box ._box3 .ul_box .ul_list .ul_li_b {
  width: 8.1rem;
}

.g_box ._box3 .ul_box .ul_list p {
  font-size: .45rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed rgba(68, 68, 68, .25);
}

.g_box ._box3 .ul_box .ul_list p:last-child {
  border-bottom: 0;
}

.g_box ._box4 .ul_list {
  margin-top: 1.25rem;
}

.g_box ._box4 .ul_li .icon {
  width: .8rem;
  height: .8rem;
  margin-right: .5rem;
  position: relative;
  z-index: 1;
}

.g_box ._box4 .ul_li .icon svg {
  width: 100%;
  height: auto;
}

.g_box ._box4 .ul_li .icon svg path {
  transition: all .6s;
}

.g_box ._box4 .pro_as {
  margin: 0 0 0 auto;
}

.g_box ._box4 .ul_li.on .icon svg path {
  fill: #fff;
}

.g_box ._box5 {

  background: linear-gradient(180deg, #FFF 18.74%, rgba(255, 255, 255, 0.00) 89.68%);
}

.g_box ._box5 .tit-40 {
  margin-bottom: .825rem;
  line-height: 1.2;
  font-weight: 700;
}

.g_box ._box5 .tit-22 {
  margin-bottom: .475rem;
  line-height: 1.5;
  font-weight: 700;
  color: #005BBB;
}

.g_box ._box5 .tit-16 {
  line-height: 1.8;
  font-weight: 400;
}

.g_box ._box5 .tit-16 span {
  font-weight: 700;
}

.g_box ._box5 .line {
  margin-top: 1.7rem;
  width: 100%;
  height: .025rem;
  margin-bottom: .825rem;
  background-color: rgba(217, 217, 217, 0.50);
}

.g_box ._box5 .swiper_year {
  padding: 0 2.175rem 0 5.5rem;
  overflow: hidden;
}

.g_box ._box5 .swiper_year .swiper-slide {
  width: auto;
}

.g_box ._box5 .swiper_year .swiper-slide a {
  width: 3rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .05rem;
  color: #444;
  font-size: .4rem;
  background-color: rgba(245, 245, 245, 1);
  transition: all .6s;
}

.g_box ._box5 .swiper_year .swiper-slide a:hover,
.g_box ._box5 .swiper_year .swiper-slide.active a {
  background-color: transparent;
  border: 1px solid #005BBB;
  color: #005BBB;
}

.g_box ._box6 {
  padding: 1.6rem 0 2.4rem;
}

.g_box ._box6 .tit-40 {
  font-weight: 500;
  margin-bottom: 1.175rem;
  line-height: 1.5;
}

.g_box ._box6 .cont_box {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 16.25rem;
  overflow: hidden;
  position: relative;

}

.g_box ._box6 .cont_box .cl {
  width: 13.3rem;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #F9F9F9;
  padding: 2.35rem 2.5rem 2.5rem 1.75rem;

}

.g_box ._box6 .cont_box .cl .tit-24 {
  font-weight: 700;
}

.g_box ._box6 .cont_box .cl .line {
  width: 100%;
  height: 1px;
  background-color: #444;
  margin: .7rem 0;

}

.g_box ._box6 .cont_box .cl .tit-16 {
  line-height: 2;
}

.g_box ._box6 .cont_box .img {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  width: 24.225rem;
  height: 16.25rem;
  overflow: hidden;
}

.g_box ._box6 .cont_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.g_box ._box6 .section1 {
  margin-bottom: 1.75rem;
}

.g_box ._box6 .cont_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem;
}

.g_box ._box6 .cont_li {
  /* width: 17.25rem; */
  width: calc((100% - .5rem) / 2);
  display: flex;
  align-items: center;
  height: 4.5rem;
  background-color: #f9f9f9;
  padding: 1.375rem 1.55rem;
}

.g_box ._box6 .cont_li .icon {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #005BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .75rem;
  flex-shrink: 0;

}

.g_box ._box6 .cont_li .icon svg {
  width: .75rem;
  height: auto;
}

.g_box ._box6 .cont_li .txt {
  flex: 1;
}

.g_box ._box6 .cont_li .tit-16 {
  line-height: 1.6;
  color: rgba(68, 68, 68, 0.50);
}

.g_box ._box6 .cont_li .mnr {
  color: #444;
  margin-top: .375rem;
}

.g_box ._box7 {
  padding: 2rem 0 3.5rem;
}


.g_box ._box7 .stockInfo {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.g_box ._box7 .stock_txt {
  width: 15rem;
  margin-right: 6.25rem;
  flex-shrink: 0;
}

.g_box ._box7 .stock_txt .tit-32 {
  margin-bottom: .7rem;
  line-height: 1.4;
}

.g_box ._box7 .stock_txt .tit-18.mnm {
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.4);
  margin-bottom: .75rem;
}

.g_box ._box7 .stock_txt .tit-18.mnr {
  line-height: 1.5;
  color: rgba(68, 68, 68, 1);
  display: flex;
  align-items: baseline;
  margin-bottom: .7rem;
}

.g_box ._box7 .price_down {
  color: #090;
}

.g_box ._box7 .price_up {
  color: #E60707;
}

.g_box ._box7 .price_up .img_up {
  display: block;
}

.g_box ._box7 .price_up .img_down {
  display: none;
}

.g_box ._box7 .price_down .img_up {
  display: none;
}

.g_box ._box7 .price_down .img_down {
  display: block;
}

.g_box ._box7 .up_down {
  display: flex;
  align-items: center;
  font-size: .45rem;
  line-height: 1.4;

}

.g_box ._box7 .up_down .img_icon {
  width: .65rem;
  height: auto;
  margin-right: .3rem;
}

.g_box ._box7 .up_down .img_icon img {
  width: 100%;
}

.g_box ._box7 .stock_list {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.g_box ._box7 .stock_li {
  width: 50%;
  margin-bottom: 1.75rem;
}

.g_box ._box7 .stock_li .col-999 {
  margin-bottom: .25rem;
}

.g_box ._box7 .line {
  width: 100%;
  height: 1px;
  background-color: rgba(68, 68, 68, .2);
}

.g_box ._box7 .line1 {
  margin: 1.5rem 0 1.6rem;
}

.g_box ._box7 .line2 {
  margin: 1.5rem 0 .4rem;
}

.g_box ._box7 .card_list {
  display: flex;
  align-items: center;
  margin-bottom: .875rem;
}

.g_box ._box7 .card_item {
  width: auto;
  padding: 0 .2rem;
  height: .95rem;
  border-radius: .05rem;
  border: 1px solid rgba(68, 68, 68, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .4rem;
  font-weight: 500;
  color: #444;
  transition: all .6s;
  margin-right: .1rem;
  cursor: pointer;
}

.g_box ._box7 .card_item.on,
.g_box ._box7 .card_item:hover {
  border-color: #005BBB;
  color: #005BBB;
}

.g_box ._box7 .card_img {
  width: 100%;
  height: auto;
  padding: .8rem 1.15rem .8rem 1.825rem;
  border-radius: .25rem;
  overflow: hidden;
  border: 1px solid rgba(68, 68, 68, 0.10);
}

.g_box ._box7 .card_img img {
  max-width: 100%;
  width: 100%;
}

.g_box ._box7 .ul_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 1.8rem;
  margin-top: 2.35rem;
  border-top: 1px solid rgba(68, 68, 68, .2);
}

.g_box ._box7 .ul_list .ul_li {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: .55rem;
  font-weight: 500;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all .6s;
  border-top: 1px solid transparent;

}

.g_box ._box7 .ul_list .ul_li:hover,
.g_box ._box7 .ul_list .ul_li.on {
  border-color: #005BBB;
  color: #005BBB;
}

.g_box ._box7 .ul_ajax_list .ul_head {
  display: flex;
  background-color: #005BBB;
  align-items: stretch;
}

.g_box ._box7 .ul_ajax_list .li {
  flex: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.g_box ._box7 .ul_ajax_list .li:nth-child(2n) {
  background-color: #eaeff7;
}

.g_box ._box7 .ul_ajax_list .col-444,
.g_box ._box7 .ul_ajax_list .col-fff {
  flex: 1;
  height: 1.65rem;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_box ._box8  .ul_ajax{
  margin-top: 1rem;
}
.g_box ._box8 .ul_li {
  justify-content: space-between;
}

.g_box ._box8 .ul_li .time {
  margin-right: 0;
  display: flex;
  align-items: center;
  margin-bottom: .175rem;
  color: #005BBB;
  transition: all .6s;
}

.g_box ._box8 .ul_li .time svg {
  margin-right: .325rem;
  width: .425rem;
  height: auto;
}

.g_box ._box8 .ul_li .tit-22 {
  margin-bottom: .325rem;
  line-height: 1.3;
  transition: all .6s;
}

.g_box ._box8 .ul_li .start_time {
  line-height: 1.3;
  display: flex;
  transition: all .6s;
  align-items: center;

}

.g_box ._box8 .ul_li .start_time span {
  margin-right: .25rem;
  transition: all .6s;

}

.g_box ._box8 .pro_ls {
  width: 80%;
  position: relative;
  z-index: 1;
}

.g_box ._box8 .ul_li .time path {
  transition: all .6s;
}

.g_box ._box8 .ul_li.on .time path,
.g_box ._box8 .ul_li:hover .time path {
  fill: #fff;
}

.g_box ._box8 .ul_li.on .time,
.g_box ._box8 .ul_li.on .tit-22,
.g_box ._box8 .ul_li:hover span,
.g_box ._box8 .ul_li:hover .time,
.g_box ._box8 .ul_li:hover .tit-22,
.g_box ._box8 .ul_li:hover span {
  color: #fff;
}

.g_box ._box8 .ul_li .pro_as svg {
  margin-left: .475rem;
  margin-right: 0;
}

.g_box ._box8 .ul_li .pro_as svg path {
  fill: #272636;
}

.header-navbox .subitem .sub-ul2 .subli {
  padding: 1.25rem 0;
  width: 6.5rem;
  height: auto;
}
.g_box .warp-sub-navbox{
  height: 90px;
}
@media(max-width:1440px){
.g_box ._box3 .ul_box .ul_list .ul_li_t{
font-size: 18px;
text-align: center;
}}
@media(max-width: 960px) {

  .g_box ._box {
    padding: 1.5rem 0%;
  }

  .g_box ._box2 .select_item {
    width: 5rem;
  }

  .g_box ._box2 .select_show {
    height: 1.5rem;
  }

  .g_box ._box2 .ul_list {
    margin-top: 1rem;
  }

  .g_box ._box8 .ul_li {
    display: block;
    padding: 1rem 4%;
  }

  .g_box ._box8 .pro_ls {
    width: 100%;
  }

  .g_box ._box .pro_as {
    justify-content: flex-end;
    margin-top: .75rem;
  }

  .g_box .sub-navbox .swiper-wrapper a {
    margin: 0 .5rem;
  }

  .g_box ._box .pro_as a {
    font-size: .6rem;
  }

  .g_box ._box8 .ul_li .pro_as svg {
    width: .5rem;
  }

  .g_box ._box8 .ul_li .time {
    font-size: .6rem;
    margin-bottom: .25rem;
  }

  .g_box ._box8 .ul_li .time svg {
    width: .5rem;
  }

  .g_box ._box8 .ul_li .tit-22 {
    margin-bottom: .5rem;
  }

  .g_box ._box7 .stockInfo {
    display: block;
  }

  .g_box ._box7 .stock_txt {
    width: 100%;
  }

  .g_box ._box7 .line1 {
    margin: .75rem 0;
  }

  .g_box ._box7 .stock_txt .tit-32 {
    font-size: .8rem;
  }

  .g_box ._box7 .stock_txt .tit-18 {
    font-size: .6rem;
  }

  .g_box ._box7 .stock_txt .tit-52 {
    font-size: 1.3rem;
  }

  .g_box ._box7 .up_down {
    float: right;
    margin-top: -2.1rem;
    font-size: .6rem;
  }

  .g_box ._box .tit-40 {
    font-size: 1rem;
  }

  .g_box ._box7 .stock_list {
    font-size: .6rem;
  }

  .g_box ._box7 .stock_li {
    margin-bottom: 1rem;
  }

  .g_box ._box7 .stock_list .tit-24 {
    font-size: .8rem;
  }

  .g_box ._box7 .line2 {
    margin: .5rem 0 .5rem;
  }

  .g_box ._box7 .card_list {
    flex-wrap: wrap;
    gap: .5rem .5rem;
    justify-content: space-between;
  }

  .g_box ._box7 .card_item {
    width: 48%;
    margin: 0;
    font-size: .6rem;
    height: 1.5rem;
  }

  .g_box ._box7 .card_img {
    padding: .5rem;
  }

  .g_box ._box7 .ul_list {
    margin-top: 1.5rem;
    height: 2rem;
  }

  .g_box ._box7 .ul_ajax_list .col-444,
  .g_box ._box7 .ul_ajax_list .col-fff {
    font-size: .5rem;
    line-height: 1.2;
  }

  .g_box ._box3 .ul_box .ul_list1 .ul_li {
    width: 100%;
    height: auto;
  }

  .g_box ._box3 .ul_box .ul_list .ul_li_b {
    width: 100%;
  }

  .g_box ._box3 .ul_box .ul_list p {
    font-size: .6rem;
    height: auto;
    line-height: 1.6;
    padding: .5rem 0 .5rem;
  }

  .g_box ._box3 .ul_box .ul_list3 .ul_li_bs,
  .g_box ._box3 .ul_box .ul_list1 .ul_li_bs {
    padding: 0 1rem .5rem;
    gap: .5rem;
  }

  .g_box ._box3 .ul_box .ul_list2 .ul_li_bs {
    gap: .5rem;
    padding: .5rem 1rem .5rem;
  }

  .g_box ._box3 .ul_box .ul_list3 .ul_li {
    width: 100%;
    height: auto;
  }

  .g_box ._box2 .ul_li {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .g_box ._box4 .ul_li .icon {
    margin-bottom: .5rem;
    width: 1rem;
  }



  .g_box ._box5 .swiper_year {
    padding: 0 1rem;

  }

  .g_box ._box1 .g_li {
    display: block;
  }

  .g_box ._box1 .g_li .img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .g_box ._box5 .swiper_year .swiper-slide a {
    font-size: .6rem;
    width: 5rem;
    height: 1.5rem;
  }

  .g_box ._box2 .ul_li .tit-32 {
    font-size: .8rem;
    margin-top: .25rem;
    line-height: 1.6;
  }

  .g_box ._box5 .pro_as {
    justify-content: space-between;
  }

  .g_box ._box .pro_as a svg {
    width: .5rem;
  }

  .g_box ._box6 .cont_box {
    height: auto;
    flex-direction: column-reverse;
  }

  .g_box ._box6 .cont_box .img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    z-index: auto;
  }

  .g_box ._box6 .cont_box .cl {
    padding: 1rem;
  }

  .g_box ._box6 .cont_box .cl .tit-24 {
    font-size: .7rem;
  }

  .g_box ._box6 .cont_li .tit-16,
  .g_box ._box6 .cont_box .cl .tit-16 {
    font-size: .6rem;
  }

  .g_box ._box2 .ul_li .es {
    width: 100%;
    margin-right: 0;
  }

  .g_box ._box2 .ul_top {
    display: block;
  }

  .g_box ._box2 .select_box {
    margin-top: .5rem;
  }

  .g_box ._box2 .input {
    width: calc(100% - 5rem);
    height: 1.5rem;
  }

  .g_box ._box2 .input input {
    font-size: .6rem;
    width: 60%;
  }

  .g_box ._box2 .input button {
    flex-shrink: 0;
    height: auto;
  }

  .g_box ._box2 .select_box {
    justify-content: space-between;
  }

  .g_box ._box2 .select_item {
    width: 100%;
    margin-bottom: .5rem;
  }

  .g_box ._box2 .select_item2 {
    margin-right: 0;
  }

  .g_box ._box2 .input {
    width: 100%;
  }
  .g_box .warp-sub-navbox{
    height: auto;
  }
  .g_box ._box1 .g_li .txt{
    padding: 0.5rem 0 0 0;
    display: block;
  }

}