@charset "utf-8";
.empty {
  padding: 32px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty .layui-icon {
  font-size: 120px;
}
.empty .text {
  color: #999999;
}

/* 总览界面 */
/* 信息披露 */
.ac-section {
  padding: 100px 0 90px;
}

.ac-section .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ac-section .title-box .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}

.ac-section .title-box .more {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #E62822;
}

.ac-section .filter-box {
  padding-bottom: 70px;
  position: relative;
}

.ac-section .filter-box .text {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.ac-section .filter-box .form-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.ac-section .filter-box .form-box .input {
  width: 255px;
  height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 15px;
}

.ac-section .filter-box .form-box .date {
  margin-left: 24px;
}

.ac-section .filter-box .form-box .btns {
  width: 148px;
  height: 42px;
  border: 1px solid #e62822;
  border-radius: 50px;
  font-size: 16px;
  color: #e62822;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  cursor: pointer;
}

.ac-section .filter-box .form-box .btns:hover {
  background: #e62822;
  color: #ffffff;
}

.ac-section .filter-box .cate-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 8px;
}

.ac-section .filter-box .cate-box .item {
  margin-left: 40px;
  cursor: pointer;
  transition: all .3s;
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.ac-section .filter-box .cate-box .item:first-child {
  margin-left: 0;
}

.ac-section .filter-box .cate-box .item:hover,
.ac-section .filter-box .cate-box .item.active {
  color: #e62822;
  font-weight: bold;
}

.ac-section .filter-box .type-choose-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-section .filter-box .type-choose-box .cate-list {
  border: 1px solid #e62822;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ac-section .filter-box .type-choose-box .cate-list .item {
  width: 170px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #e62822;
  font-family: Source Han Sans CN;
  font-weight: bold;
  border-right: 1px solid #e62822;
  cursor: pointer;
  transition: all .3s;
}

.ac-section .filter-box .type-choose-box .cate-list .item:last-child {
  border-right: none;
}

.ac-section .filter-box .type-choose-box .cate-list .item:hover,
.ac-section .filter-box .type-choose-box .cate-list .item.active {
  background: #e62822;
  color: #ffffff;
}

.ac-section .filter-box .cates-list {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ac-section .filter-box .cates-list .item {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e62822;
  color: #e62822;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all .3s;
}

.ac-section .filter-box .cates-list .item:last-child {
  margin-right: 0;
}

.ac-section .filter-box .cates-list .item:hover,
.ac-section .filter-box .cates-list .item.active {
  background: #e62822;
  color: #ffffff;
}

.ac-section .list {
  margin-top: 10px;
}

.ac-section .list .item {
  height: 100px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding-right: 24px;
}

.ac-section .list .item:first-child {
  margin-top: 0;
}

.ac-section .list .item .content-box {
  display: flex;
  align-items: center;
}

.ac-section .list .item .content-box .time-box {
  width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ac-section .list .item .content-box .time-box::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 57px;
  background: rgba(0, 0, 0, 0.1);
}

.ac-section .list .item .content-box .time-box .day {
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 100%;
  transition: all .3s;
}

.ac-section .list .item .content-box .time-box .time {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 100%;
  margin-top: 10px;
  transition: all .3s;
}

.ac-section .list .item .content-box .main-box {
  padding-left: 20px;
  padding-right: 20px;
}

.ac-section .list .item .content-box .main-box .title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  transition: all .3s;
  height: 30px;
  overflow: hidden;
}

.ac-section .list .item .content-box .main-box .sub-title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 8px;
  transition: all .3s;
}
.ac-section .list .item .content-box .main-box .sub-title .time {
  display: none;
}

.ac-section .list .item .more {
  width: 120px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: all .3s;
}

.ac-section .list .item:hover .content-box .time-box .day {
  color: #E62822;
}

.ac-section .list .item:hover .content-box .time-box .time {
  color: #E62822;
}

.ac-section .list .item:hover .content-box .main-box .title {
  color: #E62822;
}

.ac-section .list .item:hover .content-box .main-box .sub-title {
  color: #E62822;
}

.ac-section .list .item:hover .more {
  background: #E62822;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  color: #FFFFFF;
}
.ac-section .list .item.box-shadow {
  border: none;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.05);
}
.ac-section .list .item .more-icon {
  width: 44px;
  height: 44px;
  background: url(../image/investment/more-icon.png) no-repeat center;
  background-size: 44px 44px;
}

@media screen and (max-width: 767px) {
    
    .ac-section {
  padding: 50px 0 50px;
    }
    .ac-section .title-box .title {
      font-size: 24px;
    }
    
    .ac-section .title-box .more {
      font-size: 14px;
    }
}    
/* 信息披露 */

/* 投资者服务 */
.is-section {
  background: #F5F5F7;
  padding: 60px 0 70px;
}

.is-section .hp-title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}

.is-section .list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 平均3份 */
  gap: 50px;
  /* 中间间隔50px */
}

.is-section .list .item {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0 35px;
}

.is-section .list .item .bg {
  width: 100px;
  height: 100px;
  background: rgba(229, 31, 25, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transition: all .3s;
}

.is-section .list .item .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 100%;
  margin-bottom: 12px;
}

.is-section .list .item .desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  max-width: 220px;
  margin: 0 auto;
}

.is-section .list .item .more {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #E62822;
  padding: 8px 0;
  margin-top: 20px;
  transition: all .3s;
}

.is-section .list .item:hover .bg {
  background: #E51F19;
}

.is-section .list .item:hover .bg .icon {
  filter: brightness(0) invert(1);
}

.is-section .list .item:hover .more {
  border-bottom: 1px solid #E62822;
}

@media screen and (max-width: 767px) {
    .is-section .hp-title {
      font-size: 24px;
    }
    
    .is-section .list .item .title {
      font-size: 20px;
    }
    
    .is-section .list .item .desc {
      font-size: 16px;
    }
    
    .is-section .list .item .more {
      font-size: 14px;
    }
    
} 


/* 投资者服务 */

/* 公司治理 */
.cgph-section {
  padding: 65px 0 120px;
}

.cgph-section .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cgph-section .title-box .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}

.cgph-section .title-box .more {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #E62822;
}

.cgph-section .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.cgph-section .content-box .left-box {text-align: center;width: 50%;}

.cgph-section .content-box .left-box .title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  text-align: left;
}

.cgph-section .content-box .left-box .btn-group {
  margin-top: 100px;
}


.cgph-section .content-box .left-box .btn-group .btns {
  width: 140px;
  height: 50px;
  background: #E51F19;
  border-radius: 25px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cgph-section .content-box .left-box .btn-group .btns:last-child {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #333333;
  margin-left: 45px;
}

.cgph-section .content-box .right-box {
    width: 40%;
    
}

/* 公司治理 */
@media screen and (max-width: 1359px) {
  .cgph-section .content-box .right-box .litpic {
    /*height: 320px;*/
  }
}

@media screen and (max-width: 1023px) {
  .is-section .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .cgph-section .content-box .left-box .title {
    font-size: 24px;
  }
  .cgph-section .content-box .right-box .litpic {
    /*height: 220px;*/
  }
  .cgph-section .content-box .left-box .btn-group .btns {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .cgph-section .content-box .left-box .btn-group .btns:last-child {
    margin-left: 24px;
  }
  .ac-section .filter-box .type-choose-box .cate-list .item {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .is-section .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .ac-section .list .item {
    padding: 15px;
    flex-direction: column;
    height: auto;
    align-items: flex-end;
  }
  .ac-section .list .item .content-box {
    width: 100%;
  }
  .ac-section .list .item .content-box .time-box {
    display: none;
  }
  .ac-section .list .item .content-box .main-box {
    padding: 0;
  }
  .ac-section .list .item .content-box .main-box .title {
    font-size: 18px;
    height: auto;
  }
  .ac-section .list .item .more {
    width: 90px;
    height: 36px;
    font-size: 14px;
  }
  .ac-section .list .item .content-box .main-box .sub-title .time {
    display: block;
  }
  .cgph-section .content-box {
    flex-direction: column;
  }
  .cgph-section .content-box .left-box {
    width: 100%;
  }
  .cgph-section .content-box .left-box .btn-group {
  margin: 25px 0;
}

  .cgph-section .content-box .right-box {
    width: 100%;
    margin-top: 24px;
  }
  .ac-section .filter-box .form-box .input {
    width: 130px;
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
  .ac-section .filter-box .form-box .date {
    margin-left: 14px;
  }
  .ac-section .filter-box .form-box .btns {
    width: 90px;
    height: 35px;
    font-size: 14px;
    margin-left: 14px;
  }
  .ac-section .filter-box .cate-box .item {
    font-size: 16px;
    margin-left: 15px;
  }
  .ac-section .filter-box .type-choose-box {
    margin-top: 14px;
  }
  .ac-section .filter-box .type-choose-box .cate-list .item {
    height: 40px;
    font-size: 16px;
  }
}
/* 总览界面 */

/* 公司治理单页 */
.mainTit .t {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 100%;
}
@media(max-width: 1024px) {
  .mainTit .t {
    font-size: 28px;
  }
}
@media(max-width: 640px) {
  .mainTit .t {
    font-size: 24px;
  }
}
.gszlA {
  padding: 140px 0 30px;
}
.gszlA-b {
  margin-top: 70px;
  background: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}

.gszlA-d {
  padding: 3vw 0 0 3.6vw;
  position: relative;
  background: url(../image/investment/gszla.jpg) no-repeat center/cover;
  float: left;
  width: 30%;
  height: 21vw;
}

.gszlA-d ul li {
  cursor: pointer;
  position: relative;
  padding-left: 0;
  transition: all 0.6s;
  font-size: 1.25vw;
  color: #90c4f9;
  line-height: 2;
  margin: 8px 0;
}

.gszlA-d ul li:after {
  content: '';
  width: 0px;
  transition: all 0.6s;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.gszlA-d ul li.cur:after {
  width: 50px;
}

.gszlA-d ul li.cur {
  color: #fff;
  padding-left: 56px;
}

.gszlA-d ul li.cur:before {
  content: '';
  width: 10px;
  height: 19px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/investment/gszlb.png) no-repeat center/cover;
  position: absolute;
}


.gszlA-e {
  width: 70%;
  float: right;
}

.gszlA-f {
  height: 21vw;
}

.gszlA-e ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gszlA-e ul li {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 33.3333%;
}

.gszlA-e ul li:last-child {
  border: none;
}

.gszlA-e ul li .icon {
  display: inline-block;
  width: 5.5vw;
  border: 1px solid rgba(153, 153, 153, .2);
  border-radius: 50%;
  height: 5.5vw;
  position: relative;
}
.gszlA-e ul li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  
}

.gszlA-f .t {
  font-size: 1.25vw;
  color: #333333;
  margin: 0.8vw 0 0.3vw;
  font-family: Source Han Sans CN;
  font-weight: bold;
}

.gszlA-f .c {
  font-size: 0.9vw;
  color: #666666;
  line-height: 2;
}

.gszlA-f .c p span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.gszlA-f .c p span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #e6231e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gszlA-e ul li .con .c {
  display: inline-block;
  text-align: left;
}


@media(max-width: 1480px) {

  .gszlA-f,
  .gszlA-d {
    height: 24vw;
  }

  .gszlA-e ul li .icon {
    width: 80px;
    height: 80px;
  }

  .gszlA-d ul li {
    font-size: 24px;
  }

  .gszlA-d ul li.cur:after {
    width: 40px;
  }

  .gszlA-d ul li.cur {
    padding-left: 46px;
  }

  .gszlA-f .t {
    font-size: 18px;
  }

  .gszlA-f .c {
    font-size: 14px;
  }
}

@media(max-width: 1280px) {

  .gszlA-f,
  .gszlA-d {
    height: 28vw;
  }

  .gszlA-f .t {
    font-size: 16px;
  }

  .gszlA-f .c {
    font-size: 12px;
  }
}

@media(max-width: 1024px) {

  .gszlA-f,
  .gszlA-d {
    height: auto;
  }

  .gszlA-d {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .gszlA-e {
    width: 100%;
    padding: 20px 0;
  }

  .gszlA-e ul {
    position: relative;
    top: 0;
    transform: translate(0);
  }

  .gszlA-d ul li {
    float: left;
    width: 33.333%;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  .gszlA-d ul li.cur:after {
    width: 0;
  }

  .gszlA-d ul li.cur {
    padding-left: 0;
  }

  .gszlA-f {
    border: none;
  }

  .gszlA-e {
    border-bottom: 3px solid #e62822;
  }

  .gszlA-d ul li.cur:before {
    right: auto;
    left: 50%;
    top: auto;
    margin-left: -7px;
    transform: translateY(0);
    bottom: -33px;
    transform: rotate(90deg);
  }
}

@media(max-width: 640px) {
    
    .gszlA {
  padding: 50px 0 30px;
    }
    
    .gszlA-b {
  margin-top: 30px;
}
  .gszlA-e ul li .icon {
    width: 60px;
    height: 60px;
  }

  .gszlA-d ul li {
    font-size: 20px;
  }

  .gszlA-f .t {
    font-size: 16px;
  }

  .gszlA-f .c {
    font-size: 14px;
  }
}

@media(max-width: 500px) {
  .gszlA-e ul li .icon {
    width: 50px;
    height: 50px;
  }

  .gszlA-d ul li {
    font-size: 18px;
  }

  .gszlA-f .t {
    font-size: 16px;
  }

  .gszlA-f .c {
    font-size: 14px;
  }

  .gszlA-e ul li {
    width: 50%;
    margin-top: 20px;
  }

  .gszlA-e ul li:nth-child(n+2) {
    /*margin-top: 20px;*/
    /*padding-top: 20px;*/
    border-top: 1px solid #f2f2f2;
  }
}

@media(max-width: 400px) {
  .gszlA-d ul li {
    font-size: 16px;
  }
}

.gszlB {
  padding: 6vw 0 8vw;
}

.gszlB-a .mainTit {
  float: left;
  width: 30%;
}

.gszlB-a .mainTit .icon {
  margin-top: 18px;
}

.gszlB-a .con {
  float: right;
  width: 70%;
}

.gszlB-a .con .et {
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.8;
}

.gszlB-a .con .c {
  font-size: 1vw;
  margin-top: 2vw;
  opacity: 1;
  color: #fff;
  line-height: 1.8;
}

@media(max-width: 1480px) {
  .gszlB-a .mainTit .icon img {
    width: 50px;
    height: auto;
  }

  .gszlB-a .con .et {
    font-size: 18px;
  }

  .gszlB-a .con .c {
    font-size: 16px;
  }
}

@media(max-width: 1024px) {
  .gszlB-a .mainTit {
    width: 100%;
  }

  .gszlB-a .con {
    width: 100%;
    margin-top: 20px;
  }
}

@media(max-width: 1480px) {
  .gszlB-a .con .et {
    font-size: 16px;
  }

  .gszlB-a .con .c {
    font-size: 14px;
    margin-top: 16px;
  }
}

.mainQh { transition: all 0.6s; cursor: pointer; position: absolute; top:50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 50%; }

.mainQh.next { right: -80px; background: url(../image/investment/next.png) no-repeat center #fff; }
.mainQh.prev { left: -80px;  background: url(../image/investment/prev.png) no-repeat center #fff; }


.mainQh.next:hover { background: url(../image/investment/nextbg.png) no-repeat center #e62822; }
.mainQh.prev:hover {  background: url(../image/investment/prevbg.png) no-repeat center #e62822; }

@media(max-width: 1024px){
	.mainQh { width: 40px; height: 40px; z-index: 100;}
	.mainQh.next { right: -40px; }
	.mainQh.prev { left: -40px; }
}
@media(max-width: 640px){
	.mainQh.mainQh { width: 40px; height: 40px; z-index: 100;}
	.mainQh.next { right: -30px; }
	.mainQh.prev { left: -30px; }
}


.gszlC {
  padding: 130px 0 160px;
}

.gszlC-b {
  margin-top: 60px;
}

.gszlC-b .swiper-slide {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

.gszlC-b a {
  display: block;
  padding: 1.2vw;
  border-bottom: 3px solid #e62822;
  background: #f7f7f7;
}

.gszlC-b .img {
  border: 1px solid #ededed;
}

.gszlC-b .con {
  margin-top: 1vw;
}

.gszlC-b .con .code {
  font-size: 16px;
  color: #999;
}

.gszlC-b .con .t {
  height: 60px;
  line-height: 28px;
  font-size: 1.1vw;
  color: #333;
  padding-right: 30px;
}

.gszlC-b .con .c {
  /* background: url(../images/gszle.png) no-repeat right center; */
}

.gszlC-b .con .more {
  font-style: normal;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #e62822;
  padding: 12px 30px;
  margin-top: 16px;
}

.gszlC-b .con .more span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  padding-right: 28px;
  background: url(../image/investment/downaa.png) no-repeat right center;
}

.gszlC-c:hover .con .more span {
  color: #fff;
  background: url(../image/investment/downaabg.png) no-repeat right center;
}

.gszlC-c:hover .con .more {
  background: #e62822;
}

.gszlC-c:hover .con .t {
  color: #e62822;
}

.gszlC-b .mainQh {
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
  border: 1px solid #e62822;
}

.gszlC-b .mainQh.next:hover {
  background: url(../image/investment/nextbg.png) no-repeat center #e62822;
}

.gszlC-b .mainQh.prev:hover {
  background: url(../image/investment/prevbg.png) no-repeat center #e62822;
}

@media(max-width: 1680px) {
  .gszlC-b .con .more {
    padding: 8px 20px;
    font-size: 14px;
  }

  /* .gszlC-b .con .c {
    background: url(../images/gszle.png) no-repeat right center;
    background-size: 26px auto;
  } */

}

@media(max-width: 1480px) {
  .gszlC-b .con .t {
    font-size: 16px;
    padding-right: 30px;
    line-height: 20px;
  }

  /* .gszlC-b .con .c {
    background: url(../images/gszle.png) no-repeat right center;
    background-size: 26px auto;
  } */
}

@media(max-width: 1028px) {
  .gszlC-b {
    margin-top: 20px;
  }

  .gszlC-b .next {
    right: 20px;
  }

  .gszlC-b .prev {
    left: 20px;
  }

  .gszlC-b a {
    padding: 16px 12px;
  }
}

@media screen and (max-width: 767px) {

    .gszlC {
      padding: 50px 0 50px;
    }

}

/* 公司治理单页 */

/* 投资者联系 */
.investor_relations {
  padding: 140px 0;
}
.investor_relations .box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.investor_relations .box .left-box {
  width: 35%;
  background: url(../image/investment/touzi_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
}
.investor_relations .box .left-box .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.investor_relations .box .left-box .email-box {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.investor_relations .box .left-box .email-box .icon {
  width: 30px;
  height: 34px;
  margin-right: 12px;
}
.investor_relations .box .left-box .email-box .email {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.investor_relations .box .right-box {
  flex: 1;
  background: #F5F5F5;
  border-radius: 0px 15px 15px 0px;
  padding: 60px;
}
.investor_relations .box .right-box .tip {
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 10px;
}
.investor_relations .box .right-box .form-box {
  
}
.investor_relations .box .right-box .form-box .grap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 平均2份 */
  gap: 26px;
  /* 中间间隔26px */
}
.investor_relations .box .right-box .form-box .item {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-top: 22px;
}
.investor_relations .box .right-box .form-box .item .red {
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #E30101;
}
.investor_relations .box .right-box .form-box .item .input {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 6px;
}
.investor_relations .box .right-box .form-box .item .textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 15px 0;
  resize: none;
}
.investor_relations .box .right-box .form-box .item.code-box {
  padding-right: 0;
}
.investor_relations .box .right-box .form-box .item.code-box .code-img {
  cursor: pointer;
}
.investor_relations .box .right-box .form-box .item.submit-btn {
  background: #E6231E;
  border-radius: 25px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .investor_relations .box .left-box {
    width: 40%;
  }
  .investor_relations .box .right-box {
    padding: 30px;
  }
  .investor_relations .box .right-box .form-box .grap {
    gap: 15px;
  }
  .investor_relations .box .right-box .form-box .grap:last-child {
    grid-template-columns: repeat(1, 1fr);
  }
  .investor_relations .box .right-box .form-box .item.submit-btn {
    height: 50px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1359px) {
  .investor_relations .box .right-box .form-box .item .input {
    font-size: 14px;
    height: 44px;
  }
  .investor_relations .box .right-box .form-box .item .textarea {
    font-size: 14px;
  }
  .investor_relations .box .right-box .form-box .item.submit-btn {
    font-size: 14px;
    height: 44px;
  }
}
@media screen and (max-width: 1023px) {
  .investor_relations .box {
    flex-direction: column;
  }
  .investor_relations .box .left-box {
    width: 100%;
    padding: 30px 0;
    border-radius: 15px 15px 0 0;
  }
  .investor_relations .box .right-box {
    padding: 15px;
  }
  .investor_relations .box .right-box .tip {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .investor_relations .box .right-box .form-box .grap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .investor_relations .box .right-box .form-box .item {
    margin-top: 15px;
  }
  .investor_relations .box .right-box .form-box .item.submit-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .investor_relations {
    padding: 60px 0;
  }
  .investor_relations .box .left-box .title {
    font-size: 24px;
  }
  .investor_relations .box .left-box .email-box {
    margin-top: 15px;
  }
  .investor_relations .box .left-box .email-box .icon {
    width: 26px;
    height: 30px;
  }
  .investor_relations .box .left-box .email-box .email {
    font-size: 18px;
  }
  .investor_relations .box .right-box {
    padding: 30px 15px;
  }
}
/* 投资者联系 */