.header {
  background: #28C785;
  color: #fff;
  padding: 15px 0;
}

.header .tpl {
  height: 70px;
}

.header .tpl li {
  display: flex;
  align-items: center;
}

.header .tpl li:nth-child(1) {
  margin: 10px 0;
}

.header .tpl li img {
  width: 23px;
  margin-right: 22px;
}

.header .tpl li a {
  color: #fff;
}

.header .tpr .quote {
  white-space: nowrap;
  margin-right: 36px;
  padding: 12px 30px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.header .tpr .search {
  padding: 0 20px;
  width: 354px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.header .tpr .search form {
  height: 40px;
}

.header .tpr .search form button {
  width: 22px;
  background: none;
  border: 0;
  outline: none;
  margin-right: 16px;
}

.header .tpr .search form input {
  color: #fff;
  background: none;
}

.header .tpr .search form input::-webkit-input-placeholder {
  color: #fff;
}

.navbar {
  padding: 15px 0;
  background: #fff;
  z-index: 222;
  transition: all ease 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand img {
  width: 107px;
}

body.fix .navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #28C785;
}

.pzDiv {
  width: 100%;
}

.sec-tit {
  font-family: 'STZhongsong';
}

.section1 {
  margin-top: 80px;
}

.section1 .item-pic {
  width: 47%;
  flex-shrink: 0;
  margin-right: 55px;
}

.section1 .item-info {
  flex: 1;
  overflow: hidden;
}

.section1 .item-info p {
  margin: -2px 0;
}

.section1 .item-info .item-desc {
  margin-top: 45px;
  color: #153152;
  line-height: 1.5;
}

.section1.part1 {
  margin-bottom: -6.8vw;
  position: relative;
  z-index: 1;
}

.section2 {
  background: #F7F7F7;
  padding-top: 5.57vw;
  position: relative;
}

.section2 .map {
  position: absolute;
  left: 80px;
}

.section2 .item-info {
  max-width: unset;
}

.section2 .item-pic {
  width: 40.2%;
  margin: 0 0 0 55px;
}

.section3 {
  position: relative;
}

.section3 .tabs {
  width: 24.37%;
  padding-top: 210px;
  background: #28C785;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.section3 .tabs .list {
  max-width: 242px;
  text-align: center;
}

.section3 .tabs .list a {
  padding: 22px 0;
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}

.section3 .tabs .list a::before, .section3 .tabs .list a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease .3s;
}

.section3 .tabs .list a::after {
  top: auto;
  bottom: 0;
}

.section3 .tabs .list a.active {
  color: #fff;
}

.section3 .tabs .list a.active::before, .section3 .tabs .list a.active::after {
  width: 100%;
}

.section3 .tabs .sec-type {
  position: absolute;
  top: 75px;
  right: 116px;
  white-space: nowrap;
}

.section3 .swiper-container {
  width: 100%;
  height: 100%;
}

.section3 .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section3 .slides {
  position: relative;
}

.section3 .slides .swp-jt {
  width: 100%;
  max-width: 370px;
  margin-left: -40px;
  position: absolute;
  z-index: 22;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, -50%);
}

.section3 .slides .swp-jt .prev {
  margin-right: 20px;
}

.section3 .slides .swp-jt img {
  width: 50px;
}

.section3 .info {
  width: 100%;
  color: #fff;
  max-width: 370px;
  margin-left: -80px;
}

.section3 .info .cont {
  line-height: 2.5;
  margin: 40px 0 80px;
}

.section4 {
  padding: 60px 0 80px;
}

.section4 .sec-tit {
  margin-bottom: 40px;
}

.section4 .itembox {
  display: flex;
}

.section4 .item {
  flex: 1;
  background: #fff;
  border: 3px solid #eee;
  transition: all ease .3s;
}

.section4 .item .item-txt {
  padding: 30px 36px;
}

.section4 .item .item-txt .item-tit {
  height: 60px;
  line-height: 1.1;
  margin-bottom: 50px;
}

.section4 .item .item-txt .item-cont li {
  margin-top: 15px;
  position: relative;
  background: url("../images/jt.png") no-repeat left 13px center;
  background-size: 14px 13px;
  padding-left: 40px;
}

.section4 .item .item-txt .item-cont li:hover {
  color: #28C785;
}

.section4 .item:hover {
  transform: translateY(-3px);
}

.section5 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 156px 0;
  color: #fff;
}

.section5 .sec-tit {
  margin-bottom: 40px;
}

.section5 .info {
  max-width: 518px;
}

.section5 .info .txt1 {
  max-width: 393px;
  font-family: 'STZhongsong';
  line-height: 1.4;
  margin-bottom: 30px;
}

.section5 .info .txt2 {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section5 .info .txt2 li {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.section5 .info .txt2 li .label {
  font-family: 'STZhongsong';
}

.section5 .info .txt2 li a {
  color: rgba(255, 255, 255, 0.8);
}

.section5 .info .txt2 li:hover a {
  color: rgba(255, 255, 255, 0.6);
}

.section5 .info .share .share-tit {
  padding: 40px 0 30px;
}

.section5 .form input {
  width: 100%;
  height: 60px;
  padding: 0 17px;
  background: #FFFFFF;
}

.section5 .form textarea {
  width: 100%;
  padding: 15px 17px;
  background: #fff;
  resize: none;
}

.section5 .form .col-md-6 {
  margin-bottom: 20px;
}

.section5 .form .btns {
  margin-top: 20px;
}

.section5 .form .btns button {
  width: 216px;
  height: 45px;
  background: #28C785;
  transition: all ease .3s;
  color: #fff;
}

.section5 .form .btns button:hover {
  opacity: .88;
}

.google-map {
  margin: -80px 0 80px;
  position: relative;
  z-index: 1;
}

.share a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}

.share a img {
  width: 18px;
}

.share a:hover {
  border-color: rgba(255, 255, 255, 0.8);
  opacity: .88;
}

.footer {
  color: #fff;
  background: #28C785;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 {
  padding: 45px 0;
}

.footer .ft1 .col-tit {
  margin-bottom: 20px;
}

.footer .ft1 .logo img {
  max-width: 81px;
}

.footer .ft1 .address {
  margin: 30px 0 32px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 314px;
  line-height: 1.8;
}

.footer .ft1 .sub {
  padding-left: 25px;
}

.footer .ft1 .sub li {
  margin-bottom: 12px;
}

.footer .ft1 .msg li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer .ft1 .msg li .label {
  width: 70px;
  font-family: 'STZhongsong';
  white-space: nowrap;
  flex-shrink: 0;
}

.footer .ft1 .msg li .cont {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

.footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0;
}

.inner-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 150px;
  text-align: center;
  color: #fff;
}

.inner-slide .text2 {
  max-width: 1026px;
  margin: 0 auto;
  line-height: 1.5;
  margin-top: 15px;
}

.job .list .dd {
  padding: 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.job .list .dd .dt {
  position: relative;
  padding-left: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

.job .list .dd .dt::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #28C785;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.job .list .dd .cont {
  color: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6;
}

.job .list .dd .cont h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'STZhongsong';
  margin-bottom: 12px;
  color: #000;
  margin-top: 25px;
}

.job .list .dd .cont a {
  color: #28C785;
}

.job .list .dd:last-child {
  border-bottom: 0;
}
