@charset "UTF-8";
.head {
  width: 1920px;
  height: 5.6875rem;
  margin: 0 auto;
  display: flex;
  padding: 0 4.875rem 0 6.375rem;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.head h1 {
  overflow: hidden;
}

.head h1 img {
  display: block;
  height: 2.8125rem;
  margin: 0 30px;
  margin-top: 5px;
  cursor: pointer;
}

.head .red_bold {
  color: #C70009;
  font-weight: bold;
}

.head ul {
  width: 1132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.head ul li {
  cursor: pointer;
}

.head ul li a {
  font-size: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 1.4375rem;
}

.head ul span {
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #C70009;
  border-radius: 49px 21px 0px 0px;
  bottom: -34px;
  left: 10.6%;
}

.head ol {
  display: flex;
  align-items: center;
}

.head ol li {
  cursor: pointer;
  font-size: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 3.5rem;
}

.head ol li:nth-child(1) {
  margin-right: 1.625rem;
}

.head ol li:nth-child(2) {
  margin-right: 1.125rem;
}

.head ol li img {
  width: .925rem;
  vertical-align: middle;
}

.head ol li:last-child {
  width: 6.5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner {
  position: relative;
  width: 1932px;
  margin: 0 auto;
  background: linear-gradient(360deg, rgba(53, 76, 150, 0.17) 0%, #354C96 100%);
  background-blend-mode: multiply;
}

.banner img {
  display: block;
  width: 100%;
  height: 633px;
}

.banner div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.banner div p {
  text-align: center;
  font-size: 64px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 93px;
}

.banner div p:last-child {
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 23px;
}

.change {
  width: 1920px;
  margin: 0 auto;
  /* 设置标签页选项卡的样式 */
  /* 设置选中的标签页样式 */
  /* 设置标签页内容的样式 */
}

.change .tab-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.change .tab {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 23px;
}

.change .active {
  color: #C70009;
  font-weight: bold;
}

.change .tab-content {
  display: none;
  padding: 16px;
  background-color: #fff;
}

.change .content {
  margin-top: 10px;
  width: 100%;
}

.change .tag {
  border-bottom: 1px solid #E5E5E5;
}

.change .tag .main {
  margin: 0 auto;
  width: 81.25rem;
  padding: 36px 0px;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}

.change .tag .main .tab_to {
  transition: all linear 200ms;
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #C70009;
  border-radius: 49px 21px 0px 0px;
  bottom: 0;
  left: 104.969px;
}

.out_cont {
  margin: 0 auto;
  width: 81.25rem;
}

#tab1 {
  width: 1920px;
  margin: 0 auto;
  background: url(../../imgs/about/bg1.png) center center no-repeat;
  background-size: 100%;
  background-color: transparent;
}

#tab1 .fir {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

#tab1 .fir .title {
  float: left;
  font-size: 26px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
}

#tab1 .fir .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

#tab1 .fir .detail {
  float: right;
  position: relative;
  width: 71.5rem;
  background: #F7F7F9;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  right: 0px;
  margin-top: 69px;
}

#tab1 .fir .detail p {
  text-align: justify;
  width: 758px;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  margin: 30px 0px 28px 43px;
}

#tab1 .fir .sys_pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 271px;
  height: 308px;
  border-radius: 10px 10px 10px 10px;
}

#tab1 .sec {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}

#tab1 .sec img {
  width: 383px;
  display: block;
  border-radius: 10px 10px 10px 10px;
}

#tab1 .sec div {
  background-color: #F7F7F9;
  border-radius: 10px 10px 10px 10px;
  padding: 30px 0;
  width: 886px;
}

#tab1 .sec div p {
  padding-bottom: 0px;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  text-align: justify;
}

#tab1 .sec .show {
  width: 90%;
  height: 584px;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0;
  padding-right: 20px;
}

#tab1 .sec .show::-webkit-scrollbar {
  width: 6px;
  border-radius: 171px 171px 171px 171px;
}

#tab1 .sec .show::-webkit-scrollbar-thumb {
  background-color: #bf464c;
  border-radius: 10px;
}

#tab1 .sec .show::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  border-radius: 171px 171px 171px 171px;
}

#tab1 .fou {
  width: 100%;
  position: relative;
}

#tab1 .fou img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}

#tab1 .fou div {
  background-color: #F7F7F9 !important;
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
  background: linear-gradient(to top, #F7F7F9, transparent 15%);
}

#tab1 .fou div p {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  overflow: hidden;
  text-align: justify;
}

#tab1 .fou .cun {
  padding: 30px 0;
}

#tab1 .fou .cun .show {
  width: 94%;
  height: 614px;
  margin: 0 auto;
  overflow-y: auto;
  padding: 0;
  padding-right: 20px;
}

#tab1 .fou .cun .show::-webkit-scrollbar {
  width: 6px;
  border-radius: 171px 171px 171px 171px;
}

#tab1 .fou .cun .show::-webkit-scrollbar-thumb {
  background-color: #bf464c;
  border-radius: 10px;
}

#tab1 .fou .cun .show::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  border-radius: 171px 171px 171px 171px;
}

#tab1 .fou .com_more {
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  height: 66px;
  width: 77.5rem;
  border-radius: 10px 10px 10px 10px;
  background: linear-gradient(to bottom, transparent, #F7F7F9);
  backdrop-filter: blur(2px);
}

#tab1 .fou .com_more::after {
  content: "";
  width: 9px;
  height: 15px;
  display: inline-block;
  background: url(../../imgs/about/bot_more.png) right center no-repeat;
  background-size: 100%;
  margin-left: 8px;
}

#tab5 {
  width: 1920px;
  margin: 0 auto;
  background: url(../../imgs/about/bg1.png) center center no-repeat;
  background-size: 100%;
  background-color: transparent;
}

#tab5 .fir {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

#tab5 .fir .title {
  float: left;
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
}

#tab5 .fir .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

#tab5 .fir .qulity {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#tab5 .fir .qulity div {
  width: 22%;
  height: 380px;
  margin-top: 55px;
  margin-left: 20px;
  box-shadow: 2px 2px 14px 2px darkgray;
}

#tab5 .fir .qulity div img {
  width: 100%;
  height: 100%;
}

#tab6 {
  width: 1920px;
  margin: 0 auto;
  background: url(../../imgs/about/bg1.png) center center no-repeat;
  background-size: 100%;
  background-color: transparent;
}

#tab6 .fir {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

#tab6 .fir .title {
  float: left;
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
}

#tab6 .fir .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

#tab6 .fir .qulity {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#tab6 .fir .qulity div {
  width: 22%;
  height: 380px;
  margin-top: 55px;
  box-shadow: 2px 2px 14px 2px darkgray;
}

#tab6 .fir .qulity div img {
  width: 100%;
  height: 100%;
}

#tab2 {
  width: 1920px;
  margin: 0 auto;
  background: url(../../imgs/about/bg1.png) center center no-repeat;
  background-size: 100%;
  background-color: transparent;
}

#tab2 .fir {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

#tab2 .fir .project_hor {
  overflow: hidden;
  margin-top: 40px;
}

#tab2 .fir .project_hor .title {
  font-size: 24px !important;
}

#tab2 .fir .text_cont {
  width: 100%;
  margin-top: 90px;
  background-color: #F7F7F9;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}

#tab2 .fir .text_cont .hor_text {
  width: 94%;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  text-align: justify;
  margin-top: 90px;
  margin: 30px 28px 28px 43px;
}

#tab2 .fir .title {
  float: left;
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
}

#tab2 .fir .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

#tab2 .fir .honor1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#tab2 .fir .honor1 div {
  width: 22%;
  height: 380px;
  margin: 0px 19px;
  margin-top: 55px;
  box-shadow: 2px 2px 14px 2px darkgray;
}

#tab2 .fir .honor1 div img {
  width: 100%;
  height: 100%;
}

#tab2 .fir .honor2 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 20px;
}

#tab2 .fir .honor2 div {
  width: 30%;
  height: 300px;
  background-color: red;
  margin-top: 55px;
  box-shadow: 2px 2px 14px 2px darkgray;
}

#tab2 .fir .honor2 div img {
  width: 100%;
  height: 100%;
}

#tab3 {
  width: 1920px;
  margin: 0 auto;
  background-color: transparent;
}

#tab4 {
  width: 1920px;
  margin: 0 auto;
  background-color: transparent;
}

#tab4 .fir {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  overflow: hidden;
}

#tab4 .fir .head {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

#tab4 .fir .head .title {
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
}

#tab4 .fir .head .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

#tab4 .fir .head ul {
  width: auto;
}

#tab4 .fir .head ul li {
  padding: 10px 37px;
  border-radius: 8px 8px 8px 8px;
  background-color: #EBEBEB;
  font-size: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 43px;
}

#tab4 .fir .head ul li:last-child {
  margin-left: 10px;
}

#tab4 .fir .head .two_active {
  background-color: #C70009;
  color: #FFFFFF;
  position: relative;
}

#tab4 .fir .head .two_active::after {
  content: "";
  position: absolute;
  display: block;
  border: 25px solid transparent;
  border-top: 25px solid #C70009;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#tab4 .first_lc {
  position: relative;
  margin-bottom: 200px;
}

#tab4 .first_lc .region {
  width: 1920px;
  position: relative;
}

#tab4 .first_lc .region .egua,
#tab4 .first_lc .region .sudan,
#tab4 .first_lc .region .wuganda,
#tab4 .first_lc .region .yilake,
#tab4 .first_lc .region .yilang,
#tab4 .first_lc .region .tukuman,
#tab4 .first_lc .region .wuzi,
#tab4 .first_lc .region .hasake,
#tab4 .first_lc .region .afuhan,
#tab4 .first_lc .region .bajisitan,
#tab4 .first_lc .region .yidunixiya,
#tab4 .first_lc .region .zhade,
#tab4 .first_lc .region .milu,
#tab4 .first_lc .region .boliweiya,
#tab4 .first_lc .region .nirier {
  width: 38px;
  height: 56px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}

#tab4 .first_lc .region .map {
  position: static;
  width: 100%;
}

#tab4 .first_lc .region .egua {
  top: 482px;
  left: 488px;
}

#tab4 .first_lc .region .nirier {
  top: 345px;
  left: 936px;
}

#tab4 .first_lc .region .sudan {
  top: 353px;
  left: 1041px;
}

#tab4 .first_lc .region .wuganda {
  top: 436px;
  left: 1052px;
}

#tab4 .first_lc .region .yilake {
  top: 250px;
  left: 1103px;
}

#tab4 .first_lc .region .yilang {
  top: 253px;
  left: 1159px;
  z-index: 4;
}

#tab4 .first_lc .region .tukuman {
  top: 222px;
  left: 1179px;
  z-index: 3;
}

#tab4 .first_lc .region .wuzi {
  top: 209px;
  left: 1197px;
}

#tab4 .first_lc .region .hasake {
  top: 190px;
  left: 1238px;
}

#tab4 .first_lc .region .afuhan {
  top: 253px;
  left: 1220px;
}

#tab4 .first_lc .region .bajisitan {
  top: 284px;
  left: 1229px;
}

#tab4 .first_lc .region .yidunixiya {
  top: 477px;
  left: 1506px;
}

#tab4 .first_lc .region .zhade {
  top: 351px;
  left: 987px;
}

#tab4 .first_lc .region .milu {
  top: 511px;
  left: 490px;
}

#tab4 .first_lc .region .boliweiya {
  top: 570px;
  left: 542px;
}

#tab4 .first_lc .detail_cont {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 10;
  width: 502px;
  height: 611px;
  box-shadow: 0px 0px 55px #d0d0d2;
}

#tab4 .first_lc .detail_cont .kuang {
  position: absolute;
  top: 70px;
  right: -20px;
  width: 20px;
  height: 66px;
  margin-left: 42px;
}

#tab4 .first_lc .detail_cont .area_name {
  height: 56px;
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 56px;
  margin-top: 20px;
  margin-left: 42px;
}

#tab4 .first_lc .detail_cont .pro_time {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #787878;
  margin-left: 42px;
}

#tab4 .first_lc .detail_cont .pro_time::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: red;
  margin-top: 10px;
}

#tab4 .first_lc .detail_cont .area_detail {
  width: 399.33px;
  text-align: justify;
  height: 460px;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 35px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 27px;
  margin-left: 42px;
  margin-top: 20px;
}

#tab4 .first_lc .detail_cont .area_detail .area_img {
  width: 50%;
  float: left;
  shape-outside: url(example.png);
  margin-top: 10px;
  padding-right: 10px;
  border-radius: 20px;
}

#tab4 .first_lc .detail_cont .area_detail::-webkit-scrollbar {
  width: 6px;
  border-radius: 171px 171px 171px 171px;
}

#tab4 .first_lc .detail_cont .area_detail::-webkit-scrollbar-thumb {
  background-color: #bf464c;
  border-radius: 10px;
}

#tab4 .first_lc .detail_cont .area_detail::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  border-radius: 171px 171px 171px 171px;
}

#tab4 .first_lc .detail_cont .area_detail .text {
  width: 100%;
}

#tab4 .two_lc {
  width: 100%;
}

#tab4 .two_lc .p_one {
  background-color: #F7F7F9;
  border-radius: 10px 10px 10px 10px;
  margin-top: 67px;
}

#tab4 .two_lc .p_one p {
  width: 90%;
  margin: 0 auto;
  padding: 29px;
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 38px;
  text-align: justify;
}

#tab4 .two_lc .p_pic {
  width: 100%;
  margin-top: 50px;
  position: relative;
  height: 420px;
  overflow: hidden;
}

#tab4 .two_lc .p_pic .out {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

#tab4 .two_lc .p_pic img {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 365px;
  display: block;
  border-radius: 10px 10px 10px 10px;
  top: 0px;
}

#tab4 .two_lc .p_pic .p_text {
  position: absolute;
  width: 64.0725rem;
  height: 342px;
  background-color: #F7F7F9;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

#tab4 .two_lc .p_pic .p_text .lef {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-left: 20px;
  position: relative;
}

#tab4 .two_lc .p_pic .p_text .lef p {
  width: 90%;
  padding-left: 60px;
  padding-right: 16px;
  text-align: justify;
}

#tab4 .two_lc .p_pic .p_text .lef .center {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 38px;
  margin-top: 20px;
  height: 210px;
  padding-bottom: 10px;
  overflow-y: auto;
  position: relative;
}

#tab4 .two_lc .p_pic .p_text .lef .center::-webkit-scrollbar {
  width: 6px;
  position: absolute;
  right: 20px;
  border-radius: 171px 171px 171px 171px;
  scroll-behavior: smooth;
}

#tab4 .two_lc .p_pic .p_text .lef .center::-webkit-scrollbar-thumb {
  background-color: #bf464c;
  border-radius: 10px;
}

#tab4 .two_lc .p_pic .p_text .lef .center::-webkit-scrollbar-track {
  margin-left: 10px;
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  border-radius: 171px 171px 171px 171px;
}

#tab4 .two_lc .p_pic .p_text .lef .top {
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 39px;
  margin-top: 20px;
}

#tab4 .two_lc .p_pic .p_text .lef .top::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C70009;
}

#tab4 .two_lc .p_pic .p_text .lef .wid1 {
  width: 100%;
  bottom: 0;
}

#tab4 .two_lc .com_more {
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  height: 66px;
  width: 77.5rem;
  border-radius: 10px 10px 10px 10px;
  background: linear-gradient(to bottom, transparent, #F7F7F9);
  backdrop-filter: blur(2px);
}

#tab4 .two_lc .com_more::after {
  content: "";
  width: 9px;
  height: 15px;
  display: inline-block;
  background: url(../../imgs/about/bot_more.png) right center no-repeat;
  background-size: 100%;
  margin-left: 8px;
}

#tab7 {
  width: 81.25rem;
  margin: 0 auto;
}

#tab7 .title {
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
}

#tab7 .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

#tab7 .aca_info {
  width: 100%;
  background-color: #F7F7F9;
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
  overflow: hidden;
}

#tab7 .aca_info p {
  width: 1162.3px;
  margin: 0 auto;
}

#tab7 .aca_info p:nth-child(1) {
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 56px;
  margin-top: 20px;
}

#tab7 .aca_info p:nth-child(1)::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C70009;
}

#tab7 .aca_info p:nth-child(2) {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 26px;
  margin-top: 18px;
  margin-bottom: 4px;
  text-align: justify;
}

#tab7 .aca_info p:nth-child(3) {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  position: relative;
  margin-bottom: 20px;
}

#tab7 .aca_info p:nth-child(3) span {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #C70009;
  line-height: 17px;
}

#tab7 .aca_info p:nth-child(3) span:nth-child(2) {
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 17px;
  margin-left: 30px;
}

#tab7 .aca_info p:nth-child(3)::after {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 25px;
  height: 12px;
  background: url(../../imgs/team_lab/info_to.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.text_cont {
  width: 100%;
  margin-top: 90px;
  background-color: #F7F7F9;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}

.text_cont .hor_text {
  width: 94%;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  text-align: justify;
  margin-top: 90px;
  margin: 30px 28px 28px 43px;
}
