@charset "utf-8";
@import "jquery.fancybox.css";

.swiper-button-prev::after,.swiper-button-next::after {
  display: none
}

.more1 {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: #212121;
  font-weight: 700
}

.more1 span {
  width: 13px;
  height: 12px;
  background: #67a7b3;
  margin-right: 10px
}

.more1 span:last-child {
  margin-right: 27px
}

.more1:hover {
  background: #67a7b3;
  border-color: #67a7b3;
  color: #fff
}

.more1:hover span {
  background: #fff
}

#banner {
  position: relative
}

#banner .swiper-slide img {
  width: 100%
}

#banner .swiper-slide {
  position: relative
}

#banner .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

#banner .swiper-slide .txt .wp {
  padding-top: 10%;
  position: relative
}

#banner .swiper-slide .txt p {
  font-size: 17px;
  color: #fff;
  font-weight: 500
}

#banner .swiper-slide .txt h5 {
  font-size: 56px;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  max-width: 680px;
  margin: 28px 0 0
}

#banner .swiper-slide .txt h5 span {
  color: #e3a24a
}

#banner .swiper-slide .t {
  height: 84px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

#banner .swiper-slide .t::after {
  content: "";
  background: #fff;
  width: 70.26%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

#banner .swiper-slide .t .wp {
  height: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center
}

#banner .swiper-slide .t h5 {
  font-size: 18px;
  color: #212121;
  line-height: 1;
  font-weight: 600
}

#banner .swiper-slide .t p {
  font-size: 13px;
  color: #666;
  margin: 9px 0 0
}

#banner .swiper-pagination-bullets {
  bottom: 20px
}

#banner .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box
}

#banner .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
  background: #fff
}

#banner .page {
  position: absolute;
  left: 0;
  bottom: 84px;
  right: 0;
  z-index: 20;
  font-size: 0
}

#banner .swiper-button-prev,#banner .swiper-button-next {
  position: static;
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 0;
  background: rgba(255,255,255,.5);
  margin-top: 0;
  text-align: center
}

#banner .swiper-button-prev i,#banner .swiper-button-next i {
  font-size: 20px;
  line-height: 47px;
  color: #fff
}

#banner .swiper-button-next,#banner .swiper-container-rtl .swiper-button-prev {
  margin-left: 1px
}

#banner .swiper-button-prev:hover,#banner .swiper-button-next:hover {
  background: #50a9b5
}

#banner .go-next {
  position: absolute;
  left: calc(70.26% - 56px);
  bottom: 0;
  height: 84px;
  z-index: 20;
  display: flex;
  align-items: center;
  cursor: pointer
}

#banner .go-next::before {
  content: "";
  width: 112px;
  height: 2px;
  background: url(../images/line1.png) no-repeat;
  display: block;
  margin-right: 39px
}

#banner .go-next img {
  margin-right: 18px;
  animation: arrow-top-bottom 2s infinite linear
}

#banner .go-next span {
  font-size: 16px;
  color: #fff;
  font-weight: 500
}

.indexA {
  padding: 130px 0 20px;
  position: relative
}

.indexA .top {
  display: flex;
  justify-content: space-between
}

.indexA .t {
  width: 685px
}

.indexA .t h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.indexA .t h3::before {
  display: block;
  content: 'what we do ?';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.indexA .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.indexA .t .more1 {
  margin: 34px 0 0
}

.indexA .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.indexA ul {
  margin: 70px -10px 0;
  display: flex;
  flex-wrap: wrap
}

.indexA ul li {
  width: calc(100%/6);
  padding: 0 10px
}

.indexA ul li .box {
  height: 100%;
  border: 1px solid #edeff1;
  padding: 5px 5px 15px;
  text-align: center
}

.indexA ul li .pic {
  width: 100%;
  display: block
}

.indexA ul li h5 {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  line-height: 28px;
  margin: 15px 0 0
}

.indexB {
  padding: 70px 0 20px;
  text-align: center
}

.indexB h5 {
  font-size: 34px;
  color: #212121;
  line-height: 1.47
}

.indexB h5 strong {
  font-weight: 600
}

.indexB .more1 {
  margin: 34px 0 0
}

.indexD {
  padding: 65px 0;
  position: relative
}

.indexD .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.indexD .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.indexD .top {
  margin: 65px 0 0;
  display: flex;
  justify-content: space-between
}

.indexD .t {
  width: 685px
}

.indexD .t h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.indexD .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.indexD .t .more1 {
  margin: 34px 0 0
}

.indexD .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.indexD ul {
  margin: 75px -20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.indexD ul li {
  width: 33.3333%;
  padding: 15px 20px
}

.indexD ul li>a {
  position: relative;
  overflow: hidden;
  display: block
}

.indexD ul li img {
  display: block;
  width: 100%
}

.indexD ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 34px 29px;
  transition: opacity .2s,transform .35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column
}

.indexD ul li .txt::after {
  content: "";
  background: rgba(80,169,181,.85);
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease 0s
}

.indexD ul li .txt>* {
  position: relative;
  z-index: 10
}

.indexD ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.indexD ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all .5s ease 0s;
  margin: 15px 0 0
}

.indexD ul li .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0
}

.indexD ul li .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px
}

@media screen and (min-width: 1171px) {
  .indexD ul li:hover .txt::after {
      height:100%
  }

  .indexD ul li:hover .txt p {
      height: 112px
  }

  .indexD ul li:hover .more i {
      background: #fafbfb;
      color: #4fa8b4;
      border-color: #fafbfb
  }
}

.indexC {
  padding: 20px 0 50px;
  text-align: center
}

.indexC h5 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1.47;
  position: relative;
  margin: 50px 0 0
}

.indexC h5::after {
  display: block;
  content: 'Contact us';
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.indexC h5 strong {
  font-weight: 600
}

.indexC .form-box {
  margin: 23px auto 0;
  width: 620px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.indexC .submit_text {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #666;
  padding: 0 90px 0 10px;
  font-size: 17px;
  font-weight: 500;
  background: #fff;
  border-bottom: 2px solid #f0f0f0
}

.indexC input::-webkit-input-placeholder,.indexC input::-moz-placeholder {
  color: #666;
  opacity: 1
}

.indexC .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  width: 80px;
  height: 80px;
  display: block;
  cursor: pointer;
  text-align: center
}

.indexC .submit_btn i {
  font-size: 35px;
  color: #50a9b5
}

.indexE {
  padding: 50px 0;
  position: relative
}

.indexE .wp {
  display: flex;
  align-items: center
}

.indexE .txt {
  flex: 1;
  margin-left: 130px
}

.indexE .txt h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.indexE .txt h3::before {
  display: block;
  content: 'who we are ?';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.indexE .txt h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.indexE .txt .t {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666
}

.indexE .txt .t p~p {
  margin-top: 35px
}

.indexE .txt .t ul {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap
}

.indexE .txt .t ul li {
  margin: 10px 0 0;
  width: 33.333333%;
  color: #67a7b3;
  background: url(../images/dot1.png) no-repeat left center;
  padding: 0 0 0 55px
}

.indexE .txt .more1 {
  margin: 50px 0 0
}

.indexE .pic {
  width: 40.2%;
  position: relative
}

.indexE .pic img {
  position: relative;
  z-index: 10
}

.indexE .pic::after {
  position: absolute;
  content: '';
  top: 98px;
  right: -32px;
  bottom: 98px;
  width: 50px;
  z-index: 1;
  background: #cce4e8
}

.indexF {
  padding: 25px 0 95px
}

.indexF .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.indexF .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.indexF .top {
  margin: 65px 0 0;
  display: flex;
  justify-content: space-between
}

.indexF .t {
  width: 685px
}

.indexF .t h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.indexF .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.indexF .t .more1 {
  margin: 34px 0 0
}

.indexF .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.indexF .list {
  margin: 70px 0 0;
  position: relative
}

.indexF .swiper-slide {
}

.indexF .swiper-slide img {
  width: 100%
}

.indexF .swiper-slide em {
  font-size: 12px;
  color: #666;
  display: inline-block;
  margin: 15px 0 0
}

.indexF .swiper-slide h5 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  margin: 8px 0 0
}

.indexF .swiper-slide h5 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2
}

.indexF .swiper-slide h5 a:hover {
  color: var(--active-color);
  text-decoration: underline
}

.indexF .bot {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 50px auto 0
}

.indexF .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.indexF .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.indexF .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.indexF .bot .page {
  font-size: 0
}

.indexF .swiper-button-prev,.indexF .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0
}

.indexF .swiper-button-next::after,.indexF .swiper-button-prev::after {
  display: none
}

.indexF .swiper-button-prev i,.indexF .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block
}

.indexF .swiper-button-prev,.indexF .swiper-container-rtl .swiper-button-next {
}

.indexF .swiper-button-next,.indexF .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.indexF .swiper-button-prev:hover,.indexF .swiper-button-next:hover {
  color: var(--active-color)
}

.main {
  padding-top: 100px;
  padding-bottom: 100px
}

.main2 {
  padding-top: 60px
}

.sidebanner {
  position: relative
}

.sidebanner img {
  width: 100%
}

.sidebanner .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center
}

.sidebanner .txt h1,.sidebanner .txt h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700
}

.sidebanner .txt p {
  color: #fff;
  font-size: 15px;
  margin: 25px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.sidebanner .txt p a {
  color: #fff
}

.path {
  border-bottom: 1px solid #eee;
  line-height: 75px
}

.path p {
  color: #999;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.about {
  padding: 130px 0 40px
}

.about h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.about h3::before {
  display: block;
  content: 'About SUTONG';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.about h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.about .txt {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666
}

.about .txt *+* {
  margin-top: 60px
}

.about ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.about ul li {
  width: calc(50% - 30px);
  padding: 80px 0 54px;
  border-bottom: 2px solid #ddd;
  display: flex
}

.about ul li .ico {
  width: 124px;
  text-align: center
}

.about ul li .t {
  flex: 1;
  margin-left: 17px
}

.about ul li .t h5 {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  line-height: 1
}

.about ul li .t p {
  font-size: 15px;
  color: #666;
  line-height: 29px;
  margin: 20px 0 0
}

.about2 {
  padding: 30px 0 0;
  text-align: center
}

.about2 .wp {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 80px
}

.about2 h5 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1.47;
  position: relative;
  margin: 50px 0 0
}

.about2 h5::after {
  display: block;
  content: 'Contact us';
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.about2 h5 strong {
  font-weight: 600
}

.about2 .form-box {
  margin: 23px auto 0;
  width: 620px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.about2 .submit_text {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #666;
  padding: 0 90px 0 10px;
  font-size: 17px;
  font-weight: 500;
  background: #fff;
  border-bottom: 2px solid #f0f0f0
}

.about2 input::-webkit-input-placeholder,.about2 input::-moz-placeholder {
  color: #666;
  opacity: 1
}

.about2 .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  width: 80px;
  height: 80px;
  display: block;
  cursor: pointer;
  text-align: center
}

.about2 .submit_btn i {
  font-size: 35px;
  color: #50a9b5
}

.about2 ul {
  margin: 120px 0 0;
  display: flex;
  flex-wrap: wrap
}

.about2 ul li {
  width: 33.333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.about2 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  bottom: 13px;
  background: #ccc;
  width: 1px
}

.about2 ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  background: #ccc;
  width: 1px
}

.about2 p {
  margin: 40px 0 0;
  text-align: left;
  line-height: 36px;
  font-size: 17px;
  color: #666
}

.about3 {
  padding: 100px 0 40px
}

.about3 h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.about3 h3::before {
  display: block;
  content: 'About SUTONG';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.about3 h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.about3 ul {
  margin: 60px -20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.about3 ul li {
  width: 33.33333%;
  padding: 0 20px
}

.about3 ul li .box {
  border: 1px solid #ddd;
  padding: 60px 40px;
  height: 100%
}

.about3 ul li p {
  margin: 37px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666
}

.about3 ul li:hover .box {
  border-color: #67a7b3
}

.about3 dl {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap
}

.about3 dl dd {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.about3 dl dd::after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  bottom: 35px;
  background: #ccc;
  width: 1px
}

.about3 dl dd:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  bottom: 35px;
  background: #ccc;
  width: 1px
}

.history {
  padding: 80px 0 30px
}

.history h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.history h3::before {
  display: block;
  content: 'About SUTONG';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.history h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.history .box {
  margin: 70px 0 0;
  background: url(../images/ibg1.jpg) no-repeat center;
  padding: 36px 65px;
  display: flex
}

.history .tab {
  width: 389px
}

.history .tab ul {
}

.history .tab ul li {
  line-height: 109px;
  border-bottom: 2px solid rgba(255,255,255,.5);
  padding: 0 0 0 44px;
  font-size: 36px;
  font-weight: 700;
  color: #67a7b3;
  cursor: pointer;
  text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0
}

.history .tab ul li:hover,.history .tab ul li.active {
  text-shadow: none;
  color: #fff
}

.history .content {
  flex: 1;
  margin-left: 80px
}

.history .item {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  display: none
}

.history .item p~p {
  margin-top: 35px
}

.factory {
  padding: 95px 0
}

.factory h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.factory h3::before {
  display: block;
  content: 'About SUTONG';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.factory h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.factory .list {
  margin: 60px 0 0;
  position: relative
}

.factory .swiper-slide {
  text-align: center
}

.factory .swiper-slide .pic {
  width: 100%;
  display: block
}

.factory .swiper-slide img {
  width: 100%
}

.factory .swiper-slide p {
  font-size: 18px;
  color: #212121;
  line-height: 32px;
  font-weight: 700;
  margin: 23px 0 0
}

.factory .bot {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 50px auto 0
}

.factory .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.factory .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.factory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.factory .bot .page {
  font-size: 0
}

.factory .swiper-button-prev,.factory .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0
}

.factory .swiper-button-next::after,.factory .swiper-button-prev::after {
  display: none
}

.factory .swiper-button-prev i,.factory .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block
}

.factory .swiper-button-prev,.factory .swiper-container-rtl .swiper-button-next {
}

.factory .swiper-button-next,.factory .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.factory .swiper-button-prev:hover,.factory .swiper-button-next:hover {
  color: var(--active-color)
}

.newslist ul {
  margin-top: -20px
}

.newslist ul li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  display: flex
}

.newslist ul li .pic {
  width: 300px
}

.newslist ul li .pic img {
  width: 100%;
  display: block
}

.newslist ul li .t {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 44px;
  overflow: hidden;
  position: relative
}

.newslist ul li .t em {
  font-size: 14px;
  color: #67a7b3;
  display: inline-block;
  margin-top: 10px
}

.newslist ul li .t em::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #50a9b5;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle
}

.newslist ul li .t span {
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 0;
  top: 10px
}

.newslist ul li .t h5 {
  color: #121212;
  font-size: 22px;
  line-height: 30px;
  margin: 13px 0 0;
  font-weight: 700
}

.newslist ul li .t p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0 0
}

.newslist ul li .t .more {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #c9c9c9;
  display: inline-block;
  width: 152px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  font-size: 13px;
  color: #212121
}

.newslist ul li .t .more i {
  font-size: 13px
}

.newslist ul li .t .more:hover {
  background: #50a9b5;
  border-color: #50a9b5;
  color: #fff
}

.newstit {
  padding: 0 0 60px;
  display: flex;
  justify-content: space-between
}

.newstit h1 {
  font-size: 26px;
  line-height: 1.2;
  color: #212121;
  font-weight: 700;
  font-weight: 700
}

.newstit .time {
  padding: 30px 0 0
}

.newstit .time span {
  font-size: 14px;
  color: #666
}

.news-content {
  line-height: 2;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee;
  padding: 40px 0 20px
}

.news-content p {
  margin-bottom: 20px
}

.news-content strong {
  color: #333
}

.news-content h5 {
  font-size: 22px;
  color: #000009;
  font-weight: 700;
  margin-bottom: 20px
}

.news-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

.news-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px
}

.news-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center
}

.news-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center
}

.pnbar {
  margin: 0 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 70px 0 30px
}

.pnbar>a {
  width: 40%;
  position: relative;
  overflow: hidden
}

.pnbar>a.m {
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #999
}

.pnbar>a.l,.pnbar>a.r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center
}

.pnbar>a.r {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right
}

.pnbar i {
  color: #999;
  font-size: 16px;
  text-align: left;
  vertical-align: middle
}

.pnbar em {
  font-size: 16px;
  color: #999;
  margin: 0 0 0 10px
}

.pnbar p {
  margin: 0 0 0 50px;
  color: #212121;
  line-height: 28px;
  font-size: 18px
}

.pnbar>a.r em {
  margin: 0 10px 0 0
}

.pnbar>a.r p {
  margin: 0 50px 0 0
}

.pnbar>a.m:hover {
  color: var(--active-color)
}

.pnbar>a:hover i {
  color: #212121
}

.pnbar>a:hover em {
  color: #212121
}

.pnbar>a:hover p {
  color: var(--active-color);
  text-decoration: underline
}

.app-list h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.app-list h3::before {
  display: block;
  content: attr(data-tit);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.app-list h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 10px auto 0 0
}

.app-list>p {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666
}

.app-list ul {
  margin: 37px -20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.app-list ul li {
  width: 33.3333%;
  padding: 15px 20px
}

.app-list ul li>a {
  position: relative;
  overflow: hidden;
  display: block
}

.app-list ul li img {
  display: block;
  width: 100%
}

.app-list ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 34px 29px;
  transition: opacity .2s,transform .35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column
}

.app-list ul li .txt::after {
  content: "";
  background: rgba(80,169,181,.85);
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease 0s
}

.app-list ul li .txt>* {
  position: relative;
  z-index: 10
}

.app-list ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.app-list ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all .5s ease 0s;
  margin: 15px 0 0
}

.app-list ul li .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0
}

.app-list ul li .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px
}

@media screen and (min-width: 1171px) {
  .app-list ul li:hover .txt::after {
      height:100%
  }

  .app-list ul li:hover .txt p {
      height: 112px
  }

  .app-list ul li:hover .more i {
      background: #fafbfb;
      color: #4fa8b4;
      border-color: #fafbfb
  }
}

.app-tit {
  display: flex;
  align-items: center;
  margin-bottom: 70px
}

.app-tit .pic {
  width: 44.36%;
  position: relative
}

.app-tit .pic img {
  position: relative;
  z-index: 10
}

.app-tit .pic::after {
  position: absolute;
  content: '';
  top: 37px;
  right: -34px;
  bottom: 37px;
  width: 50px;
  z-index: 1;
  background: #cce4e8
}

.app-tit .txt {
  flex: 1;
  margin-right: 100px
}

.app-tit .txt h1 {
  font-size: 34px;
  color: #212121;
  line-height: 1;
  font-weight: 700
}

.app-tit .txt h1::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #50a9b5;
  margin: 30px auto 0 0;
  display: block
}

.app-tit .txt p {
  font-size: 17px;
  color: #666;
  line-height: 32px;
  margin: 20px 0 0
}

.app-tit .txt a {
  margin: 40px 0 0
}

.down-menus {
  background: #f8f8f8
}

.down-menus ul {
  display: flex;
  flex-wrap: wrap
}

.down-menus ul li {
  width: 20%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 15px;
  color: #212121;
  position: relative;
  cursor: pointer
}

.down-menus ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 29px;
  bottom: 29px;
  background: #97c8d0;
  width: 1px
}

.down-menus ul li.active {
  background: #52a9b5;
  color: #fff
}

.down-list {
  margin: 65px 0 0
}

.down-list h3 {
  font-size: 22px;
  color: #121212;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 29px
}

.down-list h3~h3 {
  margin-top: 50px
}

.down-list ul {
  margin: 7px -20px 0;
  display: flex;
  flex-wrap: wrap
}

.down-list ul li {
  width: 25%;
  padding: 15px 20px
}

.down-list ul li a {
  border-bottom: 2px solid #ddd;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #666;
  height: 60px;
  line-height: 58px;
  padding: 0 60px 0 19px;
  position: relative
}

.down-list ul li a span {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.down-list ul li a::before {
  content: "";
  height: 2px;
  background: var(--active-color);
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all .5s ease 0s
}

.down-list ul li a::after {
  content: "";
  background: url(../images/down1.png) no-repeat center;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 5px
}

.down-list ul li a:hover {
  color: var(--active-color)
}

.down-list ul li a:hover::after {
  background-image: url(../images/down2.png)
}

.down-list ul li a:hover::before {
  width: 100%
}

.project-list ul {
  margin: -20px -26px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.project-list ul li {
  width: 25%;
  padding: 20px 26px
}

.project-list ul li>a {
  position: relative;
  overflow: hidden;
  display: block
}

.project-list ul li img {
  display: block;
  width: 100%
}

.project-list ul li .txt {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
  z-index: 105;
  background: rgba(255,255,255,.9);
  padding: 20px;
  transition: opacity .2s,transform .35s
}

.project-list ul li .txt h6 {
  font-size: 13px;
  color: #212121;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  font-weight: 500
}

.project-list ul li:hover .txt {
  background: #4fa8b4
}

.project-list ul li:hover .txt h6 {
  color: #fff
}

.service {
}

.service h3 {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-weight: 700
}

.service>p {
  font-size: 17px;
  color: #666;
  line-height: 2;
  margin: 30px 0 0
}

.service ul {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.service ul li {
  width: calc(50% - 23px);
  border: 1px solid #ddd;
  padding: 58px 60px
}

.service ul li em {
  font-size: 76px;
  font-weight: 700;
  color: #67a7b3;
  line-height: 1;
  font-family: ubuntu,sans-serif
}

.service ul li h6 {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  line-height: 1
}

.service ul li dl {
  margin: 30px 0 0
}

.service ul li dl dd {
  font-size: 17px;
  color: #666;
  line-height: 32px;
  padding: 0 0 0 21px;
  position: relative
}

.service ul li dl dd+dd {
  margin-top: 15px
}

.service ul li dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67a7b3;
  display: block;
  position: absolute;
  left: 0;
  top: 12px
}

.service ul li:hover {
  background: #50a9b5;
  border-color: #50a9b5
}

.service ul li:hover em {
  color: rgba(255,255,255,.75)
}

.service ul li:hover h6 {
  color: #fff
}

.service ul li:hover dl dd {
  color: #fff
}

.service ul li:hover dl dd::before {
  background: #fff
}

.global {
  margin: 100px 0 0
}

.global h3 {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-weight: 700
}

.global p {
  margin: 17px;
  color: #666;
  margin: 30px 0 0;
  line-height: 2
}

.global .box {
  margin: 50px 0 0;
  display: flex
}

.global .txt {
  flex: 1;
  margin: 75px 0 0
}

.global .txt h4 {
  font-size: 28px;
  color: #212121;
  font-weight: 700;
  line-height: 1.25;
  position: relative
}

.global .txt h4::before {
  display: block;
  content: attr(data-tit);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  font-size: 165px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0;
  text-align: center
}

.global .txt p {
  font-size: 14px;
  color: #666;
  margin: 13px 0 0
}

.global .txt a {
  margin: 20px 0 0
}

.global .list {
  width: 75.7%;
  position: relative
}

.global .list .pic img {
  width: 100%
}

.global .list .item {
  position: absolute
}

.global .list .item span {
  width: 14px;
  height: 14px;
  border: 4px solid #67a7b3;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: scale2 1.5s linear infinite
}

.global .list .item span::before1 {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  display: block;
  border-radius: 50%;
  border: 6px solid rgba(103,167,179,.6)
}

.global .list .item1 {
  left: 14.53%;
  top: 43.14%
}

.global .list .item2 {
  left: 19.15%;
  top: 15.69%
}

.global .list .item3 {
  left: 20%;
  top: 32.16%
}

.global .list .item4 {
  left: 22.26%;
  top: 54.31%
}

.global .list .item5 {
  left: 26.7%;
  top: 56.67%
}

.global .list .item6 {
  left: 24.43%;
  top: 78.43%
}

.global .list .item7 {
  left: 30.94%;
  top: 70.98%
}

.global .list .item8 {
  left: 44.34%;
  top: 17.65%
}

.global .list .item9 {
  left: 44.72%;
  top: 26.67%
}

.global .list .item10 {
  left: 46.32%;
  top: 21.57%
}

.global .list .item11 {
  left: 50%;
  top: 10.78%
}

.global .list .item12 {
  left: 48.3%;
  top: 17.25%
}

.global .list .item13 {
  left: 48.02%;
  top: 22.94%
}

.global .list .item14 {
  left: 49.81%;
  top: 24.9%
}

.global .list .item15 {
  left: 52.83%;
  top: 13.53%
}

.global .list .item16 {
  left: 55.85%;
  top: 26.47%
}

.global .list .item17 {
  left: 59.06%;
  top: 15.88%
}

.global .list .item18 {
  left: 57.64%;
  top: 33.53%
}

.global .list .item19 {
  left: 61.6%;
  top: 36.08%
}

.global .list .item20 {
  left: 62.92%;
  top: 41.18%
}

.global .list .item21 {
  left: 64.81%;
  top: 33.73%
}

.global .list .item22 {
  left: 78.58%;
  top: 8.04%
}

.global .list .item23 {
  left: 75.38%;
  top: 25.88%
}

.global .list .item24 {
  left: 73.49%;
  top: 39.8%
}

.global .list .item25 {
  left: 78.3%;
  top: 44.12%
}

.global .list .item26 {
  left: 80%;
  top: 46.86%
}

.global .list .item27 {
  left: 78.68%;
  top: 50.2%
}

.global .list .item28 {
  left: 79.06%;
  top: 60%
}

.global .list .item29 {
  left: 83.49%;
  top: 57.25%
}

.global .list .item30 {
  left: 86.7%;
  top: 31.76%
}

.global .list .item31 {
  left: 87.83%;
  top: 77.06%
}

.global .list .item32 {
  left: 98.11%;
  top: 87.84%
}

@keyframes scale2 {
  from {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.pro-index1 {
  padding: 100px 0 50px
}

.pro-index1 .box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse
}

.pro-index1 .pic {
  width: 43.78%;
  position: relative
}

.pro-index1 .pic img {
  position: relative;
  z-index: 10
}

.pro-index1 .pic::after {
  position: absolute;
  content: '';
  top: 65px;
  right: -36px;
  bottom: 65px;
  width: 50px;
  z-index: 1;
  background: #cce4e8
}

.pro-index1 .txt {
  flex: 1;
  margin-left: 117px
}

.pro-index1 .txt h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 20
}

.pro-index1 .txt h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-index1 .txt .t {
  margin: 20px 0 0;
  font-size: 17px;
  color: #666;
  line-height: 32px
}

.pro-index1 .txt .t p~p {
  margin-top: 30px
}

.pro-index1 .txt .more1 {
  margin: 44px 0 0
}

.pro-index1 ul {
  display: flex;
  margin: 20px -30px 0;
  justify-content: space-between;
  flex-wrap: wrap
}

.pro-index1 ul li {
  width: 50%;
  padding: 0 30px
}

.pro-index1 ul li .item {
  border-bottom: 2px solid #ddd;
  padding: 50px 20px
}

.pro-index1 ul li .ico {
  width: 124px;
  text-align: center
}

.pro-index1 ul li .t {
  flex: 1;
  margin-left: 17px
}

.pro-index1 ul li h5 {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  line-height: 1
}

.pro-index1 ul li h5::before {
  content: "";
  width: 33px;
  height: 5px;
  background: #67a7b3;
  display: block;
  margin: 0 auto 50px 0
}

.pro-index1 ul li p {
  font-size: 15px;
  color: #666;
  line-height: 29px;
  margin: 30px 0 0
}

.pro-index2 {
  padding: 50px 0
}

.pro-index2 .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.pro-index2 .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.pro-index2 .top {
  margin: 55px 0 0;
  display: flex;
  justify-content: space-between
}

.pro-index2 .t {
  width: 685px
}

.pro-index2 .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-index2 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-index2 .t a {
  margin: 34px 0 0
}

.pro-index2 .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.pro-index2 ul {
  margin: 40px -15px 0;
  display: flex;
  flex-wrap: wrap
}

.pro-index2 ul li {
  width: calc(100%/4);
  padding: 20px 15px
}

.pro-index2 ul li:last-child {
  width: 50%
}

.pro-index2 ul li .box {
  height: 100%;
  text-align: center
}

.pro-index2 ul li .pic {
  width: 100%;
  height: 272px;
  display: block;
  border: 1px solid #edeff1;
  display: flex;
  justify-content: center;
  align-items: center
}

.pro-index2 ul li .pic img {
  max-height: 100%
}

.pro-index2 ul li h5 {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  line-height: 28px;
  margin: 15px 0 0
}

.pro-index3 {
  padding: 50px 0
}

.pro-index3 .top {
  display: flex;
  justify-content: space-between
}

.pro-index3 .t {
  width: 685px
}

.pro-index3 .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-index3 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-index3 .t a {
  margin: 34px 0 0
}

.pro-index3 .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.pro-index3 ul {
  margin: 60px -25px 0;
  display: flex;
  flex-wrap: wrap
}

.pro-index3 ul li {
  width: 25%;
  padding: 0 25px;
  position: relative
}

.pro-index3 ul li:not(:last-child)::after {
  content: "";
  background: url(../images/ibg2.png) no-repeat;
  width: 258px;
  height: 64px;
  position: absolute;
  right: -129px;
  top: 67px
}

.pro-index3 ul li .box {
  height: 100%;
  border-bottom: 2px solid #bdd9de;
  padding: 0 0 35px;
  text-align: center;
  position: relative
}

.pro-index3 ul li .box::after {
  content: "";
  height: 2px;
  background: var(--active-color);
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all .5s ease 0s
}

.pro-index3 ul li .ico {
  width: 155px;
  height: 155px;
  background: #67a7b3;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.pro-index3 ul li h5 {
  font-size: 18px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0 0
}

.pro-index3 ul li p {
  margin: 20px 0 0;
  line-height: 26px;
  font-size: 14px;
  color: #666
}

.pro-index3 ul li:hover .box::after {
  width: 100%
}

.pro-index5 {
  padding: 50px 0
}

.pro-index5 .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.pro-index5 .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.pro-index5 .top {
  margin: 55px 0 0;
  display: flex;
  justify-content: space-between
}

.pro-index5 .t {
  width: 685px
}

.pro-index5 .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-index5 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-index5 .t a {
  margin: 34px 0 0
}

.pro-index5 .t p {
  margin: 20px 0 0;
  line-height: 32px;
  font-size: 17px;
  color: #666
}

.pro-index5 .top .txt {
  flex: 1;
  margin-left: 98px
}

.pro-index5 .top .txt ul {
}

.pro-index5 .top .txt ul li {
  border: 1px solid #e9e9e9;
  padding: 30px 30px 30px 75px;
  position: relative
}

.pro-index5 .top .txt ul li+li {
  margin-top: 29px
}

.pro-index5 .top .txt ul li .star {
}

.pro-index5 .top .txt ul li .star i {
  font-size: 22px;
  color: #50a9b5
}

.pro-index5 .top .txt ul li p {
  margin: 20px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 29px
}

.pro-index5 .top .txt ul li p:nth-of-type(2) {
  font-size: 17px;
  color: #999;
  font-weight: 600
}

.pro-index5 .top .txt ul li p:nth-of-type(2) span {
  margin-right: 35px;
  color: #212121
}

.pro-index5 .top .txt ul li .ico {
  position: absolute;
  top: 20px;
  width: 82px;
  left: -41px
}

.pro-index5 .top .txt ul li .ico img {
  border-radius: 50%
}

.pro-index6 {
  padding: 60px 0 100px
}

.pro-index6 .top {
  display: flex;
  justify-content: space-between
}

.pro-index6 .t {
  width: 685px
}

.pro-index6 .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-index6 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-index6 .t a {
  margin: 34px 0 0
}

.pro-index6 .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.pro-index6 ul {
  margin: 60px -12px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.pro-index6 ul li {
  width: 50%;
  padding: 0 12px
}

.pro-index6 ul li .box {
  background: #67a7b3;
  padding: 50px 40px;
  height: 100%
}

.pro-index6 ul li h5 {
  margin: 30px 0 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 700
}

.pro-index6 ul li p {
  margin: 20px 0 0;
  line-height: 26px;
  font-size: 17px;
  color: #fff
}

.pro-index6 ul li:hover .box {
  border-color: #67a7b3
}

.pro-index-foot {
  background: url(../images/ibg3.jpg) no-repeat center;
  padding: 90px 0
}

.pro-index-foot .wp {
  display: flex;
  align-items: flex-end
}

.pro-index-foot .info {
  flex: 1;
  margin-right: 98px;
  overflow: hidden
}

.pro-index-foot .info h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin-top: 30px
}

.pro-index-foot .info ul {
  margin-top: 40px
}

.pro-index-foot .info ul li {
  padding: 30px 40px;
  background: rgba(80,169,181,.76);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10
}

.pro-index-foot .info ul li+li {
  margin-top: 23px
}

.pro-index-foot .info ul li .ico {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,.16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.pro-index-foot .info ul li .txt {
  flex: 1;
  margin-left: 40px
}

.pro-index-foot .info ul li .txt h5 {
  font-size: 13px;
  color: #fff;
  font-weight: 500
}

.pro-index-foot .info ul li .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin: 13px 0 0
}

.pro-index-inquiry {
  width: 43.86%;
  box-shadow: 0 3px 14px rgba(0,0,0,.07);
  padding: 60px 55px 40px;
  background: #fff;
  position: relative;
  z-index: 10
}

.pro-index-inquiry h3 {
  font-size: 28px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.pro-index-inquiry .inquirbox {
  margin: 50px 0 0
}

.pro-index-inquiry .inquirbox .row {
  margin-bottom: 20px
}

.pro-index-inquiry .inquirbox input[type=text],.pro-index-inquiry .inquirbox textarea {
  padding: 19px 25px;
  background: #fafafa;
  font-size: 15px;
  border: 1px solid #eee;
  line-height: 22px;
  color: #777
}

.pro-index-inquiry .inquirbox .submit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: var(--btn-bg)
}

.pro-index-inquiry .inquirbox .submit:hover {
  opacity: .7
}

.pro-list-banner {
  padding: 60px 0 40px
}

.pro-list-banner .box {
  background: #67a7b3;
  display: flex;
  align-items: center;
  padding: 50px 100px 45px
}

.pro-list-banner .txt {
  flex: 1;
  margin-right: 140px
}

.pro-list-banner .txt h2 {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6
}

.pro-list-banner .txt p {
  margin: 25px 0 0;
  font-size: 17px;
  color: #fff;
  line-height: 32px
}

.pro-list-banner .list {
  width: 350px
}

.pro-list-banner .list .swiper-pagination-bullets {
  position: static;
  margin: 20px 0 0
}

.pro-list-banner .list .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  margin: 0 8px;
  background: rgba(255,255,255,.4);
  border-radius: 0;
  opacity: 1
}

.pro-list-banner .list .swiper-pagination-bullet-active {
  background: #fff
}

.pro-list {
  padding: 50px 0 0
}

.pro-list .wp {
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9
}

.pro-list .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.pro-list .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.pro-list .top {
  margin: 55px 0 0;
  display: flex;
  justify-content: space-between
}

.pro-list .t {
  width: 685px
}

.pro-list .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-list .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-list .t a {
  margin: 34px 0 0
}

.pro-list .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.pro-list .tab {
  margin: 50px 0 0
}

.pro-list .tab ul {
  display: flex;
  justify-content: center
}

.pro-list .tab ul li {
  font-size: 20px;
  color: #212121;
  font-weight: 700
}

.pro-list .tab ul li:not(:last-child)::after {
  content: "/";
  font-size: 20px;
  color: #212121;
  margin: 0 10px
}

.pro-list .tab ul li.active a {
  color: var(--active-color)
}

.pro-list .list ul {
  margin: 30px -20px 0;
  display: flex;
  flex-wrap: wrap
}

.pro-list .list ul li {
  width: calc(100%/4);
  padding: 20px
}

.pro-list .list ul li .box {
  height: 100%;
  text-align: center
}

.pro-list .list ul li .pic {
  width: 100%;
  display: block
}

.pro-list .list ul li .pic img {
}

.pro-list .list ul li h5 {
  font-size: 17px;
  color: #212121;
  font-weight: 600;
  line-height: 1;
  margin: 30px 0 0
}

.pro-list .list ul li p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 25px 0 0
}

.pro-list2 {
  padding: 65px 0;
  position: relative
}

.pro-list2 .top {
  display: flex;
  justify-content: space-between
}

.pro-list2 .t {
  width: 685px
}

.pro-list2 .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-list2 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-list2 .t .more1 {
  margin: 34px 0 0
}

.pro-list2 .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.pro-list2 ul {
  margin: 45px -20px 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap
}

.pro-list2 ul li {
  width: 33.3333%;
  padding: 15px 20px
}

.pro-list2 ul li>a {
  position: relative;
  overflow: hidden;
  display: block
}

.pro-list2 ul li img {
  display: block;
  width: 100%
}

.pro-list2 ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 34px 29px;
  transition: opacity .2s,transform .35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column
}

.pro-list2 ul li .txt::after {
  content: "";
  background: rgba(80,169,181,.85);
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease 0s
}

.pro-list2 ul li .txt>* {
  position: relative;
  z-index: 10
}

.pro-list2 ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.pro-list2 ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: all .5s ease 0s;
  margin: 15px 0 0
}

.pro-list2 ul li .txt .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 0
}

.pro-list2 ul li .txt .more i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px
}

@media screen and (min-width: 1171px) {
  .pro-list2 ul li:hover .txt::after {
      height:100%
  }

  .pro-list2 ul li:hover .txt p {
      height: 112px
  }

  .pro-list2 ul li:hover .more i {
      background: #fafbfb;
      color: #4fa8b4;
      border-color: #fafbfb
  }
}

.pro-list3 {
  padding: 50px 0
}

.pro-list3 .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef;
  height: 100%
}

.pro-list3 .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0
}

.pro-list3 .top {
  margin: 55px 0 0;
  display: flex;
  justify-content: space-between
}

.pro-list3 .t {
  width: 685px
}

.pro-list3 .t h3 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.pro-list3 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #67a7b3;
  margin: 20px auto 0 0
}

.pro-list3 .t a {
  margin: 34px 0 0
}

.pro-list3 .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}

.pro-list3 ul {
  margin: 45px -19px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.pro-list3 ul li {
  width: 50%;
  padding: 15px 19px
}

.pro-list3 ul li .item {
  display: flex;
  padding: 38px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  height: 100%
}

.pro-list3 ul li .ico {
  width: 88px;
  height: 88px;
  background: #67a7b3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.pro-list3 ul li .ico img {
}

.pro-list3 ul li .txt {
  flex: 1;
  margin-left: 40px
}

.pro-list3 ul li .txt h6 {
  font-size: 19px;
  font-weight: 700;
  color: #67a7b3;
  line-height: 1
}

.pro-list3 ul li .txt p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 23px 0 0
}

.pro-list3 ul li:hover .item {
  border-color: #67a7b3;
  background: #67a7b3
}

.pro-list3 ul li:hover .ico {
  background: rgba(255,255,255,.26)
}

.pro-list3 ul li:hover .txt h6,.pro-list3 ul li:hover .txt p {
  color: #fff
}

.pro_view {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px
}

.pro_img {
  width: 600px
}

.pro_img .view {
  width: 100%;
  box-sizing: border-box;
  position: relative
}

.pro_img .view .swiper-slide {
  position: relative
}

.pro_img .view .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative
}

.pro_img .view .swiper-slide img {
  width: 100%
}

.pro_img .view .swiper-slide a.v::after {
  content: "";
  background: url(../images/v2.png);
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 30px;
  bottom: 20px
}

.pro_img .preview {
  margin: 12px 0 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden
}

.pro_img .preview .swiper-wrapper {
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  position: relative
}

.pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #52a9b5;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px
}

.pro_img .preview .swiper-slide .pic {
  border: 2px solid #d9d9d9;
  padding: 2px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative
}

.pro_img .preview .swiper-slide .pic img {
  width: 100%;
  display: block
}

.pro_img .preview .active-nav .pic {
  border-color: #52a9b5
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block
}

.pro_img .preview .arrow-left,.pro_img .preview .arrow-right {
  background: 0 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: auto;
  height: 50px;
  z-index: 10;
  text-align: center
}

.pro_img .preview .arrow-left {
  left: 0
}

.pro_img .preview .arrow-right {
  right: 0
}

.pro_img .preview .arrow-left i,.pro_img .preview .arrow-right i {
  color: #666;
  font-size: 20px;
  line-height: 50px
}

.pro_img .preview .arrow-left:hover i,.pro_img .preview .arrow-right:hover i {
  color: var(--active-color)
}

.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 88px
}

.pro_view_inner h1 {
  font-size: 26px;
  margin: 10px 0 0;
  line-height: 37px;
  color: #212121;
  font-weight: 700
}

.pro_view_inner hr {
  height: 1px;
  width: 100%;
  background: #ededed;
  margin: 28px 0 34px
}

.pro_view_inner .para {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 9px
}

.pro_view_inner .para ul li {
  background: url(../images/dot2.png) no-repeat left 8px;
  padding: 0 0 0 30px
}

.pro_view_inner .para ul li+li {
  margin-top: 14px
}

.pro_view_inner .pro_btn {
}

.pro_view_inner .pro_btn .book {
  margin: 10px 0 0;
  width: 183px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: var(--btn-bg)
}

.pro_view_inner .pro_btn .book i {
  vertical-align: middle;
  margin-left: 5px
}

.pro_view_inner .pro_btn .book:hover {
  opacity: .7
}

.pro_view_inner .pro_btn .pdf {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #ff6550;
  margin-left: 20px
}

.pro_tab_box {
  height: 80px
}

.pro_tab {
  width: 100%;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.pro_tab.scroll-top {
  position: fixed;
  top: 0;
  width: 1400px
}

.pro_tab ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.pro_tab ul li {
  padding: 0 8px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  color: #737373;
  display: flex;
  align-items: center;
  justify-content: center
}

.pro_tab ul li+li {
  margin-left: 44px
}

.pro_tab ul li::after {
  content: "";
  height: 2px;
  background: var(--active-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none
}

.pro_tab ul li.active {
  color: var(--active-color)
}

.pro_tab ul li.active::after {
  display: block
}

.pro_text {
  position: relative
}

.pro_text .tit {
}

.pro_text .tit h5 {
  font-size: 24px;
  color: #212121;
  line-height: 1;
  font-weight: 700
}

.pro_text .pro-scroll {
  padding-top: 60px
}

.pro-content {
  padding: 24px 0 0;
  line-height: 24px;
  font-size: 17px;
  color: #666
}

.pro-content p {
  margin-bottom: 25px
}

.pro-content a[href*=maito] {
  color: #037214;
  text-decoration: underline
}

.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

.pro-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px
}

.pro-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center
}

.pro-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center
}

.pro-feature {
}

.pro-feature ul {
  display: flex;
  justify-content: space-between
}

.pro-feature ul li {
  width: calc(50% - 17px);
  background: #52aab6;
  margin-bottom: 40px;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  padding: 60px 60px 35px 90px;
  position: relative
}

.pro-feature ul li::after {
  content: "";
  background: url(../images/i3.png) no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  left: 37px;
  top: 38px
}

.pro-customer {
  position: relative
}

.pro-customer .swiper-slide {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden
}

.pro-customer .swiper-slide p {
  margin: 0;
  font-size: 15px;
  color: #212121;
  font-weight: 600
}

.pro-customer .swiper-button-prev,.pro-customer .swiper-button-next {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  top: calc(((100% - 45px)/2) - 23px);
  background: #52aab6;
  color: #fff;
  margin-top: 0;
  text-align: center
}

.pro-customer .swiper-button-prev i,.pro-customer .swiper-button-next i {
  font-size: 18px;
  line-height: 47px;
  color: inherit
}

.pro-customer .swiper-button-prev,.pro-customer .swiper-container-rtl .swiper-button-next {
  left: -23px;
  right: auto
}

.pro-customer .swiper-button-next,.pro-customer .swiper-container-rtl .swiper-button-prev {
  right: -23px;
  left: auto
}

.pro-customer .swiper-button-prev:hover,.pro-customer .swiper-button-next:hover {
  opacity: .7
}

.pro-customer .swiper-pagination-progressbar.swiper-pagination-horizontal {
  margin-top: 40px;
  position: static;
  width: 100%;
  height: 5px;
  background: #c9d2d7
}

.pro-customer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #52aab6;
  top: 0;
  height: 5px
}

.pro-inquiry {
  margin: 27px 0 0
}

.pro-inquiry h4 {
  font-size: 29px;
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 40px
}

.pro-inquiry .inquirbox {
  padding: 65px 52px 40px;
  border: 1px solid #ddd
}

.pro-inquiry .inquirbox .row {
  margin-bottom: 17px
}

.pro-inquiry .inquirbox input[type=text],.pro-inquiry .inquirbox textarea {
  padding: 14px 29px;
  color: #777;
  border: 1px solid #eee;
  background: #fafafa;
  font-size: 15px
}

.pro-inquiry .inquirbox .submit {
  width: 175px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  background: var(--btn-bg)
}

.pro-inquiry .inquirbox .submit:hover {
  opacity: .7
}

.rela-pro>h5 {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px
}

.rela-pro .list {
  position: relative
}

.rela-pro .swiper-slide {
  text-align: center
}

.rela-pro .swiper-slide img {
  width: 100%
}

.rela-pro .swiper-slide h6 {
  font-size: 17px;
  color: #212121;
  line-height: 24px;
  font-weight: 700;
  margin: 27px 0 0
}

.rela-pro .bot {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 50px auto 0;
  line-height: normal
}

.rela-pro .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.rela-pro .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.rela-pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.rela-pro .bot .page {
  font-size: 0
}

.rela-pro .swiper-button-prev,.rela-pro .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0
}

.rela-pro .swiper-button-next::after,.rela-pro .swiper-button-prev::after {
  display: none
}

.rela-pro .swiper-button-prev i,.rela-pro .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block
}

.rela-pro .swiper-button-prev,.rela-pro .swiper-container-rtl .swiper-button-next {
}

.rela-pro .swiper-button-next,.rela-pro .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.rela-pro .swiper-button-prev:hover,.rela-pro .swiper-button-next:hover {
  color: var(--active-color)
}

.contact {
  display: flex;
  align-items: flex-start;
  position: relative
}

.contact::before {
  display: block;
  content: 'Contact Us';
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(50% - 100px);
  font-size: 200px;
  line-height: 1;
  text-shadow: rgba(220,220,220,.37) 1px 0 0,rgba(220,220,220,.37) 0 1px 0,rgba(220,220,220,.37) -1px 0 0,rgba(220,220,220,.37) 0 -1px 0
}

.contact-info {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 130px
}

.contact-info dl {
  padding: 45px 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10
}

.contact-info dl dt {
  width: 60px;
  height: 60px;
  background: #50a9b5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.contact-info dl dd {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 40px
}

.contact-info dl dd h5 {
  font-size: 13px;
  color: #666;
  font-weight: 500
}

.contact-info dl dd p {
  font-size: 16px;
  color: #212121;
  line-height: 30px;
  font-weight: 500;
  margin: 13px 0 0
}

.contact-inquiry {
  width: 45%;
  box-shadow: 0 3px 14px rgba(0,0,0,.07);
  padding: 62px 55px 52px;
  background: #fff;
  position: relative;
  z-index: 10
}

.contact-inquiry h3 {
  font-size: 28px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.contact-inquiry .inquirbox {
  margin: 50px 0 0
}

.contact-inquiry .inquirbox .row {
  margin-bottom: 23px
}

.contact-inquiry .inquirbox input[type=text],.contact-inquiry .inquirbox textarea {
  padding: 19px 25px;
  background: #fafafa;
  font-size: 15px;
  border: 1px solid #eee;
  line-height: 22px;
  color: #777
}

.contact-inquiry .inquirbox .submit {
  width: 100%;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: var(--btn-bg)
}

.contact-inquiry .inquirbox .submit:hover {
  opacity: .7
}

.pro-video .v {
  display: block;
  position: relative;
  overflow: hidden
}

.pro-video .v::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,.1) url(../images/v2.png) no-repeat center;
  display: block
}

.pro-video .v img {
  width: 100%;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s
}

.pro-video .v:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.pro-video .v:hover::after {
  background-color: rgba(0,0,0,.5)
}

.pro-content dl {
  color: #666;
  font-size: 16px
}

.pro-content dl dd {
  margin-bottom: 6px;
  background: url(../images/dot4.png) no-repeat left 9px;
  padding: 0 0 0 18px
}

.pro-link {
}

.pro-link ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.pro-link ul li {
  -webkit-flex: 1;
  flex: 1;
  height: 144px;
  background: #ffe699;
  padding: 0 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.pro-link ul li a {
  line-height: 36px;
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  display: inline-block;
  text-align: center
}

.pro-link ul li:nth-child(2n) {
  background: #f6aa00
}

.pro-link ul li:hover a {
  text-decoration: underline
}

.scoll-pic1 {
  position: relative;
  margin: 30px 0 20px;
  text-align: center
}

.scoll-pic1 .swiper-container {
  text-align: center
}

.scoll-pic1 .swiper-slide a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative
}

.scoll-pic1 .swiper-slide img {
  width: 100%
}

.scoll-pic1 .swiper-slide p {
  position: absolute;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  left: 0;
  top: calc(50% - 23px);
  font-size: 16px;
  color: #fff;
  background: rgba(0,155,76,.8);
  transition: opacity .5s ease-out;
  opacity: 0;
  margin: 0
}

.scoll-pic1 .swiper-slide p img {
  width: auto;
  vertical-align: middle;
  margin-left: 5px
}

.scoll-pic1 .swiper-slide:hover p {
  opacity: 1
}

.scoll-pic1 .page {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  font-size: 0
}

.scoll-pic1 .swiper-button-prev,.scoll-pic1 .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #f6f6f6;
  color: #080808;
  margin-top: 0;
  text-align: center
}

.scoll-pic1 .swiper-button-prev i,.scoll-pic1 .swiper-button-next i {
  font-size: 20px;
  line-height: 40px;
  color: inherit
}

.scoll-pic1 .swiper-button-prev,.scoll-pic1 .swiper-container-rtl .swiper-button-next {
  left: -70px;
  right: auto
}

.scoll-pic1 .swiper-button-next,.scoll-pic1 .swiper-container-rtl .swiper-button-prev {
  right: -70px;
  left: auto
}

.scoll-pic1 .swiper-button-prev:hover,.scoll-pic1 .swiper-button-next:hover {
  background: #f6aa00;
  color: #fff
}

.scoll-pic2 {
  position: relative;
  margin: 30px 0 20px;
  text-align: center
}

.scoll-pic2 .swiper-container {
  text-align: center
}

.scoll-pic2 .swiper-slide a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative
}

.scoll-pic2 .swiper-slide img {
  width: 100%;
  display: block
}

.scoll-pic2 .swiper-slide p {
  position: absolute;
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin: 0;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,.3);
  transition: opacity .5s ease-out
}

.scoll-pic2 .page {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  font-size: 0
}

.scoll-pic2 .swiper-button-prev,.scoll-pic2 .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #f6f6f6;
  color: #080808;
  margin-top: 0;
  text-align: center
}

.scoll-pic2 .swiper-button-prev i,.scoll-pic2 .swiper-button-next i {
  font-size: 20px;
  line-height: 40px;
  color: inherit
}

.scoll-pic2 .swiper-button-prev,.scoll-pic2 .swiper-container-rtl .swiper-button-next {
  left: -70px;
  right: auto
}

.scoll-pic2 .swiper-button-next,.scoll-pic2 .swiper-container-rtl .swiper-button-prev {
  right: -70px;
  left: auto
}

.scoll-pic2 .swiper-button-prev:hover,.scoll-pic2 .swiper-button-next:hover {
  background: #f6aa00;
  color: #fff
}

.scoll-pic3 {
  position: relative;
  margin: 30px -15px 0;
  text-align: center
}

.scoll-pic3 .swiper-container {
  text-align: center
}

.scoll-pic3 .swiper-slide {
  padding: 15px;
  box-sizing: border-box
}

.scoll-pic3 .swiper-slide a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 3px 15px rgba(226,226,226,.9)
}

.scoll-pic3 .swiper-slide img {
  width: 100%;
  display: block
}

.scoll-pic3 .page {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  font-size: 0
}

.scoll-pic3 .swiper-button-prev,.scoll-pic3 .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #f6f6f6;
  color: #080808;
  margin-top: 0;
  text-align: center
}

.scoll-pic3 .swiper-button-prev i,.scoll-pic3 .swiper-button-next i {
  font-size: 20px;
  line-height: 40px;
  color: inherit
}

.scoll-pic3 .swiper-button-prev,.scoll-pic3 .swiper-container-rtl .swiper-button-next {
  left: -70px;
  right: auto
}

.scoll-pic3 .swiper-button-next,.scoll-pic3 .swiper-container-rtl .swiper-button-prev {
  right: -70px;
  left: auto
}

.scoll-pic3 .swiper-button-prev:hover,.scoll-pic3 .swiper-button-next:hover {
  background: #f6aa00;
  color: #fff
}

.faqlist {
  background: url(../images/faq.jpg) no-repeat left top;
  padding: 0 0 0 250px
}

.faqlist ul {
}

.faqlist ul li {
  margin: 20px 0 0
}

.faqlist ul li em {
  float: left;
  color: #e4e4e4;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  margin: 10px 0 0
}

.faqlist ul li .t {
  margin: 0 0 0 66px
}

.faqlist ul li .t h6 {
  font-size: 16px;
  color: #333
}

.faqlist ul li .t p {
  font-size: 14px;
  color: #666
}

#down-form {
  width: 800px;
  padding: 30px;
  box-sizing: border-box
}
