/* index */
.bgt {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* home */
.banner {
  height: 100vh;
  color: #fff;
  position: relative;
}

.banner .slide-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .txt2 {
  margin: 1.7rem 0 4.3rem;
}

.banner .msg {
  max-width: 42rem;
  border-radius: 0.8rem;
  padding: 0.8rem;
  background: #fff;
}

.banner .msg input {
  flex: 1;
  overflow: hidden;
}

.banner .msg button {
  width: 9.6rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34b7b9;
  color: #fff;
  border-radius: 0.8rem;
}

.banner .msg button:hover {
  opacity: 0.88;
}

.banner .mouse-down {
  position: absolute;
  bottom: 3.6rem;
  width: 100%;
  z-index: 22;
  text-align: center;
  animation: mymove 1s linear infinite alternate;
}

.banner .mouse-down img {
  width: 3.2rem;
  height: 3.2rem;
}

.banner .mouse-down p {
  margin-top: 0.3rem;
}

.banner .jt a {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  margin-right: 2.4rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .jt a i {
  font-size: 1.8rem;
  color: #fff;
}

.banner .jt a:hover {
  background: #34b7b9;
  color: #fff;
}

.banner .jt a:hover i {
  color: #fff;
}

.banner .jt a.prev {
  left: 5rem;
}

.banner .jt a.next {
  right: 5rem;
}

.section1 .info .tit {
  position: relative;
  padding: 4rem 0;
}

.section1 .info .tit::before {
  content: "";
  width: 5.6rem;
  height: 0.8rem;
  background: #34b7b9;
  position: absolute;
  left: 0;
  top: 0;
}

.section1 .info .cont {
  color: #7b8799;
}

.section1 .video {
  position: relative;
}

.section1 .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.section1 .video .play img {
  width: 6.4rem;
}

.section1 .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  object-fit: cover;
}

.section2 {
  background: #f1f4fa;
}

.section2 li {
  width: 19rem;
}

.section2 li .item {
  height: 58rem;
  margin: 0 0.1rem;
  position: relative;
}

.section2 li .item .item-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: url(../img/bgc.png) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 3rem;
}

.section2 li .item .item-txt .desc {
  margin-top: 0.8rem;
}

.section2 li .item .item-txt2 {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #34b7b9;
  color: #fff;
  padding: 3rem;
}

.section2 li.on {
  width: 45.6rem;
  transition: ease 0.3s;
}

.section2 li.on .item-txt {
  display: none;
}

.section2 li.on .item-txt2 {
  display: block;
}

.section2 li.on .item-txt2 .desc {
  margin-top: 0.6rem;
}

.section2 li.on .item-txt2 .btn {
  width: 14rem;
  height: 5.6rem;
  padding: 0 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.section2 li.on .item-txt2 .btn a {
  color: #fff;
}

.section2 li.on .item-txt2 .btn i {
  font-size: 1.8rem;
}

.section2 li.on .item-txt2 .btn:hover {
  background: #fff;
}

.section2 li.on .item-txt2 .btn:hover a {
  color: #34b7b9;
}

.section2 li.on .item-txt2 .btn:hover i {
  color: #34b7b9;
}

.sec-type {
  margin-bottom: 3.2rem;
}

.sec-type .tit {
  font-family: "Source Han Serif CN";
}

.sec-type .desc {
  margin-top: 1rem;
  color: #7b8799;
}

.vmore a {
  width: 14rem;
  height: 5.6rem;
  border: 1px solid #34b7b9;
  color: #34b7b9;
  padding: 0 1.6rem;
}

.vmore a:hover {
  background: #34b7b9;
  color: #fff;
}

/* section3 */
.section3 .gbox1 .info .time {
  color: #34b7b9;
  margin-top: 0.8rem;
}

.section3 .gbox1 .info .tit {
  margin: 2.4rem 0 1.8rem;
}

.section3 .gbox1 .info .tit:hover {
  color: #34b7b9;
}

.section3 .gbox1 .info .desc {
  color: #80838a;
  margin: 1.8rem 0 4.4rem;
}

.section3 .gbox1 .info .jt a {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2.4rem;
  border-radius: 50%;
  border: 1px solid #34b7b9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .gbox1 .info .jt a i {
  font-size: 1.8rem;
  color: #34b7b9;
}

.section3 .gbox1 .info .jt a:hover {
  background: #34b7b9;
  color: #fff;
}

.section3 .gbox1 .info .jt a:hover i {
  color: #fff;
}

.section3 .gbox2 {
  margin-top: 1.5rem;
}

.section3 .gbox2 .item {
  position: relative;
  margin-top: -1.5rem;
  padding-bottom: 2rem;
}

.section3 .gbox2 .item .tit {
  overflow: hidden;
  flex: 1;
}

.section3 .gbox2 .item .time {
  color: #99a9bf;
  flex-shrink: 0;
  margin-left: 3rem;
}

.section3 .gbox2 .item::after, .section3 .gbox2 .item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section3 .gbox2 .item::before {
  width: 0;
  z-index: 1;
  transition: all ease 0.3s;
}

.section3 .gbox2 .item:hover .tit {
  color: #34b7b9;
}

.section3 .gbox2 .item:hover::before {
  background: #34b7b9;
  width: 100%;
}

/* section4 */
.section4 {
  background: #f1f4fa;
  overflow: hidden;
  padding-bottom: 8rem;
}

.section4 .slides1 {
  margin: 0 -9% 0 -24%;
}

.section4 .slides1 .item {
  height: 36.6rem;
  overflow: hidden;
  position: relative;
  padding: 0 4.6rem;
  z-index: 1;
  color: #fff;
}

.section4 .slides1 .item .pimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section4 .slides1 .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.section4 .slides1 .item .item-txt {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.section4 .slides1 .item .item-txt .desc {
  margin-top: 1.5rem;
}

.section4 .slides1 .item .add {
  position: absolute;
  z-index: 1;
  bottom: 3.2rem;
}

.section4 .slides1 .item:hover .pimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.section4 .more2 {
  padding: 5rem 0;
}

.section4 .more2 span {
  color: #7b8799;
  width: 12.8rem;
  flex-shrink: 0;
  text-align: center;
}

.section4 .more2 .line {
  width: calc(100% - (12.8rem / 2));
  height: 1px;
  background: #d8d8d8;
}

.section4 .slides2 {
  padding: 0 6rem;
}

.section4 .slides2 li {
  width: 14.28%;
  text-align: center;
}

/* list */
.inner-slide {
  padding: 10rem 0;
  background: #34b7b9;
  color: #f1f4fa;
}

.inner-slide .desc {
  margin-top: 1rem;
}

.main {
  padding: 5rem 0;
}

.subcat {
  margin-bottom: 1.5rem;
}

.subcat a {
  padding: 1.3rem 3.2rem;
  color: #1f2d3d;
  border-radius: 2.4rem;
  position: relative;
  margin-right: 1rem;
  z-index: 1;
}

.subcat a::before {
  content: "";
  width: 0;
  height: 100%;
  background: #34b7b9;
  transition: all ease 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 2.4rem;
}

.subcat a:hover, .subcat a.on {
  color: #fff;
}

.subcat a:hover::before, .subcat a.on::before {
  width: 100%;
}

.news .item {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 4px 10px 0px rgba(202, 202, 202, 0.302);
}

.news .item .item-pic {
  height: 22rem;
  position: relative;
  overflow: hidden;
}

.news .item .item-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news .item .item-txt {
  padding: 3rem 4rem;
  overflow: hidden;
}

.news .item .item-txt .tit {
  color: #1f2d3d;
  transition: ease 0.3s;
  margin-bottom: 4rem;
}

.news .item .item-txt .attr {
  color: #99a9bf;
}

.news .item:hover .tit {
  color: #34b7b9;
}

/* pages */
.pages {
  padding: 3rem 0;
}

.pages li {
  width: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  height: 3.3rem;
  background: #f3f3f3;
  border-radius: 50%;
}

.pages li a {
  color: #99a9bf;
}

.pages li:hover, .pages li.on {
  background: #34b7b9;
}

.pages li:hover a, .pages li.on a {
  color: #fff;
}

/* detail */
.crumbs {
  padding: 1.4rem 0;
  background: #f1f4fa;
  color: #1f2d3d;
}

.crumbs span {
  padding: 0 2rem;
}

.crumbs a:hover {
  color: #34b7b9;
}

.detail .news-tit {
  font-weight: normal;
}

.detail .news-date {
  color: #99a9bf;
  padding: 2rem 0 3rem;
}

.detail .news-date span {
  margin-right: 2.4rem;
}

.detail .news-cont {
  color: #1f2d3d;
  padding-bottom: 3rem;
}

.detail .news-cont p {
  margin: 1rem 0;
}

.detail .news-sxp {
  padding: 3.2rem 0 4rem;
  border-top: 1px solid #e1e2e5;
}

.detail .news-sxp li {
  margin: 1.2rem 0;
  color: #99a9bf;
}

.detail .news-sxp li .label {
  flex-shrink: 0;
}

.detail .news-sxp li a {
  color: #99a9bf;
}

.detail .news-sxp li:hover {
  color: #34b7b9;
}

.detail .news-sxp li:hover a {
  color: #34b7b9;
}

.detail .xg-news {
  padding-bottom: 3rem;
}

.detail .xg-news .xg-tit {
  color: #1f2d3d;
  margin-bottom: 1.5rem;
}

/* case */
.case .item {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 4px 10px 0px rgba(202, 202, 202, 0.302);
}

.case .item .item-pic {
  height: 22rem;
  position: relative;
  overflow: hidden;
}

.case .item .item-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case .item .item-txt {
  padding: 2rem 4rem 3.5rem 4rem;
  overflow: hidden;
}

.case .item .item-txt .cat span {
  padding: 0 0.6rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #34b7b9;
  font-size: 1.2rem;
  background: rgba(52, 183, 185, 0.1);
}

.case .item .item-txt .tit {
  margin: 1.6rem 0;
}

.case .item .item-txt .icon {
  height: 3rem;
}

.case .item .item-txt .icon img {
  max-height: 100%;
}

.case .item:hover .tit {
  color: #34b7b9;
}

/* apply */
.apply {
  background: #f1f4fa;
}

.apply .apply-form {
  background: #fff;
  max-width: 600px;
  padding: 5rem;
  margin: 0 auto;
}

.apply .apply-form .apply-tit {
  color: #1f2d3d;
}

.apply .apply-form .apply-desc {
  color: #99a9bf;
  margin: 0.8rem 0 3.6rem;
}

.apply .apply-form li {
  margin: 2.5rem 0;
}

.apply .apply-form li .label {
  color: #1f2d3d;
  margin-bottom: 1rem;
}

.apply .apply-form li .intbox {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}

.apply .apply-form li .intbox input {
  width: 100%;
}

.apply .apply-form li .intbox input::-webkit-input-placeholder {
  color: #99a9bf;
}

.apply .apply-form li .intbox .qh {
  padding: 0 1.6rem 0 0;
  margin-right: 1.5rem;
  border-right: 1px solid #d8d8d8;
}

.apply .apply-form li .intbox.yzm button {
  min-width: 11rem;
  white-space: nowrap;
  margin-left: 1rem;
  text-align: center;
  color: #34b7b9;
  flex-shrink: 0;
  background: none;
}

.apply .apply-form li .diqu select {
  width: 48%;
  outline: 0;
  border: 0;
}

.apply .apply-form .apply-btn {
  margin-top: 3.5rem;
}

.apply .apply-form .apply-btn button {
  width: 100%;
  height: 4.8rem;
  background: #34B7B9;
  color: #fff;
}

.apply .apply-form .apply-btn button.disabled {
  background: #f1f4fa;
  color: #99A9BF;
}

.apply .apply-form .apply-btn button:hover {
  opacity: .88;
}

.about .ab-tit {
  color: #1F2D3D;
  margin-bottom: 2.5rem;
}

.about .ab1 {
  padding: 0 0 7rem;
}

.about .ab1 .info {
  line-height: 1.8;
}

.about .ab2 {
  background: #F1F4FA;
  padding: 8rem 5.6rem;
}

.about .ab2 li .ab-desc {
  color: #34B7B9;
  margin-top: -1rem;
}
