@charset "utf-8";
:root {
  --color: #85C02E;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
/* 技术活动m */
.g_svg_lr {
  width: 100%;
  height: 100%;
  fill: #686868;
}
.g_svg_lr:hover {
  fill: #fff;
}
@media (max-width: 767px) {
  .ps1,
  .ps2,
  .ps3 {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .ps1 br,
  .ps2 br,
  .ps3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .nt5 .txt .h4s2 {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 767px) {
  .nt5 .txt .h6s1 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .nt7 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nt6Box {
    padding: 0 5%;
  }
}
/* 愿景&使命 */
/* .yjsm .fl2{
	position: relative;
	&::after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		pointer-events: none;
		top: 5%;
		left: 0;
		background: url(../images/hscfw_b42.png) no-repeat;
		background-size: cover;
	}
} */
.miso_f1 .input {
  display: flex;
  align-items: center;
}
.miso_f1 .input .li {
  width: 46%;
}
.miso_f1 .input .li .layui-input:focus,
.miso_f1 .input .li .layui-textarea:focus {
  border-color: #85C02E !important;
}
.miso_f1 .input .li .layui-input-block {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0.2rem;
}
.miso_f1 .input .li .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.miso_f1 .input .li .layui-form-select dl dd.layui-this {
  background: #85C02E;
  color: #fff;
}
.miso_f1 .input .li .layui-form-select .layui-input {
  height: 0.4rem;
  border: none;
  color: #444;
  padding: 0 0.2rem 0 0;
}
@media (max-width: 767px) {
  .miso_f1 .input .li .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.miso_f1 .input .li .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/nimg2-2.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  border: none;
  margin: 0;
  margin-top: -4px;
  transform: rotate(90deg);
}
.miso_f1 .input .li .layui-form-selected .layui-edge {
  transform: rotate(0deg);
}
.nt8 {
  /* .g_line2{
		position: absolute;
		top: calc(100% - 1.2rem);
		left: 50%;
		transform: translateX(-50%);
		
	}
	.g_line3{
		position: absolute;
		top: calc(100% - 1.2rem);
		left: 50%;
		transform: translateX(-50%);
		
	} */
}
.nt8 > li {
  position: relative;
}
.nt8 .flexjs {
  position: relative;
  z-index: 10;
  flex-wrap: initial;
}
@media (max-width: 767px) {
  .nt8 .flexjs {
    flex-direction: column-reverse !important;
  }
}
.nt8 .flexjs .txt {
  width: auto;
  min-width: 38.28125%;
}
@media (max-width: 767px) {
  .nt8 .flexjs .txt {
    width: 100%;
    order: 0 !important;
    margin-top: 0.4rem;
  }
}
.nt8 .flexjs .imgBox {
  flex-shrink: 0;
  margin-left: 0.3rem;
  width: 43.75%;
}
@media (max-width: 767px) {
  .nt8 .flexjs .imgBox {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}
.nt8 .g_line {
  position: absolute;
  top: calc(100% - 1.2rem);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .nt8 .g_line {
    display: none;
  }
}
/* .svg2 .cls-1 {
  fill: none;
  stroke: #85c02e;
  stroke-width: 1px;
  stroke-dasharray: 8 5;
  fill-rule: evenodd;
  
  animation: dashScroll 2s linear infinite;
}

@keyframes dashScroll {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 13; 
  }
} */
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f4f4;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover {
  background: #85C02E;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover::before,
.curtain1 .curtain_box .curtain_title .close_tc:hover::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.curtain1 .curtain_con .g_cur {
  background: #fff;
  padding: 0.5rem 0.5rem;
}
.curtain1 .curtain_con .g_cur h2 {
  text-align: center;
  margin-bottom: 0.3rem;
}
.curtain1 .curtain_con .g_cur .public-content {
  text-align: center;
  font-size: initial;
}
.idx-pop-item {
  padding: 0.6rem 0.2rem 0.6rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .idx-pop-item {
    padding: 0.6rem 0.5rem 0.6rem 0.5rem;
  }
}
.idx-pop-item .scrl {
  overflow: auto;
  max-height: 70vh;
  padding-right: 0.3rem;
}
.idx-pop-item .ul .li .desc .box {
  min-height: initial;
}
.nt6 .imgBox .gtxt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.2rem;
}
.nt6 .imgBox .gtxt h3 {
  color: #fff;
}
.ar1W .ar1 {
  /* font-size: 210px; */
  font-size: 22px;
}
@media (max-width: 1580px) {
  .ar1W .ar1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ar1W .ar1 {
    font-size: 18px;
  }
}
.idx-pop-item .ul .li a i {
  transition: all 0s;
}
.idx-pop-item .img_list ul li .images .pb {
  height: auto !important;
}
.nt5Box .swiper-slide {
  /* width: 100% !important; */
}
/* .nt5{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-gap: 0;
	li{
		width: calc((100% - 0.4rem)/3);
		margin: 0 0.4rem 0.4rem 0;
		&:nth-child(3n){
			margin-right: 0;
		}
	}
} */
.idx-pop-item .img_list ul li .images .ab {
  position: initial;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 767px) {
  .idx-pop-item .close {
    right: 10px;
    top: 10px;
  }
}
