@import 'common.css';
.section1 {
  position: relative;
  overflow: hidden;
}
.section1 .swiper-container {
  padding: 1rem 0;
}
.section1 .swiper-slide {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.section1 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  z-index: 2;
}
.section1 .swiper-slide.swiper-slide-active .hfont {
  pointer-events: unset;
  opacity: 1;
  -webkit-transform: scale(0.64) translate(-28%, 28%);
  transform: scale(0.64) translate(-28%, 28%);
}
.section1 .swiper-slide.swiper-slide-active .font {
  opacity: 0;
}
.section1 .swiper-slide.swiper-slide-active a::before {
  opacity: 0;
}
.section1 .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.section1 .swiper-slide a::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background: url(/pc/images/in-bgm3.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.section1 .swiper-slide .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #272727;
}
.section1 .swiper-slide .font {
  padding: 25px 30px;
}
.section1 .swiper-slide .font .tit {
  color: #ffffff;
}
.section1 .swiper-slide .tagBox {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.section1 .swiper-slide .tagBox .tag {
  display: inline-block;
  margin-right: 15px;
}
.section1 .swiper-slide .tagBox .tag:last-child {
  margin-right: 0px;
}
.section1 .swiper-slide .line {
  width: 34px;
  height: 3px;
  margin: 22px 0 20px 0;
  background-color: #6eb92c;
}
.section1 .swiper-slide .dec {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}
.section1 .font {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.section1 .hfont {
  position: absolute;
  width: 90%;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  pointer-events: none;
  text-align: left;
}
.section1 .hfont::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90%;
  height: 90%;
  background-color: #008cd6;
}
.section1 .hfont .hft {
  position: relative;
  padding: 30px 36px;
  background-color: #ffffff;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}
.section1 .swiper-pagination {
  display: none;
}
.section1 .swpBox {
  margin-top: 60px;
}
.section2 {
  position: relative;
  overflow: hidden;
  background-color: #f6f8fa;
}
.section2 .list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section2 .left {
  width: 35%;
  padding-right: 5%;
  padding-top: 0.9rem;
}
.section2 .right {
  width: 65%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 0.76rem;
}
.section2 .bg {
  position: absolute;
  bottom: 0px;
  left: 55px;
}
.section2 .tagBox {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 2.5rem;
}
.section2 .tagBox .tag {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.48rem;
  margin-right: 0.7rem;
  margin-top: 25px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section2 .tagBox .tag::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 24px;
  background: url(/pc/images/dgicon2.png) no-repeat center;
  background-size: cover;
}
.section2 .tagBox .tag:hover {
  color: #6eb92c;
  padding-left: 40px;
}
.section2 .li {
  position: relative;
  z-index: 1;
  width: 47.5%;
  margin-right: 5%;
}
.section2 .li:nth-child(2n) {
  margin-right: 0px;
}
.section2 .li:nth-child(2) {
  margin-top: 72px;
}
.section2 .rli {
  width: 100%;
  background-color: #ffffff;
  padding: 0.55rem 0.4rem 0.4rem 0.4rem;
  margin-top: 10%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section2 .rli:nth-child(1) {
  margin-top: 0px;
}
.section2 .rli:hover {
  background-color: #6eb92c;
}
.section2 .rli:hover .iconBox .himg {
  opacity: 1;
}
.section2 .rli:hover .iconBox .img {
  opacity: 0;
}
.section2 .rli:hover .font .tit,
.section2 .rli:hover .font .dec {
  color: #ffffff;
}
.section2 .iconBox {
  position: relative;
  width: 42px;
  height: 42px;
}
.section2 .iconBox .himg {
  opacity: 0;
}
.section2 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 6px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section2 .font .dec {
  font-size: 18px;
  line-height: 1.67;
  color: #555555;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section3 {
  position: relative;
  overflow: hidden;
}
.section3::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11.22rem;
  height: 5.12rem;
  background-color: #008cd6;
}
.section3 .in_tit .tit,
.section3 .in_tit .dec {
  color: #fff;
}
.section3 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.section3 .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.section3 .swiper-slide a::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/pc/images/in-bgm4.png) no-repeat center bottom;
  background-size: cover;
}
.section3 .swiper-slide:hover .font {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.section3 .swiper-slide:hover .tit {
  padding-bottom: 2px;
}
.section3 .swiper-container {
  cursor: url(/pc/images/mouse.png), default !important;
}
.section3 .swiper-container a {
  cursor: url(/pc/images/mouse.png), default !important;
}
.section3 .swpBox {
  padding-left: 8%;
  margin-top: 55px;
}
.section3 .font {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 0.5rem 0.42rem;
  bottom: 0px;
  left: 0px;
  -webkit-transform: translateY(62%);
  transform: translateY(62%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section3 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section3 .font .stit {
  width: 100%;
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.section3 .font .dec {
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  min-height: 80px;
}
.section3 .swiper-pagination {
  display: none;
}
.section4 {
  position: relative;
  overflow: hidden;
  background-color: #f6f8fa;
}
.section4 .left {
  position: relative;
  width: 52.5%;
  overflow: hidden;
}
.section4 .left .hbg {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.section4 .left .hbg img {
  width: 100%;
}
.section4 .left .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.section4 .left .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.section4 .left .limg {
  position: relative;
  width: 114px;
  height: 114px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.08);
}
.section4 .left .limg img {
  max-width: 80%;
}
.section4 .left .blimg {
  width: 147px;
  height: 147px;
  background-color: #008cd6;
}
.section4 .left .swiper-slide {
  position: absolute;
  width: auto;
}
.section4 .left .swiper-slide:nth-child(1) {
  top: 6%;
  left: 20%;
}
.section4 .left .swiper-slide:nth-child(2) {
  top: 8%;
  left: 53.5%;
}
.section4 .left .swiper-slide:nth-child(3) {
  top: 20%;
  left: 82%;
}
.section4 .left .swiper-slide:nth-child(4) {
  top: 53%;
  left: 67.5%;
}
.section4 .left .swiper-slide:nth-child(5) {
  top: 74%;
  left: 50%;
}
.section4 .left .swiper-slide:nth-child(6) {
  top: 73%;
  left: 25%;
}
.section4 .left .swiper-slide:nth-child(7) {
  top: 42%;
  left: 4%;
}
.section4 .left .swiper-slide:nth-child(8) {
  top: 39%;
  left: 36%;
}
.section4 .right {
  width: 47.5%;
  padding-left: 1rem;
}
.section4 .right .rdec {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-top: 25px;
  margin-bottom: 0.75rem;
}
.section4 .swiper-pagination {
  display: none;
}
.section5 {
  position: relative;
  overflow: hidden;
}
.section5 .list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.section5 .list .stit {
  font-family: MiSans-Medium;
  font-size: 24px;
  line-height: 1.58;
  color: #333333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* .section5 .list .right .stit,
.section5 .list .cen .stit{
    display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
} */
/* .section5 .list .right .rli:nth-child(2) .stit{
    display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    word-wrap:unset;
    -webkit-line-clamp:unset;
} */
.section5 .list .sdec {
  font-size: 16px;
  line-height: 1.75;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section5 .list .time {
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section5 .list .rtime {
  font-size: 14px;
  color: #000033;
}
.section5 .list .rtime strong {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
}
.section5 .left,
.section5 .right {
  width: 32.5%;
}
.section5 .cen {
  width: 30%;
  background-color: #f6f8fa;
  margin: 0 2.5%;
}
.section5 .cen .font {
  padding: 0.54rem 32px;
}
.section5 .cen .font .sdec {
  margin-bottom: 40px;
}
.section5 .cen .imgBox img{
    max-height: 296px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section5 .left .stit {
  min-height: 76px;
}
.section5 .right {
  padding: 0.43rem 0;
  background-color: #f6f8fa;
}
.section5 .lli {
  position: relative;
  overflow: hidden;
  background-color: #f6f8fa;
  display: block;
  padding: 0.4rem 0.54rem;
  margin-top: 4%;
}
.section5 .lli:first-child {
  margin-top: 0px;
}
.section5 .lli:hover {
  background-color: #6eb92c;
}
.section5 .lli:hover .stit,
.section5 .lli:hover .sdec,
.section5 .lli:hover .time {
  color: #fff !important;
}
.section5 .rli {
  position: relative;
  padding: 0 0.32rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.section5 .rli:first-child {
  margin-top: 0px;
}
.section5 .rli .rtime {
  width: 70px;
}
.section5 .rli .sdec {
  margin-bottom: 0px !important;
}
.section5 .rli .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  margin-right: 15px;
  border-left: 1px solid rgba(153, 153, 153, 0.15);
}
.bg {
  background: #f8f9fc;
}
.bg1 {
  background: #f5f7fb;
}
.bg2 {
  background: #f7fbfe;
}
.case1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 30px 0.7rem;
  margin-top: -30px;
}
.case1 .formBtn {
  width: 63%;
  height: 56px;
}
.case1 .formBtn .input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: solid 1px #dcdcdc;
  border-right: 0px;
  color: #888888;
  padding: 5px 20px;
}
.case1 .formBtn .sub {
  position: relative;
  width: 135px;
  height: 100%;
  overflow: hidden;
  background-color: #6eb92c;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.case1 .hotBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.55rem;
}
.case1 .hotBox .tit {
  font-size: 16px;
  color: #333333;
}
.case1 .hotBox .dli {
  display: inline-block;
  font-size: 14px;
  color: #888888;
  margin-right: 15px;
  margin-top: 6px;
}
.case1 .hotBox .dli:last-child {
  margin-right: 0px;
}
.case1 .hotBox .dli:hover {
  color: #008cd6;
}
.case2 {
  padding-top: 60px;
}
.case2 .swiper-container {
  padding-bottom: 70px;
}
.case2 .li {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.case2 .li:hover .line::before {
  width: 80px;
}
.case2 .li .imgBox {
  position: relative;
  width: 45%;
  overflow: hidden;
}
.case2 .li .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
  padding-right: 0.5rem;
}
.case2 .li .time {
  font-size: 16px;
  color: #61c11b;
}
.case2 .li .time span {
  display: inline-block;
  margin-right: 15px;
}
.case2 .li .tit {
  font-family: MiSans-Medium;
  font-size: 0.36rem;
  color: #333333;
}
.case2 .li .line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 20px auto;
  background-color: rgba(51, 51, 51, 0.07);
}
.case2 .li .line::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 48px;
  height: 2px;
  background-color: #008cd6;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.case2 .li .dec {
  font-size: 16px;
  line-height: 2;
  color: #777777;
  margin-bottom: 0.36rem;
}
.case3 .linkBox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case3 .linkBox .link {
  position: relative;
  font-size: 20px;
  color: #333333;
  display: inline-block;
  margin-right: 0.8rem;
  margin-top: 10px;
}
.case3 .linkBox .link:last-child {
  margin-right: 0px;
}
.case3 .linkBox .link::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #6eb92c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.case3 .linkBox .link:hover,
.case3 .linkBox .link.active {
  color: #6eb92c;
}
.case3 .linkBox .link:hover::before,
.case3 .linkBox .link.active::before {
  width: 100%;
}
.case3 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.case3 .li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
}
.case3 .li:nth-child(3n) {
  margin-right: 0px;
}
.case3 .li .font {
  padding: 25px 30px;
}
.case3 .li .time {
  color: #777777;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}
.case3 .li .tit {
  font-family: MiSans-Medium;
  font-size: 24px;
  color: #050505;
}
.cainfo1 .list {
  position: relative;
  padding: 65px 1rem 100px 1rem;
  background-color: #ffffff;
}
.cainfo1 .tag {
  font-size: 18px;
  color: #61c11b;
  margin-bottom: 10px;
}
.cainfo1 .btit {
  font-family: MiSans-Medium;
  font-size: 0.4rem;
  color: #333333;
}
.cainfo1 .line {
  width: 100%;
  height: 1px;
  margin: 40px auto 45px auto;
  background: rgba(51, 51, 51, 0.07);
}
.cainfo1 .cont {
  padding-right: 1.2rem;
}
.cainfo1 .cont .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.cainfo1 .cont .sdec {
  font-size: 16px;
  line-height: 1.75;
  color: #777777;
}
.cainfo1 .cont img {
  margin: 45px 0px;
}
.cainfo1 .numBox {
  margin-top: 60px;
  margin-bottom: 25px;
}
.cainfo1 .numBox .num {
  font-family: MicrosoftYaHei;
  position: relative;
  font-size: 0.32rem;
  width: 26px;
  height: 42px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  color: #6eb92c;
}
.cainfo1 .numBox .num::before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 3px;
  width: 26px;
  height: 20px;
  background: url(/pc/images/ca-bgm1.png) no-repeat center;
  background-size: cover;
}
.cainfo1 .numBox .ntit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 1.5;
  color: #6eb92c;
  margin-left: 10px;
  margin-bottom: -4px;
}
.cainfo1 .imgLi {
  margin-right: 1.5%;
  margin-top: 30px;
  margin-bottom: 55px;
}
.cainfo1 .imgLi:last-child {
  margin-right: 0px;
}
.cainfo1 .imgLi .img {
  overflow: hidden;
  width: 100%;
}
.cainfo1 .imgLi .img img {
  margin: 0px auto;
}
.cainfo1 .imgLi .itit {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}
.cainfo1 .tli {
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f6f8;
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 18px;
  color: #333333;
  margin-right: 10px;
  margin-top: 15px;
}
.cainfo1 .tli:last-child {
  margin-right: 0px;
}
.cainfo1 .tli:hover {
  color: #6eb92c;
}
.cainfo1 .moreBox1 {
  margin-top: 25px;
}
.cainfo2 .swiper-slide .li {
  width: 100%;
}
.cainfo2 .swiper-slide .li .tit {
  font-size: 22px;
}
.cainfo2 .swiper-container {
  margin-top: 45px;
}
.cainfo2 .swiper-pagination {
  display: none;
}
.standard1 .tagBox {
  text-align: center;
  margin-top: 20px;
}
.standard1 .tagBox .tag {
  position: relative;
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 20px;
  color: #6eb92c;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px 4px 42px;
  margin-right: 20px;
  background-color: #f2f9ec;
  border-radius: 19px;
  overflow: hidden;
}
.standard1 .tagBox .tag:last-child {
  margin-right: 0px;
}
.standard1 .tagBox .tag::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 14px;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/pc/images/st-dg1.png) no-repeat center;
  background-size: cover;
}
.standard1 .ul {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.standard1 .li {
  position: relative;
  width: 20%;
  margin-top: 40px;
}
.standard1 .li::before {
  content: '';
  position: absolute;
  top: 85px;
  right: -35px;
  width: 72px;
  height: 11px;
  background: url(/pc/images/st-line1.png) no-repeat center;
  background-size: cover;
}
.standard1 .li:nth-child(5n)::before {
  opacity: 0;
}
.standard1 .li:nth-child(5)::after,
.standard1 .li:nth-child(6)::after {
  content: '';
  position: absolute;
  top: 85px;
  right: -35px;
  width: 102px;
  height: 260px;
  background: url(/pc/images/st-line3.png) no-repeat center;
  background-size: cover;
}
.standard1 .li:nth-child(6)::after {
  right: auto !important;
  left: -35px;
  background: url(/pc/images/st-line4.png) no-repeat center;
  background-size: cover;
}
.standard1 .li:nth-child(6)::before,
.standard1 .li:nth-child(7)::before,
.standard1 .li:nth-child(8)::before,
.standard1 .li:nth-child(9)::before,
.standard1 .li:nth-child(10)::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.standard1 .li:hover .iconBox .sicon {
  width: 100%;
  height: 100%;
}
.standard1 .li:hover .iconBox .img {
  opacity: 0;
}
.standard1 .li:hover .iconBox .himg {
  opacity: 1;
}
.standard1 .li:hover .num {
  top: 2%;
  right: 18%;
}
.standard1 .li .num {
  font-family: 'MiSans-Demibold';
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 25%;
  font-size: 0.34rem;
  font-style: italic;
  line-height: 1.2;
  color: #c5c7cb;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard1 .li .iconBox {
  position: relative;
  overflow: hidden;
  width: 175px;
  height: 175px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard1 .li .iconBox .sicon {
  width: 70%;
  height: 70%;
  background-color: #f2f3f5;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard1 .li .iconBox .himg {
  opacity: 0;
}
.standard1 .li .dec {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.standard1 .moBox {
  position: relative;
  display: none;
}
.standard1 .moBox .li::before,
.standard1 .moBox .li::after {
  display: none;
}
.standard1 .moBox .li .iconBox .img {
  opacity: 1;
}
.standard2 {
  position: relative;
  overflow: hidden;
  background: #f8f9fc;
}
.standard2 .swiper-container {
  padding-top: 55px;
  padding-bottom: 100px;
}
.standard2 .swiper-slide {
  text-align: center;
  position: relative;
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 10px 10px 48% 48%;
}
.standard2 .swiper-slide:hover .num,
.standard2 .swiper-slide:hover .tit,
.standard2 .swiper-slide:hover .dec {
  color: #fff;
}
.standard2 .swiper-slide:hover .imgBox {
  opacity: 1;
}
.standard2 .swiper-slide:hover .icon-rjiantou1 {
  background-color: #6eb92c;
}
.standard2 .swiper-slide .num {
  position: relative;
  z-index: 1;
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.4rem;
  color: #dbe6eb;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard2 .swiper-slide .tit {
  position: relative;
  z-index: 1;
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard2 .swiper-slide .dec {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  min-height: 85px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard2 .swiper-slide .icon-rjiantou1 {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding-left: 5px;
  font-weight: bold;
  background-color: #008cd6;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard2 .imgBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard2 .imgBox::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard2 .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.standard2 .swiper-pagination {
  display: none;
}
.standard3 {
  position: relative;
  overflow: hidden;
  background: url(/pc/images/st-bgm1.jpg) no-repeat center;
  background-size: cover;
}
.standard3 .in_tit .tit,
.standard3 .in_tit .dec {
  color: #fff;
}
.standard3 .swiper-container {
  margin-top: 45px;
}
.standard3 .swiper-slide {
  text-align: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.standard3 .swiper-slide:nth-child(odd) .font {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.standard3 .swiper-slide:nth-child(odd) .imgBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.standard3 .swiper-slide:hover .tit {
  color: #61c11b;
}
.standard3 .swiper-slide:hover .line::before {
  width: 82px;
  background-color: #008cd6;
}
.standard3 .swiper-slide .imgBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.standard3 .swiper-slide .imgBox img {
  width: 100%;
}
.standard3 .swiper-slide .font {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.55rem 20px;
}
.standard3 .swiper-slide .tit {
  font-family: 'MiSans-Medium';
  font-size: 24px;
  color: #333333;
}
.standard3 .swiper-slide .entit {
  font-family: Bebas;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.3);
}
.standard3 .swiper-slide .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.07);
  margin: 20px auto;
}
.standard3 .swiper-slide .line::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #61c11b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard3 .swiper-slide .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #777777;
  height: 80px;
  margin-bottom: 10px;
}
.standard3 .swiper-slide .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
  font-family: Bebas;
  font-size: 0.72rem;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.07);
}
.standard3 .swiper-pagination {
  display: none;
}
.standard4 .swiper-container {
  margin-top: 50px;
}
.standard4 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.standard4 .swiper-slide:hover .font {
  background-color: #6eb92c;
}
.standard4 .imgBox {
  width: 100%;
}
.standard4 .font {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard4 .swiper-pagination {
  display: none;
}
.standard5 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.standard5 .li {
  position: relative;
  margin-right: 1.3rem;
}
.standard5 .li:last-child {
  margin-right: 0px;
}
.standard5 .li .iconBox {
  position: relative;
  width: 49px;
  height: 49px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #6eb92c;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard5 .li .font {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.standard5 .swiper-container {
  margin-top: 50px;
}
.standard5 .swiper-container .swiper-slide {
  overflow: hidden;
}
.standard5 .swiper-container .swiper-pagination {
  display: none;
}
.standard6 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}
.standard6 .li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  background-color: #f8f9fc;
}
.standard6 .li:nth-child(3n) {
  margin-right: 0px;
}
.standard6 .li .top {
  padding: 0.45rem 0.5rem;
  position: relative;
  overflow: hidden;
  background: url(/pc/images/st-bgm2.jpg) no-repeat center;
  background-size: cover;
}
.standard6 .li .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.standard6 .li .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.standard6 .li .font .entit {
  font-family: Bebas;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.standard6 .li .iconBox {
  position: relative;
  width: 50px;
  height: 50px;
}
.standard6 .ftBox {
  padding: 0.3rem 0.5rem;
}
.standard6 .ftli {
  font-size: 16px;
  color: #777777;
  padding: 15px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.04);
}
.standard6 .ftli:last-child {
  border-bottom-width: 0px;
}
.standard6 .ftli strong {
  font-family: Bebas;
  color: #61c11b;
  display: inline-block;
  margin-right: 20px;
}
.standard7 .ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}
.standard7 .li {
  position: relative;
  width: 11.5%;
  height: 436px;
  margin-right: 1%;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.standard7 .li.active {
  width: 50%;
}
.standard7 .li.active .stit {
  opacity: 1;
}
.standard7 .li:last-child {
  margin-right: 0px;
}
.standard7 .li .imgBox {
  width: 100%;
  height: 100%;
}
.standard7 .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.standard7 .li .stit {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 25px;
  white-space: nowrap;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.standard8 {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fc;
}
.standard8 .swiper-container {
  padding-bottom: 70px;
  margin-top: 50px;
}
.standard8 .swiper-slide {
  padding: 32px;
  overflow: hidden;
  background-color: #ffffff;
}
.standard8 .swiper-slide:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.standard8 .swiper-slide:hover .imgBox::before {
  opacity: 1;
}
.standard8 .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: #61c11b;
  -webkit-transition: all 0.56s;
  transition: all 0.56s;
}
.standard8 .swiper-slide .imgBox {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin-bottom: 30px;
}
.standard8 .swiper-slide .imgBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  width: 56px;
  height: 56px;
  background: url(/pc/images/st-icon22.png) no-repeat #008cd6 center;
  opacity: 0;
  -webkit-transition: all 0.56s;
  transition: all 0.56s;
}
.standard8 .swiper-slide .font {
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(51, 51, 51, 0.07);
}
.standard8 .swiper-button-prev {
  left: -100px;
}
.standard8 .swiper-button-next {
  right: -100px;
}
.fln1 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  margin: 55px 0;
}
.fln1 .li {
  position: relative;
  width: 31%;
  margin-right: 4%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(55, 55, 55, 0.07);
  box-shadow: 0px 0px 46px 0px rgba(55, 55, 55, 0.07);
  border-radius: 10px 0px 0px 10px;
}
.fln1 .li:nth-child(3n) {
  margin-right: 0px;
}
.fln1 .imgBox {
  width: 174px;
  overflow: hidden;
  border-radius: 10px;
}
.fln1 .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
  padding-right: 0.2rem;
}
.fln1 .font .tit {
  font-family: MiSans-Medium;
  font-size: 24px;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fln1 .font .dec {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.fln2 {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fc;
}
.fln2 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  margin-bottom: 55px;
}
.fln2 .left {
  position: relative;
  width: 45.5%;
  background-color: #ffffff;
}
.fln2 .left .lct {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.fln2 .right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-left: 26px;
}
.fln2 .li {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.fln2 .li:hover .tit {
  color: #6eb92c;
}
.fln2 .li.active {
  border-bottom: 1px solid #e4e4e4;
}
.fln2 .li.active .tit {
  font-size: 24px;
}
.fln2 .li.active .tit::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.fln2 .li .tit {
  position: relative;
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  padding-right: 20px;
  margin-bottom: 5px;
}
.fln2 .li .tit::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  display: block;
  background: url(/pc/images/fln-jticon.png) no-repeat center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fln2 .li .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  display: none;
}
.fln2 .swiper-container {
  margin-top: 20px;
  padding-bottom: 30px;
  display: none;
}
.fln2 .swiper-slide {
  background: #fff;
}
.fln2 .font {
  padding: 20px 10px;
  text-align: center;
}
.fln2 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.fln2 .font .dec {
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
}
.fln3 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}
.fln3 .li {
  position: relative;
  width: 31.6%;
  margin-right: 2.6%;
  padding: 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(218, 218, 218, 0.3);
  box-shadow: 0px 0px 35px 0px rgba(218, 218, 218, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.fln3h .li {
  width: 23.5%;
  margin-right: 2%;
}
.fln3 .li:nth-child(3n),
.fln3 .li:last-child {
  margin-right: 0px;
}
.fln3h .li:nth-child(3n) {
  margin-right: 2%;
}
.fln3h .li:nth-child(4n) {
  margin-right: 0px;
}
.fln3 .li .iconBox {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #008cd6;
}
.fln3 .li .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #ededed;
}
.fln3 .li .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.fln3 .li .font .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  margin-top: 10px;
}
.fln3 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  margin-top: 65px;
  margin-bottom: 55px;
}
.fln3 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.fln3 .swiper-slide::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(/pc/images/fln-bgm1.png) no-repeat center;
  background-size: cover;
}
.fln3 .swiper-slide .sft {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 10px 20px;
  font-size: 20px;
  color: #ffffff;
}
.fln3 .swiper-pagination {
  display: none;
}
.fln3h .swiper-pagination {
  display: block;
  position: initial;
  margin-top: 30px;
}
.fln4 {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fc;
}
.fln4 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.36rem;
  margin-top: 50px;
}
.fln4 .li {
  position: relative;
  width: 25%;
}
.fln4 .li .iconBox {
  position: relative;
  width: 55px;
  height: 55px;
}
.fln4 .li .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.67;
}
.fln4 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  margin-top: 65px;
  margin-bottom: 40px;
}
.fln4 .swiper-slide .iconBox {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  width: 2.56rem;
  height: 2.56rem;
}
.fln4 .swiper-slide .iconBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fln4 .swiper-slide .font {
  text-align: center;
  margin-top: 25px;
}
.fln4 .swiper-slide .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fln4 .swiper-slide .font .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}
.fln4 .swiper-pagination {
  display: none;
}
.fln5 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
}
.fln5 .swiper-container {
  overflow: visible;
}
.fln5 .swiper-container .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fln5 .swiper-container .swiper-slide {
  width: 48.2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 3.5%;
  margin-top: 3.5%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
}
.fln5 .swiper-container .swiper-slide:nth-child(2n) {
  margin-right: 0px;
}
.fln5 .swiper-container .imgBox {
  position: relative;
  width: 54%;
  overflow: hidden;
}
.fln5 .swiper-container .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  padding-right: 0.25rem;
}
.fln5 .swiper-container .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 22px;
  color: #222222;
}
.fln5 .swiper-container .font .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}
.fln6 {
  position: relative;
  overflow: hidden;
  padding-bottom: 170px;
}
.fln6 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  margin-bottom: 65px;
}
.fln6 .list {
  width: 65%;
  margin: 0 auto;
}
.fln6 .list .imgBox .img {
  margin: 0px;
}
.fln6 .list .imgBox .simg {
  display: none;
}
.fln6 .ul,
.fln6 .lineBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fln6 .himg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.fln6 .line {
  position: absolute;
}
.fln6 .line1 {
  width: 171px;
  height: 86px;
  background: url(/pc/images/fln-line1.png) no-repeat center;
  top: 51%;
  left: 0%;
}
.fln6 .line2 {
  width: 294px;
  height: 58px;
  background: url(/pc/images/fln-line2.png) no-repeat center;
  top: 45%;
  left: 30%;
}
.fln6 .line3 {
  width: 245px;
  height: 84px;
  background: url(/pc/images/fln-line3.png) no-repeat center;
  top: 0%;
  left: 41%;
}
.fln6 .li {
  position: absolute;
  min-width: 175px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 25px;
}
.fln6 .li:hover .tit {
  font-size: 24px;
  font-weight: bold;
  color: #6eb92c;
}
.fln6 .li:nth-child(1) {
  top: 85%;
  left: -16%;
}
.fln6 .li:nth-child(2) {
  top: 59%;
  left: 62%;
}
.fln6 .li:nth-child(3) {
  top: -8%;
  left: 67%;
}
.fln6 .li .tit {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fln6 .li .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  margin-top: 3px;
}
.fln7 {
  position: relative;
  overflow: hidden;
  background: #f8f9fc;
}
.fln7 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
.fln7 .li {
  width: 49%;
  margin-right: 2%;
  margin-top: 2%;
  position: relative;
  padding: 0.7rem;
  background-color: #ffffff;
}
.fln7 .li:nth-child(2n) {
  margin-right: 0px;
}
.fln7 .iconBox {
  position: relative;
  width: 80px;
  height: 80px;
}
.fln7 .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.5rem;
}
.fln7 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fln7 .font .dec {
  font-size: 16px;
  line-height: 1.875;
  color: #777777;
  margin-top: 15px;
}
.contact1 .left {
  position: relative;
  width: 35%;
  padding: 0.9rem 0.7rem 0.2rem 0.7rem;
  background: url(/pc/images/co-bgm1.jpg) no-repeat center;
  background-size: cover;
}
.contact1 .left .entit {
  font-family: Bebas;
  font-size: 0.6rem;
  line-height: 1.1;
  color: #ffffff;
}
.contact1 .left .tit {
  font-family: MiSans-Medium;
  font-size: 0.4rem;
  color: #ffffff;
  margin-top: 10px;
}
.contact1 .left .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 35px auto;
}
.contact1 .left .line::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 4px;
  background-color: #61c11b;
}
.contact1 .left .ctit {
  position: relative;
  font-family: MiSans-Medium;
  font-size: 20px;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact1 .left .ctit:hover {
  margin-left: 5px;
}
.contact1 .left .ctit::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 18px;
  background: url(/pc/images/co-icon1.png) no-repeat center;
  background-size: cover;
}
.contact1 .left .addli {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact1 .left .addli:hover {
  margin-left: 5px;
}
.contact1 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact1 .imgBox {
  margin-top: -0.6rem;
}
.contact1 .map {
  position: relative;
  height: 430px;
  width: 100%;
  overflow: hidden;
}
.contact1 .map::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/pc/images/co-bgm2.png) no-repeat center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.contact1 .map .BMapLabel {
  width: 257px;
  height: 156px;
  border: 0px !important;
  background: none !important;
}
.contact2 {
  position: relative;
  overflow: hidden;
}
.contact2 .ul {
  position: relative;
}
.contact2 .liBox:nth-child(1) .li {
  margin-top: 0px;
}
.contact2 .liBox .li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  margin-right: 3%;
  margin-top: 35px;
  border-radius: 4px;
}
.contact2 .liBox .li:last-child {
  margin-right: 0px;
}
.contact2 .liBox .li input,
.contact2 .liBox .li textarea {
  position: relative;
  display: block;
  padding: 15px 25px;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  color: #333333;
  overflow: hidden;
}
.contact2 .liBox .li textarea {
  height: 138px;
}
.contact2 .liBox .sub {
  margin: 0 auto;
  margin-top: 40px;
}
.contact2 .liBox .ltit {
  font-family: MiSans-Medium;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}
.new1 .list {
  margin-bottom: 50px;
}
.new1 .li {
  position: relative;
  padding: 0 13.2%;
}
.new1 .li:hover {
  background-color: rgba(0, 140, 214, 0.03);
}
.new1 .li:last-child .sli {
  border-bottom-width: 0px;
}
.new1 .sli {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 83, 127, 0.07);
}
.new1 .sli .imgBox {
  position: relative;
  width: 34%;
  overflow: hidden;
}
.new1 .sli .time {
  font-family: Bebas;
  width: 65px;
  font-size: 16px;
  line-height: 1;
  color: rgba(51, 51, 51, 0.3);
}
.new1 .sli .time strong {
  font-size: 0.48rem;
  line-height: 1;
  color: #333333;
  display: block;
  margin-bottom: 15px;
}
.new1 .sli .fontBox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.9rem;
}
.new1 .sli .fontBox .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.8rem;
}
.new1 .sli .fontBox .tit {
  font-family: MiSans-Medium;
  width: 100%;
  font-size: 0.32rem;
  line-height: 1.25;
  color: #333333;
  padding-right: 1.2rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.new1 .sli .fontBox .dec {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  color: #777777;
  margin-top: 25px;
  margin-bottom: 0.6rem;
}
.neinfo1 {
  padding-top: 160px;
}
.neinfo1 .list {
  padding: 65px 1rem;
  background-color: #ffffff;
}
.neinfo1 .bshare_icon {
  background: rgba(0, 140, 214, 0.05);
  color: rgba(133, 166, 186, 0.5);
}
.neinfo1 .tagBox {
  font-size: 18px;
  line-height: 1.67;
  color: #61c11b;
  margin: 25px 0;
}
.neinfo1 .tagBox span {
  display: inline-block;
  margin-right: 10px;
}
.neinfo1 .tagBox span:last-child {
  margin-right: 0px;
}
.neinfo1 .btit {
  font-family: MiSans-Medium;
  font-size: 0.4rem;
  line-height: 1.3;
  color: #333333;
}
.neinfo1 .line {
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.07);
  margin: 45px auto;
}
.neinfo1 .cont {
  font-size: 16px;
  line-height: 1.75;
  color: #777777;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}
.neinfo1 .cont p {
  margin-top: 0.2rem;
}
.neinfo1 .cont img {
  margin: 0.35rem auto;
}
.pagBox .pagLi {
  width: 26.5%;
}
.pagBox .pagLi .tit {
  font-size: 16px;
  color: #777777;
  margin-bottom: 25px;
}
.pagBox .pagLi:hover .sli {
  color: #008cd6;
}
.pagBox .pag_next {
  text-align: right;
}
.pagBox .tagBox {
  font-size: 16px;
  margin: 0px !important;
}
.pagBox .sli {
  display: inline-block;
  margin-top: 5px;
  font-family: MiSans-Medium;
  font-size: 18px;
  line-height: 1.67;
  color: #333333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.neinfo2 .swiper-container {
  margin-top: 45px;
  padding-bottom: 70px;
}
.neinfo2 .swiper-slide {
  overflow: hidden;
}
.neinfo2 .swiper-slide:hover .tagBox,
.neinfo2 .swiper-slide:hover .tit {
  color: #fff;
}
.neinfo2 .swiper-slide:hover .font {
  background-color: #008cd6;
}
.neinfo2 .swiper-slide .tagBox {
  font-size: 16px;
  line-height: 1.67;
  color: #61c11b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.neinfo2 .swiper-slide .tagBox span {
  display: inline-block;
  margin-right: 10px;
}
.neinfo2 .swiper-slide .tagBox span:last-child {
  margin-right: 0px;
}
.neinfo2 .swiper-slide .font {
  position: relative;
  width: 81%;
  padding: 25px 30px;
  margin-top: -0.4rem;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.neinfo2 .swiper-slide .tit {
  font-family: MiSans-Medium;
  font-size: 18px;
  line-height: 1.67;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fl1 .swiper-container {
  margin-top: 50px;
}
.fl1 .swiper-slide .tit {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 25px;
}
.fl1 .imgBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.fl1 .imgBox::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: url(/pc/images/fl-bgm1.png) no-repeat center;
  background-size: cover;
}
.fl1 .swiper-pagination {
  display: none;
}
.fl2 .fl1_list {
  overflow: hidden;
}
.fl2 .imgBox .simg {
  display: none;
}
.fl2 .lineBox,
.fl2 .tul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fl2 .line {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 11px;
  height: 112px;
  background: url(/pc/images/fl-line1.png) no-repeat center bottom;
}
.fl2 .line1 {
  top: 7.5%;
  left: 32.1%;
}
.fl2 .line2 {
  height: 100px;
  top: 14.5%;
  left: 40.5%;
  background: url(/pc/images/fl-line2.png) no-repeat center bottom;
}
.fl2 .line3 {
  top: 22.5%;
  left: 46.5%;
  height: 91px;
  background: url(/pc/images/fl-line3.png) no-repeat center bottom;
}
.fl2 .line4 {
  top: 33.5%;
  left: 54.4%;
  height: 72px;
  background: url(/pc/images/fl-line4.png) no-repeat center bottom;
}
.fl2 .line5 {
  top: 43.5%;
  left: 61.4%;
  height: 58px;
  background: url(/pc/images/fl-line5.png) no-repeat center bottom;
}
.fl2 .line6 {
  top: 53.5%;
  left: 67.7%;
  height: 38px;
  background: url(/pc/images/fl-line6.png) no-repeat center bottom;
}
.fl2 .line7 {
  top: 63.5%;
  left: 73%;
  height: 28px;
  background: url(/pc/images/fl-line7.png) no-repeat center bottom;
}
.fl2 .tli {
  position: absolute;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
}
.fl2 .tli:nth-child(1) {
  top: -2%;
  left: 28.5%;
}
.fl2 .tli:nth-child(2) {
  top: 6%;
  left: 37.5%;
}
.fl2 .tli:nth-child(3) {
  top: 14%;
  left: 44%;
}
.fl2 .tli:nth-child(4) {
  top: 24%;
  left: 49%;
}
.fl2 .tli:nth-child(5) {
  top: 34%;
  left: 56%;
}
.fl2 .tli:nth-child(6) {
  top: 45%;
  left: 63.5%;
}
.fl2 .tli:nth-child(7) {
  top: 55%;
  left: 71.5%;
}
.fl3 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
  margin-bottom: 60px;
}
.fl3 .num {
  font-family: 'MiSans-Demibold';
  font-weight: bold;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #f4f4f4;
  margin-bottom: -0.5rem;
}
.fl3 .ntit {
  font-size: 20px;
  color: #333333;
}
.fl3 .ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fl3 .li {
  position: absolute;
  text-align: center;
  width: 20%;
}
.fl3 .li:nth-child(1) {
  top: -2%;
  left: -1.5%;
}
.fl3 .li:nth-child(2) {
  top: -2%;
  left: 20%;
}
.fl3 .li:nth-child(3) {
  top: -2%;
  left: 41%;
}
.fl3 .li:nth-child(4) {
  top: -2%;
  left: 62%;
}
.fl3 .li:nth-child(5) {
  top: -2%;
  left: 83%;
}
.fl3 .li:nth-child(6) {
  bottom: 0%;
  left: 9.5%;
}
.fl3 .li:nth-child(7) {
  bottom: 0%;
  left: 31%;
}
.fl3 .li:nth-child(8) {
  bottom: 0%;
  left: 52%;
}
.fl3 .li:nth-child(9) {
  bottom: 0%;
  left: 73%;
}
.fl3 .swiper-container {
  padding-bottom: 30px;
  margin-top: 20px;
  display: none;
}
.fl3 .font {
  text-align: center;
  padding: 10px 5px;
}
.fl4 {
  position: relative;
  overflow: hidden;
}
.fl4.active .viBox {
  padding: 0px;
  height: 86vh;
}
.fl4 .stit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: #333333;
}
.fl4 .viBox {
  padding: 0 20%;
  position: sticky;
  height: 620px;
  top: 0;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fl4 .viLi {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fl4 .viLi::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.fl4 .viLi img,
.fl4 .viLi .pc_video,
.fl4 .viLi .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fl4 .viLi img {
  z-index: 1;
}
.fl4 .v_play {
  position: absolute;
  width: 81px;
  height: 81px;
  line-height: 81px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #ffffff;
}
.fl4 .v_play:hover {
  background: rgba(255, 255, 255, 0.5);
}
.fl4 .v_play em {
  display: block;
  font-size: 32px;
  padding-left: 8px;
}
.fl4 .moBox {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.about1 .left {
  width: 30%;
  padding-right: 0.4rem;
}
.about1 .left .tag {
  font-size: 24px;
  color: #61c11b;
  margin-bottom: 15px;
}
.about1 .right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.55rem;
  font-size: 16px;
  line-height: 2;
  color: #777777;
}
.about1 .right p {
  margin-top: 20px;
}
.about1 .right p:first-child {
  margin-top: 0px;
}
.about1 .ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.about1 .li {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  padding: 30px;
  padding-bottom: 0px !important;
}
.about1 .li:hover .num {
  color: #61c11b;
}
.about1 .li:last-child {
  margin-right: 0px;
}
.about1 .li::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 78%;
  background-color: #f5f7fb;
}
.about1 .li .iconBox {
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about1 .li .font {
  position: relative;
  text-align: right;
}
.about1 .li .num {
  font-family: Bebas;
  font-size: 0.64rem;
  line-height: 1.2;
  color: #333333;
  margin-top: 60px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about1 .li .ndec {
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
}
.about2 {
  position: relative;
  overflow: hidden;
  background: url(/pc/images/ab-bgm1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about2 .list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about2 .li {
  position: relative;
  width: 33.333%;
  text-align: center;
  padding: 1.2rem 0.5rem;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.about2 .li:hover::before {
  height: 100%;
}
.about2 .li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.about2 .li::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about2 .li .iconBox {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.about2 .li .line {
  width: 18px;
  height: 2px;
  background-color: #f5f7fb;
  margin: 0 auto;
  margin-top: 40px;
}
.about2 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 0.32rem;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about2 .font .dec {
  font-size: 18px;
  line-height: 1.67;
  color: #ffffff;
  min-height: 190px;
  margin-bottom: 20px;
}
.about3 {
  background-color: #f5f8fa;
}
.about3 .swiper-container {
  overflow: visible;
  padding-bottom: 55px;
}
.about3 .swiper-pagination {
  display: none;
}
.about3 .mouse {
  position: relative;
  font-size: 16px;
  color: #888888;
  padding-left: 26px;
}
.about3 .mouse::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 14px;
  height: 20px;
  background: url(/pc/images/ab-icon7.png) no-repeat center;
  background-size: cover;
}
.about4 {
  position: relative;
  overflow: hidden;
  background: url(/pc/images/ab-bgm2.jpg) no-repeat center top;
  background-size: cover;
}
.about4 .top {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}
.about4 .tpswp {
  min-height: 435px;
  padding: 45px 0 80px 0;
}
.about4 .tpswp .swiper-container {
  overflow: visible;
}
.about4 .tpswp .swiper-slide {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about4 .tpswp .swiper-slide-next,
.about4 .tpswp .swiper-slide-prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about4 .tpswp .swiper-slide-active {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about4 .tpswp .swiper-slide-active .bnum {
  font-size: 2.8rem;
  color: #008cd6;
}
.about4 .tpswp .swiper-slide-active .dec {
  display: block;
}
.about4 .tpswp .bnum {
  font-family: Bebas;
  font-size: 1.4rem;
  line-height: 1.1;
  color: rgba(51, 51, 51, 0.07);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about4 .tpswp .dec {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 500px;
  padding-right: 5px;
  padding-left: 0.8rem;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.about4 .tpswp .dec p {
  position: relative;
  padding-left: 15px;
}
.about4 .tpswp .dec p::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 16px;
  width: 4px;
  height: 4px;
  background-color: #61c11b;
}
.about4 .Btn {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 130px;
  min-height: 60px;
}
.about4 .btswp {
  height: 65px;
  border-top: 1px solid rgba(51, 51, 51, 0.07);
}
.about4 .btswp .num {
  position: relative;
  font-family: Bebas;
  font-size: 18px;
  color: #999999;
  display: inline-block;
  padding-top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about4 .btswp .num::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 2px;
  background-color: #61c11b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about4 .btswp .swiper-slide {
  text-align: center;
}
.about4 .btswp .swiper-slide.swiper-slide-active .num {
  font-size: 24px;
  color: #61c11b;
}
.about4 .btswp .swiper-slide.swiper-slide-active .num::before {
  width: 100%;
}
.about4 .swiper-pagination {
  display: none;
}
.about5 .swiper-slide {
  position: relative;
  background-color: #ffffff;
  padding: 45px 30px 65px 30px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  border-radius: 10px;
}
.about5 .swiper-slide .dec {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}
.about5 .top {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about5 .imgBox {
  position: relative;
  width: 94px;
  height: 94px;
  overflow: hidden;
  border-radius: 50%;
}
.about5 .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about5 .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.about5 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about5 .bot .dec p {
  margin-top: 20px;
}
.about5 .bot .dec p:first-child {
  margin-top: 0px;
}
.about5 .bot .sign {
  width: 19px;
  height: 18px;
  background: url(/pc/images/ab-img10.png) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}
.about5 .swiper-container {
  overflow: visible;
  margin-top: 50px;
}
.about5 .swiper-pagination {
  display: none;
}
.about6 .list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about6 .li {
  position: relative;
  overflow: hidden;
  margin-right: 1.5%;
  margin-top: 1.5%;
}
.about6 .li:last-child {
  margin-right: 0;
}
.about7 .swiper-container {
  padding: 20px 0 66px 0;
  margin-top: 30px;
}
.about7 .swiper-slide {
  padding: 0.55rem 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  border-radius: 10px;
}
.about7 .imgBox {
  position: relative;
  width: 165px;
  height: 165px;
  overflow: hidden;
  border-radius: 50%;
}
.about7 .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about7 .font {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  padding-right: 30px;
}
.about7 .font .tit {
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.about7 .font .dec {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-top: 5px;
}
.insrecruit {
  margin-top: 55px;
}
.insrecruit .tagBox {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  border-radius: 10px;
  padding: 22px 30px;
  font-family: MiSans-Demibold;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.insrecruit .rectueTop {
  padding: 22px 30px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.insrecruit .rectueTop span {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
.insrecruit .name {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.insrecruit .category,
.insrecruit .city,
.insrecruit .time {
  padding-right: 10px;
  width: 25%;
  text-align: left;
}
.insrecruit .oper {
  width: 14%;
}
.insrecruit .oper .icon-rjiantou1 {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.insrecruit .li {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0.14);
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insrecruit .li:hover .rectueTop span {
  color: #6eb92c;
}
.insrecruit .li.cur .rectueTop {
  background-color: #6eb92c;
}
.insrecruit .li.cur .rectueTop .name,
.insrecruit .li.cur .rectueTop .city,
.insrecruit .li.cur .rectueTop .time,
.insrecruit .li.cur .rectueTop .oper {
  color: #fff;
}
.insrecruit .li.cur .rectueTop .oper .icon-rjiantou1 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.insrecruit .rectueCont {
  padding: 35px 30px 1rem 30px;
  display: none;
}
.insrecruit .reli {
  position: relative;
  margin-top: 40px;
}
.insrecruit .reli:first-child {
  margin-top: 0px;
}
.insrecruit .reli .rtit {
  width: 12%;
  font-size: 18px;
  color: #222222;
}
.insrecruit .reli .rdec {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
.insrecruit .moreBox {
  margin-top: 45px;
  background-color: #008cd6;
}
.insrecruit .moreBox:hover {
  background-color: #6eb92c;
}
.nf13 .li:nth-child(6) {
    bottom: 34.5%;
    left: 9.5%;
}
.nf13 .li:nth-child(7) {
    bottom: 34.5%;
    left: 31%;
}
.nf13 .li:nth-child(8) {
    bottom: 34.5%;
    left: 52%;
}
.nf13 .li:nth-child(9) {
    bottom: 34.5%;
    left: 72%;
}
.nf13 .li:nth-child(10) {
    bottom: 0%;
    left: 9%;
}
.nf13 .li:nth-child(11) {
    bottom: 0%;
    left: 30%;
}
.nf13 .li:nth-child(12) {
    bottom: 0%;
    left: 51.5%;
}
.nf13 .li:nth-child(4){
    left: 61%;
}
.nf12 .fl1_list{
    padding-top: 30px;
}
.nf12 .tli:nth-child(2) {
    top: 8%;
    left: 34.5%;
}
.nf12 .tli:nth-child(3) {
    top: 28%;
    left: 38%;
}
.nf12 .tli:nth-child(4) {
    top: 17%;
    left: 41%;
}
.nf12 .tli:nth-child(5) {
    top: 29%;
    left: 47.5%;
}
.nf12 .tli:nth-child(6) {
    top: 35%;
    left: 50.5%;
}
.nf12 .tli:nth-child(7) {
    top: 45%;
    left: 55.5%;
}
.nf12 .tli:nth-child(8) {
    top: 52%;
    left: 60.5%;
}
.nf12 .tli:nth-child(9) {
    top: 58%;
    left: 67.5%;
}
.h13 .li:nth-child(6) {
    bottom: 0%;
    left: 51.5%;
}
.h13 .li:nth-child(7) {
    bottom: 0%;
    left: 72.5%;
}
.gw1{
    position: relative;
    background-color: #f8f9fc;
    margin-bottom: 90px;
}
.gw1 .swiper-slide{
    background: #fff;
}
.gw1 .imgBox img,
.gw1 .imgBox{
    width: 100% !important;
    border-radius: 0px;
}
.gw1 .font{
    padding: 25px 30px 30px 30px;
    margin-top: 30px;
    border-top: solid 1px #f0f0f0;
}
.gw1 .font .num{
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #f4f4f4;
    margin-bottom: -0.5rem;
}
.gw1 .font .tit{
    font-size: 22px;
    color: #333333;
    transition: all 0.6s;
}
.gw1 .font .dec{
    text-align: left;
    margin-top: 20px;
}
.gw1 .font .dec p{
    line-height: 1.875;
}
.gw1 .font .dec span,
.gw1 .swiper-slide:hover .font .tit{
    color: #008cd6;
}
.gw1 .swiper-pagination{
    display: none;
}
.gw1 .stit{
    margin: 0px auto !important;
}
.gw1 .gw1_ul{
    margin-top: 40px;
}
.gw1 .swiper-slide:hover .font .tit{
 color: #6eb92c;   
}
@media screen and (max-width: 1599px) {
  .headfixed .menu_pcul li .head_subnav {
    padding: 26px 8% 56px 8%;
  }
  .section1 .swpBox,
  .section5 .list,
  .section3 .swpBox,
  .fl1 .swiper-container,
  .fln4 .ul,
  .fl4 .viBox,
  .cainfo2 .swiper-container,
  .standard8 .swiper-container,
  .fln3 .ul,
  .standard4 .swiper-container,
  .standard5 .ul,
  .standard5 .swiper-container,
  .standard6 .ul,
  .standard7 .ul,
  .standard3 .swiper-container,
  .about5 .swiper-container,
  .insrecruit {
    margin-top: 40px;
  }
  .fln1 .stit {
    margin: 40px 0;
  }
  .fln3 .stit {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .fln7 .ul {
    margin-top: 10px;
  }
  .fln4 .stit {
    margin-bottom: 30px;
  }
  .fl3 .stit,
  .fln2 .stit {
    margin-bottom: 40px;
  }
  .section1 .hfont {
    width: 110%;
  }
  .section2 .right {
    padding-right: 0px;
    padding-left: 13%;
  }
  .section2 .left {
    padding-right: 2%;
  }
  .section5 .list .stit,
  .section2 .font .tit,
  .section1 .swiper-slide .tit,
  .section3 .font .tit,
  .inner_swiper .swiper_dec1,
  .fln7 .font .tit,
  .fln3 .li .font .tit,
  .fln1 .font .tit,
  .fln6 .li:hover .tit,
  .fln2 .li.active .tit,
  .standard2 .swiper-slide .tit,
  .standard3 .swiper-slide .tit,
  .standard6 .li .font .tit,
  .case3 .li .tit,
  .about1 .left .tag,
  .about7 .font .tit {
    font-size: 22px;
  }
  .section2 .font .dec,
  .section2 .tagBox .tag,
  .banner_swiper .tft .entit {
    font-size: 16px;
  }
  .section2 .tagBox .tag::before {
    width: 23px;
    height: 20px;
  }
  .banner_swiper .swiper_dec {
    font-size: 18px;
  }
  .banner_swiper .swiper_dec p::before {
    width: 16px;
    height: 16px;
  }
  .headfixed .menu_list {
    width: 74%;
  }
  .section3 .font {
    -webkit-transform: translateY(64%);
    transform: translateY(64%);
  }
  .section5 .cen .font {
    padding: 0.7rem 32px;
  }
  .section5 .left .stit {
    min-height: 70px;
  }
  .section5 .lli {
    padding: 0.35rem 0.54rem;
  }
  .fl3 .stit,
  .fln4 .stit,
  .fl4 .stit,
  .fln5 .stit,
  .fln3 .stit,
  .fln2 .stit,
  .fln1 .stit,
  .fln6 .stit {
    font-size: 24px;
  }
  .standard2 .swiper-slide .dec {
    font-size: 15px;
  }
  .cainfo1 .numBox .num::before {
    bottom: 10px;
  }
  .cainfo1 .tli {
    font-size: 16px;
  }
  .cainfo1 .numBox .ntit {
    margin-bottom: 4px;
  }
  .cainfo1 .cont img {
    margin: 25px 0px;
  }
  .cainfo1 .numBox {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .cainfo1 .line {
    margin: 20px auto 25px auto;
  }
  .new1 .li {
    padding: 0 10%;
  }
  .pagBox .pagLi {
    width: 28.5%;
  }
  .pagBox .pagLi .tit {
    margin-bottom: 15px;
  }
  .about7 .swiper-container,
  .about6 .list {
    margin-top: 15px;
  }
  .about1 .li .ndec {
    font-size: 18px;
  }
  .contact1 .left {
    padding: 0.6rem 0.5rem 0.2rem 0.5rem;
  }
  .contact1 .imgBox {
    margin-top: -0.64rem;
  }
  .nf12 .tli:nth-child(9) {
    top: 58%;
    left: 69.5%;
}
.nf12 .tli:nth-child(8) {
    top: 52%;
    left: 62.5%;
}
.nf12 .tli:nth-child(7) {
    top: 45%;
    left: 57.5%;
}
.nf12 .tli:nth-child(6) {
    top: 35%;
    left: 52.5%;
}
}
@media screen and (max-width: 1439px) {
  .standard2 .swiper-pagination {
    display: block;
  }
  .section3 .swpBox {
    padding-left: 5%;
  }
  .headfixed .menu_pcul li .head_subnav {
    padding: 20px 5% 46px 5%;
  }
  .headfixed .head_sublink {
    padding-left: 22%;
  }
  .headfixed .menu_pcul li > a {
    padding: 24px 0;
    font-size: 17px;
  }
  .language a {
    font-size: 16px;
  }
  .headfixed .logo img,
  .footer .ftlogo img {
    max-width: 120px;
  }
  .headfixed .menu_list {
    width: 78%;
  }
  .banner_swiper .tft .entit {
    font-size: 14px;
  }
  .section1 .swiper-slide .dec {
    font-size: 15px;
  }
  .section1 .swiper-slide .line {
    margin: 12px 0 10px 0;
  }
  .section2 .bg img {
    max-width: 560px;
  }
  .section1 .hfont .hft {
    padding: 30px 25px;
  }
  .section5 .list .stit,
  .section2 .font .tit,
  .section1 .swiper-slide .tit,
  .section3 .font .tit,
  .inner_swiper .swiper_dec1,
  .fln7 .font .tit,
  .cainfo2 .swiper-slide .li .tit,
  .fln3 .li .font .tit,
  .fln1 .font .tit,
  .standard2 .swiper-slide .tit,
  .standard3 .swiper-slide .tit,
  .standard6 .li .font .tit,
  .case3 .li .tit,
  .about1 .left .tag,
  .about7 .font .tit {
    font-size: 20px;
  }
  .section3 .font .stit {
    font-size: 16px;
  }
  .section3 .font .dec {
    font-size: 14px;
    min-height: 68px;
  }
  .section4 .left .limg {
    width: 100px;
    height: 100px;
  }
  .section4 .left .blimg {
    width: 120px;
    height: 120px;
  }
  .section5 .list .sdec {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .section5 .cen .font .sdec {
    margin-bottom: 25px;
  }
  .section5 .cen .font {
    padding: 0.6rem 32px;
  }
  .section2 .right {
    padding-left: 10%;
  }
  .ftlogo_share .bshare_icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
  }
  .ftlogo_share .bshare_icon.icon-twitter {
    font-size: 20px;
  }
  .footer .foot_top .left,
  .footer .foot_top .right {
    padding-top: 50px;
  }
  .footer .foot_mes {
    padding-bottom: 30px;
  }
  .footer .addrli {
    padding: 6px 0;
  }
  .footer .footer_menu {
    padding-top: 35px;
    padding-right: 1rem;
  }
  .section1 .swiper-container {
    padding: 1.16rem 0;
  }
  .section1 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  .inner_swiper .swiper_dec1 {
    margin-top: 10px;
  }
  .fl3 .num {
    font-size: 44px;
  }
  .fl3 .ntit {
    font-size: 18px;
  }
  .fln7 .iconBox {
    width: 60px;
    height: 60px;
  }
  .standard8 .swiper-container {
    width: 92%;
  }
  .standard8 .swiper-button-next {
    right: -30px;
  }
  .standard8 .swiper-button-prev {
    left: -30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
  .fln4 .li .iconBox {
    width: 40px;
    height: 40px;
  }
  .fln3 .li .iconBox {
    width: 66px;
    height: 66px;
  }
  .fln3 .li .iconBox img {
    max-width: 32px;
    max-height: 32px;
  }
  .fln3 .li .font {
    margin-left: 20px;
    padding-left: 20px;
  }
  .fln3 .swiper-slide .sft,
  .fln2 .li .tit,
  .inner_swiper .swiper_dec,
  .standard1 .tagBox .tag,
  .standard5 .li .font {
    font-size: 18px;
  }
  .fln4 .swiper-slide .font .tit,
  .fln5 .swiper-container .font .tit,
  .fln6 .li:hover .tit {
    font-size: 20px;
  }
  .standard1 .li .iconBox {
    width: 150px;
    height: 150px;
  }
  .standard1 .li .dec {
    font-size: 16px;
  }
  .standard1 .li:nth-child(5)::after,
  .standard1 .li:nth-child(6)::after {
    width: 90px;
    height: 235px;
  }
  .standard2 .swiper-container {
    padding: 40px 0 50px 0;
  }
  .standard2 {
    padding-bottom: 70px;
  }
  .standard6 .li .iconBox {
    width: 40px;
    height: 40px;
  }
  .cainfo1 .numBox .ntit,
  .cainfo1 .numBox .num {
    font-size: 22px;
  }
  .cainfo1 .cont .stit {
    font-size: 18px;
  }
  .cainfo1 .cont .sdec {
    font-size: 15px;
  }
  .cainfo1 .imgLi .itit {
    font-size: 16px;
  }
  .cainfo1 .numBox .num {
    height: 34px;
  }
  .cainfo1 .numBox .num::before {
    width: 30px;
    height: 15px;
  }
  .new1 .sli .fontBox .tit {
    font-size: 24px;
  }
  .new1 .li {
    padding: 0 5%;
  }
  .neinfo1 .line {
    margin: 30px auto;
  }
  .neinfo2 .swiper-container {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .neinfo2 .swiper-slide .tit {
    margin-bottom: 25px;
  }
  .neinfo1 .cont {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .neinfo1 .btit {
    font-size: 28px;
  }
  .about2 .font .tit {
    font-size: 24px;
  }
  .about2 .font .dec {
    font-size: 16px;
  }
  .about5 .font .tit,
  .insrecruit .tagBox {
    font-size: 20px;
  }
  .about5 .bot .dec p {
    margin-top: 10px;
  }
  .about3 .swiper-container {
    width: 100% !important;
  }
  .contact1 .map {
    height: 360px;
  }
  .contact1 .imgBox {
    margin-top: -0.74rem;
  }
  .contact1 {
    padding-top: 100px;
  }
  .nf12 .fl1_list {
    padding-top: 40px;
}
.nf12 .tli:nth-child(1) {
    top: 0%;
    left: 25.5%;
}
.nf12 .tli:nth-child(2) {
    top: 10%;
    left: 32.5%;
}
.nf12 .tli:nth-child(4) {
    top: 19%;
    left: 41%;
}
.gw1 .gw1_ul{
    margin-top: 25px;
}
.gw1 .font .dec{
    margin-top: 10px;
    font-size: 15px;
}
.gw1{
    margin-bottom: 70px;
}
}
@media screen and (max-width: 1359px) {
  .section1 .swiper-slide.swiper-slide-active .hfont {
    -webkit-transform: scale(0.64) translate(-28%, 26%);
    transform: scale(0.64) translate(-28%, 26%);
  }
  .section5 .rli {
    margin-top: 20px;
  }
  .in_tit .tit,
  .in_tit1 .tit,
  .inner_swiper .swiper_tit,
  .new1 .tit {
    font-size: 28px;
  }
  .section5 .list .sdec,
  .footer .addrli,
  .footer .footer_subnav a,
  .footer .foot_copy,
  .footer .foot_copy a,
  .footer .foot_rtlink,
  .footer .foot_rtlink a,
  .footer .map {
    font-size: 14px;
  }
  .footer .footer_subtit a {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .footer .right .rtit {
    font-size: 16px;
  }
  .section1 .swiper-slide .font {
    padding: 15px 25px;
  }
  .section2 .bg img {
    max-width: 500px;
  }
  .fln4 .li .font,
  .in_tit .dec,
  .in_tit1 .dec,
  .inner_swiper .swiper_dec3 {
    font-size: 16px;
  }
  .fln7 .iconBox {
    width: 46px;
    height: 46px;
  }
  .cainfo2 .swiper-slide .li .tit {
    font-size: 18px;
  }
  .case3 .li .time {
    font-size: 14px;
  }
  .case3 .li .font {
    padding: 20px;
  }
  .standard8 .swiper-slide {
    padding: 25px;
  }
  .standard8 .swiper-slide .imgBox {
    margin-bottom: 20px;
  }
  .standard8 .swiper-container {
    padding-bottom: 50px;
  }
  .fl4 .v_play {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .fl4 .v_play em {
    font-size: 24px;
  }
  .inner_swiper .swiper_dec1 {
    margin-bottom: 5px;
  }
  .fl4 .viBox {
    padding: 0 10%;
  }
  .fln2 .li {
    padding: 10px 0;
  }
  .fln4 .swiper-slide .font .tit,
  .fln5 .swiper-container .font .tit,
  .fln6 .li:hover .tit {
    font-size: 18px;
  }
  .fln2 .left .lct {
    padding: 0 30px;
  }
  .standard2 {
    padding-bottom: 60px;
  }
  .case2 .li .tit {
    font-size: 24px;
  }
  .case2 .swiper-container {
    padding-bottom: 50px;
  }
  .neinfo2 .swiper-slide .tagBox,
  .pagBox .tagBox {
    font-size: 14px;
  }
  .pagBox .pagLi {
    width: 34.5%;
  }
  .neinfo1 {
    padding-top: 140px;
  }
  .about1 .li {
    padding: 20px;
  }
  .about1 .li .iconBox {
    width: 30px;
    height: 30px;
  }
  .about4 .tpswp {
    min-height: 345px;
  }
  .about4 .top {
    padding-bottom: 30px;
  }
  .about4 .Btn {
    top: -90px;
  }
  .about5 .top {
    margin-bottom: 20px;
  }
  .about5 .bot .sign {
    margin-bottom: 10px;
  }
  .insrecruit .reli {
    margin-top: 20px;
  }
  .about5 .font .tit,
  .insrecruit .tagBox {
    font-size: 18px;
  }
  .fl2 .tli{
    font-size: 14px;
  }
  .gw1{
    margin-bottom: 50px;
}
.gw1 .font .dec{
    font-size: 14px !important;
}
}
@media screen and (max-width: 1279px) {
  .section2 .right {
    padding-left: 4%;
  }
  .in_tit .tit strong {
    font-size: 30px;
  }
  .section1 .swpBox,
  .section5 .list,
  .section3 .swpBox,
  .fl1 .swiper-container,
  .fln4 .ul,
  .fl4 .viBox,
  .cainfo2 .swiper-container,
  .standard8 .swiper-container,
  .fln3 .ul,
  .standard4 .swiper-container,
  .standard5 .ul,
  .standard5 .swiper-container,
  .standard6 .ul,
  .standard7 .ul,
  .standard3 .swiper-container,
  .about5 .swiper-container,
  .insrecruit {
    margin-top: 25px;
  }
  .fln1 .stit {
    margin: 25px 0;
  }
  .fl3 .stit {
    margin-bottom: 25px;
  }
  .section1 .swiper-container {
    padding: 1.5rem 0;
  }
  .section1 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.83);
    transform: scale(1.83);
  }
  .section1 .swiper-slide.swiper-slide-active .hfont {
    -webkit-transform: scale(0.54) translate(-42%, 43%);
    transform: scale(0.54) translate(-42%, 43%);
  }
  .section2 .li:nth-child(2) {
    margin-top: 50px;
  }
  .in_tit .dec,
  .in_tit1 .dec {
    font-size: 16px;
  }
  .section5 .cen .font .sdec {
    margin-top: 18px;
  }
  .fl1 .swiper-slide .tit {
    font-size: 16px;
  }
  .fl2 .line5 {
    left: 63.4%;
  }
  .fl2 .line6 {
    left: 70.7%;
  }
  .fl2 .line7 {
    left: 79%;
  }
  .fl2 .tli:nth-child(5) {
    top: 34%;
    left: 59%;
  }
  .fl2 .tli:nth-child(6) {
    top: 45%;
    left: 67.5%;
  }
  .fl2 .tli:nth-child(7) {
    top: 55%;
    left: 77.5%;
  }
  .fl3 .ntit {
    font-size: 17px;
  }
  .fln7 .font .dec {
    margin-top: 5px;
  }
  .fln2 .li.active .tit {
    font-size: 20px;
  }
  .inner_swiper .swiper_dec1,
  .fln3 .li .font .tit,
  .fln1 .font .tit,
  .inner_swiper .swiper_dec {
    font-size: 18px;
  }
  .fln1 .imgBox {
    width: 140px;
  }
  .fln4 .swiper-slide .iconBox {
    width: 170px;
    height: 170px;
  }
  .standard3 .swiper-slide .line {
    margin: 15px auto;
  }
  .standard3 .swiper-slide .font {
    padding: 0.5rem 20px;
  }
  .standard1 .li .iconBox {
    width: 120px;
    height: 120px;
  }
  .standard1 .li .dec {
    font-size: 14px;
  }
  .standard1 .li::before,
  .standard1 .li:nth-child(5)::after,
  .standard1 .li:nth-child(6)::after {
    top: 60px;
  }
  .standard1 .li .iconBox .sicon .img {
    max-width: 40px;
    max-height: 40px;
  }
  .standard1 .li:nth-child(5)::after,
  .standard1 .li:nth-child(6)::after {
    width: 80px;
    height: 203px;
  }
  .standard1 .li .num {
    top: 10%;
    right: 30%;
  }
  .standard1 .li:hover .num {
    top: 2%;
    right: 22%;
  }
  .standard2 .swiper-slide .icon-rjiantou1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .standard3 .swiper-slide .entit,
  .standard6 .li .font .entit {
    font-size: 14px;
  }
  .case1 .formBtn .sub {
    font-size: 16px;
  }
  .cainfo1 .cont {
    padding-right: 0px;
  }
  .cainfo1 .btit {
    font-size: 26px;
  }
  .neinfo1 .list {
    padding: 45px 50px;
  }
  .neinfo2 .swiper-slide .font {
    width: 90%;
  }
  .about5 .bot .dec p {
    display: inline;
  }
  .insrecruit .rectueTop,
  .insrecruit .tagBox {
    padding: 16px 24px;
  }
  .nf12 .tli:nth-child(5) {
    top: 29%;
    left: 47.5%;
}
.nf12 .tli:nth-child(6) {
    top: 35%;
    left: 52.5%;
}
.nf12 .tli:nth-child(7) {
    top: 45%;
    left: 57.5%;
}
.nf12 .tli:nth-child(8) {
    top: 52%;
    left: 64.5%;
}
.nf12 .tli:nth-child(9) {
    top: 58%;
    left: 72%;
}
.nf12 .tli:nth-child(3) {
    top: 30%;
    left: 36.5%;
}
}
@media screen and (max-width: 1151px) {
  .headfixed .btn_list {
    width: 100%;
  }
  .section1 .hfont {
    width: 130%;
  }
  .headfixed .menu_pcul {
    display: none;
  }
  .btn_phone {
    display: block;
  }
  .headfixed {
    -webkit-box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff;
  }
  .btn_search,
  .language a.active {
    color: #333333;
  }
  .language {
    color: #dadada;
  }
  .language a {
    color: #666666;
  }
  .btn_search {
    margin-right: 1rem;
  }
  .headfixed .headfixed_show {
    padding: 10px 5%;
  }
  .banner {
    margin-top: 68px;
  }
  .banner_swiper .tft .entit {
    font-size: 12px;
  }
  .banner_swiper .swiper_dec {
    font-size: 16px;
  }
  .banner_swiper .swiper_dec p::before {
    width: 14px;
    height: 14px;
  }
  .section5 .list .stit,
  .section2 .font .tit,
  .section1 .swiper-slide .tit,
  .section3 .font .tit,
  .fln7 .font .tit,
  .fln3 .li .font .tit,
  .fln1 .font .tit,
  .standard2 .swiper-slide .tit,
  .standard3 .swiper-slide .tit,
  .case3 .li .tit,
  .about1 .left .tag {
    font-size: 18px;
  }
  .section2 .iconBox {
    width: 32px;
    height: 32px;
  }
  .section2 .font .tit {
    margin-top: 10px;
  }
  .section2 .font .dec,
  .section2 .tagBox .tag,
  .section4 .right .rdec {
    font-size: 15px;
  }
  .section2 .tagBox .tag::before {
    width: 20px;
    height: 17px;
  }
  .section2 .tagBox .tag:hover,
  .section2 .tagBox .tag {
    padding-left: 28px;
  }
  .section2 .tagBox .tag {
    margin-right: 0.5rem;
  }
  .section4 .left .limg {
    width: 80px;
    height: 80px;
  }
  .section4 .left .blimg {
    width: 100px;
    height: 100px;
  }
  .section5 .right {
    width: 100%;
    margin-top: 2.5%;
  }
  .section5 .left {
    width: 51.5%;
  }
  .section5 .cen {
    width: 46%;
    margin-right: 0px;
  }
  .section5 .left .stit {
    min-height: auto;
  }
  .section5 .rli {
    padding: 0 0.5rem;
  }
  .section5 .cen .font .sdec {
    margin-top: 2px;
  }
  .section5 .lli {
    padding: 0.75rem 0.54rem;
  }
  .section2 .right {
    padding-left: 2%;
  }
  .section2 .bg img {
    max-width: 420px;
  }
  .banner_swiper .tft .tit {
    font-size: 28px;
  }
  .section5 .list .rtime strong {
    font-size: 20px;
  }
  .inner_swiper .swiper_dec1,
  .inner_swiper .swiper_dec {
    font-size: 17px;
  }
  .fln4 .li {
    width: 33.333%;
    margin-top: 20px;
  }
  .fln4 .ul {
    padding: 25px;
    padding-top: 0px;
  }
  .fl4 .viBox {
    height: 420px;
  }
  .fln7 .font .dec {
    font-size: 15px;
  }
  .fl2 .line1 {
    top: 7.5%;
    left: 25.1%;
  }
  .fl2 .line2 {
    top: 14.5%;
    left: 37.5%;
  }
  .fl2 .line3 {
    top: 22.5%;
    left: 44.5%;
  }
  .fl2 .line4 {
    top: 33.5%;
    left: 54.4%;
  }
  .fl2 .line5 {
    left: 65.4%;
  }
  .fl2 .line6 {
    left: 73.7%;
  }
  .fl2 .line7 {
    left: 82%;
  }
  .fl2 .tli:nth-child(1) {
    top: -2%;
    left: 19.5%;
  }
  .fl2 .tli:nth-child(2) {
    top: 6%;
    left: 31.5%;
  }
  .fl2 .tli:nth-child(3) {
    top: 14%;
    left: 41%;
  }
  .fl2 .tli:nth-child(4) {
    top: 24%;
    left: 47%;
  }
  .fl2 .tli:nth-child(5) {
    top: 34%;
    left: 58%;
  }
  .fl2 .tli:nth-child(6) {
    top: 45%;
    left: 70.5%;
  }
  .fl2 .tli:nth-child(7) {
    top: 55%;
    left: 79.5%;
  }
  .fl4.active .viBox {
    height: 420px;
  }
  .fln5 .swiper-container .font .dec,
  .fln6 .li .dec,
  .fln4 .swiper-slide .font .dec,
  .fln6 .li .dec,
  .fln3 .li .font .dec,
  .fln2 .li .dec,
  .fln1 .font .dec,
  .standard3 .swiper-slide .dec {
    font-size: 15px;
  }
  .fln3 .li .iconBox {
    width: 56px;
    height: 56px;
  }
  .fln2 .left .lct {
    height: 235px;
  }
  .standard3 .swiper-slide .entit,
  .standard6 .li .font .entit {
    font-size: 12px;
  }
  .standard3 .swiper-slide .dec {
    height: 70px;
  }
  .standard3 .swiper-slide .num {
    bottom: -10px;
  }
  .standard4 .font,
  .standard1 .tagBox .tag,
  .standard5 .li .font,
  .standard7 .li .stit {
    font-size: 16px;
  }
  .standard2 .swiper-slide .num {
    font-size: 24px;
  }
  .standard1 .li .num {
    font-size: 20px;
  }
  .standard7 .li {
    height: 310px;
  }
  .case2 .li .time {
    font-size: 14px;
  }
  .case2 .li .dec {
    font-size: 15px;
  }
  .case2 .li .line {
    margin: 10px auto;
  }
  .moreBox1 {
    font-size: 15px;
    width: 140px;
    line-height: 44px;
  }
  .moreBox1 em {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .case3 .linkBox .link {
    font-size: 18px;
  }
  .case1 .formBtn {
    height: 50px;
  }
  .case1 .formBtn .sub {
    width: 110px;
  }
  .case1 .formBtn {
    width: 52%;
  }
  .cainfo1 {
    padding-top: 120px;
  }
  .cainfo1 .list {
    padding: 45px 1rem 50px 1rem;
  }
  .new1 .sli .fontBox .dec {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .new1 .sli .time strong {
    font-size: 24px;
  }
  .neinfo1 {
    padding-top: 120px;
  }
  .neinfo1 .tagBox {
    font-size: 16px;
    margin: 15px 0;
  }
  .neinfo1 .line {
    margin: 20px auto;
  }
  .neinfo2 .swiper-slide .font {
    padding: 20px;
  }
  .pagBox .pagLi {
    width: 48%;
  }
  .about2 .font .dec {
    min-height: 140px;
  }
  .about2 .li .line {
    margin-top: 20px;
  }
  .about2 .li .iconBox {
    width: 40px;
    height: 40px;
  }
  .about4 .tpswp .dec {
    font-size: 16px;
  }
  .about4 .tpswp {
    min-height: 245px;
    padding: 20px 0 40px 0;
  }
  .about4 .btswp .num {
    padding-top: 15px;
  }
  .about4 .btswp .swiper-slide.swiper-slide-active .num {
    font-size: 22px;
  }
  .about4 .Btn {
    width: 110px;
  }
  .about4 .tpswp .dec {
    padding-left: 0.5rem;
  }
  .about5 .imgBox {
    width: 74px;
    height: 74px;
  }
  .insrecruit .moreBox {
    margin-top: 25px;
  }
  .about1 .li .num {
    font-size: 34px;
  }
  .about1 .li .ndec {
    font-size: 16px;
  }
  .about2 .li .iconBox {
    width: 32px;
    height: 32px;
  }
  .about3 .swiper-container {
    padding-bottom: 30px !important;
  }
  .about4 .tpswp .dec {
    min-width: 410px;
  }
  .about5 .swiper-slide {
    padding: 30px 25px 40px 25px;
  }
  .about7 .font {
    padding-right: 0px;
  }
  .about7 .imgBox {
    width: 125px;
    height: 125px;
  }
  .about7 .swiper-container {
    padding: 15px 0 46px 0;
  }
  .insrecruit .reli .rtit {
    width: 20%;
  }
  .contact1 .left .tit {
    font-size: 24px;
  }
  .contact1 .left .ctit {
    font-size: 18px;
  }
  .contact1 .maptag img {
    max-width: 200px;
  }
  .contact2 .liBox .li {
    margin-top: 25px;
  }
  .nf12 .tli:nth-child(5) {
    top: 29%;
    left: 47.5%;
}
.nf12 .tli:nth-child(6) {
    top: 35%;
    left: 52.5%;
}
.nf12 .tli:nth-child(7) {
    top: 45%;
    left: 57.5%;
}
.nf12 .tli:nth-child(8) {
    top: 52%;
    left: 64.5%;
}
.nf12 .tli:nth-child(9) {
    top: 58%;
    left: 72%;
}
.nf12 .tli:nth-child(3) {
    top: 30%;
    left: 35.5%;
}
.nf12 .tli:nth-child(1) {
    top: 0%;
    left: 25.5%;
}
.nf12 .tli:nth-child(2) {
    top: 10%;
    left: 29.5%;
}
.nf12 .tli:nth-child(4) {
    top: 19%;
    left: 39%;
}
.fl3 .num {
    font-size: 38px;
}
.gw1 .font{
    padding: 15px 20px 20px 20px;
    margin-top: 25px;
}
.gw1 .font .num{
    font-size: 36px;
}
}
@media screen and (max-width: 1000px) {
  .section2 .list,
  .section4 .list,
  .fln1 .ul,
  .fln5 .swiper-container .swiper-slide,
  .case1,
  .pagBox,
  .about1 .top,
  .contact1 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section2 .left,
  .section2 .right,
  .section4 .left,
  .section4 .right,
  .footer .foot_top .right,
  .footer .foot_copy,
  .footer .foot_rtlink,
  .fln5 .swiper-container .imgBox,
  .fln5 .swiper-container .font,
  .fln6 .list,
  .case1 .formBtn,
  .case1 .hotBox,
  .pagBox .pagLi,
  .about1 .left,
  .about1 .right,
  .about2 .li,
  .contact1 .left,
  .contact1 .right {
    width: 100%;
  }
  .section4 .moreBox,
  .footer .footer_menu,
  .footer .right .entit,
  .footer .right .rtit,
  .fl2 .imgBox .img,
  .fl2 .lineBox,
  .fl2 .tul,
  .fl3 .list,
  .fln2 .list,
  .fln6 .ul,
  .fln6 .lineBox,
  .fln6 .list .imgBox .img,
  .standard1 .ul,
  .about2 .li .line,
  .insrecruit .city {
    display: none;
  }
  .fl1 .swiper-pagination,
  .fl2 .imgBox .simg,
  .fl3 .swiper-container,
  .cainfo2 .swiper-pagination,
  .fln2 .swiper-container,
  .fln3 .swiper-pagination,
  .fln6 .list .imgBox .simg,
  .standard1 .moBox,
  .standard3 .swiper-pagination,
  .standard4 .swiper-pagination,
  .about5 .swiper-pagination {
    display: block;
  }
  .fl1 .swiper-container,
  .cainfo2 .swiper-container,
  .fln3 .swiper-container,
  .standard4 .swiper-container,
  .about5 .swiper-container {
    padding-bottom: 40px;
  }
  .fln5 .swiper-container .font {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .swiper-pagination-bullet {
    height: 8px;
  }
  .swiper-pagination-bullet-active {
    height: 12px;
  }
  .section2 .left,
  .about1 .left {
    padding-right: 0px;
  }
  .section4 .right,
  .case1 .hotBox,
  .about1 .right {
    padding-left: 0px;
  }
  .pagBox .pag_next {
    text-align: left;
    margin-top: 20px;
  }
  .about1 .right {
    margin-top: 15px;
  }
  .pagBox .pagLi .tit {
    margin-bottom: 5px;
  }
  .footer .ftlogo_share {
    margin-right: 0px;
  }
  .headfixed .headfixed_show {
    padding: 10px 5%;
  }
  .headfixed .logo img,
  .footer .ftlogo img {
    max-width: 100px;
  }
  .banner {
    margin-top: 60px;
  }
  .banner_swiper .swiper_tit .yft {
    font-size: 12px;
  }
  .banner_swiper .swiper_dec {
    font-size: 14px;
  }
  .banner_swiper .swiper_dec p {
    padding-left: 20px;
    margin-right: 15px;
  }
  .banner_swiper .swiper_dec {
    padding: 6px 20px;
  }
  .banner_swiper .tft .tit,
  .in_tit .tit,
  .in_tit1 .tit,
  .inner_swiper .swiper_tit,
  .new1 .tit {
    font-size: 26px;
  }
  .banner_swiper .tright .bft {
    font-size: 28px;
  }
  .footer .foot_rtlink {
    margin-top: 5px;
  }
  .banner_swiper .lineBox {
    margin: 0 20px;
  }
  .banner_swiper .lineBox .line {
    height: 66px;
  }
  .section1 .swiper-slide.swiper-slide-active .hfont {
    display: none;
  }
  .section1 .swiper-slide.swiper-slide-active .font,
  .section1 .swiper-slide.swiper-slide-active a::before {
    opacity: 1;
  }
  .section1 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .section1 .swiper-container {
    padding: 0px;
  }
  .section2 .right {
    padding-left: 0px;
  }
  .section2 .tagBox .tag,
  .footer .map {
    margin-top: 15px;
  }
  .section2 .left {
    padding-top: 0px;
  }
  .section2 .tagBox {
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .section2 .rli {
    padding: 30px;
  }
  .section2 {
    padding-bottom: 4rem;
  }
  .section3::before {
    width: 14rem;
    height: 6rem;
  }
  .section3 .font .stit {
    margin-bottom: 10px;
  }
  .section4 .right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section4 .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section5 .cen .font {
    padding: 0.7rem 25px 1.2rem 25px;
  }
  .section5 .cen .font .sdec {
    margin-top: 10px;
  }
  .section5 .rli {
    padding: 0 25px;
  }
  .section5 .right {
    padding: 0.8rem 0;
  }
  .section5 .lli {
    padding: 30px 25px;
  }
  .footer .foot_top .right {
    border-left-width: 0px;
    padding-left: 0px;
  }
  .ftlogo_share .bshare_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .ftlogo_share .bshare_icon.icon-twitter {
    font-size: 18px;
  }
  .footer .foot_top .right {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .footer .foot_mes {
    padding-bottom: 20px;
  }
  .footer .foot_top .left {
    padding-top: 35px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
  .footer .addrli {
    padding: 3px 0;
  }
  #search_form {
    right: 5%;
  }
  .footer {
    padding: 0px 5%;
  }
  .fln4 .li {
    width: 50%;
  }
  .fln4 .li .iconBox {
    width: 32px;
    height: 32px;
  }
  .fl3 .num {
    font-size: 30px;
  }
  .fl3 .ntit {
    font-size: 16px;
  }
  .fln7 .font .dec {
    font-size: 14px;
  }
  .fln7 .iconBox {
    width: 36px;
    height: 36px;
  }
  .cainfo2 .swiper-slide .li .tit {
    font-size: 17px;
  }
  .fln1 .li {
    width: 48%;
    margin-top: 4%;
  }
  .fln1 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .fln1 .stit {
    margin-bottom: 0px;
  }
  .fln2 .stit {
    margin-bottom: 20px;
  }
  .fln2 .font .dec p {
    display: inline;
  }
  .fln3 .li {
    width: 48.7%;
    margin-top: 2.6%;
  }
  .fln3 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .fl3 .stit,
  .fln4 .stit,
  .fl4 .stit,
  .fln5 .stit,
  .fln3 .stit,
  .fln2 .stit,
  .fln1 .stit,
  .fln6 .stit {
    font-size: 22px;
  }
  .fln3 .swiper-slide .sft {
    font-size: 16px;
  }
  .fln3 .stit,
  .fln4 .stit {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .fln4 .swiper-slide .iconBox {
    width: 140px;
    height: 140px;
  }
  .fln5 .swiper-container .font {
    padding: 20px;
  }
  .fln6 .stit {
    margin-bottom: 30px;
  }
  .fln6 {
    padding-bottom: 40px;
  }
  .standard1 .li .iconBox {
    width: 90px;
    height: 90px;
  }
  .standard1 .li .iconBox .sicon {
    width: 100%;
    height: 100%;
  }
  .standard1 .li .num,
  .standard1 .li:hover .num {
    top: 0%;
    right: 20%;
  }
  .standard1 .swiper-container,
  .standard3 .swiper-container {
    padding-bottom: 40px;
  }
  .standard1 .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .standard1 .li {
    width: 25%;
  }
  .standard2 .swiper-container {
    padding: 25px 0 50px 0;
  }
  .standard3 .swiper-slide:nth-child(odd) .imgBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .standard3 .swiper-slide:nth-child(odd) .font {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .standard3 .swiper-slide .dec {
    height: auto;
  }
  .standard3 .swiper-slide .num {
    font-size: 30px;
  }
  .standard6 .li {
    width: 49%;
    margin-top: 2%;
  }
  .standard6 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .standard6 .ul {
    margin-top: 5px;
  }
  .standard6 .ftli,
  .neinfo1 .cont {
    font-size: 15px;
  }
  .standard7 .li {
    height: 260px;
  }
  .case1 .hotBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .case1 .formBtn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .case1 {
    margin-top: -20px;
  }
  .case2 .li .imgBox,
  .case2 .li .font {
    width: 50%;
  }
  .case2 .li .tit {
    font-size: 22px;
  }
  .case2 .li .imgBox {
    height: 260px;
  }
  .case2 .li .imgBox img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .case3 .li {
    width: 49%;
  }
  .case3 .li:nth-child(3n) {
    margin-right: 2%;
  }
  .case3 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .cainfo1 .btit {
    font-size: 24px;
  }
  .cainfo1 .numBox .ntit {
    font-size: 20px;
  }
  .new1 .sli .fontBox .tit {
    font-size: 22px;
  }
  .new1 .sli .time {
    font-size: 14px;
  }
  .new1 .sli .imgBox {
    width: 40%;
  }
  .new1 .sli .fontBox,
  .new1 .sli .fontBox .font {
    padding-left: 20px;
  }
  .new1 .sli .fontBox .tit {
    padding-right: 0px;
  }
  .new1 .sli .fontBox .dec {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .neinfo1 .btit {
    font-size: 26px;
  }
  .about1 .li {
    width: 49%;
    margin-top: 4%;
  }
  .about1 .li:nth-child(2n) {
    margin-right: 0px;
  }
  .about1 .ul {
    margin-top: 10px;
  }
  .about2 .font .tit {
    font-size: 22px;
  }
  .about2 .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-width: 0px !important;
    padding: 0px;
    margin-top: 30px;
  }
  .about2 .li:first-child {
    margin-top: 0px;
  }
  .about2 .li .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .about2 .li .iconBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about2 .font .dec {
    min-height: auto;
    margin-bottom: 0px;
  }
  .about2 .font .tit {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .about2 {
    padding: 50px 0;
  }
  .about4 .tpswp .dec {
    min-width: 320px;
  }
  .about4 .tpswp {
    min-height: 185px;
  }
  .about5 .swiper-slide .dec,
  .about7 .font .dec {
    font-size: 15px;
  }
  .about5 .bot .sign {
    width: 15px;
    height: 14px;
  }
  .about7 .imgBox {
    width: 100px;
    height: 100px;
  }
  .about5 .swiper-container {
    overflow: hidden;
  }
  .about5 .swiper-slide {
    -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0);
    box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0);
    border: 1px solid rgba(176, 176, 176, 0.2);
  }
  .insrecruit .tagBox,
  .insrecruit .reli .rtit {
    font-size: 16px;
  }
  .insrecruit .oper {
    width: 20%;
  }
  .insrecruit .reli .rdec {
    font-size: 15px;
  }
  .contact2 .liBox .li input {
    height: 56px;
  }
  .contact1 .right {
    position: relative;
    z-index: 1;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-top: -17px;
  }
  .contact1 .left {
    padding: 40px 30px 50px 30px;
  }
  .contact1 .left .entit {
    font-size: 24px;
  }
  .contact1 .left .line {
    margin: 25px auto;
  }
  .contact1 .left .addli {
    font-size: 15px;
    padding: 5px 0;
  }
  .contact1 .left .ctit {
    margin-bottom: 15px;
  }
  .contact1 {
    padding-top: 60px;
  }
  .gw1 .swiper-pagination{
    display: block;
  }
  .gw1 .gw1_ul{
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .banner_swiper .swiper_tit,
  .case2 .li,
  .new1 .sli,
  .about4 .tpswp .swiper-slide,
  .about7 .swiper-slide,
  .insrecruit .reli,
  .contact2 .liBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner_swiper .tleft,
  .section2 .li,
  .section4 .left .limg,
  .section5 .left,
  .section5 .right,
  .section5 .cen,
  .fln4 .li,
  .fln7 .li,
  .fln1 .li,
  .fln3 .li,
  .standard6 .li,
  .case2 .li .imgBox,
  .case2 .li .font,
  .case3 .li,
  .new1 .sli .imgBox,
  .new1 .sli .fontBox,
  .new1 .sli .time,
  .new1 .sli .fontBox .font,
  .about4 .tpswp .swiper-slide .bnum,
  .about4 .tpswp .dec,
  .insrecruit .reli .rtit {
    width: 100%;
  }
  .banner .pub-pbanner,
  .banner_swiper .lineBox,
  .section4 .left .bg,
  .section5 .right,
  .fl4 .pc_play,
  .new1 .sli .time,
  .about3 .mouse,
  .about4 .Btn,
  .insrecruit .time {
    display: none;
  }
  .banner .pub-mbanner,
  .section1 .swiper-pagination,
  .section3 .swiper-pagination,
  .section4 .swiper-pagination,
  .fl4 .moBox,
  .fln4 .swiper-pagination,
  .standard5 .swiper-container .swiper-pagination,
  .about3 .swiper-pagination {
    display: block;
  }
  .section2 .li,
  .fln7 .li,
  .fln1 .li,
  .fln3 .li,
  .standard6 .li,
  .case3 .li,
  .case3 .li:nth-child(3n),
  .contact2 .liBox .li {
    margin-right: 0px;
  }
  .banner_swiper .swiper_tit .year {
    font-size: 40px;
  }
  .fln4 .li,
  .fln7 .li,
  .standard6 .li,
  .case3 .li,
  .contact2 .liBox .li,
  .contact2 .liBox:nth-child(1) .li {
    margin-top: 15px;
  }
  .banner_swiper .swiper_tit .yft {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin-bottom: 2px;
  }
  .banner_swiper .tleft {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  .banner_swiper .tft .tit {
    font-size: 24px;
  }
  .banner_swiper .tright .bft {
    font-size: 26px;
    margin-top: 5px;
  }
  .banner_swiper .swiper_dec {
    padding: 6px 10px;
  }
  .banner_swiper .swiper_dec p::before {
    width: 12px;
    height: 12px;
  }
  .banner_swiper .swiper_dec p {
    padding-left: 16px;
    margin-right: 10px;
  }
  .banner_swiper .swiper_font {
    margin-top: 0px;
  }
  .language span {
    margin: 0 10px;
  }
  .language {
    margin-right: 0.3rem;
  }
  .btn_search {
    font-size: 18px;
    margin-right: 0.5rem;
  }
  #search_form {
    width: 90%;
  }
  .section1 {
    width: 90%;
    margin: 0 auto;
  }
  .in_tit .tit,
  .in_tit1 .tit,
  .inner_swiper .swiper_tit,
  .new1 .tit {
    font-size: 24px;
  }
  .section1 .swpBox,
  .section5 .list,
  .section3 .swpBox,
  .fl1 .swiper-container,
  .fln4 .ul,
  .fl4 .viBox,
  .cainfo2 .swiper-container,
  .standard8 .swiper-container,
  .fl3 .swiper-container,
  .fln3 .ul,
  .standard4 .swiper-container,
  .standard5 .ul,
  .standard5 .swiper-container,
  .standard6 .ul,
  .standard7 .ul,
  .standard3 .swiper-container,
  .about5 .swiper-container,
  .insrecruit {
    margin-top: 15px;
  }
  .fln1 .stit {
    margin: 20px 0;
  }
  .fl3 .stit {
    margin-bottom: 20px;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .section1 .swiper-container,
  .section3 .swiper-container,
  .section4 .left .swiper-container {
    padding-bottom: 30px;
  }
  .in_tit .tit strong {
    font-size: 25px;
  }
  .section2 .tagBox .tag::before {
    width: 17px;
    height: 14px;
  }
  .section2 .tagBox .tag:hover,
  .section2 .tagBox .tag {
    padding-left: 22px;
  }
  .section2 .rli {
    padding: 20px;
    margin-top: 20px;
  }
  .section2 .li:nth-child(2) {
    margin-top: 20px;
  }
  .section2 .bg img {
    max-width: 100%;
  }
  .section2 .bg {
    left: 0%;
  }
  .section2 {
    padding-bottom: 3rem;
  }
  .section3 .swpBox {
    width: 100%;
    padding-right: 5%;
  }
  .section3 .swiper-container {
    width: 100%;
  }
  .section4 .right .rdec {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .in_tit .dec,
  .in_tit1 .dec {
    font-size: 15px;
  }
  .section4 .left .swiper-container {
    position: relative;
    left: auto;
    top: auto;
    overflow: hidden;
  }
  .section4 .left .swiper-slide {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
  }
  .section4 .left .limg {
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
  }
  .section4 .left .blimg {
    height: 80px;
  }
  .section5 .cen {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0px;
  }
  .section5 .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section5 .lli:first-child,
  .section5 .lli {
    margin-top: 15px;
  }
  .headfixed .logo img,
  .footer .ftlogo img {
    max-width: 90px;
  }
  .banner {
    margin-top: 56px;
  }
  .ftlogo_share .bshare_icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin-right: 10px;
  }
  .ftlogo_share .bshare_icon.icon-twitter {
    font-size: 14px;
  }
  .footer .map {
    width: 130px;
    line-height: 40px;
  }
  .footer .addrli,
  .footer .footer_subnav a,
  .footer .foot_copy,
  .footer .foot_copy a,
  .footer .foot_rtlink,
  .footer .foot_rtlink a,
  .footer .map {
    font-size: 13px;
  }
  .section5 .cen .font,
  .section5 .lli {
    padding: 25px 20px;
  }
  .section5 .cen .font .sdec,
  .section5 .list .sdec {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  #search_form .search {
    font-size: 14px;
    padding: 0 5px 0 15px;
  }
  .footer .foot_rtlink a {
    padding: 0 6px;
  }
  .section3::before {
    width: 100%;
    height: 5.5rem;
  }
  .inner_swiper .swiper_dec1,
  .inner_swiper .swiper_dec {
    font-size: 16px;
  }
  .inner_swiper .swiper_dec {
    font-size: 14px;
  }
  .inner_swiper .swiper_tit,
  .inner_swiper .swiper_dec,
  .inner_swiper .swiper_dec,
  .inner_swiper .swiper_dec1,
  .inner_swiper .ny_bread {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .banner_swiper .swiper_dec p::before,
  .inner_swiper .swiper_dec .tag::before {
    width: 12px;
    height: 12px;
  }
  .fl1 .swiper-container,
  .cainfo2 .swiper-container,
  .standard5 .swiper-container {
    padding-bottom: 30px;
  }
  .fln7 .font .tit,
  .fln3 .li .font .tit,
  .fln1 .font .tit,
  .about1 .left .tag {
    font-size: 17px;
  }
  .fln4 .li .font,
  .fl3 .ntit {
    font-size: 15px;
  }
  .fln4 .stit {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .fl3 .stit,
  .fln4 .stit,
  .fl4 .stit,
  .fln5 .stit,
  .fln3 .stit,
  .fln2 .stit,
  .fln1 .stit,
  .fln6 .stit {
    font-size: 20px;
  }
  .fln2 .stit {
    margin-bottom: 15px;
  }
  .fl3 .swiper-container {
    padding-bottom: 15px;
  }
  .fl4 .viBox {
    padding: 0;
  }
  .fl4 .v_play {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .fl4 .v_play em {
    font-size: 18px;
  }
  .fl4 .viBox,
  .fl4.active .viBox {
    height: 230px;
  }
  .fln7 .li {
    padding: 20px;
  }
  .fln7 .iconBox {
    width: 32px;
    height: 32px;
  }
  .fln7 .font {
    padding-left: 15px;
  }
  .fln7 .ul {
    margin-top: 5px;
  }
  .standard8 .swiper-container {
    width: 80%;
    padding-bottom: 30px;
  }
  .standard8 .swiper-slide .font {
    font-size: 14px;
    padding-top: 15px;
  }
  .standard8 .swiper-slide {
    padding: 20px;
  }
  .fl1 .swiper-slide .tit {
    padding: 15px 20px;
  }
  .standard8 .swiper-slide .imgBox {
    height: 280px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
  }
  .standard8 .swiper-button-next {
    right: -10px;
  }
  .standard8 .swiper-button-prev {
    left: -10px;
  }
  .standard8 .swiper-slide .imgBox img {
    max-width: 70%;
  }
  .banner_swiper .swiper_dec p,
  .inner_swiper .swiper_dec .tag {
    padding-left: 22px;
    margin-right: 10px;
  }
  .inner_swiper .swiper_dec1 {
    margin-bottom: 0px;
  }
  .fln4 .ul {
    padding: 30px 20px;
    padding-top: 10px;
  }
  .fln4 .li .font {
    padding-right: 0px;
  }
  .fln1 .imgBox {
    width: 110px;
  }
  .fln1 .stit {
    margin: 20px 0 10px 0;
  }
  .fln2 .swiper-container {
    margin-top: 15px;
  }
  .fln3 .li .iconBox {
    width: 46px;
    height: 46px;
  }
  .fln3 .li {
    padding: 20px;
  }
  .fln3 .li .font {
    margin-left: 15px;
    padding-left: 15px;
  }
  .fln3 .li .font .dec,
  .fln3 .ul,
  .standard6 .ul {
    margin-top: 5px;
  }
  .fln3 .li .iconBox img {
    max-width: 24px;
    max-height: 24px;
  }
  .fl1 .swiper-container,
  .cainfo2 .swiper-container,
  .fln3 .swiper-container,
  .fln4 .swiper-container,
  .fln5 .swiper-container,
  .standard4 .swiper-container,
  .standard1 .swiper-container,
  .standard3 .swiper-container,
  .standard7 .swiper-container,
  .case2 .swiper-container,
  .about3 .swiper-container,
  .about5 .swiper-container {
    padding-bottom: 30px;
  }
  .fln3 .stit,
  .fln4 .stit {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .fln4 .swiper-slide .font .tit,
  .fln5 .swiper-container .font .tit,
  .fln6 .li:hover .tit {
    font-size: 17px;
  }
  .fln5 .swiper-container .font .dec {
    font-size: 14px;
  }
  .fln4 .swiper-slide .iconBox {
    width: 100%;
    height: 220px;
    border-radius: 0px;
  }
  .fln4 .swiper-slide {
    background: #fff;
  }
  .fln4 .swiper-slide .font {
    padding: 20px;
    margin-top: 0px;
  }
  .fln5 .swiper-container {
    overflow: hidden;
  }
  .fln5 .swiper-container .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .standard1 .tagBox .tag {
    font-size: 15px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px 12px 4px 28px;
  }
  .standard1 .tagBox .tag::before {
    width: 12px;
    height: 10px;
    left: 10px;
  }
  .standard1 .tagBox {
    margin-top: 10px;
  }
  .standard1 .li {
    width: 33.333%;
    margin-top: 25px;
    padding: 0 5px;
  }
  .standard1 .li .iconBox {
    width: 50px;
    height: 50px;
  }
  .standard1 .li .iconBox .sicon .img {
    max-width: 26px;
    max-height: 26px;
  }
  .standard1 .li .num {
    font-size: 16px;
  }
  .standard1 .li .dec {
    font-size: 13px;
  }
  .standard2 .swiper-container {
    width: 90%;
  }
  .standard2 .swiper-slide {
    -webkit-box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 32px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
  }
  .standard2 .swiper-slide .num {
    font-size: 20px;
  }
  .standard3 .swiper-slide .font {
    padding: 20px;
  }
  .standard4 .font,
  .standard7 .li .stit {
    font-size: 15px;
  }
  .standard6 .li .font .tit {
    font-size: 18px;
  }
  .standard7 .li .stit {
    padding: 10px 15px;
    opacity: 1;
  }
  .standard6 .li .iconBox {
    width: 32px;
    height: 32px;
  }
  .standard6 .li .top {
    padding: 15px 20px;
  }
  .standard6 .ftBox {
    padding: 10px 20px;
  }
  .standard6 .ftli {
    padding: 10px 0;
  }
  .standard5 .li .iconBox {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .standard5 .li {
    width: 33.333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .standard5 .li .font {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    font-size: 15px;
    text-align: center;
  }
  .standard5 .swiper-container {
    margin-top: 25px;
  }
  .standard7 .li {
    width: 100% !important;
    height: 220px;
  }
  .standard2 .swiper-container {
    padding: 15px 0 30px 0;
  }
  .standard2 .swiper-slide .dec {
    font-size: 14px;
  }
  .standard2 .swiper-slide .icon-rjiantou1 {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
  }
  .standard2 .swiper-slide {
    padding: 20px 10px;
  }
  .standard2 {
    padding-bottom: 40px;
  }
  .case1 .formBtn .input {
    width: calc(100% - 80px);
    padding: 3px 10px;
  }
  .case1 .formBtn .sub {
    width: 80px;
    font-size: 14px;
  }
  .case1 .formBtn {
    height: 46px;
    margin-top: 12px;
  }
  .case2 .li .font {
    padding: 30px 20px;
  }
  .case2 .li .imgBox {
    height: auto;
  }
  .case2 .li .tit {
    font-size: 20px;
  }
  .case3 .linkBox .link {
    margin-right: 0.6rem;
  }
  .case2 {
    padding-top: 40px;
  }
  .case3 .ul {
    padding-top: 10px;
  }
  .case1 {
    width: 100%;
    padding: 20px 20px 30px 20px;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0);
  }
  .case3 .linkBox .link {
    font-size: 17px;
  }
  .cainfo1 {
    padding-top: 90px;
  }
  .cainfo1 .list {
    padding: 35px 25px 40px 25px;
  }
  .cainfo1 .cont img {
    margin: 15px 0px;
  }
  .cainfo1 .line {
    margin: 15px auto 20px auto;
  }
  .cainfo1 .tag {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cainfo1 .numBox .ntit {
    font-size: 18px;
  }
  .cainfo1 .cont .stit {
    font-size: 16px;
  }
  .cainfo1 .imgLi .itit {
    font-size: 14px;
    margin-top: 5px;
  }
  .cainfo1 .imgBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cainfo1 .imgLi {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .cainfo1 .imgLi:first-child {
    margin-top: 15px;
  }
  .cainfo1 .cont .sdec {
    font-size: 14px;
    margin-top: 5px;
  }
  .cainfo1 .numBox {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .cainfo1 .tli {
    font-size: 14px;
    padding: 4px 16px;
    margin-right: 5px;
    margin-top: 10px;
  }
  .cainfo2 .li {
    margin-top: 0px;
  }
  .new1 .sli .fontBox {
    padding-left: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new1 .sli .time strong {
    font-size: 20px;
    margin-bottom: 0px;
    display: inline;
  }
  .new1 .sli .fontBox .tit {
    font-size: 20px;
    line-height: 1.67;
  }
  .new1 .sli .fontBox .font {
    padding-left: 0px;
    margin-top: 15px;
  }
  .new1 .sli .fontBox .dec {
    margin-top: 5px;
  }
  .new1 .sli {
    padding: 30px 0;
  }
  .new1 {
    padding-top: 10px;
  }
  .new1 .list {
    margin-bottom: 30px;
  }
  .neinfo1 {
    padding-top: 90px;
  }
  .neinfo1 .list {
    padding: 35px 25px;
  }
  .neinfo1 .btit {
    font-size: 23px;
    line-height: 1.5;
  }
  .neinfo1 .tagBox,
  .pagBox .pagLi .tit {
    font-size: 14px;
  }
  .pagBox .sli {
    font-size: 16px;
  }
  .neinfo1 .cont {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .neinfo2 .swiper-container {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .neinfo2 .swiper-slide .font {
    width: 95%;
  }
  .neinfo2 .swiper-slide .tit {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .neinfo2 .in_tit {
    text-align: center;
  }
  .neinfo1 .tagBox {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .neinfo1 .line {
    margin: 15px auto;
  }
  .about1 .left .tag {
    margin-bottom: 5px;
  }
  .about1 .right p {
    margin-top: 5px;
  }
  .about1 .right {
    margin-top: 10px;
  }
  .about1 .li .num {
    font-size: 28px;
    margin-top: 40px;
  }
  .about1 .li .ndec,
  .about2 .font .dec {
    font-size: 15px;
  }
  .about1 .li {
    margin-top: 25px;
  }
  .about1 .ul {
    margin-top: 0px;
  }
  .about2 .li .iconBox {
    width: 28px;
    height: 28px;
  }
  .about3 .swiper-container {
    width: 90%;
    overflow: hidden;
  }
  .about3 .swiper-slide .imgBox {
    height: 265px;
  }
  .about4 .btswp .swiper-slide.swiper-slide-active .num {
    font-size: 18px;
  }
  .about4 .tpswp .swiper-slide-active .bnum,
  .about4 .tpswp .bnum {
    font-size: 30px;
  }
  .about4 .tpswp .dec {
    min-width: auto;
    width: auto;
    font-size: 15px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .about4 .tpswp {
    min-height: auto;
  }
  .about4 .tpswp .dec p::before {
    top: 12px;
  }
  .about4 .tpswp {
    padding: 35px 0;
  }
  .about4 .top {
    padding-bottom: 15px;
  }
  .in_tit .dec p {
    display: inline;
  }
  .about5 .imgBox {
    width: 60px;
    height: 60px;
  }
  .about6 .list {
    margin-top: 10px;
  }
  .about7 .imgBox {
    width: 80px;
    height: 80px;
  }
  .about7 .font {
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-left: 0px;
    margin-top: 15px;
  }
  .about7 .swiper-slide {
    -webkit-box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0);
    box-shadow: 0px 0px 17px 1px rgba(176, 176, 176, 0);
    border: 1px solid rgba(176, 176, 176, 0.2);
    padding: 30px 20px;
  }
  .about7 .swiper-container {
    padding: 0px 1px 30px 0;
  }
  .insrecruit .reli .rdec {
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-left: 0px;
    margin-top: 5px;
    font-size: 14px;
  }
  .insrecruit .rectueCont {
    padding: 25px 20px 40px 20px;
  }
  .insrecruit .reli {
    margin-top: 15px;
  }
  .insrecruit .oper {
    width: 30%;
  }
  .insrecruit .oper .icon-rjiantou1 {
    margin-left: 0px;
  }
  .insrecruit .rectueTop,
  .insrecruit .tagBox {
    padding: 12px 15px;
  }
  .moreBox {
    width: 140px;
    line-height: 46px;
  }
  .insrecruit .rectueTop span {
    font-size: 15px;
  }
  .contact1 .left .entit {
    font-size: 20px;
  }
  .contact1 .left .tit {
    font-size: 22px;
  }
  .contact1 .left {
    padding: 30px 20px 60px 20px;
  }
  .contact1 .left .ctit {
    font-size: 17px;
    padding-left: 22px;
    margin-bottom: 5px;
  }
  .contact1 .left .ctit::before {
    width: 16px;
    height: 14px;
  }
  .contact1 .left .line::before {
    height: 2px;
  }
  .contact1 .left .line {
    margin: 18px auto;
  }
  .contact1 .map {
    height: 240px;
  }
  .contact2 .liBox .li {
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .contact2 .liBox .li input {
    height: 50px;
    padding: 10px 15px;
  }
  .contact2 .liBox .sub {
    margin-top: 25px;
  }
  .contact2 .liBox .li textarea {
    padding: 10px 15px;
  }
  .contact1 .map .BMapLabel {
    top: 30px !important;
  }
  .about2 {
    background-attachment: unset;
  }
  .section3 .font {
    padding: 10px 15px;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
  .gw1 .gw1_ul{
    padding-bottom: 25px;
    margin-top: 15px;
  }
  .gw1 .font .num {
    font-size: 30px;
    margin-bottom: -0.35rem;
}
}
.zysp {
}
.zysp-ms {
  text-align: center;
  position: relative;
}
.zysp-ms video {
  /* width: 100%; */
  max-width: 600px;
  margin: auto;
}
.zysp p {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.zysp-img {
  position: relative;
  display: inline-block;
}
.zysp-img .img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 33%);
}
.zysp-img .img img {
  width: 10%;
  margin-top: 21%;
}
