@charset "UTF-8";
.banner {
  height: 100vh;
}

.banner .swiper-container,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .slide_txt {
  position: relative;
  z-index: 22;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner .slide_txt .txt1 {
  font-size: 5.5rem;
}

.banner .slide_txt .txt2 {
  font-size: 4.4rem;
  font-weight: bold;
  margin: .8rem 0 8rem 0;
}

.banner .node .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 4rem;
  left: 0;
  text-align: center;
}

.banner .node .swiper-pagination .swiper-pagination-bullet {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: transparent;
  margin: 0 .5rem;
  opacity: 1;
  cursor: pointer;
}

.banner .node .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: .4rem;
  height: .4rem;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  background: #fff;
  border-radius: 50%;
}
.banner .jt{transition:all ease .3s}
.banner .jt.swiper-button-prev{left: -3vw;}
.banner .jt.swiper-button-next{right: -3vw;}
.banner:hover .jt.swiper-button-prev{left: 2vw;}
.banner:hover .jt.swiper-button-next{right: 2vw;}
.banner .node .swiper-pagination .swiper-pagination-bullet .ui-loop {
  opacity: 0;
}

.banner .node .swiper-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .3s;
}

.banner .node .swiper-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.banner .node .swiper-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: .3rem;
  opacity: 0;
}

.banner .node .swiper-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: .3rem;
  opacity: 0;
  transition: opacity .3s 1s;
}

.banner .node .swiper-pagination .swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.banner .node .swiper-pagination .swiper-pagination-bullet-active .ui-loop .path-loop-bg {
  opacity: .2;
}

.banner .node .swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.banner .node .swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}

.banner .ban-slide-bj,
.banner .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.banner .swiper-slide-active .ban-slide-bj {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transition: all linear 5s;
  -webkit-transition: all linear 5s;
}

.section1 .sec-type .desc a {
  color: #4299CB;
}

.section1 .list li:nth-child(1) .item-pic {
  margin-left: 7rem;
  max-width: 46.2rem;
}

.section1 .item {
  border: 1px solid #B5B5B5;
  height: 43rem;
  padding: 4rem 2.8rem;
}

.section1 .item .item-info .item-tit {
  color: #333;
}

.section1 .item .item-info .item-desc {
  color: #666;
  margin-top: 1rem;
  line-height: 1.6;
  min-height: 4.8em;
}

.section1 .item:hover .item-info .item-tit {
  color: var(--color);
}

.section2 {
  height: 86rem;
  position: relative;
}

.section2 .section2-txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 8rem;
  z-index: 22;
  color: #fff;
}

.section2 .swiper-container,
.section2 .swiper-slide {
  height: 100%;
}

.section2 .tabs {
  position: absolute;
  z-index: 22;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  bottom: 0;
  width: 100%;
}

.section2 .tabs li {
  padding: 3.5rem 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.section2 .tabs li img {
  opacity: .6;
  width: 3.7rem;
}

.section2 .tabs li p {
  margin-top: 0.6rem;
}

.section2 .tabs li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.section2 .tabs li.active {
  color: #fff;
}

.section2 .tabs li.active img {
  opacity: 1;
}

.section3 .list .item .fitImg {
  padding-top: 57.14%;
}

.section3 .list .item .item-txt {
  padding: 1.4rem 0 4rem 0;
}

.section3 .list .item .cat a {
  color: #2D9EDE;
}

.section3 .list .item .tit {
  margin: 1.2rem 0;
}

.section3 .list .item .desc {
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  margin-bottom: 2rem;
}

.section3 .list .item .link {
  background: #F9F9F9;
  padding: 1.3rem 1.5rem;
}

.section3 .list .item .link .time {
  color: #666;
}

.section3 .list .item .link .jt img {
  width: 3.6rem;
}

.section3 .list .item:hover .tit {
  color: var(--color);
}

.section4 {
  padding-top: 10rem;
  overflow: hidden;
  color: #fff;
}

.section4 .box1 {
  margin: 11rem 0 23rem;
}

.section4 .box1 .info {
  max-width: 64.5rem;
}

.section4 .box1 .info .sub {
  margin: 1.5rem 0 1rem;
}

.section4 .box1 .info .desc {
  line-height: 1.8;
}

.section4 .box1 .link img {
  width: 5.8rem;
}

.section4 .box2 {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}

.section4 .box2 li {
  padding: 3.5rem 0 3.5rem 4.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.section4 .box2 li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.section4 .box2 li .item .item-tit {
  margin-top: .5rem;
}

.section5 li .item {
  padding: 5.7rem 0 5.7rem 3.7rem;
  border-left: 1px solid #D2D2D2;
}

.section5 li .item .item-tit {
  color: #333;
}

.section5 li .item .item-desc {
  margin: .6rem 0 1rem;
  line-height: 1.8;
  height: 5.4em;
  color: #666;
}

.section5 li .item .item-icon img {
  width: 11.3rem;
}

.section5 li:last-child .item {
  border-right: 1px solid #D2D2D2;
}

.section5 li:hover .item-tit {
  color: var(--color);
}

.inner-slide {
  position: relative;
}

.inner-slide img {
  display: block;
}

.inner-slide .slide-txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.inner-slide .slide-txt .desc {
  margin-top: 1rem;
}

.inner-slide .slide-txt .tabs {
  margin-top: 6rem;
}

.inner-slide .slide-txt .tabs a {
  width: 14.6rem;
  height: 4.8rem;
  margin: 0 2.1rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  color: #fff;
}

.inner-slide .slide-txt .tabs a.on {
  background: linear-gradient(90deg, #29B5E3, #32D8A7);
}

.inner-slide .slide-txt .video-btn {
  text-align: center;
  margin-top: 4.4rem;
}

.inner-slide .slide-txt .video-btn img {
  display: inline-block;
  opacity: 1;
  width: 5.8rem;
}

.inner-slide .slide-txt .video-btn p {
  margin-top: 1.3rem;
  color: #fff;
}

.subcat {
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: sticky;
  top: 8rem;
  z-index: 22;
  background: #fff;
}

.subcat li {
  margin: 0 5rem;
}

.subcat li a {
  padding: 2.5rem 0;
  display: block;
  color: #666;
  position: relative;
}

.subcat li a::after {
  content: "";
  width: 0;
  transform: translateX(-50%);
  bottom: -1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  height: 2px;
  transition: all ease .3s;
  background: linear-gradient(90deg, #29B5E3, #32D8A7);
}

.subcat li:hover a::after, .subcat li.on a::after {
  width: 100%;
}

.subcat.fix {
  position: fixed;
  top: 8rem;
}

.news .topnews {
  border-bottom: 1px solid #eee;
}

.news .topnews .item {
  margin-bottom: 4.5rem;
  background: #FAFAFA;
  padding: 4.2rem;
}

.news .topnews .fitImg {
  padding-top: 60.16%;
}

.news .topnews .item-info {
  padding-left: 4.8rem;
  max-width: 60.8rem;
}

.news .item .item-date {
  color: #666;
}

.news .item .item-date img {
  width: 3.2rem;
  margin-right: 1.3rem;
}

.news .item .item-tit {
  margin: 2.5rem 0;
}

.news .item .item-desc {
  color: #666;
}

.news .item .item-link {
  color: #666;
  margin-top: 4.3rem;
}

.news .item .item-link img {
  width: 4.6rem;
  margin-left: 1.7rem;
}

.news .list li .item {
  padding: 4.8rem 4.2rem;
  border-bottom: 1px solid #eee;
}

.news .list li .item .item-link {
  margin-left: 17rem;
}

.pages {
  padding: 3rem 0;
}

.apply .dd {
  margin: 6rem 0;
}

.apply .dd .item-pic .fitImg {
  padding-top: 61.57%;
}

.apply .dd .item-info .desc {
  margin: 3.5rem 0 5rem;
  color: #666;
  line-height: 1.8;
}

.apply .dd .item-info .rel-tit {
  margin-bottom: 2.8rem;
}

.apply .dd .item-info .rel-tit span {
  background: linear-gradient(180deg, #29B5E3 0%, #32D8A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2.5rem;
}

.apply .dd .item-info .list ul {
  display: flex;
  flex-wrap: wrap;
}

.apply .dd .item-info .list li {
  width: 50%;
  margin-bottom: 2rem;
  max-width: 18rem;
  margin-right: 4.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #ccc;
}

.apply .dd .item-info .list li a {
  color: #333;
}

.apply .dd .item-info .list li:hover a {
  color: var(--color);
}

.crumbs {
  padding: 2rem 0;
  color: #666;
}

.crumbs a {
  color: #666;
}

.crumbs a:hover {
  color: #333;
}

.vmore {
  color: #666;
}

.vmore img {
  width: 4.6rem;
  margin-left: 1.4rem;
}

.vmore:hover {
  color: var(--color);
}

.detail .det1 {
  padding: 4rem 0 8rem;
}

.detail .det1 .item-info {
  max-width: 58.5rem;
}

.detail .det1 .item-info .txt2 {
  margin: 2.3rem 0;
}

.detail .det1 .item-info .txt3 {
  margin: 2rem 0 10rem;
  color: #666;
  line-height: 1.6;
}

.detail .det1 .item-info .txt3 ul {
  display: flex;
  flex-wrap: wrap;
}

.detail .det1 .item-info .txt3 ul li {
  width: 32%;
  padding-left: 1.5rem;
  position: relative;
  color: #333;
  margin-bottom: 3rem;
}

.detail .det1 .item-info .txt3 ul li::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #29B5E3, #32D8A7);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail .det1 .slides {
  text-align: center;
}

.detail .det1 .slides .swiper-wrapper {
  padding-bottom: 5rem;
}

.detail .det1 .slides .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #CECECE;
  border-radius: 50%;
  opacity: 1;
}

.detail .det1 .slides .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #29B5E3, #32D8A7);
}

.meiti li {
  text-align: center;
}

.meiti li .item {
  overflow: hidden;
  position: relative;
}

.meiti li .item .fitImg {
  padding-top: 60.55%;
}

.meiti li .item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.meiti li .item .play img {
  width: 5.3rem;
}

.meiti li .item-tit {
  margin-top: 2.6rem;
}

.sec-type {
  text-align: center;
  margin-bottom: 4.5rem;
}

.sec-type .desc {
  color: #666;
  margin-top: 1.6rem;
}

.sec-type.sec-type2 {
  color: #fff;
}

.sec-type.sec-type2 .desc {
  color: #fff;
}

.product .probox1 .list .item {
  border: 1px solid #B5B5B5;
  padding: 4.5rem 3rem;
  min-height: 59rem;
}

.product .probox1 .list .item .item-pic {
  margin: 3rem 0;
}

.product .probox1 .list .item .item-sub {
  margin-top: 2rem;
}

.product .probox1 .list .item .item-sub .dd a {
  display: block;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #ccc;
}

.product .probox2 {
  background: #FAFAFA;
}

.product .probox2 .dd .item {
  position: relative;
}

.product .probox2 .dd .item .tit {
  position: absolute;
  bottom: 3.9rem;
  padding: 0 5rem;
  color: #fff;
}

.product .probox2 .dd.dd1 .fitImg {
  padding-top: 58.417%;
}

.product .probox2 .dd.dd2 {
  margin-top: 1rem;
}

.product .probox2 .dd.dd2 .fitImg {
  padding-top: 58.417%;
}

.product .probox2 .dd.dd1 .fitImg {
  padding-top: 58.417%;
}

.product .probox2 .dd.dd4 {
  margin-top: 1rem;
}

.product .probox2 .dd.dd4 .fitImg {
  padding-top: 60.8%;
}

.product2 {
  background: #fafafa;
}

.product2 .sidebar {
  width: 27.5rem;
  margin-right: 5.2rem;
}

.product2 .sidebar li {
  border-top: 1px solid #ccc;
}

.product2 .sidebar li a {
  padding: 1.7rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product2 .sidebar li a .jt {
  width: 2.2rem;
  height: 2.2rem;
  background: linear-gradient(90deg, #29B5E3, #32D8A7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
}

.product2 .sidebar li.on .tit {
  background: linear-gradient(90deg, #29B5E3 0%, #32D8A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product2 .sidebar li.on .jt {
  opacity: 1;
}

.product2 .sidebar li:last-child {
  border-bottom: 1px solid #ccc;
}

.product2 .contbox {
  flex: 1;
}

.product2 .contbox .pro-desc {
  margin: 2.2rem 0;
  max-width: 80.4rem;
  color: #666;
}

.product2 .list .item {
  background: #FFFFFF;
  border-radius: 0.6rem;
  text-align: center;
  padding: 3rem 1rem;
  transition: all ease .3s;
}

.product2 .list .item .fitImg {
  padding-top: 79.87%;
}

.product2 .list .item .item-tit {
  margin: 1.5rem 0 0 0;
  color: #666;
}

.product2 .list .item:hover {
  box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.1);
}

.contact .contact1 .maps {
  background-size: 100% 100%;
  width: 139.9rem;
  height: 78.8rem;
  margin: 0 auto;
  position: relative;
}

.contact .contact1 .maps .sth {
  position: absolute;
  bottom: 15rem;
  left: 0;
  line-height: 1.6;
}

.contact .contact1 .maps .point li {
  position: absolute;
}

.contact .contact1 .maps .point li .tit {
  position: relative;
  padding-right: 2rem;
  font-weight: 500;
}

.contact .contact1 .maps .point li .tit::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transition:all ease .3s;
  transform: translateY(-50%);
  background-image: url("../img/dot1.png");
  -webkit-animation: tranScale 4s linear infinite;
      -moz-animation: tranScale 4s linear infinite;
      -o-animation: tranScale 4s linear infinite;
      animation: tranScale 4s linear infinite;
}

.contact .contact1 .maps  .laybox {
  width: 54.73rem;
  padding: 3rem;
  overflow: hidden;
  height: unset !important;
  background: rgba(255, 255, 255, 0.9);
  display:none;
  box-shadow: 0rem 0rem 3rem 0rem rgba(7, 0, 2, 0.14);
  border-radius: 1.7rem;
}
.contact .contact1 .maps #mapcont{
	width: 54.73rem;
	position:absolute;
	right:0;
	top:40%;
	transform:translateY(-50%);
	left:auto;
	display:block;
}
.contact .contact1 .maps #mapcont .laybox{
	display:block
}
.contact .contact1 .maps  .laybox .item-tit {
  margin: 3rem 0 2rem;
}

.contact .contact1 .maps  .laybox .item-add {
  color: #666;
}

.contact .contact1 .maps  .laybox .item-add img {
  width: 2.7rem;
  margin-right: 1.2rem;
}

.contact .contact1 .maps .point li.li1 {
  top: 29.4rem;
  left: 56rem;
}

.contact .contact1 .maps .point li.li1 .tit::after {
  background-image: url("../img/star.png");
}

.contact .contact1 .maps .point li.li2 {
  top: 27.5rem;
  left: 51.8rem;
}

.contact .contact1 .maps .point li.li3 {
  top: 30rem;
  left: 48rem;
}

.contact .contact1 .maps .point li.li4 {
  top: 33.5rem;
  left: 49.5rem;
}

.contact .contact1 .maps .point li.li5 {
  top: 31.5rem;
  left: 52rem;
}

.contact .contact1 .maps .point li.li6 {
  top: 33.2rem;
  left: 56rem;
}

.contact .contact1 .maps .point li.li7 {
  top: 37rem;
  left: 45rem;
}

.contact .contact1 .maps .point li.li8 {
  top: 38rem;
  left: 49.5rem;
}

.contact .contact1 .maps .point li.li1 .tit, .contact .contact1 .maps .point li.li6 .tit, .contact .contact1 .maps .point li.li8 .tit {
  padding: 0 0 0 2rem;
}

.contact .contact1 .maps .point li.li1 .tit::after, .contact .contact1 .maps .point li.li6 .tit::after, .contact .contact1 .maps .point li.li8 .tit::after {
  content: "";
  right: 0;
  left: 0;
}

.contact .contact1 .maps .point li.on {
  z-index: 22;
}

.contact .contact2 {
  background: #F8F8F8;
}

.contact .contact2 .item {
  background: #fff;
  border-radius: 0.6rem;
  min-height: 34.9rem;
  padding: 3.5rem 3.2rem;
}

.contact .contact2 .item .icon img {
  width: 4.2rem;
}

.contact .contact2 .item .tit {
  margin: 2rem 0;
}

.contact .contact2 .item .desc {
  color: #666;
  line-height: 1.8;
}

.contact .contact3 .msg {
  color: #fff;
  padding: 5.6rem 0 6rem 10rem;
}

.contact .contact3 .msg .form {
  max-width: 75.8rem;
}

.contact .contact3 .msg .form .item .label {
  color: #fff;
  padding-left: 1.6rem;
  margin-bottom: 1.4rem;
}

.contact .contact3 .msg .form .item .label span {
  color: #FF0000;
}

.contact .contact3 .msg .form .item .intbox {
  height: 4.9rem;
  border-radius: 0.6rem;
  border: 1px solid #FFFFFF;
  padding: 0 1.6rem;
}

.contact .contact3 .msg .form .item .intbox input,
.contact .contact3 .msg .form .item .intbox textarea {
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
  outline: 0;
  resize: none;
}

.contact .contact3 .msg .form .item .intbox input::-webkit-input-placeholder,
.contact .contact3 .msg .form .item .intbox textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact .contact3 .msg .form .item .intbox2 {
  height: 22.4rem;
  padding: 1rem 1.6rem;
}

.contact .contact3 .msg .form .tips {
  padding: 1.5rem 3.2rem 3rem 1.5rem;
}

.contact .contact3 .msg .form .tips span {
  color: #FF0000;
}

.contact .contact3 .msg .form .tips a {
  color: #FF0000;
}

.contact .contact3 .msg .form .tips a:hover {
  color: rgba(255, 0, 0, 0.8);
}

.contact .contact3 .msg .form .btn button {
  width: 21rem;
  height: 6rem;
  background: #fff;
  transition: all ease .3s;
  border-radius: 0.6rem;
  color: #666;
}

.contact .contact3 .msg .form .btn button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.contact .contact4 .select {
  max-width: 50.4rem;
  position: relative;
  z-index: 22;
}

.contact .contact4 .select .link {
  height: 6.2rem;
  padding: 0 2.8rem;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  color: #666;
}

.contact .contact4 .select .link img {
  width: 2rem;
}

.contact .contact4 .select ul {
  width: 100%;
  z-index: 22;
  background: #fff;
  border: 1px solid #E5E5E5;
  position: absolute;
  top: 6.220rem;
  padding: .6rem 0;
  display: none;
}

.contact .contact4 .select ul li a {
  display: block;
  padding: 1.2rem 2.8rem;
}

.contact .contact4 .select:hover ul {
  display: block;
}

.contact .contact4 .table {
  text-align: left;
  position: relative;
  margin-top: 4rem;
}

.contact .contact4 .table::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #29B5E3, #32D8A7);
}

.contact .contact4 .table thead {
  background: #F4F4F4;
}

.contact .contact4 .table thead th {
  padding: 3rem 3.3rem;
}

.contact .contact4 .table tbody td {
  padding: 2.5rem 3.3rem;
}

.contact .contact4 .table tbody td .jt img {
  width: 2rem;
  transform: rotate(-90deg);
  transition: all ease .3s;
}

.contact .contact4 .table tbody .on .jt img {
  transform: rotate(0);
}

.contact .contact4 .table table {
  border-collapse: collapse;
}

.contact .contact4 .table table th:last-child,
.contact .contact4 .table table td:last-child {
  padding-left: 0;
  text-align: center;
  padding-right: 2rem;
}

.contact .contact4 .table table tbody {
  border-bottom: 1px solid #E5E5E5;
}

.contact .contact4 .table table tbody tr {
  border-top: 1px solid #E5E5E5;
}

.contact .contact4 .table .cont {
  border-top: 0;
}

.contact .contact4 .table .cont td {
  padding: 0;
}

.contact .contact4 .table .cont .intros {
  text-align: left;
  display: none;
  padding: 2rem 3.3rem;
  line-height: 1.8;
}

.contact .contact4 .table .cont .intros h3 {
  margin-bottom: 1rem;
}

.contact .contact4 .table .cont .intros .link {
  margin: 5rem 0 2.5rem;
}

.contact .contact4 .table .cont .intros .link a {
  width: 15.76rem;
  font-size: 1.4rem;
  color: #666;
  padding: 1px;
  background: linear-gradient(90deg, #42E884, #33DEE9);
}

.contact .contact4 .table .cont .intros .link a span {
  width: 100%;
  height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all ease .3s;
}

.contact .contact4 .table .cont .intros .link a:hover span {
  background: none;
  color: #fff;
}

.contact .contact4 .table .cont.on .intros {
  display: block;
}

.touzi .touzi1 .gupiao {
  background: #F7F7F7;
  padding: 4.2rem 6.5rem;
}

.touzi .touzi1 .gupiao .gp1 {
  color: #333;
}

.touzi .touzi1 .gupiao .gp2 {
  margin: 1.8rem 0 2.5rem;
}

.touzi .touzi1 .gupiao .gp2 .txt1.up {
  color: #E00A0A;
}

.touzi .touzi1 .gupiao .gp2 .txt2 li {
  margin-left: 10rem;
}

.touzi .touzi1 .gupiao .gp2 .txt2 li .num {
  color: #666;
}

.touzi .touzi1 .gupiao .gp2 .txt2 li .tit {
  font-weight: bold;
}

.touzi .touzi1 .gupiao .tips {
  color: #666;
}

.touzi .touzi2 {
  background: #FBFBFB;
}

.touzi .touzi2 .item .fitImg {
  padding-top: 131.2%;
}

.touzi .touzi3 .list li {
  padding: 2.2rem 0;
}

.touzi .touzi3 .list li:nth-child(2n+1) {
  background: #E5E5E5;
}

.touzi .touzi3 .list li .dd1 {
  width: 32rem;
  color: #666;
  padding-left: 4rem;
}

.touzi .touzi3 .list li .dd2 {
  flex: 1;
  color: #333;
  overflow: hidden;
}

.touzi .touzi3 .list li .dd3 {
  width: 17.5rem;
  color: #666;
  text-align: center;
}

.touzi .touzi3 .list li:hover .dd3 {
  color: var(--color);
}

.touzi .touzi4 {
  background: #FBFBFB;
}

.touzi .touzi4 li {
  padding-left: 5rem;
  min-height: 30rem;
  padding-top: 6rem;
  color: #666;
  line-height: 2.2;
}

.touzi .touzi4 li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.touzi .touzi4 li:nth-child(1) {
  padding-left: 0;
}

.touzi .touzi4 li .lx-tit {
  color: #333;
}

.touzi .touzi4 li .lx-tit img {
  width: 4.5rem;
  margin-right: 2.1rem;
}

.about .about1 .ab1-tit {
  margin-bottom: 3.5rem;
}

.about .about1 .ab1-cont {
  padding: 0 10rem;
  margin: 3rem 0;
  color: #666;
}

.about .about1 .ab1-list li .item {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

.about .about2 {
  background-attachment: fixed;
  color: #fff;
}

.about .about2 .gallery-top {
  max-width: 1133px;
  margin: 6rem auto;
}

.about .about2 .gallery-top .item {
  color: #fff;
}

.about .about2 .gallery-top .item .item-info {
  padding: 5rem 0 0 5.5rem;
}

.about .about2 .gallery-top .item .item-info .item-cont {
  margin-top: 1.8rem;
  line-height: 1.8;
}

.about .about2 .slides {
  padding: 0 10rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.about .about2 .slides .jt {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.about .about2 .slides .jt img {
  width: 5.8rem;
}

.about .about2 .slides .jt.prev {
  left: 0;
}

.about .about2 .slides .jt.next {
  right: 0;
}

.about .about2 .slides::before {
  content: "";
  width: 88%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #fff;
}

.about .about2 .slides .swiper-slide {
  padding-top: 8rem;
  position: relative;
}

.about .about2 .slides .swiper-slide::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: 100% 100%;
  transition: all ease .3s;
  background-repeat: no-repeat;
  background-image: url("../img/icon_dot01.png");
}

.about .about2 .slides .swiper-slide.swiper-slide-thumb-active::before {
  background-image: url("../img/icon_dot02.png");
}

.about .about4 .slides1 {
  margin-bottom: 3.5rem;
}

.about .about4 .slides1 .item {
  background: #FFFFFF;
  border-radius: 0.8rem;
  padding: 4rem;
}

.about .about4 .slides1 .item .item-info {
  padding-left: 3.5rem;
  line-height: 2;
  color: #666;
}

.about .about4 .slides1 .item .item-info li {
  cursor: pointer;
  margin: .6rem 0;
}

.about .about4 .slides1 .item .item-info li.on {
  font-weight: bold;
  color: #333;
}

.about .about4 .slides2 {
  padding: 0 10rem;
  margin: 0 -10rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.about .about4 .slides2 .jt {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.about .about4 .slides2 .jt img {
  width: 5.8rem;
}

.about .about4 .slides2 .jt.prev {
  left: 0;
}

.about .about4 .slides2 .jt.next {
  right: 0;
}

.about .about4 .slides2 .item {
  padding: 3.5rem 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.8rem;
}



.about .about4 .slides2 .item-tit {
  color: #636363;
  margin: 2rem 0;
}

.ab7ksub {
  position: relative;
  z-index: 1;
  height: 60.2rem;
  overflow: hidden;
}

.ab7ksubm {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  height: 100%;
}

.about5 .slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about5 .slides .swiper-container,
.about5 .slides .swiper-slide {
  height: 100%;
}

.ab7ksubm:last-child {
  border: none;
}

.ab7ksubm {
  position: relative;
}

.ab7kp1,
.ab7kp2 {
  position: absolute;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

.ab7kp2 {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  top: 55%;
  color: #fff;
  line-height: 1.6;
  transition-delay: 0.2s;
  padding: 0 5%;
  box-sizing: border-box;
}

.ab7kp2 p {
  margin-top: 2px;
}

.ab7kp2 p:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width: 1600px) {
  .ab7kp2 span {
    display: block;
  }
}

.ab7kp1 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ab7ksubm.on .ab7kp1 {
  top: 40%;
}

.ab7ksubm.on .ab7kp2 {
  top: 50%;
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.about6 {
  padding-top: 10rem;
}

.about6 .itembox .slides {
  position: relative;
  padding: 0 10rem;
  margin: 0 -10rem;
}

.about6 .itembox .slides .jt {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.about6 .itembox .slides .jt.prev1 {
  left: 0;
}

.about6 .itembox .slides .jt.next1 {
  right: 0;
}

.about6 .itembox .item {
  width: 16rem;
  height: 16rem;
  background: #fff;
  border-radius: 50%;
  transition: all ease .3s;
  transform: scale(0.95);
}

.about6 .itembox .item:hover {
  transform: scale(1);
}

.about6 .itembox .ul2 {
  padding: 0 15.5rem;
}

.about6 .tabs {
  margin-top: 9rem;
  border-top: 1px solid #ccc;
}

.about6 .tabs li {
  padding: 2.6rem 0;
  text-align: center;
  color: #555;
  cursor: pointer;
}

.about6 .tabs li.on {
  color: #fff;
  background: linear-gradient(90deg, rgba(104, 188, 121, 0.8), #5AC1CF);
}

.about7 .itembox {
  min-height: 62.9rem;
}

.about7 .wrap {
  max-width: 80.9rem;
  color: #fff;
  text-align: center;
}

.laybox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 21;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.laybox .wrap {
  height: 100%;
}

.laybox .lay-cont {
  height: 0;
  padding-top: 56%;
}

.laybox .lay-cont video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.lay-video .contbox {
  height: auto !important;
  padding: 0 !important;
}

/* 网站地图 */
.bgf6 {
  background: #f6f6f6;
}

.websitemap-section1 {
  width: 100%;
}

.websitemap-section1 .cont {
  padding: 2rem 0;
}

.websitemap-section1 .cont .item {
  width: 100%;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  margin-bottom: 2rem;
}

.websitemap-section1 .cont .item .tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.websitemap-section1 .cont .item .tit i {
  vertical-align: middle;
  margin-left: 8px;
  font-size: 1.6rem;
}

.websitemap-section1 .cont .item .jut {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.websitemap-section1 .cont .item .jut .list {
  display: block;
  font-size: 1.6rem;
  width: 25%;
  padding-right: 10px;
  color: #333;
  margin-bottom: 1.6rem;
}

.websitemap-section1 .cont .item .jut .list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.websitemap-section1 .cont .item .jut .list:hover {
  color: var(--color);
}

/* 弹窗表单 */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.layer .close {
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #68BC79, #5AC1CF) !important;
  border-radius: 50%;
  cursor: pointer;
}

.layer .close i {
  color: #fff;
}

.layer .contbox {
  width: 96%;
  max-width: 90rem;
  padding: 5rem;
  height: 37rem;
  background: #fff;
  position: relative;
}

.layer .contbox .txt2 {
  margin-top: 3rem;
}

.layer .wrap {
  height: 100%;
}

.layer form {
  width: 100%;
  position: relative;
  max-width: 51.1rem;
  border-radius: .6rem;
  background: #fff;
}

.layer form .close2 {
  cursor: pointer;
}

.layer form .close2 i {
  color: #fff;
}

.layer form .c-title-box {
  padding: 1.2rem 3rem;
  color: #fff;
  background: linear-gradient(90deg, #68BC79, #5AC1CF);
  border-radius: .6rem .6rem 0 0;
}

.layer form .c-title-box .c-title {
  margin-bottom: 5px;
}

.layer form .c-box {
  background: #F5F5F5;
  padding: 3rem;
  border-radius: 0 0 .6rem .6rem;
}

.layer form .c-list li {
  margin-bottom: 2rem;
}

.layer form .c-list li:last-child {
  margin-bottom: 0;
}

.layer form .c-list .c-text2 {
  margin-bottom: 1rem;
  color: #333;
}

.layer form .c-list .c-text2 span {
  color: #FF0000;
}

.layer form .c-list input {
  padding: 0 2rem;
  width: 100%;
  height: 4.8rem;
  background: #fff;
  border-radius: 0.5rem;
}

.layer form .c-list textarea {
  padding: 1rem 2rem;
  width: 100%;
  height: 7.8rem;
  background: #fff;
  border-radius: 0.5rem;
  outline: 0;
  resize: none;
}

.layer form .c-list input::-webkit-input-placeholder,
.layer form .c-list textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #A9A9A9;
}

.layer form .xieyi {
  margin: -0.4rem 0 3rem;
  color: #666;
  font-size: 12px;
}

.layer form .xieyi a {
  color: #FF0000;
}

.layer form .xieyi span {
  color: #FF0000;
}

.layer form button {
  width: 100%;
  font-weight: bold;
  height: 4.8rem;
  background: #969696;
  border-radius: 4.8rem;
  color: #fff;
  cursor: pointer;
  transition: all ease .3s;
}

.layer form button:hover {
  color: #fff;
  background: linear-gradient(90deg, #68BC79, #5AC1CF);
}

/* 新闻详情 */
.detail h1.news-tit {
  margin: 1.5rem 0;
}

.detail .news-date {
  padding-bottom: 3rem;
}

.detail .news-cont {
  line-height: 2;
  padding: 3rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.detail .news-cont img,.detail .news-cont video {
  max-width: 100% !important;
  height: auto !important;
}

.detail .news-cont a {
  color: var(--color);
}

.detail .sxp {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin-top: 3rem;
  padding-top: 2rem;
}

.detail .sxp li {
  margin: 1.5rem 0;
}

.detail .sxp li a {
  transition: all ease .3s;
}

.detail .sxp li:hover a {
  color: var(--color);
}

.detail .sxp .back {
  padding: 0 4.5rem;
  height: 4.8rem;
  background: #666;
  border-radius: 2.4rem;
  color: #fff;
  transition: all ease .3s;
}

.detail .sxp .back:hover {
    background: linear-gradient(90deg, rgba(104, 188, 121, 0.8), #5AC1CF);
  color: #fff;
}
.en .product .probox1 .list .item .item-sub .dd a{min-height:6.5rem}
.en .product .probox1 .list .item{min-height:76rem}
.en .contact .contact2 .item{min-height:38.5rem}